h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 16px 0;
  font-weight: 400; }
  h1 a, h1 a:focus, h2 a, h2 a:focus, h3 a, h3 a:focus, h4 a, h4 a:focus, h5 a, h5 a:focus, h6 a, h6 a:focus, .h1 a, .h1 a:focus, .h2 a, .h2 a:focus, .h3 a, .h3 a:focus, .h4 a, .h4 a:focus, .h5 a, .h5 a:focus, .h6 a, .h6 a:focus {
    font-size: inherit;
    line-height: inherit; }
h1, .h1 {
  color: #212121;
  font-size: 36px;
  line-height: 32px; }
h2, .h2 {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  line-height: 32px; }
h3, .h3 {
  color: #000000;
  font-size: 22px;
  line-height: 25px; }
h4, .h4 {
  color: #000000;
  font-size: 20px;
  line-height: 24px; }
h5, .h5 {
  color: #000000;
  font-size: 19px;
  line-height: 23px;
  font-weight: 700; }
h6, .h6 {
  color: #000000;
  font-size: 18px;
  line-height: 21px;
  font-weight: 700; }

p {
  margin: 8px 0; }

a, a:focus {
  font-size: 18px;
  line-height: 24px;
  color: #1976D2;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover, a:focus:hover {
    color: #3898f6; }

ul, ol {
  list-style-position: outside;
  margin: 16px 0;
  margin-left: 25px; }
  ul li, ol li {
    padding-left: 10px; }
  ul li:not(:last-of-type), ol li:not(:last-of-type) {
    margin-bottom: 5px; }

blockquote {
  margin: 25px 0;
  background-color: #DEDEDE;
  border-left: 3px solid #999;
  margin-left: 15px;
  padding: 20px; }
  blockquote > *:first-child {
    margin-top: 0; }
  blockquote > *:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 7px 0; }
  h1, .h1 {
    font-size: 24px;
    line-height: 32px; }
  h2, .h2 {
    font-size: 20px;
    line-height: 32px; }
  h3, .h3 {
    font-size: 18px;
    line-height: 21px; }
  h4, .h4 {
    font-size: 17px;
    line-height: 20px; }
  h5, .h5 {
    font-size: 16px;
    line-height: 19px; }
  h6, .h6 {
    font-size: 15px;
    line-height: 18px; }

  p {
    margin: 7px 0; }

  a, a:focus {
    font-size: 14px;
    line-height: 20px; }

  blockquote {
    margin-left: 0; } }
table {
  border-spacing: 0px;
  border-collapse: collapse;
  margin: 25px 0;
  width: 100%;
  border: 1px solid #f0f0f0;
  text-align: left;
  vertical-align: middle; }
  table th > *:first-child, table caption > *:first-child, table td > *:first-child {
    margin-top: 0; }
  table th > *:last-child, table caption > *:last-child, table td > *:last-child {
    margin-bottom: 0; }
  table td {
    font-size: 15px;
    line-height: 24px;
    color: #616161;
    border: 1px solid #E2E9F2;
    padding: 13.5px 17px;
    text-align: left; }
  table th, table caption {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #000000;
    border: 1px solid #f0f0f0;
    padding: 16px 17px;
    text-align: left; }
  table a, table a:focus {
    font-size: 15px;
    line-height: 24px; }

.table-wrap {
  margin: 25px 0;
  overflow: auto; }
  .table-wrap:first-child {
    margin-top: 0; }
  .table-wrap:last-child {
    margin-bottom: 0; }
  .table-wrap table {
    margin: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  table {
    margin: 16px 0; }
    table td {
      font-size: 12px;
      line-height: 18px;
      padding: 9.5px 17px; }
    table th, table caption {
      font-size: 15px;
      line-height: 18px;
      padding: 11.5px 17px; }
    table a, table a:focus {
      font-size: 12px;
      line-height: 18px; }

  .table-wrap {
    margin: 16px 0; } }
form {
  padding: 24px;
  border: none;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background-color: #FAFAFA; }
  form .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    form .form-row.hidden {
      display: none; }
    form .form-row:not(:last-of-type) {
      margin-bottom: 23px; }
    form .form-row .form-field {
      width: 100%; }
      form .form-row .form-field.field-message {
        width: 360px; }
      form .form-row .form-field.field-socials {
        text-align: center; }
        form .form-row .form-field.field-socials .socials-title {
          text-align: center;
          margin-bottom: 12px;
          position: relative; }
          form .form-row .form-field.field-socials .socials-title:after {
            content: "";
            width: 100%;
            height: 1px;
            background-color: #9E9E9E;
            position: absolute;
            z-index: 4;
            top: 13px;
            left: 0; }
          form .form-row .form-field.field-socials .socials-title span {
            font-size: 14px;
            color: #757575;
            line-height: 16px;
            background-color: #FAFAFA;
            display: inline-block;
            position: relative;
            z-index: 5;
            padding: 0 5px; }
        form .form-row .form-field.field-socials .social {
          display: inline-block;
          margin: 0 13.5px; }
          form .form-row .form-field.field-socials .social:first-of-type {
            margin-left: 0; }
          form .form-row .form-field.field-socials .social:last-of-type {
            margin-right: 0; }
      form .form-row .form-field .field-error {
        color: #f96161;
        font-size: 16px;
        font-weight: 300;
        position: absolute;
        margin-top: 10px; }
    form .form-row .btn-holder {
      text-align: center;
      width: 100%; }
  form label {
    display: block; }
    form label span {
      display: block;
      color: rgba(0, 0, 0, 0.87);
      margin-bottom: 5px;
      font-size: 16px; }
    form label small {
      color: rgba(0, 0, 0, 0.38);
      font-size: 12px;
      line-height: 14px;
      text-align: center;
      width: 100%;
      display: block;
      margin-top: 9px; }
  form input:not([type="submit"]), form textarea {
    height: 36px;
    font-size: 16px;
    line-height: 24px;
    font-family: "Roboto", Arial, sans-serif;
    color: #000000;
    padding: 3px 1px;
    border: none;
    background: none;
    border-bottom: 1px solid #BDBDBD;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    width: 100%;
    outline: none; }
  form input[type="submit"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-family: "Roboto", Arial, sans-serif; }
  form textarea {
    min-height: 143px; }

input:not([type="submit"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

input:not([type="submit"])::-moz-placeholder,
textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

input:not([type="submit"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

input:not([type="submit"])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

input:not([type="submit"])::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1; }

.error input:not([type="submit"]),
.error textarea {
  border-color: #D32F2F;
  color: #D32F2F; }
.error input:not([type="submit"])::-webkit-input-placeholder,
.error textarea::-webkit-input-placeholder {
  color: #D32F2F;
  opacity: 1; }
.error input:not([type="submit"])::-moz-placeholder,
.error textarea::-moz-placeholder {
  color: #D32F2F;
  opacity: 1; }
.error input:not([type="submit"]):-ms-input-placeholder,
.error textarea:-ms-input-placeholder {
  color: #D32F2F;
  opacity: 1; }
.error input:not([type="submit"])::-ms-input-placeholder,
.error textarea::-ms-input-placeholder {
  color: #D32F2F;
  opacity: 1; }
.error input:not([type="submit"])::placeholder,
.error textarea::placeholder {
  color: #D32F2F;
  opacity: 1; }

.feedback_form.mailout .wait {
  background-image: url(../img/icon-call.png), -webkit-gradient(linear, left top, right top, from(#4a4a4a), to(#59595a)) !important;
  background-image: url(../img/icon-call.png), -webkit-linear-gradient(left, #4a4a4a 0%, #59595a 100%) !important;
  background-image: url(../img/icon-call.png), -o-linear-gradient(left, #4a4a4a 0%, #59595a 100%) !important;
  background-image: url(../img/icon-call.png), linear-gradient(90deg, #4a4a4a 0%, #59595a 100%) !important;
  background-repeat: no-repeat, repeat-x;
  background-position: 0 0;
  -webkit-animation-name: wait;
          animation-name: wait;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  pointer-events: none;
  cursor: default; }

@-webkit-keyframes wait {
  0% {
    background-position: left 25px center, 0 0; }
  100% {
    background-position: left 25px center, left 107px top; } }

@keyframes wait {
  0% {
    background-position: left 25px center, 0 0; }
  100% {
    background-position: left 25px center, left 107px top; } }
@media screen and (min-width: 0px) and (max-width: 767px) {
  form .form-row .form-field.field-socials .social {
    margin: 0 11px; }
  form .form-row .form-field .field-error {
    position: relative;
    line-height: 13px;
    margin-top: 16px;
    font-size: 14px; }
  form label span {
    line-height: 24px; }
  form label small {
    font-size: 10px;
    line-height: 13px;
    margin-top: 9px; } }
.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  font-family: "Roboto", Arial, sans-serif;
  border: none; }
  .btn * {
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-font-smoothing: subpixel-antialiased;
    -o-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased; }
  .btn-signUp, .btn-signUp:focus {
    border: 1px solid #FFFFFF;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    font-size: 18px;
    line-height: 21px;
    color: #ffffff;
    background-color: transparent;
    padding: 13px 23px; }
    .btn-signUp:hover, .btn-signUp:focus:hover {
      color: rgba(255, 255, 255, 0.85);
      border-color: rgba(255, 255, 255, 0.85); }
  .btn-form, .btn-form:focus {
    -webkit-border-radius: 2px;
            border-radius: 2px;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    background-color: #D32F2F;
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 500;
    height: 36px;
    line-height: 36px;
    padding: 0 40px;
    letter-spacing: 0.5px; }
    .btn-form:hover, .btn-form:focus:hover {
      background-color: #ef4c4c;
      color: #FFFFFF; }
  .btn-feature, .btn-feature:focus {
    height: 48px;
    line-height: 48px;
    padding: 0 12px;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
            box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    color: #D32F2F;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.6px; }
    .btn-feature:hover, .btn-feature:focus:hover {
      color: #D32F2F;
      background-color: #FAFAFA; }

.btnUp {
  width: 46px;
  height: 32px;
  border: none;
  outline: none;
  background: url("../img/Button-scroll-up.svg");
  cursor: pointer;
  position: fixed;
  z-index: 5;
  left: 45px;
  bottom: 45px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .btnUp.active {
    opacity: 0.5; }
  .btnUp:hover {
    opacity: 1; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .btnUp {
    display: none; } }
@media screen and (min-width: 768px) and (max-width: 1147px) {
  .btn-signUp, .btn-signUp:focus {
    font-size: 16px;
    line-height: 19px;
    padding: 13px 26px; } }
.feature-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .feature-item:last-of-type {
    margin-bottom: 0 !important; }
  .feature-item-pic, .feature-item-text {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px); }
  .feature-item-pic {
    text-align: center;
    line-height: 0;
    height: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .feature-item-link, .feature-item-link:focus {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    margin-top: 16px; }
    .feature-item-link span, .feature-item-link:focus span {
      margin-right: 7px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }

.vertical .feature-item {
  width: 360px;
  text-align: center;
  margin-bottom: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 24px; }
  .vertical .feature-item:nth-of-type(3n) {
    margin-right: 0; }
  .vertical .feature-item-pic, .vertical .feature-item-text {
    width: 100%; }
  .vertical .feature-item-pic {
    height: 256px; }
  .vertical .feature-item-text {
    max-width: 296px;
    height: 128px;
    line-height: 20px;
    padding-top: 16px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .feature-item {
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .feature-item-pic, .feature-item-text {
      width: 100%;
      text-align: center; }
    .feature-item-pic {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1;
      height: 225px; }
    .feature-item-text {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2;
      padding-top: 16px; }
    .feature-item-link, .feature-item-link:focus {
      font-size: 14px;
      margin-top: 12px;
      max-width: 90%; }
      .feature-item-link span, .feature-item-link:focus span {
        margin-right: 3px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .feature-item-link img, .feature-item-link:focus img {
        max-height: 9px; }

  .vertical .feature-item {
    width: 100%;
    margin: 0;
    margin-bottom: 25px !important; }
    .vertical .feature-item-pic {
      height: 200px; }
    .vertical .feature-item-text {
      max-width: 100%;
      height: auto; } }
@media screen and (min-width: 768px) and (max-width: 1147px) {
  .vertical .feature-item {
    width: -webkit-calc(50% - 12px);
    width: calc(50% - 12px);
    margin-bottom: 32px !important; }
    .vertical .feature-item:nth-of-type(3n) {
      margin-right: 24px; }
    .vertical .feature-item:nth-of-type(2n) {
      margin-right: 0; }
    .vertical .feature-item-text {
      max-width: 100%;
      height: auto; } }
.sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 0; }
  .sitemap ul li {
    padding: 0;
    margin-bottom: 8px;
    line-height: 0; }
    .sitemap ul li:last-of-type {
      margin-bottom: 0; }
  .sitemap ul a {
    line-height: 20px; }
  .sitemap ul ul {
    margin-left: 24px;
    margin-top: 8px; }

.popup-opened body {
  height: 100%;
  width: 100%; }
.popup-opened .popup-bg {
  display: block; }
.popup-opened .popup-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.popup-bg {
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0; }
.popup-content {
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.thankyou {
  width: 360px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #FAFAFA; }
  .thankyou-icon {
    height: 76px;
    background-color: #E6E6E6;
    background-image: url("../img/icon-check.svg");
    background-position: center;
    background-repeat: no-repeat; }
  .thankyou-text {
    text-align: center;
    padding: 22px;
    padding-bottom: 40px; }
    .thankyou-text h2 {
      margin: 0;
      margin-bottom: 9px; }
    .thankyou-text p {
      margin: 0;
      margin-bottom: 22px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .thankyou {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    max-width: 300px; } }
.hamburger {
  display: inline-block;
  width: 16px;
  height: 18px;
  margin-right: 22px;
  position: relative;
  cursor: pointer; }
  .hamburger-item {
    display: inline-block;
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    .hamburger-item.one {
      top: -webkit-calc(50% - 6px);
      top: calc(50% - 6px); }
    .hamburger-item.three {
      top: -webkit-calc(50% + 6px);
      top: calc(50% + 6px); }
  .hamburger.active .hamburger-item.one {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .hamburger.active .hamburger-item.two {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .hamburger.active .hamburger-item.three {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.service-item {
  padding: 65px 0 70px; }
  .service-item .container {
    width: 956px; }
  .service-item .main-title {
    margin: 14px 0 34px; }
    .service-item .main-title h1, .service-item .main-title .h1 {
      margin-bottom: 17px;
      margin-top: 0; }
    .service-item .main-title h2, .service-item .main-title .h2 {
      line-height: 32px; }
  .service-item.colored {
    background-color: #FAFAFA; }
  .service-item-title {
    color: #212121;
    font-size: 18px;
    line-height: 32px;
    text-align: center; }
  .service-item-link {
    text-align: center; }
  .service-item .features {
    margin-top: 50px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .service-item {
    padding: 35px 0 45px; }
    .service-item .container {
      width: 100%; }
    .service-item .main-title {
      margin: 2px 0 18px; }
      .service-item .main-title h1, .service-item .main-title .h1 {
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 6px; }
      .service-item .main-title h2, .service-item .main-title .h2 {
        line-height: 24px; }
    .service-item .features {
      margin-top: 55px; } }
@media screen and (min-width: 768px) and (max-width: 1147px) {
  .service-item {
    padding: 65px 0 53px; }
    .service-item .container {
      width: 100%; }
    .service-item .features {
      margin-top: 50px; } }
#cookieConsent {
  background-color: rgba(20, 20, 20, 0.8);
  min-height: 26px;
  font-size: 14px;
  color: #ccc;
  line-height: 26px;
  padding: 8px 0 6px 15px;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999; }

#cookieConsent a {
  color: #4B8EE7;
  text-decoration: none;
  font-size: 14px; }

#closeCookieConsent {
  position: absolute;
  right: 15px;
  top: 8px;
  width: 24px;
  height: 24px; }

#closeCookieConsent:before, #closeCookieConsent:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 24px;
  width: 2px;
  background-color: #fff; }

#closeCookieConsent:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

#closeCookieConsent:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#closeCookieConsent:hover {
  color: #FFF; }

#cookieConsent a.cookieConsentOK {
  background-color: #F1D600;
  color: #000;
  display: inline-block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 0 20px;
  cursor: pointer;
  margin: 0 60px 0 10px;
  float: right;
  height: 24px;
  line-height: 24px; }

#cookieConsent a.cookieConsentOK:hover {
  background-color: #E0C91F; }

#cookieConsent a.cookieConsentOK.mobile {
  display: none; }

@media screen and (max-width: 445px) {
  #cookieConsent {
    font-size: 11px;
    padding: 8px 0 6px 10px; }

  #cookieConsent a {
    font-size: 11px; }

  #cookieConsent a.cookieConsentOK {
    display: none; }

  #cookieConsent a.cookieConsentOK.mobile {
    display: block;
    margin: 0 45px 0 10px; } }
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: transparent; }

body {
  min-width: 1148px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
  color: #616161;
  letter-spacing: 0px;
  margin: 0 auto;
  padding-top: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #121212; }

body, html {
  height: 100%; }

main {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  background-color: #fff; }

.container {
  margin: 0 auto;
  padding: 0 10px;
  width: 1148px; }

img {
  max-width: 100%;
  max-height: 100%; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.placeholder > *:last-child {
  margin-bottom: 0 !important; }
.placeholder > *:first-child {
  margin-top: 0 !important; }
.placeholder img[style*="float: left"], .placeholder img[style*="float:left"] {
  margin-right: 30px;
  margin-bottom: 30px; }
.placeholder img[style*="float: right"], .placeholder img[style*="float:right"] {
  margin-left: 30px;
  margin-bottom: 30px; }

.main-title {
  text-align: center;
  margin-bottom: 75px;
  margin-top: 70px; }
  .main-title h1, .main-title .h1 {
    margin-bottom: 24px;
    margin-top: 0; }
  .main-title h2, .main-title .h2 {
    line-height: 28px;
    font-weight: 300;
    color: #616161;
    max-width: 936px;
    margin: 0 auto; }

.template-wr {
  padding-bottom: 60px; }

header {
  background-color: #212121;
  width: 100%;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  header .container {
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  header .logo {
    margin-right: 20px;
    margin-left: 0;
    line-height: 0;
    display: inline-block;
    width: 69px;
    height: auto; }
    header .logo img {
      width: 64px;
      height: 64px; }
  header a, header a:focus:not(.logo) {
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none; }
    header a:hover, header a:focus:not(.logo):hover {
      color: rgba(255, 255, 255, 0.85); }
  header nav {
    width: -webkit-calc(100% - 600px);
    width: calc(100% - 600px);
    line-height: 0; }
    header nav ul {
      list-style: none;
      margin: 0;
      line-height: 0; }
      header nav ul li {
        vertical-align: middle;
        display: inline-block;
        margin: 0 20px 0 0 !important;
        padding: 0;
        line-height: 0; }
        header nav ul li:last-of-type {
          margin-right: 0 !important; }
  header .authorization {
    width: 542px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    header .authorization span {
      margin: 0 16px;
      color: rgba(255, 255, 255, 0.8);
      font-size: 18px;
      line-height: 21px; }
    header .authorization span, header .authorization a {
      white-space: nowrap; }
  header .usermenu-wr {
    width: 542px;
    text-align: right; }
  header .usermenu {
    display: inline-block;
    position: relative; }
    header .usermenu-user {
      cursor: pointer;
      position: relative;
      display: inline-block;
      font-size: 16px;
      color: #fff;
      -webkit-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      white-space: nowrap; }
      header .usermenu-user:hover {
        color: rgba(255, 255, 255, 0.85); }
      header .usermenu-user span, header .usermenu-user i {
        vertical-align: middle;
        display: inline-block; }
      header .usermenu-user i.usermenu-user-icon {
        line-height: 0;
        margin-right: 16px; }
      header .usermenu-user-name {
        margin-right: 3px;
        font-size: 18px;
        line-height: 64px;
        height: 64px;
        max-width: 300px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis; }
      header .usermenu-user-icon {
        font-size: 24px;
        margin-right: 10px; }
      header .usermenu-user-toggle {
        font-weight: bold;
        -webkit-transition: -webkit-transform 0.1s;
        transition: -webkit-transform 0.1s;
        -o-transition: transform 0.1s;
        transition: transform 0.1s;
        transition: transform 0.1s, -webkit-transform 0.1s;
        -webkit-transform: translateZ(0px);
                transform: translateZ(0px);
        margin-top: 2px; }
        header .usermenu-user-toggle.active {
          -webkit-transform: rotateX(180deg) translateZ(0px);
                  transform: rotateX(180deg) translateZ(0px); }
    header .usermenu-options {
      display: none;
      position: absolute;
      top: 100%;
      right: 0;
      text-align: left;
      background-color: #FFF;
      min-width: 180px;
      width: 100%;
      -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
              box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }
      header .usermenu-options a, header .usermenu-options a:focus {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        background-color: #FFF;
        position: relative;
        padding-left: 30px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        color: #26a69a;
        font-size: 16px;
        line-height: 22px;
        padding: 14px 15px; }
        header .usermenu-options a:hover, header .usermenu-options a:focus:hover {
          background-color: rgba(0, 0, 0, 0.1); }
        header .usermenu-options a i, header .usermenu-options a span, header .usermenu-options a:focus i, header .usermenu-options a:focus span {
          vertical-align: middle;
          display: inline-block; }
        header .usermenu-options a i, header .usermenu-options a:focus i {
          line-height: 0;
          width: 24px;
          text-align: center;
          margin-right: 20px; }

footer * {
  color: #fff; }
footer .footer-top {
  background-color: #303030; }
  footer .footer-top .container {
    height: 152px;
    padding-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  footer .footer-top .social {
    text-decoration: none !important;
    line-height: 0 !important;
    display: inline-block;
    margin-right: 11px; }
    footer .footer-top .social:last-of-type {
      margin-right: 0; }
    footer .footer-top .social:hover img {
      -webkit-filter: brightness(140%);
              filter: brightness(140%); }
  footer .footer-top span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 10px; }
  footer .footer-top .footer-form, footer .footer-top .footer-socials {
    width: -webkit-calc(50% - 11px);
    width: calc(50% - 11px);
    padding-right: 20px;
    line-height: 24px; }
  footer .footer-top .footer-form form {
    padding: 0;
    -webkit-border-radius: 0;
            border-radius: 0;
    background: none; }
    footer .footer-top .footer-form form .form-row {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      footer .footer-top .footer-form form .form-row .form-field {
        width: auto; }
        footer .footer-top .footer-form form .form-row .form-field.error input:not([type="submit"]) {
          color: #ff4d4d; }
        footer .footer-top .footer-form form .form-row .form-field.error input:not([type="submit"])::-webkit-input-placeholder {
          color: #ff4d4d;
          opacity: 1; }
        footer .footer-top .footer-form form .form-row .form-field.error input:not([type="submit"])::-moz-placeholder {
          color: #ff4d4d;
          opacity: 1; }
        footer .footer-top .footer-form form .form-row .form-field.error input:not([type="submit"]):-ms-input-placeholder {
          color: #ff4d4d;
          opacity: 1; }
        footer .footer-top .footer-form form .form-row .form-field.error input:not([type="submit"])::-ms-input-placeholder {
          color: #ff4d4d;
          opacity: 1; }
        footer .footer-top .footer-form form .form-row .form-field.error input:not([type="submit"])::placeholder {
          color: #ff4d4d;
          opacity: 1; }
      footer .footer-top .footer-form form .form-row .field-message {
        width: 360px; }
    footer .footer-top .footer-form form input:not([type="submit"]) {
      border: none;
      background-color: #616161;
      color: #BDBDBD;
      font-size: 16px;
      line-height: 19px;
      padding: 9px 7px;
      width: 360px;
      font-family: "Roboto", Arial, sans-serif; }
      footer .footer-top .footer-form form input:not([type="submit"])::-webkit-input-placeholder {
        opacity: 1;
        color: #BDBDBD; }
      footer .footer-top .footer-form form input:not([type="submit"])::-moz-placeholder {
        opacity: 1;
        color: #BDBDBD; }
      footer .footer-top .footer-form form input:not([type="submit"]):-ms-input-placeholder {
        opacity: 1;
        color: #BDBDBD; }
      footer .footer-top .footer-form form input:not([type="submit"])::-ms-input-placeholder {
        opacity: 1;
        color: #BDBDBD; }
      footer .footer-top .footer-form form input:not([type="submit"])::placeholder {
        opacity: 1;
        color: #BDBDBD; }
    footer .footer-top .footer-form form input[type="submit"] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: none;
      background: none;
      color: #80cbc4;
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
      line-height: 16px;
      cursor: pointer;
      margin-left: 12px;
      font-family: "Roboto", Arial, sans-serif;
      letter-spacing: 0.5px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      padding: 10px 15px; }
      footer .footer-top .footer-form form input[type="submit"]:hover {
        background-color: #4a4a4a; }
      footer .footer-top .footer-form form input[type="submit"]:active {
        background-color: #59595a; }
footer .footer-middle {
  padding: 50px 0 65px;
  background-color: #212121; }
  footer .footer-middle .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    footer .footer-middle .container nav {
      width: 168px; }
      footer .footer-middle .container nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        line-height: 0; }
        footer .footer-middle .container nav ul li {
          padding: 0;
          margin: 0;
          line-height: 0; }
          footer .footer-middle .container nav ul li a, footer .footer-middle .container nav ul li a:focus, footer .footer-middle .container nav ul li a:hover {
            font-size: 16px;
            line-height: 19px;
            text-decoration: none;
            color: #fff;
            display: inline-block; }
        footer .footer-middle .container nav ul ul li {
          margin-bottom: 8px; }
          footer .footer-middle .container nav ul ul li:last-of-type {
            margin-bottom: 0; }
          footer .footer-middle .container nav ul ul li a, footer .footer-middle .container nav ul ul li a:focus {
            font-weight: 300;
            color: rgba(255, 255, 255, 0.7); }
            footer .footer-middle .container nav ul ul li a:hover, footer .footer-middle .container nav ul ul li a:focus:hover {
              color: rgba(255, 255, 255, 0.85); }
      footer .footer-middle .container nav > ul > li > a {
        margin-bottom: 8px; }
footer .footer-bottom {
  background-color: #121212; }
  footer .footer-bottom .container {
    height: 64px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

@media screen and (min-width: 768px) {
  .mobile {
    display: none !important; } }
@media screen and (min-width: 0px) and (max-width: 767px) {
  .desctop {
    display: none !important; }

  body {
    min-width: 320px;
    font-size: 14px;
    line-height: 20px; }

  .container {
    width: 100%; }

  .placeholder img {
    float: none !important;
    display: block !important;
    margin: 16px auto !important; }
  .placeholder > *:first-child > img {
    margin-top: 0 !important; }
  .placeholder > *:last-child > img {
    margin-bottom: 0 !important; }

  .main-title {
    margin-bottom: 18px;
    margin-top: 17px; }
    .main-title h1, .main-title h2, .main-title .h1, .main-title .h2 {
      max-width: 100%; }
    .main-title h1, .main-title .h1 {
      margin-bottom: 8px; }
    .main-title h2, .main-title .h2 {
      font-size: 18px;
      line-height: 24px; }

  header {
    height: 100%;
    max-height: 64px;
    overflow: hidden; }
    header.mm-opened {
      max-height: 100%;
      background-color: #212121; }
    header .container {
      padding: 0;
      height: auto;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    header .logo {
      margin-left: 7px; }
    header nav {
      margin: 40px 0 60px;
      width: 100%; }
      header nav ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        header nav ul li {
          margin: 0 !important;
          margin-bottom: 21px !important; }
          header nav ul li:last-of-type {
            margin-bottom: 0 !important; }
    header .authorization, header .usermenu-wr {
      text-align: center;
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    header .usermenu-wr {
      position: relative; }
      header .usermenu-wr:after {
        content: "";
        display: inline-block;
        position: absolute;
        top: -30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 90%;
        height: 1px;
        background-color: rgba(117, 117, 117, 0.2); }
    header .usermenu {
      padding: 0; }
      header .usermenu-user {
        margin-bottom: 10px; }
        header .usermenu-user-name {
          margin-right: 0px;
          font-size: 18px;
          line-height: 21px;
          height: auto; }
        header .usermenu-user-toggle {
          margin-top: 0.5px; }
      header .usermenu-options {
        text-align: center;
        position: static;
        background-color: transparent;
        -webkit-box-shadow: none;
                box-shadow: none;
        display: block !important;
        opacity: 1 !important; }
        header .usermenu-options a, header .usermenu-options a:focus {
          background-color: transparent;
          position: relative;
          color: #fff;
          padding: 0;
          display: block; }
          header .usermenu-options a:hover, header .usermenu-options a:focus:hover {
            color: rgba(255, 255, 255, 0.85);
            background-color: transparent; }
          header .usermenu-options a:not(:last-of-type), header .usermenu-options a:focus:not(:last-of-type) {
            margin-bottom: 10px; }

  footer .footer-top .container, footer .footer-middle .container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  footer .footer-top .container {
    padding: 35px 10px 45px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }
  footer .footer-top span {
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 18px; }
  footer .footer-top .footer-form, footer .footer-top .footer-socials {
    width: 100%;
    padding: 0; }
  footer .footer-top .footer-form {
    margin-bottom: 35px; }
    footer .footer-top .footer-form form .form-row {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      footer .footer-top .footer-form form .form-row .form-field {
        width: 100%; }
    footer .footer-top .footer-form form input:not([type="submit"]), footer .footer-top .footer-form form .field-message {
      width: 100% !important; }
    footer .footer-top .footer-form form input[type="submit"] {
      margin: 0;
      margin-top: 15px; }
  footer .footer-middle {
    padding: 25px 0 35px; }
    footer .footer-middle .container {
      padding: 0 10px; }
      footer .footer-middle .container nav {
        width: 100%;
        margin-bottom: 24px; }
        footer .footer-middle .container nav:last-of-type {
          margin-bottom: 0; }
        footer .footer-middle .container nav ul ul {
          display: none;
          margin-left: 29px;
          margin-top: 15px; }
          footer .footer-middle .container nav ul ul li {
            margin-bottom: 15px; }
        footer .footer-middle .container nav > ul > li > a.toggle {
          margin: 0; }
          footer .footer-middle .container nav > ul > li > a.toggle:after {
            content: "";
            display: inline-block;
            vertical-align: middle;
            height: 5px;
            width: 5px;
            border-left: 1px solid #fff;
            border-bottom: 1px solid #fff;
            -webkit-transform: rotate(-45deg) translateY(-4px);
                -ms-transform: rotate(-45deg) translateY(-4px);
                    transform: rotate(-45deg) translateY(-4px);
            margin-left: 14px; }
          footer .footer-middle .container nav > ul > li > a.toggle.active:after {
            -webkit-transform: rotate(135deg) translateY(0px);
                -ms-transform: rotate(135deg) translateY(0px);
                    transform: rotate(135deg) translateY(0px);
            margin-left: 11px; } }
@media screen and (min-width: 768px) and (max-width: 1147px) {
  body {
    min-width: 768px; }

  .container {
    width: 100%; }

  .placeholder img[style*="float: left"], .placeholder img[style*="float:left"] {
    margin-right: 18px;
    margin-bottom: 18px; }
  .placeholder img[style*="float: right"], .placeholder img[style*="float:right"] {
    margin-left: 18px;
    margin-bottom: 18px; }

  .main-title {
    margin-bottom: 57px; }
    .main-title h2, .main-title .h2 {
      line-height: 32px;
      font-size: 22px;
      font-weight: 300;
      max-width: 90%; }

  header a, header a:focus {
    font-size: 16px;
    line-height: 19px; }
  header .logo {
    margin-right: 0px;
    margin-left: 0px; }
  header nav {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px); }
    header nav ul li {
      margin: 0 24px 0 0 !important; }
  header .authorization, header .usermenu-wr {
    width: auto; }
  header .authorization span {
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    margin: 0 8px; }

  footer .footer-top .container {
    height: auto;
    padding: 18px 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  footer .footer-top .social {
    margin-right: 11px;
    margin-bottom: 8px; }
    footer .footer-top .social:last-of-type, footer .footer-top .social:nth-of-type(3n) {
      margin-right: 0; }
    footer .footer-top .social:nth-of-type(3), footer .footer-top .social:nth-of-type(2), footer .footer-top .social:last-of-type {
      margin-bottom: 0; }
  footer .footer-top .footer-form {
    width: -webkit-calc(66.5% - 10px);
    width: calc(66.5% - 10px);
    padding: 0;
    margin-right: 24px; }
    footer .footer-top .footer-form form .form-row .form-field.field-email {
      width: 75%; }
    footer .footer-top .footer-form form .form-row .form-field.field-submit {
      margin-left: 8px; }
    footer .footer-top .footer-form form input:not([type="submit"]) {
      width: 100%; }
    footer .footer-top .footer-form form .field-message {
      width: 360px; }
    footer .footer-top .footer-form form input[type="submit"] {
      margin: 0; }
  footer .footer-top .footer-socials {
    width: 140px;
    padding: 0; }
  footer .footer-middle {
    padding: 34px 0 40px; }
    footer .footer-middle .container nav {
      width: 108px; }
      footer .footer-middle .container nav ul li a, footer .footer-middle .container nav ul li a:focus, footer .footer-middle .container nav ul li a:hover {
        font-size: 14px;
        line-height: 16px; }
      footer .footer-middle .container nav ul ul li {
        margin-bottom: 11px; }
      footer .footer-middle .container nav > ul > li > a, footer .footer-middle .container nav > ul > li > a:focus, footer .footer-middle .container nav > ul > li > a:hover {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 18px; } }
@media only screen and (max-height: 380px) {
  header nav {
    margin: 20px 0; }
  header .usermenu-wr:after {
    top: -12px; } }
.fp {
  padding: 0;
  position: relative;
  z-index: 1;
  margin-top: -64px; }
  .fp-showcase {
    background-position: center;
    background-repeat: repeat, no-repeat;
    -webkit-background-size: cover;
            background-size: cover; }
    .fp-showcase .container {
      padding-top: 64px;
      height: 576px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .fp-showcase-text {
      max-width: 456px;
      margin-left: 96px; }
      .fp-showcase-text h1 {
        margin-bottom: 32px;
        color: #fff; }
      .fp-showcase-text p {
        margin: 24px 0;
        color: rgba(255, 255, 255, 0.75); }
        .fp-showcase-text p:first-of-type {
          margin-top: 0; }
        .fp-showcase-text p:last-of-type {
          margin-bottom: 0; }
    .fp-showcase-form {
      width: 360px;
      margin-right: 96px; }
      .fp-showcase-form form .form-row:nth-of-type(2) {
        margin-bottom: 16px; }
      .fp-showcase-form form .form-row:nth-last-of-type(2) {
        margin-bottom: 12px; }
  .fp-content-columns {
    background-color: #F0F0F0; }
    .fp-content-columns .container {
      height: 297px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .fp-content-columns .container .placeholder {
        width: 50%;
        text-align: center; }
        .fp-content-columns .container .placeholder * {
          color: #212121;
          font-size: 20px;
          font-weight: 500;
          line-height: 28px; }
        .fp-content-columns .container .placeholder img {
          max-height: 156px;
          width: auto; }
        .fp-content-columns .container .placeholder p {
          margin: 16px 0; }
  .fp-content {
    background-color: #424242;
    padding: 45px 0; }
    .fp-content * {
      color: #fff; }
    .fp-content .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .fp-content-text, .fp-content-tweets {
      width: -webkit-calc(50% - 12px);
      width: calc(50% - 12px); }
      .fp-content-text > h2:first-child, .fp-content-tweets > h2:first-child {
        margin-top: 0; }
    .fp-content-text {
      font-size: 14px;
      line-height: 24px;
      padding-right: 40px; }
      .fp-content-text a, .fp-content-text a:focus {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        text-decoration: underline; }
        .fp-content-text a:hover, .fp-content-text a:focus:hover {
          text-decoration: none; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .fp-showcase .container {
    height: 369px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .fp-showcase-text {
    max-width: 100%;
    margin: 0;
    margin-top: 28px;
    text-align: center; }
    .fp-showcase-text h1 {
      margin-bottom: 9px; }
    .fp-showcase-text p {
      font-size: 16px;
      line-height: 20px;
      margin: 0; }
      .fp-showcase-text p:first-of-type {
        margin-bottom: 13px; }
    .fp-showcase-text .btn-form {
      margin-top: 37px; }
  .fp-showcase-form {
    position: fixed;
    top: -10000px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 64px);
    height: calc(100% - 64px);
    margin: 0; }
    html.mobile-form-opened .fp-showcase-form {
      top: 64px; }
    .fp-showcase-form form {
      width: 100%;
      height: 100%;
      padding: 28px 24px; }
      .fp-showcase-form form .form-row {
        margin-bottom: 16px !important; }
        .fp-showcase-form form .form-row:last-of-type {
          margin-bottom: 0 !important; }
        .fp-showcase-form form .form-row:first-of-type {
          margin-bottom: 23px !important; }
  .fp-content-columns .container {
    height: 160px;
    padding-top: 0; }
    .fp-content-columns .container .placeholder * {
      font-size: 14px; }
    .fp-content-columns .container .placeholder img {
      max-height: 78px;
      margin: 0 !important;
      display: inline-block !important; }
    .fp-content-columns .container .placeholder p {
      margin: 2px 0; }
  .fp-content .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .fp-content-text, .fp-content-tweets {
    width: 100%; }
  .fp-content-text {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 24px; }
    .fp-content-text a, .fp-content-text a:focus {
      font-size: 13px;
      line-height: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1147px) {
  .fp-showcase-text {
    margin: 0; }
    .fp-showcase-text p {
      font-size: 20px;
      line-height: 32px; }
  .fp-showcase-form {
    margin: 0; }
  .fp-content {
    padding: 38px 0 43px; }
    .fp-content-text {
      width: -webkit-calc(66.5% - 12px);
      width: calc(66.5% - 12px);
      padding: 0; }
    .fp-content-tweets {
      width: -webkit-calc(33.5% - 12px);
      width: calc(33.5% - 12px); } }
.default-images {
  clear: both; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .default.template-wr {
    margin-top: 27px; } }
.contacts-form {
  padding-bottom: 40px; }
  .contacts-form textarea {
    min-height: 36px;
    height: 36px; }
  .contacts-form .form-row .error .g-recaptcha {
    border: 1px solid #D32F2F;
    width: 304px;
    height: 78px;
    -webkit-border-radius: 4px;
            border-radius: 4px; }
  .contacts-form .form-row:nth-child(4) {
    margin-bottom: 16px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .contacts-form .form-row .g-recaptcha {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
    margin-left: -15px;
    float: left; } }
.two-columns .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
.two-columns .right-column {
  width: 360px;
  margin-right: 96px; }
.two-columns .left-column {
  width: 648px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .two-columns .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .two-columns .left-column {
    width: 100%;
    margin: 0;
    margin-bottom: 28px; }
  .two-columns .right-column {
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin: 0 -10px; } }
@media screen and (min-width: 768px) and (max-width: 1147px) {
  .two-columns .left-column {
    width: -webkit-calc(100% - 380px);
    width: calc(100% - 380px); }
  .two-columns .right-column {
    margin: 0;
    width: 360px; } }
.feature-list .features .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .feature-list {
    margin-top: 55px; }
    .feature-list .features .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
@media screen and (min-width: 768px) and (max-width: 1147px) {
  .feature-list {
    margin-top: 75px; }
    .feature-list .features .container {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
.faq .questions {
  margin-bottom: 32px; }
  .faq .questions-item {
    margin-bottom: 28px; }
    .faq .questions-item:last-of-type {
      margin-bottom: 0; }
    .faq .questions-item-theme {
      margin: 0;
      margin-bottom: 15px; }
    .faq .questions-item-list {
      margin: 0;
      padding: 0;
      list-style: none;
      line-height: 0; }
      .faq .questions-item-list li {
        padding: 0;
        line-height: 0; }
        .faq .questions-item-list li a {
          text-decoration: none;
          line-height: 20px;
          margin-bottom: 0; }
.faq .answers-item {
  margin-bottom: 32px; }
  .faq .answers-item:last-of-type {
    margin-bottom: 0; }
  .faq .answers-item-theme {
    margin: 0;
    margin-bottom: 24px; }
  .faq .answers-item .answer {
    margin-bottom: 35px; }
    .faq .answers-item .answer:last-of-type {
      margin-bottom: 0; }
    .faq .answers-item .answer-title {
      margin: 0;
      margin-bottom: 19px; }
    .faq .answers-item .answer-text {
      margin: 0; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .faq .questions {
    margin-bottom: 24px; }
    .faq .questions-item {
      margin-bottom: 27px; }
      .faq .questions-item-theme {
        margin-bottom: 12px; }
      .faq .questions-item-list li {
        margin-bottom: 6px; }
        .faq .questions-item-list li:last-of-type {
          margin-bottom: 0; }
  .faq .answers-item {
    margin-bottom: 22px; }
    .faq .answers-item-theme {
      margin-bottom: 17px; }
    .faq .answers-item .answer {
      margin-bottom: 20px; }
      .faq .answers-item .answer-title {
        margin-bottom: 13px; } }
.service-links {
  text-align: center; }
  .service-links a:not(.btn) {
    display: inline-block;
    line-height: 0; }
    .service-links a:not(.btn) img {
      max-height: 48px;
      width: auto; }
  .service-links a {
    margin: 0 10px;
    vertical-align: middle; }
    .service-links a:first-child {
      margin-left: 0; }
    .service-links a:last-child {
      margin-right: 0; }
.service .features {
  margin-top: 80px; }
  .service .features .container {
    width: 956px; }

@media screen and (min-width: 0px) and (max-width: 767px) {
  .service-links .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .service-links a:not(.btn) img {
    max-height: 40px; }
  .service-links .btn {
    height: 40px;
    line-height: 40px; }
  .service-links a {
    margin: 7px 0; }
    .service-links a:first-child {
      margin-top: 0; }
    .service-links a:last-child {
      margin-bottom: 0; }
  .service .features {
    margin-top: 50px; }
    .service .features .container {
      width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1147px) {
  .service .features {
    margin-top: 80px; }
    .service .features .container {
      width: 100%; } }
.p404 h2 {
  margin: 0;
  margin-bottom: 21px; }
