* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul {
  list-style: none;
}

input,
textarea,
button {
  border: none;
  outline: none;
  background: none;
}

.container {
  position: relative;
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.row--wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.row--justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

h1 {
  font-size: 32px;
  font-weight: 500;
}

.innerH1 {
  color: #961700;
  text-align: center;
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 2rem;
}

h2 {
  font-size: 32px;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 1.3;
}

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

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

.bx-wrapper .bx-loading {
    display: none;
}

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes shake {
  0% {
    -webkit-transform: translate(1px, 1px) rotate(0deg);
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg);
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg);
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    -webkit-transform: translate(3px, 2px) rotate(0deg);
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg);
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg);
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg);
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    -webkit-transform: translate(3px, 1px) rotate(-1deg);
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg);
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    -webkit-transform: translate(1px, 2px) rotate(0deg);
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(1px, -2px) rotate(-1deg);
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@-webkit-keyframes moveBottom {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

@keyframes moveBottom {
  0% {
    bottom: 30px;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 30px;
  }
}

body {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

main {
  padding: 4rem 0;
}

.section {
  padding-top: 5px;
  padding-bottom: 5px;
}

.section__title {
  background: #005977;
  color: #ffffff;
  text-transform: uppercase;
  padding: 12px;
  margin-bottom: 10px;
}

.section--800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

a:hover {
  text-decoration: none;
}

.input-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.input-row .input-group:not(:last-child) {
  margin-right: 10px;
}

.input-group {
  margin-bottom: 15px;
}

.input-correct {
  -webkit-box-shadow: 0 0 4px 4px #21667E;
          box-shadow: 0 0 4px 4px #21667E;
}

.input-error {
  border: 2px solid red;
}

#shadow {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 500;
}

#scroll-top {
  position: fixed;
  bottom: 50px;
  left: 14px;
  cursor: pointer;
  display: none;
  z-index: 400;
}
#scroll-top:hover svg {
    fill: #FFAC4A;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.moveToBottom {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -20px;
  -webkit-animation: moveBottom 2s infinite linear;
  animation: moveBottom 2s infinite linear;
}

.textBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}

.textBlock__text {
  -webkit-box-flex: 3;
  -webkit-flex: 3;
      -ms-flex: 3;
          flex: 3;
  padding: 16px 40px;
}

.textBlock__img {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
      -ms-flex: 2;
          flex: 2;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.textBlock__title {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.textBlock p:not(:last-child) {
  margin-bottom: 20px;
}
.textBlock ul {
    list-style: inherit;
}
.textBlock li {
    margin-bottom: 20px;
}

.btn {
  display: inline-block;
  max-width: 306px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #FFAC4A;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#FFAC4A), to(#FFD991));
  background-image: -webkit-linear-gradient(top left, #FFAC4A, #FFD991);
  background-image: -o-linear-gradient(top left, #FFAC4A, #FFD991);
  background-image: linear-gradient(to bottom right, #FFAC4A, #FFD991);
  -webkit-border-radius: 8px;
          border-radius: 8px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  white-space: nowrap;
  -webkit-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  -webkit-transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
  transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
  cursor: pointer;
}

.btn:hover {
  -webkit-box-shadow: 0 0 40px 40px #ff9110 inset;
          box-shadow: 0 0 40px 40px #ff9110 inset;
}

.btn--secondary {
  background: #012E3D;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#012E3D), to(#012E3D));
  background-image: -webkit-linear-gradient(top left, #012E3D, #012E3D);
  background-image: -o-linear-gradient(top left, #012E3D, #012E3D);
  background-image: linear-gradient(to bottom right, #012E3D, #012E3D);
}

.btn--secondary:hover {
  -webkit-box-shadow: 0 0 40px 40px #03475E inset;
          box-shadow: 0 0 40px 40px #03475E inset;
}
.btn--third {
  background: #2eb75c;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#2eb75c), to(#32cd32));
  background-image: -webkit-linear-gradient(top left, #2eb75c, #32cd32);
  background-image: -o-linear-gradient(top left, #2eb75c, #32cd32);
  background-image: linear-gradient(to bottom right, #2eb75c, #32cd32);
  -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn--third:hover {
  background: #32cd32;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#32cd32), to(#2eb75c));
  background-image: -webkit-linear-gradient(top left, #32cd32, #2eb75c);
  background-image: -o-linear-gradient(top left, #32cd32, #2eb75c);
  background-image: linear-gradient(to bottom right, #32cd32, #2eb75c);
  box-shadow: none;
}

.btn-call-modal {
  position: relative;
  margin: 0 auto;
}

.btn-download {
  position: absolute;
  bottom: -10px;
  left: 160px;
}

.btn-download a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.btn-download a svg {
  margin-left: 5px;
}

.btn-open-more {
  display: none;
}
.btn-area {
    text-align: center;
    background-color: #005977;
    padding: 20px;
}

.bx-wrapper .bx-controls-direction a {
  position: relative;
  width: 100px;
  color: #000;
  font-size: 24px;
  text-decoration: none;
}

.feedback .bx-wrapper .bx-controls-direction a {
  color: #fff;
}

.bx-wrapper .bx-prev {
  left: 0;
}

.bx-wrapper .bx-next {
  right: -60px;
}

#bx-pager1 {
  position: absolute;
  top: auto;
  left: 54px;
  bottom: 2px;
}

#bx-pager2 {
  position: absolute;
  top: auto;
  left: 97px;
  bottom: 38px;
  color: #fff;
}

#bx-pager3 {
  position: absolute;
  top: auto;
  left: 54px;
  bottom: 2px;
}

.bx-controls-direction {
  display: block;
  width: 108px;
  margin-top: 5px;
}

.bx-wrapper img {
  width: 100%;
}

.header {
  padding-top: 15px;
}

.header__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
}

.header .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__desc {
  font-size: 18px;
  line-height: 1.1;
  color: #03475E;
}

.logo {
  margin-right: 40px;
}

.logo img {
  width: 120px;
}
/* Хлебные крошки */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb a {
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  color: #21667e;
}

.breadcrumb li {
  margin-left: 10px;
}

.breadcrumb li.active {
  color: #FFAC4A;
}
.breadcrumb a:hover svg {
    fill: #FFAC4A;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
/* Хлебные крошки end */

.contacts__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts a {
  font-size: 18px;
  color: #03475E;
}

.contacts__row:first-child {
  margin-right: 22px;
}

.contacts svg {
  margin-right: 10px;
}

.contacts--footer a {
  font-weight: 700;
}

.contacts--footer a,
.contacts--footer p {
  color: #fff;
  font-size: 16px;
  max-width: 240px;
}

.contacts .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar {
  background: #03475E;
  margin-bottom: 5px;
  width: 100%;
}

.navbar--fixed {
  position: fixed;
  top: 0;
  background: rgba(3, 71, 94, 0.9);
  z-index: 1000;
}

.navbar__btn-menu {
  display: none;
}

.main-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main-menu li {
  position: relative;
  padding: 10px;
}

.main-menu li:hover > .submenu {
  display: block;
}

.main-menu a {
  overflow: hidden;
  position: relative;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  line-height: 2;
}

.main-menu a::before,
.main-menu a::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
}

.main-menu a::before {
  background-color: #ffffff;
  height: 2px;
  bottom: 0;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.main-menu a::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: translate3d(200%, 0, 0);
          transform: translate3d(200%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  color: #ffffff;
}

.main-menu a:hover::before {
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}

.main-menu a:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.main-menu a span {
  display: inline-block;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  -o-transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1), -webkit-transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.main-menu a:hover span {
  -webkit-transform: translate3d(-200%, 0, 0);
          transform: translate3d(-200%, 0, 0);
}

.main-menu > span {
  position: relative;
  color: #FFAC4A;
  font-size: 18px;
  line-height: 2;
}

.main-menu > span:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  background-color: #FFAC4A;
  height: 2px;
  bottom: 0;
}

.main-menu__btn-menu {
  display: none;
}

.main-menu .active {
  line-height: 2;
  font-size: 18px;
  color: #FFAC4A;
}

.main-menu__submenu:hover {
  background-color: #21667e;
}

.footer-menu {
  color: #fff;
  list-style-position: inside;
}

.footer-menu a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #e9e9e9;
}

.footer-menu span {
  color: #FFAC4A;
  font-size: 16px;
  line-height: 1.5;
}

.submenu {
  position: absolute;
  display: none;
  top: 59px;
  left: 0;
  background-color: #21667e;
  z-index: 200;
}

.submenu li {
  padding-left: 30px;
  padding-right: 30px;
}

.submenu a {
  line-height: 1.3;
  white-space: nowrap;
}

.managersTo {
  position: fixed;
  top: 5%;
  left: 50%;
  width: 90%;
  max-width: 500px;
  background-color: #fff;
  z-index: 9999;
  padding: 20px;
}

.managersTo__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid #aaaaaa;
  padding: 20px;
}

.managersTo__question {
  font-weight: bold;
  margin-bottom: 40px;
  font-size: 20px;
}

.managersTo__btn {
  width: 120px;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  cursor: pointer;
  margin-bottom: 10px;
  background-color: #cccbcb;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  -webkit-transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
  transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}

.managersTo__btn:hover {
  -webkit-box-shadow: 0 0 39px 39px #adadad inset;
  box-shadow: 0 0 39px 39px #adadad inset;
  color: #fff;
}

.managersTo__btn--active {
  border: 1px solid #444444;
}

.managersTo__wrapper {
  overflow-y: auto;
  padding: 0 20px;
}

.managersTo__list {
  list-style: none;
  margin-bottom: 20px;
}

.managersTo__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.managersTo__avatar {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.managersTo__name {
  text-decoration: none;
  background-color: #cccbcb;
  color: #000;
  width: 120px;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -webkit-transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
  transition: color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
  -o-transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
  transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out, -webkit-box-shadow 300ms ease-in-out;
}

.managersTo__name:hover {
  -webkit-box-shadow: 0 0 39px 39px #adadad inset;
  box-shadow: 0 0 39px 39px #adadad inset;
  color: #fff;
}

.choice-btn-group {
  width: 100%;
  white-space: nowrap;
}

.choice-btn-group:after {
  content: '';
  display: table;
  clear: both;
}

.btn-open-choice {
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
}

.btn-open-choice svg {
  display: block;
}

.btn-open-choice:hover {
  animation: shake 0.5s;
  -webkit-animation: shake 0.5s;
}

.btn-back-choice {
  cursor: pointer;
}

.firstscreen {
  height: 470px;
}

.firstscreen__bg {
  position: absolute;
  top: -8%;
  left: -8%;
  width: 116%;
  height: 116%;
  background-image: url(/images/bg_main.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: -1;
}

.firstscreen__title {
  max-width: 500px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.firstscreen__desc {
  color: #ffffff;
  max-width: 500px;
  font-size: 18px;
}

.firstscreen__title-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px;
  margin-right: 10px;
  overflow: hidden;
}

.firstscreen .form {
  width: 380px;
}

.firstscreen .btn-call-modal {
  display: none;
  margin-top: 20px;
}

#mapMsk {
  display: none;
}

.headerMap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  padding: 2rem;
  margin-right: 10px;
  color: #03475E;
}

.headerMap__box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.headerMap__info {
  position: relative;
  width: 440px;
  z-index: 100;
}

.headerMap__info .contacts__row {
  margin-bottom: 20px;
}

.headerMap__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.headerMap__texts {
  position: relative;
  background-color: #fff;
  border: 1px solid #03475E;
  padding: 15px 15px 1px 15px;
}

.headerMap__btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.headerMap__btn {
  background-color: #ffac4a;
  border: none;
  color: #fff;
  width: 48%;
  height: 42px;
  font-size: 14px;
  font-weight: 800;
  cursor: inherit;
}

.headerMap__btn--switch {
  background-color: #fff;
  border: 1px solid #03475E;
  color: #03475E;
  cursor: pointer;
}

.headerMap a {
  color: #03475E;
}

.headerMap .contacts {
  display: none;
}

.headerMap .contacts--active {
  display: block;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #03475E;
  border: 10px solid #FFAC4A;
  color: #ffffff;
  text-align: center;
  padding: 40px;
}

.form__title {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.text-hide {
  display: none;
}

.form__legend {
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}

.form .form__input {
  max-width: 306px;
  width: 100%;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  padding-left: 15px;
  font-size: 18px;
}

.form .form__input:placeholder {
  color: #598593;
}

.form--landing {
  background: none;
  border: none;
}

.form--rent {
  border: none;
  padding: 10px 15px 0;
}

.form--rent .form__title {
  text-align: center;
  margin-bottom: 10px;
}

.form--rent .form__title span {
  display: inline-block;
  background-color: #FFAC4A;
  padding: 5px 10px;
}

.form--rent .form__desc {
  margin-bottom: 20px;
}

.form--rent .form__btn {
  width: 40px;
  padding-top: 3px;
}

.form--statika {
  padding: 0;
}

.form--statika .form__img {
  background-image: url(/images/img-form-statika.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form--statika .form__fieldset {
  border: none;
  padding: 10px 15px 20px;
}

.form--statika .form__title {
  text-align: center;
  margin-bottom: 20px;
}

.form--statika .form__title span {
  display: inline-block;
  background-color: #FFAC4A;
  padding: 5px 10px;
}

.form--statika .form__subtitle {
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form--statika .input-row {
  border: 4px solid #fff;
  padding: 15px 15px 0;
  margin-bottom: 10px;
}

.form--statika .input-group {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form--statika .form__btn {
  width: 100%;
}

.form--discuss {
    border: none;
    background-color: #21667e;
    background-image: url(/images/bg-form-discuss.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 40px 40px 30px;
}
.form--discuss fieldset {
    border: 2px solid #fff;
    border-radius: 10px;
    max-width: 450px;
    margin: 0 auto 20px;
    padding: 20px 40px;
}
.form--discuss .form__title {
  margin-bottom: 10px;
}

.form--discuss .form__subtitle {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}
.form--discuss fieldset .form__input {
    width: 100%;
    max-width: 100%;
}

.form__price-line {
  background-color: #fff;
  color: #083A4B;
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  padding: 10px;
  margin-bottom: 20px;
}

#modalForm,
#modalFormThanks,
#modalCalc {
  position: fixed;
  display: none;
  opacity: 0;
  top: 60%;
  left: 50%;
  z-index: 900;
}

.modalForm {
  max-width: 360px;
  margin-left: -180px;
}

.modalCalc {
  max-width: 460px;
  margin-left: -230px;
}

.close {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #053969;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding: 5px;
}

.close:hover {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section--form {
  background-image: url(/images/bg_form.jpg);
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  margin-bottom: 10px;
}

.modalCalc__table {
  width: 100%;
  text-align: left;
  white-space: nowrap;
  margin-bottom: 20px;
}

.modalCalc caption {
  font-size: 18px;
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #FFAC4A;
}

.modalCalc td {
  font-size: 14px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.modalCalc td input {
  width: 100%;
}

.modalCalc td:last-child {
  padding-left: 5px;
  padding-right: 5px;
}

.modalCalc td:last-child input {
  color: #FFAC4A;
  font-weight: 500;
}

.modalCalc .form__input {
  max-width: 100%;
  width: 100%;
}

.modalCalc .form__title {
  margin-bottom: 15px;
}

.achievements {
  color: #ffffff;
}

.achievements__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  background: #21667E;
  padding: 30px 40px;
}

.achievements__h3 {
  font-size: 32px;
  margin-bottom: 5px;
}

.achievements__text {
  font-size: 18px;
  text-transform: uppercase;
}

.achievements__icon {
  display: none;
  margin-right: 30px;
}

.rent {
  font-size: 16px;
  font-weight: 500;
  color: #03475E;
}

.rent__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 20px;
}

.rent__item:not(:last-child) {
  margin-bottom: 20px;
}

.rent__col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  width: 50%;
}

.rent__col:first-child a {
  display: block;
  min-height: 300px;
  height: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}

.rent__col:first-child {
  padding-right: 20px;
}

.rent__title {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 30px;
}

.rent__table {
  margin-bottom: 20px;
}

.rent__table table {
  width: 100%;
}

.rent__table caption {
  font-size: 20px;
  font-weight: 800;
  text-align: left;
}

.rent__table caption span {
  display: inline-block;
  border-bottom: 1px solid #03475E;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rent__table td {
  border-bottom: 1px solid #03475E;
  padding-top: 5px;
  padding-bottom: 5px;
}

.rent__table td:last-child {
  text-align: right;
  font-weight: 800;
}

.rent__table tr:last-child td {
  border-bottom: none;
  font-size: 20px;
  text-align: left;
  padding-top: 20px;
}

.rent img {
  width: auto;
  height: 100%;
}

.services.row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.services a {
  display: block;
  text-decoration: none;
}

.services__item {
  display: table;
  -webkit-flex-basis: -webkit-calc(33.33% - 10px);
      -ms-flex-preferred-size: calc(33.33% - 10px);
          flex-basis: calc(33.33% - 10px);
  background: #083A4B;
}
.services__item {
    margin-bottom: 10px;
}

.services__item:hover > a .services__img-box {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
}

.services__img-box {
  display: table-cell;
  width: 170px;
  height: 170px;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.services__text-box {
  display: table-cell;
  vertical-align: middle;
  padding: 16px;
}

.services__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}
.servicesShpunt {
    background-color: #21667E;
    text-align: center;
}
.servicesShpunt.row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.servicesShpunt__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px;
}
.servicesShpunt__subtitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    min-height: 40px;
}
.servicesShpunt__img-box {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
    max-width: 320px;
    height: 20vw;
    margin: 0 auto 20px;
}

.works,
.worksPage {
  margin-bottom: 10px;
}

.works__item,
.worksPage__item {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.works__item a,
.worksPage__item a {
  display: block;
}

.works__item:hover > a img,
.worksPage__item:hover > a img {
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.works__item:hover > .works__subtitle,
.worksPage__item:hover > .works__subtitle {
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
}

.works img,
.worksPage img {
  filter: brightness(40%);
  -webkit-filter: brightness(40%);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.works__subtitle,
.worksPage__subtitle {
  position: absolute;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  padding: 24px;
  bottom: 0;
  z-index: 100;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.worksPage__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.worksPage__item {
  width: 32%;
}

.worksPage .btn-download {
  position: static;
  text-align: center;
  margin-top: 20px;
}

.calc__form {
  display: block;
  border: none;
  text-align: left;
  padding: 20px 40px;
}

.calc__result {
  display: inline-block;
  border: 4px solid #FFAC4A;
  padding: 10px;
  margin-bottom: 40px;
  margin-right: 20px;
}

.calc__subtitle {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.calc__select {
  width: 100%;
  background: white;
  border: none;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 10px;
}

.calc .input-group:not(:last-of-type) {
  margin-bottom: 40px;
  margin-right: 40px;
}

.calc__input {
  background-color: #fff;
  padding: 5px 10px;
  font-size: 14px;
}

.calc__readonly {
  background-color: #a5a5a5;
}

.calc__resulttitle {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 10px;
  white-space: nowrap;
}

.calc__info-box {
  margin-bottom: 40px;
}

.calc__info-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.calc__info-text svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
}

.calc__info-text p {
  font-size: 16px;
  line-height: 1.3;
}

.specs {
  background-color: #21667e;
  padding: 20px 40px;
}

.specs__title {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 20px;
}

.specs__table-box {
  overflow-x: auto;
}

.specs__table {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #000000;
  font-size: 16px;
}

.specs__table th {
  background-color: #ececec;
  border: 1px solid #808080;
  padding: 20px 5px;
}

.specs__table td {
  border: 1px solid #808080;
  padding: 20px 5px;
}

.specs__mainTr td:first-child {
  background-color: #ececec;
}

.feedback__wrapper {
  background: #083A4B;
  padding-top: 34px;
  padding-bottom: 1px;
}

.feedback__viewport {
  margin: 0 auto 34px;
  padding-left: 40px;
  padding-right: 40px;
}

.feedback__all {
  position: absolute;
  bottom: 38px;
  right: 84px;
}

.feedback__all a {
  color: #fff;
}

.feedback__all a:hover {
  text-decoration: none;
}

.feedback .bx-wrapper .bx-viewport {
  margin-bottom: 13px;
}

.feedbackPage__list {
  display: -webkit-box;
  display: -webkit-flex;
  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;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.feedbackPage__item {
  width: 22%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-bottom: 20px;
  border: 2px solid #ccc;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 10px;
  overflow: hidden;
}

.feedbackPage__item:hover > a img {
  filter: brightness(80%);
  -webkit-filter: brightness(80%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.feedbackPage__item img {
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.techs.row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.techs__item {
  position: relative;
  -webkit-flex-basis: -webkit-calc(33.33% - 5px);
      -ms-flex-preferred-size: calc(33.33% - 5px);
          flex-basis: calc(33.33% - 5px);
  margin-bottom: 10px;
}

.techs__img {
  overflow: hidden;
}

.techs__img:hover > a img {
  filter: brightness(60%);
  -webkit-filter: brightness(60%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.techs__img:hover > .techs__text {
  padding-top: 32px;
  padding-bottom: 32px;
}

.techs img {
  display: block;
  width: 100%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.techs__text {
  position: absolute;
  width: 90%;
  background: #21667E;
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  padding: 24px;
  left: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.section404__title {
  color: #961700;
  text-align: center;
  font-size: 12rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section404__desc {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section404__text {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 2rem;
}

.section404 p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 2rem;
}

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

.sectionThanks__desc {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.sectionThanks__text {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 2rem;
}

.sectionThanks p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 2rem;
}

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

.sectionArticle p {
  margin: 0 auto 2rem;
}

.sectionArticle ul {
  line-height: 1.3;
}

.sectionArticle li {
  margin-bottom: 10px;
}

.sectionArticle h5 {
  color: #961700;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.bInfoBlock {
  color: #ffffff;
  font-weight: 300;
}

.bInfoBlock:nth-of-type(even) .bInfoBlock__col:first-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.bInfoBlock:nth-of-type(even) .bInfoBlock__col:last-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.bInfoBlock:nth-of-type(odd) .bInfoBlock__col:first-child {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.bInfoBlock:nth-of-type(odd) .bInfoBlock__col:last-child {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.bInfoBlock__info {
  height: 100%;
  padding: 1rem 3rem;
}

.bInfoBlock__col {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  min-height: 400px;
}

.bInfoBlock h2 {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.bInfoBlock h3 {
  margin-bottom: 10px;
}

.bInfoBlock p {
  margin-bottom: 20px;
}

.bInfoBlock ul {
  text-transform: uppercase;
  list-style: inherit;
  list-style-position: inside;
}

.bInfoBlock li {
  margin-bottom: 10px;
}

.stages {
  counter-reset: section-counter;
  padding: 1rem 4rem;
  background-color: #21667e;
  color: #ffffff;
}

.stages__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.stages__item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 33.3333%;
  padding-left: 50px;
  margin-bottom: 30px;
}

.stages__item:before {
  counter-increment: section-counter;
  content: counter(section-counter);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

.stages__title {
  text-transform: uppercase;
  font-size: 32px;
  margin-bottom: 30px;
}

.stages__text {
  font-size: 16px;
  font-weight: 300;
}

.bWorks {
  margin-bottom: 10px;
}

.bWorks__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #ffffff;
}

.bWorks__col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
}

.bWorks__col:first-child {
  background-color: #083a4b;
  padding: 1rem 4rem;
}

.bWorks__subtitle {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.bWorks__list-group {
  position: relative;
  padding-left: 50px;
  margin-bottom: 20px;
}

.bWorks__list-group svg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #1ca4ff;
  padding: 5px;
}

.bWorks .bx-viewport {
  margin-bottom: 15px;
}

.economy {
  background-image: url(/images/bg_ec_calc.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  color: #fff;
  padding: 30px;
}

.economy__container {
  max-width: 562px;
  margin: 0 auto;
}

.economy__title {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

.economy__calc {
  background-color: #083a4b;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 1.5rem 3rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.economy__item:not(:last-child) {
  margin-bottom: 20px;
}

.economy__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.economy__percent {
  width: 42px;
  margin-bottom: 10px;
}

.economy__progressbar {
  width: 100%;
  height: 20px;
  background-color: #062e3b;
}

.economy__progressbar span {
  display: block;
  background-color: #ffac4a;
  height: 100%;
  width: 0%;
}

.shpuntCard {
    width: 24%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 24px;
    margin-bottom: 10px;
}
.shpuntCard__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
}
.shpuntCard__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
}
.shpuntCard__group:last-of-type {
    margin-bottom: 24px;
}
.shpuntCard__icon {
    display: block;
    width: 24px;
    height: 24px;
    background: #2EB75C;
    border-radius: 50%;
    padding-left: 5px;
    padding-top: 5px;
    margin-right: 15px;
}


.footer {
  background: #03475E;
  padding-top: 34px;
  padding-bottom: 34px;
}

.footer__col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
}

.footer__col:last-child {
  text-align: right;
}

.footer__item-row {
  margin-bottom: 20px;
}

.footer__inline-box {
  display: inline-block;
  text-align: left;
}

.details {
  color: #ffffff;
  line-height: 1.5;
  margin-top: 20px;
}

.details a {
  color: #fff;
}

.details a:hover {
  text-decoration: none;
}

.details__item--last {
  margin-top: 20px;
}
.articlesBody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: start;
    gap: 40px;
}

.blog {
    width: 100%;
}

.blog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: start;
    -ms-flex-align: start;
        align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
-ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding-right: 20px;
    margin-left: -20px;
    margin-right: -20px;
}
.blog__item {
    width: 33.33%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 0 20px;
}
.blog__item a {
    display: block;
    border-top: 1px solid #e7e7e7;
    color: #333;
    text-decoration: none;
    padding: 40px 0;
}
.blog__item a:hover {
    color: #03475E;
}
.sidebar {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 300px;
}

.blog__item:hover > a img {
  filter: brightness(90%);
  -webkit-filter: brightness(90%);
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.blog__pic {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.blog__title {
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}
.blog__picWrap {
    overflow: hidden;
    margin-bottom: 10px;
}
.blog__pic {
    display: block;
    width: 100%;
    height: auto;
}
.articleMeta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
    font-size: 14px;
    color: #7b7b7b;
    margin-right: 10px;
}
.articleMeta svg {
    margin-right: 5px;
}
.widget__list {
    list-style: none;
}
.widget a {
    text-decoration: none;
}

.widget__title {
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}
.widget a:hover > .widget__articleTitle {
    color: #03475E;
}
.widget__articleTitle {
    line-height: 1.3;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.widget__item {
    border-bottom: 1px solid #e7e7e7;
    padding-top: 20px;
    padding-bottom: 20px;
}
.article {
    width: 100%;
}
.article__title {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 20px;
}
.article__imgWrap {
    margin-bottom: 20px;
}
.article__img {
    width: 100%;
    height: auto;
}
.article h2 {
    margin-bottom: 10px;
}
.article img {
    width: auto;
    max-width: 100%;
    height: auto;
}
.article p {
    font-size: 18px;
    line-height: 28px;
    color: #454545;
    margin-bottom: 20px;
}
.article ul {
    list-style: disc;
    padding-left: 40px;
    font-size: 18px;
    line-height: 28px;
    color: #454545;
    margin-bottom: 20px;
}
.article table {
    width: 100%;
    margin-bottom: 20px;
}
.article td {
    border: 1px solid #e7e7e7;
    padding: 10px;
}
.article td * {
    font-size: 15px;
}
.article thead td {
    vertical-align: top;
}
.pagination {
    list-style: none;
    text-align: center;
    margin-top: 30px;
}    
.pagination__item {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #eeeeee;
    border: 1px solid #fff;
}
.pagination__item--active {
    width: 34px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    background-color: #36688b;;
}
.pagination__link {
    text-decoration: none;
}
.pagination__link span {
    position: relative;
    top: -2px;
}

.next-prev {
   display: flex;
   justify-content: center;
   align-items: center;
}

.next-prev a {
   display: inline-block;
   padding: 10px 20px;
   margin: 0 5px;
   border-radius: 5px;
   background-color: #f2f2f2;
   color: #333;
   text-decoration: none;
   transition: background-color 0.3s ease;
}

.next-prev a:hover {
   background-color: #ddd;
}

.prev-div {
   margin-right: auto;
}

.next-div {
   margin-left: auto;
}

.data-table {
    margin: 40px auto;
    text-align: left;
}
.data-table th {
    padding: 5px 20px;
    text-align: center;
    font-weight: bold;
}
.data-table td {
    padding: 5px 20px;
}
.data-table span {
    font-size: 24px;
    color: red;
    font-weight: bold;
}
.sectionThanks .input-group {
    text-align: center;
}
.sectionThanks .input-group p {
    margin-bottom: 10px;
}

/* ===== Кастомные чекбоксы в формах ===== */
.form-agreements {
    padding: 10px 0 5px;
    text-align: left;
    max-width: 306px;
    margin: 0 auto 15px;
}

.form-agreements .custom-checkbox {
    position: relative;
    display: block;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
    padding-left: 28px;
    margin-bottom: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form--landing .form-agreements .custom-checkbox,
.form .form-agreements .custom-checkbox {
    color: #fff;
}

.form-agreements .custom-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    cursor: pointer;
}

.form-agreements .custom-checkbox .checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #ffffff;
    border: 1px solid #03475E;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-agreements .custom-checkbox .checkmark svg {
    position: absolute;
    top: 3px;
    left: 2px;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-agreements .custom-checkbox .checkmark svg path {
    stroke: #FFAC4A;
}

.form-agreements .custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #03475E;
    border-color: #03475E;
}

.form-agreements .custom-checkbox input[type="checkbox"]:checked + .checkmark svg {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.form-agreements .custom-checkbox:hover .checkmark {
    border-color: #FFAC4A;
}

.form-agreements .custom-checkbox a {
    color: #FFAC4A;
    font-size: 13px;
    text-decoration: underline;
}

.form-agreements .custom-checkbox a:hover {
    text-decoration: none;
}

.checkbox-error-msg {
    display: none;
    color: #ff4d4d;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    margin-top: 8px;
    padding-left: 2px;
    text-align: left;
}

.checkbox-error-msg--visible {
    display: block;
}

.form-agreements .custom-checkbox.checkbox-error .checkmark {
    border-color: #ff4d4d;
    background-color: #fff5f5;
    -webkit-box-shadow: 0 0 0 1px #ff4d4d;
    box-shadow: 0 0 0 1px #ff4d4d;
}

.form-agreements.checkbox-error-block {
    border: 1px dashed #ff4d4d;
    padding: 10px;
    border-radius: 4px;
}

@media (max-width: 992px) {
  .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 15px;
  }
  .header__container {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
  .header__row {
    display: block;
    padding-bottom: 0;
  }
  .header__desc {
    display: none;
  }
  .logo {
    margin-right: 0;
  }
  .header .contacts {
    display: none;
  }
  .main-menu {
    background: #03475E;
    z-index: 200;
  }
  .main-menu.row {
    display: block;
  }
  .navbar {
    position: relative;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 0;
    background: none;
  }
  .navbar__bar {
    display: block;
    height: 4px;
    background: #005977;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .main-menu {
    position: absolute;
    display: block;
    top: 60px;
    left: -295px;
    width: 280px;
    padding-left: 15px;
    padding-right: 0;
  }
  .navbar__btn-menu {
    display: block;
    height: 60px;
  }
  .navbar__bar-group {
    position: relative;
    top: 12px;
    width: 36px;
    height: 36px;
    cursor: pointer;
  }
  .linked--mob-hide {
    display: none;
  }
  .bar1__active {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  .bar2__active {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transform-origin: 17px 0;
    -ms-transform-origin: 17px 0;
    transform-origin: 17px 0;
  }
  .submenu {
    position: static;
  }
  .submenu a {
    white-space: pre-wrap;
  }
  .headerMap__texts {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .services__item {
    -webkit-flex-basis: -webkit-calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
    .blog__item {
        width: 49%;
    }
    .articlesBody {
        display: block;
    }
    .blog__list {
        padding-right: 0;
    }
    .sidebar {
        width: 100%;
    }
}
@media (max-width: 768px) {
  .container--mobile {
    padding: 0;
  }
  main {
    padding: 2rem 0;
  }
  h1 {
    font-size: 24px;
  }
  .innerH1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 18px;
  }
  .firstscreen__form {
    display: none;
  }
  .firstscreen__desc {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .firstscreen__title-box {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 4rem 20px 5rem 20px;
    margin-right: 0;
  }
  .pageContacts .firstscreen {
    height: auto;
  }
  .btn-call-modal {
    display: block;
  }
  .headerMap {
    display: block;
    text-align: right;
    margin-right: 0;
  }
  .headerMap__info {
    display: inline-block;
    width: 350px;
  }
  .headerMap p {
    text-align: left;
  }
  .services__item {
    -webkit-flex-basis: -webkit-calc(100%);
        -ms-flex-preferred-size: calc(100%);
            flex-basis: calc(100%);
  }
  .servicesShpunt__item {
        padding: 20px;
    }
    .servicesShpunt__subtitle {
        min-height: auto;
    }
  .achievements .row {
    display: block;
  }
  .achievements__item {
    padding: 20px;
  }
  .achievements__h3 {
    font-size: 20px;
  }
  .achievements__text {
    font-size: 16px;
  }
  .achievements__icon {
    display: block;
  }
  .techs__item {
    -webkit-flex-basis: -webkit-calc(50% - 5px);
        -ms-flex-preferred-size: calc(50% - 5px);
            flex-basis: calc(50% - 5px);
  }
  .worksPage__item {
    width: 49%;
  }
  .rent__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .rent__col {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .rent__col:first-child {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .rent__col:last-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
  .rent__title {
    font-size: 22px;
  }
  .calc__form {
      padding: 20px;
  }
  .calc__subtitle {
      font-size: 14px;
  }
  .calc .row {
    display: block;
    margin-bottom: 0;
  }
  .calc .input-group:not(:last-of-type) {
      margin-right: 20px;
      margin-bottom: 15px;
  }
  .specs {
      padding: 20px;
  }
  .specs__title {
      font-size: 16px;
  }
  .section404__title {
    font-size: 6rem;
  }
  .feedbackPage__item {
    width: 30%;
  }
  .bInfoBlock:nth-of-type(odd) .bInfoBlock__col:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .bInfoBlock:nth-of-type(odd) .bInfoBlock__col:last-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .bInfoBlock .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .bInfoBlock h2 {
    font-size: 1.3rem;
  }
  .bInfoBlock__info {
    padding: 1rem 20px;
  }
  .bInfoBlock__col {
    width: 100%;
    min-height: auto;
  }
  .bInfoBlock__img {
    height: 30vw;
  }
  .stages {
    padding: 1rem 20px;
  }
  .stages__item {
    width: 49%;
  }
  .stages__title {
    font-size: 18px;
  }
  .bWorks__item {
    display: block;
  }
  .bWorks__col {
    width: 100%;
  }
  .textBlock {
    display: block;
  }
  .textBlock__img {
    height: 30vw;
  }
  .shpuntCard {
      width: 48%;
    }
  .footer .row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .footer__col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  .footer__col:first-child {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 34px;
  }
  .form__legend {
      font-size: 16px;
  }
  .form--statika .form__price-line {
    font-size: 1rem;
  }
  .footer__col:last-child {
    text-align: left;
  }
  .blog__list {
        margin-left: 0;
        margin-right: 0;
    }
  .blog__item {
        width: 100%;
        padding: 0;
    }
}

@media (max-width: 500px) {
  .techs.row {
    display: block;
  }
  .techs__item {
    display: none;
    overflow: hidden;
  }
  .techs__item:first-child, .techs__item:nth-child(2), .techs__item:nth-child(3) {
    display: block;
  }
  .techs__item:nth-child(even) .techs__text {
    left: auto;
    right: 0;
  }
  .techs__item:nth-child(even) img {
    left: auto;
    right: 20px;
  }
  .techs__img {
    background-color: #21667E;
  }
  .techs img {
    position: relative;
    left: 20px;
  }
  .btn-open-more {
    display: block;
    margin: 0 auto;
  }
  .btn-download {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
  .headerMap__info {
    width: 300px;
  }
  .feedback__wrapper {
    padding-bottom: 10px;
  }
  .feedback__viewport {
    margin: 34px auto 0;
  }
  .feedback__all {
    position: static;
    margin-top: 20px;
    text-align: center;
  }
  .feedbackPage__item {
    width: 48%;
  }
  .worksPage__list {
    display: block;
  }
  .worksPage__item {
    width: 100%;
  }
  .bx-controls-direction {
    margin-left: auto;
    margin-right: auto;
  }
  #bx-pager1 {
    left: 47%;
    bottom: 60px;
  }
  #bx-pager2 {
    left: 47%;
    bottom: 49px;
  }
  .stages__item {
    width: 100%;
  }
  .form--statika .form__title {
    font-size: 1rem;
  }
  .form--statika .form__subtitle {
    font-size: 1rem;
  }
  .servicesShpunt.row{
        display: block;
    }
    .servicesShpunt__img-box{
        height: 40vw;
    }
    .shpuntCard {
        width: 100%;
    }
}

@media (max-width: 400px) {
  .feedbackPage {
    display: block;
  }
  .feedbackPage__item {
    width: 100%;
  }
}
