/* 
Theme Name: Realtmanager 
Author: Vitaliy Gulyaev
*/
@font-face {
  font-family: 'RobotoRg';
  src: url("assets/fonts/Roboto-Regular.ttf"); }
@font-face {
  font-family: 'RobotoMed';
  src: url("assets/fonts/Roboto-Medium.ttf"); }
@font-face {
  font-family: 'RobotoLt';
  src: url("assets/fonts/Roboto-Light.ttf"); }
@font-face {
  font-family: 'RobotoBd';
  src: url("assets/fonts/Roboto-Bold.ttf"); }
@font-face {
  font-family: 'RobotoBlack';
  src: url("assets/fonts/Roboto-Black.ttf"); }
@font-face {
  font-family: 'RobotoItalic';
  src: url("assets/fonts/Roboto-Italic.ttf"); }
@font-face {
  font-family: 'RobotoMonoReg';
  src: url("assets/fonts/RobotoMono-Regular.ttf"); }
a {
  color: #3E83D3;
  text-decoration: underline;
  outline: none !important; }
  a:visited {
    color: #6EB10C; }
  a:hover {
    color: #3E83D3;
    text-decoration: none; }

.center {
  text-align: center; }

ul {
  position: relative;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.2rem; }
  ul li {
    list-style-type: none;
    padding-left: 0;
    padding-bottom: .5rem;
    margin-left: 20px; }
    ul li::before {
      content: '\2014';
      position: absolute;
      display: block;
      left: 0; }

.btn, .btn:visited {
  background: #92CA41;
  box-shadow: none;
  border: 0;
  font-family: 'RobotoRg';
  color: #fff;
  border-radius: 0;
  padding: .4rem 1.5rem .5rem 1.5rem;
  font-size: 1.5rem;
  text-decoration: none; }
  .btn:focus, .btn:active, .btn:visited:focus, .btn:visited:active {
    background: #FFBA00;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: 0;
    color: #000; }
  .btn:hover, .btn:visited:hover {
    background: #FFBA03;
    box-shadow: none;
    border: 0;
    color: #000; }
  .btn.yellow, .btn:visited.yellow {
    background: #FBDB64;
    color: #000;
    letter-spacing: 0.3rem;
    text-transform: uppercase; }
    .btn.yellow:focus, .btn.yellow:active, .btn.yellow:hover, .btn:visited.yellow:focus, .btn:visited.yellow:active, .btn:visited.yellow:hover {
      background: #F46A3F;
      color: #fff; }

#baseblock {
  position: relative;
  width: 100%;
  font-family: "RobotoRg" !important;
  color: #171717;
  font-size: 16px;
  max-width: 1920px;
  margin: 0 auto; }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #baseblock {
      font-size: 15.9375px; } }
  @media only screen and (min-width: 1600px) {
    #baseblock {
      font-size: 16.0625px; } }
  @media only screen and (max-width: 1199px) {
    #baseblock {
      font-size: 16.0625px; } }
  @media only screen and (max-width: 991px) {
    #baseblock {
      font-size: 16.125px; } }
  @media only screen and (min-width: 1600px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #baseblock {
      font-size: 16px; } }
  @media only screen and (max-width: 1199px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    #baseblock {
      font-size: 16.0625px; } }

.modal-backdrop {
  background: rgba(0, 0, 0, 0.8);
  opacity: 1 !important; }

.modal .modal-dialog {
  max-width: 1100px; }
  @media only screen and (max-width: 1199px) {
    .modal .modal-dialog {
      max-width: 90%; } }
  @media only screen and (max-width: 575px) {
    .modal .modal-dialog {
      margin: 1.75rem auto; } }
  .modal .modal-dialog.installModal {
    max-width: 400px; }
    @media only screen and (max-width: 1199px) {
      .modal .modal-dialog.installModal {
        max-width: 400px; } }
    @media only screen and (max-width: 575px) {
      .modal .modal-dialog.installModal {
        max-width: 260px; } }
  .modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    background: transparent; }
    .modal .modal-dialog .modal-content .modal-header {
      border: 0;
      padding: 0; }
      .modal .modal-dialog .modal-content .modal-header .close {
        padding: 0;
        margin: 0 -2rem -0rem auto;
        text-shadow: none;
        opacity: 1;
        color: #fff;
        font-size: 3.5rem;
        font-weight: normal; }
        @media only screen and (max-width: 767px) {
          .modal .modal-dialog .modal-content .modal-header .close {
            margin-right: 0; } }
    .modal .modal-dialog .modal-content .modal-body {
      border: 0;
      padding: 0;
      background: rgba(255, 255, 255, 0.9);
      backdrop-filter: blur(18px);
      padding: 45px 0; }
      .modal .modal-dialog .modal-content .modal-body.successful {
        padding: 2rem;
        text-align: center; }
        .modal .modal-dialog .modal-content .modal-body.successful p {
          margin-bottom: 0;
          font-size: 1.25rem;
          color: #000;
          letter-spacing: .05rem; }

.top-block, .automation, .order-installation, .advantages, .doubt, footer {
  position: relative;
  width: 100%; }

.block-txt {
  position: relative;
  width: 1020px;
  margin: 0 auto; }
  @media only screen and (max-width: 1019px) {
    .block-txt {
      width: 100%; } }

.block-content {
  position: relative;
  bottom: 0;
  right: 0;
  width: 510px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
  padding: 45px 0; }
  @media only screen and (max-width: 767px) {
    .block-content {
      width: calc(100% - 10px);
      padding: 32px 0; } }
  .block-content h2, .block-content h3 {
    position: relative;
    font-size: 1.875rem;
    font-family: 'RobotoBd';
    margin-bottom: 22px;
    line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      .block-content h2, .block-content h3 {
        font-size: 1.6rem;
        padding-right: 32px !important;
        padding-left: 32px !important; } }
    @media only screen and (max-width: 479px) {
      .block-content h2, .block-content h3 {
        padding-right: 20px !important;
        padding-left: 20px !important; } }
    .block-content h2::before, .block-content h2::after, .block-content h3::before, .block-content h3::after {
      content: '';
      position: absolute;
      top: 0;
      width: 10px;
      height: 100%; }
    .block-content h2::before, .block-content h3::before {
      left: -10px; }
    .block-content h2::after, .block-content h3::after {
      right: -10px; }
    .block-content h2 strong, .block-content h3 strong {
      font-weight: normal; }
      .block-content h2 strong::before, .block-content h2 strong::after, .block-content h3 strong::before, .block-content h3 strong::after {
        content: '';
        position: absolute;
        top: 50%;
        height: 1px; }
        @media only screen and (max-width: 767px) {
          .block-content h2 strong::before, .block-content h2 strong::after, .block-content h3 strong::before, .block-content h3 strong::after {
            display: none; } }
      .block-content h2 strong::before, .block-content h3 strong::before {
        left: 0px;
        width: 50px; }
      .block-content h2 strong::after, .block-content h3 strong::after {
        right: 0px;
        width: 70px; }
    .block-content h2 span, .block-content h3 span {
      position: relative;
      display: block;
      padding: 5px 32px 10px 32px; }
      @media only screen and (max-width: 767px) {
        .block-content h2 span, .block-content h3 span {
          padding-right: 0;
          padding-left: 0; } }
      .block-content h2 span::before, .block-content h2 span::after, .block-content h3 span::before, .block-content h3 span::after {
        content: '';
        position: absolute;
        top: 0;
        width: 14px;
        height: 100%;
        border-width: 1px;
        border-style: solid; }
        @media only screen and (max-width: 767px) {
          .block-content h2 span::before, .block-content h2 span::after, .block-content h3 span::before, .block-content h3 span::after {
            display: none; } }
      .block-content h2 span::before, .block-content h3 span::before {
        left: 0;
        border-right: 0; }
      .block-content h2 span::after, .block-content h3 span::after {
        right: 0;
        border-left: 0; }
  @media only screen and (max-width: 767px) {
    .block-content ul {
      padding-right: 32px !important;
      margin-left: 32px !important; } }
  @media only screen and (max-width: 479px) {
    .block-content ul {
      padding-right: 20px !important;
      margin-left: 20px !important; } }
  @media only screen and (max-width: 767px) {
    .block-content p {
      padding-right: 32px !important;
      padding-left: 32px !important; } }
  @media only screen and (max-width: 479px) {
    .block-content p {
      padding-right: 20px !important;
      padding-left: 20px !important; } }

.top-block {
  background-color: #FEC7CC;
  background-image: url("assets/img/bg-top.jpg"), linear-gradient(168.14deg, #FDC2C8 34.91%, #E9A0A7 68.01%);
  background-repeat: no-repeat;
  background-position: 50% 0; }
  @media only screen and (max-width: 991px) {
    .top-block {
      background-size: auto 80%;
      background-position: 45% 180px; } }
  @media only screen and (max-width: 767px) {
    .top-block {
      background-size: auto 35%;
      background-position: 35% 220px; } }
  @media only screen and (max-width: 575px) {
    .top-block {
      background-size: auto 30%;
      background-position: 35% 280px; } }
  @media only screen and (max-width: 479px) {
    .top-block {
      background-size: auto 25%;
      background-position: 35% 270px; } }
  @media only screen and (max-width: 359px) {
    .top-block {
      background-size: auto 22%;
      background-position: 35% 270px; } }
  .top-block header {
    position: relative;
    width: 1020px;
    margin: 0 auto; }
    @media only screen and (max-width: 1019px) {
      .top-block header {
        width: 100%; } }
    @media only screen and (max-width: 991px) {
      .top-block header {
        padding-top: 30px;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media only screen and (max-width: 575px) {
      .top-block header {
        padding-top: 20px; } }
    .top-block header h1, .top-block header p.head {
      font-family: 'RobotoBd';
      font-size: 1.25rem;
      height: 58px;
      display: flex;
      position: relative;
      padding-left: 70px;
      background-image: url("assets/img/logo.png");
      background-repeat: no-repeat;
      background-position: 0 50%;
      -ms-flex-align: center !important;
      align-items: center !important;
      margin-right: auto;
      margin-left: 1.5rem;
      margin-bottom: 0;
      color: #3E83D3; }
      @media only screen and (max-width: 991px) {
        .top-block header h1, .top-block header p.head {
          margin-left: 0; } }
      @media only screen and (max-width: 767px) {
        .top-block header h1, .top-block header p.head {
          margin-bottom: 1rem; } }
      @media only screen and (max-width: 479px) {
        .top-block header h1, .top-block header p.head {
          font-size: 1.1rem;
          background-size: 40px auto;
          padding-left: 50px; } }
      @media only screen and (max-width: 359px) {
        .top-block header h1, .top-block header p.head {
          font-size: 1rem;
          padding-left: 45px; } }
      .top-block header h1 a, .top-block header h1 a:visited, .top-block header h1 a:hover, .top-block header p.head a, .top-block header p.head a:visited, .top-block header p.head a:hover {
        color: #000;
        text-decoration: none; }
    .top-block header .header-contact {
      position: relative;
      font-size: .875rem;
      line-height: 1.4;
      padding-right: 100px; }
      @media only screen and (max-width: 575px) {
        .top-block header .header-contact {
          width: 100%;
          margin-left: 0;
          padding-top: .5rem;
          padding-right: 0; } }
      @media only screen and (max-width: 479px) {
        .top-block header .header-contact {
          padding-top: 0; } }
      .top-block header .header-contact p {
        margin: 0; }
        @media only screen and (max-width: 575px) {
          .top-block header .header-contact p {
            display: inline-block;
            text-align: left; } }
      .top-block header .header-contact span {
        font-size: 1.5rem; }
      .top-block header .header-contact .social-buttons {
        position: absolute;
        top: .3rem;
        right: 0; }
        @media only screen and (max-width: 575px) {
          .top-block header .header-contact .social-buttons {
            top: -3.5rem; } }
        .top-block header .header-contact .social-buttons a, .top-block header .header-contact .social-buttons a:visited {
          margin-left: 15px;
          display: inline-block;
          color: #181818;
          font-size: 1.1rem;
          font-family: 'RobotoBd';
          /* @media only screen and (max-width: 1199px) {
              margin-left: 15px;
              display: block;
          }
          @media only screen and (max-width: 991px) {
              margin-left: 15px;
              display: inline-block;
          } */ }
          .top-block header .header-contact .social-buttons a:first-child, .top-block header .header-contact .social-buttons a:visited:first-child {
            margin-left: 0; }
          .top-block header .header-contact .social-buttons a:hover, .top-block header .header-contact .social-buttons a:visited:hover {
            color: #1B5DAA; }
    .top-block header .installation-reviews {
      margin-left: 40px; }
      @media only screen and (max-width: 991px) {
        .top-block header .installation-reviews {
          width: 100%;
          margin-top: 2rem;
          margin-left: 0; } }
      .top-block header .installation-reviews a, .top-block header .installation-reviews a:visited {
        position: relative;
        width: 130px;
        height: 121px;
        color: #fff;
        text-align: center;
        font-size: 1.125rem;
        text-decoration: none;
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important; }
        .top-block header .installation-reviews a::before, .top-block header .installation-reviews a:visited::before {
          content: '';
          position: absolute;
          top: 10px;
          right: 10px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 0 9px 9px 0; }
        .top-block header .installation-reviews a.installation, .top-block header .installation-reviews a:visited.installation {
          background-color: #3E83D3; }
          .top-block header .installation-reviews a.installation::before, .top-block header .installation-reviews a:visited.installation::before {
            border-color: transparent #71BCD9 transparent transparent; }
        .top-block header .installation-reviews a.header-reviews, .top-block header .installation-reviews a:visited.header-reviews {
          background-color: #75CBEC; }
          .top-block header .installation-reviews a.header-reviews::before, .top-block header .installation-reviews a:visited.header-reviews::before {
            border-color: transparent #3e84d3 transparent transparent; }
        .top-block header .installation-reviews a:hover, .top-block header .installation-reviews a:visited:hover {
          color: #000;
          background-color: #FFBA03; }
          .top-block header .installation-reviews a:hover::before, .top-block header .installation-reviews a:visited:hover::before {
            border-color: transparent #000 transparent transparent; }
        .top-block header .installation-reviews a span, .top-block header .installation-reviews a:visited span {
          margin: auto; }
  .top-block .block-content {
    margin-top: 50px; }
    @media only screen and (max-width: 767px) {
      .top-block .block-content {
        margin-top: 300px; } }
    @media only screen and (max-width: 575px) {
      .top-block .block-content {
        margin-top: 300px; } }
    @media only screen and (max-width: 479px) {
      .top-block .block-content {
        margin-top: 220px; } }
    .top-block .block-content h2, .top-block .block-content h3 {
      color: #FFBA03;
      padding-right: 120px;
      padding-left: 50px; }
      .top-block .block-content h2::before, .top-block .block-content h2::after, .top-block .block-content h3::before, .top-block .block-content h3::after {
        background: #FFBA03; }
      .top-block .block-content h2::after, .top-block .block-content h3::after {
        display: none; }
      .top-block .block-content h2 strong, .top-block .block-content h3 strong {
        font-weight: normal; }
        .top-block .block-content h2 strong::before, .top-block .block-content h3 strong::before {
          background: #FFBA03; }
      .top-block .block-content h2 span::before, .top-block .block-content h2 span::after, .top-block .block-content h3 span::before, .top-block .block-content h3 span::after {
        border-color: #FFBA03; }
    .top-block .block-content ul {
      margin-left: 82px;
      padding-right: 65px; }
    .top-block .block-content p {
      padding-left: 82px;
      padding-right: 65px; }

.error404 .top-block, .page-id-3 .top-block, .single-post .top-block {
  background-image: none; }
  .error404 .top-block .block-txt, .page-id-3 .top-block .block-txt, .single-post .top-block .block-txt {
    display: none; }
.error404 .content, .page-id-3 .content, .single-post .content {
  background-color: #fff;
  background-image: url("assets/img/bg-base.jpg");
  background-repeat: repeat;
  background-position: 0 0;
  width: 100%; }
  @media only screen and (max-width: 1199px) {
    .error404 .content .block-txt, .page-id-3 .content .block-txt, .single-post .content .block-txt {
      width: 100%;
      padding: 0 2rem; } }
  .error404 .content .block-txt .block-content, .page-id-3 .content .block-txt .block-content, .single-post .content .block-txt .block-content {
    width: 100%;
    background: none; }
    .error404 .content .block-txt .block-content h1, .page-id-3 .content .block-txt .block-content h1, .single-post .content .block-txt .block-content h1 {
      margin: 1.5rem 0 2rem 0; }
    .error404 .content .block-txt .block-content p, .page-id-3 .content .block-txt .block-content p, .single-post .content .block-txt .block-content p {
      padding-left: 0 !important;
      padding-right: 0 !important; }
    .error404 .content .block-txt .block-content strong, .page-id-3 .content .block-txt .block-content strong, .single-post .content .block-txt .block-content strong {
      font-family: 'RobotoBd';
      font-weight: normal; }

.automation {
  background-color: #FFBA03;
  background-image: url("assets/img/bg-automation.jpg"), linear-gradient(180.1deg, #FFB829 4.43%, #FFBD36 54.98%, #F8AD15 98.73%);
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 752px; }
  @media only screen and (max-width: 1019px) {
    .automation {
      height: auto;
      background-size: auto 100%;
      background-position: 25% 0; } }
  @media only screen and (max-width: 991px) {
    .automation {
      background-position: 35% 0; } }
  @media only screen and (max-width: 767px) {
    .automation {
      background-size: auto 50%;
      background-position: 75% 0; } }
  @media only screen and (max-width: 575px) {
    .automation {
      background-size: auto 40%;
      background-position: 70% 0; } }
  @media only screen and (max-width: 479px) {
    .automation {
      background-size: auto 35%;
      background-position: 70% 0; } }
  @media only screen and (max-width: 359px) {
    .automation {
      background-size: auto 30%;
      background-position: 65% 0; } }
  @media only screen and (max-width: 767px) {
    .automation .block-content {
      margin-top: 280px; } }
  @media only screen and (max-width: 575px) {
    .automation .block-content {
      margin-top: 250px; } }
  @media only screen and (max-width: 479px) {
    .automation .block-content {
      margin-top: 220px; } }
  .automation .block-content h2, .automation .block-content h3 {
    color: #3E83D3;
    padding-right: 60px;
    padding-left: 40px; }
    .automation .block-content h2::before, .automation .block-content h2::after, .automation .block-content h3::before, .automation .block-content h3::after {
      background: #3E83D3; }
    .automation .block-content h2::before, .automation .block-content h3::before {
      display: none; }
      @media only screen and (max-width: 767px) {
        .automation .block-content h2::before, .automation .block-content h3::before {
          display: block; } }
    @media only screen and (max-width: 767px) {
      .automation .block-content h2::after, .automation .block-content h3::after {
        display: none; } }
    .automation .block-content h2 strong, .automation .block-content h3 strong {
      font-weight: normal; }
      .automation .block-content h2 strong::after, .automation .block-content h3 strong::after {
        background: #3E83D3;
        width: 60px; }
    .automation .block-content h2 span::before, .automation .block-content h2 span::after, .automation .block-content h3 span::before, .automation .block-content h3 span::after {
      border-color: #3E83D3; }
  .automation .block-content ul {
    margin-left: 72px;
    padding-right: 85px; }
  .automation .block-content p {
    padding-left: 72px;
    padding-right: 85px; }

.order-installation {
  background-color: #73C4CF;
  background-image: url("assets/img/bg-installation.jpg"), linear-gradient(194.01deg, #65BCC7 22.29%, #6CC0CA 58.78%, #46B0BA 93.46%);
  background-repeat: no-repeat;
  background-position: 50% 0; }
  @media only screen and (max-width: 1019px) {
    .order-installation {
      height: auto;
      background-size: auto 100%;
      background-position: 25% 0; } }
  @media only screen and (max-width: 991px) {
    .order-installation {
      background-position: 35% 0; } }
  @media only screen and (max-width: 767px) {
    .order-installation {
      background-size: auto 50%;
      background-position: 75% 0; } }
  @media only screen and (max-width: 575px) {
    .order-installation {
      background-size: auto 40%;
      background-position: 70% 0; } }
  @media only screen and (max-width: 479px) {
    .order-installation {
      background-size: auto 35%;
      background-position: 70% 0; } }
  @media only screen and (max-width: 359px) {
    .order-installation {
      background-size: auto 30%;
      background-position: 65% 0; } }
  .order-installation .block-txt {
    height: 756px; }
    @media only screen and (max-width: 767px) {
      .order-installation .block-txt {
        height: auto; } }
  @media only screen and (max-width: 767px) {
    .order-installation .block-content {
      margin-top: 250px; } }
  @media only screen and (max-width: 575px) {
    .order-installation .block-content {
      margin-top: 200px; } }
  @media only screen and (max-width: 479px) {
    .order-installation .block-content {
      margin-top: 180px; } }
  .order-installation .block-content h2 {
    color: #3E83D3;
    padding-right: 100px;
    padding-left: 55px; }
    .order-installation .block-content h2::before, .order-installation .block-content h2::after {
      background: #3E83D3; }
    .order-installation .block-content h2::after {
      display: none; }
    .order-installation .block-content h2 strong {
      font-weight: normal; }
      .order-installation .block-content h2 strong::before {
        background: #3E83D3;
        width: 55px; }
    .order-installation .block-content h2 span::before, .order-installation .block-content h2 span::after {
      border-color: #3E83D3; }
  .order-installation .block-content form {
    margin-left: 87px;
    width: 340px; }
    @media only screen and (max-width: 767px) {
      .order-installation .block-content form {
        margin-left: 32px !important; } }
    @media only screen and (max-width: 479px) {
      .order-installation .block-content form {
        padding-right: 20px !important;
        margin-left: 20px !important;
        width: auto; } }
    .order-installation .block-content form .form-control {
      border: 1px solid #C6C6C6;
      box-sizing: border-box;
      font-size: 1.25rem;
      border-radius: 0;
      height: 40px; }
      .order-installation .block-content form .form-control:focus {
        box-shadow: none;
        border: 1px solid #C6C6C6; }
      .order-installation .block-content form .form-control::placeholder {
        color: #000 !important;
        opacity: .3 !important;
        font-size: 1.25rem; }
        @media only screen and (max-width: 479px) {
          .order-installation .block-content form .form-control::placeholder {
            font-size: 1rem; } }
      .order-installation .block-content form .form-control::-moz-placeholder {
        color: #000 !important;
        opacity: .3 !important;
        font-size: 1.25rem; }
        @media only screen and (max-width: 479px) {
          .order-installation .block-content form .form-control::-moz-placeholder {
            font-size: 1rem; } }
      .order-installation .block-content form .form-control::-webkit-placeholder {
        color: #000 !important;
        opacity: .3 !important;
        font-size: 1.25rem; }
        @media only screen and (max-width: 479px) {
          .order-installation .block-content form .form-control::-webkit-placeholder {
            font-size: 1rem; } }
    @media only screen and (max-width: 479px) {
      .order-installation .block-content form .form-footer {
        padding-top: .5rem; } }
    .order-installation .block-content form .form-footer .privacy {
      width: 130px;
      line-height: 1.3;
      margin-left: 20px;
      font-size: .75rem; }
      @media only screen and (max-width: 479px) {
        .order-installation .block-content form .form-footer .privacy {
          width: 100%;
          margin-left: 0;
          margin-top: 10px; } }
      .order-installation .block-content form .form-footer .privacy a, .order-installation .block-content form .form-footer .privacy a:visited {
        color: #000; }
        .order-installation .block-content form .form-footer .privacy a:hover, .order-installation .block-content form .form-footer .privacy a:visited:hover {
          color: #000;
          text-decoration: none; }
    .order-installation .block-content form .form-footer .recaptcha {
      display: none;
      font-size: .7rem;
      width: 100%;
      padding-top: .5rem; }
      .order-installation .block-content form .form-footer .recaptcha a, .order-installation .block-content form .form-footer .recaptcha a:visited {
        color: #000; }
        .order-installation .block-content form .form-footer .recaptcha a:hover, .order-installation .block-content form .form-footer .recaptcha a:visited:hover {
          color: #000;
          text-decoration: none; }

.advantages {
  background-color: #fff;
  background-image: url("assets/img/bg-base.jpg");
  background-repeat: repeat;
  background-position: 0 0; }
  .advantages .block-content {
    width: 100%;
    background: none;
    backdrop-filter: none;
    text-align: center; }
    .advantages .block-content h3 {
      font-size: 2.6rem;
      padding: 0; }
      @media only screen and (max-width: 479px) {
        .advantages .block-content h3 {
          font-size: 2rem; } }
      .advantages .block-content h3:before, .advantages .block-content h3:after {
        display: none; }
    .advantages .block-content p {
      font-size: 1.18rem;
      width: 545px;
      margin: 0 auto;
      padding: 0; }
      @media only screen and (max-width: 575px) {
        .advantages .block-content p {
          width: 100%; } }

.block-advantages {
  width: 880px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 991px) {
    .block-advantages {
      width: 660px; } }
  @media only screen and (max-width: 767px) {
    .block-advantages {
      width: 440px; } }
  @media only screen and (max-width: 479px) {
    .block-advantages {
      width: 300px; } }
  .block-advantages div {
    position: relative;
    width: 220px;
    height: 200px;
    padding: 30px 28px;
    font-size: 1.06rem;
    color: #fff; }
    @media only screen and (max-width: 479px) {
      .block-advantages div {
        width: 150px;
        height: 173px;
        font-size: .9rem;
        padding: 15px 12px; } }
    .block-advantages div:nth-of-type(2), .block-advantages div:nth-of-type(3), .block-advantages div:nth-of-type(4), .block-advantages div:nth-of-type(6), .block-advantages div:nth-of-type(8), .block-advantages div:nth-of-type(11) {
      color: #000; }
    .block-advantages div:nth-of-type(5) {
      width: 440px;
      background-color: #6EAE12; }
      @media only screen and (max-width: 479px) {
        .block-advantages div:nth-of-type(5) {
          width: 300px; } }
    .block-advantages div:nth-of-type(1), .block-advantages div:nth-of-type(9) {
      background-color: #3E83D3; }
    .block-advantages div:nth-of-type(2), .block-advantages div:nth-of-type(6) {
      background-color: #75CBEC; }
    .block-advantages div:nth-of-type(3), .block-advantages div:nth-of-type(10) {
      background-color: #92CA41; }
    .block-advantages div:nth-of-type(4), .block-advantages div:nth-of-type(8) {
      background-color: #29B3E9; }
    .block-advantages div:nth-of-type(7) {
      background-color: #085DC0; }
    .block-advantages div:nth-of-type(10) {
      background-color: #6EAE12; }
    .block-advantages div:nth-of-type(11) {
      background-color: #FFBA03;
      font-size: 1.9rem;
      font-family: 'RobotoBd';
      line-height: 1.4; }
      @media only screen and (max-width: 479px) {
        .block-advantages div:nth-of-type(11) {
          font-size: 1.4rem;
          padding: 35px 16px; } }
      .block-advantages div:nth-of-type(11)::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 9px 9px 0;
        border-color: transparent #000 transparent transparent; }
      .block-advantages div:nth-of-type(11) a, .block-advantages div:nth-of-type(11) a:visited, .block-advantages div:nth-of-type(11) a:hover {
        color: #000;
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: block; }
      .block-advantages div:nth-of-type(11):hover {
        cursor: pointer;
        opacity: 0; }
    .block-advantages div:nth-of-type(12) {
      display: none;
      font-size: 2.4rem;
      line-height: 1.4;
      font-family: 'RobotoBd';
      width: 275px;
      height: 250px;
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 1000;
      background-color: #FFBA03;
      opacity: 1; }
      @media only screen and (max-width: 479px) {
        .block-advantages div:nth-of-type(12) {
          font-size: 1.7rem;
          width: 200px;
          height: 200px;
          padding: 35px 20px; } }
      .block-advantages div:nth-of-type(12)::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 11px 11px 0;
        border-color: transparent #000 transparent transparent; }
      .block-advantages div:nth-of-type(12).hover {
        display: block; }
      .block-advantages div:nth-of-type(12) a, .block-advantages div:nth-of-type(12) a:visited, .block-advantages div:nth-of-type(12) a:hover {
        color: #000;
        text-decoration: none;
        width: 100%;
        height: 100%;
        display: block; }

.doubt {
  background-color: #fff;
  background-image: url("assets/img/bg-base.jpg");
  background-repeat: repeat;
  background-position: 0 0; }
  .doubt .block-content {
    width: 100%;
    background: none;
    backdrop-filter: none;
    text-align: center; }
    .doubt .block-content h3 {
      font-size: 2.6rem;
      padding: 0; }
      @media only screen and (max-width: 479px) {
        .doubt .block-content h3 {
          font-size: 2rem; } }
      .doubt .block-content h3:before, .doubt .block-content h3:after {
        display: none; }
    .doubt .block-content p {
      font-size: 1.18rem;
      width: 545px;
      margin: 0 auto;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .doubt .block-content p {
          width: 100%; } }
      @media only screen and (max-width: 575px) {
        .doubt .block-content p br {
          display: none; } }

.reviews-home {
  position: relative;
  width: 100%;
  padding-bottom: 2rem; }
  .reviews-home .reviews-home-block {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    /* @media only screen and (min-width: 1600px) {
        width: 1560px;
        max-width: 1560px;
    } */ }
    @media only screen and (max-width: 1199px) {
      .reviews-home .reviews-home-block {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem; } }
    .reviews-home .reviews-home-block .inners-carousel {
      padding: 0 60px 1.5rem 60px; }
      @media only screen and (max-width: 1199px) {
        .reviews-home .reviews-home-block .inners-carousel {
          padding: 0 30px 1.5rem 30px; } }
      @media only screen and (max-width: 767px) {
        .reviews-home .reviews-home-block .inners-carousel {
          padding: 2rem 0 1.5rem 0; } }
      @media only screen and (max-width: 767px) {
        .reviews-home .reviews-home-block .inners-carousel {
          padding: 40px 0 1rem 0; } }
      .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel {
        width: 250px;
        height: auto;
        position: relative;
        margin: 0 auto;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel {
            width: 200px; } }
        @media only screen and (max-width: 479px) {
          .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel {
            width: 250px; } }
        .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-img {
          position: relative;
          width: 195px;
          height: 195px;
          border: 1px solid #cfcfcf;
          margin: 0 auto 15px auto; }
          .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-img img {
            width: 100%;
            height: 100%; }
        .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-txt {
          position: relative;
          width: 100%;
          height: auto; }
          .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-txt h4 {
            font-family: 'RobotoBd';
            font-size: 1.3rem;
            color: #3E83D3; }
          .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-txt p {
            font-size: 1rem;
            color: #000;
            padding-top: .5rem; }
            .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-txt p:first-child {
              height: 160px;
              overflow: hidden; }
            .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-txt p:last-child {
              font-size: .875rem;
              color: #AAAAAA;
              padding-top: 0; }
            .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-txt p a {
              color: #3E83D3;
              display: inline-block; }
              .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-txt p a:visited {
                color: #6EB10C; }
              .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-txt p a:hover, .reviews-home .reviews-home-block .inners-carousel .reviews .owl-item .block-carousel .block-txt p a.hover {
                color: #3E83D3;
                text-decoration: none; }
      .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav {
        position: absolute;
        width: 100%;
        height: 0px;
        top: 90px; }
        @media only screen and (max-width: 767px) {
          .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav {
            top: -40px; } }
        .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav .owl-prev, .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav .owl-next {
          position: absolute;
          top: 0;
          width: 25px;
          height: 16px;
          outline: none; }
        .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav .owl-prev {
          left: -25px;
          background: url("assets/img/prev.png") no-repeat 0 0; }
          .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav .owl-prev:hover {
            background: url("assets/img/prev.png") no-repeat 0 -16px; }
          @media only screen and (max-width: 767px) {
            .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav .owl-prev {
              left: 50%;
              margin-left: -50px; } }
        .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav .owl-next {
          right: -25px;
          background: url("assets/img/next.png") no-repeat 0 0; }
          .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav .owl-next:hover {
            background: url("assets/img/next.png") no-repeat 0 -16px; }
          @media only screen and (max-width: 767px) {
            .reviews-home .reviews-home-block .inners-carousel .reviews .owl-nav .owl-next {
              right: 50%;
              margin-right: -50px; } }

footer {
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("assets/img/bg-footer.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0; }
  footer .order-installation {
    background: none; }
    footer .order-installation .block-txt {
      height: auto; }
      @media only screen and (max-width: 1039px) {
        footer .order-installation .block-txt {
          width: 100%;
          padding: 0 1rem 0 10px; } }
    footer .order-installation .block-content {
      width: 450px;
      background: none;
      margin-top: 0 !important; }
      footer .order-installation .block-content h2 {
        color: #92CA41; }
        footer .order-installation .block-content h2::before, footer .order-installation .block-content h2::after {
          background: #92CA41; }
        footer .order-installation .block-content h2 strong::before {
          background: #92CA41; }
        footer .order-installation .block-content h2 span::before, footer .order-installation .block-content h2 span::after {
          border-color: #92CA41; }
    footer .order-installation .privacy, footer .order-installation .recaptcha {
      color: #fff;
      opacity: 0.5; }
      footer .order-installation .privacy a, footer .order-installation .privacy a:visited, footer .order-installation .privacy a:hover, footer .order-installation .recaptcha a, footer .order-installation .recaptcha a:visited, footer .order-installation .recaptcha a:hover {
        color: #fff !important; }
    footer .order-installation .recaptcha {
      display: block !important; }
  footer .footer-contact {
    position: relative;
    font-size: .875rem;
    line-height: 1.4;
    padding-right: 100px;
    margin-left: auto;
    margin-top: 45px; }
    @media only screen and (max-width: 767px) {
      footer .footer-contact {
        margin-left: 32px;
        margin-top: 0;
        padding-bottom: 30px; } }
    @media only screen and (max-width: 575px) {
      footer .footer-contact {
        width: auto;
        margin-left: 32px;
        padding-top: .5rem; } }
    @media only screen and (max-width: 479px) {
      footer .footer-contact {
        padding-top: 0;
        text-align: center;
        padding-right: 0;
        margin-left: 0;
        width: 100%;
        padding-bottom: 6rem;
        padding-right: 0; } }
    footer .footer-contact p {
      color: #fff;
      margin: 0; }
      @media only screen and (max-width: 575px) {
        footer .footer-contact p {
          display: inline-block;
          text-align: left; } }
    footer .footer-contact span {
      font-size: 1.5rem; }
    footer .footer-contact .social-buttons {
      position: absolute;
      top: .3rem;
      right: 0; }
      @media only screen and (max-width: 479px) {
        footer .footer-contact .social-buttons {
          top: 0;
          right: auto;
          left: 0;
          position: relative;
          margin: 1rem auto 0 auto; } }
      footer .footer-contact .social-buttons a, footer .footer-contact .social-buttons a:visited {
        margin-left: 15px;
        display: inline-block;
        color: #fff;
        font-size: 1.1rem;
        font-family: 'RobotoBd'; }
        footer .footer-contact .social-buttons a:first-child, footer .footer-contact .social-buttons a:visited:first-child {
          margin-left: 0; }
        footer .footer-contact .social-buttons a:hover, footer .footer-contact .social-buttons a:visited:hover {
          color: #FFBA03; }

#top-link {
  cursor: pointer;
  display: block;
  position: absolute;
  top: auto;
  bottom: 40px;
  z-index: 1;
  right: 0;
  width: 50px;
  height: 50px; }
  @media only screen and (max-width: 1199px) {
    #top-link {
      right: 1rem; } }
  @media only screen and (max-width: 479px) {
    #top-link {
      bottom: 20px; } }
  #top-link a {
    position: absolute;
    display: block;
    right: 0;
    top: auto;
    bottom: 0px;
    width: 50px;
    height: 50px;
    margin-top: -8px;
    text-decoration: none;
    background-image: url("assets/img/top.png");
    background-repeat: no-repeat;
    background-position: 0 0; }
    @media only screen and (max-width: 767px) {
      #top-link a {
        top: auto;
        margin-top: 0; } }
    #top-link a:hover {
      background-position: 0 -50px; }

img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  /* margin: 0 auto; */ }
  img.float-left {
    position: relative;
    float: left;
    margin: 0 3.5rem 2rem 0 !important;
    max-width: 320px;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      img.float-left {
        float: none !important; } }
    @media only screen and (max-width: 479px) {
      img.float-left {
        max-width: 100%; } }

.table-responsive {
  margin: 1rem 0; }

.table td, .table th {
  border: 1px solid #e4e4e4;
  font-size: .9rem;
  padding: .5rem;
  vertical-align: middle;
  text-align: center;
  width: auto !important; }
  @media only screen and (max-width: 1599px) {
    .table td, .table th {
      padding: .2rem; } }
.table thead td, .table th {
  font-size: .8rem;
  background: #1D766F;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  width: auto !important; }
.table tbody tr:first-child:hover {
  background: none; }
.table tbody tr:first-child th, .table tbody tr:first-child td {
  font-size: .8rem;
  background: #1D766F;
  text-align: center;
  color: #fff;
  vertical-align: middle; }
.table thead + tbody tr:first-child:hover {
  background-color: rgba(0, 0, 0, 0.075); }
.table thead + tbody tr:first-child th, .table thead + tbody tr:first-child td {
  font-size: .9rem;
  background: none;
  text-align: center;
  color: #000; }

.gallery {
  margin: .5rem 0; }
  .gallery .gallery-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 1rem;
    width: 150px;
    height: 150px; }

.wp-video {
  margin: 1.5rem 0 1.5rem 0;
  width: auto !important;
  max-width: 100%;
  height: auto; }

.embed-responsive {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0 1.5rem 0; }

.list-post ol, .list-post ul {
  overflow: hidden; }

.grecaptcha-badge {
  visibility: hidden; }

/*# sourceMappingURL=style.css.map */
