

/* Start:/local/templates/new_main/components/intervolga.custom/iblock.element.add.form/.default/style.css?1654584828389*/
@media (max-width: 425px){
    .g-recaptcha-popup{
        -webkit-transform: scale(0.8,0.8);
        -webkit-transform-origin: 100%;
    }
}
@media (max-width: 370px){
    .g-recaptcha-popup{
        -webkit-transform: scale(0.65,0.65);
        -webkit-transform-origin: 100%;
    }
}
.form-bx-captcha{
    margin-right: 0px !important;
}

.form-bx-captcha-title{
    text-align: right;
}
/* End */


/* Start:/local/templates/new_main//styles.css?17254431732441*/
/*
 * Colors
 */
/*
 * Scroll
 */
.border-left {
  border-left: 1px solid #3670af;
  padding-left: 10px;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 25px;
  line-height: 1;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 36px;
  }
}

h2, .h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  h2, .h2 {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 20px;
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 18px;
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 16px;
}
@media (min-width: 1200px) {
  h5, .h5 {
    font-size: 14px;
  }
}

h6, .h6 {
  font-size: 14px;
}
@media (min-width: 1200px) {
  h6, .h6 {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 1.3em;
  }
}
table {
  width: 100%;
  margin-bottom: 30px;
}

tr td, tr th {
  padding: 20px 15px;
}
tr td:first-child, tr th:first-child {
  border-radius: 6px 0 0 6px;
}
tr td:last-child, tr th:last-child {
  border-radius: 0 6px 6px 0;
}
tr:nth-child(odd) td, tr:nth-child(odd) th {
  background-color: #fff;
}
tr th {
  background-color: #90aac8 !important;
  color: #fff;
}

p {
  margin: 0;
  line-height: 1.77;
}

.ql-align-justify {
  text-align: justify;
}

.text-white {
  color: #fff;
}

/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/new_main//template_styles.css?1747899245469051*/
@charset "UTF-8";
@import "/local/templates/new_main//fix.css";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import "/local/templates/new_main//fonts/rouble/rouble_style.css";
body .text-input:focus,
body textarea.default-textarea:focus {
  border: solid 1px #336EB1;
  box-shadow: none;
}

body .text-input.error {
  border: solid 1px #b13831;
}

.lang-select-popup__button {
  width: 178px;
}

@keyframes lang-tooltip-show {
  0% {
    transform: scaleY(0.2);
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    opacity: 1;
  }
}
@keyframes lang-tooltip-hide {
  0% {
    transform: scaleY(1);
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: scaleY(0);
  }
}
.lang-select-tooltip {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: -122px;
  padding-top: 37px;
  transform: scaleY(1);
  opacity: 1;
  transform-origin: top;
  animation: lang-tooltip-show 1s;
  will-change: opacity, transform;
}

.lang-select-tooltip_hide {
  transform: scaleY(0);
  opacity: 0;
  animation: lang-tooltip-hide 1s;
}

.lang-select-tooltip__inner {
  padding: 15px;
  width: 210px;
  border-radius: 8px;
  background: #336eb1;
  color: white;
  font-size: 15px;
  position: relative;
}

.lang-select-tooltip__inner:before {
  content: " ";
  top: -37px;
  right: 41px;
  display: block;
  position: absolute;
  width: 30px;
  height: 20px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent transparent #336eb1 transparent;
  transform: rotate(10deg) scaleX(0.6);
}

.lang-select-tooltip__close {
  display: block;
  margin-left: auto;
  cursor: pointer;
  transform: scale(1);
}

.lang-select-tooltip__button {
  display: inline-block;
  background: none;
  text-decoration: underline;
  border: 0;
  border-radius: 8px;
  padding: 5px 8px;
  transform: scale(1);
}

.lang-select-tooltip__close:hover {
  transform: scale(1.2);
}

.lang-select-tooltip__button:hover {
  transform: scale(1.1);
}

@media (max-width: 1240px) {
  .lang-select-tooltip {
    left: -150px;
  }

  .lang-select-tooltip__inner:before {
    right: 12px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .no-padding-sm {
    padding: 0;
  }
}
form[name=iblock_add] {
  position: relative;
}

form[name=iblock_add] .input-row {
  position: relative;
}

form[name=iblock_add] .plus {
  position: absolute;
  left: 15px;
  top: 7px;
  display: none;
}

form[name=iblock_add] input.with-plus {
  padding-left: 23px;
}

.text-error {
  color: red;
  font-size: 12px;
  line-height: 1.8;
}

.pop-up__submit {
  padding: 7px 50px !important;
  float: none !important;
  margin: 20px auto;
  display: block !important;
}

.privacy-policy-cookies-informer {
  width: 100%;
  background: #efefef;
  border-top: 1px solid #b9b9b9;
  padding: 10px 15px;
  transform: scaleY(1);
}

.privacy-policy-cookies-informer_hidden {
  transform: scaleY(0);
}

.privacy-policy-cookies-informer_hide-slow {
  transition: 0.25s;
}

.privacy-policy-cookies-informer svg {
  float: right;
  padding: 2px;
  cursor: pointer;
}

.privacy-policy-cookies-informer p {
  margin: 0;
  line-height: 1.3;
}

.footer__logo.en:before {
  background: url("/local/templates/new_main//images/logo/logo-black.png") no-repeat center;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.row-flex {
  display: flex;
  flex-wrap: wrap;
}
.row-flex:before, .row-flex:after {
  content: none;
}
.row-flex .col-sm-1, .row-flex .col-sm-10, .row-flex .col-sm-11, .row-flex .col-sm-12, .row-flex .col-sm-2, .row-flex .col-sm-3, .row-flex .col-sm-4, .row-flex .col-sm-5, .row-flex .col-sm-6, .row-flex .col-sm-7, .row-flex .col-sm-8, .row-flex .col-sm-9,
.row-flex .col-xs-1, .row-flex .col-xs-10, .row-flex .col-xs-11, .row-flex .col-xs-12, .row-flex .col-xs-2, .row-flex .col-xs-3, .row-flex .col-xs-4, .row-flex .col-xs-5, .row-flex .col-xs-6, .row-flex .col-xs-7, .row-flex .col-xs-8, .row-flex .col-xs-9,
.row-flex .col-md-1, .row-flex .col-md-10, .row-flex .col-md-11, .row-flex .col-md-12, .row-flex .col-md-2, .row-flex .col-md-3, .row-flex .col-md-4, .row-flex .col-md-5, .row-flex .col-md-6, .row-flex .col-md-7, .row-flex .col-md-8, .row-flex .col-md-9,
.row-flex .col-lg-1, .row-flex .col-lg-10, .row-flex .col-lg-11, .row-flex .col-lg-12, .row-flex .col-lg-2, .row-flex .col-lg-3, .row-flex .col-lg-4, .row-flex .col-lg-5, .row-flex .col-lg-6, .row-flex .col-lg-7, .row-flex .col-lg-8, .row-flex .col-lg-9 {
  float: none;
}

.privacy-policy {
  display: flex;
}
.privacy-policy.white .privacy-policy__msg {
  color: #fff;
}
.privacy-policy.white .privacy-policy__msg a {
  color: inherit;
}

.privacy-policy__msg {
  display: block;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 1.3;
  color: #838383;
  opacity: 1;
}

.bg-white {
  background-color: #fff;
}

.overlay {
  position: relative;
  color: #fff;
  background-position: center center;
  background-size: cover;
}
.overlay:before {
  content: "";
  display: block;
  background-color: #3d454f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.9;
}

/*
 * Colors
 */
/*
 * Scroll
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("/local/templates/new_main//./fonts/slick.eot");
  src: url("/local/templates/new_main//./fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/new_main//./fonts/slick.woff") format("woff"), url("/local/templates/new_main//./fonts/slick.ttf") format("truetype"), url("/local/templates/new_main//./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.2;
  transition: all 200ms;
  background-position: center center;
  z-index: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 1;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.slick-dots li {
  height: 10px;
  width: 10px;
}
@media (min-width: 768px) {
  .slick-dots li {
    height: 20px;
    width: 20px;
  }
}
.slick-dots li button {
  background: linear-gradient(-45deg, #a4c3e3, #ecf2f2);
  transform: rotate(45deg);
  width: 4px;
  height: 4px;
  padding: 4px;
}
@media (min-width: 768px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li button:before {
  content: none;
}
.slick-dots li.slick-active button {
  width: 12px;
  height: 12px;
  background: #1369c0;
}

.slick-arrow {
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-prev {
  left: 0;
  background-image: url(/local/templates/new_main//images/slick-arrow-left--blue.svg);
}
.slick-prev:before {
  content: none;
}

.slick-next {
  right: 0;
  background-image: url(/local/templates/new_main//images/slick-arrow-right--blue.svg);
}
.slick-next:before {
  content: none;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  touch-action: auto;
  position: relative;
}

.ps__rail-x {
  transition: background-color 0.2s linear;
  height: 5px;
  bottom: 0;
  position: absolute;
  background-color: #dcdcdc;
}

.ps__rail-y {
  transition: background-color 0.2s linear;
  width: 5px;
  right: 0;
  position: absolute;
  background-color: #dcdcdc;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #90aac8;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s ease-in-out;
  height: 5px;
  position: absolute;
}

.ps__thumb-y {
  background-color: #90aac8;
  border-radius: 6px;
  transition: background-color 0.2s linear, width 0.2s ease-in-out;
  width: 5px;
  position: absolute;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
/* Preload images */
body:after {
  content: url(/local/templates/new_main//images/lightbox/close.png) url(/local/templates/new_main//images/lightbox/loading.gif) url(/local/templates/new_main//images/lightbox/prev.png) url(/local/templates/new_main//images/lightbox/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/new_main//images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/new_main//images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  transition: opacity 0.6s;
}
@media (min-width: 768px) {
  .lb-nav a.lb-prev {
    opacity: 0;
  }
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/local/templates/new_main//images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 1;
  transition: opacity 0.6s;
}
@media (min-width: 768px) {
  .lb-nav a.lb-next {
    opacity: 0;
  }
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/local/templates/new_main//images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.rs-container * {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
}

.rs-container {
  font-family: Arial, Helvetica, sans-serif;
  height: 45px;
  position: relative;
}

.rs-container .rs-bg, .rs-container .rs-selected {
  background-color: #eee;
  border: 1px solid #ededed;
  height: 10px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
  border-radius: 3px;
}

.rs-container .rs-selected {
  background-color: #00b3bc;
  border: 1px solid #00969b;
  transition: all 0.2s linear;
  width: 0;
}

.rs-container.disabled .rs-selected {
  background-color: #ccc;
  border-color: #bbb;
}

.rs-container .rs-pointer {
  background-color: #fff;
  border: 1px solid #bbb;
  border-radius: 4px;
  cursor: pointer;
  height: 20px;
  left: -10px;
  position: absolute;
  top: 0;
  transition: all 0.2s linear;
  width: 30px;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 6px #ebebeb, 1px 1px 4px rgba(0, 0, 0, 0.1);
}

.rs-container.disabled .rs-pointer {
  border-color: #ccc;
}

.rs-container .rs-pointer::before,
.rs-container .rs-pointer::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background-color: #ddd;
  left: 12px;
  top: 5px;
}

.rs-container .rs-pointer::after {
  left: auto;
  right: 12px;
}

.rs-container.disabled .rs-pointer {
  cursor: default;
}

.rs-container.sliding .rs-selected,
.rs-container.sliding .rs-pointer {
  transition: none;
}

.rs-container .rs-scale {
  left: 0;
  position: absolute;
  top: 5px;
  white-space: nowrap;
}

.rs-container .rs-scale span {
  float: left;
  position: relative;
}

.rs-container .rs-scale span::before {
  background-color: #ededed;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 1px;
}

.rs-container.rs-noscale span::before {
  display: none;
}

.rs-container.rs-noscale span:first-child::before,
.rs-container.rs-noscale span:last-child::before {
  display: block;
}

.rs-container .rs-scale span:last-child {
  margin-left: -1px;
  width: 0px;
}

.rs-container .rs-scale span ins {
  color: #333;
  display: inline-block;
  font-size: 12px;
  margin-top: 20px;
  text-decoration: none;
}

.rs-container.disabled .rs-scale span ins {
  color: #999;
}

.rs-tooltip {
  color: #333;
  width: auto;
  min-width: 60px;
  height: 30px;
  position: relative;
  background: #fff;
  border: 1px solid #00969b;
  border-radius: 3px;
  position: absolute;
  transform: translate(-50%, -35px);
  left: 13px;
  text-align: center;
  font-size: 13px;
  padding: 6px 10px 0;
}

.rs-container.disabled .rs-tooltip {
  border-color: #ccc;
  color: #999;
}

.no-js img.lazyload {
  display: none;
}

img.lazyload, img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  transition: opacity 500ms;
  opacity: 1;
}

.rs-container .rs-selected {
  background-color: #336eb1;
  border: none;
}

@font-face {
  font-family: "icomoon";
  src: url("/local/templates/new_main//fonts/icomoon/fonts/icomoon.eot?2a82kt");
  src: url("/local/templates/new_main//fonts/icomoon/fonts/icomoon.eot?2a82kt#iefix") format("embedded-opentype"), url("/local/templates/new_main//fonts/icomoon/fonts/icomoon.ttf?2a82kt") format("truetype"), url("/local/templates/new_main//fonts/icomoon/fonts/icomoon.woff?2a82kt") format("woff"), url("/local/templates/new_main//fonts/icomoon/fonts/icomoon.svg?2a82kt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-logo:before {
  content: "\e904";
}

.icon-logo-en:before {
  content: "\e90a";
}

.icon-arrow-down:before {
  content: "\e909";
}

.icon-mail:before {
  content: "\e900";
}

.icon-user:before {
  content: "\e901";
}

.icon-phone:before {
  content: "\e902";
}

.icon-search:before {
  content: "\e903";
}

.icon-complect:before {
  content: "\e905";
}

.icon-arch:before {
  content: "\e906";
}

.icon-design:before {
  content: "\e907";
}

.icon-phone-av:before {
  content: "\e908";
}

.page__browsehappy {
  display: block;
  padding: 0.5em;
  margin: 0;
  background: #fdf6e3;
  border: 1px #f2ecda solid;
  color: #000;
  text-align: center;
}

.no-js .page__noscript {
  display: block;
  padding: 0.5em;
  margin: 0;
  background: #fdf6e3;
  border: 1px #f2ecda solid;
  color: #000;
  text-align: center;
}

/* end: bem/blocks.01-base/page/__noscript/page__noscript.css */
/* begin: bem/blocks.01-base/page/__viewport-fix/page__viewport-fix.css */
/*csslint known-properties:false */
/*csslint duplicate-properties:false */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*csslint known-properties:true */
/*csslint duplicate-properties:true */
/* end: bem/blocks.01-base/page/__viewport-fix/page__viewport-fix.css */
/* begin: bem/blocks.04-common/a/a.scss */
a:not([class]) {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  text-decoration: underline;
  color: #336eb1;
}

a:not([class]):focus, a:not([class]):hover {
  text-decoration: none;
}

/* begin: bem/blocks.05-project/link/link.scss */
.link {
  text-decoration: underline;
  color: #336eb1;
  font-size: 14px;
}

.link:hover, .link:focus {
  text-decoration: none;
  color: #336eb1;
}

.link_non-decoration {
  text-decoration: none;
}

.link_non-decoration:hover, .link_non-decoration:focus {
  text-decoration: underline;
  color: #336eb1;
}

/* end: bem/blocks.05-project/link/link.scss */
/* begin: bem/blocks.02-plugins-libraries/spaces/spaces.scss */
.last-col {
  overflow: hidden !important;
}

.ptn, .pvn, .pan {
  padding-top: 0 !important;
}

.ptx, .pvx, .pax {
  padding-top: 5px !important;
}

.pts, .pvs, .pas {
  padding-top: 10px !important;
}

.ptm, .pvm, .pam {
  padding-top: 15px !important;
}

.ptl, .pvl, .pal {
  padding-top: 30px !important;
}

.prn, .phn, .pan {
  padding-right: 0 !important;
}

.prx, .phx, .pax {
  padding-right: 5px !important;
}

.prs, .phs, .pas {
  padding-right: 10px !important;
}

.prm, .phm, .pam {
  padding-right: 15px !important;
}

.prl, .phl, .pal {
  padding-right: 30px !important;
}

.pbn, .pvn, .pan {
  padding-bottom: 0 !important;
}

.pbx, .pvx, .pax {
  padding-bottom: 5px !important;
}

.pbs, .pvs, .pas {
  padding-bottom: 10px !important;
}

.pbm, .pvm, .pam {
  padding-bottom: 15px !important;
}

.pbl, .pvl, .pal {
  padding-bottom: 30px !important;
}

.pln, .phn, .pan {
  padding-left: 0 !important;
}

.plx, .phx, .pax {
  padding-left: 5px !important;
}

.pls, .phs, .pas {
  padding-left: 10px !important;
}

.plm, .phm, .pam {
  padding-left: 15px !important;
}

.pll, .phl, .pal {
  padding-left: 30px !important;
}

.mtn, .mvn, .man {
  margin-top: 0px !important;
}

.mtx, .mvx, .max {
  margin-top: 5px !important;
}

.mts, .mvs, .mas {
  margin-top: 10px !important;
}

.mtm, .mvm, .mam {
  margin-top: 15px !important;
}

.mtl, .mvl, .mal {
  margin-top: 30px !important;
}

.mrn, .mhn, .man {
  margin-right: 0px !important;
}

.mrx, .mhx, .max {
  margin-right: 5px !important;
}

.mrs, .mhs, .mas {
  margin-right: 10px !important;
}

.mrm, .mhm, .mam {
  margin-right: 15px !important;
}

.mrl, .mhl, .mal {
  margin-right: 30px !important;
}

.mbn, .mvn, .man {
  margin-bottom: 0px !important;
}

.mbx, .mvx, .max {
  margin-bottom: 5px !important;
}

.mbs, .mvs, .mas {
  margin-bottom: 10px !important;
}

.mbm, .mvm, .mam {
  margin-bottom: 15px !important;
}

.mbl, .mvl, .mal {
  margin-bottom: 30px !important;
}

.mln, .mhn, .man {
  margin-left: 0px !important;
}

.mlx, .mhx, .max {
  margin-left: 5px !important;
}

.mls, .mhs, .mas {
  margin-left: 10px !important;
}

.mlm, .mhm, .mam {
  margin-left: 15px !important;
}

.mll, .mhl, .mal {
  margin-left: 30px !important;
}

@media (max-width: 767px) {
  .ptm, .pvm, .pam {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
/* end: bem/blocks.02-plugins-libraries/spaces/spaces.scss */
/* begin: bem/blocks.05-project/type/__hr/type__hr.scss */
hr {
  margin: 0.55em 0;
}

/* end: bem/blocks.05-project/type/__hr/type__hr.scss */
/* begin: bem/blocks.05-project/type/__img/type__img.scss */
.page-content__container img:not([class]).pull-left,
.page-content__container img:not([class])[align=left],
img[height].pull-left, img[height][align=left],
img[width].pull-left, img[width][align=left] {
  max-width: 50%;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .page-content__container img:not([class]).pull-left, .page-content__container img:not([class])[align=left], img[height].pull-left, img[height][align=left], img[width].pull-left, img[width][align=left] {
    max-width: 100%;
  }
}
.page-content__container img:not([class]).pull-right, .page-content__container img:not([class])[align=right], img[height].pull-right, img[height][align=right], img[width].pull-right, img[width][align=right] {
  max-width: 50%;
  margin-left: 30px;
}

@media (max-width: 767px) {
  .page-content__container img:not([class]).pull-right, .page-content__container img:not([class])[align=right], img[height].pull-right, img[height][align=right], img[width].pull-right, img[width][align=right] {
    max-width: 100%;
  }
}
/* end: bem/blocks.05-project/type/__img/type__img.scss */
/* begin: bem/blocks.05-project/tooltip/tooltip.scss */
.tooltip {
  width: 249px;
  background: #fff;
  -webkit-box-shadow: 0 15px 40px rgba(51, 110, 177, 0.21);
  box-shadow: 0 15px 40px rgba(51, 110, 177, 0.21);
}

.tooltip .tooltip-inner {
  max-width: 241px;
  padding: 13px 0;
  color: #252525;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
}

div.tooltip.left .tooltip-arrow {
  right: -5px;
}

div.tooltip.right .tooltip-arrow {
  left: -5px;
}

/* end: bem/blocks.05-project/tooltip/tooltip.scss */
/* begin: bem/blocks.05-project/icons/icons.scss */
.icon-phone-av {
  font-size: 27px;
}

.icon-complect {
  font-size: 112px;
}

.icon-arch {
  font-size: 120px;
}

.icon-design {
  font-size: 115px;
}

.icon-mail {
  font-size: 22px;
}

.icon-user {
  font-size: 35px;
}

.icon-phone {
  font-size: 27px;
}

.icon-search {
  font-size: 23px;
}

.icon-logo {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .icon-logo {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .icon-logo {
    font-size: 43px;
  }
}

/* end: bem/blocks.05-project/icons/icons.scss */
/* begin: bem/blocks.05-project/svg-sprite/svg-sprite.scss */
.svg-sprite {
  display: none;
}

svg path {
  fill: inherit;
}

.header__logo {
  color: #000;
  text-decoration: none;
}
.header__logo:hover {
  text-decoration: none;
}
@media (max-width: 992px) and (min-width: 768px) {
  .header__logo {
    width: 187px;
  }
}

.header__container_slider {
  position: absolute;
  z-index: 40;
  width: 100%;
}

/* begin: bem/blocks.05-project/nav-bar/__item/nav-bar__item.scss */
.nav-bar__item {
  position: relative;
  float: none !important;
  margin-top: -1px;
  border-top: solid 1px rgba(255, 255, 255, 0);
}

@media (max-width: 767px) {
  .nav-bar__item {
    width: 100%;
    background: #f7f9fc;
  }
}
@media (min-width: 767px) {
  .nav-bar__item:hover {
    border-top: solid 1px #336eb1;
  }
}
@media (max-width: 767px) {
  .nav-bar__item:hover {
    border-top: solid 1px rgba(255, 255, 255, 0);
  }
}
/* end: bem/blocks.05-project/nav-bar/__item/nav-bar__item.scss */
/* begin: bem/blocks.05-project/nav-bar/__link/nav-bar__link.scss */
.nav-bar__link {
  display: block;
  width: 100%;
  padding: 25px 0 !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  line-height: 0;
}

@media (max-width: 1199px) {
  .nav-bar__link {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .nav-bar__link {
    padding: 10px !important;
    line-height: normal;
  }
}
.nav-bar__link:hover, .nav-bar__link:focus {
  text-decoration: none;
  color: #336eb1;
}

/* end: bem/blocks.05-project/nav-bar/__link/nav-bar__link.scss */
/* begin: bem/blocks.05-project/nav-bar/__container/nav-bar__container.scss */
.nav-bar__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none !important;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1170px;
  margin: 0 auto !important;
  padding: 0 15px;
  list-style: none;
}

@media (max-width: 992px) and (min-width: 768px) {
  .nav-bar__container {
    width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .nav-bar__container {
    width: 950px;
  }
}
@media (max-width: 767px) {
  .nav-bar__container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0;
  }
}
/* end: bem/blocks.05-project/nav-bar/__container/nav-bar__container.scss */
/* begin: bem/blocks.05-project/nav-bar/__logo/nav-bar__logo.scss */
.nav-bar__logo {
  float: left;
  max-width: 218px;
  margin: 18px 12px;
}
@media (max-width: 767px) {
  .nav-bar__logo {
    margin: 15px 0 15px 15px;
    width: 100%;
  }
}

.nav-bar__logo img {
  width: 100%;
}

/* end: bem/blocks.05-project/nav-bar/__logo/nav-bar__logo.scss */
/* begin: bem/blocks.05-project/error-content/error-content.scss */
.error-content {
  position: relative;
  max-width: 1902px;
  margin: 0 auto;
}

.error-helper {
  margin-top: -24px;
}

@media (max-width: 991px) {
  .error-helper {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .error-helper {
    margin-top: 0;
  }
}
/* end: bem/blocks.05-project/error-content/error-content.scss */
/* begin: bem/blocks.05-project/error-content/__brush-box/error-content__brush-box.scss */
.error-content__brush-box {
  position: relative;
  z-index: 12;
  top: -106px;
  left: 250px;
  display: inline-block;
  margin-left: -57px;
}

@media (max-width: 1152px) {
  .error-content__brush-box {
    display: none;
  }
}
@media (max-width: 1432px) {
  .error-content__brush-box {
    top: -43px;
    left: 135px;
    width: 20%;
  }
}
/* end: bem/blocks.05-project/error-content/__brush-box/error-content__brush-box.scss */
/* begin: bem/blocks.05-project/error-content/__description/error-content__description.scss */
.error-content__description {
  position: absolute;
  z-index: 11;
  display: inline-block;
  width: 469px;
  margin-top: 73px;
  margin-left: 110px;
  vertical-align: top;
  word-spacing: 0;
  font-family: "Roboto";
  font-size: 14px;
  line-height: 1.78;
}

.error-content__description p {
  margin-bottom: 24px;
  font-weight: 400;
}

@media (max-width: 1432px) {
  .error-content__description {
    margin-top: 17px;
  }
}
@media (max-width: 767px) {
  .error-content__description {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    margin-left: 0;
    padding: 0 15px;
  }
}
/* end: bem/blocks.05-project/error-content/__description/error-content__description.scss */
/* begin: bem/blocks.05-project/error-content/__header/error-content__header.scss */
.error-content__header {
  margin-left: -3px;
  padding-bottom: 23px;
  color: #82aad5;
  font-family: Cambria;
  font-size: 120px;
  font-weight: 300;
  line-height: 1.1;
}

.error-content__header div {
  font-size: 200px;
  font-weight: 500;
  line-height: 0.53;
}

@media (max-width: 1432px) {
  .error-content__header div {
    font-size: 120px;
    line-height: 1;
  }
}
@media (max-width: 1432px) {
  .error-content__header {
    padding-bottom: 20px;
    font-size: 50px;
  }
}
/* end: bem/blocks.05-project/error-content/__header/error-content__header.scss */
/* begin: bem/blocks.05-project/error-content/__macbook/error-content__macbook.scss */
.error-content__macbook {
  position: relative;
  z-index: 10;
  bottom: -200px;
  left: 518px;
  display: inline-block;
}

@media (max-width: 1565px) {
  .error-content__macbook {
    bottom: -284px;
    width: 40%;
    height: auto;
  }
}
@media (max-width: 1432px) {
  .error-content__macbook {
    bottom: -161px;
    left: 554px;
    width: 35%;
  }
}
@media (max-width: 1199px) {
  .error-content__macbook {
    bottom: -245px;
    left: 536px;
    width: 45%;
  }
}
@media (max-width: 991px) {
  .error-content__macbook {
    bottom: -387px;
    left: 524px;
  }
}
@media (max-width: 900px) {
  .error-content__macbook {
    left: 369px;
  }
}
@media (max-width: 767px) {
  .error-content__macbook {
    display: none;
  }
}
/* end: bem/blocks.05-project/error-content/__macbook/error-content__macbook.scss */
/* begin: bem/blocks.05-project/error-content/__flower/error-content__flower.scss */
.error-content__flower {
  position: absolute;
  top: 20px;
  right: 122px;
  display: inline-block;
}

@media (max-width: 1432px) {
  .error-content__flower {
    width: 15%;
  }
}
@media (max-width: 1152px) {
  .error-content__flower {
    width: 25%;
  }
}
@media (max-width: 767px) {
  .error-content__flower {
    display: none;
  }
}
/* end: bem/blocks.05-project/error-content/__flower/error-content__flower.scss */
/* end: bem/blocks.05-project/pop-up/__close/pop-up__close.scss */
/* begin: bem/blocks.05-project/footer/footer.scss */
.footer {
  padding-top: 20px;
  padding-bottom: 17px;
  font-family: "Roboto";
}

@media (max-width: 768px) {
  .footer {
    padding-top: 20px;
    text-align: center;
  }
}
.footer .clearfix {
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  .footer {
    padding-top: 20px;
  }

  .footer .col-lg-3 {
    text-align: center;
  }
}
/* end: bem/blocks.05-project/footer/footer.scss */
/* begin: bem/blocks.05-project/footer/__logo/footer__logo.scss */
@media (max-width: 767px) {
  .footer__logo {
    display: block;
    text-align: left;
  }
}
/* end: bem/blocks.05-project/footer/__logo/footer__logo.scss */
/* begin: bem/blocks.05-project/footer/__copyright/footer__copyright.scss */
.footer__copyright {
  margin-top: 20px;
  color: #252525;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .footer__copyright {
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .footer__copyright {
    margin-top: 20px;
  }
}
/* end: bem/blocks.05-project/footer/__copyright/footer__copyright.scss */
/* begin: bem/blocks.05-project/footer/__address/footer__address.scss */
.footer__address {
  padding-left: 25px;
  padding-left: 25px;
  text-align: left;
  color: #585858;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .footer__address {
    margin-bottom: 0;
    padding-left: 0;
    text-align: left;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .footer__address {
    padding-left: 50px;
  }
}
/* end: bem/blocks.05-project/footer/__address/footer__address.scss */
/* begin: bem/blocks.05-project/footer/__phone-label/footer__phone-label.scss */
.footer__phone-label {
  margin-bottom: 2px;
  padding-left: 40px;
  color: #b7b7b7;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 768px) {
  .footer__phone-label {
    margin-top: 20px;
    text-align: left;
  }
}
@media (max-width: 1200px) {
  .footer__phone-label {
    padding-left: 0;
  }
}
/* end: bem/blocks.05-project/footer/__phone-label/footer__phone-label.scss */
/* begin: bem/blocks.05-project/footer/__dev/footer__dev.scss */
.footer__dev {
  display: block;
  margin-top: 47px;
  padding-left: 6px;
  text-align: right;
  color: #b7b7b7;
  font-size: 13px;
  font-weight: 300;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .footer__dev {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .footer__dev {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__dev {
    text-align: left;
  }
}
/* end: bem/blocks.05-project/footer/__dev/footer__dev.scss */
/* begin: bem/blocks.05-project/content-header/content-header.scss */
.content-header_interior-item-h2 {
  margin-top: 62px;
  margin-bottom: 36px;
  margin-left: -2px;
  text-align: left;
  font-size: 30px;
}

.content-header_interior-item-h3 {
  display: block;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: -2px;
  text-align: left;
  text-decoration: none;
  color: #252525;
  font-size: 24px;
  line-height: 1;
}

.content-header_interior-item-h3:hover, .content-header_interior-item-h3:focus {
  text-decoration: none;
  color: #252525;
}

@media (max-width: 767px) {
  .content-header_interior-item-h3 {
    margin-top: 16px;
  }
}
/* end: bem/blocks.05-project/content-header/content-header.scss */
/* begin: bem/blocks.05-project/contacts/contacts.scss */
/* end: bem/blocks.05-project/contacts/contacts.scss */
/* begin: bem/blocks.05-project/feature/feature.scss */
/* end: bem/blocks.05-project/feature/feature.scss */
/* begin: bem/blocks.05-project/description/description.scss */
/* end: bem/blocks.05-project/description/description.scss */
/* begin: bem/blocks.05-project/description/__item/description__item.scss */
.description__item {
  margin-bottom: 3px;
}

.description__item:last-child {
  margin-bottom: 0;
}

/* end: bem/blocks.05-project/description/__item/description__item.scss */
/* begin: bem/blocks.05-project/description/__description/description__description.scss */
.description__description {
  display: table-cell;
  vertical-align: middle;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

/* end: bem/blocks.05-project/description/__description/description__description.scss */
/* begin: bem/blocks.05-project/description/__title/description__title.scss */
.description__title {
  display: table-cell;
  width: auto;
  padding-top: 4px;
  padding-right: 13px;
  vertical-align: top;
  word-break: normal;
  color: #b7b7b7;
  font-size: 16px;
  font-weight: 300;
  font-weight: 300;
}

/* end: bem/blocks.05-project/contact-form/__label/contact-form__label.scss */
/* begin: bem/blocks.05-project/text-input/text-input.scss */
.text-input {
  width: 100%;
  max-width: 100%;
  padding: 8px 15px;
  transition: 0.3s;
  text-align: left;
  border: solid 1px #afc9e6;
  border-radius: 3px;
  box-shadow: none;
}

.text-input:focus {
  border: solid 1px transparent;
  -webkit-box-shadow: 0 0 18px 0 rgba(51, 110, 177, 0.6);
  box-shadow: 0 0 18px 0 rgba(51, 110, 177, 0.6);
}

.text-input_textarea {
  height: 139px;
}

.text-input::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}

.text-input::-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}

.text-input:-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}

.text-input:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}

.text-input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.text-input:focus::-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.text-input:focus:-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.text-input:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

/* end: bem/blocks.05-project/text-input/text-input.scss */
/* begin: bem/blocks.05-project/contact-form/__field/contact-form__field.scss */
.contact-form__field {
  width: -webkit-calc(100% - 98px);
  width: -moz-calc(100% - 98px);
  width: calc(100% - 98px);
  height: 34px;
  margin-bottom: 16px;
  padding: 5px 20px;
  border: 1px solid #afc9e6;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0);
}

@media (max-width: 991px) {
  .contact-form__field {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 767px) {
  .contact-form__field {
    height: 37px;
  }
}
.contact-form__field::-webkit-input-placeholder {
  visibility: hidden;
}

.contact-form__field::-moz-placeholder {
  visibility: hidden;
}

.contact-form__field:-moz-placeholder {
  visibility: hidden;
}

.contact-form__field:-ms-input-placeholder {
  visibility: hidden;
}

@media (max-width: 991px) {
  .contact-form__field::-webkit-input-placeholder {
    visibility: visible;
  }

  .contact-form__field::-moz-placeholder {
    visibility: visible;
  }

  .contact-form__field:-moz-placeholder {
    visibility: visible;
  }

  .contact-form__field:-ms-input-placeholder {
    visibility: visible;
  }

  .contact-form__field:focus::-webkit-input-placeholder {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }

  .contact-form__field:focus::-moz-placeholder {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }

  .contact-form__field:focus:-moz-placeholder {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }

  .contact-form__field:focus:-ms-input-placeholder {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
}
/* end: bem/blocks.05-project/contact-form/__field/contact-form__field.scss */
/* begin: bem/blocks.05-project/default-textarea/default-textarea.scss */
.default-textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding: 15px;
  resize: none;
  transition: 0.3s;
  text-align: left;
  border: solid 1px #afc9e6;
  border-radius: 3px;
}
@media screen and (min-width: 768px) {
  .default-textarea {
    height: 139px;
  }
}

.default-textarea:focus {
  border: none;
  -webkit-box-shadow: 0 0 18px 0 rgba(51, 110, 177, 0.6);
  box-shadow: 0 0 18px 0 rgba(51, 110, 177, 0.6);
}

.default-textarea::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}

.default-textarea::-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}

.default-textarea:-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}

.default-textarea:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  color: #000;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 300;
}

.default-textarea:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.default-textarea:focus::-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.default-textarea:focus:-moz-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

.default-textarea:focus:-ms-input-placeholder {
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 0;
}

/* end: bem/blocks.05-project/default-textarea/default-textarea.scss */
/* begin: bem/blocks.05-project/subscribe/subscribe.scss */
.subscribe {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

.subscribe svg use {
  fill: #336eb1;
}

.subscribe:after {
  position: absolute;
  top: 39px;
  right: 0;
  width: -webkit-calc(50% - 150px - 25px);
  width: -moz-calc(50% - 150px - 25px);
  width: calc(50% - 150px - 25px);
  height: 1px;
  content: "";
  border-top: 1px dashed #82aad5;
}

.subscribe:before {
  position: absolute;
  top: 37px;
  left: 0;
  width: -webkit-calc(50% - 150px - 25px);
  width: -moz-calc(50% - 150px - 25px);
  width: calc(50% - 150px - 25px);
  height: 1px;
  content: "";
  border-top: 1px dashed #82aad5;
}

/* end: bem/blocks.05-project/subscribe/subscribe.scss */
/* begin: bem/blocks.05-project/subscribe/__img/subscribe__img.scss */
.subscribe__img {
  display: inline-block;
  vertical-align: top;
}

.subscribe__img svg {
  width: 51px;
  height: 34px;
}

.subscribe__img:hover ~ .subscribe__text, .subscribe__img:focus ~ .subscribe__text {
  text-decoration: underline;
  color: #336eb1;
}

/* end: bem/blocks.05-project/subscribe/__img/subscribe__img.scss */
/* begin: bem/blocks.05-project/subscribe/__text/subscribe__text.scss */
.subscribe__text {
  display: inline-block;
  max-width: 228px;
  margin-left: 10px;
  text-align: left;
  color: #336eb1;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.subscribe__text:hover, .subscribe__text:focus {
  text-decoration: underline;
  color: #336eb1;
}

/* end: bem/blocks.05-project/subscribe/__text/subscribe__text.scss */
/* begin: bem/blocks.04-common/social-likes/social-likes.scss */
.social-likes {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.3em;
  line-height: 1.9;
}

.social-likes:before, .social-likes:after {
  content: " ";
  display: table;
}

.social-likes:after {
  clear: both;
}

@media (min-width: 768px) {
  .social-likes {
    white-space: nowrap;
  }
}
/* end: bem/blocks.04-common/social-likes/social-likes.scss */
/* begin: bem/blocks.04-common/social-likes/__button/social-likes__button.scss */
.social-likes__button {
  display: block;
  min-width: 0;
  text-align: center;
}

.social-likes__button:before {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 35px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 1;
  background: -webkit-linear-gradient(45deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%);
  background: -moz-linear-gradient(45deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%);
  background: -o-linear-gradient(45deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%);
  background: linear-gradient(45deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%);
}

.social-likes__button:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 35px;
  height: 35px;
  content: "";
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  background: -webkit-linear-gradient(45deg, rgba(51, 110, 177, 0) 0%, #336eb1 100%);
  background: -moz-linear-gradient(45deg, rgba(51, 110, 177, 0) 0%, #336eb1 100%);
  background: -o-linear-gradient(45deg, rgba(51, 110, 177, 0) 0%, #336eb1 100%);
  background: linear-gradient(45deg, rgba(51, 110, 177, 0) 0%, #336eb1 100%);
}

.social-likes__button:hover, .social-likes__button:focus {
  -webkit-transition: 0.35s ease;
  -o-transition: 0.35s ease;
  -moz-transition: 0.35s ease;
  transition: 0.35s ease;
  text-decoration: none;
  color: #fff;
}

.social-likes__button:hover:before, .social-likes__button:focus:before {
  opacity: 0;
}

.social-likes__button:hover:after, .social-likes__button:focus:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .social-likes__button {
    min-width: 20px;
  }
}
/* end: bem/blocks.04-common/social-likes/__button/social-likes__button.scss */
/* begin: bem/blocks.04-common/social-likes/__counter/social-likes__counter.scss */
.social-likes__counter {
  display: none;
  margin: 10px 0 0 -6px;
  padding: 0;
  text-align: center;
  color: #336eb1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.social-likes__counter:before {
  display: inline-block;
  content: "+";
}

.social-likes__counter_empty, .social-likes__counter:empty {
  display: none;
}

.social-likes__counter:nth-child(-n+2) {
  display: block;
}

/* end: bem/blocks.04-common/social-likes/__counter/social-likes__counter.scss */
/* begin: bem/blocks.04-common/social-likes/__icon/social-likes__icon.scss */
.social-likes__icon {
  font-family: "FontAwesome";
  font-size: 19px;
}

.social-likes__icon:before {
  display: block;
  width: 36px;
  height: 35px;
  line-height: 40px;
}

.social-likes__icon_vkontakte:before {
  width: 33px;
  content: "\f189";
}

.social-likes__icon_facebook:before {
  content: "\f09a";
}

.social-likes__icon_plusone:before {
  content: "\f0d5";
}

.social-likes__icon_twitter:before {
  content: "\f099";
}

.social-likes__icon_odnoklassniki:before {
  content: "\f263";
}

/* end: bem/blocks.04-common/social-likes/__icon/social-likes__icon.scss */
/* begin: bem/blocks.04-common/social-likes/__widget/social-likes__widget.scss */
.social-likes__widget {
  display: inline-block;
  margin: 0 2px;
  cursor: pointer;
  -webkit-transform: translateZ(0px);
  -moz-transform: translateZ(0px);
  transform: translateZ(0px);
  white-space: nowrap;
  text-decoration: none;
  letter-spacing: normal;
  color: #fff;
  border: none;
}

/* end: bem/blocks.04-common/social-likes/__widget/social-likes__widget.scss */
/* begin: bem/blocks.05-project/networks/__container/networks__container.scss */
.networks__container {
  position: absolute;
  top: -55px;
  width: 100%;
  margin: 0 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  text-align: center;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 20px 40px 0 rgba(51, 110, 177, 0.21);
  box-shadow: 0 20px 40px 0 rgba(51, 110, 177, 0.21);
  font-family: "Roboto";
}

@media (max-width: 1200px) and (min-width: 992px) {
  .networks__container {
    top: -82px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .networks__container {
    top: -97px;
  }
}
@media (max-width: 767px) {
  .networks__container {
    top: -136px;
    left: 5%;
    width: 90%;
    margin: 0;
  }
}
/* end: bem/blocks.05-project/networks/__container/networks__container.scss */
/* begin: bem/blocks.05-project/networks/__follow/networks__follow.scss */
.networks__follow {
  margin-left: -15px;
  padding-top: 9px;
  text-align: left;
}

.networks__follow .networks__header {
  margin-right: 40px;
  margin-left: 13px;
  vertical-align: middle;
}

.networks__follow .networks__item:last-child {
  margin-right: 0;
}

.networks__follow .networks__item {
  margin-right: 45px;
  margin-left: 0;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .networks__follow .networks__item:last-child {
    margin-right: 8px;
    margin-left: 8px;
  }

  .networks__follow .networks__item {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (max-width: 991px) {
  .networks__follow {
    margin-top: 10px;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .networks__follow {
    margin-left: 0;
    word-spacing: 2px;
    text-align: center;
  }

  .networks__follow .networks__header {
    margin-right: 0;
    margin-left: 0;
  }
}
/* end: bem/blocks.05-project/networks/__follow/networks__follow.scss */
/* begin: bem/blocks.05-project/networks/__header/networks__header.scss */
.networks__header {
  display: inline-block;
  margin-left: 18px;
  color: #252525;
  font-size: 30px;
  font-weight: 300;
  line-height: 0.8;
}

[data-lang=en] .networks__header {
  font-size: 16px;
}

@media (max-width: 1200px) and (min-width: 992px) {
  .networks__header {
    display: block;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .networks__header {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
  }
}
/* end: bem/blocks.05-project/networks/__header/networks__header.scss */
/* begin: bem/blocks.05-project/networks/__item/networks__item.scss */
.networks__item {
  position: relative;
  display: inline-block;
  margin-right: 0;
  margin-left: 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  vertical-align: top;
  font-size: 0;
}

.networks__item img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  barder-radius: 3px;
}

@media (max-width: 768px) {
  .networks__item {
    margin-right: 8px;
    margin-left: 8px;
  }
}
.networks__item:hover, .networks__item:focus {
  text-decoration: none;
  color: #fff;
}

.networks__item .networks__item.social-likes__widget_vkontakte {
  margin-left: 12px;
}

/* end: bem/blocks.05-project/networks/__item/networks__item.scss */
/* begin: bem/blocks.05-project/networks/__numbers/networks__numbers.scss */
.networks__numbers {
  display: inline-block;
  width: 67px;
  margin: 0 0;
  margin-top: 2px;
  text-align: center;
  vertical-align: top;
  letter-spacing: normal;
  word-break: break-word;
  color: #336eb1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

/* end: bem/blocks.05-project/networks/__numbers/networks__numbers.scss */
/* begin: bem/blocks.05-project/networks/__share/networks__share.scss */
.networks__share {
  text-align: left;
}

.networks__share .networks__header {
  margin-right: 12px;
  vertical-align: baseline;
}

@media (max-width: 1200px) {
  .networks__share {
    text-align: center;
  }

  .networks__share .networks__header {
    margin-left: 0;
    margin-right: 0;
  }
}
/* end: bem/blocks.05-project/networks/__share/networks__share.scss */
/* begin: bem/blocks.05-project/networks/__numbers-block/networks__numbers-block.scss */
.networks__numbers-block {
  display: block;
  margin-top: 10px;
  white-space: normal;
  line-height: 0;
}

/* end: bem/blocks.05-project/networks/__numbers-block/networks__numbers-block.scss */
/* begin: bem/blocks.05-project/news/news.scss */
.news {
  padding-top: 93px;
  padding-bottom: 10px;
  background-color: #f7f9fc;
  font-family: "Roboto";
}

@media (max-width: 1200px) and (min-width: 992px) {
  .news {
    padding-top: 112px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .news {
    padding-top: 106px;
  }
}
@media (max-width: 768px) {
  .news {
    padding-top: 130px;
  }
}
/* end: bem/blocks.05-project/news/news.scss */
/* begin: bem/blocks.05-project/news/__date/news__date.scss */
.news__date {
  display: inline-block;
  margin-bottom: 15px;
  color: #336eb1;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
  max-height: 2.1em;
  padding-bottom: 0.1em;
}

@media (min-width: 1200px) {
  .news__date {
    font-size: 18px;
  }
}
/* end: bem/blocks.05-project/news/__date/news__date.scss */
/* begin: bem/blocks.05-project/news/__description/news__description.scss */
.news__description {
  color: #585858;
  line-height: 1.2;
}

/* end: bem/blocks.05-project/news/__description/news__description.scss */
/* begin: bem/blocks.05-project/news/__item/news__item.scss */
.news__item {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.news__item:before, .news__item:after {
  content: " ";
  display: table;
}

.news__item:after {
  clear: both;
}

.news__item :after {
  display: table;
  clear: both;
  content: "";
}

.news__item:hover, .news__item:focus {
  text-decoration: none;
}

.news__item:hover .news__date, .news__item:focus .news__date {
  text-decoration: underline;
}

@media (max-width: 992px) {
  .news__item {
    margin-top: 10px;
  }
}
/* end: bem/blocks.05-project/news/__item/news__item.scss */
/* begin: bem/blocks.05-project/news/__picture/news__picture.scss */
.news__picture {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .news__picture {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .news__picture {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 1200px) {
  .news__picture {
    float: left;
    width: 50%;
  }
}
.news__picture img {
  border-radius: 3px;
}

@media (max-width: 767px) {
  .news__picture img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .news__picture img {
    width: 106px;
  }
}
/* end: bem/blocks.05-project/news/__picture/news__picture.scss */
/* begin: bem/blocks.05-project/news/__text/news__text.scss */
.news__text {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .news__text {
    float: left;
    width: 75%;
  }
}
@media (min-width: 992px) {
  .news__text {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 1200px) {
  .news__text {
    float: left;
    width: 50%;
  }
}
/* end: bem/blocks.05-project/news/__text/news__text.scss */
/* begin: bem/blocks.05-project/header-container/__bread/header-container__bread.scss */
.header-container__bread {
  position: relative;
}

.header-container__bread .bread-crumb {
  position: absolute;
  top: 100%;
  width: 100%;
  margin-top: 10px;
  left: 0;
  right: 0;
}

/* end: bem/blocks.05-project/header-container/__bread/header-container__bread.scss */
/* begin: bem/blocks.05-project/header-container/__container/header-container__container.scss */
/*
.header-container__header {
  display: none;
  word-spacing: 3px;
  color: #fff;
  font-size: 3em;
  font-weight: 100;
  line-height: 1;
  margin: 0;
  margin-bottom: 30px;

  div {
    min-height: 2em;
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-end;
    align-items: center;
  }

  @media (max-width: 767px) {
    font-size: 1.7em;
    margin-bottom: 20px;
  }
}

.header-container__buttons {
  display: none;
  padding-right: 30px;
  padding-left: 30px;
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .header-container__buttons {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
  }
}

.header-container__buttons .button-active:before {
  opacity: 1;
}

.header-container__buttons_justify {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  padding-right: 0;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .header-container__buttons_justify {
    width: 100%;
  }
}

.header-container__buttons_menu {
  margin-bottom: 0;
}

.header-container__button {
  position: relative;
  display: block;
  cursor: pointer;
  border-bottom: solid 1px rgba(255, 255, 255, 0);
  text-decoration: none !important;
}

.header-container__button:before {
  position: absolute;
  z-index: -1;
  top: -14px;
  left: -4px;
  width: 115px;
  height: 115px;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  background: -webkit-linear-gradient(45deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%) no-repeat;
  background: -moz-linear-gradient(45deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%) no-repeat;
  background: -o-linear-gradient(45deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%) no-repeat;
  background: linear-gradient(45deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%) no-repeat;
  -webkit-background-size: 130px 130px;
  background-size: 130px;
}

.header-container__button:hover:before, .header-container__button:focus:before {
  opacity: 1;
}

@media (max-width: 767px) {
  .header-container__button:before {
    display: none;
  }
}

.header-container__button_arch:before {
  top: -6px;
}

.header-container__button:hover .header-container__button-label {
  text-decoration: none;
}

.header-container__button_horizontal {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) {
  .header-container__button_horizontal {
    width: 28%;
  }
}

.header-container__button_horizontal:before {
  width: 82.73149px;
  height: 82.73149px;
  top: -5px;
  left: -5px;
}

@media (min-width: 768px) {
  .header-container__button_horizontal .header-container__button-img {
    margin-right: 10px;
  }
}

.header-container__button_horizontal .header-container__button-label {
  width: 100%;
}

@media (min-width: 768px) {
  .header-container__button_horizontal .header-container__button-label {
    width: 60%;
    text-align: left;
  }
}

.header-container__button_background_diamond {
  max-width: none;
  width: 33.3333%;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 10px;
}

.header-container__button_background_diamond:before {
  top: 50%;
  left: 50%;
  margin-left: -41.36575px;
  margin-top: -41.36575px;
  width: 82.73149px;
  height: 82.73149px;
}

@media (max-width: 767px) {
  .header-container__button_background_diamond {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
  }
}

.header-container__button-img {
  display: block;
  color: #fff;
}

.header-container__button-label {
  margin-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-decoration: underline;
}
*/
/* end: bem/blocks.05-project/header-container/__button-label/header-container__button-label.scss */
/* begin: bem/blocks.05-project/news-article/news-article.scss */
.news-article {
  position: relative;
  display: inline-block;
  width: 262px;
  margin: 0 0 31px 30px;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(51, 110, 177, 0.21);
  box-shadow: 0 10px 15px 0 rgba(51, 110, 177, 0.21);
}

@media (max-width: 528px) {
  .news-article {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
  }
}
@media (max-width: 991px) and (min-width: 529px) {
  .news-article {
    width: -webkit-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
    width: calc(50% - 30px);
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .news-article {
    width: -webkit-calc(33% - 30px);
    width: -moz-calc(33% - 30px);
    width: calc(33% - 30px);
  }
}
.news-article:before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 2px;
  height: -webkit-calc(100% - 30px);
  height: -moz-calc(100% - 30px);
  height: calc(100% - 30px);
  content: "";
  background: #afc9e6;
}

/* end: bem/blocks.05-project/news-article/news-article.scss */
/* begin: bem/blocks.05-project/news-article/__title/news-article__title.scss */
.news-article__title {
  display: block;
  padding: 21px 23px 15px;
  text-decoration: none;
  color: #5d86bd;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  height: 2.2em;
  overflow: hidden;
}

.news-article__title:hover, .news-article__title:focus {
  text-decoration: underline;
  color: #5d86bd;
}

/* end: bem/blocks.05-project/news-article/__title/news-article__title.scss */
/* begin: bem/blocks.05-project/news-article/__img/news-article__img.scss */
.news-article__img img {
  max-width: 100%;
  margin: 0 auto;
}

.news-article__img:hover + .news-article__title, .news-article__img:focus + .news-article__title {
  text-decoration: underline;
  color: #5d86bd;
}

/* end: bem/blocks.05-project/news-article/__img/news-article__img.scss */
/* begin: bem/blocks.05-project/news-article/__desc/news-article__desc.scss */
.news-article__desc {
  padding: 0 23px 24px;
  font-size: 12px;
  font-weight: 400;
  line-height: 21px;
  break-word: word-break;
}

/* end: bem/blocks.05-project/news-article/__desc/news-article__desc.scss */
/* begin: bem/blocks.05-project/form-transparent/form-transparent.scss */
.form-transparent {
  margin: 0 auto;
  text-align: center;
}

/* end: bem/blocks.05-project/form-transparent/form-transparent.scss */
/* begin: bem/blocks.05-project/form-transparent/__heading/form-transparent__heading.scss */
/* end: bem/blocks.05-project/form-transparent/__heading/form-transparent__heading.scss */
/* begin: bem/blocks.05-project/form-transparent/__title/form-transparent__title.scss */
/* end: bem/blocks.05-project/form-transparent/__title/form-transparent__title.scss */
/* begin: bem/blocks.05-project/composition/composition.scss */
.composition.filter {
  padding-left: 34px;
  padding-right: 34px;
  padding-bottom: 14px;
}

.composition button {
  margin-bottom: 17px;
  padding: 12.5px 28px;
  color: #336eb1;
  font-size: 16px;
  font-weight: 400;
}

.composition .small-list {
  padding-right: 25px;
}

.composition .small-list__item {
  margin-bottom: 6px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .composition .small-list {
    padding-right: 0px;
  }
}
/* end: bem/blocks.05-project/composition/composition.scss */
/* begin: bem/blocks.05-project/composition/__heading/composition__heading.scss */
.composition__heading {
  margin-top: 11px;
  margin-bottom: 12px;
  color: #383838;
  font-size: 30px;
  font-weight: 300;
  line-height: 24px;
}

/* end: bem/blocks.05-project/composition/__heading/composition__heading.scss */
/* begin: bem/blocks.05-project/composition/__row/composition__row.scss */
.composition__row {
  margin-left: -15px;
  margin-right: -15px;
}

.composition__row:before, .composition__row:after {
  content: " ";
  display: table;
}

.composition__row:after {
  clear: both;
}

/* end: bem/blocks.05-project/composition/__row/composition__row.scss */
/* begin: bem/blocks.05-project/composition/__column/composition__column.scss */
.composition__column {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .composition__column {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .composition__column {
    float: left;
    width: 50%;
  }
}
/* end: bem/blocks.05-project/composition/__column/composition__column.scss */
/* begin: bem/blocks.05-project/composition/__subheading/composition__subheading.scss */
.composition__subheading {
  margin-bottom: 18px;
  color: #383838;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

/* end: bem/blocks.05-project/composition/__subheading/composition__subheading.scss */
/* begin: bem/blocks.05-project/composition/__text/composition__text.scss */
.composition__text {
  margin-bottom: 20px;
  padding-right: 90px;
}

@media (max-width: 767px) {
  .composition__text {
    padding-right: 0px;
  }
}
/* end: bem/blocks.05-project/composition/__text/composition__text.scss */
/* begin: bem/blocks.05-project/small-list/small-list.scss */
.small-list {
  margin-top: -13px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 300;
  padding-left: 19px;
  line-height: 24px;
  list-style: none;
}

/* end: bem/blocks.05-project/small-list/small-list.scss */
/* begin: bem/blocks.05-project/small-list/__item/small-list__item.scss */
.small-list__item {
  position: relative;
  color: #383838;
}

.small-list__item:before, .small-list__item:after {
  content: "";
}

.small-list__item:before {
  position: absolute;
  left: -18px;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 3px 3px;
  border-color: transparent transparent #336eb1 transparent;
}

.small-list__item:after {
  position: absolute;
  left: -18px;
  top: 12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  border-color: #336eb1 transparent transparent transparent;
}

/* end: bem/blocks.05-project/small-list/__item/small-list__item.scss */
/* begin: bem/blocks.05-project/about-company/__caption/about-company__caption.scss */
.about-company__caption {
  padding: 0 40px 0 22px;
  margin-top: 23px;
  margin-bottom: 43px;
  color: #383838;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.about-company__caption a {
  color: #336eb1;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: underline;
}

/* end: bem/blocks.05-project/about-company/__caption/about-company__caption.scss */
/* begin: bem/blocks.05-project/about-company/__heading/about-company__heading.scss */
.about-company__heading {
  margin-top: 60px;
  margin-bottom: 70px;
  color: #383838;
  font-size: 40px;
  font-weight: 300;
  line-height: 30px;
}

/* end: bem/blocks.05-project/about-company/__heading/about-company__heading.scss */
/* begin: bem/blocks.05-project/about-company/__gallery/about-company__gallery.scss */
.about-company__gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* end: bem/blocks.05-project/about-company/__gallery/about-company__gallery.scss */
/* begin: bem/blocks.05-project/about-company/__gallery-item/about-company__gallery-item.scss */
.about-company__gallery-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: -webkit-calc(50% - 15px);
  -ms-flex-preferred-size: calc(50% - 15px);
  flex-basis: -moz-calc(50% - 15px);
  flex-basis: calc(50% - 15px);
}

.about-company__gallery-item:nth-child(even) {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.about-company__gallery-item:nth-child(even) .about-company__caption {
  margin-top: 23px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .about-company__gallery-item:nth-child(even) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-company__gallery-item:nth-child(even) .about-company__caption {
    margin-bottom: 43px;
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-company__gallery-item:nth-child(even) {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-company__gallery-item:nth-child(even) .about-company__caption {
    margin-bottom: 43px;
  }
}
.about-company__gallery-item img {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(51, 110, 177, 0.21);
  box-shadow: 0 10px 30px rgba(51, 110, 177, 0.21);
  background-color: #336eb1;
}

@media (max-width: 767px) {
  .about-company__gallery-item img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-company__gallery-item img {
    width: auto;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .about-company__gallery-item {
    -webkit-flex-basis: -webkit-calc(100% - 15px);
    -ms-flex-preferred-size: calc(100% - 15px);
    flex-basis: -moz-calc(100% - 15px);
    flex-basis: calc(100% - 15px);
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .about-company__gallery-item {
    -webkit-flex-basis: -webkit-calc(100% - 15px);
    -ms-flex-preferred-size: calc(100% - 15px);
    flex-basis: -moz-calc(100% - 15px);
    flex-basis: calc(100% - 15px);
    text-align: center;
  }
}
/* end: bem/blocks.05-project/about-company/__gallery-item/about-company__gallery-item.scss */
/* begin: bem/blocks.05-project/send-message/send-message.scss */
.send-message {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 1200px) {
  .send-message {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .send-message {
    margin-left: 25%;
  }
}
.send-message .form-group {
  margin-bottom: 9px;
}

.send-message .btn {
  padding: 9px 38px;
}

/* end: bem/blocks.05-project/send-message/send-message.scss */
/* begin: bem/blocks.05-project/send-message/__heading/send-message__heading.scss */
.send-message__heading {
  margin-bottom: 7px;
  color: #252525;
  font-size: 30px;
  font-weight: 300;
  line-height: 24px;
}

/* end: bem/blocks.05-project/send-message/__heading/send-message__heading.scss */
/* begin: bem/blocks.05-project/send-message/__subheading/send-message__subheading.scss */
.send-message__subheading {
  display: block;
  margin-bottom: 40px;
  color: #252525;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
}

/* end: bem/blocks.05-project/send-message/__subheading/send-message__subheading.scss */
/* begin: bem/blocks.05-project/send-message/__label/send-message__label.scss */
.send-message__label {
  padding-top: 0px;
  color: #252525;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
  white-space: nowrap;
}

/* end: bem/blocks.05-project/send-message/__label/send-message__label.scss */
/* begin: bem/blocks.05-project/send-message/__input/send-message__input.scss */
.send-message__input.form-control {
  border: 1px solid #afc9e6;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
}

/* end: bem/blocks.05-project/send-message/__input/send-message__input.scss */
/* begin: bem/blocks.05-project/stages-list/stages-list.scss */
.stages-list {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  counter-reset: order;
  display: flex;
  flex-wrap: wrap;
}
.stages-list:before, .stages-list:after {
  content: " ";
  display: table;
}
.stages-list:after {
  clear: both;
}

.stages-list__item {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  flex-shrink: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .stages-list__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .stages-list__item {
    float: left;
    width: 50%;
  }
}

/* end: bem/blocks.05-project/stages-list/__item/stages-list__item.scss */
/* begin: bem/blocks.05-project/stages-list/__wrapper/stages-list__wrapper.scss */
.stages-list__wrapper {
  position: relative;
  padding-left: 110px;
  padding-right: 15px;
}

.stages-list__order {
  counter-increment: order;
  position: absolute;
  left: 30px;
  top: -8px;
}

.stages-list__order, .stages-list__order:before, .stages-list__order:after {
  width: 48.08326px;
  height: 48.08326px;
}

.stages-list__order:before, .stages-list__order:after {
  position: absolute;
  left: 0;
  top: 0;
}

.stages-list__order:after {
  content: counter(order);
  line-height: 48.08326px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}

.stages-list__order:before {
  content: "";
  background-image: -webkit-linear-gradient(135deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%);
  background-image: -moz-linear-gradient(135deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%);
  background-image: -o-linear-gradient(135deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%);
  background-image: linear-gradient(315deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end: bem/blocks.05-project/stages-list/__order/stages-list__order.scss */
/* begin: bem/blocks.05-project/stages-list/__heading/stages-list__heading.scss */
.stages-list__heading {
  margin-bottom: 20px;
  font-weight: 300;
}

/* end: bem/blocks.05-project/stages-list/__heading/stages-list__heading.scss */
/* begin: bem/blocks.05-project/stages-list/__description/stages-list__description.scss */
.stages-list__description {
  margin-bottom: 21px;
}

/* end: bem/blocks.05-project/stages-list/__description/stages-list__description.scss */
/* begin: bem/blocks.05-project/stages-list/__image/stages-list__image.scss */
.stages-list__image {
  overflow: hidden;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 30px rgba(51, 110, 177, 0.21);
  box-shadow: 0 10px 30px rgba(51, 110, 177, 0.21);
  background-color: #336eb1;
}

@media (min-width: 768px) and (max-width: 991px) {
  .stages-list__image {
    float: left;
  }
}
/* end: bem/blocks.05-project/stages-list/__image/stages-list__image.scss */
/* begin: bem/blocks.05-project/employees-gallery/employees-gallery.scss */
.employees-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -30px 70px -30px;
}

/* end: bem/blocks.05-project/employees-gallery/employees-gallery.scss */
/* begin: bem/blocks.05-project/employees-gallery/__image/employees-gallery__image.scss */
.employees-gallery__image {
  width: 100%;
}

/* end: bem/blocks.05-project/employees-gallery/__image/employees-gallery__image.scss */
/* begin: bem/blocks.05-project/employees-gallery/__image-circle/employees-gallery__image-circle.scss */
.employees-gallery__image-circle {
  display: block;
  overflow: hidden;
  width: 185px;
  height: 185px;
  margin: 0 auto 10px auto;
  border-radius: 50%;
}

/* end: bem/blocks.05-project/employees-gallery/__image-circle/employees-gallery__image-circle.scss */
/* begin: bem/blocks.05-project/employees-gallery/__caption/employees-gallery__caption.scss */
.employees-gallery__caption {
  position: relative;
  padding: 20px;
  border: 1px solid #336eb1;
  border-radius: 10px;
}

.employees-gallery__caption:before {
  position: absolute;
  top: -16px;
  left: 25px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 0 15px 18px;
  border-style: solid;
  border-color: transparent transparent #336eb1 transparent;
}

.employees-gallery__caption:after {
  position: absolute;
  top: -14px;
  left: 25px;
  width: 0;
  height: 0;
  content: "";
  border-width: 0 0 14px 17px;
  border-style: solid;
  border-color: transparent transparent #f7f9fc transparent;
}

/* end: bem/blocks.05-project/employees-gallery/__caption/employees-gallery__caption.scss */
/* begin: bem/blocks.05-project/employees-gallery/__item/employees-gallery__item.scss */
.employees-gallery__item {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 30px;
  padding: 0 30px;
  width: 100%;
}

.employees-gallery__item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media (min-width: 768px) {
  .employees-gallery__item {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .employees-gallery__item {
    width: 25%;
  }
}
.employees-gallery__item:hover img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.employees-gallery__item:hover figcaption {
  color: #fff;
  background: #336eb1;
}

.employees-gallery__item:hover figcaption:before {
  border-color: transparent transparent #f7f9fc transparent;
}

.employees-gallery__item:hover figcaption:after {
  border-color: transparent transparent #336eb1 transparent;
}

/* end: bem/blocks.05-project/employees-gallery/__item/employees-gallery__item.scss */
/* begin: bem/blocks.05-project/employees-description/employees-description.scss */
.employees-description {
  padding: 20px;
}

.employees-description span {
  display: block;
  color: #336eb1;
}

/* end: bem/blocks.05-project/employees-description/employees-description.scss */
/* begin: bem/blocks.05-project/two-column-text/two-column-text.scss */
.two-column-text {
  padding-bottom: 45px;
  font-family: "Roboto";
  font-weight: 300;
  line-height: 1.714;
}

.two-column-text_flat-details {
  padding-top: 13px;
  padding-bottom: 0;
}

.two-column-text_flat-details .simple-text p {
  line-height: 1.8;
}

.two-column-text_interior-design {
  margin-top: -2px;
  padding-bottom: 20px;
}

.two-column-text_interior-design .two-column-text__link {
  display: block;
  margin-top: 18px;
}

@media (max-width: 767px) {
  .two-column-text_interior-design {
    padding-bottom: 10px;
  }
}
/* end: bem/blocks.05-project/two-column-text/two-column-text.scss */
/* begin: bem/blocks.05-project/collapse-button/collapse-button.scss */
.collapse-button_link {
  display: block;
  margin-top: 16px;
}

/* end: bem/blocks.05-project/collapse-button/collapse-button.scss */
/* begin: bem/blocks.05-project/collapse/_filter/collapse_filter.scss */
@media (min-width: 768px) {
  .collapse_filter {
    display: block !important;
    height: auto !important;
  }
}
/* end: bem/blocks.05-project/collapse/_filter/collapse_filter.scss */
/* begin: bem/blocks.05-project/range-wrap/range-wrap.scss */
.range-wrap {
  position: relative;
  margin-bottom: 45px;
}

@media (min-width: 992px) {
  .range-wrap_lg {
    margin-right: 30px;
  }

  .range-wrap_sm {
    margin-right: 60px;
  }
}
/* end: bem/blocks.05-project/range-wrap/range-wrap.scss */
/* begin: bem/blocks.05-project/range-wrap/__title/range-wrap__title.scss */
.range-wrap__title {
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 1.1;
}

/* end: bem/blocks.05-project/range-wrap/__title/range-wrap__title.scss */
/* begin: bem/blocks.05-project/range-wrap/__range/range-wrap__range.scss */
.range-wrap__range {
  padding-bottom: 4px;
}

/* end: bem/blocks.05-project/range-wrap/__range/range-wrap__range.scss */
/* begin: bem/blocks.02-plugins-jquery-ui/jquery-ui-core/jquery-ui-core.css */
/*!
 * jQuery UI CSS Framework 1.11.3
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end: bem/blocks.02-plugins-jquery-ui/jquery-ui-core/jquery-ui-core.css */
/* begin: bem/blocks.05-project/filter-result/filter-result.scss */
.filter-result {
  margin-bottom: 38px;
}

@media (max-width: 767px) {
  .filter-result {
    margin-top: 10px;
  }
}
/* end: bem/blocks.05-project/filter-result/filter-result.scss */
/* begin: bem/blocks.05-project/flex/flex.scss */
.flex_stretch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex_stretch .flex__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_stretch .figure {
  margin-bottom: 0;
}

.flex_stretch .flex-item_detail {
  margin-bottom: 0;
}

.flex .flex__item_filter {
  margin-top: 30px;
  margin-bottom: 0;
}

@media (max-width: 991px) and (min-width: 768px) {
  .flex_stretch .flex-item_detail:nth-child(-n+2) {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .flex_stretch {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex_stretch .figure {
    height: auto;
    margin: 0 auto;
  }

  .flex_stretch .flex__item {
    margin: 15px 0 15px;
  }

  .flex .flex__item_filter {
    margin-top: 20px;
    margin-bottom: 0;
  }
}
/* end: bem/blocks.05-project/flex/flex.scss */
/* begin: bem/blocks.05-project/figure/figure.scss */
.figure {
  display: inline-block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 0 15px 40px 0 rgba(51, 110, 177, 0.21);
  box-shadow: 0 15px 40px 0 rgba(51, 110, 177, 0.21);
}

.figure__char {
  text-align: left;
  padding: 0 18px 20px 18px;
}

@media (max-width: 767px) {
  .figure {
    display: block;
    width: 100%;
    max-width: 439px;
    margin: 15px auto 15px;
  }
}
.figure:hover, .figure:focus {
  text-decoration: none;
}

.figure_interior-design {
  margin-bottom: 20px;
}

.figure_detail {
  margin: 0;
  text-align: left;
}

@media (max-width: 767px) {
  .figure_detail {
    margin: 0 auto;
  }
}
.figure_detail .figure__style {
  float: right;
  padding-top: 1px;
}

.figure_detail .figure__square {
  margin-top: 0;
}

.figure_detail .figure__description {
  padding: 15px 18px 16px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .figure_detail:nth-child(odd) {
    margin-top: 16px;
  }
}
.figure_detail .figure__description {
  min-width: 80px;
}

@media (min-width: 992px) {
  .figure:hover .figure__img {
    -webkit-transform: scale(1.1) translateY(8px);
    -moz-transform: scale(1.1) translateY(8px);
    -ms-transform: scale(1.1) translateY(8px);
    -o-transform: scale(1.1) translateY(8px);
    transform: scale(1.1) translateY(8px);
    border-radius: 3px;
    -webkit-box-shadow: 0 12px 20px -6px #8e8c8c;
    box-shadow: 0 12px 20px -6px #8e8c8c;
  }
}
/* end: bem/blocks.05-project/figure/figure.scss */
/* begin: bem/blocks.05-project/figure/__img/figure__img.scss */
.figure__img {
  max-width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 3px 3px 0 0;
}

/* end: bem/blocks.05-project/figure/__img/figure__img.scss */
/* begin: bem/blocks.05-project/figure/__title/figure__title.scss */
.figure__title {
  display: block;
  text-decoration: none;
  color: #336eb1;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.figure__title:hover, .figure__title:focus {
  text-decoration: underline;
  color: #336eb1;
}

.figure__title_detail {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0;
  text-decoration: none;
  color: #252525;
  font-size: 24px;
  font-weight: 300;
  dispay: inline-block;
}

.figure__title_detail:hover, .figure__title_detail:focus {
  text-decoration: none;
  color: #252525;
}

@media (max-width: 767px) {
  .figure__title {
    max-height: 36px;
    overflow: hidden;
  }
}
/* end: bem/blocks.05-project/figure/__title/figure__title.scss */
/* begin: bem/blocks.05-project/figure/__left/figure__left.scss */
.figure__left {
  float: left;
  min-width: -webkit-calc(100% - 128px);
  min-width: -moz-calc(100% - 128px);
  min-width: calc(100% - 128px);
}

/* end: bem/blocks.05-project/figure/__left/figure__left.scss */
/* begin: bem/blocks.05-project/figure/__description/figure__description.scss */
.figure__description {
  display: block;
  padding: 29px 18px 32px;
}

.figure__description:after {
  display: table;
  clear: both;
  content: "";
}

@media (max-width: 767px) {
  .figure__description {
    padding: 10px;
  }
}
/* end: bem/blocks.05-project/figure/__description/figure__description.scss */
/* begin: bem/blocks.05-project/figure/__style/figure__style.scss */
.figure__style {
  float: right;
  max-width: 124px;
  padding-left: 5px;
  color: #252525;
  font-size: 12px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .figure__style {
    width: 100%;
    max-width: none;
    min-height: 34px;
    margin-top: 10px;
  }
}
/* end: bem/blocks.05-project/figure/__style/figure__style.scss */
/* begin: bem/blocks.05-project/figure/__square/figure__square.scss */
.figure__square {
  margin-top: 6px;
  color: #336eb1;
}

/* end: bem/blocks.05-project/figure/__square/figure__square.scss */
/* begin: bem/blocks.05-project/preview-img/preview-img.scss */
.preview-img img {
  border-radius: 3px;
  -webkit-box-shadow: 0 11px 0 -6px rgba(165, 183, 206, 0.45), 0 22px 0 -12px rgba(165, 183, 206, 0.45), 1px -12px 0 -6px rgba(165, 183, 206, 0.45), 1px -23px 0 -12px rgba(165, 183, 206, 0.45);
  box-shadow: 0 11px 0 -6px rgba(165, 183, 206, 0.45), 0 22px 0 -12px rgba(165, 183, 206, 0.45), 1px -12px 0 -6px rgba(165, 183, 206, 0.45), 1px -23px 0 -12px rgba(165, 183, 206, 0.45);
}

/* end: bem/blocks.05-project/preview-img/preview-img.scss */
/* begin: bem/blocks.05-project/flat-details-text/flat-details-text.scss */
.flat-details-text {
  line-height: 2.2;
}

/* end: bem/blocks.05-project/flat-details-text/flat-details-text.scss */
/* begin: bem/blocks.05-project/title/title.scss */
.title_detail {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 30px;
}

@media (max-width: 767px) {
  .title_detail {
    font-size: 20px;
    margin-top: 10px;
  }
}
/* end: bem/blocks.05-project/title/title.scss */
/* begin: bem/blocks.05-project/flat-details/flat-details.scss */
.flat-details {
  margin-top: 46px;
  margin-bottom: 31px;
}

@media (max-width: 767px) {
  .flat-details {
    margin: 0 0 20px 0;
  }
}
/* end: bem/blocks.05-project/flat-details/flat-details.scss */
/* begin: bem/blocks.05-project/other/other.scss */
.other {
  margin-top: 30px;
  margin-bottom: 12px;
  text-align: center;
}

.other .bread-crumb__link {
  padding: 0 29px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .other {
    margin-top: 0;
  }
}
/* end: bem/blocks.05-project/other/other.scss */
/* begin: bem/blocks.05-project/other/__header/other__header.scss */
.other__header {
  display: block;
  margin-bottom: 16px;
  text-decoration: none;
  color: #336eb1;
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 991px) {
  .other__header {
    font-size: 18px;
    line-height: normal;
  }
}
/* end: bem/blocks.05-project/other/__header/other__header.scss */
/* begin: bem/blocks.05-project/bread-crumb/_other/bread-crumb_other.scss */
@media (max-width: 767px) {
  .bread-crumb_other .bread-crumb__link {
    display: block;
  }

  .bread-crumb_other .bread-crumb__link:after {
    content: none;
  }
}
/* end: bem/blocks.05-project/bread-crumb/_other/bread-crumb_other.scss */
/* begin: bem/blocks.05-project/header-container/__button/_variant/header-container__button_variant.scss */
@media (min-width: 768px) {
  .header-container__button_variant_three {
    margin: 0 30px;
    display: inline-block;
  }
}
/* end: bem/blocks.05-project/header-container/__button/_variant/header-container__button_variant.scss */
/* begin: bem/blocks.05-project/interior-examples/__img/interior-examples__img.scss */
.interior-examples__img {
  position: relative;
  float: left;
  max-width: 360px;
  max-height: 200px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  border-radius: 3px;
}

.interior-examples__img img {
  width: 100%;
  border-radius: 3px;
}

.interior-examples__img_size_large {
  float: right;
  max-width: 750px;
  max-height: 472px;
}

.interior-examples__img_size_large img {
  width: 100%;
}

.interior-examples__img_size_large .interior-examples__description {
  bottom: -1px;
}

.bx-no-touch .interior-examples__img:hover, .bx-no-touch .interior-examples__img:focus {
  -webkit-transform: scale(1.07) rotate(0deg);
  -moz-transform: scale(1.07) rotate(0deg);
  -ms-transform: scale(1.07) rotate(0deg);
  -o-transform: scale(1.07) rotate(0deg);
  transform: scale(1.07) rotate(0deg);
  -webkit-box-shadow: 0 0 25px 0 rgba(37, 37, 37, 0.21);
  box-shadow: 0 0 25px 0 rgba(37, 37, 37, 0.21);
}

@media (max-width: 600px) {
  .interior-examples__img:hover, .interior-examples__img:focus {
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
.interior-examples__img:hover .interior-examples__description, .interior-examples__img:focus .interior-examples__description {
  padding: 20px 50px;
  opacity: 1;
}

@media (max-width: 1024px) {
  .interior-examples__img:hover .interior-examples__description, .interior-examples__img:focus .interior-examples__description {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .interior-examples__img {
    max-width: none;
    max-width: 750px;
    max-height: none;
    margin-top: 30px;
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .interior-examples__img_right {
    float: right;
    width: 50%;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
/* end: bem/blocks.05-project/interior-examples/__img/interior-examples__img.scss */
/* begin: bem/blocks.05-project/interior-examples/__label/interior-examples__label.scss */
.interior-examples__label {
  position: relative;
  float: left;
  max-width: 360px;
  max-height: 244px;
  margin-bottom: 30px;
  padding: 18px 25px 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-width: 15px;
  border-style: solid;
  border-color: #eff3f3;
  border-radius: 3px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

.interior-examples__label a {
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: block;
  text-decoration: underline;
  color: #336eb1;
  font-size: 14px;
  font-weight: 300;
}

.interior-examples__label a:hover, .interior-examples__label a:focus {
  text-decoration: none;
  color: #336eb1;
}

.interior-examples__label span {
  display: block;
  margin-bottom: 30px;
}

@media (max-width: 1199px) and (min-width: 992px) {
  .interior-examples__label {
    padding: 18px 25px 3px;
    font-size: 28px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .interior-examples__label {
    width: 45%;
    margin-right: 28px;
    margin-bottom: 0;
    padding-bottom: 8px;
    font-size: 30px;
  }

  .interior-examples__label span {
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .interior-examples__label {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding: 18px 25px 20px;
    font-size: 25px;
  }
}
/* end: bem/blocks.05-project/interior-examples/__label/interior-examples__label.scss */
/* begin: bem/blocks.05-project/interior-examples/__description/interior-examples__description.scss */
.interior-examples__description {
  position: absolute;
  z-index: 30;
  bottom: 0;
  width: 100%;
  padding: 0 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  color: #fff;
  border-radius: 0 0 3px 3px;
  background-color: rgba(130, 170, 213, 0.8);
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 1024px) {
  .interior-examples__description {
    padding: 10px 10px;
  }
}
@media (min-width: 1025px) {
  .interior-examples__description {
    opacity: 0;
  }
}
/* end: bem/blocks.05-project/interior-examples/__description/interior-examples__description.scss */
/* begin: bem/blocks.05-project/architecture-examples/architecture-examples.scss */
.architecture-examples {
  padding-top: 20px;
  padding-bottom: 18px;
  background-color: #f7f9fc;
  font-family: "Roboto";
}

/* end: bem/blocks.05-project/architecture-examples/architecture-examples.scss */
/* begin: bem/blocks.05-project/architecture-examples/__nav-prev/architecture-examples__nav-prev.scss */
.architecture-examples__nav-prev {
  position: absolute;
  top: -50px;
  left: -webkit-calc(50% - 276px);
  left: -moz-calc(50% - 276px);
  left: calc(50% - 276px);
  cursor: pointer;
}

@media (max-width: 768px) {
  .architecture-examples__nav-prev {
    left: 36px;
  }
}
/* end: bem/blocks.05-project/architecture-examples/__nav-prev/architecture-examples__nav-prev.scss */
/* begin: bem/blocks.05-project/architecture-examples/__nav-next/architecture-examples__nav-next.scss */
.architecture-examples__nav-next {
  position: absolute;
  top: -50px;
  right: -webkit-calc(50% - 276px);
  right: -moz-calc(50% - 276px);
  right: calc(50% - 276px);
  cursor: pointer;
}

@media (max-width: 768px) {
  .architecture-examples__nav-next {
    right: 36px;
  }
}
/* end: bem/blocks.05-project/architecture-examples/__nav-next/architecture-examples__nav-next.scss */
/* begin: bem/blocks.05-project/architecture-examples/__link/architecture-examples__link.scss */
.architecture-examples__link {
  display: inline-block;
  max-width: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  color: #336eb1;
  font-size: 14px;
  font-weight: 300;
}

.architecture-examples__link:hover, .architecture-examples__link:focus {
  text-decoration: none;
  color: #336eb1;
}

/* end: bem/blocks.05-project/architecture-examples/__link/architecture-examples__link.scss */
/* begin: bem/blocks.05-project/architecture-examples/__label/architecture-examples__label.scss */
.architecture-examples__label {
  margin-bottom: 8px;
  color: #000;
  font-size: 36px;
  font-weight: 300;
}

@media (max-width: 768px) {
  .architecture-examples__label {
    font-size: 25px;
  }
}
/* end: bem/blocks.05-project/architecture-examples/__label/architecture-examples__label.scss */
/* begin: bem/blocks.05-project/architecture-examples/__header/.about-usarchitecture-examples__header.scss */
.architecture-examples__header {
  margin-bottom: 20px;
  text-align: center;
}

/* end: bem/blocks.05-project/architecture-examples/__header/architecture-examples__header.scss */
/* begin: bem/blocks.05-project/slider-architecture/slider-architecture.scss */
.slider-architecture {
  text-align: center;
}

.slider-architecture svg use {
  fill: #336eb1;
}

.slider-architecture:not([class=slick-slider]) .slider-architecture__item {
  -webkit-box-shadow: 0 10px 30px 0 rgba(51, 110, 177, 0.21);
  box-shadow: 0 10px 30px 0 rgba(51, 110, 177, 0.21);
}

.slider-architecture:not([class=slick-slider]) .slider-architecture__item:hover .slider-architecture__img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 3px;
  -webkit-box-shadow: 0 12px 20px -6px #8e8c8c;
  box-shadow: 0 12px 20px -6px #8e8c8c;
}

.slider-architecture .slick-slide {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
  opacity: 0.2;
  -webkit-box-shadow: 0 10px 30px 0 rgba(51, 110, 177, 0.7);
  box-shadow: 0 10px 30px 0 rgba(51, 110, 177, 0.7);
}

.slider-architecture .slick-active {
  pointer-events: auto;
  opacity: 1;
  -webkit-box-shadow: 0 10px 30px 0 rgba(51, 110, 177, 0.21);
  box-shadow: 0 10px 30px 0 rgba(51, 110, 177, 0.21);
}

.slider-architecture .slick-list {
  padding-bottom: 30px !important;
}

@media (max-width: 767px) {
  .slider-architecture .slick-list {
    padding-bottom: 10px !important;
  }
}
/* end: bem/blocks.05-project/slider-architecture/slider-architecture.scss */
/* begin: bem/blocks.05-project/slider-architecture/__item/slider-architecture__item.scss */
.slider-architecture__item {
  display: inline-block;
  height: auto;
  margin: 15px;
  border-radius: 3px;
  background: #fff;
}

.slider-architecture__item.slick-active:hover {
  text-decoration: underline;
}

.slider-architecture__item.slick-active:hover .slider-architecture__img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  border-radius: 3px;
  -webkit-box-shadow: 0 12px 20px -6px #8e8c8c;
  box-shadow: 0 12px 20px -6px #8e8c8c;
}

@media (max-width: 1200px) {
  .slider-architecture__item {
    margin: 0 10px;
  }
}
/* end: bem/blocks.05-project/slider-architecture/__item/slider-architecture__item.scss */
/* begin: bem/blocks.05-project/slider-architecture/__img/slider-architecture__img.scss */
.slider-architecture__img {
  width: 100%;
  transition: 0.3s;
}

/* end: bem/blocks.05-project/slider-architecture/__img/slider-architecture__img.scss */
/* begin: bem/blocks.05-project/slider-architecture/__label/slider-architecture__label.scss */
.slider-architecture__label {
  padding: 29px 0;
  text-align: center;
  color: #336eb1;
  font-size: 18px;
  font-weight: 300;
}

.slider-architecture__label:hover, .slider-architecture__label:focus {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .slider-architecture__label {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .slider-architecture__label {
    min-height: 90px;
  }
}
/* end: bem/blocks.05-project/slider-architecture/__label/slider-architecture__label.scss */
/* end: bem/blocks.05-project/about-us/__people-post/about-us__people-post.scss */
/* begin: bem/blocks.05-project/what-we-do/what-we-do.scss */
/* begin: bem/blocks.05-project/bottom-panel/bottom-panel.scss */
.bottom-panel {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  background-color: rgba(67, 110, 175, 0.9);
  border-top: 1px solid #6c96c7;
}

/* end: bem/blocks.05-project/bottom-panel/bottom-panel.scss */
/* begin: bem/blocks.05-project/bottom-panel/__item/bottom-panel__item.scss */
.bottom-panel__item {
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding: 8px 15px;
  border-right: 1px solid #6c96c7;
  background-color: transparent;
}
@media (min-width: 768px) {
  .bottom-panel__item {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .bottom-panel__item {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .bottom-panel__item {
    float: left;
    width: 16.66667%;
  }
}
.bottom-panel__item:first-child {
  border-left: 1px solid #6c96c7;
}
.bottom-panel__item:last-child {
  border-left: none;
  border-right: none;
  margin-left: 0%;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}
@media (min-width: 768px) {
  .bottom-panel__item:last-child {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .bottom-panel__item:last-child {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .bottom-panel__item:last-child {
    margin-left: 33.33333%;
  }
}
@media (min-width: 768px) {
  .bottom-panel__item:last-child {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bottom-panel__item:last-child {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .bottom-panel__item:last-child {
    float: left;
    width: 16.66667%;
  }
}
.bottom-panel__item:nth-last-child(2) {
  margin-left: 0%;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bottom-panel__item:nth-last-child(2) {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .bottom-panel__item:nth-last-child(2) {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .bottom-panel__item:nth-last-child(2) {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .bottom-panel__item:nth-last-child(2) {
    float: left;
    width: 16.66667%;
  }
}
.bottom-panel__item:hover, .bottom-panel__item:focus {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
  text-align: center;
}

[data-lang=en] .bottom-panel__item {
  font-size: 12px;
}

.bottom-panel__item:hover {
  background: #356fb2;
}

.bottom-panel__item img {
  margin-right: 16px;
}

.bottom-panel__item-phone {
  background-color: #3670af;
}

.bottom-panel__item-phone img {
  animation: phone-icon 3000ms infinite;
}

@keyframes phone-icon {
  0% {
    transform: translate3d(0em, 0, 0);
  }
  2% {
    transform: translate3d(2px, 0, 0);
  }
  4% {
    transform: translate3d(-2px, 0, 0);
  }
  6% {
    transform: translate3d(2px, 0, 0);
  }
  8% {
    transform: translate3d(-2px, 0, 0);
  }
  10% {
    transform: translate3d(2px, 0, 0);
  }
  12% {
    transform: translate3d(-2px, 0, 0);
  }
  14% {
    transform: translate3d(2px, 0, 0);
  }
  16% {
    transform: translate3d(-2px, 0, 0);
  }
  18% {
    transform: translate3d(2px, 0, 0);
  }
  20% {
    transform: translate3d(-2px, 0, 0);
  }
  22% {
    transform: translate3d(2px, 0, 0);
  }
  24% {
    transform: translate3d(-2px, 0, 0);
  }
  26% {
    transform: translate3d(2px, 0, 0);
  }
  28% {
    transform: translate3d(-2px, 0, 0);
  }
  30% {
    transform: translate3d(2px, 0, 0);
  }
  32% {
    transform: translate3d(-2px, 0, 0);
  }
  34% {
    transform: translate3d(2px, 0, 0);
  }
  36% {
    transform: translate3d(-2px, 0, 0);
  }
  38% {
    transform: translate3d(2px, 0, 0);
  }
  40% {
    transform: translate3d(-2px, 0, 0);
  }
  42% {
    transform: translate3d(2px, 0, 0);
  }
  44% {
    transform: translate3d(-2px, 0, 0);
  }
  46% {
    transform: translate3d(0em, 0, 0);
  }
}
@media (max-width: 767px) {
  .bottom-panel__item {
    border-right: none;
  }

  .bottom-panel__item img {
    margin-right: 5px;
    width: 18px;
  }

  .bottom-panel__item-phone img {
    width: 22px;
  }

  .bottom-panel__item,
.bottom-panel__item:hover,
.bottom-panel__item:focus {
    line-height: 42px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .bottom-panel__item,
.bottom-panel__item:nth-last-child(2),
.bottom-panel__item:last-child {
    width: auto;
  }

  .bottom-panel__item:first-child {
    border-left: none;
  }

  .bottom-panel__item:first-child img {
    margin-right: 0;
  }

  .bottom-panel__item:nth-child(2n) {
    border-left: 1px solid #6c96c7;
  }

  .bottom-panel__item:nth-child(2n) span {
    font-size: 13px;
  }

  .bottom-panel__item:last-child {
    border-left: 1px solid #6c96c7;
    padding-left: 10px;
    padding-right: 10px;
  }

  .bottom-panel__item:last-child,
.bottom-panel__item:last-child:hover,
.bottom-panel__item:last-child:focus {
    line-height: 36px;
    padding-bottom: 0;
    padding-top: 0;
  }

  .bottom-panel__item:last-child,
.bottom-panel__item-seen,
.bottom-panel__item-seen:hover,
.bottom-panel__item-seen:focus,
.bottom-panel__item:first-child,
[data-lang=en] .bottom-panel__item.bottom-panel__item-seen,
[data-lang=en] .bottom-panel__item.bottom-panel__item-seen:hover,
[data-lang=en] .bottom-panel__item.bottom-panel__item-seen:focus {
    font-size: 0;
  }

  .bottom-panel__item:last-child img {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-panel__item {
    border-bottom: 1px solid #6c96c7;
    border-right: none;
  }

  .bottom-panel__item:first-child {
    border-left: none;
  }

  .bottom-panel__item:nth-child(2n) {
    border-left: 1px solid #6c96c7;
  }
}
/* end: bem/blocks.05-project/bottom-panel/__item/bottom-panel__item.scss */
/* begin: bem/blocks.05-project/bottom-panel/__backdrop/bottom-panel__backdrop.scss */
.bottom-panel__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 48;
}

/* end: bem/blocks.05-project/bottom-panel/__backdrop/bottom-panel__backdrop.scss */
/* begin: bem/blocks.05-project/bottom-panel/__row/bottom-panel__row.scss */
.bottom-panel__row {
  margin-left: -15px;
  margin-right: -15px;
}

.bottom-panel__row:before, .bottom-panel__row:after {
  content: " ";
  display: table;
}

.bottom-panel__row:after {
  clear: both;
}

@media (max-width: 767px) {
  .bottom-panel__row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* end: bem/blocks.05-project/bottom-panel/__row/bottom-panel__row.scss */
/* begin: bem/blocks.05-project/bottom-panel/__dropdown/bottom-panel__dropdown.scss */
.bottom-panel__dropdown {
  display: none;
  position: absolute;
  width: 100%;
  bottom: calc(100% + 1px);
  left: 0;
  background-color: rgba(67, 110, 175, 0.9);
}

/* end: bem/blocks.05-project/bottom-panel/__dropdown/bottom-panel__dropdown.scss */
/* begin: bem/blocks.05-project/bottom-panel/__close-wrapper/bottom-panel__close-wrapper.scss */
.bottom-panel__close-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* end: bem/blocks.05-project/bottom-panel/__close-wrapper/bottom-panel__close-wrapper.scss */
/* begin: bem/blocks.05-project/bottom-panel/__close-container/bottom-panel__close-container.scss */
.bottom-panel__close-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 35px;
  text-align: right;
}

.bottom-panel__close-container:before, .bottom-panel__close-container:after {
  content: " ";
  display: table;
}

.bottom-panel__close-container:after {
  clear: both;
}

@media (max-width: 767px) {
  .bottom-panel__close-container {
    padding-right: 12px;
    padding-top: 19px;
  }

  .bottom-panel__close-container img {
    width: 21px;
  }
}
@media (min-width: 768px) {
  .bottom-panel__close-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .bottom-panel__close-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .bottom-panel__close-container {
    width: 1170px;
  }
}
/* end: bem/blocks.05-project/bottom-panel/__close-container/bottom-panel__close-container.scss */
/* begin: bem/blocks.05-project/bottom-panel/__dropdown-content/bottom-panel__dropdown-content.scss */
.bottom-panel__dropdown-content {
  display: none;
  margin: 0 -15px;
}

@media (max-width: 767px) {
  .bottom-panel__dropdown-content.container {
    padding-right: 8px;
    padding-left: 8px;
  }
}
/* end: bem/blocks.05-project/bottom-panel/__dropdown-content/bottom-panel__dropdown-content.scss */
/* begin: bem/blocks.05-project/bottom-panel/__heading/bottom-panel__heading.scss */
.bottom-panel__heading {
  margin-bottom: 33px;
  margin-top: 34px;
  padding: 0 15px;
  color: #fff;
  font-family: "Roboto";
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  text-align: left;
}

@media (max-width: 767px) {
  .bottom-panel__heading {
    font-size: 24px;
    margin-bottom: 12px;
    margin-top: 13px;
    padding: 0 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-panel__heading {
    font-size: 21px;
  }
}
/* end: bem/blocks.05-project/bottom-panel/__heading/bottom-panel__heading.scss */
/* begin: bem/blocks.05-project/bottom-panel/__slider/bottom-panel__slider.scss */
.bottom-panel__slider {
  width: 100%;
  margin-bottom: 30px;
}

.bottom-panel__slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: none;
  z-index: 10;
  font-size: 0;
  background: none;
  cursor: pointer;
}

.bottom-panel__slider .slick-prev {
  left: -30px;
}

.bottom-panel__slider .slick-next {
  right: -30px;
}

.bottom-panel__slider svg use {
  fill: #fff;
}

@media (max-width: 767px) {
  .bottom-panel__slider .slick-arrow {
    width: 15px;
    height: 15px;
  }

  .bottom-panel__slider .slick-prev {
    left: 8px;
  }

  .bottom-panel__slider .slick-next {
    right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-panel__slider .slick-prev {
    left: -20px;
  }

  .bottom-panel__slider .slick-next {
    right: -20px;
  }
}
/* end: bem/blocks.05-project/bottom-panel/__slider/bottom-panel__slider.scss */
/* begin: bem/blocks.05-project/bottom-panel/__slider-item/bottom-panel__slider-item.scss */
.bottom-panel__slider-item {
  position: relative;
  padding: 0 15px;
  width: 33.3333%;
}
.bottom-panel__slider-item img {
  width: 100%;
}

@media (max-width: 767px) {
  .bottom-panel__slider-item {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bottom-panel__slider-item {
    width: 50%;
  }
}
/* end: bem/blocks.05-project/bottom-panel/__slider-item/bottom-panel__slider-item.scss */
/* begin: bem/blocks.05-project/bottom-panel/__close-slide/bottom-panel__close-slide.scss */
.bottom-panel__close-slide {
  position: absolute;
  right: 25px;
  top: 10px;
  width: 20px;
  z-index: 30;
  color: #c1c2c2;
}

.bottom-panel__close-slide img {
  width: 100%;
}

/* end: bem/blocks.05-project/bottom-panel/__close-slide/bottom-panel__close-slide.scss */
/* begin: bem/blocks.05-project/bottom-panel/__slide-content/bottom-panel__slide-content.scss */
.bottom-panel__slide-content {
  display: block;
  border-radius: 3px;
  background: #fff;
  text-decoration: none;
  color: #336eb1;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
}

.bottom-panel__slide-content img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.bottom-panel__slide-content:hover {
  text-decoration: underline;
}

.bottom-panel__slide-content:hover img {
  -webkit-transform: scale(1.1) translateY(8px);
  -moz-transform: scale(1.1) translateY(8px);
  -ms-transform: scale(1.1) translateY(8px);
  -o-transform: scale(1.1) translateY(8px);
  transform: scale(1.1) translateY(8px);
  border-radius: 3px;
  -webkit-box-shadow: 0 12px 20px -6px #8e8c8c;
  box-shadow: 0 12px 20px -6px #8e8c8c;
}

/* end: bem/blocks.05-project/bottom-panel/__slide-content/bottom-panel__slide-content.scss */
/* begin: bem/blocks.05-project/bottom-panel/__slider-item-description/bottom-panel__slider-item-description.scss */
.bottom-panel__slider-item-description {
  display: block;
  padding: 30px 0 36px 0;
}

@media (max-width: 767px) {
  .bottom-panel__slider-item-description {
    padding: 7px 18px 8px;
    font-size: 12px;
  }
}
/* end: bem/blocks.05-project/bottom-panel/__slider-item-description/bottom-panel__slider-item-description.scss */
/* begin: bem/blocks.05-project/slider-content/slider-content.scss */
/* end: bem/blocks.05-project/slider-content/slider-content.scss */
/* begin: bem/blocks.05-project/slider-detail/__arrow/slider-detail__arrow.scss */
/* end: bem/blocks.05-project/slider-detail/__arrow/slider-detail__arrow.scss */
/* begin: bem/blocks.05-project/feature-content/feature-content.scss */
@media (max-width: 767px) {
  .feature-content {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-content {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) and (min-width: 768px) {
  .feature-content {
    float: left;
    width: 100%;
  }
}
/* end: bem/blocks.05-project/feature-content/feature-content.scss */
/* begin: bem/blocks.05-project/obj-detail-text/obj-detail-text.scss */
.obj-detail-text {
  font-weight: 300;
  line-height: 2.2;
}

.obj-detail-text__link {
  display: block;
  margin-top: 15px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .obj-detail-text {
    display: inline-block;
    width: 50%;
    margin-top: 30px;
    vertical-align: top;
  }
}
/* end: bem/blocks.05-project/obj-detail-text/obj-detail-text.scss */
/* begin: bem/blocks.05-project/interior-item/interior-item.scss */
.interior-item {
  margin-bottom: 39px;
}

.interior-item__img {
  float: right;
  margin: 0 0 0 30px;
  margin-right: 1px;
  padding-top: 4px;
}

@media (max-width: 767px) {
  .interior-item__img {
    float: none;
    margin: 0;
  }
}
/* end: bem/blocks.05-project/interior-item/interior-item.scss */
/* begin: bem/blocks.05-project/simple-text/simple-text.scss */
.simple-text {
  line-height: 2.2;
}

/* end: bem/blocks.05-project/simple-text/simple-text.scss */
/* begin: bem/blocks.05-project/background-under/background-under.scss */
.background-under {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  z-index: 0;
}
.background-under:before {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  opacity: 0.8;
  background: linear-gradient(135deg, #252525 0%, #326bab 100%);
}
@media (max-width: 767px) {
  .background-under:before {
    background: #f7f9fc;
  }
}
.background-under img {
  height: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .background-under img {
    display: none;
  }
}

/* end: bem/blocks.05-project/background-under/background-under.scss */
/* begin: bem/blocks.05-project/heading-above-image/heading-above-image.scss */
.heading-above-image {
  position: relative;
  margin-top: 7px;
  margin-bottom: 12px;
  z-index: 0;
  text-align: center;
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .heading-above-image {
    color: #000;
    font-size: 20px;
  }
}
/* end: bem/blocks.05-project/heading-above-image/heading-above-image.scss */
/* begin: bem/blocks.05-project/price/price.scss */
.price {
  position: relative;
  margin-bottom: 34px;
}

.price .row {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.price .row:first-child {
  display: block;
}

.price .row:nth-child(2) {
  display: block;
}

@media (max-width: 767px) {
  .price {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price {
    display: none;
  }
}
/* end: bem/blocks.05-project/price/price.scss */
/* begin: bem/blocks.05-project/price/__sum/price__sum.scss */
.price__sum {
  display: block;
  margin-top: 37px;
  margin-bottom: 16px;
  padding-left: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}
.price__sum span {
  font-weight: 700;
}

/* end: bem/blocks.05-project/price/__sum/price__sum.scss */
/* begin: bem/blocks.05-project/price/__heading/price__heading.scss */
.price__heading {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  margin-top: -6px;
  margin-bottom: 44px;
}

/* end: bem/blocks.05-project/price/__heading/price__heading.scss */
/* begin: bem/blocks.05-project/price/__title/price__title.scss */
.price__title {
  display: block;
  margin-bottom: 18px;
  padding: 35px 20px 0 25px;
  line-height: 22px;
  color: #336eb1;
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price__title {
    font-size: 17px;
  }
}
/* end: bem/blocks.05-project/price/__title/price__title.scss */
/* begin: bem/blocks.05-project/price/__item/price__item.scss */
.price__item {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
  margin-bottom: 31px;
}

.price__item span {
  position: relative;
}

/* end: bem/blocks.05-project/price/__item/price__item.scss */
/* begin: bem/blocks.05-project/baloon-question/baloon-question.scss */
.baloon-question {
  position: absolute;
  font-style: italic;
  right: -20px;
}

/* end: bem/blocks.05-project/baloon-question/baloon-question.scss */
/* begin: bem/blocks.05-project/price/__icon/price__icon.scss */
.price__icon {
  line-height: 28px;
  text-align: center;
}

.price__icon span {
  margin-top: -36px;
  display: block;
  margin-right: 5px;
}

.price__icon svg {
  vertical-align: middle;
}

/* end: bem/blocks.05-project/price/__icon/price__icon.scss */
/* begin: bem/blocks.05-project/price/__background/price__background.scss */
.price__background {
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  top: 117px;
  bottom: 0;
  left: 17.1055%;
  right: 0;
  z-index: 5;
}

.price__background:before, .price__background:after {
  content: " ";
  display: table;
}

.price__background:after {
  clear: both;
}

/* end: bem/blocks.05-project/price/__background/price__background.scss */
/* begin: bem/blocks.05-project/price/__background-column/price__background-column.scss */
.price__background-column {
  position: relative;
  float: left;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

.price__background-column:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  cursor: pointer;
  border: 10px solid transparent;
  -webkit-transition: all ease-in 0.3s;
  -o-transition: all ease-in 0.3s;
  -moz-transition: all ease-in 0.3s;
  transition: all ease-in 0.3s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price__background-column:before {
    left: 14px;
    right: 14px;
  }
}
.price__background-column:hover:before, .price__background-column:focus:before {
  border: 10px solid #336eb1;
}

/* end: bem/blocks.05-project/price/__background-column/price__background-column.scss */
/* begin: bem/blocks.05-project/price/__background-under/price__background-under.scss */
.price__background-under {
  position: absolute;
  top: 117px;
  bottom: 0;
  left: 0;
  right: 0;
  margin-left: -15px;
  margin-right: -15px;
}

.price__background-under:before, .price__background-under:after {
  content: " ";
  display: table;
}

.price__background-under:after {
  clear: both;
}

/* end: bem/blocks.05-project/price/__background-under/price__background-under.scss */
/* begin: bem/blocks.05-project/price/__background-fill/price__background-fill.scss */
.price__background-fill {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
}

.price__background-fill:first-child {
  margin-left: 16.66667%;
}

.price__background-fill:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 15px;
  border-radius: 3px;
  background: #fff;
}

.price__background-fill:after {
  content: "";
  position: absolute;
  top: 9px;
  bottom: 9px;
  left: 24px;
  right: 24px;
  border-radius: 3px;
  border: 1px solid #afc9e6;
}

/* end: bem/blocks.05-project/price/__background-fill/price__background-fill.scss */
/* begin: bem/blocks.05-project/price-mobile/price-mobile.scss */
.price-mobile {
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .price-mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .price-mobile {
    display: none;
  }
}
/* begin: bem/blocks.05-project/price-mobile/__heading-main/price-mobile__heading-main.scss */
.price-mobile__heading-main {
  position: relative;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
}
@media (min-width: 768px) {
  .price-mobile__heading-main {
    color: #fff;
  }
}

/* end: bem/blocks.05-project/price-mobile/__heading-main/price-mobile__heading-main.scss */
/* begin: bem/blocks.05-project/price-mobile/__section/price-mobile__section.scss */
.price-mobile__section {
  position: relative;
  margin-bottom: 25px;
  padding: 10px 0;
}

.price-mobile__section .row {
  position: relative;
}

.price-mobile__section .col-sm-4.col-xs-6 {
  z-index: -6;
}

@media (max-width: 767px) {
  .price-mobile__section .col-xs-6 .price-mobile__service {
    text-align: center;
  }

  .price-mobile__section .col-xs-6:first-child .price-mobile__icon {
    padding-left: 0;
    text-align: left;
  }

  .price-mobile__section .col-xs-6:last-child .price-mobile__icon {
    padding-right: 0;
    text-align: right;
  }
}
/* end: bem/blocks.05-project/price-mobile/__section/price-mobile__section.scss */
/* begin: bem/blocks.05-project/price-mobile/__column/price-mobile__column.scss */
.price-mobile__column {
  padding: 10px;
}

/* end: bem/blocks.05-project/price-mobile/__column/price-mobile__column.scss */
/* begin: bem/blocks.05-project/price-mobile/__price/price-mobile__price.scss */
.price-mobile__price {
  display: block;
  color: #336eb1;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 700;
  text-align: center;
}

.price-mobile__price span {
  display: block;
}

/* end: bem/blocks.05-project/price-mobile/__price/price-mobile__price.scss */
/* begin: bem/blocks.05-project/price-mobile/__service/price-mobile__service.scss */
.price-mobile__service {
  display: block;
  margin-bottom: 0;
  text-align: center;
  color: #336eb1;
  font-size: 18px;
  font-weight: 700;
}

/* end: bem/blocks.05-project/price-mobile/__service/price-mobile__service.scss */
/* begin: bem/blocks.05-project/price-mobile/__icon/price-mobile__icon.scss */
.price-mobile__icon {
  text-align: center;
}

/* end: bem/blocks.05-project/price-mobile/__icon/price-mobile__icon.scss */
/* begin: bem/blocks.05-project/hide-xs/hide-xs.scss */
@media (max-width: 767px) {
  div.hide-xs {
    width: 100%;
    padding: 0 70px;
    position: absolute;
    top: 4px;
    left: 0;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  div.hide-xs {
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.hide-xs {
    text-align: center;
  }
}
/* end: bem/blocks.05-project/hide-xs/hide-xs.scss */
/* begin: bem/blocks.05-project/price-mobile/__heading/price-mobile__heading.scss */
.price-mobile__heading {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 36px;
  margin: 0;
}

.price-mobile__heading span {
  position: relative;
}

@media (max-width: 767px) {
  .price-mobile__heading {
    color: #336eb1;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-mobile__heading {
    line-height: 18px;
  }
}
/* end: bem/blocks.05-project/price-mobile/__heading/price-mobile__heading.scss */
/* begin: bem/blocks.05-project/price-mobile/__background/price-mobile__background.scss */
.price-mobile__background {
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}

.price-mobile__background:before, .price-mobile__background:after {
  content: " ";
  display: table;
}

.price-mobile__background:after {
  clear: both;
}

/* end: bem/blocks.05-project/price-mobile/__background/price-mobile__background.scss */
/* begin: bem/blocks.05-project/price-mobile/__background-column/price-mobile__background-column.scss */
.price-mobile__background-column {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .price-mobile__background-column {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .price-mobile__background-column {
    margin-left: 33.33333%;
  }
}
.price-mobile__background-column:first-child {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .price-mobile__background-column:first-child {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .price-mobile__background-column:first-child {
    margin-left: 0%;
  }
}
.price-mobile__background-column:before, .price-mobile__background-column:after {
  content: "";
  position: absolute;
}

.price-mobile__background-column:before {
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border: 1px solid #afc9e6;
}

.price-mobile__background-column:after {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.price-mobile__background-column:hover:after {
  -webkit-box-shadow: inset 0px 0px 3px 10px #336eb1;
  box-shadow: inset 0px 0px 3px 10px #336eb1;
}

@media (max-width: 767px) {
  .price-mobile__background-column:before, .price-mobile__background-column:after {
    display: none;
  }
}
/* end: bem/blocks.05-project/price-mobile/__background-column/price-mobile__background-column.scss */
/* begin: bem/blocks.05-project/price-mobile/__fill-background/price-mobile__fill-background.scss */
.price-mobile__fill-background {
  margin-left: -15px;
  margin-right: -15px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}

.price-mobile__fill-background:before, .price-mobile__fill-background:after {
  content: " ";
  display: table;
}

.price-mobile__fill-background:after {
  clear: both;
}

/* end: bem/blocks.05-project/price-mobile/__fill-background/price-mobile__fill-background.scss */
/* begin: bem/blocks.05-project/price-mobile/__fill-column/price-mobile__fill-column.scss */
.price-mobile__fill-column {
  position: relative;
  float: left;
  width: 0%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

@media (min-width: 768px) {
  .price-mobile__fill-column {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .price-mobile__fill-column {
    margin-left: 33.33333%;
  }
}
.price-mobile__fill-column:first-child {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .price-mobile__fill-column:first-child {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .price-mobile__fill-column:first-child {
    margin-left: 0%;
  }
}
@media (max-width: 767px) {
  .price-mobile__fill-column:first-child {
    display: block;
  }
}
@media (max-width: 767px) {
  .price-mobile__fill-column {
    border-radius: 0;
    display: none;
  }
}
/* end: bem/blocks.05-project/price-mobile/__fill-column/price-mobile__fill-column.scss */
/* begin: bem/blocks.05-project/price-links/price-links.scss */
.price-links {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 17px;
}

.price-links:before, .price-links:after {
  content: " ";
  display: table;
}

.price-links:after {
  clear: both;
}

.price-links a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.price-links a, .price-links a:hover {
  color: #fff;
}

.price-links a:hover {
  text-decoration: underline;
}

/* end: bem/blocks.05-project/price-links/price-links.scss */
/* begin: bem/blocks.05-project/price-links/__full-table/price-links__full-table.scss */
.price-links__full-table {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-right: 0;
}

@media (min-width: 768px) {
  .price-links__full-table {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .price-links__full-table {
    float: left;
    width: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .price-links__full-table {
    float: left;
    width: 16.66667%;
  }
}
.price-links__full-table svg {
  float: left;
  margin-right: 5px;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .price-links__full-table {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-links__full-table {
    margin-bottom: 20px;
  }
}
/* end: bem/blocks.05-project/price-links/__full-table/price-links__full-table.scss */
/* begin: bem/blocks.05-project/desktop-icon/desktop-icon.scss */
.desktop-icon {
  display: block;
}

@media (max-width: 767px) {
  .desktop-icon {
    display: none;
  }
}
/* end: bem/blocks.05-project/desktop-icon/desktop-icon.scss */
/* begin: bem/blocks.05-project/mobile-icon/mobile-icon.scss */
.mobile-icon {
  display: none;
}

@media (max-width: 767px) {
  .mobile-icon {
    display: block;
  }
}
/* end: bem/blocks.05-project/mobile-icon/mobile-icon.scss */
/* begin: bem/blocks.05-project/price-links/__table-title/price-links__table-title.scss */
.price-links__table-title {
  float: left;
  width: 64%;
  padding: 4px 0 0 3px;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  line-height: 17px;
}

.price-links__table-title span {
  display: block;
  margin-top: 7px;
  margin-right: -10px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .price-links__table-title {
    width: 50%;
    color: #000;
  }

  .price-links__table-title span {
    color: #000;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .price-links__table-title {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price-links__table-title {
    width: 50%;
  }
}
/* end: bem/blocks.05-project/price-links/__table-title/price-links__table-title.scss */
/* begin: bem/blocks.05-project/price-links/__link-container/price-links__link-container.scss */
.price-links__link-container {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .price-links__link-container {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 1200px) {
  .price-links__link-container {
    float: left;
    width: 83.33333%;
  }
}
/* end: bem/blocks.05-project/price-links/__link-container/price-links__link-container.scss */
/* begin: bem/blocks.05-project/price-links/__title/price-links__title.scss */
.price-links__title {
  display: block;
  margin-bottom: 9px;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .price-links__title {
    color: #000;
  }
}
/* end: bem/blocks.05-project/price-links/__title/price-links__title.scss */
/* begin: bem/blocks.05-project/price-links/__list/price-links__list.scss */
.price-links__list {
  margin-right: 26px;
  padding: 0;
  list-style: none;
  text-align: justify;
  font-size: 0;
}

.price-links__list:after {
  content: "";
  display: inline-block;
  width: 100%;
}

@media (max-width: 767px) {
  .price-links__list {
    padding-top: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .price-links__list {
    margin-right: 0;
  }
}
/* end: bem/blocks.05-project/price-links/__list/price-links__list.scss */
/* begin: bem/blocks.05-project/price-links/__link/price-links__link.scss */
.price-links__link {
  display: inline-block;
}

.price-links__link a {
  font-size: 14px;
  font-weight: 300;
  border-bottom: 1px dotted #fff;
}

.price-links__link a, .price-links__link a:hover, .price-links__link a:focus {
  color: #fff;
  text-decoration: none;
}

.price-links__link a:hover {
  border-bottom: 1px solid transparent;
}

@media (max-width: 767px) {
  .price-links__link {
    width: 100%;
    margin-bottom: 10px;
  }

  .price-links__link a {
    color: #000;
  }
}
/* end: bem/blocks.05-project/price-links/__link/price-links__link.scss */
/* begin: bem/blocks.05-project/send-order/send-order.scss */
.send-order {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  z-index: 3;
}

@media (min-width: 992px) {
  .send-order {
    margin-left: 16.66667%;
  }
}
@media (min-width: 992px) {
  .send-order {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  .send-order {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1200px) {
  .send-order {
    float: left;
    width: 66.66667%;
  }
}
.send-order .captcha {
  margin-left: 8px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .send-order .captcha {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    float: right;
    margin-right: 8px;
    margin-left: -100px;
  }
}
.send-order .form-control {
  background-color: transparent;
  border: 1px solid #afc9e6;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.send-order .form-control::-webkit-input-placeholder {
  color: #fff;
}

.send-order .form-control::-moz-placeholder {
  color: #fff;
}

.send-order .form-control:-moz-placeholder {
  color: #fff;
}

.send-order .form-control:-ms-input-placeholder {
  color: #fff;
}

.send-order .form-control:-ms-input-placeholder {
  color: #fff;
}

@media (max-width: 767px) {
  .send-order .form-control::-webkit-input-placeholder {
    color: #000;
  }

  .send-order .form-control::-moz-placeholder {
    color: #000;
  }

  .send-order .form-control:-moz-placeholder {
    color: #000;
  }

  .send-order .form-control:-ms-input-placeholder {
    color: #000;
  }

  .send-order .form-control:-ms-input-placeholder {
    color: #000;
  }
}
.send-order .form-group {
  float: left;
}
.send-order .btn {
  margin-left: 9px;
  padding: 6px 27px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
@media (max-width: 767px) {
  .send-order .btn {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .send-order .btn {
    display: block;
  }
}

/* end: bem/blocks.05-project/send-order/send-order.scss */
/* begin: bem/blocks.05-project/send-order/__heading/send-order__heading.scss */
.send-order__heading {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 33px;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
  line-height: 24px;
}

@media (max-width: 767px) {
  .send-order__heading {
    width: 100%;
    margin-bottom: 15px;
    color: #000;
  }
}
/* end: bem/blocks.05-project/send-order/__heading/send-order__heading.scss */
/* begin: bem/blocks.05-project/send-order/__subheading/send-order__subheading.scss */
.send-order__subheading {
  display: block;
  margin-top: 7px;
  margin-bottom: 26px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.15px;
}

@media (max-width: 767px) {
  .send-order__subheading {
    width: 100%;
    color: #000;
  }
}
/* end: bem/blocks.05-project/send-order/__subheading/send-order__subheading.scss */
/* begin: bem/blocks.05-project/send-order/__form/send-order__form.scss */
.send-order__form {
  margin: 0 -8px;
}

.send-order__form:before, .send-order__form:after {
  content: " ";
  display: table;
}

.send-order__form:after {
  clear: both;
}

/* end: bem/blocks.05-project/send-order/__form/send-order__form.scss */
/* begin: bem/blocks.05-project/captcha/captcha.scss */
@media (max-width: 767px) {
  .captcha {
    -webkit-transform: scale(0.78);
    -moz-transform: scale(0.78);
    -ms-transform: scale(0.78);
    -o-transform: scale(0.78);
    transform: scale(0.78);
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
  }
}
/* end: bem/blocks.05-project/captcha/captcha.scss */
/* begin: bem/blocks.05-project/table-default/table-default.scss */
.table-default {
  width: 100%;
  border: solid 1px #afc9e6;
  border-radius: 3px;
}

.table-default__th {
  background: #d3e1f1;
  font-weight: bold;
}

.table-default__th, .table-default__td {
  height: 40px;
  padding: 0 33px;
}

.table-default__td {
  border-top: solid 1px #afc9e6;
}

.table-default__td_center, .table-default__th_center {
  padding-left: 0;
  text-align: center;
}

.table-default__td_left, .table-default__th_left {
  padding-left: 33px;
  text-align: left;
}

/* end: bem/blocks.05-project/table-default/table-default.scss */
/* begin: bem/blocks.02-plugins-libraries/bootstrap/bootstrap.scss */
/*! 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%;
}

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 {
  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: transparent;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #f7f9fc;
}

input,
button,
select,
textarea {
  font-family: inherit;
  line-height: inherit;
}

a {
  color: #336eb1;
  text-decoration: none;
}

a:hover, a:focus {
  color: #224976;
  text-decoration: underline;
}

a:focus {
  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.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -moz-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;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #336eb1;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #285589;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #336eb1;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #285589;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

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: #fff;
  background-color: #333;
  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.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  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:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.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-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 8px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 36px;
  }

  input[type=date].input-sm, .input-group-sm > input[type=date].form-control,
.input-group-sm > input[type=date].input-group-addon,
.input-group-sm > .input-group-btn > input[type=date].btn,
.input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > input[type=time].form-control,
.input-group-sm > input[type=time].input-group-addon,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > input[type=datetime-local].form-control,
.input-group-sm > input[type=datetime-local].input-group-addon,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > input[type=month].form-control,
.input-group-sm > input[type=month].input-group-addon,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 38px;
  }

  input[type=date].input-lg, .input-group-lg > input[type=date].form-control,
.input-group-lg > input[type=date].input-group-addon,
.input-group-lg > .input-group-btn > input[type=date].btn,
.input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > input[type=time].form-control,
.input-group-lg > input[type=time].input-group-addon,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > input[type=datetime-local].form-control,
.input-group-lg > input[type=datetime-local].input-group-addon,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > input[type=month].form-control,
.input-group-lg > input[type=month].input-group-addon,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 54px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled,
fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 38px;
  padding: 9px 39px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 38px;
  line-height: 38px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 38px;
  padding: 9px 39px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 38px;
  line-height: 38px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 38px;
  min-height: 32px;
  padding: 10px 39px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 54px;
  padding: 14px 31px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 54px;
  line-height: 54px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 54px;
  padding: 14px 31px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 54px;
  line-height: 54px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 54px;
  min-height: 38px;
  padding: 15px 31px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 54px;
  height: 54px;
  line-height: 54px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 38px;
  height: 38px;
  line-height: 38px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 28px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 8px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 15px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 10px;
    font-size: 12px;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  -moz-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #336eb1;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
  z-index: 1;
  width: auto;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 7px 50px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 9px 39px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 14px 31px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: transparent;
  border-color: #336eb1;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #336eb1;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  content: " ";
  display: table;
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
.navbar-static-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
.navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.nav-icon-active .icon-bar:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}
.nav-icon-active .icon-bar:nth-child(2) {
  opacity: 0;
}
.nav-icon-active .icon-bar:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 7px;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 7px;
  margin-bottom: 7px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 6px;
  margin-bottom: 6px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 7px 50px;
  line-height: 1.42857;
  text-decoration: none;
  color: #336eb1;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #224976;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #336eb1;
  border-color: #336eb1;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 14px 31px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 9px 39px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager:before, .pager:after {
  content: " ";
  display: table;
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.label:empty {
  display: none;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #336eb1;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #285589;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #336eb1;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
.container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #336eb1;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #336eb1;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #336eb1;
  border-color: #336eb1;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c2d7ee;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #336eb1;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #336eb1;
  border-color: #336eb1;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #336eb1;
}

.panel-primary > .panel-heading .badge {
  color: #336eb1;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #336eb1;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  outline: 0;
}

.modal.fade .modal-dialog {
  transform: translate(0, -25%);
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 241px;
  padding: 3px 8px;
  color: #252525;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #fff;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #fff;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #fff;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -moz-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: transparent;
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix: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 {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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;
  }
}
.custom-font-loaded .footer {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 24px;
}

@media (max-width: 767px) {
  .pull-right-xs {
    float: right;
  }
}
@media (max-width: 767px) {
  .pull-left-xs {
    float: left;
  }
}
/* end: bem/blocks.05-project/type/type.scss */
/* begin: bem/blocks.05-project/type/__ol/type__ol.scss */
ol:not([class]) {
  padding-left: 0;
  list-style: none;
  counter-reset: li;
  font-size: 16px;
  line-height: 1.7;
}

ol:not([class]) ol:not([class]) {
  padding-left: 25px;
}

ol:not([class]) li:before {
  content: counters(li, ".") ". ";
  counter-increment: li;
  color: #336eb1;
}

/* end: bem/blocks.05-project/type/__ol/type__ol.scss */
/* begin: bem/blocks.05-project/type/__p/type__p.scss */
/* end: bem/blocks.05-project/type/__p/type__p.scss */
/* begin: bem/blocks.05-project/type/__ul/type__ul.scss */
ul:not([class]) {
  padding-left: 30px;
  list-style: none;
  font-size: 16px;
  line-height: 1.7;
  margin: 35px 0;
}
ul:not([class]) li {
  margin-bottom: 10px;
}

ul:not([class]) > li:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 11px;
  margin-left: -15px;
  content: "";
  vertical-align: middle;
  background: url(/local/templates/new_main//images/ul.png);
}

ul:not([class]) ul:not([class]) {
  padding-left: 25px;
}

ul:not([class]) ul:not([class]) li:before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 11px;
  margin-left: -15px;
  content: "";
  vertical-align: middle;
  opacity: 0.5;
  border-radius: 50%;
  background: url(/local/templates/new_main//images/ul.png);
}

/* begin: bem/blocks.05-project/dropdown-nav/dropdown-nav.scss */
.dropdown-nav {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.dropdown-nav.open .dropdown-nav__list {
  top: 100% !important;
  visibility: visible;
  height: auto;
  opacity: 1;
}

@media (max-width: 767px) {
  .dropdown-nav.open .dropdown-nav__list {
    visibility: visible;
    opacity: 1;
  }
}
@media (max-width: 1680px) {
  .dropdown-nav:last-child .dropdown-menu {
    right: 0 !important;
    left: auto !important;
  }
}
/* end: bem/blocks.05-project/dropdown-nav/dropdown-nav.scss */
/* end: bem/blocks.05-project/contacts-map/_touch-lock/contacts-map_touch-lock.scss */
/* begin: bem/blocks.05-project/networks/networks.scss */
.networks {
  position: relative;
  margin-top: 55px;
}

@media (max-width: 767px) {
  .networks {
    margin-top: 137px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .networks {
    margin-top: 97px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .networks {
    margin-top: 82px;
  }
}
/* end: bem/blocks.05-project/networks/networks.scss */
/* begin: bem/blocks.05-project/select-default/select-default.scss */
.select-default button.multiselect.dropdown-toggle.btn.btn-select {
  padding-left: 15px;
  border: solid 1px #afc9e6;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select-default .btn-select .caret {
  color: #000;
}

.select-default .btn-select:before {
  display: none;
}

.select-default .multiselect-container {
  -webkit-box-shadow: 1px 6px 20px 0 rgba(51, 110, 177, 0.21);
  box-shadow: 1px 6px 20px 0 rgba(51, 110, 177, 0.21);
}

.select-default .dropdown-menu > .active > a, .select-default .dropdown-menu > .active > a:hover, .select-default .dropdown-menu > .active > a:focus {
  text-decoration: underline;
  color: #336eb1;
  background: #ebeef0;
}

.select-default .multiselect-container > li a {
  color: #316bac;
}

.select-default .dropdown-menu > li > a:hover, .select-default .dropdown-menu > li > a:focus {
  text-decoration: underline;
  background: transparent;
}

/* end: bem/blocks.05-project/select-default/select-default.scss */
/* begin: bem/blocks.02-plugins/bootstrap-multiselect/bootstrap-multiselect.scss */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #fff;
  overflow: hidden;
}

.multiselect-container:before {
  display: none;
}

.multiselect-container .input-group {
  margin: 5px;
}

.multiselect-container > li {
  padding: 0;
}

.multiselect-container > li > a.multiselect-all label {
  font-weight: bold;
}

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: bold;
}

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

.multiselect-container > li > a {
  padding: 0;
  text-decoration: none;
}

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: normal;
  padding: 3px 10px 3px 10px;
}

.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 5px 10px 5px 10px;
}

.multiselect-container > li > a > label.checkbox {
  padding: 3px 10px 3px 26px;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

.multiselect-container > li > a > label > input[type=radio] {
  visibility: hidden;
}

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
  visibility: hidden;
}

.btn-select {
  background: #fff;
  border: 1px solid #bababa;
  color: #7b7b7b;
  font-weight: normal;
  text-align: left;
  height: 33px;
  padding-right: 16px;
  border-radius: 15px;
  font-size: 14px;
}

.btn-select:before {
  content: "";
  border-left: 1px solid #ddd;
  height: 100%;
  position: absolute;
  top: 0;
  right: 29px;
}

.btn-select:hover, .btn-select:focus {
  color: #333;
  background: #fff;
}

.btn-select .caret {
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -1px;
  color: #ef0e29;
}

/* end: bem/blocks.02-plugins/bootstrap-multiselect/bootstrap-multiselect.scss */
/* begin: bem/blocks.05-project/news-container/news-container.scss */
.news-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -15px;
  padding: 0;
  padding-top: 2px;
}

/* end: bem/blocks.05-project/news-container/news-container.scss */
/* begin: bem/blocks.05-project/news-container/_top/news-container_top.scss */
.news-container_top {
  margin-top: 33px;
}

/* end: bem/blocks.05-project/news-container/_top/news-container_top.scss */
/* begin: bem/blocks.05-project/about-company/about-company.scss */
.about-company {
  margin-bottom: 70px;
}

/* end: bem/blocks.05-project/about-company/about-company.scss */
/* begin: bem/blocks.02-plugins-jquery-ui/jquery-ui-slider/jquery-ui-slider.css */
/*@import "/local/templates/new_main//bower_components/jquery-ui/themes/base/slider.css";*/
/* end: bem/blocks.02-plugins-jquery-ui/jquery-ui-slider/jquery-ui-slider.css */
/* begin: bem/blocks.05-project/jquery-ui-slider/jquery-ui-slider.scss */
.ui-slider {
  position: relative;
  height: 0.35em;
  margin: 0.7em 0.3em;
  border: none;
  border-radius: 0;
  background: none;
}

.ui-slider:before {
  position: absolute;
  z-index: 0;
  top: 0;
  right: -0.3em;
  bottom: 0;
  left: -0.3em;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#eef3f3), to(#afcae6));
  background: -webkit-linear-gradient(left, #eef3f3 0%, #afcae6 100%);
  background: -moz-linear-gradient(left, #eef3f3 0%, #afcae6 100%);
  background: -o-linear-gradient(left, #eef3f3 0%, #afcae6 100%);
  background: linear-gradient(to right, #eef3f3 0%, #afcae6 100%);
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 47px;
  height: 47px;
  margin-top: -24px;
  margin-left: -24px;
  border: none;
  border-radius: 3px;
  outline: none !important;
  background: transparent url("/local/templates/new_main//images/range.png") no-repeat;
}

.ui-slider .ui-slider-handle:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -5px;
  margin-bottom: 0;
  padding: 8px 6px;
  content: attr(data-content);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  color: #336eb1;
  background: #fff;
  -webkit-box-shadow: 0 5px 40px 0 rgba(51, 110, 177, 0.21);
  box-shadow: 0 5px 40px 0 rgba(51, 110, 177, 0.21);
  font-size: 16px;
  line-height: 1;
}

@media (max-width: 767px) {
  .ui-slider .ui-slider-handle:before {
    font-size: 12px;
    font-weight: bold;
  }
}
.ui-slider .ui-slider-handle:after {
  position: absolute;
  z-index: 10;
  top: 100%;
  bottom: auto;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -9px;
  margin-left: -4px;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  -webkit-box-shadow: 0 3px 40px 0 rgba(51, 110, 177, 0.21);
  box-shadow: 0 3px 40px 0 rgba(51, 110, 177, 0.21);
}

.ui-slider .ui-slider-handle + .ui-slider-handle:before {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -5px;
}

.ui-slider .ui-slider-handle + .ui-slider-handle:after {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -9px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  height: inherit;
  border: none;
  background: transparent;
}

/* end: bem/blocks.05-project/jquery-ui-slider/jquery-ui-slider.scss */
/* begin: bem/blocks.04-common/radio/_custom/radio_custom.scss */
.radio_custom {
  margin-bottom: 15px;
}

.radio_custom .radio__input {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: -30px;
  background: transparent url("/local/templates/new_main//images/radio.png") no-repeat top;
}

.radio_custom .radio__control {
  position: absolute;
  opacity: 0;
}

.radio_custom .radio__control:checked + .radio__input {
  background-position: bottom;
}

.radio_custom label {
  padding-left: 30px;
}

.radio_custom.radio_disabled {
  cursor: not-allowed;
}

.radio_custom.radio_disabled .radio__input {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}

.radio_custom.radio_disabled label {
  cursor: not-allowed;
}

/* end: bem/blocks.04-common/radio/_custom/radio_custom.scss */
/* begin: bem/blocks.05-project/radio/_custom/radio_custom.scss */
.radio_custom {
  margin-bottom: 10px;
}

.radio_custom + .radio {
  margin-top: 0;
}

.radio_custom .radio__input {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 0;
  margin-left: -30px;
  background: transparent url("/local/templates/new_main//images/radio.png") no-repeat top;
}

.radio_custom .radio__control {
  position: absolute;
  opacity: 0;
}

.radio_custom .radio__control:checked + .radio__input {
  background-position: bottom;
}

.radio_custom label {
  padding-left: 30px;
}

.radio_custom.radio_disabled {
  cursor: not-allowed;
}

.radio_custom.radio_disabled .radio__input {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}

.radio_custom.radio_disabled label {
  cursor: not-allowed;
}

/* end: bem/blocks.05-project/radio/_custom/radio_custom.scss */
.lb-dataContainer {
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
}

span.lb-number {
  padding-top: 1em;
}

.lb-outerContainer {
  margin-top: 50px;
}

/* end: bem/blocks.05-project/slider-detail/slider-detail.scss */
/* begin: bem/blocks.04-common/radio/_disabled/radio_disabled.scss */
.radio_disabled .radio__input {
  cursor: not-allowed;
  opacity: 0.5;
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}

/* end: bem/blocks.04-common/radio/_disabled/radio_disabled.scss */
/* begin: bem/blocks.04-common/page/page.scss */
.touch {
  cursor: pointer;
}

*:focus, *:active, *:active:focus {
  outline: none;
  outline: none !important;
}

/* begin: bem/blocks.05-project/nav-bar/nav-bar.scss */
.nav-bar {
  position: relative;
  z-index: 2;
  min-width: 320px;
  min-height: 0 !important;
  margin: 0;
  list-style: none;
  border: none;
  border-radius: 0 !important;
  font-family: "Roboto";
}

.nav-bar__list {
  overflow: hidden !important;
  padding: 0;
}

.nav-bar_main.nav-bar .navbar-toggle .icon-bar {
  background-color: #fff;
}

.nav-bar .navbar-toggle .icon-bar {
  width: 37px;
  height: 4px;
  margin-top: 4px !important;
  background-color: #000;
}

.nav-bar .navbar-toggle .icon-bar:first-child {
  margin-top: 0 !important;
}

.nav-bar .navbar-toggle {
  margin: 7px 5px 0 0;
}
@media (min-width: 768px) {
  .nav-bar .navbar-toggle {
    margin: 14px 15px 14px 0;
  }
}

.nav-bar ul {
  margin: 0;
}

.icon-bar {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

/* end: bem/blocks.05-project/nav-bar/nav-bar.scss */
/* begin: bem/blocks.05-project/contact-form/__submit/contact-form__submit.scss */
.contact-form__submit {
  margin-top: -4px;
  margin-left: 95px;
  padding-top: 8px;
  padding-right: 38px;
  padding-bottom: 8px;
  padding-left: 38px;
  font-size: 18px;
}

@media (max-width: 991px) {
  .contact-form__submit {
    margin-left: 0;
  }
}
/* end: bem/blocks.05-project/contact-form/__submit/contact-form__submit.scss */
/* begin: bem/blocks.04-common/select/_custom/select_custom.scss */
.select_custom {
  position: relative;
  width: 100%;
  height: 37px;
  opacity: 0;
  border: 1px solid #ccc;
}

select[multiple].select_custom {
  height: 37px;
}

/* end: bem/blocks.04-common/select/_custom/select_custom.scss */
/* begin: bem/blocks.05-project/select/_custom/select_custom.scss */
.select_custom {
  position: relative;
  width: 100%;
  height: 37px;
  opacity: 0;
  border: 1px solid #ccc;
}

select[multiple].select_custom {
  height: 37px;
}

/* end: bem/blocks.05-project/select/_custom/select_custom.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px;
  line-height: 1.42857;
  border-radius: 3px;
  user-select: none;
  transition: 0.3s;
  font-weight: 300;
  width: 100%;
  font-size: 16px;
}
.btn .label {
  position: relative;
  top: -1px;
}
@media (min-width: 768px) {
  .btn {
    font-size: 18px;
    padding: 12px 15px;
  }
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #336eb1;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #336eb1;
  background-color: #fff;
  border-color: transparent;
}

.btn-default:focus, .btn-default.focus {
  color: #336eb1;
  background-color: #e6e6e6;
  border-color: transparent;
}

.btn-default:hover {
  color: #336eb1;
  background-color: #e6e6e6;
  border-color: transparent;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #336eb1;
  background-color: #e6e6e6;
  border-color: transparent;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #336eb1;
  background-color: #d4d4d4;
  border-color: transparent;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: transparent;
}

.btn-default .badge {
  color: #fff;
  background-color: #336eb1;
}

.btn-primary {
  color: #fff;
  background-color: #3670af;
  border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #285589;
  border-color: transparent;
}

.btn-primary:hover {
  color: #fff;
  background-color: #285589;
  border-color: transparent;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #285589;
  border-color: transparent;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #20446e;
  border-color: transparent;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #336eb1;
  border-color: transparent;
}

.btn-primary .badge {
  color: #336eb1;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #31b753;
  border-color: #31b753;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #268f41;
  border-color: #165225;
}

.btn-success:hover {
  color: #fff;
  background-color: #268f41;
  border-color: #24873d;
}

.btn-success:active,
.btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #268f41;
  border-color: #24873d;
}

.btn-success:active:hover,
.btn-success:active:focus,
.btn-success:active.focus,
.btn-success.active:hover,
.btn-success.active:focus,
.btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #1f7334;
  border-color: #165225;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success.disabled:focus,
.btn-success.disabled.focus,
.btn-success[disabled]:hover,
.btn-success[disabled]:focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #31b753;
  border-color: #31b753;
}

.btn-success .badge {
  color: #31b753;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #82aad5;
  border-color: transparent;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #5c90c8;
  border-color: transparent;
}

.btn-info:hover {
  color: #fff;
  background-color: #5c90c8;
  border-color: transparent;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #5c90c8;
  border-color: transparent;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #417ebf;
  border-color: transparent;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #82aad5;
  border-color: transparent;
}

.btn-info .badge {
  color: #82aad5;
  background-color: #fff;
}

.btn-warning {
  color: #336eb1;
  background-color: #ffcc00;
  border-color: transparent;
}

.btn-warning:focus, .btn-warning.focus {
  color: #336eb1;
  background-color: #cca300;
  border-color: transparent;
}

.btn-warning:hover {
  color: #336eb1;
  background-color: #cca300;
  border-color: transparent;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #336eb1;
  background-color: #cca300;
  border-color: transparent;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #336eb1;
  background-color: #a88700;
  border-color: transparent;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ffcc00;
  border-color: transparent;
}

.btn-warning .badge {
  color: #ffcc00;
  background-color: #336eb1;
}

.btn-danger {
  color: #fff;
  background-color: #ef005a;
  border-color: transparent;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #bc0047;
  border-color: transparent;
}

.btn-danger:hover {
  color: #fff;
  background-color: #bc0047;
  border-color: transparent;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bc0047;
  border-color: transparent;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #980039;
  border-color: transparent;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #ef005a;
  border-color: transparent;
}

.btn-danger .badge {
  color: #ef005a;
  background-color: #fff;
}

.btn-link {
  color: #336eb1;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #224976;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 14px 31px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 9px 39px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 5px 17px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

/* Transparent btn */
.btn-transparent {
  color: #fff;
  background-color: transparent;
  box-shadow: inset 0 0 0 2px #fff;
}

.btn-transparent:focus,
.btn-transparent.focus {
  color: #3670af;
  background-color: #fff;
}

.btn-transparent:hover {
  color: #3670af;
  background-color: #fff;
}

.btn-transparent:active,
.btn-transparent.active,
.open > .btn-transparent.dropdown-toggle {
  color: #3670af;
  background-color: #fff;
  border: 0;
}

.btn-transparent:active:hover,
.btn-transparent:active:focus,
.btn-transparent:active.focus,
.btn-transparent.active:hover,
.btn-transparent.active:focus,
.btn-transparent.active.focus,
.open > .btn-transparent.dropdown-toggle:hover,
.open > .btn-transparent.dropdown-toggle:focus,
.open > .btn-transparent.dropdown-toggle.focus {
  color: #3670af;
  background-color: #fff;
  border: 0;
}

.btn-transparent:active, .btn-transparent.active,
.open > .btn-transparent.dropdown-toggle {
  background-image: none;
}

.btn-transparent.disabled:hover,
.btn-transparent.disabled:focus,
.btn-transparent.disabled.focus,
.btn-transparent[disabled]:hover,
.btn-transparent[disabled]:focus,
.btn-transparent[disabled].focus,
fieldset[disabled] .btn-transparent:hover,
fieldset[disabled] .btn-transparent:focus,
fieldset[disabled] .btn-transparent.focus {
  background-color: transparent;
  border-color: 0;
}

.btn-transparent .badge {
  color: transparent;
  background-color: #fff;
}

/* Transparent btn-blue */
.btn-transparent-blue {
  color: #3670af;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #3670af;
  border-radius: 4px;
}
.btn-transparent-blue:active, .btn-transparent-blue.active {
  color: #3670af;
  box-shadow: inset 0 0 0 1px #3670af;
}
.btn-transparent-blue:hover {
  color: #3670af;
}

.checkbox_custom {
  margin-bottom: 10px;
}
.checkbox_custom label {
  padding-left: 20px;
  position: relative;
}
.checkbox_custom label.disabled {
  opacity: 0.5;
}
.checkbox_custom .checkbox__input {
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-top: 1px;
  left: 0;
  background: transparent url("/local/templates/new_main//images/checkbox.png") no-repeat top;
}
.checkbox_custom.white .checkbox__input {
  background: transparent url("/local/templates/new_main//images/checkbox-white.png") no-repeat top;
}
.checkbox_custom .checkbox__control {
  position: absolute;
  opacity: 0;
}
.checkbox_custom .checkbox__control:checked + .checkbox__input {
  background-position: bottom;
}
.checkbox_custom.checkbox_disabled {
  cursor: not-allowed;
}
.checkbox_custom.checkbox_disabled .checkbox__input {
  cursor: not-allowed;
  opacity: 0.5;
  filter: contrast(0.8);
}
.checkbox_custom.checkbox_disabled label {
  cursor: not-allowed;
}

.nav-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.nav-tabs:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e6ebeb;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .nav-tabs {
    font-size: 18px;
    margin: 0 0 48px 0;
  }
}
.nav-tabs > li {
  margin: 0;
  float: left;
  white-space: nowrap;
  color: #676f75;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 300;
}
.nav-tabs > li:first-child {
  padding-left: 0;
}
.nav-tabs > li:last-child {
  padding-right: 0;
}
.nav-tabs > li > a {
  display: block;
  line-height: 1;
  border-radius: 4px 4px 0 0;
  padding: 0 0 15px 0;
  text-decoration: none;
  color: inherit;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active {
  color: #336eb1;
}
.nav-tabs > li.active a {
  color: #336eb1;
}
@media (min-width: 768px) {
  .nav-tabs > li.active a {
    border-bottom: 2px solid #336eb1;
    position: relative;
    z-index: 10;
  }
}

.pop-up {
  position: fixed;
  z-index: -60;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll;
  visibility: hidden;
  transition: 0.6s;
  text-align: left;
  opacity: 0;
  background: rgba(179, 204, 231, 0.93);
}
@media (max-width: 767px) {
  .pop-up {
    overflow-y: scroll;
    background: #fff;
  }
}
.pop-up.modal-active {
  z-index: 300;
  visibility: visible;
  opacity: 1;
}
.pop-up.modal-active .pop-up__container {
  transform: translateY(0);
}
.pop-up svg use {
  fill: #fff;
}
.pop-up .pop-up__close {
  fill: #336eb1;
}
.pop-up .pop-up__close * {
  fill: #336eb1;
}

.pop-up__content {
  max-width: 550px;
  margin: auto;
  width: 100%;
}

.pop-up__logo {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.pop-up__logo svg {
  width: 265px;
  height: 43px;
}
@media (max-width: 767px) {
  .pop-up__logo svg {
    width: 195px;
    height: 43px;
  }
}

[data-lang=en] .pop-up__logo {
  background: url(/local/templates/new_main//images/logo/logo-white.png) no-repeat;
  display: block;
  width: 100%;
  height: 43px;
  position: relative;
}

[data-lang=en] .pop-up__logo svg {
  display: none;
}

.pop-up__dropdown {
  margin-bottom: 16px;
}

.pop-up__field {
  margin-bottom: 10px;
}
@media screen and (min-width: 375px) {
  .pop-up__field {
    margin-bottom: 16px;
  }
}

.pop-up__header {
  margin-bottom: 34px;
  text-align: left;
  word-break: break-word;
  border-radius: 3px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}

.pop-up__form {
  position: relative;
  max-width: 100%;
  padding: 30px;
  text-align: left;
  border-radius: 3px;
  background: #fff;
}
.pop-up__form:after {
  display: table;
  clear: both;
  content: "";
}
@media screen and (min-width: 768px) {
  .pop-up__form {
    padding: 53px 60px 44px;
  }
}

.pop-up__title {
  margin-bottom: 34px;
  text-align: left;
  word-break: break-word;
  border-radius: 3px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
}
@media (max-width: 767px) {
  .pop-up__title {
    font-size: 30px;
  }
}

.pop-up__submit {
  float: right;
  margin-top: 20px;
}

.pop-up__container {
  display: flex;
  transition: 0.5s;
  transform: translateY(-900px);
}

.pop-up__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px;
  cursor: pointer;
}
.pop-up__close svg {
  width: 16px;
  height: 16px;
}
.pop-up__close.pop-up__close--desktop {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .pop-up__close.pop-up__close--mobile {
    display: none;
  }
  .pop-up__close.pop-up__close--desktop {
    display: block;
  }
}

.accordion-item {
  margin-bottom: 15px;
}
.accordion-item.active .accordion-item__title {
  border-radius: 4px 4px 0 0;
}
.accordion-item.active .accordion-item__title:after {
  transform: rotate(0deg);
}

.accordion-item__title {
  padding: 20px 30px;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  background-color: #86acc9;
  color: #fff;
}
.accordion-item__title:hover, .accordion-item__title:focus {
  color: #fff;
  text-decoration: none;
}
.accordion-item__title:after {
  content: "";
  background-image: url(/local/templates/new_main//images/slick-arrow-down--white.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(180deg);
  transition: all 1000ms ease;
}

.accordion-item__body {
  height: 0;
  overflow: hidden;
  transition: all 400ms ease;
  background-color: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 112, 178, 0.2);
}

.accordion-item__body-inner {
  padding: 20px;
}
.accordion-item__body-inner p {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .accordion-item__body-inner {
    padding: 30px;
  }
}

.scroll-block {
  overflow: hidden;
}

.touch .scroll-block {
  overflow: scroll;
}

.smart-filter {
  position: fixed;
  border-radius: 3px;
  z-index: 100;
  background-color: #fff;
  left: 0;
  bottom: 0;
  padding: 15px;
  transform: translateY(100%);
  transition: all ease 300ms;
  min-height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .smart-filter {
    padding: 0;
    position: relative;
    background-color: transparent;
    margin-bottom: 30px;
    transform: none;
    min-height: auto;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
}

.smart-filter__overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: all ease 300ms;
}
@media (min-width: 768px) {
  .smart-filter__overlay {
    display: none;
  }
}

.smart-filter__wrap--visable {
  position: relative;
  z-index: 1000;
}
.smart-filter__wrap--visable .smart-filter__overlay {
  z-index: 10;
  visibility: visible;
  opacity: 1;
}
.smart-filter__wrap--visable .smart-filter {
  transform: translateY(0);
}
@media (min-width: 768px) {
  .smart-filter__wrap--visable {
    z-index: 10;
  }
}

.smart-filter__toggler {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .smart-filter__toggler {
    display: none;
  }
}

.smart-filter__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
}
@media (min-width: 768px) {
  .smart-filter__items {
    flex-grow: 0;
    flex-direction: row;
    margin-left: -5px;
    margin-right: -5px;
  }
}

.smart-filter-item__wrap {
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .smart-filter-item__wrap {
    width: auto;
    flex-grow: 1;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.smart-filter-item {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  /*
   * Scroll
   */
}
.smart-filter-item.active {
  z-index: 8 !important;
}
@media (min-width: 768px) {
  .smart-filter-item.active .smart-filter-item__title:after {
    transform: rotate(180deg);
  }
}
.smart-filter-item.active .smart-filter-item__values-wrap {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  .smart-filter-item.active .smart-filter-item__values-wrap {
    background: none;
  }
}
.smart-filter-item.active .smart-filter-item__values-overlay {
  opacity: 1;
  visibility: visible;
}
.smart-filter-item.active .smart-filter-item__values {
  bottom: 0;
}
@media (min-width: 768px) {
  .smart-filter-item.active .smart-filter-item__values {
    bottom: auto;
    max-height: 300px;
    box-shadow: 0 11px 42px 4px rgba(6, 25, 47, 0.32);
  }
}
.smart-filter-item .ps__rail-y {
  transform: scale(0.9) translate3d(-15px, 0, 0);
}

.smart-filter__link {
  color: #336eb1;
}

.smart-filter-item__values-wrap {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0);
  transition: all 500ms ease;
}
@media (min-width: 768px) {
  .smart-filter-item__values-wrap {
    position: absolute;
    top: 100%;
    background: none;
  }
}

.smart-filter-item__values-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  transition: all 500ms ease;
}

.smart-filter-item__values {
  position: absolute;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  transition: all 500ms ease;
  bottom: -100%;
  max-height: 80%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media (min-width: 768px) {
  .smart-filter-item__values {
    z-index: 10;
    min-width: 100%;
    width: 200px;
    max-height: 0;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    box-shadow: 0 0 0 0 rgba(6, 25, 47, 0.32);
    bottom: auto;
  }
}

.smart-filter-item__values-title {
  padding: 15px 15px 10px 15px;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
}
.smart-filter-item__values-title span {
  font-weight: bold;
}
@media (min-width: 768px) {
  .smart-filter-item__values-title {
    display: none;
  }
}

.smart-filter-item__values-list-wrap {
  position: relative;
  overflow: auto;
}
@media (min-width: 768px) {
  .smart-filter-item__values-list-wrap {
    overflow: hidden;
  }
}

.smart-filter-item__values-list {
  padding: 15px;
  width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.smart-filter-item__value {
  order: 0;
}
.smart-filter-item__value--disabled {
  order: 1;
}

.smart-filter-item__title {
  font-size: 12px;
  line-height: 1.1;
  background-color: #ebeef4;
  cursor: pointer;
  position: relative;
  display: flex;
}
@media (min-width: 768px) {
  .smart-filter-item__title:after {
    content: "";
    display: block;
    width: 50px;
    background-image: url("/local/templates/new_main//images/slick-arrow-down--blue.svg");
    background-size: 16px 16px;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 500ms ease;
  }
}

.smart-filter-item__name {
  white-space: nowrap;
}

.smart-filter-item__item-name {
  color: #767676;
}

.smart-filter-item__title-text {
  padding: 10px;
  flex-grow: 1;
}

.smart-filter-item__icon {
  background-color: #dee3ed;
  padding: 10px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.smart-filter-item__icon svg {
  width: 100%;
  max-width: 22px;
  height: auto;
  fill: #146bc2;
}

.smart-filter-item__current {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}

.smart-filter-item__title_location {
  margin-bottom: 26px;
}

.smart-filter-item__link {
  text-decoration: none;
  color: #333;
}
.smart-filter-item__link.active {
  font-weight: bold;
  color: #336eb1;
}
.smart-filter-item__link:hover, .smart-filter-item__link:focus {
  text-decoration: none;
}

.smart-filter__title {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.smart-filter__title span {
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .smart-filter__title {
    display: none;
  }
}

.smart-filter__close {
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  background: scroll transparent url(/local/templates/new_main//images/icon-close.svg) center center no-repeat;
  background-size: cover;
}

.smart-filter-item__values-close {
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  background: scroll transparent url(/local/templates/new_main//images/icon-close.svg) center center no-repeat;
  background-size: cover;
}

.smart-filter__clear {
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
.smart-filter__clear input svg *,
.smart-filter__clear .del-filter svg * {
  fill: #fff;
}
.smart-filter__clear input:hover,
.smart-filter__clear .del-filter:hover {
  text-decoration: none;
}
.smart-filter__clear svg {
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.smart-filter__clear svg use {
  fill: #336eb1;
}
.smart-filter__clear .del-filter {
  display: block;
}

.smart-filter-item__show-wrap {
  padding: 15px;
  border-top: 1px solid #ccc;
  position: relative;
}
.smart-filter-item__show-wrap.disabled:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0.5;
}

.smart-filter__btns {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.project__list {
  margin-bottom: 30px;
}

.project__list-pagination-btn {
  margin-bottom: 30px;
}

/*
Quick links
 */
.quick-links__wrap {
  padding-bottom: 15px;
  margin-bottom: 35px;
}

.quick-links {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.quick-link {
  border: 1px solid #3670af;
  border-radius: 4px;
  margin-right: 10px;
  white-space: nowrap;
  color: #3670af;
}
.quick-link a, .quick-link span {
  padding: 5px 15px;
  display: block;
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
.quick-link a:hover, .quick-link span:hover {
  text-decoration: underline;
}
.quick-link--show-all {
  background-color: #3670af;
  color: #fff;
}

.project__wrap {
  margin-bottom: 30px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: flex;
}
@media (min-width: 576px) {
  .project__wrap {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .project__wrap {
    width: 33.333%;
  }
}

.project {
  display: flex;
  flex-direction: column;
  transition: all 500ms ease;
  position: relative;
  height: 100%;
  width: 100%;
}
.project:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
  border-radius: 8px;
}
.project .project__prop {
  border-top: 1px solid #eaeaea;
  padding-top: 5px;
}
.project .project__prop:first-child {
  border-top: 0;
}

.project__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.touch .project:hover .project__imgs {
  transform: scale(1);
  box-shadow: none;
}

.project__body {
  background-color: #fff;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 8px 8px;
  padding: 20px;
}

.project__desc-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  align-items: center;
}

.project__type {
  color: #676f75;
  opacity: 0.5;
  font-size: 14px;
}

.project__title {
  color: #676f75;
  font-size: 16px;
}

.project__preview-btn {
  background-color: transparent;
  background-image: url(/local/templates/new_main//images/icon-view.svg);
  border: none;
  background-repeat: no-repeat;
  background-position: center center;
  width: 24px;
  height: 24px;
}

.project__imgs {
  transition: all 300ms ease;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  cursor: pointer;
}
.project__imgs.project__imgs-slick .project__img {
  display: none;
}
.project__imgs.project__imgs-slick .project__img:first-child {
  display: block;
}
.project__imgs.project__imgs-slick.slick-initialized .project__img {
  display: block;
}
.project__imgs > img {
  max-width: 100%;
}
.project__imgs .slick-track {
  display: flex;
}
.project__imgs .slick-arrow {
  position: absolute;
  z-index: 10;
  border: none;
  width: 40%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  transition: all 200ms ease;
  visibility: hidden;
}
.project__imgs .slick-arrow:before {
  content: none;
}
.project__imgs:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}
.project__imgs .slick-next {
  right: 0;
  background-image: url(/local/templates/new_main//images/slick-arrow-right.svg);
  background-position: right center;
}
.project__imgs .slick-prev {
  left: 0;
  background-position: left center;
  background-image: url(/local/templates/new_main//images/slick-arrow-left.svg);
}
.project__imgs .slick:hover {
  transform: scale(1.15);
  box-shadow: 0 8px 36px 0 rgba(40, 49, 60, 0.35);
}

.project__img {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.project__img img {
  position: absolute;
  top: 0;
  left: 0;
}

.project__img-count {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  font-size: 12px;
  display: flex;
  flex-direction: row;
  padding: 4px;
  box-shadow: 0 0 5px rgba(0, 112, 178, 0.2);
  color: #336eb1;
}
.project__img-count:before {
  content: "";
  background-image: url("/local/templates/new_main//images/icon-gallery-blue.svg");
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.touch .project__imgs .slick-arrow {
  visibility: visible;
  opacity: 1;
  z-index: 10;
  width: 20%;
}

.project__show-all-btn {
  margin-bottom: 30px;
}

/*********** Project preview  ***************/
.project-preview {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 500ms ease;
  background-color: #fff;
  opacity: 0;
  z-index: 200;
  width: 80px;
  height: 80px;
  visibility: hidden;
  overflow: hidden;
  box-shadow: 0 20px 97.52px 8.48px rgba(0, 45, 76, 0.19);
}
.project-preview.visable {
  visibility: visible;
  opacity: 1;
}
.project-preview.loading:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/new_main//images/locader.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.project-preview__inner {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 500ms ease;
  max-width: 320px;
}
@media (min-width: 768px) {
  .project-preview__inner {
    max-width: 500px;
  }
}
.project-preview__inner--visable {
  visibility: visible;
  opacity: 1;
}
.project-preview__content {
  max-width: 100%;
  width: 100%;
}
.project-preview.loading .project-preview__close {
  display: none;
}

.project-preview__close {
  width: 16px;
  height: 16px;
  position: fixed;
  right: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 10;
}
.project-preview__close svg {
  width: 16px;
  height: 16px;
}
.project-preview__close svg * {
  fill: #3670af;
}

.project-preview__title {
  padding: 30px 30px 15px 30px;
}

.project-preview__type {
  font-weight: 300;
}

.project-preview__name {
  font-size: 24px;
  font-weight: 300;
}

.project-preview__slider .slick-slide {
  opacity: 0.5;
  padding: 5px;
  transition: all 500ms ease;
}
.project-preview__slider .slick-slide.slick-current {
  opacity: 1;
}
.project-preview__slider .slick-arrow {
  width: 50px;
  visibility: visible;
  opacity: 1;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  height: 100%;
  z-index: 1;
}
.project-preview__slider .slick-arrow:before {
  content: none;
}
@media (min-width: 768px) {
  .project-preview__slider .slick-arrow {
    width: 150px;
  }
}
.project-preview__slider .slick-next {
  background-image: url(/local/templates/new_main//images/slick-arrow-right.svg);
  right: 0;
}
.project-preview__slider .slick-prev {
  background-image: url(/local/templates/new_main//images/slick-arrow-left.svg);
  left: 0;
}
.project-preview__slider img {
  max-width: 320px;
  height: auto;
}
@media (min-width: 768px) {
  .project-preview__slider img {
    max-width: 560px;
  }
}

.project-preview__desc {
  padding: 30px;
}

/* Project props */
.project__props {
  display: block;
  margin: 0;
}

.project__prop {
  font-weight: 300;
  display: flex;
}
.project__prop dt, .project__prop dd {
  display: block;
  position: relative;
  width: 50%;
}
.project__prop dt {
  padding-right: 5px;
  padding-bottom: 5px;
  color: #aeb1b4;
  font-weight: 300;
}
.project__prop dd {
  padding-bottom: 5px;
  font-weight: 300;
  display: flex;
  align-items: center;
  text-align: right;
  justify-content: flex-end;
}
.project__prop dd span {
  padding-right: 5px;
}
.project__prop .project__full-prop-value {
  text-align: left;
}

.project__full-prop-value {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 100%;
  width: 200px;
  padding: 5px;
  border: 1px solid #ccc;
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
  visibility: hidden;
  opacity: 0;
  transition: all 300ms ease;
  z-index: 10;
}
.project__full-prop-value--visible {
  visibility: visible;
  opacity: 1;
  z-index: 900;
}

.project__prop-full-value-toggle {
  min-width: 18px;
  height: 12px;
  display: block;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 8px;
}

.pagination-nav__wrap {
  display: flex;
  align-items: center;
}
.pagination-nav__wrap:before, .pagination-nav__wrap:after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #e7eaea;
}

.pagination-nav {
  display: flex;
  margin-top: 14px;
  margin-bottom: 14px;
  padding-left: 30px;
  padding-right: 30px;
}

.pagination-nav__item_active {
  margin-left: 15px;
  margin-right: 15px;
  color: #c3af8b;
}
.pagination-nav__item_active:before {
  content: "";
  display: block;
  border: 1px solid #c3af8b;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}

.pagination-nav__item {
  font-size: 16px;
  font-weight: 300;
  position: relative;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  .pagination-nav__item {
    margin: 0 9px;
  }
}

.pagination-nav__item:hover,
.pagination-nav__item:focus {
  text-decoration: none;
  color: #336eb1;
}

.pagination-nav__item_next {
  position: relative;
  margin-right: -24px;
  margin-left: 31px;
}
@media (max-width: 767px) {
  .pagination-nav__item_next {
    font-size: 0;
  }
  .pagination-nav__item_next:before {
    position: absolute;
    left: 0;
    margin-top: -16px;
    content: ">";
    font-size: 16px;
  }
}

.pagination-nav__item_active {
  text-decoration: none;
  color: #b7b7b7;
}

.pagination-nav__item_active:hover,
.pagination-nav__item_active:focus {
  text-decoration: none;
  color: #b7b7b7;
}

.article__wrap {
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .article__wrap {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .article__wrap {
    width: 33.33%;
  }
  .article__wrap--big {
    width: 66.66%;
  }
}

.article {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  transition: all 200ms ease;
}
.article:hover {
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
}

.article__desc {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}

.article__desc-text {
  flex-grow: 1;
  margin-bottom: 15px;
  color: #676f75;
}

.article__picture {
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 8px 8px 0 0;
}
.article__picture img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.article__title {
  font-size: 18px;
  margin-bottom: 15px;
  color: #676f75;
  display: block;
}
.article__title:hover {
  color: #3c74b1;
  text-decoration: underline;
}

.article__type {
  font-size: 14px;
  color: #676f75;
  margin-bottom: 2px;
  opacity: 0.5;
}

.article__date {
  display: block;
  color: #ccc;
}

.share-title {
  margin-bottom: 15px;
  font-size: 18px;
}
@media (min-width: 768px) {
  .share-title {
    font-size: 24px;
  }
}

.share-widget {
  margin-bottom: 30px;
}

.description {
  margin-bottom: 60px;
}

.project-list {
  margin-bottom: 60px;
}

.share-popup {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
}
.share-popup label {
  font-size: 16px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .share-popup label {
    font-size: 18px;
  }
}
.share-popup input {
  width: 100%;
  padding: 5px;
}

.blog-author-preview {
  display: flex;
  margin-bottom: 30px;
}

.blog-author-preview__photo {
  overflow: hidden;
  border-radius: 100%;
  margin-right: 15px;
  max-width: 70px;
  height: 70px;
}

.blog-author-preview__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blog-author-preview__name {
  font-size: 16px;
}

.blog-author-preview__position {
  font-size: 14px;
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background-color: #000000;
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 0;
  width: 68px;
  height: 48px;
  border: none;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.video__button-icon {
  fill: #ffffff;
}

.video__button:focus {
  outline: none;
}

.video:hover .video__button-shape,
.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

/* Enabled */
.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: block;
}

label {
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}

.form-bx-captcha {
  margin-right: 0 !important;
}

.form-bx-captcha-title {
  text-align: right;
}

@media (max-width: 425px) {
  .g-recaptcha-popup {
    -webkit-transform: scale(0.8, 0.8);
    -webkit-transform-origin: 100%;
  }
}
@media (max-width: 370px) {
  .g-recaptcha-popup {
    -webkit-transform: scale(0.65, 0.65);
    -webkit-transform-origin: 100%;
  }
}

/* .mobile-menu__toggle */
.mobile-menu__toggle-wrap {
  width: 30%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: flex-end;
  padding-top: 17px;
}
@media (min-width: 992px) {
  .mobile-menu__toggle-wrap {
    display: none;
  }
}

.mobile-menu__toggle {
  position: relative;
  z-index: 2;
  margin: 0;
  background-color: transparent;
  background-image: none;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 36px;
  height: 34px;
  padding: 0;
  border: 0;
}
.mobile-menu__toggle:focus {
  outline: 0;
}
.mobile-menu__toggle .icon-bar {
  position: absolute;
  display: block;
  border-radius: 1px;
  width: 36px;
  height: 3px;
  background-color: #000;
  margin-bottom: 2px;
  margin-top: 2px;
  left: 0;
  transition: all 500ms ease;
}
.mobile-menu__toggle .icon-bar:nth-child(1) {
  top: 5px;
}
.mobile-menu__toggle .icon-bar:nth-child(2) {
  top: 13px;
}
.mobile-menu__toggle .icon-bar:nth-child(3) {
  top: 21px;
}
.mobile-menu__toggle--active .icon-bar:nth-child(1) {
  top: 13px;
  transform: rotate(45deg);
}
.mobile-menu__toggle--active .icon-bar:nth-child(2) {
  opacity: 0;
}
.mobile-menu__toggle--active .icon-bar:nth-child(3) {
  top: 13px;
  transform: rotate(-45deg);
}

/* Header */
.header__logo-wrap {
  display: flex;
  align-items: center;
  width: 70%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 23px;
  padding-bottom: 13px;
}
@media screen and (min-width: 992px) {
  .header__logo-wrap {
    width: auto;
    padding-bottom: 23px;
  }
}

.header-callback {
  display: none;
}
@media (min-width: 992px) {
  .header-callback {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.nav-bar {
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav-bar {
    position: relative;
  }
}

.header .row-flex {
  justify-content: space-between;
}

.header__logo-copy {
  display: none;
}

.header._header_fixed {
  top: 0;
  position: fixed !important;
  z-index: 11 !important;
  width: 100%;
  background: #383f49;
  /*opacity: .8;*/
  color: #fff;
}
.header._header_fixed > .container {
  display: none;
}
.header._header_fixed .main-menu__wrap {
  padding: 10px 0;
  background: unset;
}
.header._header_fixed .header__logo-copy {
  display: block;
}
.header._header_fixed .header__logo-copy a,
.header._header_fixed .header__logo-copy a:hover {
  color: #fff;
}
.header._header_fixed .main-menu {
  align-items: center;
}
.header._header_fixed .main-menu > .main-menu-item > span,
.header._header_fixed .main-menu > .main-menu-item > a,
.header._header_fixed .main-menu .main-menu-item__parent-toggle {
  color: #fff;
}
.header._header_fixed .main-menu li:nth-child(5) {
  order: 10;
}
.header._header_fixed ul.portfolio-menu {
  left: -372px !important;
}

.header__button-groups {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #e6ebeb;
  position: relative;
  align-items: center;
}
@media (min-width: 992px) {
  .header__button-groups {
    width: auto;
    justify-content: flex-end;
    margin-right: -12px;
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }
}

.header-icon__container {
  z-index: 10;
  display: inline-block;
  transition: 0.3s;
  vertical-align: middle;
  position: static;
  justify-self: flex-start;
  margin-left: 15px;
}
.header-icon__container:first-child {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .header-icon__container {
    margin-left: 18px;
    position: relative;
  }
}

@media (min-width: 992px) {
  .header-icon__container-phone {
    display: none;
  }
}

.header-icon {
  color: #000;
  text-decoration: none;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: 0s;
  position: relative;
}
.header-icon:hover, .header-icon:focus, .header-icon:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .header-icon {
    width: 54px;
    height: 54px;
  }
}
.header-icon:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 38px;
  height: 38px;
  content: "";
  transition: all 0.3s ease-in-out;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  opacity: 0;
  background: linear-gradient(45deg, #336eb1 0%, rgba(51, 110, 177, 0) 100%);
}
.header-icon:before i {
  font-size: 22px;
}
@media screen and (min-width: 1200px) {
  .header-icon:before {
    width: 45px;
    height: 45px;
  }
}
.header-icon:hover {
  color: #fff;
}
.header-icon:hover:before {
  opacity: 1;
}
.header-icon--active {
  color: #fff;
}
.header-icon--active:before {
  opacity: 1;
}
.header-icon--active:focus, .header-icon--active:hover {
  color: #fff;
}

.header-icon__popup {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 26px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  min-width: 290px;
  z-index: 10;
  left: 0;
  top: 100%;
}
@media screen and (min-width: 520px) {
  .header-icon__popup {
    min-width: 475px;
  }
}
@media screen and (min-width: 992px) {
  .header-icon__popup {
    transform: translate3d(-70%, 14px, 0);
  }
}
.header-icon__popup--active {
  display: block;
}

.header-icon-popup__title {
  text-align: left;
  font-weight: 300;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .header-icon-popup__title {
    font-size: 24px;
  }
}

/* SEARCH */
.search-form {
  width: 100%;
  min-height: 34px;
  display: flex;
  margin: 0;
}

.search-form__field {
  min-height: 36px;
  height: 100%;
  width: 100%;
  border: 1px solid #3670af;
  border-right: 0;
  border-radius: 3px 0 0 3px;
  padding: 3px 10px;
}

.search-form__submit {
  min-height: 36px;
  height: 100%;
  width: 60px;
  border-radius: 0 3px 3px 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-form__submit .icon-search {
  font-size: 20px;
}

/* CALLBACK */
.header-callback-popup {
  text-align: center;
}
.header-callback-popup.header-icon__popup {
  min-width: 320px;
}
.header-callback-popup .btn {
  width: 100%;
  font-size: 16px;
  height: 48px;
  padding: 12px 0;
  text-align: center;
}
.header-callback-popup .phone {
  color: #333;
}
.header-callback-popup .phone__desc {
  margin-bottom: 20px;
  display: block;
  color: #333;
}

.mp-header .header-callback-popup .phone {
  color: #333;
}
.mp-header .header-callback-popup .phone__desc {
  color: #333;
}

/* CONSULT */
.header-consult-popup .privacy-policy__msg {
  color: #838383;
}
@media screen and (min-width: 992px) {
  .header-consult-popup {
    transform: translate3d(-80%, 14px, 0);
  }
}

.pop-up__submit {
  margin-top: 0;
  width: 100%;
  padding: 12px 0 !important;
  font-size: 16px;
}

/* MAILING */
.header-mailing-popup {
  transform: translate3d(-50%, 0px, 0);
}
@media screen and (min-width: 768px) {
  .header-mailing-popup {
    transform: translate3d(-80%, 14px, 0);
  }
}
.header-mailing-popup .header-icon-popup__title {
  margin-bottom: 20px;
}

.subscribe-rubric {
  display: flex;
  margin-bottom: 15px;
}

.subscribe-rubric__checkbox.checkbox_custom {
  margin-top: 0;
  margin-bottom: 0;
}

.subscribe-rubric__desc {
  font-size: 14px;
}

.subscribe-rubric__text {
  color: #919191;
}

.phone {
  display: block;
  transition: 0.4s;
  text-decoration: none;
  line-height: 1;
  font-size: 32px;
  color: #000;
  font-weight: 300;
  white-space: nowrap;
}
.phone:hover, .phone:focus {
  text-decoration: none;
}

.phone__desc {
  margin-top: 0;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  white-space: nowrap;
}

.main-menu__wrap {
  width: 100%;
  position: absolute;
  top: 61px;
  left: 0;
  z-index: 999;
  background-color: #fff;
  transition: max-height 500ms ease;
  overflow: auto;
  max-height: 0;
}
.main-menu__wrap.active {
  max-height: 999px;
}
@media screen and (min-width: 992px) {
  .main-menu__wrap {
    max-height: none;
    position: static;
    background: none;
    overflow: visible;
    border-top: 1px solid #e6ebeb;
  }
}

.main-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  flex-direction: column;
  margin: 0;
  padding: 4px 15px 0 15px;
  position: relative;
  /* only first lvl */
}
.main-menu .portfolio-menu-child-menu-item__img {
  display: none;
}
@media screen and (min-width: 992px) {
  .main-menu {
    flex-direction: row;
    padding: 0 15px;
  }
}
.main-menu > li:last-child > ul {
  right: 0;
  left: auto;
}
.main-menu > .main-menu-item > span, .main-menu > .main-menu-item > a {
  border-bottom: 1px solid #afc9e6;
}
@media (min-width: 992px) {
  .main-menu > .main-menu-item > span, .main-menu > .main-menu-item > a {
    border-bottom: 0;
  }
}
.main-menu > .main-menu-item:last-child.active > .main-menu__child-menu {
  margin-bottom: 15px;
}
.main-menu > .main-menu-item:last-child > a {
  border-bottom: none;
}

.main-menu-item {
  margin: 0;
  padding: 0;
}
.main-menu-item > span, .main-menu-item > a {
  cursor: pointer;
  display: block;
  font-size: 16px;
  color: #000;
  padding: 18px 0;
  text-decoration: none;
}
.main-menu-item.main-menu-item__parent.active {
  position: relative;
}
.main-menu-item.main-menu-item__parent.active ul {
  z-index: 300;
}
.main-menu-item.main-menu-item__parent span,
.main-menu-item.main-menu-item__parent a {
  display: flex;
  align-items: center;
}
.main-menu-item.main-menu-item__parent span span,
.main-menu-item.main-menu-item__parent a span {
  padding-right: 5px;
}
.main-menu-item.main-menu-item__parent .main-menu-item a {
  padding: 8px 0 8px 10px;
}
@media screen and (min-width: 768px) {
  .main-menu-item.main-menu-item__parent .main-menu-item a {
    padding: 8px;
  }
}
@media screen and (min-width: 992px) {
  .main-menu-item > span, .main-menu-item > a {
    color: #000;
    font-size: 14px;
  }
}

.main-menu-item__parent-toggle {
  width: 16px;
  height: 16px;
  background-color: transparent;
  border: none;
  transition: all 200ms ease;
  padding: 0;
  margin: 0;
  font-family: "icomoon", sans-sarif !important;
  color: #336eb1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-menu-item__parent-toggle:before {
  content: "\e909";
  font-size: 6px;
}

/* 2nd - menu lvl */
ul.main-menu__child-menu {
  display: flex;
  background-color: #edf2f8;
  margin: 0;
  padding: 0 0 0 15px;
  list-style: none;
  flex-direction: column;
  border-radius: 0 0 4px 4px;
  transition: all 400ms ease;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
}
ul.main-menu__child-menu a:hover {
  color: #224976;
  text-decoration: underline;
}
ul.main-menu__child-menu li:before {
  content: none;
}
ul.main-menu__child-menu li ul {
  border-top: 0;
  padding-bottom: 6px;
}
ul.main-menu__child-menu li ul li a {
  color: #000;
}
@media (min-width: 992px) {
  ul.main-menu__child-menu {
    top: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 0;
    min-width: 200px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    border-radius: 5px;
    transform: translateY(200px);
    max-height: none;
  }
  ul.main-menu__child-menu a {
    color: #336eb1;
    font-weight: 500;
  }
}

.main-menu__item.active ul.main-menu__child-menu ul {
  opacity: 1;
  visibility: visible;
  max-height: none;
  position: relative;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.main-menu__item.active ul.main-menu__child-menu ul a {
  font-weight: 300;
}

/* Active menu item */
.main-menu__item.active {
  /* 2nd - menu lvl */
}
.main-menu__item.active > a {
  color: #146bc2;
}
.main-menu__item.active > a .main-menu-item__parent-toggle {
  transform: rotate(-180deg);
}
.main-menu__item.active > ul.main-menu__child-menu {
  opacity: 1;
  max-height: 999px;
}
@media screen and (min-width: 992px) {
  .main-menu__item.active ul.main-menu__child-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    max-height: none;
  }
}

/* Portfolio */
@media (min-width: 992px) {
  ul.portfolio-menu {
    background-color: #fff;
    padding: 15px;
    border-top: 0;
    box-shadow: 0 38px 43px 0 rgba(16, 37, 60, 0.39);
    border-radius: 0;
    font-size: 16px;
    width: 940px;
    top: 100%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  ul.portfolio-menu {
    width: 1140px;
  }
}
@media (min-width: 992px) {
  ul.portfolio-menu .portfolio-menu-item {
    background-color: #edf2f8;
    margin-bottom: 15px;
    border-radius: 4px;
    padding: 8px 15px 15px 15px;
  }
  ul.portfolio-menu .portfolio-menu-item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  ul.portfolio-menu .portfolio-menu-item__children {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: static;
    background: none;
    box-shadow: none;
  }
}
@media (min-width: 992px) {
  a.portfolio-menu-item__name {
    color: #146bc2;
    width: 100%;
    border-bottom: 1px solid #d1e1f1;
    padding: 0 0 10px 0;
    display: flex;
    align-items: center;
  }
  a.portfolio-menu-item__name:hover {
    text-decoration: none !important;
  }
  a.portfolio-menu-item__name .main-menu-item__parent-toggle {
    transform: rotate(-90deg);
  }
}
@media (min-width: 992px) {
  .portfolio-menu-child-menu-item {
    padding: 20px 25px 5px 15px;
    min-width: 200px;
    display: flex;
    align-content: center;
  }
  .portfolio-menu-child-menu-item.mobile {
    display: none;
  }
  .portfolio-menu-child-menu-item a {
    display: flex;
    align-items: center;
    max-width: 200px;
    font-size: 14px;
    text-decoration: none;
    color: #000;
  }
  .portfolio-menu-child-menu-item a:hover {
    color: #146bc2;
  }
  .portfolio-menu-child-menu-item .portfolio-menu-child-menu-item__img {
    display: block;
  }
  .portfolio-menu-child-menu-item svg {
    display: none;
    width: 40px;
    margin-right: 18px;
  }
  .portfolio-menu-child-menu-item svg * {
    fill: #146bc2;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .portfolio-menu-child-menu-item svg {
    display: block;
  }
}
@media (min-width: 992px) {
  .portfolio-menu-child-menu-item:hover svg * {
    fill: #c5a67d;
  }
}
footer {
  margin-top: 60px;
  margin-bottom: 60px;
  font-size: 14px;
  width: 100%;
  float: left;
}
@media (min-width: 768px) {
  footer {
    font-size: 16px;
    margin-bottom: 160px;
  }
}
@media (min-width: 992px) {
  footer {
    margin-bottom: 60px;
  }
}

.footer__logo {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.footer__logo .icon-logo {
  font-size: 40px;
  color: #000;
}

.footer__contacts {
  margin-bottom: 20px;
}
.footer__contacts .icon {
  margin-bottom: 20px;
  text-align: center;
}
.footer__contacts .icon svg {
  width: 16px;
  margin-right: 15px;
}
.footer__contacts .icon svg path {
  fill: #cbb08c;
}
@media screen and (min-width: 992px) {
  .footer__contacts .icon {
    text-align: left;
  }
}

.footer__socnet {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.footer__socnet .soc-networs {
  margin-bottom: 40px;
}
.footer__socnet .copy {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .footer__socnet .copy {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .footer__socnet {
    align-items: flex-start;
  }
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 2;
}
.footer-menu li {
  margin-bottom: 20px;
}
.footer-menu a {
  color: inherit;
  text-decoration: none;
}

.soc-networs {
  display: flex;
}

.soc-networs__link {
  background-color: #676f75;
  display: flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-right: 20px;
}
.soc-networs__link svg {
  width: 20px;
  height: 20px;
}
.soc-networs__link svg path {
  fill: #fff;
}
.soc-networs__link:last-child {
  margin-right: 0;
}

.cookie-popup {
  position: fixed;
  bottom: 60px;
  background-color: #336eb1;
  color: #fff;
  padding: 15px;
  border-radius: 8px;
  z-index: 999;
  font-size: 12px;
  text-align: center;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: calc(100% - 30px);
}
.cookie-popup a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .cookie-popup {
    max-width: 768px;
  }
}

.cookie-popup__footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.cookie-popup__ok {
  width: auto;
  padding: 5px 39px;
}

.whatsapp-link {
  position: fixed;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 100%;
  right: 20px;
  bottom: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 32px 0 rgba(51, 110, 177, 0.32);
  z-index: 20;
}
@media (min-width: 768px) {
  .whatsapp-link {
    right: 20px;
    bottom: 180px;
  }
}
@media (min-width: 992px) {
  .whatsapp-link {
    right: 20px;
    bottom: 64px;
  }
}
@media screen and (min-width: 992px) {
  .whatsapp-link {
    width: 50px;
    height: 50px;
  }
}
@keyframes example {
  from {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  to {
    opacity: 0;
    width: 200%;
    height: 200%;
  }
}
.whatsapp-link:before {
  content: "";
  background-color: transparent;
  border: 1px solid #25d366;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 100%;
  animation-name: example;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
.whatsapp-link:after {
  content: "";
  background-color: transparent;
  border: 1px solid #25d366;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 100%;
  animation-name: example;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: 0.75s;
}

.whatsapp-link__icon {
  width: 50%;
  height: 50%;
  position: relative;
}
.whatsapp-link__icon:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: red;
  border-radius: 100%;
  position: absolute;
  right: -8px;
  top: -8px;
}
.whatsapp-link__icon svg {
  max-width: 100%;
  height: auto;
  fill: #25d366;
}

.bread-crumb {
  display: none;
  position: relative;
  padding-top: 7px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .bread-crumb {
    display: block;
  }
}
.bread-crumb ul {
  margin: 0;
  padding: 0 !important;
  list-style-type: none;
}
.bread-crumb li {
  display: inline-block;
  margin: 0 !important;
}
.bread-crumb li:before {
  display: none !important;
}
.bread-crumb li:last-child .bread-crumb__link:after {
  display: none;
}

.bread-crumb__link {
  position: relative;
  display: inline-block;
  padding: 0 26px 0 0;
  text-decoration: underline;
  color: #82aad5;
  font-size: 14px;
  font-weight: 300;
  line-height: 23px;
}
.bread-crumb__link:focus, .bread-crumb__link:hover {
  text-decoration: none;
  color: #82aad5;
}
.bread-crumb__link:after {
  position: absolute;
  top: calc(50% - 2.5px);
  right: 10px;
  width: 5px;
  height: 5px;
  content: "";
  background: url("/local/templates/new_main//images/breadcrumb.svg") no-repeat;
}
.bread-crumb__link--active {
  text-decoration: none;
  color: #b7b7b7;
}

/* bread-crumb_other */
.bread-crumb_other .bread-crumb__link:after {
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: url("/local/templates/new_main//images/breadcrumb-grey.png") no-repeat;
}
.bread-crumb_other .bread-crumb__link_active {
  color: #333;
}
.bread-crumb_other .bread-crumb__link_active:focus:hover {
  color: #333;
}
.bread-crumb_other .bread-crumb__link_active {
  text-decoration: none;
  color: #b7b7b7;
}
.bread-crumb_other .bread-crumb__link_active:focus, .bread-crumb_other .bread-crumb__link_active:hover {
  text-decoration: none;
  color: #b7b7b7;
}

/* bread-crumb-light */
.bread-crumb-light .bread-crumb__link {
  color: #f7f9fc;
}
.bread-crumb-light .bread-crumb__link:after {
  background: url("/local/templates/new_main//images/breadcrumb-light.svg") no-repeat;
}
.bread-crumb-light .bread-crumb__link--active {
  color: #b6b6b7;
}

/* Page banner */
.page-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  padding-bottom: 23px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  overflow: visible;
  padding-top: 40px;
}
.page-banner .container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  min-height: 350px;
  max-width: 100%;
  flex-grow: 1;
}
.page-banner .container:before, .page-banner .container:after {
  content: none;
}
@media (min-width: 768px) {
  .page-banner .container {
    min-height: 450px;
  }
}
@media screen and (min-width: 768px) {
  .page-banner .btn {
    font-size: 18px;
  }
}
.page-banner .bread-crumb {
  margin-bottom: 30px;
}
.page-banner .content-header {
  color: #fff;
  text-align: left;
  flex-grow: 1;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
}
.page-banner .content-header__title {
  margin-bottom: 0;
  color: #fff;
}
.page-banner .content-header__subtitle {
  font-size: 26px;
  font-weight: 300;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .page-banner {
    padding-top: 0;
  }
}
.page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(56, 63, 73, 0.8);
  z-index: 0;
}

/* Title */
.content-header {
  text-align: center;
  z-index: 1;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .content-header {
    font-size: 20px;
    margin: 20px 0;
  }
}

.content-header__title {
  font-size: 32px;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .content-header__title {
    font-size: 48px;
  }
}

.content-header__subtitle {
  font-size: 24px;
  font-weight: 100;
}

.mp-header {
  position: relative;
  height: 85vh;
  /* .header-slider-item */
  /* .header-slider-ui */
}
.mp-header .header {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.mp-header .header-slider.slick-initialized .header-slider-item {
  display: flex;
}
.mp-header .header-slider-item {
  height: 85vh;
  color: #fff;
  align-items: center;
  display: none;
  overflow: hidden;
  position: relative;
}
.mp-header .header-slider-item:before {
  content: "";
  background: #383f49;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0.8;
  z-index: 1;
}
.mp-header .header-slider-item .container {
  position: relative;
  z-index: 10;
}
.mp-header .header-slider-item:first-child {
  display: flex;
}
.mp-header .header-slider-item__bg {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.mp-header .header-slider-item__content {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 768px) {
  .mp-header .header-slider-item__content {
    display: block;
    text-align: left;
  }
}
.mp-header .header-slider-item__title {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .mp-header .header-slider-item__title {
    font-size: 60px;
    margin-bottom: 20px;
  }
}
.mp-header .header-slider-item__slogan {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mp-header .header-slider-item__slogan {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.5;
  }
}
.mp-header .header-slider-item__nav {
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .mp-header .header-slider-item__nav {
    display: flex;
    flex-direction: column;
  }
}
.mp-header .header-slider-item__nav-item {
  background-color: red;
  margin-bottom: 15px;
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: linear-gradient(-45deg, #a4c3e3, #ecf2f2);
  transform: rotate(45deg);
}
.mp-header .header-slider-item__nav-item--current {
  width: 12px;
  height: 12px;
  background: #146bc2;
  margin-bottom: 15px;
}
.mp-header .header-slider-ui {
  position: absolute;
  bottom: 30px;
  width: 100%;
  z-index: 5;
  display: flex;
}
.mp-header .header-slider-ui .container {
  position: relative;
  display: flex;
  top: 0;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .mp-header .header-slider-ui .container {
    width: 100%;
  }
}
.mp-header .header-slider-ui__scroll-down {
  position: absolute;
  justify-self: center;
  bottom: 0;
  background-color: transparent;
  border: none;
  height: 60px;
  width: 14px;
  background-image: url(/local/templates/new_main//images/icons-scroll-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.mp-header .header-slider-ui__socnet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: auto;
  display: none;
}
.mp-header .header-slider-ui__socnet .soc-networs__link {
  background: none;
}
@media (min-width: 768px) {
  .mp-header .header-slider-ui__socnet {
    right: 15px;
    left: auto;
    display: block;
  }
}
.mp-header .header-slider-ui__dots-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  height: 0;
}
.mp-header .header-slider-ui__dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.mp-header .header-slider-ui__dots .slick-dots li {
  list-style: none;
}
.mp-header .header-slider-ui__dots .slick-dots li button {
  background-color: #7e868b;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
}
.mp-header .header-slider-ui__dots .slick-dots li button:before {
  content: none;
}
.mp-header .header-slider-ui__dots .slick-dots li.slick-active button {
  background-color: #146bc2;
}
.mp-header .header-slider-ui__arrow {
  position: absolute;
  width: 28px;
  height: 28px;
  bottom: 15px;
  background-color: transparent;
  background-size: contain;
  border: none;
}
@media (min-width: 768px) {
  .mp-header .header-slider-ui__arrow {
    display: none;
  }
}
.mp-header .header-slider-ui__prev {
  right: 15px;
  background-image: url(/local/templates/new_main//images/slick-arrow-right.svg);
}
.mp-header .header-slider-ui__next {
  left: 15px;
  background-image: url(/local/templates/new_main//images/slick-arrow-left.svg);
}
.mp-header .header-slider-item__btn {
  width: 100%;
  max-width: 290px;
  padding: 8px 20px;
}
@media (min-width: 768px) {
  .mp-header .header-slider-item__btn {
    padding: 12px 30px;
  }
}
.mp-header .header__logo {
  color: #fff;
}
.mp-header .header-icon {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .mp-header .main-menu__wrap {
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 0;
  }
}
.mp-header .mobile-menu__toggle .icon-bar {
  background-color: #fff;
}
.mp-header .header__button-groups {
  border-top: 1px solid rgba(230, 235, 235, 0.5);
}
@media screen and (min-width: 992px) {
  .mp-header .main-menu > .main-menu__item > span, .mp-header .main-menu > .main-menu__item > a {
    color: #fff !important;
  }
  .mp-header .main-menu > .main-menu__item > span .main-menu-item__parent-toggle, .mp-header .main-menu > .main-menu__item > a .main-menu-item__parent-toggle {
    color: #fff;
  }
}
.mp-header .header-container__container {
  min-height: 85vh;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.mp-header .phone {
  color: #fff;
}
.mp-header .phone__desc {
  color: #fff;
}

.about-us__label {
  position: relative;
  float: left;
  width: 360px;
  height: 204px;
  margin-top: 6px;
  margin-right: 33px;
  margin-bottom: 0;
  padding: 25px;
  padding-top: 20px;
  transition: 0.5s;
  border-width: 15px;
  border-style: solid;
  border-color: #eff3f3;
  border-radius: 3px;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}
.about-us__label a {
  position: absolute;
  bottom: 35px;
  left: 25px;
  display: block;
  transition: 0.3s;
  text-decoration: underline;
  color: #336eb1;
  font-size: 14px;
  font-weight: 300;
}
.about-us__label a:hover, .about-us__label a:focus {
  text-decoration: none;
  color: #336eb1;
}
@media (max-width: 400px) {
  .about-us__label {
    width: 100%;
    max-width: none;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 1200px) and (min-width: 401px) {
  .about-us__label {
    width: auto;
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  .about-us__label {
    height: 150px;
  }
}

.adv-articles-section {
  margin-bottom: 80px;
}

/*
 * Colors
 */
/*
 * Scroll
 */
#what-we-do {
  padding-top: 80px;
}
#what-we-do h1 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 0;
}
@media (min-width: 992px) {
  #what-we-do h1 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  #what-we-do h1 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  #what-we-do h1 {
    font-size: 34px;
  }
}

.mp-service-list__nav {
  counter-reset: mpServicesNav;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.mp-service-list__nav-item {
  counter-increment: mpServicesNav;
  display: block;
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
}
.mp-service-list__nav-item--active .mp-service-list__nav-item-link {
  color: #fff;
  background-color: #336eb1;
  border-radius: 5px 5px 0 0;
}
.mp-service-list__nav-item--active .mp-service-list__nav-item-link:after {
  background-image: url(/local/templates/new_main//images/slick-arrow-down--white.svg);
  transform: rotate(180deg);
}
.mp-service-list__nav-item--active .mp-service-list__text {
  max-height: 500px;
  padding: 20px;
}

.mp-service-list__nav-item-link {
  display: flex;
  color: #336eb1;
  background-color: #fff;
  width: 100%;
  font-size: 18px;
  border: 1px solid #336eb1;
  padding: 10px 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  align-items: center;
}
.mp-service-list__nav-item-link:before {
  content: "0" counter(mpServicesNav);
  padding-right: 15px;
  position: absolute;
  font-weight: 900;
  font-size: 50px;
  opacity: 0.1;
  bottom: -8px;
  line-height: 1;
}
.mp-service-list__nav-item-link:after {
  content: "";
  display: block;
  background-image: url(/local/templates/new_main//images/slick-arrow-down--blue.svg);
  background-repeat: no-repeat;
  background-position: center center;
  width: 16px;
  height: 16px;
}

.mp-service-list__text {
  text-align: justify;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 10px 20px 0 rgba(0, 112, 178, 0.2);
  max-height: 0;
  overflow: auto;
  transition: max-height ease 600ms;
  font-size: 16px;
}
@media (min-width: 768px) {
  .mp-service-list__text {
    font-size: 16px;
  }
}

.mp-service-list__preview {
  display: none;
}
.mp-service-list__preview--active {
  display: block;
}

.mp-service-list__preview-slider {
  position: relative;
}
.mp-service-list__preview-slider .slick-list {
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
}
.mp-service-list__preview-slider .slick-track {
  display: flex !important;
}
.mp-service-list__preview-slider .slick-slide {
  height: inherit !important;
}

.mp-service-list__preview-slider-nav {
  display: flex;
  flex-direction: row;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mp-service-list__preview-slider-nav .slick-arrow {
  top: auto;
  transform: none;
  background-size: contain;
  height: 32px;
  position: relative;
}
.mp-service-list__preview-slider-nav .slick-dots {
  position: relative;
  bottom: auto;
}

.mp-service-list__preview-slider-item {
  display: none;
}

.mp-service-list__preview-banner {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
  display: flex !important;
  align-items: flex-end;
  position: relative;
  background-size: cover;
  min-height: 400px;
}
@media screen and (min-width: 400px) {
  .mp-service-list__preview-banner {
    min-height: 500px;
  }
}
.mp-service-list__preview-banner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0.6;
  background-image: linear-gradient(18deg, rgb(0, 112, 178) 0%, rgb(201, 201, 191) 0%, rgb(255, 255, 255) 0%, rgb(26, 53, 68) 0%, rgba(26, 53, 68, 0.50196) 39%, rgba(26, 53, 68, 0) 73%, rgba(26, 53, 68, 0) 99%, rgb(26, 53, 68) 100%);
}
.mp-service-list__preview-banner .mp-service-list__preview-banner-btn-wrap {
  position: relative;
  padding: 15px 10% 30px 10%;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 321px) {
  .mp-service-list__preview-banner .mp-service-list__preview-banner-btn-wrap {
    padding: 15px 20% 30px 20%;
  }
}

.mp-service-list__preview-banner-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
}

/*****************************************/
/*                 Mobile                */
/*****************************************/
.mp-service-list-mobile .mp-service-list__preview {
  display: block;
}

.mp-service-list__nav-item--active .mp-service-list__content {
  max-height: 9999px;
}

.mp-service-list__content {
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 0 0 10px 10px;
  max-height: 0;
  overflow: hidden;
}

.mp-service-list-mobile {
  background-color: #fff;
}
.mp-service-list-mobile .mp-service-list__text {
  background: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.mp-service-list-mobile .mp-service-list__preview {
  padding-bottom: 15px;
}
.mp-service-list-mobile .mp-service-list__preview-banner {
  max-height: 200px;
}
.mp-service-list-mobile .project {
  font-size: 16px;
}
.mp-service-list-mobile .project .project__prop {
  padding-top: 5px;
}
.mp-service-list-mobile .project .project__prop dd, .mp-service-list-mobile .project .project__prop dt {
  padding-bottom: 5px;
}

/*
 * Colors
 */
/*
 * Scroll
 */
#how-we-do {
  padding-top: 80px;
  counter-reset: howWeDo;
  margin-bottom: 60px;
}
#how-we-do h2 {
  margin-bottom: 60px;
}

.how-we-do-item {
  counter-increment: howWeDo;
  position: relative;
  margin-bottom: 30px;
}
.how-we-do-item:before {
  content: ".0" counter(howWeDo);
  position: absolute;
  font-weight: bold;
  color: #cfad8a;
  padding: 30px;
  z-index: 1;
  font-size: 42px;
}

.how-we-do-item__img {
  position: relative;
  z-index: 0;
  width: 100%;
}

.how-we-do-item__title {
  font-size: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  font-weight: bold;
  padding-left: 30px;
  padding-bottom: 30px;
  color: #fff;
}

/*
 * Colors
 */
/*
 * Scroll
 */
.mp-form__wrap {
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.mp-form__img-wrap {
  width: 100%;
  min-height: 300px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .mp-form__img-wrap {
    width: 50%;
  }
}

.mp-form__img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media (min-width: 768px) {
  .mp-form__img {
    position: absolute;
  }
}

.mp-form__form-wrap {
  padding: 45px 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .mp-form__form-wrap {
    width: 50%;
  }
}

.mp-form__form-title {
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 500;
}

.mp-form__form-submit {
  padding: 8px 0;
}

/*
 * Colors
 */
/*
 * Scroll
 */
.why-we {
  margin-bottom: 60px;
}

.why-we__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 60px;
}

/* why-we-item */
.why-we-item {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .why-we-item {
    margin-bottom: 0;
    width: 33.3%;
  }
}

.why-we-item__title {
  display: flex;
  align-items: center;
}

.why-we-item__value {
  color: #336eb1;
  font-size: 40px;
}
@media (min-width: 1200px) {
  .why-we-item__value {
    font-size: 60px;
  }
}

.why-we-item__icon {
  width: 65px;
  fill: #d2b394;
  padding-right: 15px;
}

.why-we-item__desc {
  font-size: 18px;
}

/*
 * Colors
 */
/*
 * Scroll
 */
.instagram {
  width: 100%;
  margin-bottom: 60px;
  background-color: #fff;
  padding-bottom: 80px;
  padding-top: 80px;
}
.instagram h2 {
  margin-top: 0;
}

.instagram-media {
  margin-left: -15px;
  margin-right: -15px;
}

.instagram-media__item-wrap {
  display: block;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}

.instagram-media__item {
  padding: 0 15px;
  position: relative;
  height: 0;
  padding-top: 100%;
  width: 100%;
  display: block;
}
.instagram-media__item img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.instagram__title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.instagram__nav {
  display: flex;
  align-items: center;
}
.instagram__nav .slick-prev,
.instagram__nav .slick-next {
  position: static;
  transform: none;
  opacity: 1;
}

.instagram__counter {
  color: #336eb1;
  font-size: 18px;
}

.instagram__counter-current {
  color: #d2b394;
  font-size: 24px;
}

/*
 * Colors
 */
/*
 * Scroll
 */
.mp-map {
  position: relative;
  z-index: 10;
  height: 400px;
  background-image: url(/local/templates/new_main//images/locader.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .mp-map {
    height: 600px;
  }
}
.mp-map [class$=map-copyrights-promo] {
  position: relative;
  z-index: 0;
}
.mp-map .ymaps-2-1-76-copyright {
  display: none;
}

.mp-map-balloon {
  float: left;
  position: absolute;
  z-index: 9999999;
  width: 320px;
  min-height: 300px;
}
@media (min-width: 576px) {
  .mp-map-balloon {
    width: 520px;
  }
}
@media (min-width: 768px) {
  .mp-map-balloon {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .mp-map-balloon {
    width: 960px;
  }
}
.mp-map-balloon .close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 10;
  width: 16px;
  height: 16px;
  background-image: url(/local/templates/new_main//images/icon-close.svg);
  background-size: contain;
}

.mp-map-balloon__inner {
  position: absolute;
  padding: 30px;
  background-color: rgb(243, 245, 249);
  box-shadow: 0 20px 97.52px 8.48px rgba(0, 45, 76, 0.19);
  overflow: auto;
  width: 320px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 576px) {
  .mp-map-balloon__inner {
    width: 520px;
  }
}
@media (min-width: 768px) {
  .mp-map-balloon__inner {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .mp-map-balloon__inner {
    width: 960px;
  }
}

.mp-map-balloon__content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.mp-map-balloon__loader {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/local/templates/new_main//images/locader.svg);
  background-position: center;
  background-repeat: no-repeat;
  flex-grow: 1;
}

.mp-map-balloon__title {
  margin: 0 0 0.5em 0;
}

.mp-map-projects .nav-tabs {
  margin-bottom: 20px;
}

.mp-map-projects__nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
  overflow: auto;
}
.mp-map-projects__nav .active a.btn {
  background-color: #3670af;
  color: #fff;
}
.mp-map-projects__nav.ps--active-x {
  padding-bottom: 10px;
}

.mp-map-projects__nav-btn {
  padding: 5px 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .mp-map-projects__nav-btn {
    font-size: 16px;
  }
}

.service-page .page-banner {
  margin-bottom: 60px;
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .service-page .page-banner {
    margin-bottom: 110px;
  }
}
@media (min-width: 768px) {
  .service-page .bread-crumb {
    margin-bottom: 90px;
  }
}
.service-page p {
  font-size: 14px;
}
@media (min-width: 768px) {
  .service-page p {
    font-size: 16px;
  }
}
.service-page section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.service-page section.section-first {
  padding-top: 0;
}
.service-page section.bg-white {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .service-page section.bg-white {
    padding-top: 100px;
  }
}
@media (min-width: 768px) {
  .service-page section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.service-page section:last-child {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .service-page section:last-child {
    padding-bottom: 0;
  }
}
.service-page section h2 {
  margin-top: 0;
}
.service-page section h3 {
  font-weight: 300;
}
.service-page .content-header__wrap {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .service-page .content-header__wrap {
    margin-bottom: 70px;
  }
}

.service-portfolio .review {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .service-portfolio .review {
    margin-bottom: 100px;
  }
}
.service-portfolio h2 {
  margin-bottom: 36px;
}

.page-banner__button-wrap {
  margin-bottom: 15px;
}

.cards {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 992px) {
  .cards {
    margin-bottom: -100px;
  }
}

.card__wrap {
  margin-bottom: 15px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 520px) {
  .card__wrap {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}
@media screen and (min-width: 640px) {
  .card__wrap {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }
}
@media screen and (min-width: 992px) {
  .card__wrap {
    width: 33.333333%;
    margin-left: 0;
    margin-right: 0;
  }
}

.card {
  background-color: #fff;
  border-radius: 4px;
  min-height: 120px;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  height: 100%;
}

.card__desc {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
}

.card__img {
  width: 32%;
  padding-left: 15px;
  padding-right: 15px;
}
.card__img img {
  width: 100%;
}
.card__img svg {
  width: 100%;
  height: auto;
}
.card__img svg * {
  fill: #3670af;
}

.card__title {
  font-size: 20px;
  color: #3670af;
  margin-bottom: 15px;
}

.card__text {
  font-size: 14px;
  color: #3670af;
}

.how-section {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .how-section {
    padding-bottom: 100px;
  }
}

.how h2 {
  margin-top: 0;
  margin-bottom: 60px;
}

.how-list {
  counter-reset: howitem;
  margin-left: -15px;
  margin-right: -15px;
}

/* .how-item */
.how-item {
  counter-increment: section;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 30px;
}
.how-item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .how-item {
    margin-bottom: 60px;
  }
  .how-item:nth-child(odd) .how-item__image {
    padding-right: 30px;
    order: 0;
  }
  .how-item:nth-child(odd) .how-item__desc {
    padding-left: 20px;
    order: 1;
  }
  .how-item:nth-child(even) .how-item__image {
    padding-left: 30px;
    order: 1;
  }
  .how-item:nth-child(even) .how-item__desc {
    padding-right: 20px;
    order: 0;
  }
}

.how-item__image {
  width: 100%;
  order: 1;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .how-item__image {
    width: 50%;
  }
}
.how-item__image img {
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  height: auto;
}

.how-item__desc {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 30px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .how-item__desc {
    width: 50%;
    font-size: 16px;
    margin-bottom: 0;
  }
}

.how-item__num {
  font-size: 68px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1;
}
@media (min-width: 768px) {
  .how-item__num {
    font-size: 86px;
  }
}
.how-item__num:before {
  color: #83b5da;
  content: ".0" counter(section);
}

.how-item__title {
  font-size: 18px;
  font-weight: 400 !important;
  margin-bottom: 10px;
  margin-top: 0;
}
@media (min-width: 768px) {
  .how-item__title {
    font-size: 24px;
  }
}

.how-item__text {
  margin-bottom: 5px;
  overflow: hidden;
  transition: all ease 300ms;
  max-height: 150px;
}
.how-item__text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background-image: linear-gradient(transparent, #fff);
  opacity: 0;
  transition: all ease 300ms;
}
.how-item__text--hidden {
  position: relative;
}
.how-item__text--hidden:after {
  opacity: 1;
}

.how-item__text-toggler {
  width: 100%;
  height: 26px;
  background-image: url("/local/templates/new_main//images/slick-arrow-down--blue.svg");
  background-size: auto 16px;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 5px;
  background-color: transparent;
  border: none;
  transition: all ease 300ms;
}
.how-item__text-toggler--active {
  transform: rotate(180deg);
}

.how-item__date,
.how-item__result {
  display: flex;
  margin-top: 0;
  margin-bottom: 0px;
  align-items: center;
}
.how-item__date:before,
.how-item__result:before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 5px;
  background-position: center center;
  background-size: contain;
}
@media (min-width: 768px) {
  .how-item__date,
.how-item__result {
    margin-bottom: 5px;
  }
}

.how-item__date:before {
  background-image: url("/local/templates/new_main//images/icon-calendar.svg");
}

.how-item__result:before {
  background-image: url("/local/templates/new_main//images/icon-report.svg");
}

/* service-form */
.service-form {
  display: flex;
  background-color: gray;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.service-form.question-form {
  padding: 0 !important;
}
.service-form:last-child {
  margin-bottom: 0;
}
.service-form > .container {
  z-index: 1;
}
.service-form .privacy-policy__msg {
  color: #8b8c91;
}
.service-form .privacy-policy__msg a {
  color: #fff;
}
.service-form input[type=text],
.service-form input[type=password],
.service-form input[type=email],
.service-form input[type=tel] {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  padding: 7px 15px;
}
.service-form input[type=text]::placeholder,
.service-form input[type=password]::placeholder,
.service-form input[type=email]::placeholder,
.service-form input[type=tel]::placeholder {
  opacity: 1;
  color: #fff;
}
.service-form input[type=submit] {
  background-color: #fff;
  color: #0070b2;
  padding-top: 6px;
  padding-bottom: 6px;
}

.question-form__inner {
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .question-form__inner {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.service-form__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.service-form__title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: left;
  font-weight: 300;
}
@media (min-width: 768px) {
  .service-form__title {
    font-size: 32px;
    text-align: center;
  }
}

.service-form__text {
  color: #fff;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 15px;
  text-align: left;
}
@media (min-width: 768px) {
  .service-form__text {
    font-size: 20px;
    text-align: center;
  }
}

.service-form__cont {
  width: 100%;
  display: flex;
  justify-content: center;
}

/* Adv-items */
.adv-items h2 {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: left;
}
@media (min-width: 768px) {
  .adv-items h2 {
    text-align: center;
  }
}

.adv-items__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.adv-item__wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  display: flex;
}
@media (min-width: 768px) {
  .adv-item__wrap {
    width: 33.33%;
    margin-bottom: 0;
  }
}

.adv-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
  padding: 20px;
}
@media (min-width: 1200px) {
  .adv-item {
    padding: 30px;
  }
}

.adv-item__title {
  color: #3670af;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  text-decoration: underline;
  width: 100%;
  font-size: 18px;
}
@media (min-width: 1200px) {
  .adv-item__title {
    font-size: 24px;
  }
}

.adv-items__title-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.adv-items__title-img svg {
  width: 100%;
  height: auto;
}
.adv-items__title-img svg * {
  fill: #3670af;
}
@media (min-width: 1200px) {
  .adv-items__title-img {
    width: 60px;
    height: 60px;
  }
}

.adv-item__text {
  color: #282828;
}
@media (min-width: 768px) {
  .adv-item__text {
    font-size: 16px;
  }
}

.complectation {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  background-image: url("/local/templates/new_main//images/service-dizayn-proekt-complectation.jpg");
  background-size: cover;
  min-height: 255px;
}
@media (min-width: 768px) {
  .complectation {
    min-height: 657px;
  }
}
.complectation h2 {
  margin-top: 0;
  font-size: 22px;
  font-weight: 100;
  border-bottom: 1px solid #fff;
  color: #fff;
  display: inline;
}
@media (min-width: 768px) {
  .complectation h2 {
    font-size: 40px;
  }
}
.complectation span {
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 15px;
  margin-top: 15px;
  display: block;
  color: #fff;
}
@media (min-width: 768px) {
  .complectation span {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.complectation .btn {
  width: auto;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #83b5da;
}

.faq-section h2 {
  margin-bottom: 60px;
}

/* Review */
.review {
  background-color: #fff;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 35px;
  float: left;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .review {
    margin-left: 0;
    margin-right: 0;
    border-radius: 8px;
    margin-top: 50px;
  }
}

.review__photo {
  margin-left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  box-shadow: 0 9px 21px 0 rgba(0, 112, 178, 0.14);
}
.review__photo img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .review__photo {
    width: 100px;
    height: 100px;
  }
}

.review__desc {
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;
  padding-top: 50px;
  margin-top: -70px;
}
@media (min-width: 768px) {
  .review__desc {
    margin-top: -85px;
  }
}

.review__text {
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
}
.review__text:before, .review__text:after {
  content: "";
  position: absolute;
  background-image: url(/local/templates/new_main//images/icon-quote-white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
}
@media (min-width: 768px) {
  .review__text:before, .review__text:after {
    width: 80px;
    height: 80px;
  }
}
.review__text:before {
  left: 0;
  top: 0;
  transform: translate3d(-50%, -50%, 0) rotate(180deg);
}
@media (min-width: 768px) {
  .review__text:before {
    transform: translate3d(0, -50%, 0) rotate(180deg);
  }
}
.review__text:after {
  right: 0;
  bottom: 0;
  transform: translate3d(50%, 50%, 0);
}
@media (min-width: 768px) {
  .review__text:after {
    transform: translate3d(0, 50%, 0);
  }
}
@media (min-width: 768px) {
  .review__text {
    font-size: 20px;
    max-width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
}

.review__text-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.review__author-name {
  text-align: center;
  color: #3670af;
  font-size: 14px;
}
@media (min-width: 768px) {
  .review__author-name {
    font-size: 16px;
  }
}

.review__author-position {
  color: #b3b3b3;
  text-align: center;
  font-size: 12px;
}
@media (min-width: 768px) {
  .review__author-position {
    font-size: 14px;
  }
}

.payment-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .payment-item {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}

.payment-item__img {
  max-width: 50px;
  min-width: 50px;
  min-height: 50px;
  max-height: 50px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .payment-item__img {
    max-width: 100px;
    min-width: 100px;
    min-height: 100px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.payment-item__img img {
  width: 100%;
  height: auto;
}
.payment-item__img svg {
  width: 100%;
  height: auto;
}
.payment-item__img svg * {
  fill: #3670af;
}

@media (min-width: 768px) {
  .payment-item__text {
    text-align: center;
    max-width: 60%;
    margin-bottom: 40px;
  }
}

/* Begins */
.begins__list {
  counter-reset: beginscounter;
}

.begins-item {
  counter-increment: beginscounter;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .begins-item {
    width: 33.333%;
  }
}

.begins-item__img {
  position: relative;
  width: 80px;
  height: 80px;
  padding-left: 22px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 25px;
}
.begins-item__img svg {
  width: 100%;
  height: auto;
}
.begins-item__img svg * {
  fill: #ceb696;
}
@media (min-width: 768px) {
  .begins-item__img {
    width: 120px;
    height: 120px;
  }
}
.begins-item__img:before {
  line-height: 0.7;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  color: #0072b0;
  content: ".0" counter(beginscounter);
  display: block;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .begins-item__img:before {
    font-size: 70px;
  }
}

.begins-item__title {
  font-size: 24px;
  margin-bottom: 10px;
}

.begins-item__text {
  font-size: 16px;
}

/* sostav */
.section-sostav {
  background-image: url("/local/templates/new_main//images/proektirovanie-domov/bg-sostav.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .section-sostav {
    padding-top: 100px;
    margin-bottom: 0;
  }
}
.section-sostav h2 {
  margin-bottom: 0;
}

.section-sostav__title {
  margin-bottom: 30px;
  color: #fff;
}
.section-sostav__title h2 {
  margin-bottom: 20px;
}
.section-sostav__title h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .section-sostav__title {
    margin-bottom: 60px;
  }
}

.section-sostav__title-btn-wrap {
  display: flex;
  align-items: center;
}
.section-sostav__title-btn-wrap .btn {
  padding: 10px;
}
@media (min-width: 768px) {
  .section-sostav__title-btn-wrap .btn {
    padding: 20px;
  }
}

/* Sostav-item */
.sostav-item__wrap {
  display: flex;
  margin-bottom: 30px;
}

.sostav-item {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.sostav-item__head {
  min-height: 250px;
  background-position: center center;
  background-size: cover;
  border-radius: 8px 8px 0 0;
  padding: 20px;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

.sostav-item__title {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .sostav-item__title {
    font-size: 24px;
  }
}

.sostav-item__body {
  border-radius: 0 0 8px 8px;
  min-height: 1px;
  padding: 30px;
  background-color: #fff;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  flex-grow: 1;
}
.sostav-item__body .icon {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.sostav-item__body .icon svg {
  margin-right: 8px;
  width: 16px;
  height: auto;
}
.sostav-item__body ol li {
  display: flex;
  margin-bottom: 10px;
}
.sostav-item__body ol li:before {
  margin-right: 5px;
  color: #3670af;
  width: 18px;
  text-align: center;
}
.sostav-item__body ol li span {
  display: block;
}

.sostav-item__footer a {
  color: #3670af;
  text-decoration: none;
  border-bottom: 1px dashed #3670af;
}
.sostav-item__footer a:hover {
  color: #3670af;
}

.section-risks h3 {
  margin-bottom: 60px;
}

/* risk-item */
.risk-item {
  display: flex;
  margin-bottom: 15px;
  margin-left: -15px;
  margin-right: -15px;
}

.risk-item__title {
  font-size: 24px;
}
@media (min-width: 768px) {
  .risk-item__title {
    font-size: 24px;
  }
}

.risk-item__img {
  min-width: 100px;
  max-width: 100px;
  padding-right: 15px;
  padding-left: 15px;
}
.risk-item__img svg * {
  fill: #0072b0;
}

.risk-item__desc {
  padding-right: 15px;
  padding-left: 15px;
}

.risk-item__title {
  margin-bottom: 15px;
}

.risk-item__text {
  color: #7e868d;
}

/* section-calc-form */
.section-calc-form {
  color: #fff;
  background-image: url(/local/templates/new_main//images/proektirovanie-domov/bg-form-calc.jpg);
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .section-calc-form {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
    min-height: 500px;
  }
}
.section-calc-form .send-order__form {
  margin: 0;
}
.section-calc-form h2 {
  text-align: center;
  font-weight: 300;
  font-size: 24px;
}
@media (min-width: 768px) {
  .section-calc-form h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  .section-calc-form h2 {
    font-size: 32px;
  }
}
.section-calc-form h3 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 100 !important;
}
.section-calc-form .privacy-policy {
  justify-content: center;
}
.section-calc-form .privacy-policy__msg {
  text-align: center;
  padding: 0;
}

/* winter-form */
.winter-form {
  background-image: url(/local/templates/new_main//images/proektirovanie-domov/bg-winter-form.png);
  background-position: center center;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .winter-form {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    min-height: 500px;
  }
}
.winter-form .send-order__form {
  margin: 0;
}
.winter-form h2 {
  font-weight: 300;
  font-size: 32px;
}
.winter-form h3 {
  font-weight: 100;
  margin-bottom: 40px;
  font-size: 20px;
}

/* section-prices */
.service-page section.section-prices {
  margin-bottom: 0;
}
.service-page section.section-prices .container {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
@media (min-width: 992px) {
  .service-page section.section-prices .container {
    margin-left: auto;
    margin-right: auto;
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .service-page section.section-prices .container {
    width: 1170px;
  }
}
.service-page section.section-prices h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 24px;
}
@media (min-width: 768px) {
  .service-page section.section-prices h2 {
    font-size: 32px;
  }
}

.service-price__wrap {
  display: flex;
  margin-bottom: 30px;
}

.service-price {
  width: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
  border-radius: 8px 8px;
  height: 100%;
}

.service-price__title {
  background-color: #3670af;
  width: 100%;
  color: #fff;
  padding: 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .service-price__title {
    min-height: 90px;
  }
}
@media (min-width: 768px) {
  .service-price__title {
    padding: 15px 15px;
  }
}

.service-price__title-text {
  font-size: 18px;
  text-transform: uppercase;
  width: 60%;
  display: flex;
}

.service-price__title-price {
  white-space: nowrap;
  width: 40%;
  text-align: right;
}

.service-price__body {
  background-color: #fff;
  padding: 30px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.service-price__desc {
  padding-bottom: 15px;
  flex-grow: 1;
}

.service-price__desc-title {
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.service-price__parent-price {
  width: 100%;
  border: 1px dashed #336eb1;
  display: block;
  text-align: center;
  padding: 3px 15px;
  border-radius: 5px;
}

.service-price__parent-price-plus {
  text-align: center;
  font-size: 24px;
}

.service-price__btns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.service-price__btns .btn {
  padding: 10px 15px;
}
@media (min-width: 768px) {
  .service-price__btns .btn {
    font-size: 18px;
    padding: 15px;
  }
}

.service-price__btn-wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .service-price__btn-wrap {
    width: 100%;
  }
}

.service-price__show-more-btn {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .service-price__show-more-btn {
    margin-bottom: 15px;
  }
}

/**
 * service-price__composition
 */
.service-price__composition {
  padding: 0;
  margin: 0;
}

.service-price__composition-item {
  margin-bottom: 8px;
  display: flex;
  position: relative;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}
.service-price__composition-item:before {
  content: "";
  background: linear-gradient(45deg, #336eb1 0, rgba(51, 110, 177, 0) 100%);
  width: 6px;
  height: 6px;
  transform: rotate(135deg) translateY(-50%);
  position: absolute;
  left: 0;
  top: 10px;
}

.service-price__composition-item-desc-btn {
  width: 16px;
  min-height: 16px;
  border: none;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(/local/templates/new_main//images/prices/question.svg);
}

.service-price__composition-item-desc {
  display: none;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  width: 280px;
  z-index: 10;
  box-shadow: 0 0 14px 0 rgba(0, 112, 178, 0.2);
}
.service-price__composition-item-desc--visible {
  display: block;
}
@media (min-width: 768px) {
  .service-price__composition-item-desc {
    left: auto;
    right: 0;
    transform: none;
  }
}
@media (min-width: 992px) {
  .service-price__composition-item-desc {
    left: auto;
    right: auto;
    transform: none;
  }
}

.service-price__composition-item-desc-text {
  padding: 15px;
}

.service-price__composition-item-desc-img a[data-lightbox] {
  position: relative;
  display: block;
}
.service-price__composition-item-desc-img a[data-lightbox]:hover:before {
  content: "";
  background-color: rgba(23, 143, 224, 0.2);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  align-self: center;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 0.3s ease;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.service-price__composition-item-desc-img a[data-lightbox]:hover:after {
  content: "";
  background-color: #178fe0;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  background-image: url(/local/templates/new_main//images/icon-loupe-white.svg);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}
.service-price__composition-item-desc-img a[data-lightbox]:hover:after:hover {
  width: 60px;
  height: 60px;
}

/* Popup sostav uslugi */
.sostav-item-popup .modal-content {
  background-color: transparent;
  border-radius: 8px;
}
.sostav-item-popup .modal-dialog {
  width: 290px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .sostav-item-popup .modal-dialog {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .sostav-item-popup .modal-dialog {
    width: 690px;
  }
}
@media (min-width: 992px) {
  .sostav-item-popup .modal-dialog {
    width: 910px;
  }
}
@media (min-width: 1200px) {
  .sostav-item-popup .modal-dialog {
    width: 1110px;
  }
}
.sostav-item-popup.fade.in .modal-dialog {
  transform: translate(0, 0);
  transition: transform 0.3s ease-out;
}
.sostav-item-popup.fade-prev .modal-dialog {
  transform: translate(25%, 0);
}
.sostav-item-popup.fade-next .modal-dialog {
  transform: translate(-25%, 0);
}
.sostav-item-popup .modal-title {
  font-size: 18px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .sostav-item-popup .modal-title {
    margin-bottom: 0;
    font-size: 32px;
    padding-top: 30px;
    padding-left: 200px;
    padding-right: 200px;
  }
}
.sostav-item-popup .modal-subtitle {
  font-size: 14px;
  padding: 0;
  font-weight: 300;
}
@media (min-width: 768px) {
  .sostav-item-popup .modal-subtitle {
    font-size: 18px;
    padding: 0 200px;
  }
}
.sostav-item-popup .modal-header {
  color: #fff;
  position: relative;
  border-radius: 8px 8px 0 0;
  border: none;
  min-height: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 15px;
}
@media (min-width: 768px) {
  .sostav-item-popup .modal-header {
    min-height: 250px;
  }
}
.sostav-item-popup .modal-header .close {
  position: absolute;
  z-index: 1;
  right: -30px;
  top: -30px;
  margin: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.sostav-item-popup .modal-header .close svg {
  width: 100%;
  height: auto;
  fill: #336eb1;
}
.sostav-item-popup .modal-body {
  background-color: #fff;
  border-radius: 0 0 8px 8px;
  padding: 0;
  overflow: visible;
}
@media (min-width: 768px) {
  .sostav-item-popup .modal-body {
    overflow: hidden;
  }
}
.sostav-item-popup .arrow {
  position: absolute;
  transform: rotate(90deg);
  z-index: 1;
  height: 60px;
  width: 60px;
  background-color: transparent;
  border: none;
  color: #fff;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin: 0;
  padding: 0;
  top: auto;
  bottom: 0;
}
@media (min-width: 768px) {
  .sostav-item-popup .arrow {
    width: 200px;
    top: calc(200px / 2 + 15px);
  }
}
.sostav-item-popup .arrow span {
  display: none;
}
@media (min-width: 768px) {
  .sostav-item-popup .arrow span {
    display: block;
  }
}
.sostav-item-popup .arrow:after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}
@media (min-width: 768px) {
  .sostav-item-popup .arrow:after {
    margin-left: 15px;
  }
}
.sostav-item-popup .arrow-next-price {
  right: 0;
}
@media (min-width: 768px) {
  .sostav-item-popup .arrow-next-price {
    right: -15px;
  }
}
.sostav-item-popup .arrow-next-price:after {
  background-image: url(/local/templates/new_main//images/icon-arrow-next.svg);
}
.sostav-item-popup .arrow-prev-price {
  left: 0;
}
@media (min-width: 768px) {
  .sostav-item-popup .arrow-prev-price {
    left: -15px;
  }
}
.sostav-item-popup .arrow-prev-price:after {
  background-image: url(/local/templates/new_main//images/icon-arrow-next.svg);
  transform: rotate(90deg);
}
.sostav-item-popup .slick-list {
  overflow: visible;
}
.sostav-item-popup .sostav-item-slider__title {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sostav-item-popup .sostav-item-slider__title {
    width: 550px;
  }
}
.sostav-item-popup .sostav-item-slider__title h4 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.sostav-item-popup .slick-arrow {
  background-size: 30px 30px;
  background-position: center center;
  z-index: 9;
}
@media (min-width: 768px) {
  .sostav-item-popup .slick-arrow {
    width: 200px;
  }
}
.sostav-item-popup .slick-prev {
  background-image: url(/local/templates/new_main//images/slick-arrow-left--blue.svg);
}
.sostav-item-popup .slick-next {
  background-image: url(/local/templates/new_main//images/slick-arrow-right--blue.svg);
}
.sostav-item-popup .review {
  background: none;
}

.sostav-item-popup__bg {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  display: none;
}

.sostav-item-slider__current-slide-num {
  font-size: 20px;
  color: #178fe0;
  padding-right: 3px;
}

.sostav-item-slider {
  counter-reset: sostav-item-slide;
  display: flex;
}

.sostav-item__slider {
  margin-bottom: 60px;
}
.sostav-item__slider .slick-arrow {
  height: 100%;
  background-repeat: no-repeat;
}
.sostav-item__slider .slick-arrow:before {
  content: none;
}

.sostav-item__border {
  width: 80%;
  margin: 0 10% 40px 10%;
  height: 1px;
  background-color: #e6ebeb;
}

/* sostav-item-slide */
.sostav-item-slide__wrap {
  padding: 15px;
  width: 290px;
  opacity: 1;
  transition: all ease 500ms;
}
.sostav-item-slide__wrap.slick-active {
  opacity: 1;
}
@media (min-width: 576px) {
  .sostav-item-slide__wrap {
    width: 500px;
  }
}
@media (min-width: 768px) {
  .sostav-item-slide__wrap {
    width: 550px;
    opacity: 0.2;
  }
  .sostav-item-slide__wrap.slick-active {
    opacity: 1;
  }
}

.sostav-item-slide {
  counter-increment: sostav-item-slide;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 20px 97.52px 8.48px rgba(0, 45, 76, 0.19);
}
.sostav-item-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}

.sostav-item-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  height: 100%;
  position: absolute;
  padding: 15px;
}
@media (min-width: 768px) {
  .sostav-item-slide__content {
    padding: 30px;
  }
}

.sostav-item-slide__title {
  display: flex;
  align-items: center;
}

.sostav-item-slide__title-counter {
  color: #178fe0;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .sostav-item-slide__title-counter {
    font-size: 60px;
  }
}

.sostav-item-slide__title-inner {
  margin-bottom: 3px;
  color: #fff;
}
.sostav-item-slide__title-inner a {
  color: inherit;
}

.sostav-item-slide__title-text {
  font-size: 18px;
}
@media (min-width: 768px) {
  .sostav-item-slide__title-text {
    font-size: 24px;
  }
}

.sostav-item-slide__other-prices {
  font-size: 14px;
  opacity: 0.8;
}
@media (min-width: 768px) {
  .sostav-item-slide__other-prices {
    font-size: 16px;
  }
}

.sostav-item-slide__zoom {
  background-color: rgba(23, 143, 224, 0.2);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  align-self: center;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: all 300ms ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sostav-item-slide__zoom {
    width: 120px;
    height: 120px;
  }
}
.sostav-item-slide__zoom:before {
  content: "";
  background-color: #178fe0;
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  position: absolute;
  z-index: 0;
}
@media (min-width: 768px) {
  .sostav-item-slide__zoom:before {
    width: 74px;
    height: 74px;
  }
}
.sostav-item-slide__zoom i {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
}
@media (min-width: 768px) {
  .sostav-item-slide__zoom i {
    font-size: 24px;
  }
}
.sostav-item-slide__zoom:hover, .sostav-item-slide__zoom:focus {
  transform: scale(1.1);
  text-decoration: none;
}

.sostav-item-slide__img {
  position: absolute;
  background-color: blue;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}

.sostav-item-slide__desc {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .sostav-item-slide__desc {
    font-size: 16px;
  }
}
.sostav-item-slide__desc p {
  margin: 0;
}

/* sostav-item feedback */
.sostav-item-feedback__wrap {
  padding: 0;
}
@media (min-width: 768px) {
  .sostav-item-feedback__wrap {
    padding: 70px;
  }
}

.sostav-item-feedback {
  display: flex;
  background-color: #f3f5f9;
  overflow: hidden;
  box-shadow: 0 20px 97.52px 8.48px rgba(0, 45, 76, 0.19);
  flex-wrap: wrap;
  border-radius: 0 0 8px 8px;
}
@media (min-width: 768px) {
  .sostav-item-feedback {
    border-radius: 8px;
  }
}

.sostav-item-feedback__action {
  background-image: url(/local/templates/new_main//images/sostav-item-feedback__action-bg.jpg);
  background-position: center center;
  background-size: cover;
  width: 100%;
  position: relative;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 60px 15px 15px 15px;
}
@media (min-width: 992px) {
  .sostav-item-feedback__action {
    width: 45%;
  }
}

.sostav-item-feedback__action-plus {
  background-image: url(/local/templates/new_main//images/icon-plus.svg);
  width: 24px;
  height: 24px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .sostav-item-feedback__action-plus {
    width: 40px;
    height: 40px;
  }
}

.sostav-item-feedback__action-title {
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 2;
}
@media (min-width: 768px) {
  .sostav-item-feedback__action-title {
    font-size: 24px;
  }
}
.sostav-item-feedback__action-title span {
  position: relative;
  z-index: 1;
  background-color: #0070b2;
  padding: 5px;
}

.sostav-item-feedback__form-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sostav-item-feedback__form-title {
    font-size: 22px;
  }
}

.sostav-item-feedback__form {
  width: 100%;
  padding: 15px;
}
@media (min-width: 992px) {
  .sostav-item-feedback__form {
    padding: 40px;
    width: 55%;
  }
}
.sostav-item-feedback__form .form-group {
  margin: 0;
  display: flex;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .sostav-item-feedback__form .form-group {
    margin-bottom: 0;
  }
}
.sostav-item-feedback__form .form-control {
  height: auto;
  padding: 12px 15px;
}
.sostav-item-feedback__form input[type=text] {
  padding: 10px 15px;
  border: 1px solid #3670af;
  border-radius: 0;
}
@media (min-width: 992px) {
  .sostav-item-feedback__form input[type=text] {
    height: 100%;
  }
}
.sostav-item-feedback__form input[type=submit],
.sostav-item-feedback__form .btn {
  background-color: #0070b2;
  color: #fff;
  border: 0;
}
.sostav-item-feedback__form .send-order__form {
  margin: 0;
}
.sostav-item-feedback__form .row {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sostav-item-feedback__form .row {
    margin-bottom: 30px;
  }
}

/**
 * dizayn-proekt-fasadov
 */
.page-dizayn-proekt-fasadov .section-risks {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .page-dizayn-proekt-fasadov .section-risks {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
.page-dizayn-proekt-fasadov .risk-item__wrap {
  margin-bottom: 30px;
}

.fasade-design-price__wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .fasade-design-price__wrap {
    width: 33.3%;
    margin-bottom: 0;
  }
}

.fasade-design-price {
  padding: 15px;
  color: #fff;
  border-radius: 4px;
  max-width: 400px;
  width: 100%;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.fasade-design-price:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.2) 100%);
  z-index: 0;
}
@media (min-width: 992px) {
  .fasade-design-price {
    padding: 20px;
  }
}

.fasade-design-price__title {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .fasade-design-price__title {
    flex-direction: row;
    align-items: center;
  }
}

.fasade-design-price__inner {
  position: relative;
  z-index: 1;
}

.fasade-design-price__title-text {
  font-weight: 400;
  font-size: 18px;
}

.fasade-design-price__title-price {
  font-size: 24px;
  font-weight: 300;
}

.fasade-design-price__body {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.fasade-design-price__desc {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.fasade-design-price__btn-wrap {
  display: flex;
  justify-content: flex-end;
}
.fasade-design-price__btn-wrap a {
  width: auto;
}
@media (min-width: 768px) {
  .fasade-design-price__btn-wrap a {
    padding: 12px 16px;
    font-size: 18px;
  }
}

/**
 * project-management
 */
.project-management-is {
  position: relative;
  z-index: 0;
  float: left;
  width: 100%;
}

.project-management-is__bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 30px;
  background-color: #336eb1;
  right: 0;
  left: 0;
  border-radius: 8px;
}

.project-management-is__list-wrap {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}

.project-management-is__list-arrow {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  float: left;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 10;
  border-radius: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 112, 178, 0.07);
  background-position: center center;
  background-size: 60% 60%;
}
@media (min-width: 768px) {
  .project-management-is__list-arrow {
    width: 40px;
    height: 40px;
  }
}

.project-management-is__list-right {
  right: 15px;
  background-image: url(/local/templates/new_main//images/slick-arrow-right--blue.svg);
}

.project-management-is__list-left {
  left: 15px;
  background-image: url(/local/templates/new_main//images/slick-arrow-left--blue.svg);
}

.project-management-is__list-inner {
  position: relative;
  display: flex;
  margin-bottom: 30px;
}

.project-management-is__list {
  width: 100%;
  float: left;
  padding-left: 50px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  .project-management-is__list {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.project-management-is__list.slick-dotted {
  margin-bottom: 30px;
}
.project-management-is__list .slick-track {
  display: flex;
}
.project-management-is__list .slick-list {
  border-radius: 8px;
}
.project-management-is__list .slick-dots {
  width: auto;
  margin: 0 auto;
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
@media (min-width: 768px) {
  .project-management-is__list .slick-dots {
    bottom: -40px;
  }
}

.project-management-is__item-wrap {
  padding-left: 7.5px;
  padding-right: 7.5px;
  float: none !important;
  display: flex;
  height: auto;
}

.project-management-is__item {
  background-color: #fff;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  padding: 15px;
  font-size: 16px;
  box-shadow: 0 5px 10px 0 rgba(0, 112, 178, 0.07);
}
.project-management-is__item p {
  line-height: 1.5 !important;
}
@media (min-width: 768px) {
  .project-management-is__item {
    padding: 20px;
  }
}

.project-management-is__item-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .project-management-is__item-title {
    font-size: 22px;
  }
}

.project-management-is__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 15px;
}
.project-management-is__item-icon svg {
  fill: #336eb1;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .project-management-is__item-icon svg {
    width: 50px;
    height: 50px;
  }
}

.project-management-is__item-text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .project-management-is__item-text {
    font-size: 18px;
  }
}

.project-management-is__form {
  color: #fff;
  padding: 30px;
  border-radius: 8px;
  z-index: 1;
  position: relative;
  float: left;
}

.project-management-is__form-text-1 {
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
}
@media (min-width: 768px) {
  .project-management-is__form-text-1 {
    font-size: 24px;
  }
}

.project-management-is__form-text-2 {
  font-size: 14px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .project-management-is__form-text-2 {
    font-size: 16px;
  }
}

.project-management-is__form-btn-wrap {
  display: flex;
  justify-content: center;
}

.project-management-is__form-btn {
  width: auto;
}

.for-what {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .for-what {
    padding-top: 100px;
  }
}
.for-what .begins-item {
  width: 100%;
}
@media (min-width: 768px) {
  .for-what .begins-item {
    width: 50%;
  }
}

.project-management-how {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .project-management-how {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.page-upravlenie-proektom .adv-items {
  background-color: #fff;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .page-upravlenie-proektom .adv-items {
    padding-top: 100px;
  }
}

section.decoration h3 {
  font-weight: 400;
  margin-bottom: 30px;
}

.slick-initialized .slick-slide.decoration-slider__item-wrap {
  display: flex;
  justify-content: center;
  padding-left: 5px;
  padding-right: 5px;
}

.decoration-slider__item {
  position: relative;
  overflow: hidden;
  float: left;
  border-radius: 8px;
}
.decoration-slider__item:before {
  content: "";
  width: 100%;
  height: 30%;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 100%);
  display: block;
  position: absolute;
}

.page-kuhni .decoration-slider__item {
  width: 100%;
  height: 100%;
}
.page-kuhni .decoration-slider__item:before {
  height: 100%;
}
.page-kuhni .decoration-slider__item-wrap {
  padding: 15px;
}
.page-kuhni .decoration-slider__item-label {
  padding: 15px;
  font-size: 14px;
}
@media (min-width: 1200px) {
  .page-kuhni .decoration-slider__item-label {
    font-size: 18px;
  }
}

.decoration-slider__item-label {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 15px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.decoration-slider__item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.decoration-slider__nav {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.decoration-slider__nav .slick-dots {
  position: relative;
  bottom: 0;
}
.decoration-slider__nav .slick-dots li {
  float: left;
  padding: 0;
  margin: 0 3px;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.decoration-slider__nav-arrow-prev,
.decoration-slider__nav-arrow-next {
  position: relative;
  background-position: center center;
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .decoration-slider__nav-arrow-prev,
.decoration-slider__nav-arrow-next {
    width: 32px;
    height: 32px;
  }
}

.decoration-slider__nav-arrow-next {
  background-image: url(/local/templates/new_main//images/slick-arrow-right--blue.svg);
}

.decoration-slider__nav-arrow-prev {
  background-image: url(/local/templates/new_main//images/slick-arrow-left--blue.svg);
}

@media (min-width: 768px) {
  .decoration-slider__nav-dots {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.decoration__container {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .decoration__container {
    padding-left: 15px;
    padding-right: 15px;
    width: 750px;
  }
}
@media (min-width: 992px) {
  .decoration__container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .decoration__container {
    width: 1170px;
  }
}

.decoration-slider__wrap {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .decoration-slider__wrap {
    margin-left: 0;
    margin-right: 0;
  }
}

.page-dekorirovanie .begins {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .page-dekorirovanie .begins {
    padding-top: 100px;
  }
}
.page-dekorirovanie .how-section {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .page-dekorirovanie .how-section {
    padding-top: 100px;
  }
}
.page-dekorirovanie .project-management-is {
  margin-bottom: 30px;
}

.page-kottedzh .how-section {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .page-kottedzh .how-section {
    padding-top: 100px;
  }
}
.page-kottedzh .prices-section {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .page-kottedzh .prices-section {
    padding-top: 100px;
  }
}
.page-kottedzh .prices-section ul {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-kvartiry-studii .service-portfolio {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .page-kvartiry-studii .service-portfolio {
    padding-bottom: 100px;
  }
}

.example-lnk {
  background-color: #336eb1;
  color: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.example-lnk:active, .example-lnk:focus, .example-lnk:hover {
  color: #fff;
  text-decoration: none;
}
.example-lnk svg {
  width: 32px;
  flex-shrink: 0;
  height: auto;
  fill: #fff;
  margin-right: 10px;
}

.example-lnk__wrap {
  width: 100%;
  text-align: center;
}

.consult-icon svg {
  width: 100px;
  fill: #d2b394;
}

.page-konsultatsiya .project-management-is__form-btn {
  white-space: normal;
}

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

/* Service */
.service__wrap {
  margin-bottom: 20px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.service {
  height: 100%;
  width: 100%;
  background-color: #fff;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  overflow: hidden;
}
.service:before, .service:after {
  content: "";
  width: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 120;
}
@media (min-width: 768px) {
  .service:before, .service:after {
    width: 60px;
  }
}
.service:before {
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.service:after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  right: 0;
}
.service svg path {
  fill: #3670af;
}
.service:hover {
  background-color: #3670af;
  color: #fff;
  text-decoration: none;
}
.service:hover a {
  color: #fff;
}
.service:hover svg * {
  fill: #fff;
}
.service:hover .service__child-service {
  border-color: #fff;
}
.service:hover:before {
  background-image: linear-gradient(90deg, #336eb1 0%, rgba(255, 255, 255, 0) 100%);
  left: 0;
}
.service:hover:after {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #336eb1 100%);
  right: 0;
}
.service:hover .service__child-services-wrap .slick-dots li button {
  background: #336eb1;
  border: 1px solid #fff;
}
.service:hover .service__child-services-wrap .slick-dots li.slick-active button {
  background: #fff;
}
.service:hover .service__child-services-prev {
  background-image: url(/local/templates/new_main//images/slick-arrow-left.svg);
}
.service:hover .service__child-services-next {
  background-image: url(/local/templates/new_main//images/slick-arrow-right.svg);
}
@media (min-width: 768px) {
  .service {
    font-size: 16px;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
  }
}

.service__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.service__title {
  text-align: center;
  max-width: 90%;
}

.service__img {
  margin-bottom: 0;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .service__img {
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.service__img svg {
  max-width: 32px;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .service__img svg {
    max-width: 54px;
  }
}
.service__img svg * {
  fill: #336eb1;
}

.service__child-services-wrap {
  max-width: 100%;
}
.service__child-services-wrap .service__child-services {
  margin-bottom: 0;
}
.service__child-services-wrap .service__child-services .slick-track {
  padding-bottom: 10px;
}
.service__child-services-wrap .service__child-services-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.service__child-services-wrap .service__child-services-nav .service__child-services-prev,
.service__child-services-wrap .service__child-services-nav .service__child-services-next {
  position: relative;
  opacity: 1;
  width: 10px;
  height: 10px;
  top: auto;
  left: auto;
  right: auto;
  display: block;
  transform: none;
}
.service__child-services-wrap .service__child-services-nav .slick-dots {
  position: relative;
  bottom: auto;
  line-height: normal;
}
.service__child-services-wrap .service__child-services-nav .slick-dots li {
  margin: 0 2.5px;
  width: 5px;
  height: 5px;
  display: block;
  float: left;
}
.service__child-services-wrap .service__child-services-nav .slick-dots li button {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 1px solid #336eb1;
  display: block;
}
.service__child-services-wrap .service__child-services-nav .slick-dots li.slick-active button {
  background: #336eb1;
}

.service__child-service-wrap {
  padding: 0 7.5px;
}

.service__child-service {
  padding: 5px 15px;
  border: 1px solid #336eb1;
  border-radius: 4px;
  box-shadow: 0 2px 10px 0 rgba(0, 112, 178, 0.2);
  display: flex;
  align-items: center;
}

.service__child-service-icon {
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service__child-service-icon svg {
  width: 24px;
  height: auto;
}

.services-portfolio h2 {
  margin-bottom: 35px;
}

/* FORM */
.get-order {
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
  display: flex;
  background-image: url(/local/templates/new_main//images/services/form-bg.jpg);
}
.get-order:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.get-order .privacy-policy__msg {
  color: #b6b6b7;
}
.get-order .privacy-policy__msg a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .get-order {
    padding: 32px 60px 15px 60px;
  }
}
@media screen and (min-width: 992px) {
  .get-order {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 80px;
  }
}

.get-order__inner {
  position: relative;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  padding: 45px 15px 30px 15px;
}

.get-order__column {
  position: relative;
  min-height: 1px;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .get-order__column {
    padding-left: 15px;
    padding-right: 15px;
  }
  .get-order__column--left {
    width: 60%;
    padding-top: 30px;
    padding-right: 80px;
    margin-bottom: 0;
  }
  .get-order__column--right {
    width: 40%;
  }
}

.get-order__heading {
  color: #fff;
  font-weight: 300;
  text-align: left;
  font-size: 24px;
  margin-bottom: 27px;
  line-height: 1.22;
}
@media (min-width: 992px) {
  .get-order__heading {
    font-size: 32px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.get-order__subheading {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .get-order__subheading {
    font-size: 24px;
    text-align: left;
  }
}

/* begin: bem/blocks.05-project/input-bordered/input-bordered.scss */
.input-bordered {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  border: 1px solid #fff;
  background: transparent;
  text-align: left;
  padding: 8px 10px;
  min-height: 35px;
  display: block;
  margin: 0 auto 11px auto;
}
.input-bordered::-webkit-input-placeholder {
  color: #b6b6b7;
}
.input-bordered::-moz-placeholder {
  color: #b6b6b7;
}
.input-bordered:-moz-placeholder {
  color: #b6b6b7;
}
.input-bordered:-ms-input-placeholder {
  color: #b6b6b7;
}
.input-bordered:-ms-input-placeholder {
  color: #b6b6b7;
}

.form-transparent__submit {
  padding: 6px 0;
  border-radius: 3px;
  background-color: #fff;
  border: none;
  color: #336eb1;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
}

.form-transparent__title {
  margin-top: 10px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .form-transparent__title {
    font-size: 32px;
    text-align: center;
  }
}

.form-transparent__subtitle {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #b6b6b7;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .form-transparent__subtitle {
    text-align: center;
  }
}

/**
 * complectation
 */
.complectation-list__wrap {
  position: relative;
}

.complectation-list {
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.complectation-list .slick-arrow {
  z-index: 10;
  opacity: 1;
}
.complectation-list .slick-prev {
  background-image: url(/local/templates/new_main//images/slick-arrow-left.svg);
  left: 45px;
}
.complectation-list .slick-next {
  background-image: url(/local/templates/new_main//images/slick-arrow-right.svg);
  right: 45px;
}
@media (min-width: 768px) {
  .complectation-list {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}

.complectation-list__container {
  margin: 0;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .complectation-list__container {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .complectation-list__container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .complectation-list__container {
    width: 1170px;
  }
}

.complectation-list__item-wrap {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.complectation-list__item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 400px;
  background-color: #000;
}
@media (min-width: 768px) {
  .complectation-list__item {
    height: 250px;
  }
}
.complectation-list__item:before {
  content: "";
  position: absolute;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.23) 77%, rgba(0, 0, 0, 0.1) 100%);
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .complectation-list__item {
    height: 420px;
  }
}
@media (min-width: 768px) {
  .complectation-list__item {
    height: 480px;
  }
}

.complectation-list__item-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.complectation-list__item-desc {
  position: absolute;
  z-index: 3;
  color: #fff;
  bottom: 15px;
  left: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  .complectation-list__item-desc p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .complectation-list__item-desc {
    width: 60%;
    bottom: 45px;
    left: 45px;
    right: 45px;
  }
}
@media (min-width: 992px) {
  .complectation-list__item-desc {
    width: 40%;
  }
}

.complectation-list__item-title {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .complectation-list__item-title {
    top: 45px;
    left: 45px;
    font-size: 24px;
  }
}

.complectation-list__pagenation {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  justify-content: center;
  display: none;
}
@media (min-width: 992px) {
  .complectation-list__pagenation {
    position: absolute;
    right: 45px;
    bottom: 45px;
    justify-content: flex-end;
    display: flex;
  }
}

.complectation-list__pagenation-item {
  width: 32px;
  height: 32px;
  position: relative;
  transition: all ease 400ms;
  margin-right: 15px;
  opacity: 0.6;
}
.complectation-list__pagenation-item:last-child {
  margin-right: 0;
}
@media (min-width: 992px) {
  .complectation-list__pagenation-item {
    opacity: 1;
  }
}
.complectation-list__pagenation-item svg {
  fill: #d2b394;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.complectation-list__pagenation-item--active {
  transform: scale(1.2);
  opacity: 1;
}
@media (min-width: 992px) {
  .complectation-list__pagenation-item--active svg {
    fill: #fff;
  }
}

.complectation-list__item-icon {
  width: 42px;
  height: 42px;
  position: relative;
  display: block;
  margin-right: 15px;
}
.complectation-list__item-icon svg {
  fill: #d2b394;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .adv-pluses */
section.adv-pluses {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 0;
  overflow: visible;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 0;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  section.adv-pluses {
    margin-bottom: 100px;
  }
}
section.adv-pluses:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 150px;
  top: 0;
  z-index: 1;
  background-image: url(/local/templates/new_main//images/services/complectation/adv-pluses__bg--mobile.jpg);
  background-position: center center;
  background-size: cover;
}
@media (min-width: 768px) {
  section.adv-pluses:before {
    background-image: url(/local/templates/new_main//images/services/complectation/adv-pluses__bg.jpg);
  }
}
section.adv-pluses .container {
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
  z-index: 10;
  position: relative;
  padding: 45px 15px;
}
@media (min-width: 768px) {
  section.adv-pluses .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.complectation-list__wrap {
  position: relative;
}

.adv-pluses__inner {
  padding-top: 250px;
}

.adv-pluses__title {
  text-align: center;
}

.complectation-furniture__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.complectation-furniture__list .slick-track {
  display: flex !important;
}
.complectation-furniture__list .slick-slide {
  height: inherit !important;
}

.complectation-furniture__item {
  width: 25%;
  margin: 0;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  text-align: center;
  margin-bottom: 15px;
}
.complectation-furniture__item span {
  display: flex;
  justify-content: center;
  align-items: center;
}

.complectation-furniture__item-inner {
  background-color: #fff;
  border: 2px solid #d2b394;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.complectation-furniture__item-inner span {
  text-transform: uppercase;
  flex-grow: 1;
}

.complectaion-furniture__item-image {
  margin-bottom: 5px;
  border-bottom: 1px solid #eee;
}
.complectaion-furniture__item-image svg {
  width: 80%;
  height: 80%;
  object-fit: cover;
}
.complectaion-furniture__item-image svg * {
  fill: #336eb1;
}

.adv-plus__wrap {
  width: 100%;
  margin-bottom: 30px;
  padding: 0;
}
.adv-plus__wrap:last-child {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .adv-plus__wrap {
    width: 33.33%;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  .adv-plus__wrap:last-child {
    margin-bottom: 0;
  }
}

.adv-plus__list {
  display: flex;
  flex-wrap: wrap;
}

.adv-plus__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.adv-plus__icon {
  min-width: 50px;
  min-height: 50px;
  max-height: 50px;
  max-width: 50px;
  flex-grow: 1;
  background-image: url(/local/templates/new_main//images/services/complectation/plus-sign.svg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.adv-plus__icon svg {
  object-fit: cover;
  width: 80%;
  height: 80%;
  fill: #336eb1;
}

.page-komplektatsiya .getting-section {
  padding-bottom: 0;
}
.page-komplektatsiya .adv-pluses-section {
  margin-bottom: 0;
}

.page-kvartiry .design-of-apartments .prices-row {
  margin-bottom: 30px;
}
.page-kvartiry .begins-item__text {
  font-weight: 400;
}

.service-portfolio-links {
  margin-bottom: 15px;
}

.service-portfolio-link {
  display: flex;
  flex-direction: column;
  height: 150px;
  width: 100%;
  background-color: #fff;
  align-items: center;
  justify-content: center;
  border: 2px solid #336eb1;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
}
.service-portfolio-link:hover {
  text-decoration: none;
}

.service-portfolio-link__img {
  margin-bottom: 15px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-portfolio-link__img svg {
  width: 100%;
  height: auto;
  fill: #336eb1;
}

.prices-page .page-banner {
  margin: 0;
}
.prices-page #getting {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.prices-page .faq-section h2 {
  margin-top: 0;
}
.prices-page .service-form {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .prices-page .service-form {
    margin-bottom: 60px;
  }
}
.prices-page .price-table__wrap:after {
  content: none;
}

.prices-menu__wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .prices-menu__wrap {
    padding-bottom: 0;
  }
}

@media (min-width: 768px) {
  .prices-menu {
    display: flex;
  }
}

.prices-menu-2-lvl {
  margin-bottom: 15px;
  display: flex;
  overflow: auto;
  padding-bottom: 15px;
  padding-left: 15px;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .prices-menu-2-lvl {
    padding-bottom: 0;
    padding-left: 0;
    overflow: hidden;
    margin-bottom: 40px;
  }
}
.prices-menu-2-lvl .prices-menu__item {
  width: auto;
}

.prices-menu__item {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 15px;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .prices-menu__item {
    width: auto;
  }
}

.prices-title {
  margin-top: 0;
}

#prices-table .row {
  justify-content: center;
}

.price-calc {
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.price-calc .h2 {
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 768px) {
  .price-calc {
    width: 80%;
  }
}

.service-prices {
  margin-bottom: 40px;
  justify-content: center;
}

.service-price__authors-project {
  text-align: center;
  display: block;
  font-weight: bold;
  padding: 3px;
}

.service-page .service-prices {
  margin-bottom: 0;
}

.price-calc__result {
  width: 100%;
  margin: 0 auto;
  border: 2px solid #336eb1;
  background-color: #fff;
  box-shadow: 0 20px 20px 0 rgba(0, 112, 178, 0.2);
  border-radius: 8px;
  padding: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .price-calc__result {
    width: 80%;
  }
}

.price-calc__result-title {
  text-align: center;
  font-size: 20px;
  color: #336eb1;
  text-transform: uppercase;
}

.price-calc__result-note {
  font-size: 14px;
  color: #bbb;
  text-transform: none;
  line-height: 1;
}

.price-calc__result-text {
  color: #336eb1;
}

.price-calc__result-value {
  font-size: 40px;
  font-weight: bold;
}

.price-calc__result .rouble {
  font-size: 20px;
  font-weight: bold;
}

.price-calc__radio-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type=radio].price-calc__radio {
  display: none;
}
input[type=radio].price-calc__radio + label {
  background-color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 5px;
}
input[type=radio].price-calc__radio:checked + label:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: linear-gradient(0, #4b6eae 0, #7fb1fc 100%);
  border-radius: 100%;
  display: block;
}

.price-page_description-text {
  font-size: 16px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .price-page_description-text {
    font-size: 18px;
    margin-bottom: 60px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.prices-page section {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .prices-page section {
    padding-bottom: 100px;
  }
}
.prices-page .begins-item {
  width: 100%;
}
@media (min-width: 768px) {
  .prices-page .begins-item {
    width: 50%;
  }
}

.portfolio-section-page h1 {
  text-align: left;
  margin-bottom: 30px;
}

.portfolio-sections__wrap {
  width: 100%;
  margin-bottom: 30px;
}

.portfolio-sections {
  list-style: none;
  padding: 5px;
  margin: 0;
  left: 0;
  display: flex;
}

.portfolio-section {
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #333;
  background-color: #fff;
  margin-right: 15px;
  height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(0, 45, 76, 0.03);
}
@media (min-width: 768px) {
  .portfolio-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.portfolio-section:hover {
  color: #3c68c1;
  text-decoration: none;
}
.portfolio-section--current {
  box-shadow: inset 0 0 0 2px #c5a67d;
}
.portfolio-section--current .portfolio-section__img svg * {
  fill: #c5a67d;
}

.portfolio-section__img {
  width: 40px;
  margin-right: 18px;
}
.portfolio-section__img svg {
  max-width: 100%;
}
.portfolio-section__img svg * {
  fill: #146bc2;
}

.page-portfolio__text {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .page-portfolio__text {
    margin-bottom: 100px;
  }
}

.portfolio-section-page .blog-content__text img {
  max-width: 100%;
  height: auto;
}
.portfolio-section-page .blog-content__text img[align=middle] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-section-page .blog-content__text img[align=left] {
  display: block;
  margin-left: 0;
  margin-right: auto;
}
.portfolio-section-page .blog-content__text img[align=right] {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
.portfolio-section-page .blog-content__text:empty {
  display: none;
}

.project-detail .content-header {
  margin-bottom: 30px;
  margin-top: 30px;
}
.project-detail .content-header__title {
  text-align: left;
  font-size: 40px;
}
.project-detail h2 {
  margin-bottom: 30px;
}

.project-detail__properties {
  margin-bottom: 30px;
}

/* project-detail__preview */
.project-detail__preview {
  display: flex;
  flex-direction: column;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .project-detail__preview {
    padding-right: 15px;
  }
}
@media (min-width: 992px) {
  .project-detail__preview {
    padding-right: 0;
    flex-direction: row;
  }
}

.project-detail__preview-btn-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .project-detail__preview-btn-wrap {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .project-detail__preview-btn-wrap {
    width: 25%;
    padding-left: 30px;
  }
}

.project-detail__preview-btn {
  width: 100%;
}

.project-detail__preview-props {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
@media (min-width: 992px) {
  .project-detail__preview-props {
    width: 75%;
    flex-direction: row;
    align-items: center;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .project-detail__preview-props dt {
    padding-right: 5px;
  }
}
@media (min-width: 768px) {
  .project-detail__preview-props dd {
    padding-bottom: 15px;
  }
}
@media (min-width: 992px) {
  .project-detail__preview-props dd {
    padding-right: 15px;
    padding-bottom: 0;
  }
}

.project-detail__preview-prop {
  display: flex;
  margin-right: 30px;
}
.project-detail__preview-prop dt {
  font-weight: normal;
}
.project-detail__preview-prop dd {
  font-weight: bold;
}

/*
Sldier
*/
/* .project-detail-slider */
.project-detail-slider {
  margin-bottom: 30px;
}
.project-detail-slider img {
  max-width: 100%;
  display: block;
}

.project-detail-slider__big-wrap {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
@media (min-width: 992px) {
  .project-detail-slider__big-wrap {
    width: 75%;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .project-detail-slider--no-nav .project-detail-slider__big-wrap {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.project-detail-slider__big {
  width: 100%;
  overflow: hidden;
  float: left;
}
.project-detail-slider__big.slick-initialized .project-detail-slider-big__item-wrap {
  display: block;
}
.project-detail-slider__big .project-detail-slider__item-wrap {
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
.project-detail-slider__big .project-detail-slider__item-wrap img {
  max-width: 100%;
}
.project-detail-slider__big img {
  border-radius: 8px;
}
.project-detail-slider__big.is-fly_down .project-detail-slider__item-wrap {
  transform: translateY(200px);
}
.project-detail-slider__big.is-fly_up .project-detail-slider__item-wrap {
  transform: translateY(-200px);
}

.project-detail-slider-big__item-wrap {
  display: none;
}
.project-detail-slider-big__item-wrap:first-child {
  display: block;
}

.project-detail-slider__big-item {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * project-detail-slider__nav
 */
.project-detail-slider__nav-wrap {
  width: 25%;
  float: left;
  display: none;
}
@media (min-width: 992px) {
  .project-detail-slider__nav-wrap {
    display: block;
  }
}

.project-detail-slider__nav.slick-initialized {
  display: block;
}

.project-detail-slider__nav {
  margin-right: -30px;
  margin-left: 0;
  display: none;
}
.project-detail-slider__nav.project-detail-slider__nav-multiple .project-detail-slider__nav-item-wrap {
  opacity: 0.5;
}
.project-detail-slider__nav.project-detail-slider__nav-multiple .project-detail-slider__nav-item-wrap.slick-active {
  opacity: 1;
}

.project-detail-slider__nav-item-wrap {
  border-radius: 4px;
  position: relative;
  border: none !important;
}
.project-detail-slider__nav-item-wrap.slick-current .project-detail-slider__nav-item-inner {
  box-shadow: 0 0 15px 0 rgba(47, 52, 62, 0.3);
  left: 18px;
  top: 18px;
  right: 18px;
  bottom: 18px;
}

.project-detail-slider__nav-item {
  transition: all 300ms ease;
  overflow: hidden;
  width: 100%;
  border-radius: 4px;
  position: relative;
  height: 0;
  padding-top: 62.5%;
  margin-top: -20px;
  margin-bottom: -20px;
}
.project-detail-slider__nav-item img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.project-detail-slider__nav-item-inner {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  overflow: hidden;
  transition: all 300ms ease;
  border-radius: 4px;
  cursor: pointer;
}

.project-detail-slider__item-big-wrap {
  overflow: hidden;
}

.project-detail-slider__arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 32px;
  height: 32px;
  border: none;
}

.project-detail-slider__big-arrow {
  top: 0;
  bottom: 0;
  height: 100%;
}

.project-detail-slider__big-arrow-next {
  right: 30px;
  left: auto;
  background-image: url(/local/templates/new_main//images/slick-arrow-right.svg);
}

.project-detail-slider__big-arrow-prev {
  right: 0;
  left: 30px;
  background-image: url(/local/templates/new_main//images/slick-arrow-left.svg);
}

/* project-detail__preview-props */
.project-detail__props-wrap {
  margin-bottom: 30px;
}

.project-detail__props {
  display: table;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .project-detail__props {
    font-size: 16px;
  }
}

.project-detail__prop {
  display: table-row;
}

.project-detail__prop-title {
  display: table-cell;
  color: #676f75;
  padding-right: 15px;
  padding-bottom: 10px;
}

.project-detail__prop-value {
  display: table-cell;
  font-weight: 500;
  padding-bottom: 5px;
}

.project-detail h2 {
  font-size: 32px;
  font-weight: 400;
}

/* room-list */
.room-list {
  margin-bottom: 60px;
}

.room__card-wrap {
  width: 50%;
  display: block;
  height: 0;
  position: relative;
  padding-top: 37.5%;
}
@media (min-width: 768px) {
  .room__card-wrap {
    width: 33.333%;
    padding-top: 24.99975%;
  }
}
@media (min-width: 992px) {
  .room__card-wrap {
    width: 25%;
    padding-top: 18.75%;
  }
}
@media (min-width: 1200px) {
  .room__card-wrap {
    width: 16.66666%;
    padding-top: 12.49995%;
  }
}

.room__card {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 15px;
  border-radius: 4px;
}
.room__card img {
  max-width: 100%;
}

.room__link {
  background-color: #3670af;
  color: #fff;
  padding: 15px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.room__link:after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 16px;
  background-image: url(/local/templates/new_main//images/slick-arrow-right.svg);
}
.room__link:hover {
  color: #fff;
  text-decoration: none;
}
.room__link svg, .room__link img {
  width: 42px !important;
  height: 42px !important;
  min-width: 42px;
  min-height: 42px;
  margin-bottom: 10px;
}
.room__link svg * {
  fill: #fff;
}

.room__link-text:hover,
.room__link-text {
  color: #fff;
}

.room__cover {
  position: absolute;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}
.room__cover img {
  width: 48px;
  height: auto;
  padding-right: 5px;
}

.room__img-wrap {
  display: none;
}
.room__img-wrap.room__cover-wrap {
  display: block;
}

.room__imgs {
  display: none;
}

.room__img-preview {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  z-index: 5;
  height: 100%;
  display: flex;
}

.room__img-preview-img {
  position: absolute;
  object-fit: cover;
  top: 0;
  height: 100%;
  width: 100%;
}

/*
 * .adv-article
 */
.adv-articles {
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}
.adv-articles .slick-track {
  display: flex;
}
.adv-articles .slick-slide {
  height: auto;
}
.adv-articles .slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: transparent;
  background-image: url(/local/templates/new_main//images/slick-arrow-right--blue.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border: none;
  z-index: 11;
  right: 0;
}
.adv-articles .slider__arrow-prev {
  background-image: url(/local/templates/new_main//images/slick-arrow-left--blue.svg);
  left: 0;
}

.adv-articles__btn-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .adv-articles__btn-wrap {
    width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .adv-articles__btn-wrap {
    width: 40%;
    margin: 0 auto;
  }
}

.blog-top .blog-categories-list {
  padding-left: 0;
  margin-left: -5px;
}
.blog-top .blog-categories-list > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.blog-top .blog-categories-list > li > a {
  color: black;
}
.blog-top .blog-categories-list > .active > a {
  color: #336eb1;
}
@media only screen and (max-width: 768px) {
  .blog-top .blog-categories-list {
    display: none;
  }
}
.blog-top .subcribe-link {
  padding: 0;
  white-space: nowrap;
  display: flex;
  align-items: flex-end;
}
.blog-top .subcribe-link:before {
  content: "";
  background-image: url(/local/templates/new_main//images/icon-envelope.svg);
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.blog-top .subcribe-link :hover {
  text-decoration: none;
  color: #474747;
}

.blog h1 {
  text-align: left;
}

.blog-sidebar {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog-sidebar {
    width: 30%;
    float: left;
    left: 70%;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .blog-sidebar {
    width: 25%;
    left: 75%;
  }
}

.blog-sidebar__title {
  font-size: 20px;
  margin-bottom: 15px;
  display: block;
}

.blog-tag-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog-tag-list li {
  display: inline-block;
}

.blog-tag {
  background-color: #90aac8;
  padding: 5px 15px;
  color: #fff;
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 15px;
  margin-right: 15px;
  font-size: 16px;
}
.blog-tag:hover {
  color: #fff;
}

.blog-sidebar__subscrube, .blog-sidebar__subscrube:active, .blog-sidebar__subscrube:focus, .blog-sidebar__subscrube:hover {
  background-color: #fff;
  display: flex;
  padding: 20px 15px;
  border-radius: 8px;
  margin-bottom: 30px;
  text-decoration: none;
  max-width: 320px;
  width: 100%;
}
.blog-sidebar__subscrube:hover {
  transition: all ease 300ms;
  box-shadow: 0 5px 20px 0 rgba(0, 112, 178, 0.2);
}

.blog-sidebar__subscrube-icon {
  width: 30%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-sidebar__subscrube-icon svg {
  width: 100%;
  height: auto;
}

.blog-sidebar__subscrube-label {
  width: 70%;
  display: flex;
  flex-direction: column;
  color: #336eb1;
}

.blog-sidebar__subscrube-label-title {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 20px;
}

.blog-post__preview-text {
  font-size: 17px;
  margin-bottom: 15px;
}

.blog-post .page-banner .content-header__title {
  margin-bottom: 15px;
}

.blog-content {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
@media (min-width: 768px) {
  .blog-content {
    width: 70%;
    float: left;
    right: 30%;
  }
}
@media (min-width: 992px) {
  .blog-content {
    width: 75%;
    float: left;
    right: 25%;
  }
}

.blog-content__text {
  background-color: #fff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
}
.blog-content__text p {
  font-size: 17px;
  line-height: 1.6;
  margin-bottom: 15px;
}
.blog-content__text h2 {
  margin-bottom: 15px;
  margin-top: 30px;
  font-weight: bold;
  font-size: 28px;
}
.blog-content__text h2:first-child {
  margin-top: 0;
}
.blog-content__text table {
  border: 1px solid #ccc;
  font-size: 14px;
}
.blog-content__text tr th {
  background: #f8f8f8 !important;
  color: #333;
}
.blog-content__text tr td {
  padding: 10px 20px;
}
.blog-content__text tr td, .blog-content__text tr th {
  font-size: 14px;
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 5px;
}
.blog-content__text tr td p, .blog-content__text tr th p {
  font-size: 14px;
}
.blog-content__text tr td ol, .blog-content__text tr td ul, .blog-content__text tr th ol, .blog-content__text tr th ul {
  font-size: 14px;
}
.blog-content__text tr td ol:not([class]), .blog-content__text tr td ul:not([class]), .blog-content__text tr th ol:not([class]), .blog-content__text tr th ul:not([class]) {
  margin: 0;
}

.blog_detail__menu_first {
  padding: 0 0 0 5px;
  font-weight: 700;
  font-size: 17px;
  text-transform: uppercase;
}

.blog_detail__menu {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.blog_detail__menu ol {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}
.blog_detail__menu ol li {
  padding: 8px;
  cursor: pointer;
  font-size: 17px;
  position: relative;
  margin-top: 12px;
  margin-bottom: 12px;
}
.blog_detail__menu ol li:before {
  content: "";
  background-color: #146bc2;
  border-radius: 5px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: all ease 200ms;
}
.blog_detail__menu ol li.h3 {
  padding-left: 20px;
}
.blog_detail__menu ol li.active {
  background-color: #d1faed;
  border-radius: 3px;
}
.blog_detail__menu ol li:hover {
  color: #fff;
}
.blog_detail__menu ol li:hover:before {
  opacity: 1;
}
.blog_detail__menu ol li:hover a {
  color: #fff;
}
.blog_detail__menu ol li:hover a:hover {
  color: #fff;
}
.blog_detail__menu ol li a {
  position: relative;
  z-index: 1;
}
.blog_detail__menu ol li a:hover {
  color: #fff;
}
.blog_detail__menu ol li span {
  position: relative;
  z-index: 1;
}

.blog-content ol:not([class]) {
  margin: 35px 0;
  list-style: decimal;
  padding-left: 30px;
}
.blog-content ol:not([class]) li {
  margin-bottom: 10px;
}
.blog-content ol:not([class]) li:before {
  content: none;
}

.blog-user .share-title {
  text-align: center;
}
.blog-user h1 {
  text-align: left;
}
.blog-user .share-widget {
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-user__photo-wrap {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  width: 100%;
  margin-bottom: 30px;
  display: flex;
}
@media (min-width: 576px) {
  .blog-user__photo-wrap {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-user__photo-wrap {
    width: 100%;
  }
}

.blog-user__photo {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
  width: 100%;
}

.blog-user__soc {
  width: 100%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .blog-user__soc {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .blog-user__soc {
    width: 100%;
  }
}

.blog-user__desc {
  padding: 15px;
  text-align: center;
  flex-grow: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.blog-user__name {
  font-size: 18px;
  color: #336eb1;
}
@media (min-width: 768px) {
  .blog-user__name {
    font-size: 24px;
  }
}

.blog-user__postition {
  color: #676f75;
}

.blog-user__detail-text {
  margin-bottom: 30px;
}

.blog-user__articles-count {
  font-weight: 500;
  font-size: 24px;
  margin-top: 0;
}
.blog-user__articles-count span {
  color: #d2b394;
}

.blog-user__soc-networks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.blog-user__soc-networks-item {
  background-color: #336eb1;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.blog-user__soc-networks-item svg {
  max-width: 60%;
  max-height: 60%;
  height: auto;
  display: block;
}

.blog-user__soc-networks-title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.blog-user__detail-text-title {
  font-size: 24px;
  font-weight: 500;
}

.blog-user-tags__title {
  font-size: 18px;
  margin-bottom: 15px;
  display: block;
}
@media (min-width: 768px) {
  .blog-user-tags__title {
    font-size: 24px;
  }
}

.blog-detail__quot {
  background-color: #f7f9fc;
  padding: 25px;
  font-style: italic;
  border-radius: 8px;
  border: 2px dashed #146bc2;
  margin-bottom: 15px;
}
.blog-detail__quot p {
  padding: 0;
  margin: 0;
}
.blog-detail__quot ul {
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}

.blog-detail__img-desc {
  color: #7c7c7c;
  display: inline-block;
  padding: 15px 10px 10px 10px;
}

.blog-detail__quot-icon {
  width: 22px;
  height: auto;
  display: inline;
  float: left;
  margin-right: 5px;
}

.blog-detail__gallery {
  margin-bottom: 15px;
}
.blog-detail__gallery .blog-detail__img-desc {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-detail__gallery-images {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  flex-direction: column;
}
.blog-detail__gallery-images .blog-detail__img-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-detail__gallery-images .blog-detail__img-wrap:last-child {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .blog-detail__gallery-images {
    flex-direction: row;
  }
}

.blog-detail__img-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 8px;
  width: 100%;
}
.blog-detail__img-wrap .blog-detail__img {
  height: 0;
  width: 100%;
  position: relative;
}
.blog-detail__img-wrap img {
  border-radius: 8px;
  position: absolute;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-detail__img-wrap:last-child {
  margin-bottom: 0;
}

.blog-detail__gallery-caption {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.interior-examples {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: "Roboto";
}

.interior-examples .row:last-child {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .interior-examples .row:last-child {
    margin-top: 0;
  }
}
.mp-seo_text {
  padding-bottom: 60px;
  padding-top: 60px;
}

/* what-we-do */
.what-we-do {
  padding-top: 60px;
  padding-bottom: 60px;
}

.what-we-do svg use {
  fill: #336eb1;
}

.what-we-do .clearfix {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .what-we-do {
    padding-bottom: 28px;
  }
}
.what-we-do__header {
  margin-bottom: 20px;
  text-align: center;
  color: #131313;
  font-size: 36px;
  font-weight: 300;
}

.what-we-do__item {
  display: block;
}

.what-we-do__item:hover, .what-we-do__item:focus {
  text-decoration: none;
}

.what-we-do__name {
  min-height: 74px;
  text-align: center;
  color: #252525;
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 1199px) and (min-width: 768px) {
  .what-we-do__name {
    min-height: 95px;
  }
}
@media (max-width: 767px) {
  .what-we-do__name {
    min-height: 63px;
  }
}
.what-we-do__img {
  position: relative;
  width: 160px;
  height: 110px;
  margin: 0 auto;
  text-align: center;
}

.what-we-do__img:before {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 23px;
  width: 113px;
  height: 113px;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: -webkit-linear-gradient(45deg, #afc9e6 0%, #eff3f3 100%);
  background: -moz-linear-gradient(45deg, #afc9e6 0%, #eff3f3 100%);
  background: -o-linear-gradient(45deg, #afc9e6 0%, #eff3f3 100%);
  background: linear-gradient(45deg, #afc9e6 0%, #eff3f3 100%);
}

.what-we-do__img:after {
  position: absolute;
  z-index: -1;
  top: -10px;
  left: 23px;
  width: 113px;
  height: 113px;
  content: "";
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  opacity: 0;
  background-image: -webkit-linear-gradient(45deg, #eff3f3 0%, #afc9e6 100%);
  background-image: -moz-linear-gradient(45deg, #eff3f3 0%, #afc9e6 100%);
  background-image: -o-linear-gradient(45deg, #eff3f3 0%, #afc9e6 100%);
  background-image: linear-gradient(45deg, #eff3f3 0%, #afc9e6 100%);
}

.what-we-do__img:hover:after, .what-we-do__img:focus:after {
  opacity: 1;
}

@media (max-width: 768px) {
  .what-we-do__img {
    max-width: 100px;
  }

  .what-we-do__img:before, .what-we-do__img:after {
    top: 11px;
    left: 4px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .what-we-do__img_manage img {
    margin-top: -7px;
  }
}
@media (min-width: 1200px) {
  .what-we-do__img_manage {
    height: 116px;
    margin-top: -6px;
  }

  .what-we-do__img_manage:before, .what-we-do__img_manage:after {
    top: -2px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .what-we-do__img_arch img {
    margin-top: -7px;
  }
}
@media (min-width: 1200px) {
  .what-we-do__img_arch {
    height: 120px;
    margin-top: -10px;
  }

  .what-we-do__img_arch:before, .what-we-do__img_arch:after {
    top: 0;
  }
}
.what-we-do__description {
  margin-top: 36px;
  text-align: center;
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 300;
}

/*
About us
*/
.about-us {
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: solid #eff3f3 1px;
  font-family: "Roboto";
}

.about-us__art-dir {
  display: inline-block;
  width: 180px;
}

.about-us__art-dir .about-us__people-label {
  padding-top: 9px;
  padding-left: 25px;
  text-align: left;
}

@media (max-width: 991px) {
  .about-us__art-dir .about-us__people-label {
    text-align: center;
  }
}
.about-us__art-dir:hover, .about-us__art-dir:focus {
  text-decoration: none;
}

.about-us__art-dir:hover .about-us__people-img, .about-us__art-dir:focus .about-us__people-img {
  box-shadow: 0 20px 50px 0 rgba(51, 110, 177, 0.24);
}

@media (max-width: 767px) {
  .about-us__art-dir {
    margin-bottom: 20px;
  }
}
.about-us__description {
  float: left;
  padding-top: 13px;
  color: #252525;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.78;
}

@media (max-width: 767px) {
  .about-us__description {
    text-align: justify;
  }
}
.about-us__gen-dir {
  display: inline-block;
  width: 179px;
  -webkit-transform: translate(-19px, -12px);
  -moz-transform: translate(-19px, -12px);
  -ms-transform: translate(-19px, -12px);
  -o-transform: translate(-19px, -12px);
  transform: translate(-19px, -12px);
  vertical-align: top;
}

.about-us__gen-dir .about-us__people-label {
  margin-top: -1px;
  padding-bottom: 10px;
  text-align: right;
}

@media (max-width: 991px) {
  .about-us__gen-dir .about-us__people-label {
    margin-top: 0;
    text-align: center;
  }
}
.about-us__gen-dir:hover, .about-us__gen-dir:focus {
  text-decoration: none;
}

@media (max-width: 991px) and (min-width: 768px) {
  .about-us__gen-dir {
    margin-left: 76px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .about-us__gen-dir {
    margin-left: 23px;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.about-us__gen-dir:hover .about-us__people-img, .about-us__gen-dir:focus .about-us__people-img {
  -webkit-box-shadow: 0 20px 50px 0 rgba(51, 110, 177, 0.24);
  box-shadow: 0 20px 50px 0 rgba(51, 110, 177, 0.24);
}

.about-us__people {
  float: right;
  margin-right: -9px;
  padding-top: 5px;
  padding-left: 9px;
  font-size: 0;
}

@media (max-width: 992px) {
  .about-us__people {
    float: none;
    clear: both;
    padding-top: 30px;
    text-align: center;
    font-size: 0;
  }
}
.about-us__people-img {
  margin-top: -2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 4px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(51, 110, 177, 0.21);
  box-shadow: 0 15px 40px 0 rgba(51, 110, 177, 0.21);
}

.about-us__people-label_top {
  margin-top: 0;
}

@media (max-width: 991px) {
  .about-us__people-label_top {
    display: none;
  }
}
.about-us__people-label_bottom {
  display: none;
  padding-top: 9px;
}

@media (max-width: 991px) {
  .about-us__people-label_bottom {
    display: block;
  }
}
.about-us__people-name {
  color: #336eb1;
  font-size: 16px;
  font-weight: 500;
}

.about-us__people-post {
  margin-top: -1px;
  color: #b7b7b7;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
}

.about-page .content-header__title {
  margin-bottom: 60px;
}
.about-page p {
  padding-top: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .about-page {
    font-size: 16px;
  }
  .about-page .page-banner {
    margin-bottom: 80px;
  }
}

/* about-text-01 */
#about-text-01 {
  margin-bottom: 80px;
}

/* about-text-02 */
#about-text-02 {
  margin-bottom: 80px;
}

.about-text-02__img-wrap {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .about-text-02__img-wrap {
    margin-bottom: 0;
  }
}

.about-text-02__img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* about-values */
#about-values {
  margin-bottom: 80px;
}

.about-values-item {
  display: flex;
  align-items: center;
}

.about-values-item__value {
  color: #505a65;
  font-size: 60px;
}

.about-values-item__icon {
  padding-right: 15px;
}
.about-values-item__icon svg {
  fill: #d3b697;
  width: 42px;
  height: 42px;
}

.about-values-item__text {
  font-size: 16px;
}
@media (min-width: 768px) {
  .about-values-item__text {
    width: 80%;
  }
}

/* about-projects-count-item */
.about-projects-count__list {
  display: flex;
  flex-wrap: wrap;
}

.about-projects-count-item__wrap {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 992px) {
  .about-projects-count-item__wrap {
    align-items: flex-start;
  }
}

.about-projects-count-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

.about-projects-count-item__year {
  font-size: 24px;
  margin-bottom: 15px;
}

#about-projects-count {
  margin-bottom: 80px;
}

.about-projects-count-item__count {
  background-color: #d2b394;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}
.about-projects-count-item__count:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #d2b394;
}
.about-projects-count-item__count:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  border-radius: 100%;
  border: 1px solid #d2b394;
  opacity: 0.5;
}

/* about-quot */
#about-quot {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  #about-quot {
    margin-bottom: 80px;
  }
}
#about-quot .container {
  padding: 0;
}
@media (min-width: 768px) {
  #about-quot .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#about-quot .review {
  position: relative;
  z-index: 10;
  margin-top: -20px;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 768px) {
  #about-quot .review {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -80px;
  }
}
#about-quot .review__text {
  padding-left: 15px;
  padding-right: 15px;
}

.contacts-page .content-header__title {
  margin-bottom: 15px;
}

.contacts-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.contacts-item__wrap {
  width: 100%;
  padding: 15px;
  display: flex;
}
.contacts-item__wrap--full-width {
  width: 100%;
}
@media (min-width: 992px) {
  .contacts-item__wrap {
    width: 33.33333333%;
  }
  .contacts-item__wrap--full-width {
    width: 100%;
  }
}

.contacts-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
}
.contacts-item:hover, .contacts-item:focus {
  text-decoration: none;
}
.contacts-item:after {
  content: "";
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  background-position: right bottom;
  right: -15px;
  top: 15px;
  opacity: 0.2;
  height: 100px;
  width: 100px;
  z-index: 0;
}
.contacts-item-phone:after {
  background-image: url(/local/templates/new_main//images/contacts/call.svg);
}
.contacts-item-email:after {
  background-image: url(/local/templates/new_main//images/contacts/email.svg);
}
.contacts-item-calendar:after {
  background-image: url(/local/templates/new_main//images/contacts/calendar.svg);
}
@media (min-width: 992px) {
  .contacts-item-address .contacts-item__inner {
    flex-direction: row;
    align-items: center;
  }
}
.contacts-item-address:after {
  right: -15px;
  background-image: url(/local/templates/new_main//images/contacts/location.svg);
}
.contacts-item-address .row {
  align-items: center;
}
.contacts-item__inner {
  position: relative;
  z-index: 1;
}
@media (min-width: 1200px) {
  .contacts-item {
    padding: 30px;
  }
}

.contacts-item-address__value {
  margin-bottom: 15px;
  width: 75%;
}

.contacts-item-address__btn-wrap {
  width: 100%;
}
@media (min-width: 992px) {
  .contacts-item-address__btn-wrap {
    width: 25%;
  }
}

.contacts-item__inner {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.contacts-item__name {
  color: #4f4f4f;
  font-size: 14px;
}

.contacts-item__note {
  color: #4f4f4f;
  font-size: 14px;
}

.contacts-item__value {
  color: #3670af;
  font-size: 18px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .contacts-item__value {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .contacts-item__value {
    font-size: 24px;
  }
}

.requisites-form {
  margin-bottom: 80px;
}

.requisites-table {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .requisites-table {
    margin-bottom: 0;
  }
}
.requisites-table td {
  padding: 5px;
}
@media (min-width: 768px) {
  .requisites-table td {
    padding: 15px;
  }
}
.requisites-table tr:nth-child(odd) td {
  background-color: white;
}

#contacts-map-section {
  margin-bottom: 80px;
}

.ymaps-layers-pane {
  filter: hue-rotate(140deg) saturate(0.25) brightness(1);
}

#contacts-map {
  height: 500px;
}

.for-personal {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}

.for-personal__note-wrap {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .for-personal__note-wrap {
    padding-right: 0;
  }
}

.for-personal__note {
  padding: 30px;
  background-color: #3670af;
  color: #fff;
  font-size: 16px;
}
.for-personal__note p {
  margin: 0;
  padding: 0;
}

.for-personal__map-wrap {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .for-personal__map-wrap {
    padding-left: 0;
  }
}

.for-personal__map {
  height: 100%;
  width: 100%;
  max-height: 500px;
  min-height: 300px;
}
@media (min-width: 992px) {
  .for-personal__map {
    min-height: auto;
  }
}

.contacts-gallery__row {
  display: flex;
  flex-wrap: wrap;
}

.contacts-gallery__item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 30px;
}
.contacts-gallery__item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  flex-grow: 0;
}

/* components */
.awards {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.award__wrap {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .award__wrap {
    width: 25%;
  }
}

.award {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 20px 40px 0 rgba(0, 112, 178, 0.2);
}

.award__title {
  font-size: 14px;
  padding: 5px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .award__title {
    padding: 15px;
    font-size: 18px;
  }
}

.award__img {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 62.5%;
  position: relative;
  border-radius: 8px;
  display: block;
}
.award__img img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

/* Getting */
.getting__wrap.bg-white {
  padding-top: 60px;
}
.getting__wrap h2 {
  margin-bottom: 50px;
  margin-top: 0;
}

.getting__scroll {
  overflow: hidden;
}

.getting__items {
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 768px) {
  .getting__items {
    flex-wrap: wrap;
  }
}

.getting-item {
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 290px;
  margin-bottom: 30px;
}
.getting-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .getting-item {
    width: 50%;
    margin-bottom: 60px;
  }
  .getting-item:last-child {
    margin-bottom: 60px;
  }
}

.getting-item__img {
  position: relative;
  width: 100%;
  max-width: 50px;
  min-width: 50px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
@media (min-width: 768px) {
  .getting-item__img {
    max-width: 100px;
    min-width: 100px;
  }
}
.getting-item__img svg {
  z-index: 2;
  position: relative;
  width: 24px;
  height: auto;
}
.getting-item__img svg path {
  fill: #1f72c5;
}
@media screen and (min-width: 768px) {
  .getting-item__img svg {
    width: 42px;
  }
}
.getting-item__img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-in-out;
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  background: linear-gradient(45deg, #a4c3e3 0%, #ecf2f2 100%);
}
@media screen and (min-width: 768px) {
  .getting-item__img:before {
    width: 65px;
    height: 65px;
  }
}

.getting-item__title {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (min-width: 992px) {
  .getting-item__title {
    font-size: 24px;
  }
}

.getting-item__text {
  color: #676f75;
}

ul.sitemap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.sitemap a {
  font-weight: normal;
  text-decoration: none;
}
ul.sitemap li {
  list-style: none;
  width: 100%;
}
@media (min-width: 768px) {
  ul.sitemap li {
    width: 33.33%;
  }
}
ul.sitemap li ul li {
  width: 100%;
}

.map-level-0 {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
.map-level-0 > li {
  padding-left: 15px;
  padding-right: 15px;
}
.map-level-0 > li.parent {
  margin-bottom: 30px;
}
.map-level-0 > li > span a {
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
}

ul.map-level-1 {
  margin: 0;
  padding: 0;
}
ul.map-level-1 > li {
  width: 100%;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
ul.map-level-1 > li > span > a {
  font-size: 14px;
  display: block;
  flex-grow: 1;
}
ul.map-level-1 > li span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
ul.map-level-1 > li > ul {
  max-height: 0;
  overflow: auto;
  transition: all ease 300ms;
}
ul.map-level-1 > li.active > ul {
  max-height: 500px;
  padding: 15px;
}
ul.map-level-1 > li.active .sitemap__toggle {
  transform: rotate(180deg);
}
ul.map-level-1 ul {
  margin: 5px 0 0 0;
  background-color: #fff;
  border-radius: 8px;
  padding: 0;
}

.sitemap__toggle {
  width: 19px;
  height: 19px;
  border: none;
  background-image: url(/local/templates/new_main//images/slick-arrow-down--white.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 70%;
  background-color: #336eb1;
  border-radius: 4px;
  transition: all ease 300ms;
}

.price-table {
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .price-table {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}

.price-table__wrap {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}
.price-table__wrap.price-table__wrap--scrollable:before {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  bottom: 8px;
  width: 20px;
  background-image: linear-gradient(90deg, rgba(62, 110, 177, 0), rgba(62, 110, 177, 0.2));
  z-index: 999;
}
.price-table__wrap.price-table__wrap--collapsable {
  max-height: 500px;
}
.price-table__wrap.price-table__wrap--collapsable:not(.openned):after {
  content: "";
  background: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #f7f9fc 100%);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 60px;
  z-index: 20;
}
.price-table__wrap.openned:after {
  contain: none;
}

.price-table__outer {
  overflow: auto;
  position: relative;
}
@media (min-width: 992px) {
  .price-table__outer {
    padding: 0;
  }
}
.price-table__outer tfoot tr td.price-table__item:after {
  content: none;
}

.price-table__table {
  margin: 8px 0 8px 0;
  padding: 0;
}
.price-table__table tr:nth-child(odd) td, .price-table__table tr:nth-child(odd) th {
  background-color: transparent;
}
.price-table__table tr td {
  padding: 0;
}
.price-table__table tr td.price-table__spacer, .price-table__table tr td.price-table__label {
  min-width: 200px;
}
.price-table__table tr td.price-table__col-head {
  padding-left: 8px;
  padding-right: 8px;
  overflow: visible;
}
.price-table__table tr td .price-table__col-head-inner {
  background-color: #336eb1;
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 15px 0 rgba(62, 110, 177, 0.2);
  height: 75px;
  padding: 8px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
  z-index: 9;
}
.price-table__table tr td .price-table__col-head-inner small {
  font-size: 12px;
  text-transform: none;
}
.price-table__table tr td.service-price__composition-item:before {
  content: none;
}
.price-table__table tr td.price-table__item {
  min-width: 180px;
  padding-left: 8px;
  padding-right: 8px;
  vertical-align: middle;
  position: relative;
}
.price-table__table tr td.price-table__item.price-table__col-cell--last:after {
  content: none;
}
.price-table__table tr td.price-table__item:after {
  content: "";
  height: 1px;
  background-color: #ccc;
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 0;
  z-index: 11;
}
.price-table__table tr td.price-table__item .price-table__item-inner {
  padding: 8px;
  position: relative;
  z-index: 11;
}
.price-table__table tr td.price-table__item .price-table__item-inner.service-price__composition-item {
  margin: 0;
}
.price-table__table tr td.price-table__item .price-table__item-inner.service-price__composition-item:before {
  content: none;
}
.price-table__table tr td.price-table__item.price-table__label {
  justify-content: space-between;
  z-index: 100;
}
.price-table__table tr td.price-table__item.price-table__label.active {
  z-index: 101;
}
.price-table__table tr td .price-table__label-inner {
  min-height: 56px;
  width: 100%;
}
.price-table__table .btn {
  font-size: 14px;
  padding: 6px 8px;
}

.price-table__authors-project {
  font-size: 12px;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
}

.price-table__col-bg {
  position: absolute;
  z-index: 10;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 5px 10px 0 rgba(62, 110, 177, 0.2);
  border-radius: 10px;
}

.price-table__label {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.price-table__label:before {
  content: none;
}

.price-table__item-available {
  display: inline-block;
  border-style: solid;
  border-width: 5px;
  border-color: rgb(228, 234, 243);
  border-radius: 50%;
  background-image: linear-gradient(0, rgb(75, 110, 174) 0%, rgb(127, 177, 252) 100%);
  width: 26px;
  height: 26px;
}

.price-table__item-unavailable {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(/local/templates/new_main//images/icon-unavailable.svg);
  background-position: center center;
  background-size: contain;
}

.price-table__col-footer {
  padding: 15px;
  position: relative;
  z-index: 11;
}

.price-table__price-value {
  text-align: center;
  color: #336eb1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.price-table__price-value span {
  font-size: 30px;
  font-weight: bold;
}
.price-table__price-value span.rouble {
  font-size: 20px;
}

.price-table__price {
  position: relative;
}
.price-table__price .price-table__item-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.price-table__item-name {
  text-align: center;
  margin-bottom: 15px;
}

.price-table__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.price-table__btn {
  width: auto;
}

/*# sourceMappingURL=template_styles.css.map */

/* End */
/* /local/templates/new_main/components/intervolga.custom/iblock.element.add.form/.default/style.css?1654584828389 */
/* /local/templates/new_main//styles.css?17254431732441 */
/* /local/templates/new_main//template_styles.css?1747899245469051 */
