@font-face {
  font-family: 'Play-Regular';
  src: url(fonts/Play-Regular.ttf);
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Play-Bold';
  src: url(fonts/Play-Bold.ttf);
  font-weight: bold;
  font-style: normal; }
* {
  margin: 0;
  padding: 0; }

.container {
  width: 1800px;
  max-width: 100%;
  margin: auto;
  overflow: hidden; }
  @media screen and (max-width: 1800px) {
    .container {
      padding: 0; } }

.wrapper {
  width: 1170px;
  max-width: 95%;
  margin: auto; }

body {
  font-size: 24px;
  font-family: "Play-Regular";
  color: #000;
  line-height: 1.2; }

strong {
  font-family: "Play-Bold"; }

a {
  text-decoration: none;
  color: inherit; }

button {
  border-radius: 10px;
  background-color: #003066;
  width: 294px;
  height: 68px;
  color: #FFF;
  font-size: 16px;
  font-family: "Play-Bold";
  border: none;
  outline: none;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 20px;
  text-transform: uppercase; }

input, textarea {
  outline: none; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #d1d1d1;
    opacity: 1;
    transition: opacity .5s ease; }
  input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .5s ease; }

.hidden {
  display: none; }

.phone-number {
  font-size: larger; }

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

.amoforms_iframe {
  max-width: 100% !important; }

.ui-dialog .ui-dialog-title {
  white-space: initial; }

.flex-image {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; }
  .flex-image img {
    margin-right: 10px; }

.contacts {
  width: 370px;
  max-width: 100%; }
  .contacts img {
    width: 10px; }
  .contacts li:first-child {
    margin-bottom: 5px; }

@media screen and (max-width: 1600px) {
  body {
    font-size: 22px; } }
@media screen and (max-width: 1440px) {
  body {
    font-size: 20px; } }
@media screen and (max-width: 1199px) {
  button {
    width: 260px;
    height: 60px;
    font-size: 15px;
    padding: 0 15px; } }
@media screen and (max-width: 999px) {
  body {
    font-size: 18px; }

  button {
    width: 240px;
    height: 55px;
    font-size: 14px;
    padding: 0 10px; } }
@media screen and (max-width: 599px) {
  body {
    font-size: 16px; }

  button {
    padding: 0 5px; }

  .amoforms_iframe {
    max-width: 95% !important;
    left: calc(50% - 7.5px) !important; } }
header {
  background: url("../img/header-1.jpg") right top no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  header:before, header:after {
    display: block;
    content: '';
    border-radius: 80px;
    background-color: #fff;
    transform: rotate(25deg);
    position: absolute;
    z-index: 1;
    -webkit-box-shadow: 5px -5px 15px 0 rgba(50, 50, 50, 0.25);
    -moz-box-shadow: 5px -5px 15px 0 rgba(50, 50, 50, 0.25);
    box-shadow: 5px -5px 15px 0 rgba(50, 50, 50, 0.25); }
  header:before {
    left: -920px;
    top: -110px;
    width: 2000px;
    height: 2000px; }
  header:after {
    left: 890px;
    top: -720px;
    width: 800px;
    height: 800px; }

.header-top {
  width: 1230px;
  max-width: 100%;
  margin: auto;
  border-bottom: 4px solid #E54323;
  font-size: 16px;
  position: relative;
  z-index: 3; }

.header-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 116px; }
  .header-top-wrapper > div {
    max-width: 100%; }

.logo {
  width: 280px; }
  .logo img {
    width: 274px;
    max-width: 100%; }

.header-top-callback {
  width: 260px;
  color: #e44322;
  text-decoration: underline;
  cursor: pointer; }
  .header-top-callback img {
    width: 30px; }
  .header-top-callback span {
    width: calc(100% - 40px); }

.header-about {
  padding-top: 150px;
  position: relative;
  z-index: 3; }

.header-about-inner {
  width: 1000px;
  max-width: 100%; }

h1 {
  width: 600px;
  max-width: 100%;
  color: #003066;
  font-size: 39px;
  font-family: "Play-Bold";
  line-height: 0.923;
  margin: 0 0 35px; }

.header-about-info-title {
  font-size: 32px;
  color: #e54323; }

.header-about-list-item {
  margin-top: 17px;
  list-style-type: none;
  box-sizing: border-box;
  padding-left: 10px;
  position: relative; }
  .header-about-list-item span {
    position: absolute;
    left: 0;
    top: 0; }

.header-notes {
  margin: 60px auto 50px;
  position: relative;
  z-index: 3; }

.header-notes-item {
  width: 600px;
  max-width: 100%;
  margin: 120px 0 150px; }
  .header-notes-item img {
    display: block;
    width: 57px;
    margin-bottom: 30px; }

.header-notes-item-title {
  font-family: "Play-Bold";
  color: #003066;
  font-size: 32px;
  margin-bottom: 10px; }

.header-notes-item-text {
  line-height: 1.125; }
  .header-notes-item-text p {
    margin: 0 0 10px; }
    .header-notes-item-text p:last-child {
      margin-bottom: 0; }
  .header-notes-item-text strong {
    line-height: 1.4; }
  .header-notes-item-text span {
    color: #e54323; }

.header-extra-note {
  width: 780px;
  max-width: calc(100% - 600px - calc(100% - 1170px) / 2 - 50px);
  position: absolute;
  right: 0;
  bottom: 30px;
  box-sizing: border-box;
  border: 10px solid #003066;
  border-right: none;
  border-top: none;
  padding: 50px 40px 35px;
  font-size: 30px;
  z-index: 1;
  color: #FFF; }
  .header-extra-note:before, .header-extra-note:after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    height: 10px;
    background-color: #003066; }
  .header-extra-note:before {
    left: 0;
    width: 345px; }
  .header-extra-note:after {
    right: 0;
    width: 430px;
    max-width: calc(100% - 345px - 40px); }
  .header-extra-note img {
    position: absolute;
    left: 310px;
    top: -45px;
    width: 90px;
    z-index: 1; }
  .header-extra-note strong {
    display: block;
    width: 620px;
    max-width: 100%; }
    .header-extra-note strong span {
      display: block;
      text-transform: uppercase; }

.header-arr {
  position: absolute;
  left: -190px;
  top: 215px;
  z-index: 2; }

@media screen and (max-width: 1800px) {
  header:before {
    left: inherit;
    right: 41vw; }
  header:after {
    top: -740px;
    left: 46vw; } }
@media screen and (max-width: 1600px) {
  .header-arr {
    left: -270px; }

  .header-about-inner {
    width: 950px; }

  .header-notes {
    margin-top: 100px; }

  .header-extra-note {
    width: 650px;
    border-width: 6px;
    padding: 40px 30px;
    font-size: 26px; }
    .header-extra-note:before, .header-extra-note:after {
      height: 6px; }
    .header-extra-note:before {
      width: 160px; }
    .header-extra-note:after {
      max-width: calc(100% - 190px - 40px); }
    .header-extra-note img {
      top: -55px;
      left: 150px; } }
@media screen and (max-width: 1400px) {
  .header-about {
    padding-top: 80px; }

  h1 {
    font-size: 36px;
    width: 570px; }

  .header-about-list-item {
    margin-top: 10px; }

  .header-notes {
    margin-top: 60px; }

  .header-notes-item {
    margin: 60px 0 80px; }

  .header-notes-item:not(:last-child) {
    margin-bottom: 50px; }

  .header-extra-note {
    width: 450px;
    border-width: 5px;
    padding: 20px 30px;
    font-size: 24px; }
    .header-extra-note:before, .header-extra-note:after {
      height: 5px; }
    .header-extra-note:before {
      width: 300px; }
    .header-extra-note:after {
      max-width: inherit;
      width: 90px; }
    .header-extra-note img {
      width: 60px;
      top: -35px;
      left: 300px; } }
@media screen and (max-width: 1199px) {
  header:after {
    display: none; }

  .header-arr {
    display: none; }

  .header-top {
    background-color: #fff; }

  .header-top-wrapper {
    height: 80px; }

  .header-about {
    padding-top: 120px; }

  .header-about-inner {
    width: 750px; }

  h1 {
    font-size: 32px;
    width: 450px; }

  .header-about-list-item {
    margin-top: 5px; }
    .header-about-list-item br {
      display: none; }

  .header-notes {
    margin-top: 50px; }

  .header-notes-item-title {
    font-size: 26px;
    margin-bottom: 5px; }

  .header-notes-item {
    width: 500px; }

  .header-extra-note {
    width: 400px;
    border-width: 4px;
    padding: 20px 30px;
    font-size: 20px; }
    .header-extra-note:before, .header-extra-note:after {
      height: 4px; }
    .header-extra-note:before {
      width: 300px; }
    .header-extra-note:after {
      max-width: inherit;
      width: 90px; }
    .header-extra-note img {
      width: 60px;
      top: -35px;
      left: 300px; } }
@media screen and (max-width: 999px) {
  header:before {
    right: 25vw; }

  .header-top {
    border-width: 3px;
    padding-top: 10px; }

  .header-top-wrapper {
    height: 80px;
    position: relative;
    padding-bottom: 60px; }

  .header-top-logo {
    width: 50%; }

  .header-top-contacts {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    text-align: center; }
    .header-top-contacts .flex-image {
      justify-content: center; } }
  @media screen and (max-width: 999px) and (min-width: 600px) {
    .header-top-contacts ul {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 30px;
      margin: 0;
      padding-top: 10px; }
      .header-top-contacts ul li {
        margin: 0 10px !important; } }

@media screen and (max-width: 999px) {
  .header-notes-item {
    margin: 40px 0 50px; }

  .header-top-callback {
    width: 50%; }

  .header-top-wrapper {
    height: 80px; }

  .header-about {
    padding-top: 60px; }

  .header-notes-item-title {
    font-size: 24px; }

  .header-extra-note {
    position: relative;
    right: inherit;
    left: 2.5%;
    width: 95%;
    color: #000;
    z-index: 2;
    border-width: 3px;
    border-right: 3px solid #003066;
    padding: 20px;
    font-size: 20px;
    max-width: inherit;
    margin: 30px 0 50px;
    bottom: inherit; }
    .header-extra-note:before, .header-extra-note:after {
      height: 3px; }
    .header-extra-note:before {
      width: calc(100% - 4% - 30px); }
    .header-extra-note:after {
      width: 4%; }
    .header-extra-note img {
      width: 50px;
      top: -25px;
      left: 90%; }
    .header-extra-note strong {
      width: 100%; }
      .header-extra-note strong span {
        color: #e54323;
        font-size: 24px;
        margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  header:before {
    right: 5vw; }

  .header-notes-item-title {
    font-size: 22px; } }
@media screen and (max-width: 599px) {
  header:before {
    right: -55vw;
    width: 2500px;
    height: 2000px; }

  .header-top {
    border-width: 1px;
    background-color: #fff; }

  .header-top-wrapper {
    display: block;
    height: auto;
    position: static;
    padding: 15px 0; }

  .header-top-logo, .header-top-contacts, .header-top-callback {
    width: 100%;
    text-align: center;
    position: static;
    font-size: 15px;
    margin-bottom: 20px; }

  .header-top-callback {
    justify-content: center;
    margin-bottom: 0; }
    .header-top-callback span {
      width: 200px; }

  .header-about {
    padding-top: 40px; }

  h1 {
    font-size: 26px;
    width: 90%; }

  .header-about-info-title {
    font-size: 24px; }

  .header-notes-item img {
    width: 30px;
    margin-bottom: 15px; }

  .header-about-list-item {
    margin-top: 5px; }
    .header-about-list-item br {
      display: none; }

  .header-notes {
    margin-top: 30px; }

  .header-notes-item:not(:last-child) {
    margin-bottom: 30px; }

  .header-notes-item-title {
    font-size: 20px; }

  .header-extra-note {
    border: 1px solid #003066;
    padding: 15px;
    font-size: 17px;
    margin: 30px 0; }
    .header-extra-note:before, .header-extra-note:after {
      height: 1px; }
    .header-extra-note:before, .header-extra-note:after {
      display: none; }
    .header-extra-note img {
      display: none; }
    .header-extra-note strong span {
      font-size: 20px;
      margin-bottom: 5px; } }
.start {
  padding: 115px 0;
  font-size: 18px;
  text-align: center;
  background-color: #003066;
  color: #FFF; }
  .start button {
    background-color: #f73a06;
    font-size: 24px;
    color: #FFF;
    width: 430px;
    padding: 0;
    max-width: 100%;
    margin: 0 auto 0; }
    @media screen and (max-width: 1199px) {
      .start button {
        font-size: 22px; } }
    @media screen and (max-width: 999px) {
      .start button {
        width: auto;
        font-size: 20px;
        padding: 0 20px; } }
    @media screen and (max-width: 599px) {
      .start button {
        font-size: 16px;
        padding: 0 10px; } }

.start-action {
  margin-top: 80px;
  text-align: center;
  color: #FFF;
  font-family: "Play-Bold";
  font-size: 24px; }
  @media screen and (max-width: 1199px) {
    .start-action {
      margin-top: 60px; } }
  @media screen and (max-width: 999px) {
    .start-action {
      font-size: 20px; } }
  @media screen and (max-width: 767px) {
    .start-action {
      margin-top: 40px; } }
  @media screen and (max-width: 599px) {
    .start-action {
      font-size: 18px; } }

.start-title {
  font-size: 32px;
  color: #f6480b;
  margin: 0 auto 90px;
  font-family: "Play-Bold";
  width: 900px;
  max-width: 100%; }

.start-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between; }

.start-flex-item {
  width: calc(25% - 25px);
  box-sizing: border-box;
  border: 1px solid #FFF;
  border-radius: 0 40px 0 40px;
  padding: 30px 10px;
  height: 270px; }
  .start-flex-item span {
    color: #f6480b;
    font-family: "Play-Bold"; }

.start-flex-item-image {
  width: 50px;
  height: 60px;
  margin: 0 auto 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .start-flex-item-image img {
    max-width: 100%;
    max-height: 100%; }

@media screen and (max-width: 1440px) {
  .start {
    padding: 80px 0; }

  .start-title {
    margin-bottom: 70px; } }
@media screen and (max-width: 1199px) {
  .start {
    padding: 60px 0;
    font-size: 17px; }

  .start-title {
    font-size: 30px;
    margin-bottom: 50px; }

  .start-flex-item {
    width: calc(25% - 15px);
    padding-top: 20px; }

  .start-flex-item-image {
    margin-bottom: 10px; } }
@media screen and (max-width: 999px) {
  .start {
    padding: 50px 0;
    font-size: 16px; }

  .start-title {
    font-size: 28px;
    margin-bottom: 40px; }

  .start-flex-item {
    width: calc(25% - 5px);
    padding: 15px 10px;
    height: 225px; }

  .start-flex-item-image {
    width: 45px;
    height: 45px; } }
@media screen and (max-width: 767px) {
  .start {
    padding-bottom: 30px; }

  .start-title {
    font-size: 24px;
    margin-bottom: 30px; }

  .start-flex-item {
    width: calc(50% - 10px);
    height: 180px;
    padding: 15px;
    margin-bottom: 20px; } }
@media screen and (max-width: 599px) {
  .start {
    padding: 35px 0;
    font-size: 15px; }

  .start-title {
    font-size: 20px;
    margin-bottom: 30px; }

  .start-flex {
    display: block; }

  .start-flex-item {
    width: 100%;
    height: auto;
    padding: 15px 10px;
    margin-bottom: 10px; }

  .start-flex-item-image {
    width: 40px;
    height: 40px; } }
#big-block {
  background: url("../img/big-block-new.jpg") -100px 70% no-repeat;
  position: relative;
  overflow: hidden;
  /* -webkit-background-size: auto 100%;
   background-size: auto 100%;*/
  /* @media screen and (max-width: 1199px) {
     -webkit-background-size: 1550px;
     background-size: 1550px;
     margin-bottom: -130px;

   }

   @media screen and (max-width: 999px) {
     margin-bottom: -90px;
     -webkit-background-size: 1400px 100%;
     background-size: 1400px 100%;
     background-position-y: -60px;
   }

   @media screen and (max-width: 767px) {
     margin: 0;
     .wrapper{
       top: 0;
       max-width: 100%;
       box-sizing: border-box;
     }
   }
 */ }
  #big-block .pp {
    font-size: 28px;
    margin-bottom: 30px; }
    @media screen and (max-width: 1200px) {
      #big-block .pp {
        font-size: 24px; } }
    @media screen and (max-width: 999px) {
      #big-block .pp {
        font-size: 20px; } }
    @media screen and (max-width: 767px) {
      #big-block .pp {
        font-size: 18px; } }
    @media screen and (max-width: 599px) {
      #big-block .pp {
        font-size: 16px; } }
  #big-block .bb-form {
    text-align: center;
    padding-bottom: 60px; }
    #big-block .bb-form h3 {
      margin-bottom: 30px;
      font-size: 32px; }
    #big-block .bb-form img {
      width: 57px;
      /*@media screen and (max-width: 1200px) {
        width: 100px;
      }
      @media screen and (max-width: 999px) {
        width: 80px;
      }
      @media screen and (max-width: 767px) {
        width: 60px;
      }*/ }
  @media screen and (max-width: 1200px) {
    #big-block {
      background: none; }
      #big-block .bb-form h3 {
        font-size: 26px; } }
    @media screen and (max-width: 1200px) and (max-width: 999px) {
      #big-block .bb-form h3 {
        font-size: 22px; } }
    @media screen and (max-width: 1200px) and (max-width: 767px) {
      #big-block .bb-form h3 {
        font-size: 20px; } }

.big-block-form {
  padding-top: 60px;
  text-align: center; }
  .big-block-form:after {
    display: block;
    content: '';
    clear: both; }

.big-block-form-title {
  margin: 0 auto 30px;
  width: 1040px;
  max-width: 100%; }
  .big-block-form-title strong {
    display: block;
    font-family: "Play-Bold";
    color: #202d6a;
    font-size: 30px;
    margin-bottom: 15px; }
    @media screen and (max-width: 999px) {
      .big-block-form-title strong {
        font-size: 26px; } }
    @media screen and (max-width: 767px) {
      .big-block-form-title strong {
        font-size: 24px; } }
  .big-block-form-title p {
    font-size: 26px; }
    @media screen and (max-width: 999px) {
      .big-block-form-title p {
        font-size: 22px !important; } }
    @media screen and (max-width: 767px) {
      .big-block-form-title p {
        font-size: 20px !important; } }

/*form {
  width: 600px;
  max-width: 100%;
  margin: auto;
  textarea {
    width: 100%;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    padding: 15px 20px;
    margin-bottom: 40px;
    border: 1px solid rgb(125, 125, 125);
    border-radius: 10px;
  }
}*/
.big-block-form, .big-block-form + form {
  background-color: rgba(255, 255, 255, 0.7); }

@media screen and (max-width: 999px) {
  font-size: 26px; }
.right-content {
  float: right;
  text-align: left;
  padding: 0 110px 40px 0;
  box-sizing: border-box;
  /*.extra{
    font-family:$main-font-bold;
    font-size: 30px;
    color: #000;
    @media screen and(max-width: 1440px){
      font-size: 26px;
    }
    @media screen and(max-width: 999px){
      font-size: 20px;
    }
    @media screen and(max-width: 767px){
      font-size: 18px;
    }
    @media screen and(max-width: 599px){
      font-size: 16px;
    }
  }*/ }
  .right-content:after {
    display: block;
    content: '';
    clear: both; }

.right-content-images img:not(:last-child) {
  margin-right: 15px; }

.right-content-description {
  margin-top: 60px;
  color: #c7453d;
  width: 830px;
  max-width: 100%;
  float: right;
  line-height: 1.4;
  font-size: 28px; }
  .right-content-description strong {
    display: block;
    text-transform: uppercase;
    margin-bottom: 25px; }
  .right-content-description li {
    margin-bottom: 15px; }

@media screen and (max-width: 1700px) {
  .right-content {
    width: 1170px;
    max-width: 95%;
    margin: auto;
    float: none; }

  .right-content-images {
    text-align: center; }
    .right-content-images img {
      display: inline-block;
      margin: 0 5px !important;
      max-width: calc(33.3% - 20px); } }
@media screen and (max-width: 1440px) {
  .right-content-description {
    font-size: 26px; }
    .right-content-description li {
      list-style-type: none; } }
@media screen and (max-width: 1200px) {
  .right-content-description {
    margin-top: 30px;
    float: none;
    font-size: 24px; }

  .big-block-form-title p {
    font-size: 24px; } }
@media screen and (max-width: 999px) {
  .right-content {
    padding-right: 0; }

  .right-content-images img {
    max-width: calc(33.3% - 15px); }

  .right-content-description {
    font-size: 20px; }

  .big-block-form-title p {
    font-size: 22px; } }
@media screen and (max-width: 767px) {
  .right-content-description {
    font-size: 18px; } }
@media screen and (max-width: 599px) {
  .right-content-images img {
    display: block;
    margin: 0 auto 15px;
    max-width: 100%; }

  .right-content-description {
    font-size: 16px;
    line-height: 1.5; } }
/*@import "big-block/_bb-why-we";
@import "big-block/bb-safety";
@import "big-block/bb-description-list";
@import "big-block/bb-footer";*/
.slogan {
  position: relative;
  z-index: 1; }
  .slogan:before, .slogan:after {
    display: block;
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    width: 50%;
    height: 625px; }
  .slogan:before {
    left: 0;
    background-color: #F73A06; }
  .slogan:after {
    right: 0;
    background-color: #fff; }

.slogan-extra-bg {
  background: url("../img/test-bg-2.png") top no-repeat;
  padding-bottom: 140px; }

.slogan-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  height: 755px; }

.slogan-flex-item {
  width: calc(50% - 75px);
  height: 100%;
  text-transform: uppercase; }
  .slogan-flex-item:nth-child(1) {
    padding-top: 80px;
    color: #FFF;
    font-size: 18px; }
  .slogan-flex-item:nth-child(2) {
    padding-top: 60px;
    color: #f73a06;
    font-size: 45px;
    line-height: 1.111; }
  .slogan-flex-item p {
    position: relative;
    margin: 0 0 55px;
    box-sizing: border-box;
    padding-left: 30px; }
    .slogan-flex-item p img {
      position: absolute;
      left: 0;
      top: 0;
      max-width: 20px; }

.slogan-monitoring {
  box-sizing: border-box;
  border: 1px solid #000;
  height: 745px;
  margin-bottom: 70px;
  background: url("https://mirpozitiva.ru/wp-content/uploads/2019/11/1478873097_leto_gory_priroda_ozero_reka.jpg") center no-repeat, #FFF;
  background-size: cover; }

.slogan-title {
  text-align: center;
  font-size: 48px;
  color: #231f20; }
  .slogan-title span {
    display: block;
    font-size: 18px; }

@media screen and (max-width: 1440px) {
  .slogan:before, .slogan:after {
    height: 100%; }

  .slogan-extra-bg {
    padding-bottom: 30px; }

  .slogan-monitoring {
    margin-bottom: 50px; } }
@media screen and (max-width: 1199px) {
  .slogan-flex {
    height: 540px; }

  .slogan-flex-item {
    width: calc(50% - 35px);
    padding-top: 50px !important; }
    .slogan-flex-item:nth-child(2) {
      font-size: 36px; }
    .slogan-flex-item p {
      margin: 0 0 25px; }

  .slogan-title {
    font-size: 40px; } }
@media screen and (max-width: 999px) {
  .slogan-flex {
    height: auto;
    padding: 0 2.5%; }

  .slogan-inner {
    max-width: 100%;
    box-sizing: border-box; }

  .slogan-flex-item {
    width: calc(50% - 30px);
    padding: 30px 0 10px !important; }
    .slogan-flex-item:nth-child(1) {
      font-size: 16px; }
    .slogan-flex-item:nth-child(2) {
      font-size: 32px; }
    .slogan-flex-item p {
      margin: 0 0 20px; }

  .slogan-monitoring {
    height: 400px;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }

  .slogan-title {
    font-size: 36px;
    background-color: #fff;
    padding: 90px 2.5% 0;
    margin-top: -60px; } }
@media screen and (max-width: 767px) {
  .slogan {
    padding-bottom: 0; }
    .slogan:before, .slogan:after {
      display: none; }

  .slogan-flex {
    display: block;
    padding: 0;
    margin-bottom: 30px; }

  .slogan-extra-bg {
    background-position-y: 80%;
    background-size: contain;
    background: none;
    padding-bottom: 30px; }

  .slogan-flex-item {
    width: 100%;
    padding: 20px 2.5% 15px !important;
    box-sizing: border-box; }
    .slogan-flex-item:nth-child(1) {
      background-color: #F73A06; }
    .slogan-flex-item:nth-child(2) {
      font-size: 28px;
      text-align: center; }
    .slogan-flex-item p {
      margin-bottom: 15px; }

  .slogan-title {
    font-size: 32px;
    background-color: transparent;
    padding: 0 2.5%;
    margin-top: 30px; } }
@media screen and (max-width: 599px) {
  .slogan {
    padding-bottom: 0; }

  .slogan-flex {
    margin-bottom: 15px; }

  .slogan-extra-bg {
    background: none;
    padding-bottom: 0; }

  .slogan-flex-item {
    padding: 20px 2.5% 10px !important; }
    .slogan-flex-item:nth-child(1) {
      font-size: 14px; }
    .slogan-flex-item:nth-child(2) {
      font-size: 22px; }
    .slogan-flex-item p {
      margin-bottom: 10px; }

  .slogan-title {
    font-size: 22px; }
    .slogan-title span {
      font-size: 16px; } }
.effect {
  background-color: #003066;
  color: #FFF;
  text-align: center;
  padding: 110px 0 130px; }
  .effect p {
    margin: 0 auto 30px; }
  .effect button {
    background-color: #f73a06;
    font-size: 24px;
    color: #FFF;
    width: 430px;
    padding: 0;
    max-width: 100%;
    margin-top: 50px; }

.effect-title {
  font-family: "Play-Bold";
  color: #f73a06;
  margin-bottom: 40px;
  font-size: 30px; }

@media screen and (max-width: 1440px) {
  .effect {
    padding: 100px 0; } }
@media screen and (max-width: 1199px) {
  .effect {
    padding: 70px 0; }
    .effect p {
      margin-bottom: 20px; }
    .effect button {
      margin-top: 35px;
      font-size: 22px; } }
@media screen and (max-width: 999px) {
  .effect {
    padding: 60px 0;
    font-size: 18px; } }
  @media screen and (max-width: 999px) and (max-width: 767px) {
    .effect {
      padding: 50px 0;
      font-size: 17px; } }
@media screen and (max-width: 999px) {
    .effect p {
      margin-bottom: 15px; }
    .effect button {
      width: auto;
      margin-top: 30px;
      font-size: 20px;
      padding: 0 20px; }

  .effect-title {
    margin-bottom: 30px;
    font-size: 24px; } }
@media screen and (max-width: 599px) {
  .effect {
    padding: 40px 0;
    font-size: 14px; }
    .effect p {
      margin-bottom: 10px; }
    .effect button {
      font-size: 16px;
      padding: 0 10px;
      margin-top: 20px; }

  .effect-title {
    margin-bottom: 20px;
    font-size: 20px; } }
footer {
  position: relative;
  padding: 90px 0 240px;
  background: url("../img/footer.png") right top no-repeat, #010913;
  background-size: contain;
  color: #FFF; }
  footer address {
    font-style: normal;
    font-size: 16px;
    margin-top: 25px; }

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-start; }

.footer-list {
  width: 600px;
  max-width: 100%; }
  .footer-list ul {
    list-style-type: none; }
    .footer-list ul li {
      line-height: 1; }
      .footer-list ul li:not(:last-child) {
        margin-bottom: 50px; }

@media screen and (max-width: 1440px) {
  footer {
    padding: 70px 0 100px; }

  .footer-list {
    width: 35vw; } }
@media screen and (max-width: 1199px) {
  footer {
    padding: 60px 0 80px; }
    footer address {
      margin-top: 10px; }

  .footer-list {
    width: 35vw; }
    .footer-list ul li {
      font-size: 17px; }
      .footer-list ul li:not(:last-child) {
        margin-bottom: 25px; } }
@media screen and (max-width: 999px) {
  footer {
    -ms-background-position-x: calc(100% + 40px);
    background-position-x: calc(100% + 40px);
    padding: 40px 0; }
    footer address {
      margin-top: 10px;
      font-size: 14px; }

  .footer-list ul li {
    font-size: 16px; }
    .footer-list ul li:not(:last-child) {
      margin-bottom: 10px; } }
@media screen and (max-width: 767px) {
  footer {
    padding: 35px 0; }
    footer .logo img {
      width: 200px; }
    footer address {
      margin-top: 15px; }

  .footer-inner {
    display: block; }

  .footer-list {
    width: 100%;
    margin-bottom: 40px; }
    .footer-list ul li {
      font-size: 15px; } }
@media screen and (max-width: 599px) {
  footer {
    padding: 20px 0;
    background-image: none; }
    footer .logo, footer address {
      text-align: center; }
    footer .flex-image {
      justify-content: center; }

  .footer-list {
    margin-bottom: 30px; }
    .footer-list ul li {
      font-size: 15px; } }
.ui-dialog {
  max-width: 95% !important;
  margin-top: 60px; }

.ui-dialog-title {
  /* text-transform: lowercase;
   display: block;
   &:first-letter{
     text-transform: uppercase;
   }*/ }

#dialog-form {
  position: relative; }
  #dialog-form .dialog-form-description {
    text-align: center;
    margin-bottom: 30px; }
  #dialog-form .success {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center; }
    #dialog-form .success h2 {
      color: #f6430a;
      font-family: "Play-Bold", sans-serif;
      text-transform: uppercase; }
    #dialog-form .success p {
      font-family: "Play-Regular", sans-serif;
      font-size: 20px; }
    #dialog-form .success button {
      color: #FFF;
      background-color: #f6430a;
      width: 100px;
      height: 50px; }

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