@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap&subset=cyrillic);
@charset "UTF-8";
@font-face {
  font-family: "icons";
  src: url(fonts/icons.ttf) format("truetype"), url(fonts/icons.woff) format("woff"), url(fonts/icons.svg#icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icons" !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-quote:before {
  content: "\E900";
}

.icon-print:before {
  content: "\E901";
}

.icon-footer-logo:before {
  content: "\E902";
}

.icon-danger:before {
  content: "\E919";
}

.icon-info:before {
  content: "\E91B";
}

.icon-success:before {
  content: "\E91C";
}

.icon-file:before {
  content: "\E903";
}

.icon-file-doc:before {
  content: "\E904";
}

.icon-file-docx:before {
  content: "\E905";
}

.icon-file-gif:before {
  content: "\E906";
}

.icon-file-jpg:before {
  content: "\E907";
}

.icon-file-mp3:before {
  content: "\E908";
}

.icon-file-mp4:before {
  content: "\E909";
}

.icon-file-pdf:before {
  content: "\E90A";
}

.icon-file-png:before {
  content: "\E90B";
}

.icon-file-ppt:before {
  content: "\E90C";
}

.icon-file-rar:before {
  content: "\E90D";
}

.icon-file-txt:before {
  content: "\E90E";
}

.icon-file-xls:before {
  content: "\E90F";
}

.icon-file-xlsx:before {
  content: "\E910";
}

.icon-file-zip:before {
  content: "\E911";
}

html {
  font-size: 15px;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #111111;
}

h1, .h1,
h2, .h2 {
  font-weight: bold;
}

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  margin-top: 1.5rem;
}

h1, .h1 {
  font-size: 27px;
  margin-bottom: 1rem;
}

h2, .h2 {
  font-size: 24px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

h3, .h3 {
  font-size: 19px;
  margin-bottom: .5rem;
}

h4, .h4 {
  font-size: 17px;
  margin-bottom: .5rem;
}

h5, .h5 {
  font-size: 19px;
  margin-bottom: .5rem;
}

h6, .h6 {
  font-size: 17px;
  margin-bottom: .5rem;
}

@media (min-width: 576px) {
  h1, .h1 {
    font-size: 45px;
  }
  h2, .h2 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 27px;
  }
  h4, .h4 {
    font-size: 24px;
  }
}

figcaption {
  font-size: 13px;
  color: #7D868D;
}

a {
  color: #0E789F;
  transition: color 0.15s;
}

a:hover {
  color: #00A2FF;
  text-decoration: none;
}

.fake {
  border-bottom: 1px dotted #0E789F;
  transition: color 0.15s, border-bottom-color 0.15s;
}

.fake:hover {
  border-bottom-color: #00A2FF;
}

ul:not([class]) {
  list-style: none;
  padding-left: 1.2rem;
  position: relative;
}

ul:not([class]) li::before {
  display: inline-block;
  content: '';
  width: 12px;
  height: 4px;
  background: #E32525;
  border-radius: 50px;
  position: absolute;
  left: 0;
  margin-top: .7rem;
}

ol:not([class]) {
  list-style: none;
  padding: 0;
  counter-reset: list-numeric;
}

ol:not([class]) li::before {
  counter-increment: list-numeric;
  content: counter(list-numeric);
  font-weight: 600;
  padding-right: .5rem;
}

ol:not([class]) ol {
  margin-top: .5rem;
  counter-reset: list-numeric-inner;
}

ol:not([class]) ol li {
  margin-bottom: .25rem;
}

ol:not([class]) ol li::before {
  counter-increment: list-numeric-inner;
  content: counter(list-numeric) "." counter(list-numeric-inner);
}

li {
  margin-bottom: .5rem;
}

label {
  font-weight: 600;
  margin-bottom: .25rem;
}

.text-primary {
  color: #E32525 !important;
}

.text-body {
  color: #111111 !important;
}

.fz-base {
  font-size: 15px !important;
}

.fz-lg {
  font-size: 17px !important;
}

.fz-sm {
  font-size: 13px !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.border-rounded {
  border-radius: 8px !important;
}

.line-height-1 {
  line-height: 1 !important;
}

.mb-2rem {
  margin-bottom: 2rem !important;
}

.form-control {
  border-radius: 8px;
  border-color: #999999;
  height: auto;
  padding: 0.45rem .5rem;
  color: #111111;
  line-height: 1;
}

.form-control:hover {
  border-color: #00A2FF;
}

.form-control:focus {
  box-shadow: none;
  border-color: #00A2FF;
  color: #111111;
}

.form-control:disabled {
  border-color: #E5E5E5;
  background: #fff;
}

.form-control:disabled::-webkit-input-placeholder {
  color: #E5E5E5;
}

.form-control:disabled::-moz-placeholder {
  color: #E5E5E5;
}

.form-control:disabled:-ms-input-placeholder {
  color: #E5E5E5;
}

.form-control:disabled::-ms-input-placeholder {
  color: #E5E5E5;
}

.form-control:disabled::placeholder {
  color: #E5E5E5;
}

.form-control::-webkit-input-placeholder {
  color: #BFBFBF;
}

.form-control::-moz-placeholder {
  color: #BFBFBF;
}

.form-control:-ms-input-placeholder {
  color: #BFBFBF;
}

.form-control::-ms-input-placeholder {
  color: #BFBFBF;
}

.form-control::placeholder {
  color: #BFBFBF;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input::-ms-clear {
  display: none;
}

.btn {
  border-radius: 8px;
  background: #E32525;
  padding: .4rem .9rem;
  font-weight: bold;
  color: #fff;
  white-space: normal;
}

.btn:not(:disabled):hover {
  background: #00A2FF;
  color: #fff;
}

.btn:not(:disabled):hover:active {
  background: #0073D3;
}

.btn:focus {
  box-shadow: none;
}

.btn:disabled, .btn.disabled {
  background: #B2CEFE;
  color: #fff;
}

.alert {
  border: none;
  background: none;
  padding: 0;
  color: #111111;
  padding-left: 2rem;
  margin-bottom: 1rem;
  position: relative;
}

.alert::before {
  font-size: 22px;
  position: absolute;
  left: 0;
}

.alert-success::before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E91C";
  color: #28A745;
}

.alert-info::before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E91B";
  color: #6ECFFE;
}

.alert-danger::before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E919";
  color: #DC3545;
}

[class*="icon-file-"] {
  position: relative;
}

[class*="icon-file-"]::before {
  color: #E32525;
  font-size: .5em;
  position: absolute;
  bottom: 0;
  left: .5em;
}

[class*="icon-file-"]::after {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E903";
}

.file-icons > :not(:last-of-type) {
  margin-right: .5rem;
}

.file-icon {
  display: inline-block;
  font-size: 51px;
}

html {
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 0 auto;
}

.main_covered {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 80%; /* for Apple */
}

.header {
  margin-bottom: 1.5rem;
}

.header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  top: 14px;
}

.header-menu__item {
  margin-bottom: 0;
}

.header-menu__item:not(:last-of-type) {
  margin-right: 1.5rem;
}

.header-menu__item.active .header-menu__link {
  color: #E32525;
  border-bottom-color: #E32525;
  position: relative;
  z-index: 1;
}

.header-menu__item.active .header-menu__link::before {
  display: inline-block;
  content: '';
  border-bottom: 2px solid #fff;
  width: calc(100% + 8px);
  position: absolute;
  bottom: -2px;
  left: -4px;
  z-index: -1;
}

.header-menu__link {
  font-size: 17px;
  color: #111111;
  padding-bottom: 1rem;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.15s;
}

.header-menu__link:hover {
  color: #E32525;
  border-bottom-color: #E32525;
  position: relative;
  z-index: 1;
}

.header-menu__link:hover::before {
  display: inline-block;
  content: '';
  border-bottom: 2px solid #fff;
  width: calc(100% + 8px);
  position: absolute;
  bottom: -2px;
  left: -4px;
  z-index: -1;
}

.header__inner {
  padding: 1rem 0;
  border-bottom: 2px solid #7D868D;
}

.header__phone {
  color: #111111;
}

@media (max-width: 575px) {
  .header__phone {
    font-size: 13px;
    font-weight: bold;
  }
}

.header__text {
  font-size: 11px;
  color: #7d868d;
}

.header__link {
  font-size: 11px;
  line-height: 1.2;
}

.header_main {
  margin-bottom: 0;
}

.header_main .header__inner {
  border-bottom-color: #fff;
}

.mobile-menu {
  list-style: none;
  margin: 0 -15px;
  padding: 0 15px 2rem;
  background: #fff;
  text-align: right;
  position: absolute;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.15s;
  box-shadow: 0 16px 30px #8CC2FD;
}

.mobile-menu::before {
  content: '';
  width: 100%;
  height: 16px;
  background: #fff;
  position: absolute;
  top: -16px;
  left: 0;
}

.mobile-menu__link {
  font-size: 19px;
  font-weight: 600;
}

.mobile-menu_active .mobile-menu {
  z-index: 1000;
  opacity: 1;
}

.menu-bar {
  display: inline-block;
  width: 20px;
  vertical-align: -2px;
}

.menu-bar__stick {
  display: block;
  height: 2px;
  border-radius: 1px;
  background: #111111;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}

.menu-bar__stick:not(:last-of-type) {
  margin-bottom: 5px;
}

.menu-bar.active .menu-bar__stick {
  background: #E32525;
}

.menu-bar.active .menu-bar__stick:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}

.menu-bar.active .menu-bar__stick:nth-child(2) {
  opacity: 0;
}

.menu-bar.active .menu-bar__stick:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
          transform: translateY(-7px) rotate(45deg);
}

.footer {
  padding: .5rem 0;
  background: #003347;
  font-size: 11px;
  color: #fff;
}

@media (min-width: 576px) {
  .footer {
    font-size: 13px;
  }
}

.footer__link {
  color: #fff;
}

.footer__source-link {
  color: #E32525;
  font-weight: bold;
}

.light-text {
  font-size: 18px;
  font-weight: 300;
}

.file {
  display: flex;
}

.file__icon {
  padding-top: .25rem;
  font-size: 17px;
  line-height: 1;
}

.file__title {
  margin-left: .5rem;
}

.main-title {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 576px) {
  .main-title {
    font-size: 30px;
  }
}

.main-title-wrapper {
  padding-bottom: 3rem;
}

@media (min-width: 576px) {
  .main-title-wrapper {
    padding-top: 1.5rem;
  }
}

@media (min-width: 992px) {
  .main-title-wrapper {
    padding-top: 4.5rem;
  }
}

.main-title__accent {
  display: inline-block;
  background: #E32525;
  border-radius: 8px;
  padding: 0 .5rem .25rem;
  line-height: 1.2;
}

.trust-block {
  background: #fff;
  margin: 0 -15px;
  padding: 2rem 1rem;
}

@media (min-width: 576px) {
  .trust-block {
    margin: 0;
    border-radius: 8px;
    padding: 1.5rem;
  }
}

.trust-block__img {
  max-width: 100%;
  margin-right: .5rem;
  margin-bottom: 1.7rem;
}

.info-block {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  border: 3px solid #E32525;
  padding: 1rem;
}

.order-form-section {
  border-top: 1px solid #D8E2E4;
  padding-top: 3rem;
}

.order-form {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  padding: 1rem 1.5rem;
}

.form-text {
  font-size: 11px;
  color: #7D868D;
}

.big-phone {
  font-size: 19px;
  font-weight: 600;
  color: #E32525;
}

.map-wrapper {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  border: 1px solid #D8E2E4;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.year-line {
  border-bottom: 1px solid #E32525;
}

.year-line__value {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  background: #fff;
  line-height: 1;
  position: relative;
  bottom: -2px;
}

.tile {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: box-shadow 0.15s;
}

.tile:hover {
  box-shadow: 0 16px 30px #8CC2FD;
}

.tile__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.tile__img::before {
  display: block;
  content: '';
  padding-bottom: 66.666667%;
}

.quote {
  border: 3px solid #E32525;
  border-radius: 5px;
  padding: 1.5rem;
}

@media (min-width: 576px) {
  .quote {
    display: flex;
  }
}

.quote__author {
  min-width: 8rem;
  text-align: center;
}

@media (min-width: 576px) {
  .quote__author {
    text-align: left;
  }
}

.quote__photo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.quote__post {
  font-size: 13px;
  color: #808080;
}

.quote__text {
  padding-left: 1.5rem;
  position: relative;
}

.quote__text::before {
  font-family: "icons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E900";
  position: absolute;
  top: 4px;
  left: 0;
}

.contacts-text {
  font-size: 17px;
  font-weight: 600;
  color: #7d868d;
}

.project-detail-slider-nav {
  margin: 4px -2px;
}

.project-detail-slider-nav .slick-slide {
  margin: 0 2px;
}

.project-detail-slider-nav .slick-current.slick-active {
  box-shadow: inset 0 0 0 2px #E32525;
}

.project-detail-slider .gallery {
  outline: none;
}

.project-detail-slider .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.project-detail-slider .slick-dots li {
  margin: 0;
}

.project-detail-slider .slick-dots li:not(:last-of-type) {
  margin-right: .5rem;
}

.project-detail-slider .slick-dots button {
  margin: 0;
  padding: 0;
  width: 16px;
  height: 16px;
  line-height: 14px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #D8E2E4;
  color: transparent;
}

.project-detail-slider .slick-dots .slick-active button {
  border-color: #E32525;
  background: #E32525;
}

.project-detail-slider .slick-dots .slick-active button:focus {
  outline: none;
}

.project-detail-slider__img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  outline: none;
}

.project-detail-slider__img::before {
  display: block;
  content: '';
  padding-bottom: 66.666667%;
}

#projectsMap,
#contactsMap {
  height: 350px;
}

.balloon-text {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 11px;
  line-height: 1.5;
}

@media (min-width: 576px) {
  .balloon-text {
    text-align: center;
  }
}

ymaps[class$='i-custom-scroll'] {
  box-shadow: inset 0 0 0 1px #E32525;
  border-radius: 8px;
}

ymaps[class$='balloon__layout'] {
  border-radius: 8px;
}

ymaps[class$='balloon__close'] {
  display: none;
}

ymaps[class$='balloon__content'] {
  margin-right: 0 !important;
  padding: .25rem .5rem !important;
}


ymaps[class$='balloon__content'] ymaps[class$='b-cluster-content']{
  width: 300px !important;
  height: auto !important;
}

ymaps[class$='balloon__tail'] {
  box-shadow: inset 0 0 0 1px #E32525;
  left: 80px;
  width: 11px;
  height: 11px;
  margin-bottom: -11px;
}
.hidden {
	display: none;
}
input:invalid, textarea:invalid {
	/*убрать обводку для мозилы*/
	box-shadow: none !important;
	/*убрать обводку для ie*/
	outline:none;
}