

/* Start:/local/templates/nb2/css/style.css?175559330235404*/
/* CSS Document */
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: #012A5C;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: white;
}

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

h1, h2, h3, h4, h5, h6, p {
  font-size: inherit;
  font-weight: inherit;
}

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img, svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active,
textarea:focus, textarea:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

.header {
  height: 67px;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  left: 0;
  background: #002A5B;
  z-index: 1000;
  padding: 0 64px;
}
.header__wr {
  max-width: 1660px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav {
  margin-left: auto;
  margin-right: auto;
}
.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__nav ul span {
  display: inline-block;
  height: 21px;
  width: 2px;
  background: #40A9D4;
}
.header__nav ul li {
  display: inline-block;
  margin: 0 12px;
}
.header__nav ul li a {
  color: white;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;
}
.header__nav ul li a:hover {
  text-decoration: underline;
}
.header__nav ul li a.header__feedback-open {
  display: inline-block;
  margin-right: auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  padding: 7.5px 20px;
  margin-left: 20px;
  background: white;
  color: #002A5B;
  border-radius: 23px;
  border: 1px solid #FFF;
}
.header__nav ul li a.header__feedback-open:hover {
  -webkit-text-decoration: navajowhite;
          text-decoration: navajowhite;
  background: inherit;
  color: #FFF;
}

@media (max-width: 1400px) {
  .header__nav ul li a {
    font-size: 10px;
  }
  .header__feedback-open {
    font-size: 11px;
  }
}
.close-btn {
  display: none;
}

.header__nav-mobile {
  display: none;
}

@media (max-width: 960px) {
  .header {
    height: 34px;
    padding: 0 20px;
  }
  .header__logo img {
    height: 34px;
  }
  .header__nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 223px;
    height: auto;
    background-color: rgb(0, 42, 91);
    z-index: 9999;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    padding: 15px 15px 68px 15px;
  }
  .header__nav.active {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header__nav ul {
    display: block;
  }
  .header__nav ul li {
    padding: 0;
    display: block;
    margin: 0;
    margin-bottom: 6px;
  }
  .header__nav ul li a.header__feedback-open {
    margin-left: 0;
  }
  .header__nav ul li a {
    border-radius: 8px;
    display: block;
    background: #3458B4;
    padding: 8px 10px;
    font-size: 14px;
    text-align: right;
  }
  .header__nav ul span {
    display: none;
  }
  .header__btn {
    width: 24px;
    height: 12px;
    cursor: pointer;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__btn span {
    display: block;
    height: 2px;
    width: 100%;
    border-radius: 2px;
    background: #FFF;
  }
  .close-btn {
    display: block;
    background: none;
    border: none;
    padding: 0;
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 23px;
    right: 15px;
    z-index: 9999;
  }
  .header__nav-mobile {
    display: block;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.header {
  background: #2850a8;
}

.hero {
  overflow: hidden;
  background: radial-gradient(50% 50% at 100% 81%, #2F81E4 0%, rgba(11, 66, 133, 0) 100%), radial-gradient(50% 50% at 0% 81%, #2F81E4 0%, rgba(11, 66, 133, 0) 100%), linear-gradient(116.38deg, #3F60BE 7.09%, #1B45A1 49.99%, #275D9D 96.17%);
  border-radius: 0 0 50px 50px;
  padding: 173px 50px 50px 50px;
}
.hero__wr {
  max-width: 1520px;
  width: 100%;
  margin: auto;
}
.hero__title {
  max-width: 1055px;
  width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.hero_l {
  font-weight: 700;
  font-size: 160px;
}
.hero_l span {
  color: #25bfff;
}
.hero_r {
  font-weight: 700;
  font-size: 46px;
  line-height: 50px;
  padding-top: 19px;
}
.hero__text {
  max-width: 1055px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  line-height: 150%;
  margin-top: -4px;
}
.hero__img {
  margin: 0 -72px;
  margin-bottom: -122px;
}

@media (max-width: 1400px) {
  .hero {
    padding-top: 144px;
  }
  .hero_l {
    font-size: 100px;
  }
  .hero_r {
    font-size: 28px;
    line-height: 35px;
  }
  .hero__title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero__text {
    font-size: 14px;
    max-width: 742px;
    margin-top: -11px;
  }
  .hero__img {
    margin: 0 19px;
    margin-top: 46px;
    margin-bottom: -143px;
  }
}
@media (max-width: 960px) {
  .hero {
    padding-top: 82px;
  }
  .hero_l {
    font-size: 50px;
    line-height: 40px;
  }
  .hero_r {
    font-size: 16px;
    line-height: 16px;
  }
  .hero__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .hero__info {
    margin-bottom: -82px;
  }
  .hero__text {
    font-size: 12px;
    line-height: 13px;
    margin-top: 10px;
  }
  .hero__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px -99px;
    margin-top: 43px;
  }
}
.solutions {
  overflow: hidden;
  position: relative;
}
.solutions:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/local/templates/nb2/css/../img/bg1.png) -10% -16% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 103% 70% no-repeat, url(/local/templates/nb2/css/../img/bg1.png) -10% 111% no-repeat;
  background-color: rgba(1, 42, 92, 0);
  -webkit-filter: blur(41.6px);
          filter: blur(41.6px);
  mix-blend-mode: color-dodge;
  background-size: 55%;
}
.solutions__wr {
  max-width: 1730px;
  width: 100%;
  margin: auto;
}
.solutions__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 64px 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.solutions__element_revers {
  margin-top: -253px;
  padding-bottom: 0;
}
.solutions__element_revers .solutions__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 65px;
  margin-right: -100px;
  margin-top: -99px;
  margin-left: -20%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.solutions__element_revers .solutions__info-wr {
  width: initial;
  text-align: left;
  margin-right: 12%;
}
.solutions__element_revers .solutions__img {
  width: 33%;
  margin-right: 30px;
}
.solutions__element_mp {
  padding-bottom: 0;
  margin-top: -218px;
}
.solutions__img {
  width: 43.365%;
  position: relative;
  z-index: 10;
}
.solutions__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: -20%;
  margin-top: -143px;
  padding-top: 50px;
  padding-left: 15%;
  margin-left: -104px;
  padding-bottom: 65px;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(32, 108, 199, 0.1)), color-stop(0.98%, #002A5B));
  background: linear-gradient(90deg, rgba(32, 108, 199, 0.1) 100%, #002A5B 0.98%);
}
.solutions__info-wr {
  text-align: right;
  width: 520px;
}
.solutions__name {
  line-height: 100%;
  font-size: 100px;
  font-weight: 700;
}
.solutions__name span {
  color: #25BFFF;
}
.solutions__text {
  margin-top: 20px;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 39px */
}
.solutions__link {
  margin-top: 50px;
  padding: 15.5px 35px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 15px;
  background: #25BFFF;
  color: #ffffff;
  display: inline-block;
}

@media (max-width: 1400px) {
  .solutions:before {
    background: url(/local/templates/nb2/css/../img/bg1.png) -10% -7% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 100% 52% no-repeat, url(/local/templates/nb2/css/../img/bg1.png) -10% 96% no-repeat;
    background-size: 55%;
  }
  .solutions__element {
    margin-bottom: 80px;
  }
  .solutions__element_revers {
    margin-top: -267px;
  }
  .solutions__element_revers .solutions__info {
    padding: 20px 0;
    margin-top: -72px;
    padding-right: 83px;
  }
  .solutions__img {
    margin-left: 24px;
    margin-top: -7px;
  }
  .solutions__info {
    padding-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: -135px;
    margin-top: -95px;
  }
  .solutions__name {
    font-size: 60px;
  }
  .solutions__text {
    font-size: 16px;
    margin-top: 10px;
  }
  .solutions__link {
    padding: 8.5px 18px;
    font-size: 14px;
    border-radius: 8px;
    margin-top: 28px;
  }
}
@media (max-width: 960px) {
  .solutions:before {
    background: url(/local/templates/nb2/css/../img/bg1.png) -10% 6% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 100% 59% no-repeat, url(/local/templates/nb2/css/../img/bg1.png) 0% 116% no-repeat;
    background-size: 78%;
  }
  .solutions__element {
    margin: 0;
  }
  .solutions__element_revers {
    padding: 0;
    margin: 0;
    margin-top: -53px;
    margin-bottom: -58px;
  }
  .solutions__element_revers .solutions__img {
    width: 144px;
    margin: 0;
    margin-right: 5px;
  }
  .solutions__element_revers .solutions__info {
    margin: 0;
    padding: 0;
    margin-right: -53px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .solutions__element_revers .solutions__info-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 18px;
  }
  .solutions__element_revers .solutions__text {
    left: 0;
  }
  .solutions__element_revers .solutions__text br {
    display: none;
  }
  .solutions__element_revers .solutions__name {
    margin-left: 0;
    left: 0;
  }
  .solutions__element_revers .solutions__link {
    left: 0;
  }
  .solutions__img {
    width: 187px;
    margin-left: -27px;
    margin-top: -22px;
  }
  .solutions__info {
    padding: 10px 0;
    margin: 0;
    width: 67%;
    margin-left: -37px;
    margin-top: -28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: inherit;
    width: 91%;
    margin-right: -10%;
  }
  .solutions__info-wr {
    width: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .solutions__name {
    position: relative;
    left: -11px;
    font-size: 32px;
  }
  .solutions__text {
    font-size: 10px;
    position: relative;
    padding: 0;
    left: -15px;
  }
  .solutions__link {
    margin-top: 10px;
    font-size: 10px;
    padding: 6px 12px;
    position: relative;
    left: -13px;
  }
}
.advantages {
  margin-top: -53px;
  padding: 10px 60px 0 60px;
  overflow: hidden;
}
.advantages__wr {
  max-width: 1664px;
  width: 100%;
  margin: auto;
}
.advantages__title {
  color: #FFF;
  font-size: 58px;
  font-weight: 600;
}
.advantages__block {
  margin-top: 54px;
  position: relative;
}
.advantages__img {
  width: 69%;
  position: relative;
  z-index: 10;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.98%, #002A5B), to(rgba(32, 108, 199, 0)));
  background: linear-gradient(90deg, #002A5B 0.98%, rgba(32, 108, 199, 0) 100%);
}
.advantages__img img {
  margin-top: -86px;
  margin-left: -183px;
}
.advantages__list {
  position: absolute;
  height: 91%;
  background: -webkit-gradient(linear, left top, right top, color-stop(100%, rgba(32, 108, 199, 0.1)), color-stop(0.98%, #002A5B));
  background: linear-gradient(90deg, rgba(32, 108, 199, 0.1) 100%, #002A5B 0.98%);
  display: block;
  top: 0;
  margin-left: 27%;
  width: 100%;
  padding-left: 26%;
  padding-top: 155px;
}
.advantages__element {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  position: relative;
}
.advantages__element:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 50%;
  margin-left: -30px;
  top: 50%;
  margin-top: -7px;
}
.advantages__element span {
  color: #25BFFF;
}
.advantages__element:nth-child(2) {
  margin-top: 64px;
  margin-left: 37px;
  line-height: 40px;
}
.advantages__element:nth-child(3) {
  margin-top: 67px;
  margin-left: 70px;
}
.advantages__element:nth-child(4) {
  margin-top: 63px;
  margin-left: 35px;
}
.advantages__element:nth-child(5) {
  margin-top: 94px;
  margin-left: -2px;
}

@media (max-width: 1750px) {
  .advantages__element {
    font-size: 26px;
  }
}
@media (max-width: 1400px) {
  .advantages {
    margin-top: -165px;
  }
  .advantages__title {
    font-weight: 600;
    font-size: 32px;
  }
  .advantages__img img {
    margin-top: -63px;
    margin-left: -109px;
  }
  .advantages__list {
    padding-top: 8.466%;
    padding-left: 24.184%;
    height: 95%;
    margin-top: -1.572%;
  }
  .advantages__element {
    font-size: 16px;
  }
  .advantages__element:before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -16px;
    top: 50%;
    margin-top: -7px;
  }
  .advantages__element:nth-child(2) {
    margin-top: 4.312%;
    margin-left: 4.951%;
    line-height: 29px;
  }
  .advantages__element:nth-child(3) {
    margin-top: 4.951%;
    margin-left: 9.262%;
  }
  .advantages__element:nth-child(4) {
    margin-top: 5.59%;
    margin-left: 5.11%;
  }
  .advantages__element:nth-child(5) {
    margin-top: 5.59%;
    margin-left: 0px;
  }
}
@media (max-width: 960px) {
  .advantages {
    margin: 0;
    padding: 0;
    margin-top: 17px;
  }
  .advantages__title {
    padding: 0 16px;
    font-size: 20px;
  }
  .advantages__block {
    margin-top: 67px;
  }
  .advantages__img {
    width: 60%;
  }
  .advantages__img img {
    margin-left: -25px;
  }
  .advantages__list {
    margin-top: -12%;
    padding-top: 5%;
    padding-left: 22%;
    height: 120%;
  }
  .advantages__element {
    font-size: 8px;
  }
  .advantages__element:before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -7px;
  }
  .advantages__element:nth-child(1) {
    padding-right: 150px;
  }
  .advantages__element:nth-child(2) {
    line-height: 9px;
    margin-top: 3.2%;
    margin-left: 2.3%;
    padding-right: 100px;
  }
  .advantages__element:nth-child(2) br {
    display: none;
  }
  .advantages__element:nth-child(3) {
    margin-top: 3.951%;
    margin-left: 4.262%;
  }
  .advantages__element:nth-child(4) {
    margin-top: 2.59%;
    margin-left: 2.6%;
    padding-right: 111px;
  }
  .advantages__element:nth-child(5) {
    margin-top: 3.59%;
    margin-left: 0px;
  }
}
.applications {
  padding: 0 60px;
  margin-top: 18px;
  background: radial-gradient(50% 50% at 0% 52%, #2F81E4 0%, rgba(11, 66, 133, 0) 100%), radial-gradient(50% 50% at 100% 43%, #2F81E4 0%, rgba(11, 66, 133, 0) 100%);
}
.applications__wr {
  max-width: 1665px;
  width: 100%;
  margin: auto;
}
.applications__title {
  color: #FFF;
  font-size: 58px;
  font-weight: 600;
}
.applications__block {
  margin-top: 55px;
}
.applications__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  border-radius: 30px;
}
.applications__element {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  border: 2px solid #25BFFF;
}
.applications__element img {
  display: block;
}
.applications__element:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 20, 31, 0)), to(#1F3343));
  background: linear-gradient(180deg, rgba(15, 20, 31, 0) 0%, #1F3343 100%);
  border-radius: 33px;
}
.applications__content {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  left: 33px;
  font-weight: 700;
  font-size: 70px;
  line-height: 123%;
}

@media (max-width: 1400px) {
  .applications {
    margin-top: 40px;
  }
  .applications__title {
    font-size: 32px;
  }
  .applications__block {
    margin-top: 22px;
  }
  .applications__content {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .applications {
    padding: 0 15px;
    margin-top: 35px;
  }
  .applications__title {
    font-size: 20px;
  }
  .applications__list {
    gap: 12px;
  }
  .applications__element {
    border-radius: 8px;
  }
  .applications__content {
    font-size: 12px;
    bottom: 8px;
    left: 8px;
    padding-right: 20px;
  }
}
.characteristics-block {
  overflow: hidden;
  margin-top: 124px;
  position: relative;
}
.characteristics-block:before {
  content: "";
  display: block;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(/local/templates/nb2/css/../img/bg1.png) -3% 2% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 111% -11% no-repeat, url(/local/templates/nb2/css/../img/bg1.png) -10% 49% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 102% 43% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 102% 57% no-repeat no-repeat, url(/local/templates/nb2/css/../img/bg1.png) -10% 105% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 102% 109% no-repeat no-repeat;
  background-color: rgba(1, 42, 92, 0);
  -webkit-filter: blur(41.6px);
          filter: blur(41.6px);
  mix-blend-mode: color-dodge;
}
.characteristics-block__title {
  padding: 0 60px;
  max-width: 1785px;
  width: 100%;
  margin: auto;
  font-weight: 600;
  font-size: 58px;
  margin-bottom: 32px;
}

.product {
  position: relative;
  z-index: 100;
  padding: 0 60px;
  border-radius: 50px;
}
.product_m2 {
  margin-bottom: 223px;
}
.product:not(:last-child) {
  margin-bottom: 130px;
}
.product:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.98%, #002A5B), to(rgba(32, 108, 199, 0)));
  background: linear-gradient(90deg, #002A5B 0.98%, rgba(32, 108, 199, 0) 100%);
  opacity: 0.4;
}
.product__wr {
  padding: 50px 0;
  max-width: 1665px;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product__l {
  width: 45%;
}
.product__title {
  font-weight: 700;
  font-size: 100px;
  line-height: 100%;
}
.product__title_m1 {
  margin-top: -37px;
}
.product__title span {
  color: #25BFFF;
}
.product__info {
  margin-top: 20px;
  font-weight: 500;
  font-size: 26px;
  line-height: 150%;
}
.product__img_m1 {
  margin-top: 60px;
  margin-bottom: -110px;
}
.product__img_m1 img {
  width: 81%;
  margin-left: -33px;
}
.product__img_m2 img {
  margin-left: -115px;
  margin-top: -39px;
}
.product__r {
  width: 43.724%;
  margin-right: 7%;
}
.product__table-wr {
  overflow: auto;
  border: 1px solid white;
  border-radius: 8px;
}
.product__table {
  border-spacing: 0;
  border-collapse: collapse;
}
.product__table tr th {
  border: 1px solid white;
  text-align: center;
  border-top: 0;
  padding: 18px 10px;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
}
.product__table tr th:first-child {
  border-left: 0;
}
.product__table tr th:last-child {
  border-right: 0;
}
.product__table tr td {
  border: 1px solid white;
  text-align: center;
  border-top: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  padding: 10px 10px;
}
.product__table tr td:first-child {
  border-left: 0;
}
.product__table tr td:last-child {
  border-right: 0;
}
.product__table tr:last-child td {
  border-bottom: 0;
}

.rotate-180 {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

@media (max-width: 1400px) {
  .characteristics-block {
    margin-top: 93px;
    /*	,
    	url(/local/templates/nb2/css/../img/bg1.png) -10% 49% no-repeat,
    	url(/local/templates/nb2/css/../img/bg2.png) 102% 43% no-repeat,
    	url(/local/templates/nb2/css/../img/bg2.png) 102% 57% no-repeat no-repeat,
    	url(/local/templates/nb2/css/../img/bg1.png) -10% 105% no-repeat,
    	url(/local/templates/nb2/css/../img/bg2.png) 102% 109% no-repeat no-repeat;;*/
  }
  .characteristics-block:before {
    background: url(/local/templates/nb2/css/../img/bg1.png) -3% 2% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 119% 11% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 119% 24% no-repeat, url(/local/templates/nb2/css/../img/bg1.png) -3% 40% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 119% 59% no-repeat, url(/local/templates/nb2/css/../img/bg1.png) -9% 88% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 119% 107% no-repeat;
    background-size: 74%;
  }
  .characteristics-block__title {
    font-size: 32px;
  }
  .product:not(:last-child) {
    margin-bottom: 82px;
  }
  .product#block-1 {
    margin-top: 56px;
  }
  .product#block-1 .product__wr {
    padding-top: 18px;
  }
  .product#block-2 .product__block {
    margin-top: -63px;
    padding-left: 32px;
  }
  .product#block-2 .product__r {
    margin-top: -20px;
  }
  .product__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__l {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product__block {
    margin-left: -125px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .product__title {
    font-size: 60px;
  }
  .product__info {
    margin-top: 3px;
    font-size: 16px;
  }
  .product__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .product__img_m1 {
    margin-top: -31px;
    margin-bottom: -56px;
    width: 56%;
    margin-left: 24px;
  }
  .product__img_m2 {
    width: 44%;
    margin-top: -70px;
    margin-left: 86px;
  }
  .product__r {
    width: 100%;
    padding: 0 49px;
    margin: 0;
    margin-top: 26px;
  }
  .product#block-3 .product__img {
    width: 41%;
    margin-top: -105px;
    margin-left: -12px;
  }
  .product#block-3 .product__block {
    margin-left: 34px;
    margin-top: -102px;
  }
  .product#block-3 .product__r {
    margin-top: -51px;
  }
  .product_m2 {
    margin-bottom: 167px;
  }
}
@media (max-width: 960px) {
  .characteristics-block {
    margin-top: 43px;
  }
  .characteristics-block:before {
    background: url(/local/templates/nb2/css/../img/bg1.png) -3% -1% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 119% 18% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 119% 43% no-repeat, url(/local/templates/nb2/css/../img/bg1.png) -3% 55% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 119% 102% no-repeat, url(/local/templates/nb2/css/../img/bg1.png) -9% 86% no-repeat, url(/local/templates/nb2/css/../img/bg2.png) 119% 107% no-repeat;
    background-size: 100%;
  }
  .characteristics-block__title {
    padding: 0 15px;
    font-size: 20px;
  }
  .product {
    border-radius: 0;
    padding: 0 15px;
  }
  .product#block-1 {
    margin-top: 84px;
    margin-bottom: 20px;
  }
  .product#block-2 {
    margin-bottom: 20px;
  }
  .product#block-2 .product__block {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    padding: 0;
    margin: 0;
    margin-right: -60px;
    margin-top: 66px;
  }
  .product#block-2 .product__img {
    padding: 0;
    margin: 0;
    width: 52%;
  }
  .product#block-2 .product__img img {
    margin: 0;
    padding: 0;
    margin-top: -17px;
    margin-left: 29px;
  }
  .product#block-2 .product__wr {
    padding-top: 0;
  }
  .product#block-2 .product__r {
    margin-top: -12px;
  }
  .product#block-3 .product__img {
    width: 44%;
    margin-top: -67px;
    margin-left: -13px;
  }
  .product#block-3 .product__block {
    margin-left: 34px;
    margin-top: 0px;
  }
  .product#block-3 .product__title, .product#block-3 .product__info {
    text-align: right;
  }
  .product#block-3 .product__r {
    margin-top: -13px;
  }
  .product_m2 {
    margin-bottom: 144px;
  }
  .product__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product__block {
    margin-left: -84px;
    margin-top: -9px;
  }
  .product__title {
    font-size: 32px;
  }
  .product__info {
    font-size: 10px;
  }
  .product__img_m1 {
    margin-top: -34px;
    margin-bottom: -53px;
    width: 70%;
    margin-left: 16px;
  }
  .product__r {
    margin-top: 31px;
    padding: 0;
  }
  .product__table-wr tr th {
    font-size: 10px;
    padding: 3px 3px;
  }
  .product__table-wr tr td {
    font-size: 8px;
    padding: 4px 7px;
  }
}
.documents {
  padding: 120px 64px 100px;
}
.documents__wr {
  max-width: 1660px;
  width: 100%;
  margin: auto;
}
.documents__element {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  background: radial-gradient(ellipse closest-corner at 15% 48%, rgb(255, 255, 255) 0%, rgb(1, 42, 92) 68.1%);
}
.documents__img {
  text-align: center;
}
.documents__documentation {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.documentation__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 100%;
  margin-bottom: 20px;
}
.documentation__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.documentation__element a {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: white;
  border-radius: 40px;
  border: 1px solid white;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.documentation__element a img {
  margin-right: 20px;
}

@media (max-width: 960px) {
  .documents {
    padding: 30px 15px;
  }
  .documents__element {
    display: block;
    background-image: initial;
    padding: 15px 0;
  }
  .documents__img {
    background: radial-gradient(ellipse closest-corner at 52% 48%, rgb(255, 255, 255) 0%, rgb(1, 42, 92) 68.1%);
  }
}
.block {
  padding: 0 60px;
  background: linear-gradient(116.38deg, #3F60BE 7.09%, #214AA6 49.99%, #275D9D 96.17%);
  border-radius: 50px 50px 0 0;
  margin-top: -92px;
}
.block__wr {
  max-width: 1665px;
  width: 100%;
  margin: auto;
}

a {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.services {
  padding-top: 42px;
}
.services__title {
  font-weight: 600;
  font-size: 58px;
}
.services__list {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 77px;
}
.services__list-title {
  font-size: 32px;
  font-weight: 700;
}
.services__list-ul {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.services__list-ul li {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  margin-left: 24px;
  position: relative;
}
.services__list-ul li:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: #ffffff;
  border-radius: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -3.5px;
}
.services__box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.services__box a {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  display: block;
  padding: 14px 25px;
  border-radius: 40px;
  border: 1px solid #FFF;
}
.services__box a:hover {
  background: #FFF;
  color: #002A5B;
}

@media (max-width: 1400px) {
  .services {
    padding-top: 27px;
  }
  .services__title {
    font-size: 32px;
  }
  .services__list {
    margin-top: 28px;
  }
  .services__list-title {
    font-size: 18px;
  }
  .services__list-ul li {
    font-size: 14px;
  }
  .services__box {
    margin-top: 26px;
  }
  .services__box a {
    padding: 15px 25px;
    font-size: 16px;
  }
}
@media (max-width: 960px) {
  .block {
    border-radius: 35px 35px 0 0;
    padding: 0 15px;
  }
  .services__title {
    font-size: 20px;
  }
  .services__list {
    margin-top: 18px;
    display: block;
  }
  .services__list-box + .services__list-box {
    margin-top: 18px;
  }
  .services__list-title {
    font-size: 16px;
  }
  .services__list-ul li {
    font-size: 10px;
    margin-left: 8px;
    line-height: 87%;
  }
  .services__list-ul li br {
    display: none;
  }
  .services__list-ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ffffff;
    border-radius: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -2px;
  }
  .services__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
  .services__box a {
    padding: 5.5px 12px;
    font-size: 12px;
  }
}
.contact {
  margin-top: 120px;
  padding-bottom: 120px;
}
.contact__title {
  color: #FFF;
  font-size: 58px;
  font-weight: 600;
}
.contact__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  width: 41.802%;
}
.contact__content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact__content-box span {
  font-size: 20px;
  font-weight: 400;
  margin-top: 4px;
}
.contact__content-box p {
  font-size: 20px;
  font-weight: 700;
}
.contact__content-box a {
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
}
.contact__map {
  border-radius: 30px;
  overflow: hidden;
  width: 50.811%;
}
.contact__map iframe {
  display: block;
  width: 100%;
  height: 400px;
}

@media (max-width: 1400px) {
  .contact {
    margin-top: 60px;
  }
  .contact__title {
    font-size: 32px;
  }
  .contact__block {
    margin-top: 22px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact__content {
    width: 100%;
    margin-top: 24px;
    gap: 0;
  }
  .contact__content-box {
    width: 50%;
  }
  .contact__content-box span {
    font-size: 16px;
  }
  .contact__map {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
  .contact__map iframe {
    height: 300px;
  }
}
@media (max-width: 960px) {
  .contact__title {
    font-size: 20px;
  }
  .contact__block {
    margin-top: 16px;
  }
  .contact__content-box {
    padding-right: 10px;
  }
  .contact__content-box span {
    font-size: 12px;
  }
  .contact__content-box a {
    font-size: 12px;
  }
  .contact__content-box p {
    font-size: 12px;
  }
  .contact__content-box p br {
    display: none;
  }
}
.mt10 {
  margin-top: 20px !important;
}
/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/nb2/css/custom.css?17555933027995*/
/* modal */
.parent-modal,
.parent-moda-two {
	display: none;
}

.modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 99999;
	padding: 0 1.25rem;
}

.modal input.danger {
	border-color: #D41518 !important;
}



.show {
	display: block;
}

.modal-dialog {
	border-radius: 1.5625rem;
	backdrop-filter: blur(1.875rem);
	background: rgba(0, 31, 68, 0.7);
	padding: 3.1875rem 2.6875rem;
	max-width: 50rem;
	width: 100%;
	margin: auto;
	margin: 3.125rem 0;
	overflow-y: scroll;
}

.modal-header h3 {
	color: rgb(255, 255, 255);
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5rem;
	text-align: center;
	margin-bottom: 1rem;
}

.modal input,
.modal textarea {
	box-sizing: border-box;
	border: 0.125rem solid rgb(255, 255, 255);
	border-radius: 0.9375rem;
	background: rgb(255, 255, 255);
	width: 100%;
	padding: 0.8125rem 1.125rem;
	color: rgb(0, 0, 0);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5rem;
	resize: none;
	outline: none;
}

.modal textarea {
	height: 6.5rem;
}

.modal .flex-box {
	display: flex;
	gap: 1.875rem;
	justify-content: space-between;
}

.modal .flex-box > div {
	width: 100%;
}

.modal label {
	display: block;
	color: rgb(255, 255, 255);
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.0625rem;
	margin: 1.25rem 0 0.625rem 0;
}

.modal input::placeholder {
	color: rgb(0, 0, 0);
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.5rem;
}

.modal .modal-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.modal .modal-close,
.modal .modal__close-two {
	background: transparent;
	border: none;
	padding: 0;
	position: absolute;
	top: 0.625rem;
	right: 0.625rem;
	cursor: pointer;
}

.modal .modal-close svg,
.modal .modal__close-two svg {
	width: 1.875rem;
	height: 1.875rem;
}

.modal .re-captcha {
	display: flex;
	align-items: center;
	padding: 0.625rem 1.25rem;
	background: #fff;
	border-radius: 1.25rem;
	width: 15.375rem;
	justify-content: space-between;
	height: 4.125rem;
}

.modal .re-captcha input {
	width: 1.375rem;
	height: 1.375rem;
}

.modal .re-captcha label {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	color: #333;
	font-weight: 400;
	margin: 0;
}

.modal-footer button {
	border-radius: 0.9375rem;
	width: 13.75rem;
	height: 3.125rem;
	line-height: 1.5625rem;
	color: rgb(0, 42, 91);
	font-size: 0.875rem;
	font-weight: 600;
	background: rgb(255, 255, 255);
	border: none;
	cursor: pointer;
}

.parent-moda-two .modal-dialog {
	max-height: 50rem;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
}

.parent-moda-two h4 {
	color: rgb(255, 255, 255);
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 3.0625rem;
	text-align: center;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 45%;
}

#characteristics {
	padding-top: 80px;
}

#solutions {
	padding-top: 80px;
}

@media screen and (max-width: 60rem) {
	.modal .modal-footer {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 60rem) {
	.modal-dialog {
		padding: 1.25rem;
	}
}

@media screen and (max-width: 55.3125rem) {
	.modal-dialog {
		height: 100%;
		margin: 1rem 0;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 55.3125rem) {
	.modal-dialog {
		max-width: 37.5rem;
	}
}

@media screen and (max-width: 30rem) {
	.modal-dialog {
		border-radius: 0.625rem;
	}
}

@media screen and (max-width: 55.3125rem) {
	.modal-header h3 {
		text-align: left;
		font-size: 1rem;
	}
}

@media screen and (max-width: 30rem) {
	.modal-header h3 {
		margin-bottom: 1.25rem;
		margin-top: 2.1875rem;
	}
}

@media screen and (max-width: 30rem) {
	.modal label {
		margin: 0.5rem 0 0.625rem 0;
	}
}

@media screen and (max-width: 60rem) {
	.modal input, .modal textarea {
		padding: 0.3125rem 0.625rem;
	}
}

@media screen and (max-width: 30rem) {
	.modal input::placeholder, .modal input {
		font-size: 0.875rem;
		border-radius: 0.5rem;
	}
}

@media screen and (max-width: 30rem) {
	.modal .flex-box {
		flex-direction: column;
		gap: 0;
	}
}

@media screen and (max-width: 30rem) {
	.modal-footer button {
		width: 100%;
	}

	.send-data {
		margin-top: 20px;
	}
}

.container {
	max-width: 104.063rem;
	margin: 0 auto;
}

@media screen and (max-width: 106.25rem) {
	.container {
		max-width: 100%;
		padding-left: 4rem;
		padding-right: 4rem;
		margin: 0 auto;
	}
}

.contact-section {
	overflow: hidden;
	padding: 3.625rem 0 9.75rem 0;
}

.contact-section .title-text {
	margin-bottom: 1.6875rem;
}

.title-text {
	font-size: 6.25rem;
	line-height: 6.25rem;
}

.title-text, .title__text-md, .title__text-sm {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #ffffff;
	filter: drop-shadow(0rem 0rem 0.4375rem rgba(255, 255, 255, 0.44999998807907104));
}

.contact-section .contact-boxes {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contact-section .contact-content {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 5.3125rem;
}
.contact-section .contact__content-box p, .contact-section .contact__content-box span, .contact-section .contact__content-box a {
	color: rgb(255, 255, 255);
	line-height: normal;
}
.contact-section .contact__content-box span, .contact-section .contact__content-box a {
	display: block;
}
.contact-section .contact__content-box p, .contact-section .contact__content-box a {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 150%;
	margin-top: 0.625rem;
}
.contact-section .contact__content-box p, .contact-section .contact__content-box span, .contact-section .contact__content-box a {
	color: rgb(255, 255, 255);
	line-height: normal;
}
.contact-section .contact-map iframe {
	border-radius: 1.875rem;
	border: none;
}
@media screen and (max-width: 96.5625rem) {
	.contact-map iframe {
		width: 31.25rem;
	}
}
@media screen and (max-width: 106.25rem) {
	.container {
		max-width: 100%;
		padding-left: 4rem;
		padding-right: 4rem;
		margin: 0 auto;
	}
}
@media screen and (max-width: 106.25rem) {
	.title-text {
		font-size: 5rem;
	}
}
@media screen and (max-width: 83.4375rem) {
	.title-text {
		font-size: 3.75rem;
		line-height: 4.375rem;
	}
}
@media screen and (max-width: 75rem) {
	.contact-section .contact-boxes {
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 75rem) {
	.contact-section .contact-boxes {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 75rem) {
	.contact-map {
		width: 100%;
		margin-bottom: 1.875rem;
		order: -1;
	}
}
@media screen and (max-width: 60rem) {
	.contact-section {
		padding: 1.25rem 0 8.75rem 0;
	}
}

@media screen and (max-width: 48rem) {
	.container {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}
@media screen and (max-width: 60rem) {
	.contact-section .title-text {
		margin-bottom: 2.75rem;
	}
}
@media screen and (max-width: 30rem) {
	.title-text {
		font-size: 2rem;
		line-height: 100%;
	}
}
@media screen and (max-width: 75rem) {
	.contact-section .contact-boxes {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 30rem) {
	.contact-section .contact-content {
		flex-wrap: nowrap;
		gap: 1rem;
		justify-content: space-between;
	}
}
@media screen and (max-width: 30rem) {
	.contact-section .contact__content-box span {
		margin-top: 1rem;
	}
}
@media screen and (max-width: 41.25rem) {
	.contact-section .contact__content-box p, .contact-section .contact__content-box a {
		font-size: 0.875rem;
	}
}
@media screen and (max-width: 30rem) {
	.contact-section .contact__content-box:last-child {
		width: 335px;
	}
}
@media screen and (max-width: 75rem) {
	.contact-map {
		width: 100%;
		margin-bottom: 1.875rem;
		order: -1;
	}
}
@media screen and (max-width: 60rem) {
	.contact-map {
		margin-bottom: 1.5rem;
	}
}
@media screen and (max-width: 75rem) {
	.contact-map iframe {
		width: 100%;
		height: 18.75rem;
	}
}

/* End */


/* Start:/local/css/reaspekt/reaspekt.geobase/style.css?1755593304978*/
.ReaspektPopupOverlay {
	height: 100%;
    left: 0;
    opacity: 0.6;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
	background-color: #000;
	filter: alpha(opacity=60); 	/*Filter for IE*/

}
#ReaspektPopupBody {
    position: absolute !important;
    padding: 30px 50px;
    left: 0;
    top: 0;
    /*width: 500px;
    min-height: 100%;
    height: 1000px;*/
    z-index: 510;
    background-color: #fff;
	box-shadow: 0px 0px 15px #000000;
    box-sizing: border-box;
}
#ReaspektPopupBody .ReaspektClosePosition {
	position: relative;
}

#ReaspektPopupBody #ReaspektCloseBtn {
	position: absolute;
	right: -40px;
    top: -20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	background:url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat top;
}

#ReaspektPopupBody #ReaspektCloseBtn:hover {
	background: url("/local/css/reaspekt/reaspekt.geobase/images/close-button-sprite.png") no-repeat 0 -24px;
}

#ReaspektPopupContainer {
	max-width: 900px;

}
/* End */
/* /local/templates/nb2/css/style.css?175559330235404 */
/* /local/templates/nb2/css/custom.css?17555933027995 */
/* /local/css/reaspekt/reaspekt.geobase/style.css?1755593304978 */
