﻿/* roboto-regular - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"), url("fonts/roboto-v20-latin_latin-ext-regular.woff2") format("woff2"), url("fonts/roboto-v20-latin_latin-ext-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-italic - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"), url("fonts/roboto-v20-latin_latin-ext-italic.woff2") format("woff2"), url("fonts/roboto-v20-latin_latin-ext-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700 - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"), url("fonts/roboto-v20-latin_latin-ext-700.woff2") format("woff2"), url("fonts/roboto-v20-latin_latin-ext-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* roboto-700italic - latin_latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("fonts/roboto-v20-latin_latin-ext-700italic.woff2") format("woff2"), url("fonts/roboto-v20-latin_latin-ext-700italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

html {
  font-family: sans-serif;
  font-size: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Roboto";
  line-height: 1;
  margin: 0;
  padding: 0; }

.hidden {
  display: none !important; }

.page {
  overflow: hidden; }

.container {
  width: 100%;
  margin: 0 auto;
  max-width: 120rem;
  padding: 0 1.5rem; }

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

.w-100 {
  width: 100%; }

.m-0 {
  margin: 0 !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-default {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #282828; }
  .text-default h1 {
    font-size: 3.0rem;
    margin: 0 0 2rem 0;
    line-height: 1.1;
    font-weight: bold;
    color: #000; }
    @media only screen and (min-width: 768px) {
      .text-default h1 {
        font-size: 3.6rem;
        margin: 0 0 3rem 0; } }
    @media only screen and (min-width: 991px) {
      .text-default h1 {
        font-size: 4.8rem;
        margin: 0 0 4rem 0; } }
  .text-default h2 {
    margin: 0 0 2rem 0;
    font-weight: bold;
    line-height: 1.1;
    font-size: 2.4rem;
    color: #eb7d2d; }
    @media only screen and (min-width: 768px) {
      .text-default h2 {
        margin: 0 0 2rem 0;
        font-size: 2.8rem; } }
  .text-default h3 {
    margin: 1rem 0;
    font-weight: bold;
    line-height: 1.1;
    font-size: 1.8rem;
    color: #503935; }
    @media only screen and (min-width: 768px) {
      .text-default h3 {
        margin: 0 0 1.5rem 0;
        font-size: 2.0rem; } }
  .text-default a:not(.btn) {
    color: #eb7d2d;
    background: linear-gradient(to bottom, #eb7d2d 0%, #eb7d2d 100%);
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 0.2rem 0.2rem;
    text-decoration: none;
    transition: background-size .4s; }
    .text-default a:not(.btn):hover {
      background-size: 0.2rem 5rem;
      color: #fff; }
  .text-default ul {
    list-style: none;
    margin: 0 0 3.0rem;
    padding: 0; }
    .text-default ul li {
      margin: 0 0 0.5rem 0;
      padding: 0 0 0 1.5rem;
      position: relative; }
      .text-default ul li:before {
        content: '';
        width: 0.7rem;
        height: 0.2rem;
        background: #aaa;
        position: absolute;
        left: 0;
        top: 1.2rem; }
  .text-default p {
    margin: 0 0 3rem 0; }
  .text-default img {
    max-width: 100%; }
  .text-default table {
    width: 100%;
    margin: 0 0 3rem 0;
    border-collapse: collapse;
    border-spacing: 0; }
    .text-default table thead tr td {
      background: #eb7d2d;
      color: #fff;
      font-weight: bold;
      line-height: 1.2;
      padding: 1.2rem 0.7rem;
      font-size: 1.4rem;
      text-transform: uppercase; }
    .text-default table tbody tr td, .text-default table tbody tr th {
      font-weight: normal;
      line-height: 1.2;
      padding: 0.5rem 0.7rem;
      color: #282828;
      border: 0.1rem solid #eee; }
    .text-default table tbody tr:nth-child(2n+1) td, .text-default table tbody tr:nth-child(2n+1) th {
      background: #f7f7f7; }

#cookiePanel {
  z-index: 999;
  width: 290px;
  min-height: 20px;
  box-sizing: border-box;
  padding: 20px;
  background: #232323;
  overflow: hidden;
  position: fixed;
  bottom: 15px;
  right: 15px; }

@media only screen and (min-width: 768px) {
  #cookiePanel {
    width: 350px;
    padding: 30px 30px 30px 30px;
    bottom: 30px;
    right: 30px; } }

.cookiePanelIn {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 20px;
  display: block;
  margin-top: 10px; }

.cookiePanelIn a {
  color: #fff;
  text-decoration: underline; }

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

.cookiePanelIn input {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
  background: #000000;
  box-sizing: border-box;
  padding: 15px 24px;
  text-align: center;
  transition: background 0.3s;
  border: none;
  border-radius: 0; }

.cookiePanelIn input:hover {
  cursor: pointer;
  background: #eb7d2d; }

.youtube-video {
  position: relative;
  padding-bottom: 51.25%;
  padding-top: 25px;
  height: 0; }
  .youtube-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.navigation {
  list-style: none;
  margin: 0;
  padding: 7.5rem 0 1.5rem 0;
  text-align: center; }
  @media only screen and (min-width: 991px) {
    .navigation {
      padding: 0; } }
  .navigation li {
    margin: 0;
    padding: 0;
    position: relative; }
    @media only screen and (min-width: 991px) {
      .navigation li {
        display: inline-block; } }
    .navigation li.has-child a {
      padding: 1rem 3.5rem 1rem 2rem; }
      @media only screen and (min-width: 991px) {
        .navigation li.has-child a {
          padding: 1rem 2.2rem 1rem 1rem; } }
      .navigation li.has-child a:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-60%);
        border-top: 4px solid #fff;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent; }
    .navigation li.has-child.open ul {
      opacity: 1;
      pointer-events: all;
      visibility: visible;
      height: auto; }
      @media only screen and (min-width: 991px) {
        .navigation li.has-child.open ul {
          top: calc(100% - 0.2rem); } }
    .navigation li.has-child.open a:after {
      transform: translateY(-50%) rotate(180deg); }
    .navigation li.has-child ul {
      display: block;
      margin: 0;
      opacity: 0;
      pointer-events: none;
      visibility: hidden;
      padding: 0;
      background: #fff;
      list-style: none;
      transition: 0.3s;
      height: 0;
      overflow: hidden; }
      @media only screen and (min-width: 991px) {
        .navigation li.has-child ul {
          position: absolute;
          top: 150%;
          left: -1rem;
          box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
          padding: 0.5rem 0;
          height: auto; } }
      .navigation li.has-child ul li {
        margin: 0;
        padding: 0;
        display: block; }
        .navigation li.has-child ul li a {
          display: block;
          color: #666;
          padding: 0.5rem 2rem;
          text-align: center;
          font-weight: normal;
          font-size: 1.4rem; }
          @media only screen and (min-width: 991px) {
            .navigation li.has-child ul li a {
              border: none;
              text-align: left;
              color: #282828;
              font-weight: bold;
              padding: 1rem 2rem;
              font-size: 1.2rem; } }
          .navigation li.has-child ul li a:before, .navigation li.has-child ul li a:after {
            content: none;
            display: none; }
          .navigation li.has-child ul li a:hover {
            background: none;
            color: #eb7d2d; }
            @media only screen and (min-width: 991px) {
              .navigation li.has-child ul li a:hover {
                background: none;
                color: #eb7d2d; } }
    .navigation li.selected a {
      color: #eb7d2d; }
    .navigation li a {
      display: block;
      position: relative;
      text-decoration: none;
      padding: 1rem 2rem;
      font-size: 1.7rem;
      font-weight: bold;
      text-transform: uppercase;
      transition: 0.3s;
      cursor: pointer;
      color: #000;
      white-space: nowrap;
      font-family: "Roboto";
      text-align: center; }
      @media only screen and (min-width: 991px) {
        .navigation li a {
          font-size: 1.2rem;
          color: #fff;
          padding: 1rem 1rem; } }
      .navigation li a:hover {
        color: #eb7d2d; }
        @media only screen and (min-width: 991px) {
          .navigation li a:hover {
            color: #eb7d2d; } }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 250;
  text-align: center;
  background: transparent; }
  .header__main {
    width: 100%;
    max-width: 150rem;
    padding: 0 1rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
  .header__logo {
    display: flex;
    align-items: center;
    padding: 1.5rem 0;
    font-size: 0; }
    @media only screen and (min-width: 991px) {
      .header__logo {
        padding: 3.5rem 0; } }
    @media only screen and (min-width: 1200px) {
      .header__logo {
        padding: 4.5rem 0; } }
    .header__logo h1 {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .header__logo img {
      max-width: 14rem;
      display: inline-block; }
      @media only screen and (min-width: 1200px) {
        .header__logo img {
          max-width: 100%; } }
  .header__help {
    font-size: 1.3rem;
    color: #fff;
    line-height: 1.2;
    text-align: left;
    padding: 0 0 0 2.5rem;
    display: none; }
    @media only screen and (min-width: 550px) {
      .header__help {
        display: block; } }
    @media only screen and (min-width: 991px) {
      .header__help {
        display: none; } }
    @media only screen and (min-width: 1200px) {
      .header__help {
        display: block; } }
    @media only screen and (min-width: 1500px) {
      .header__help {
        padding: 0 0 0 5rem; } }
  .header__content {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .header__menu {
    display: none;
    width: 100%; }
    .header__menu.open {
      display: block; }
    @media only screen and (max-width: 990px) {
      .header__menu {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 2rem 2rem rgba(29, 29, 29, 0.2); } }
    @media only screen and (min-width: 991px) {
      .header__menu {
        display: block !important;
        width: auto; } }
  .header__btn {
    display: none;
    line-height: 1.1;
    border: none;
    outline: none !important;
    border-radius: 0;
    cursor: pointer;
    text-decoration: none;
    padding: 1.5rem 4rem;
    font-weight: bold;
    color: #000;
    background: #fff;
    position: relative;
    font-size: 1.4rem;
    font-family: "Roboto";
    border-radius: 5rem;
    text-transform: uppercase; }
    @media only screen and (min-width: 991px) {
      .header__btn {
        display: block;
        padding: 1.5rem 3rem 1.5rem 6.5rem;
        margin: 0 0 0 1rem; } }
    @media only screen and (min-width: 1500px) {
      .header__btn {
        margin: 0 0 0 4rem; } }
    .header__btn img {
      width: 1.8rem;
      height: 1.8rem;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 2.4rem; }
    .header__btn:hover {
      text-decoration: none;
      background: linear-gradient(90deg, #dd4126 0%, #f4a232 100%);
      color: #fff; }
      .header__btn:hover img {
        filter: brightness(0) saturate(100%) invert(96%) sepia(63%) saturate(160%) hue-rotate(127deg) brightness(118%) contrast(100%); }
  .header__toggle {
    position: absolute;
    top: 1.6rem;
    right: 1rem;
    display: inline-block;
    width: 4.5rem;
    height: 4.0rem;
    border: none;
    outline: none !important;
    background: #eb7d2d;
    transform: rotate(0deg);
    transition: 0.3s ease-in-out;
    cursor: pointer; }
    @media only screen and (min-width: 991px) {
      .header__toggle {
        display: none; } }
    .header__toggle span {
      display: block;
      position: absolute;
      height: 0.2rem;
      width: 2.8rem;
      background: #fff;
      opacity: 1;
      left: 0.85rem;
      transform: rotate(0deg);
      transition: 0.25s ease-in-out;
      pointer-events: none; }
      .header__toggle span:nth-child(1) {
        top: 1rem; }
      .header__toggle span:nth-child(2) {
        top: 1.8rem; }
      .header__toggle span:nth-child(3) {
        top: 1.8rem; }
      .header__toggle span:nth-child(4) {
        top: 2.6rem; }
    .header__toggle.open span:nth-child(1) {
      top: 1.5rem;
      width: 0%;
      left: 50%; }
    .header__toggle.open span:nth-child(2) {
      transform: rotate(45deg); }
    .header__toggle.open span:nth-child(3) {
      transform: rotate(-45deg); }
    .header__toggle.open span:nth-child(4) {
      top: 1.5rem;
      width: 0%;
      left: 50%; }

.footer {
  position: relative; }
  @media only screen and (max-width: 990px) {
    .footer {
      background: #503935; } }
  @media only screen and (min-width: 991px) {
    .footer__content {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 10;
      width: 100%;
      transform: translateY(-50%); } }
  .footer iframe {
    position: relative;
    z-index: 5; }

.footer-info {
  width: 100%;
  padding: 5rem 0;
  text-align: center; }
  @media only screen and (min-width: 991px) {
    .footer-info {
      max-width: 51.8rem;
      background: url(images/footer-content.jpg) no-repeat center center;
      background-size: cover;
      padding: 6rem 0 6rem 10rem;
      text-align: left; } }
  .footer-info__caption {
    font-size: 2.6rem;
    margin: 0 0 2rem 0;
    line-height: 1.1;
    font-weight: bold;
    color: #fff; }
    @media only screen and (min-width: 991px) {
      .footer-info__caption {
        font-size: 3.6rem;
        margin: 0 0 6rem 0; } }
  .footer-info__contact {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 1.6rem;
    margin: 0 0 1.5rem 0;
    line-height: 1.1;
    font-weight: bold;
    color: #fff; }
    @media only screen and (max-width: 990px) {
      .footer-info__contact {
        justify-content: center; } }
    @media only screen and (min-width: 991px) {
      .footer-info__contact {
        font-size: 2.4rem;
        margin: 0 0 2.5rem 0; } }
    .footer-info__contact img {
      width: 2.0rem;
      height: 2.0rem;
      display: inline-block;
      margin: 0 1.4rem 0 0; }
      @media only screen and (min-width: 991px) {
        .footer-info__contact img {
          width: 3.2rem;
          height: 3.2rem;
          margin: 0 2rem 0 0; } }
    .footer-info__contact a {
      color: #fff;
      text-decoration: none; }
      .footer-info__contact a:hover {
        color: #fff;
        text-decoration: underline; }
  .footer-info__button {
    padding: 2rem 0 0 0; }
    @media only screen and (min-width: 991px) {
      .footer-info__button {
        padding: 7rem 0 0 0; } }

.copyright {
  padding: 1.5rem 0;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.1;
  color: #000;
  font-weight: normal;
  width: 100%;
  background: #fff; }
  @media only screen and (min-width: 1200px) {
    .copyright {
      font-size: 1.2rem; } }
  .copyright a {
    text-decoration: none;
    color: #000; }
    .copyright a:hover {
      text-decoration: underline; }

.btn {
  line-height: 1.1;
  border: none;
  outline: none !important;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  padding: 1.5rem 4rem;
  font-weight: bold;
  display: inline-block;
  color: #000;
  background: #f0f0f0;
  position: relative;
  font-size: 1.4rem;
  font-family: "Roboto";
  border-radius: 5rem;
  transition: 0.3s; }
  @media only screen and (min-width: 991px) {
    .btn {
      padding: 1.5rem 8rem; } }
  .btn:hover {
    text-decoration: none; }

.btn-primary {
  background: #eb7d2d;
  background: linear-gradient(90deg, #dd4126 0%, #f4a232 100%);
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #d16414;
    background: linear-gradient(90deg, #ff4c00 0%, #ffeb4c 100%);
    color: #fff; }

.btn-secondary {
  background: #503935;
  color: #fff; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background: #312321;
    color: #fff; }

.btn-link {
  padding: 0;
  background: none;
  text-decoration: underline;
  color: #000; }
  .btn-link:hover, .btn-link:focus, .btn-link:active {
    text-decoration: none;
    color: #eb7d2d; }

.btn-link-arrow {
  padding: 0 2.2rem 0 0;
  background: none;
  text-decoration: none;
  color: #000;
  font-weight: 600; }
  .btn-link-arrow:after {
    content: '>>';
    position: absolute;
    top: 50%;
    right: 0rem;
    transform: translateY(-50%);
    transition: 0.3s;
    color: #eb7d2d; }
  .btn-link-arrow:hover, .btn-link-arrow:focus, .btn-link-arrow:active {
    text-decoration: underline;
    color: #eb7d2d; }
    .btn-link-arrow:hover:after, .btn-link-arrow:focus:after, .btn-link-arrow:active:after {
      right: -0.5rem; }

.btn-outline-RED {
  background: transparent;
  color: #000;
  border: 0.1rem solid #d6d6d6; }
  .btn-outline-RED:hover, .btn-outline-RED:focus, .btn-outline-RED:active {
    background: #d6d6d6;
    color: #000;
    text-decoration: none; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }
  .form-row .form-group {
    padding: 0 0.5rem;
    width: 100%; }
    @media only screen and (min-width: 550px) {
      .form-row .form-group {
        width: 50%; } }

.form-group {
  margin-bottom: 2.5rem; }
  .form-group__label {
    margin-bottom: 0.5rem;
    width: 100%;
    font-size: 1.6rem;
    font-weight: bold; }
  .form-group__input, .form-group__textarea {
    display: block;
    width: 100%;
    padding: 0.6rem 1.2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: "Roboto"; }
    .form-group__input.error, .form-group__textarea.error {
      border-color: red; }
  .form-group__textarea {
    min-height: 12rem;
    resize: none; }
  .form-group span.error {
    font-size: 1.2rem;
    font-weight: bold;
    color: red;
    display: block;
    padding: 0.5rem 0; }

.contact-form-popup {
  max-width: 100rem;
  margin: 0 auto;
  position: relative; }
  .contact-form-popup .mfp-close {
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.3rem;
    text-align: center;
    position: absolute;
    top: -1.6rem;
    right: -1.6rem;
    background: #fff;
    color: #dd0000;
    padding: 0;
    opacity: 1;
    border-radius: 100%; }
    @media (max-width: 990px) {
      .contact-form-popup .mfp-close {
        top: -1rem;
        right: -1rem; } }
    .contact-form-popup .mfp-close:hover {
      background: #dd0000;
      color: #fff; }
  .contact-form-popup .popup-sidebar {
    width: 34rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #111; }
    @media (max-width: 990px) {
      .contact-form-popup .popup-sidebar {
        width: 28.5rem; } }
    @media (max-width: 767px) {
      .contact-form-popup .popup-sidebar {
        display: none; } }
    .contact-form-popup .popup-sidebar .popup-logo {
      text-align: center;
      padding: 7.5rem 0; }
      .contact-form-popup .popup-sidebar .popup-logo svg, .contact-form-popup .popup-sidebar .popup-logo img {
        width: 16rem;
        fill: #fff; }
    .contact-form-popup .popup-sidebar .popup-contacts {
      padding: 0 0 0 4rem; }
      .contact-form-popup .popup-sidebar .popup-contacts .contact-link {
        margin: 0 0 3rem 0;
        color: #fff;
        text-decoration: none;
        display: block; }
        .contact-form-popup .popup-sidebar .popup-contacts .contact-link .link-icon {
          display: inline-block;
          vertical-align: middle;
          margin: 0 2rem 0 0;
          font-size: 2rem; }
        .contact-form-popup .popup-sidebar .popup-contacts .contact-link .link-text {
          display: inline-block;
          vertical-align: middle;
          font-weight: normal; }
          .contact-form-popup .popup-sidebar .popup-contacts .contact-link .link-text span {
            display: block;
            font-size: 1.4rem; }
          .contact-form-popup .popup-sidebar .popup-contacts .contact-link .link-text strong {
            display: block;
            font-size: 1.8rem; }
  .contact-form-popup .popup-content {
    width: 100%;
    padding: 0 0 0 34rem;
    background: #fff; }
    @media (max-width: 990px) {
      .contact-form-popup .popup-content {
        padding: 0 0 0 28.5rem; } }
    @media (max-width: 767px) {
      .contact-form-popup .popup-content {
        padding: 0; } }
    .contact-form-popup .popup-content .formField .label {
      display: none; }
    .contact-form-popup .popup-content .formField .edit {
      width: 100%; }
    .contact-form-popup .popup-content .form-inner {
      padding: 7rem 5rem;
      min-height: 40rem; }
      @media (max-width: 990px) {
        .contact-form-popup .popup-content .form-inner {
          padding: 5rem 3rem; } }
      .contact-form-popup .popup-content .form-inner .form-text h1 {
        margin: 0 0 3.5rem 0;
        line-height: 1.2;
        color: #000;
        font-size: 3.5rem;
        font-weight: bold; }
        @media (max-width: 990px) {
          .contact-form-popup .popup-content .form-inner .form-text h1 {
            margin: 0 0 2rem 0;
            font-size: 2.8rem; } }
        @media (max-width: 767px) {
          .contact-form-popup .popup-content .form-inner .form-text h1 {
            margin: 0 0 2rem 0;
            font-size: 2.4rem; } }
      .contact-form-popup .popup-content .form-inner .form-text p {
        margin: 0 0 3.5rem 0;
        line-height: 1.2;
        color: #000;
        font-size: 1.7rem;
        font-weight: normal; }
        @media (max-width: 990px) {
          .contact-form-popup .popup-content .form-inner .form-text p {
            font-size: 1.5rem; } }
        @media (max-width: 767px) {
          .contact-form-popup .popup-content .form-inner .form-text p {
            font-size: 1.4rem; } }
      .contact-form-popup .popup-content .form-inner .form-field {
        margin-bottom: 1.5rem;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        width: 100%; }
        .contact-form-popup .popup-content .form-inner .form-field label {
          width: 30%;
          margin: 0;
          font-size: 1.6rem;
          font-weight: bold;
          padding: 0 1rem 0 0; }
          @media (max-width: 767px) {
            .contact-form-popup .popup-content .form-inner .form-field label {
              width: 100%;
              margin: 0 0 0.5rem 0; } }
        .contact-form-popup .popup-content .form-inner .form-field .form-group__input, .contact-form-popup .popup-content .form-inner .form-field .form-group__textarea {
          width: 70%;
          display: block;
          padding: 0.6rem 1.2rem;
          font-size: 1.6rem;
          line-height: 1.5;
          color: #495057;
          background-color: #fff;
          border: 1px solid #ced4da;
          border-radius: .25rem;
          font-family: "Roboto"; }
          @media (max-width: 767px) {
            .contact-form-popup .popup-content .form-inner .form-field .form-group__input, .contact-form-popup .popup-content .form-inner .form-field .form-group__textarea {
              width: 100%; } }
          .contact-form-popup .popup-content .form-inner .form-field .form-group__input.error, .contact-form-popup .popup-content .form-inner .form-field .form-group__textarea.error {
            border-color: red; }
        .contact-form-popup .popup-content .form-inner .form-field .form-group__textarea {
          width: 100% !important;
          min-height: 12rem;
          resize: none; }
          @media (min-width: 768px) {
            .contact-form-popup .popup-content .form-inner .form-field .form-group__textarea {
              margin: 0.5rem 0 0 0; } }
        .contact-form-popup .popup-content .form-inner .form-field span.error {
          font-size: 1.2rem;
          font-weight: bold;
          color: red;
          display: block;
          padding: 0.5rem 0; }
      .contact-form-popup .popup-content .form-inner .form-button {
        text-align: center; }
      .contact-form-popup .popup-content .form-inner .success {
        padding: 12rem 0; }
