@charset "UTF-8";
/* fonts */
/* colors */
@font-face {
  font-family: "futura_bold";
  src: url("../fonts/futura-pt-demi.woff") format("woff"), url("../fonts/futura-pt-demi.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_regular";
  src: url("../fonts/futura-pt-book.woff") format("woff"), url("../fonts/futura-pt-book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "futura_medium";
  src: url("../fonts/futura-pt-medium.woff") format("woff"), url("../fonts/futura-pt-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
a {
  transition: 0.3s linear;
}

* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
}
html.hidden,
body.hidden {
  display: none;
}

img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

main {
  flex: 1;
  background: #ffffff;
}

.main-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 80% !important;
  }
}

.section {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .section {
    margin-top: 50px;
  }
}

.section-color {
  margin-top: 30px;
  background-color: #f6f7fa;
}
@media screen and (min-width: 992px) {
  .section-color {
    margin-top: 100px;
  }
}

.container-offset {
  width: 100%;
  padding-right: 0;
  padding-left: 15px;
  margin-right: 0;
  margin-left: auto;
}

/* Заголовки */
.caption {
  font-family: "futura_regular", "Arial", sans-serif;
  color: #2e2e2e;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .caption {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .caption {
    font-size: 50px;
  }
}

.main-btn {
  max-width: 240px;
  max-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  outline: none;
  background-color: #0b4487;
  font-family: "futura_bold", "Arial", sans-serif;
  font-size: 0.8rem;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  padding: 10px;
  transition: 0.3s linear;
}
@media screen and (min-width: 992px) {
  .main-btn {
    font-size: 1.1rem;
    max-width: unset;
    min-width: 240px;
  }
}
.main-btn:hover {
  text-decoration: none;
  background-color: #2e2e2e;
  box-shadow: 1px 1px 5px 0 rgba(46, 46, 46, 0.3);
}

.main-btn-mute {
  background-color: #999999;
}
.main-btn-mute:hover {
  color: #2e2e2e;
  background-color: #0b4487;
}

/* Шрифты */
.f-regular {
  font-family: "futura_regular", "Arial", sans-serif;
  line-height: 1.2;
}

.f-bold {
  font-family: "futura_bold", "Arial", sans-serif;
  line-height: 1.2;
}

.f-semi {
  font-family: "futura_medium", "Arial", sans-serif;
  line-height: 1.2;
}

.geo-svg {
  width: 25px;
  height: 34px;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
input.active.focus,
input.active:focus,
input.focus,
input:active.focus,
input:active:focus,
input:focus,
select.active.focus,
select.active:focus,
select.focus,
select:active.focus,
select:active:focus,
select:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

.rub {
  position: relative;
  display: inline-flex;
  width: 7px !important;
}
.rub::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #2e2e2e;
  position: absolute;
  left: 0;
  top: 60%;
}

/* scroll */
::-webkit-scrollbar-button {
  background-image: url("");
  background-repeat: no-repeat;
  width: 2px;
  height: 0px;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #0b4487;
  box-shadow: 0px 1px 1px #fff inset;
  background-image: url("https://yraaa.ru/_pu/24/59610063.png");
  background-position: center;
  background-repeat: no-repeat;
}

::-webkit-resizer {
  background-image: url("");
  background-repeat: no-repeat;
  width: 7px;
  height: 0px;
}

::-webkit-scrollbar {
  width: 3px;
}

.header {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  /* @media screen and (min-width: 992px) {
      min-height: 200px;
  } */
}
.header .main-btn {
  height: 50px !important;
}
.header {
  /* &.header__full-height {
      min-height: 100vh;
  }

  &.header__auto-height {
      min-height: $heightSlide1;

      @media screen and (min-width: 992px) {
          min-height: $heightSlide2;
      }
  } */
}

.header-contacts {
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid #ffffff;
}
.header-contacts .logo-container {
  width: 156px;
  height: 47px;
}
.header-contacts .logo-container img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  .header-contacts.home-page-contacts {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
  }
}

.header-contacts-item {
  font-family: "futura_regular", "Arial", sans-serif;
  font-style: normal;
}
.header-contacts-item a {
  text-decoration: none;
  color: #2e2e2e;
}
.header-contacts-item a:hover {
  text-decoration: none;
  color: #0b4487;
}
.header-contacts-item .item-address {
  font-size: 1.1rem;
  line-height: 21px;
}
.header-contacts-item .item-email {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 23px;
}
.header-contacts-item.item-phone {
  height: auto;
}
.header-contacts-item.item-phone a {
  font-family: "futura_medium", "Arial", sans-serif;
  font-weight: 600;
  line-height: 31px;
  text-align: right;
  zoom: 85%;
  text-decoration: none;
  color: #2e2e2e;
}
@media screen and (min-width: 420px) {
  .header-contacts-item.item-phone a {
    zoom: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .header-contacts-item.item-phone a {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1500px) {
  .header-contacts-item.item-phone a {
    font-size: 1.5rem;
  }
}
.header-contacts-item.item-phone a:hover {
  text-decoration: none;
}

/* slider */
.slide-container {
  width: 100%;
  height: 400px;
}
@media screen and (min-width: 760px) {
  .slide-container {
    height: 540px;
  }
}
@media screen and (min-width: 992px) {
  .slide-container {
    height: 640px;
  }
}

.slide-container-pages {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 992px) {
  .slide-container-pages {
    height: 470px;
  }
}
.slide-container-pages .main-slider-description-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 10%;
}
@media screen and (min-width: 1500px) {
  .slide-container-pages .main-slider-description-container {
    top: 30%;
  }
}

.slider-img-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.slider-img-container__opacity {
  opacity: 0.6;
}
.slider-img-container .main-slider-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
}
.slider-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .header__auto-height {
    .main-slider {
        .slide-container {
            height: $heightSlide1;

            @media screen and (min-width: 992px) {
                height: $heightSlide2;
            }
        }
    }
} */
.main-slider-description-container {
  width: 100%;
  position: absolute;
  left: 0;
  top: 30%;
}
.main-slider-description-container .main-slider-description-title {
  font-family: "futura_regular", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
@media screen and (min-width: 568px) {
  .main-slider-description-container .main-slider-description-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .main-slider-description-container .main-slider-description-title {
    font-size: 50px;
  }
}
.main-slider-description-container .main-slider-description-subtitle {
  font-family: "futura_regular", "Arial", sans-serif;
  color: #2e2e2e;
}

@media screen and (max-width: 768px) {
  .main-slider-description-container .main-slider-description-subtitle {
    font-size: 18px;
  }
}



@media screen and (min-width: 992px) {
  .main-slider-description-container .main-slider-description-subtitle {
    font-size: 2rem;
  }
}
.main-slider-description-container .main-slider-btn-container {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  .main-slider-description-container .main-slider-btn-container {
    width: 260px;
  }
}
.main-slider-description-container .main-slider-btn-container a:hover {
  text-decoration: none;
  color: #2e2e2e;
}

.header-contacts-btn {
  display: none;
}
@media screen and (min-width: 1400px) {
  .header-contacts-btn {
    display: flex;
  }
}

.main-menu {
  display: none;
  padding: 0;
  margin: 0;
  background-color: rgba(62, 113, 24, 0.7);
}
@media screen and (min-width: 1400px) {
  .main-menu {
    display: block;
  }
}
.main-menu .menu-list {
  display: flex;
  list-style-type: none;
  margin-bottom: 0;
}
.main-menu .menu-list li {
  padding: 15px;
}
.main-menu .menu-list li a {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.2rem;
  text-decoration: none;
  transition: 0.3s linear;
  color: #ffffff;
}
.main-menu .menu-list li a:hover {
  text-decoration: none;
  color: #0b4487;
}

.home-page-menu {
  min-width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.home-page-menu .menu-list {
  width: 100%;
  justify-content: space-between;
}

/* sub */
.sub-nav-cont {
  height: 100%;
  text-align: center;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.2rem;
  overflow: hidden;
}
.sub-nav-cont .position-top {
  bottom: 100% !important;
}
.sub-nav-cont .position-bottom {
  top: 100% !important;
}
.sub-nav-cont:hover {
  overflow: visible;
}
.sub-nav-cont:hover ul {
  display: block;
  opacity: 1;
  transform: translateY(0px);
  z-index: 10;
}
.sub-nav-cont:hover .menu-arrow {
  transform: rotate(225deg);
}
.sub-nav-cont .menu-arrow {
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  display: inline-flex;
  transform: rotate(45deg);
  padding: 3px;
  margin-left: 10px;
  transition: 0.3s linear;
}
.sub-nav-cont ul {
  width: 330px;
  display: none;
  opacity: 0;
  list-style-type: none;
  background-color: rgba(62, 113, 24, 0.7);
  border-top: 3px solid transparent;
  position: absolute;
  transition: 0.3s linear;
  left: 0;
  transform: translateY(30px);
  z-index: -1;
}
.sub-nav-cont ul li {
  width: 100%;
  transition: 0.3s linear;
  cursor: pointer;
  position: relative;
}
.sub-nav-cont ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  border-radius: 70%;
  background-image: linear-gradient(to right, #ffffff, #2e2e2e, #ffffff);
  right: 0;
  bottom: 0;
}
.sub-nav-cont ul li:last-child::after {
  display: none;
}
.sub-nav-cont ul li:hover a {
  color: #0b4487;
}
.sub-nav-cont ul li a {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  transition: 0.3s linear;
}
.sub-nav-cont .active {
  color: #0b4487;
  text-decoration: none;
}

.menu__item-collapse {
  position: relative;
}
.menu__item-collapse::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  margin-top: 10px;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-250px, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-250px, 0, 0);
    visibility: hidden;
  }
}
* {
  box-sizing: border-box;
}

body.open {
  overflow: hidden;
  padding-right: 3px;
}
body.open .header-contacts-item,
body.open .main-menu {
  visibility: hidden !important;
  z-index: -1 !important;
}
body.open:after {
  background: white;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  top: 0;
  transition: all 0.4s ease;
  width: 100%;
}
body.open:after {
  opacity: 1;
  visibility: visible;
}

.burger-menu {
  z-index: 10 !important;
  display: flex;
}
@media screen and (min-width: 1400px) {
  .burger-menu {
    display: none;
  }
}

.b-nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  overflow-x: hidden;

  background: rgba(255,255,255,0.55);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  top: 0;
  left: 0;
}
@media screen and (min-width: 1400px) {
  .b-nav {
    display: none;
  }
}
.b-nav:not(.open) {
  display: none;
}
.b-nav .menu__item-collapse {
  cursor: pointer;
}
.b-nav .burger-menu-items {
  max-height: 70%;
  overflow-y: scroll;
}
.b-nav ul {
  flex-direction: column;
  padding-right: 10px;
}
@media screen and (min-width: 562px) {
  .b-nav ul {
    flex-direction: row;
  }
}
.b-nav li {
  list-style-type: none;
  padding: 6px 0;
  text-align: left;
}
.b-nav li a {
  text-decoration: none;
  color: #2e2e2e;
}
.b-nav li a:hover {
  text-decoration: none;
  color: #0b4487;
}
.b-nav .burger-contacts-item {
  margin-bottom: 30px;
}
@media screen and (min-width: 562px) {
  .b-nav .burger-contacts-item {
    margin-bottom: 0;
  }
}
.b-nav .burger-contacts-item a {
  text-decoration: none;
  color: #2e2e2e;
}
.b-nav .burger-contacts-item a:hover {
  text-decoration: none;
  color: #0b4487;
}
.b-nav.open {
  display: block;
}

.b-link {
  background: transparent;
  border-left: rgba(68, 68, 68, 0) solid 2px;
  color: #444444;
  font-family: Helvetica-Neue, Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin-left: 30px;
  text-decoration: none;
  transition: all 0.4s ease;
  width: auto;
}
.b-link:hover, .b-link--active {
  border-left: #444444 solid 2px;
  padding-left: 30px;
}

.b-menu {
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  padding-left: 0.5px;
  padding-top: 2.5px;
  position: relative;
  transition: all 0.4s ease;
  user-select: none;
  width: 30px;
  z-index: 12;
}

.b-bun {
  background: #444444;
  position: relative;
  transition: all 0.4s ease;
}
.b-bun--top {
  height: 2px;
  top: 0;
  width: 25px;
}
.b-bun--mid {
  height: 2px;
  top: 8px;
  width: 25px;
}
.b-bun--bottom {
  height: 2px;
  top: 16px;
  width: 25px;
}

.b-container {
  height: 30px;
}
.b-container:hover:not(.open) .bun-top,
.b-container:hover:not(.open) .bun-mid,
.b-container:hover:not(.open) .bun-bottom {
  background: white;
}
.b-container.open .b-main {
  border: #444444 solid 2px;
}
.b-container.open .b-bun--top {
  background: #444444;
  top: 9px;
  transform: rotate(45deg);
}
.b-container.open .b-bun--mid {
  opacity: 0;
}
.b-container.open .b-bun--bottom {
  background: #444444;
  top: 5px;
  transform: rotate(-45deg);
}
.b-container.open .b-brand {
  color: #444444;
}

.what-work-item .what-work-item-container {
  min-height: 511px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-blend-mode: color;
  position: relative;
  padding: 30px;
  transition: 0.3s linear;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.1);
}
.what-work-item .what-work-item-container:hover {
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.2);
}
.what-work-item .what-work-item-container .what-work-item-gradient {
  width: 100%;
  height: 100%;
  background: linear-gradient(white 10%, rgba(255, 255, 255, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.what-work-item .what-work-item-container .what-work-item-caption {
  font-weight: 700;
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.5rem;
  z-index: 2;
}
.what-work-item .what-work-item-container .what-work-item-caption:nth-child(2) {
  font-weight: bold;
  font-size: 50px;
  text-transform: capitalize;
}
.what-work-item .what-work-item-container .what-work-item-text {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.5rem;
  z-index: 2;
}
.what-work-item .what-work-item-container .what-work-item-text p {
  transition: 0.3s linear;
}
.what-work-item .what-work-item-container .what-work-item-text p:hover {
  color: #0b4487;
}
@media screen and (min-width: 992px) {
  .what-work-item:first-child, .what-work-item:last-child {
    padding-left: 0;
    padding-right: 0;
  }
}

.services-work-item .services-work-item-container {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  padding: 30px;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.1);
}
.services-work-item .services-work-item-container .popular-services-img-container {
  height: 200px;
}
.services-work-item .services-work-item-container .popular-services-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-work-item .services-work-item-container .services-work-item-caption {
  font-weight: 700;
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.5rem;
}
.services-work-item .services-work-item-container .services-work-item-text {
  height: 162px;
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.1rem;
  overflow: hidden;
}
.services-work-item .services-work-item-container .services-work-item-price {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.masonry-container .masonry-item {
  display: inline-block;
  border: 0 !important;
  transition: 0.3s linear;
}
.masonry-container .masonry-item:hover {
  opacity: 0.7;
}
.masonry-container .masonry-item .subtitle {
  font-family: "futura_medium", "Arial", sans-serif;
  font-size: 1.3rem;
  color: #999999;
}
.masonry-container .masonry-item .main-btn {
  width: 240px;
}

.gallery-img-comtainer {
  width: 100%;
  height: 150px;
}
@media screen and (min-width: 992px) {
  .gallery-img-comtainer {
    height: 250px;
  }
}
.gallery-img-comtainer img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.advantages-container {
  flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .advantages-container {
    flex-wrap: nowrap;
  }
}
.advantages-container .advantages-item {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .advantages-container .advantages-item {
    width: auto;
    margin-right: 15px;
  }
}
.advantages-container .advantages-item:last-child {
  margin-right: 0px;
}
.advantages-container .advantages-item .advantages-img {
  width: 46px;
  height: 46px;
}
.advantages-container .advantages-item .advantages-text {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.2rem;
}

.stages-caption-img {
  width: 407;
  position: relative;
}
.stages-caption-img::after {
  content: "";
  width: 8px;
  height: 70%;
  background-color: #0b4487;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .stages-caption-img::after {
    right: -8px;
  }
}
.stages-caption-img img {
  width: 100%;
  height: auto;
}

.stages-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  .stages-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .stages-container {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.stages-container .stages-item {
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
}
@media screen and (min-width: 760px) {
  .stages-container .stages-item {
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .stages-container .stages-item {
    width: 100%;
  }
}
.stages-container .stages-item:last-child {
  margin-bottom: 0px;
}
.stages-container .stages-item .stages-number {
  position: absolute;
  left: 0;
  top: 10px;
  color: #0b4487;
  font-family: "futura_bold", "Arial", sans-serif;
  font-size: 4rem;
}
.stages-container .stages-item .stages-item-content {
  padding: 15px;
  padding-left: 70px;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.1);
}
@media screen and (min-width: 760px) {
  .stages-container .stages-item .stages-item-content {
    height: 230px;
  }
}
@media screen and (min-width: 1100px) {
  .stages-container .stages-item .stages-item-content {
    height: auto;
  }
}
.stages-container .stages-item .stages-item-content .stages-item-caption {
  font-family: "futura_medium", "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.stages-container .stages-item .stages-item-content .stages-item-text {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0px;
}

.index-video-container {
  width: 610px;
  height: 412px;
  padding: 10px;
  position: relative;
  transition: 0.3s linear;
}
.index-video-container:hover {
  opacity: 0.7;
}
.index-video-container:hover svg {
  fill: #0b4487 !important;
}
.index-video-container img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.index-video-container .index-video-svg-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}
.index-video-container .index-video-svg-container svg {
  width: 80px;
  height: 80px;
  fill: #ffffff;
  transition: 0.3s linear;
}

.trust-container .trust-item .trust-img-container {
  width: 100%;
  height: 327px;
  position: relative;
}
.trust-container .trust-item .trust-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust-container .trust-item .trust-text {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.3rem;
  color: #999999;
}
.trust-container .trust-item:first-child .trust-img-container::after {
  content: "";
  width: 45%;
  height: 8px;
  background-color: #0b4487;
  position: absolute;
  left: 0;
  bottom: -8px;
}
.trust-container .trust-item:last-child .trust-img-container::before {
  content: "";
  width: 8px;
  height: 45%;
  background-color: #0b4487;
  position: absolute;
  left: 0px;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .trust-container .trust-item:last-child .trust-img-container::before {
    left: -8px;
  }
}

.plan-container .plan-item {
  flex: 1 1 50%;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
.plan-container .plan-item:after {
  content: "";
  width: 100%;
  height: 1px;
  display: none;
  background-color: #0b4487;
  position: absolute;
  left: 35px;
  bottom: 25px;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .plan-container .plan-item:after {
    display: block;
  }
}
.plan-container .plan-item:last-of-type:after {
  display: none;
}
.plan-container .plan-item .plan-img {
  width: 46px;
  height: 46px;
}
.plan-container .plan-item .plan-text {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.2rem;
}
@media screen and (min-width: 1100px) {
  .plan-container .plan-item {
    flex: 1 1 auto;
    overflow: visible;
  }
}
.plan-container .plan-number {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #0b4487;
  border-radius: 50%;
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.3rem;
  z-index: 2;
}

.documents-item-container {
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.1);
  display: flex;
  align-items: center;
  padding: 15px;
  transition: 0.3s linear;
}
.documents-item-container:hover {
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.3);
}
.documents-item-container img {
  width: 50px;
  height: 50px;
}
.documents-item-container .documents-text {
  font-family: "futura_medium", "Arial", sans-serif;
  font-size: 1.4rem;
}

/* reviews */
#indexReviews .slick-track,
#indexArticles .slick-track {
  padding: 15px 0;
}

.reviews-item-container {
  margin-right: 15px;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.1);
  background-color: #ffffff;
  padding: 15px;
}
.reviews-item-container:last-child {
  margin-left: 0;
}
.reviews-item-container .reviews-item-img {
  width: 35px;
  height: 35px;
}
.reviews-item-container .reviews-item-img img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.reviews-item-container .reviews-item-name {
  font-family: "futura_medium", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
}
.reviews-item-container .reviews-item-text {
  font-family: "futura_regular", "Arial", sans-serif;
  zoom: 85%;
}
@media screen and (min-width: 563px) {
  .reviews-item-container .reviews-item-text {
    font-size: 1.1rem;
    zoom: 100%;
  }
}
.reviews-item-container .reviews-item-more {
  font-family: "futura_regular", "Arial", sans-serif;
  color: #999999;
  font-size: 1.1rem;
  cursor: pointer;
  transition: 0.3s linear;
}
.reviews-item-container .reviews-item-more:hover {
  color: #0b4487;
}

/* articles */
.article-item-container {
  position: relative;
  margin-right: 15px;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.1);
  zoom: 85%;
}
@media screen and (min-width: 562px) {
  .article-item-container {
    zoom: 100%;
  }
}
.article-item-container:last-child {
  margin-left: 0;
}
.article-item-container:hover .article-btn a {
  text-decoration: none;
  color: #0b4487;
}
.article-item-container:hover .article-btn span {
  transform: translateX(5px);
}
.article-item-container .article-img {
  width: 100%;
  height: 210px;
}
.article-item-container .article-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-item-container .article-content-container {
  /*  background-color: rgba($color: $color4, $alpha: 0.1);
  */
}
.article-item-container .article-content-container .article-title {
  font-family: "futura_medium", "Arial", sans-serif;
  height: 100px;
  font-weight: 700;
}
@media screen and (min-width: 562px) {
  .article-item-container .article-content-container .article-title {
    font-size: 1.4rem;
  }
}
.article-item-container .article-content-container .article-description {
  font-family: "futura_regular", "Arial", sans-serif;
  color: #999999;
}
.article-item-container .article-btn a {
  font-family: "futura_medium", "Arial", sans-serif;
  font-weight: 500;
  text-decoration: none;
  color: #2e2e2e;
  transition: 0.3s linear;
}
.article-item-container .article-btn span {
  color: #0b4487;
  font-weight: 700;
  transition: 0.3s linear;
}

.page-content-container {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.3rem;
  color: #999999;
}

.pages-description {
  font-family: "futura_medium", "Arial", sans-serif;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .pages-description {
    font-size: 1.4rem;
  }
}

/* remont */
.remont-include-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-blend-mode: color;
  background-position: 0 150px;
}

.remont-include-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  height: auto;
}
@media screen and (min-width: 992px) {
  .remont-include-container {
    height: 700px;
  }
}
.remont-include-container .remont-include-item {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .remont-include-container .remont-include-item {
    margin-right: 15px;
  }
}
.remont-include-container .remont-include-item:nth-child(2) {
  margin-right: 0;
}
@media screen and (min-width: 992px) {
  .remont-include-container .remont-include-item {
    width: 50%;
  }
}
.remont-include-container .remont-include-item .remont-include-number {
  color: #0b4487;
  font-family: "futura_bold", "Arial", sans-serif;
  font-size: 4rem;
}
.remont-include-container .remont-include-item .remont-include-item-content {
  display: flex;
  align-items: center;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.1);
}
@media screen and (min-width: 760px) {
  .remont-include-container .remont-include-item .remont-include-item-content {
    height: 130px;
  }
}
.remont-include-container .remont-include-item .remont-include-item-content .remont-include-item-caption {
  flex: 1;
  font-family: "futura_medium", "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 50px;
}
@media screen and (min-width: 1200px) {
  .remont-include-container .remont-include-item .remont-include-item-content .remont-include-item-caption {
    font-size: 1.3rem;
  }
}

.remont-price-container .remont-price-title {
  font-family: "futura_bold", "Arial", sans-serif;
  font-size: 1.4rem;
}
.remont-price-container .remont-price-text {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.2rem;
  color: #999999;
  margin-top: 20px;
}
.remont-price-container .remont-price-img-container {
  position: relative;
  padding-top: 15px;
  padding-left: 50px;
}
.remont-price-container .remont-price-img-container .remont-price-img {
  width: 100%;
  height: 100%;
}
.remont-price-container .remont-price-img-container .remont-price-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.remont-price-container .remont-price-img-container .remont-price {
  width: 204px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  border-left: 7px solid #0b4487;
  padding: 15px;
  position: absolute;
  left: 0;
  top: 0;
}
.remont-price-container .remont-price-img-container .remont-price .price {
  font-family: "futura_bold", "Arial", sans-serif;
  font-size: 1.3rem;
  margin: 0;
}
.remont-price-container .remont-price-img-container .remont-price .text {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1rem;
  color: #999999;
  margin: 0;
}

/* build */
.build-content-img {
  width: 100%;
  height: 350px;
}
.build-content-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-map .build-content-img img {
  object-fit: contain;
}

.project-item-container {
  display: flex;
  flex-direction: column;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.5);
  border-bottom: 4px solid transparent;
  transition: 0.3s linear;
  zoom: 85%;
}
@media screen and (min-width: 562px) {
  .project-item-container {
    zoom: 100%;
  }
}
.project-item-container:hover {
  border-bottom: 4px solid #0b4487;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.8);
}
.project-item-container .project-item-img {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .project-item-container .project-item-img {
    height: 300px;
  }
}
.project-item-container .project-item-img img:not(.no-image) {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.project-item-container .project-item-img .no-image {
  width: 50%;
  object-fit: contain;
}
.project-item-container .project-item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  position: relative;
}
.project-item-container .project-item-content .project-item-area {
  font-family: "futura_bold", "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .project-item-container .project-item-content .project-item-area {
    font-size: 1.3rem;
  }
}
.project-item-container .project-item-content .project-item-material {
  font-family: "futura_medium", "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
}
.project-item-container .project-item-content .project-item-price-container {
  color: #0b4487;
  font-family: "futura_bold", "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
}
.project-item-container .project-item-content .project-item-price-container .rub {
  position: relative;
  display: inline-flex;
}
.project-item-container .project-item-content .project-item-price-container .rub::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #0b4487;
  position: absolute;
  left: 0;
  top: 60%;
}

.build-price-wrapper {
  background: linear-gradient(#ffffff 0%, #ffffff 20%, rgba(153, 153, 153, 0.1) 20%, rgba(153, 153, 153, 0.1));
}
.build-price-wrapper .form-one-container {
  padding: 30px 0px;
}

.build-price-container {
  background-color: #ffffff;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.5);
  border-bottom: 4px solid #0b4487;
  padding: 20px;
  zoom: 75%;
}
@media screen and (min-width: 562px) {
  .build-price-container {
    zoom: 85%;
  }
}
@media screen and (min-width: 992px) {
  .build-price-container {
    zoom: 100%;
  }
}
.build-price-container .price-title {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}
@media screen and (min-width: 992px) {
  .build-price-container .price-title {
    font-size: 1.3rem;
  }
}
.build-price-container .price-line {
  position: relative;
}
.build-price-container .price-line::after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid rgba(46, 46, 46, 0.2);
  border-bottom-style: dashed;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.build-price-container .price-value {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}
.build-price-container .price-value b {
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .build-price-container .price-value b {
    font-size: 1.4rem;
  }
}

/* some */
.some-section-container .some-section-img {
  width: 100%;
  height: 320px;
  position: relative;
}
.some-section-container .some-section-img:after {
  content: "";
  width: 7px;
  height: 75%;
  background-color: #0b4487;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .some-section-container .some-section-img:after {
    left: -7px;
  }
}
.some-section-container .some-section-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.some-section-container .some-section-text h4 {
  font-family: "futura_bold", "Arial", sans-serif;
}
.some-section-container .some-section-text p {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.3rem;
  color: #999999;
}

/* catalog */
.projects-wrapper .pagination {
  display: none;
}
.projects-wrapper select {
  color: #2e2e2e;
  background-color: rgba(153, 153, 153, 0.5) !important;
  border: 1px solid transparent;
  outline: none;
}
.projects-wrapper .filter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0b4487;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: 0.3s linear;
}
.projects-wrapper .filter-btn:hover {
  opacity: 0.7;
}
.projects-wrapper .filter-search {
  font-family: "futura_regular", "Arial", sans-serif;
}
@media screen and (min-width: 992px) {
  .projects-wrapper .filter-search {
    font-size: 1.3rem;
  }
}
.projects-wrapper .filters-form-container label {
  font-family: "futura_regular", "Arial", sans-serif;
  color: #999999;
}
.projects-wrapper .irs--round .irs-handle {
  border: 4px solid #0b4487 !important;
}
.projects-wrapper .irs--round .irs-bar {
  background-color: #0b4487 !important;
}
.projects-wrapper .irs--round .irs-from,
.projects-wrapper .irs--round .irs-to,
.projects-wrapper .irs--round .irs-single {
  background-color: #0b4487 !important;
}
.projects-wrapper .irs--round .irs-from:before,
.projects-wrapper .irs--round .irs-to:before,
.projects-wrapper .irs--round .irs-single:before {
  border-top-color: #0b4487 !important;
}

/* project detail */
#similarProjects .slick-track,
#previouslyProjects .slick-track {
  margin-left: inherit;
  margin-right: inherit;
  padding: 15px 0;
}

.detail-project-back-btn {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "futura_regular", "Arial", sans-serif;
  color: #999999;
  text-decoration: none;
}
.detail-project-back-btn:hover {
  text-decoration: none;
  color: #0b4487;
}

.detail-project-container .detail-project-number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "futura_bold", "Arial", sans-serif;
  font-weight: 700;
  background-color: #ffffff;
  border-bottom: 2px solid #0b4487;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.5);
  padding: 10px;
  z-index: 10;
  margin-bottom: 30px;
}
@media screen and (min-width: 760px) {
  .detail-project-container .detail-project-number {
    position: absolute;
    left: 0;
    top: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .detail-project-container .detail-project-number {
    font-size: 1.4rem;
  }
}
.detail-project-container .detail-project-properties .detail-project-item {
  display: flex;
  justify-content: space-between;
}
.detail-project-container .detail-project-properties .detail-project-item .detail-project-item-tittle {
  font-family: "futura_regular", "Arial", sans-serif;
  color: #999999;
}
.detail-project-container .detail-project-properties .detail-project-item .detail-project-item-value {
  font-family: "futura_bold", "Arial", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .detail-project-container .detail-project-properties .detail-project-item .detail-project-item-value {
    font-size: 1.3rem;
  }
}
.detail-project-container .detail-project-properties .detail-project-old-price {
  font-family: "futura_bold", "Arial", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .detail-project-container .detail-project-properties .detail-project-old-price {
    font-size: 1.3rem;
  }
}
.detail-project-container .detail-project-properties .detail-project-price {
  font-family: "futura_bold", "Arial", sans-serif;
  font-weight: 700;
  color: #0b4487;
  font-size: 1.2rem;
}
@media screen and (min-width: 992px) {
  .detail-project-container .detail-project-properties .detail-project-price {
    font-size: 1.9rem;
  }
}
.detail-project-container .detail-project-properties .detail-project-price .rub::before {
  background-color: #0b4487;
}

.about-project-container {
  border-left: 7px solid #0b4487;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .about-project-container {
    padding-left: 60px;
  }
}
.about-project-container .about-project-caption {
  font-family: "futura_bold", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
}
@media screen and (min-width: 992px) {
  .about-project-container .about-project-caption {
    font-size: 1.9rem;
  }
}
.about-project-container .about-project-text {
  font-family: "futura_regular", "Arial", sans-serif;
  color: #999999;
}
@media screen and (min-width: 992px) {
  .about-project-container .about-project-text {
    font-size: 1.4rem;
  }
}
.about-project-container .file-link_ {
  font-family: "futura_bold", "Arial", sans-serif;
  font-weight: 600;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.5);
  text-decoration: none;
  color: #2e2e2e;
  padding: 20px;
  zoom: 75%;
}
.about-project-container .file-link_:hover {
  text-decoration: none;
  color: #0b4487;
}
@media screen and (min-width: 992px) {
  .about-project-container .file-link_ {
    zoom: 100%;
    font-size: 1.4rem;
  }
}
.about-project-container .file-link_ .btn-svg {
  width: 40px;
  height: 40px;
}

.project-tabs-container .nav-tabs .nav-item {
  text-decoration: none;
  color: #2e2e2e;
  font-family: "futura_regular", "Arial", sans-serif;
}
.project-tabs-container .nav-tabs .nav-item:hover {
  text-decoration: none;
  color: #0b4487;
}
@media screen and (min-width: 992px) {
  .project-tabs-container .nav-tabs .nav-item {
    font-size: 1.2rem;
  }
}
.project-tabs-container .tab-content {
  background-color: #ffffff;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.3);
  min-height: 400px;
}
.project-tabs-container .tab-content .tab-pane {
  padding: 25px;
}

#nav-properties .properties-container .detail-project-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
@media screen and (min-width: 760px) {
  #nav-properties .properties-container .detail-project-item {
    flex-direction: row;
  }
}
#nav-properties .properties-container .detail-project-item .detail-project-item-tittle {
  color: #999999;
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.1rem;
}
@media screen and (min-width: 760px) {
  #nav-properties .properties-container .detail-project-item .detail-project-item-tittle {
    width: 30%;
    margin-right: 60px;
  }
}
@media screen and (min-width: 992px) {
  #nav-properties .properties-container .detail-project-item .detail-project-item-tittle {
    font-size: 1.4rem;
  }
}
#nav-properties .properties-container .detail-project-item .detail-project-item-value {
  font-family: "futura_bold", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
}
@media screen and (min-width: 760px) {
  #nav-properties .properties-container .detail-project-item .detail-project-item-value {
    width: 70%;
  }
}
@media screen and (min-width: 992px) {
  #nav-properties .properties-container .detail-project-item .detail-project-item-value {
    font-size: 1.4rem;
  }
}

.project-composition-container {
  font-family: "futura_regular", "Arial", sans-serif;
}
@media screen and (min-width: 760px) {
  .project-composition-container {
    font-size: 1.3rem;
  }
}

.project-plane-container .plan-title {
  font-family: "futura_bold", "Arial", sans-serif;
  font-weight: 600;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .project-plane-container .plan-title {
    font-size: 1.4rem;
  }
}
.project-plane-container .plan-img {
  width: 100%;
  height: 300px;
  position: relative;
}
.project-plane-container .plan-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* promo */
.promo-item-container {
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.5);
}
.promo-item-container .promo-item-img {
  width: 100%;
  height: 300px;
}
.promo-item-container .promo-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.promo-item-container .promo-item-title {
  font-family: "futura_medium", "Arial", sans-serif;
  font-weight: 500;
  height: 120px;
  overflow: hidden;
  font-size: 1.1rem;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .promo-item-container .promo-item-title {
    font-size: 1.4rem;
  }
}

/* articles */
.article-message {
  width: 100%;
  background-color: #ffffff;
  color: #999999;
  font-family: "futura_regular", "Arial", sans-serif;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.5);
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .article-message {
    position: absolute;
    top: -20px;
    font-size: 1.4rem;
  }
}

.article-content {
  font-family: "futura_regular", "Arial", sans-serif;
}

form input,
form select {
  transition: 0.3s linear;
}
form input:focus,
form select:focus {
  border: 1px solid #0b4487 !important;
}
form input,
form select,
form label,
form textarea {
  font-family: "futura_medium", "Arial", sans-serif;
}

#modalCall .modal-header {
  border-bottom: none;
  padding: 0;
}
#modalCall .caption {
  margin-bottom: 15px;
}

.form-one-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: color;
  padding: 70px 0px;
}
.form-one-container input,
.form-one-container button {
  height: 60px;
}
.form-one-container {
  /* .shadow {
      box-shadow: 1px 1px 5px 0 rgba($color1, 0.3);
  } */
}
.form-one-container input:disabled {
  background: #ffffff;
}
.form-one-container input:not(.is-invalid),
.form-one-container select {
  border: 1px solid transparent;
}
.form-one-container .form-one-title {
  font-family: "futura_bold", "Arial", sans-serif;
  color: #2e2e2e;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 992px) {
  .form-one-container .form-one-title {
    font-size: 50px;
  }
}
.form-one-container .form-one-subtitle {
  font-family: "futura_medium", "Arial", sans-serif;
  color: #999999;
  font-size: 1.1rem;
}
@media screen and (min-width: 992px) {
  .form-one-container .form-one-subtitle {
    font-size: 1.5rem;
  }
}
.form-one-container .area-container label {
  width: 60%;
  min-width: max-content;
  height: 60px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-left: 15px;
  position: relative;
}
.form-one-container .area-container label::after {
  content: "";
  width: 1px;
  height: 90%;
  background-color: rgba(11, 68, 135, 0.3);
  position: absolute;
  right: 0;
  top: 5%;
}
.form-one-container .area-container .area-item {
  width: 60%;
  background-color: #ffffff;
  padding: 0 5px;
}
.form-one-container .area-container .area-item input {
  width: 70px;
  border: 0;
}
.form-one-container .area-container .area-item input:focus {
  border: 0 !important;
}
.form-one-container .area-container .area-item span {
  text-align: right;
  font-family: "futura_medium", "Arial", sans-serif;
}
.form-one-container button[type=submit] {
  width: 300px;
}

.alert-form {
  background-color: #0b4487;
  color: #ffffff;
}

.two-form-container .form-group {
  flex: 1;
  margin-right: 15px;
}
.two-form-container .form-group:last-child {
  margin-right: 0px;
}
.two-form-container .form-group input {
  height: 100%;
  border: 0;
  box-shadow: 1px 1px 5px 0 rgba(46, 46, 46, 0.1);
}
.two-form-container .form-group .main-btn {
  width: 100%;
}

.contacts-container .contacts-item {
  margin-bottom: 30px;
}
.contacts-container .pages-description {
  color: #999999;
}
.contacts-container .contacts-caption {
  font-family: "futura_medium", "Arial", sans-serif;
  color: #999999;
}
.contacts-container a:not(.contacts-form a),
.contacts-container .contacts-item-text {
  text-decoration: none;
  color: #2e2e2e;
  font-family: "futura_bold", "Arial", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  transition: 0.3s linear;
}
@media screen and (min-width: 992px) {
  .contacts-container a:not(.contacts-form a),
  .contacts-container .contacts-item-text {
    font-size: 1.5rem;
  }
}
.contacts-container a:not(.contacts-form a):hover,
.contacts-container .contacts-item-text:hover {
  text-decoration: none;
  color: #0b4487;
}
.contacts-container .contacts-form-container {
  position: relative;
}
.contacts-container .contacts-form-container .contacts-form {
  background-color: #ffffff;
  border-bottom: 4px solid #0b4487;
  box-shadow: 1px 1px 10px 0px rgba(46, 46, 46, 0.2);
  padding: 30px;
}
@media screen and (min-width: 992px) {
  .contacts-container .contacts-form-container .contacts-form {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: 2;
  }
}
.contacts-container .contacts-form-container .contacts-form .caption {
  font-size: 1.3rem;
}
.contacts-container .contacts-form-container .contacts-form input,
.contacts-container .contacts-form-container .contacts-form textarea {
  background-color: rgba(153, 153, 153, 0.2);
}
.contacts-container .contacts-form-container .contacts-form a {
  text-decoration: none;
  color: #0b4487;
  font-family: "futura_regular", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  transition: 0.3s linear;
}
.contacts-container .contacts-form-container .contacts-form .contacts-form-message {
  font-family: "futura_regular", "Arial", sans-serif;
}

iframe {
  width: 100%;
  border: none;
  outline: none;
}

.footer {
  background-color: rgba(62, 113, 24, 0.7);
}
.footer .footer-logo {
  width: 156px;
}
.footer .footer-menu {
  list-style-type: none;
}
.footer .footer-menu li {
  margin-bottom: 15px;
  font-family: "futura_bold", "Arial", sans-serif;
  font-size: 1.2rem;
  font-size: 1.1rem;
  text-decoration: none;
  color: #ffffff;
}
.footer .footer-menu li a {
  font-family: "futura_medium", "Arial", sans-serif;
  font-size: 1.1rem;
  text-decoration: none;
  color: #ffffff;
}
.footer .footer-contacts-item a {
  text-decoration: none;
  color: #ffffff;
}
.footer .footer-contacts-item a:hover {
  text-decoration: none;
  color: #0b4487;
}
.footer .footer-contacts-item-phone,
.footer .footer-contacts-item-email {
  font-family: "futura_bold", "Arial", sans-serif;
  font-size: 1.2rem;
}
.footer .footer-contacts-item-address {
  font-family: "futura_regular", "Arial", sans-serif;
  font-size: 1.1rem;
}
.footer hr {
  background-color: rgba(255, 255, 255, 0.4);
}
.footer .footer-year {
  font-family: "futura_regular", "Arial", sans-serif;
  color: #ffffff;
}

.footer-social-container .social-icon {
  margin-right: 15px;
}
.footer-social-container .social-icon:last-child {
  margin-right: 0;
}
.footer-social-container .social-icon img {
  width: 26px;
}

/* Arrows */
.main-slider .slick-prev,
.main-slider .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s linear;
  background-color: rgba(46, 46, 46, 0.3);
  top: 45%;
  border: none;
  outline: none;
  z-index: 3;
  opacity: 0;
}
.main-slider .slick-prev {
  left: 10%;
}
.main-slider .slick-next {
  right: 10%;
}
.main-slider:hover .slick-prev,
.main-slider:hover .slick-next {
  opacity: 0.5;
}
.main-slider:hover .slick-prev:hover,
.main-slider:hover .slick-next:hover {
  opacity: 1;
}

/* Dots */
/* .slick-dotted.slick-slider {
  margin-bottom: 50px;
} */
.slick-dots {
  display: block;
  visibility: hidden;
  position: absolute;
  bottom: 50px;
  list-style: none;
  padding-left: 7%;
  margin: 0;
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .slick-dots {
    visibility: visible;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  background: transparent;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: #ffffff;
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background-color: #0b4487;
}


/* keyframes */
@keyframes opacity-main-slider {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.2;
  }
  40% {
    opacity: 0.4;
  }
  60% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.8;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-modal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-opacity-one {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modal-opacity-two {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    display: none;
  }
}



/* МОБИЛЬНАЯ КНОПКА ЗВОНКА */

.mobile-call-btn{
    display:none;
}

@media (max-width:768px){

    .mobile-call-btn{
        display:flex;
        position:fixed;
        right:30px;
        bottom:35px;
        width:65px;
        height:65px;
        z-index:99999;
        border-radius:50%;
        overflow:hidden;
        box-shadow:0 4px 12px rgba(0,0,0,.3);
        animation:pulse 1.8s infinite;
    }

    .mobile-call-btn img{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
    }
}

@keyframes pulse{
    0%{
        transform:scale(1);
        box-shadow:0 0 0 0 rgba(11,68,135,.6);
    }
    70%{
        transform:scale(1.05);
        box-shadow:0 0 0 15px rgba(11,68,135,0);
    }
    100%{
        transform:scale(1);
    }
}

/* =========================
   COMPACT MOBILE MENU
========================= */

/* БУРГЕР / КРЕСТИК */
.b-container{
    position: fixed !important;
    top: 20px;
    right: 20px;
    z-index: 999999 !important;
}

/* ФОН */
body.open:after{
    background: rgba(255,255,255,0.35) !important;

    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

/* ОСНОВА МЕНЮ */
.b-nav{
    position: fixed;
    width: 100vw;
    height: 100vh;

    overflow-y: auto;
    overflow-x: hidden;

    background: transparent !important;

    top: 0;
    left: 0;
}

/* КОНТЕЙНЕР */
.burger-menu-container{
    background: transparent !important;
    padding: 14px 14px 18px !important;
}

/* СПИСОК */
.burger-menu-items ul{
    gap: 6px !important;
}

/* КАРТОЧКИ */
.burger-menu-items li.p-2{
    padding: 0 !important;

    border-radius: 12px !important;

    background: rgba(255,255,255,0.52);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1px solid rgba(255,255,255,0.28);

    overflow: hidden;

    box-shadow:
        0 2px 12px rgba(0,0,0,.04),
        inset 0 1px 1px rgba(255,255,255,.35);
}

/* ПУНКТЫ */
.burger-menu-items li.p-2 > a,
.burger-menu-items li.p-2 > p{
    display:flex;
    align-items:center;
    justify-content:space-between;

    padding: 11px 16px !important;

    min-height: 46px;

    margin:0;

    font-size:16px !important;
    font-weight:700;

    color:#101820;

    text-decoration:none;
}

/* ЧТОБЫ КРЕСТИК НЕ НАЕЗЖАЛ */
.burger-menu-items li.p-2:first-child > a{
    padding-right:65px !important;
}

/* ПОДМЕНЮ */
.burger-menu-items .collapse{
    padding:0 16px 10px;
}

.burger-menu-items .collapse li{
    padding:5px 0;
}

.burger-menu-items .collapse a{
    color:#4d5a66;
    font-size:14px;
    text-decoration:none;
}

/* ЛИНИЯ */
.burger-menu-container hr{
    margin:16px -14px 14px !important;
    opacity:.12;
}

/* КОНТАКТЫ */
.burger-contacts-item{
    gap:5px !important;
    font-size:14px !important;
    line-height:1.35 !important;
}

.burger-contacts-item a{
    color:#101820;
    text-decoration:none;
}

/* КНОПКА */
.burger-menu-container .main-btn{
    margin-top:12px !important;

    width:100%;

    border-radius:12px;

    padding:12px 16px !important;

    font-size:15px;
    font-weight:700;
}

/* АНИМАЦИИ */
.b-nav,
.burger-menu-items li,
.burger-menu-items a,
.burger-menu-items p{
    transition:.25s ease;
}

/* КРЕСТИК */
.b-container.open .b-bun--top{
    top:9px;
    transform:rotate(45deg);
}

.b-container.open .b-bun--bottom{
    top:5px;
    transform:rotate(-45deg);
}
/* ОТСТУП СВЕРХУ ДЛЯ ПЕРВОГО ПУНКТА */

.burger-menu-items{
    padding-top: 35px;
}

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