<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*font face*/
/*@import url('https://fonts.googleapis.com/css?family=Roboto:400,500&amp;subset=cyrillic');*/
@font-face {
  font-family: 'Roboto';
  src: url('../fontface/subset-Roboto-Medium.eot');
  src: url('../fontface/subset-Roboto-Medium.eot?#iefix') format('embedded-opentype'), url('../fontface/subset-Roboto-Medium.woff2') format('woff2'), url('../fontface/subset-Roboto-Medium.woff') format('woff'), url('../fontface/subset-Roboto-Medium.ttf') format('truetype'), url('../fontface/subset-Roboto-Medium.svg#Roboto-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fontface/subset-Roboto-Regular.eot');
  src: url('../fontface/subset-Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fontface/subset-Roboto-Regular.woff2') format('woff2'), url('../fontface/subset-Roboto-Regular.woff') format('woff'), url('../fontface/subset-Roboto-Regular.ttf') format('truetype'), url('../fontface/subset-Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**/
/*Complex properties*/
/* Р’РЅСѓС‚СЂРµРЅСЏСЏ С‚РµРЅСЊ */
/* Р’РЅРµС€РЅСЏСЏ С‚РµРЅСЊ */
/* Р“СЂР°РґРёРµРЅС‚ */
.bg-cover,
.bg-contain {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
/* Common
-----------------------------------------------------------------------------*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 125%;
  color: #5D5C5C;
  line-height: 1.35em;
}
@media all and (max-width: 1280px) {
  body {
    font-size: 112.5%;
  }
}
@media all and (max-height: 768px) and (orientation: landscape) {
  body {
    font-size: 112.5%;
  }
}
@media all and (max-width: 991.98px) {
  body {
    font-size: 100%;
  }
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.main-container {
  position: relative;
  max-width: 1185px;
  padding-left: 15px;
  padding-right: 15px;
}
@media all and (max-width: 1280px) {
  .content-container {
    max-width: 80%;
  }
}
@media all and (max-width: 767.98px) {
  .content-container {
    max-width: 90%;
  }
}
/*--- Basic ---*/
a {
  text-decoration: underline;
  color: #2E414F;
  outline: none;
}
a:not(.btn):hover,
a:not(.btn).active {
  color: #394B59;
}
.op-link {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
  text-decoration: none;
}
.op-link:hover {
  text-decoration: none;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
button,
input,
select,
textarea,
.input {
  outline: none;
  font-family: 'Roboto', sans-serif;
  font-size: 100%;
  color: #5D5C5C;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
}
table {
  width: 100%;
  border-collapse: collapse;
}
table th,
table td {
  vertical-align: top;
  text-align: left;
  padding: 18px 25px;
  border: solid 20px #fff;
}
@media all and (max-width: 1199.98px) {
  table th,
  table td {
    padding: 8px 12px;
  }
}
@media all and (max-width: 991.98px) {
  table th,
  table td {
    border-width: 10px;
    font-size: 0.8em;
    line-height: 1.3em;
  }
}
table th {
  font-weight: normal;
  background-color: #fff;
  text-align: center;
  position: relative;
}
table th:before {
  display: block;
  content: '';
  position: absolute;
  border: solid 1px #FFC400;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
table td {
  background-color: #F4F5F9;
}
@media all and (max-width: 991.98px) {
  table {
    table-layout: auto !important;
  }
}
.table-wrapper,
.scroll-block {
  overflow: auto;
}
.table-wrapper {
  margin-bottom: 30px;
}
p {
  margin: 1em 0 1.5em;
}
p:first-child {
  margin-top: 0 !important;
}
p:last-child {
  margin-bottom: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 2em 0 0.6em;
  line-height: 1.2em;
  font-weight: 400;
  text-align: center;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
.title-1,
h1 {
  font-size: 4em;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 1em !important;
}
@media all and (max-width: 1280px) {
  .title-1,
  h1 {
    font-size: 3em;
  }
}
@media all and (max-width: 767.98px) {
  .title-1,
  h1 {
    font-size: 2em;
  }
}
h1 {
  color: #FFC400;
}
.subtitle,
h2 {
  font-size: 1.8em;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  color: #5D5C5C;
}
@media all and (max-width: 1280px) {
  .subtitle,
  h2 {
    font-size: 1.5em;
  }
}
h2 {
  margin-bottom: 0.6em;
}
h3 {
  font-size: 1.4em;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.invisible {
  visibility: hidden !important;
}
.nowrap {
  white-space: nowrap;
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
}
.border-none {
  border: none !important;
}
.bold {
  font-weight: 900;
}
.no-underline,
.no-underline:hover {
  text-decoration: none;
}
.color-black {
  color: #000000;
}
.color-green {
  color: #090;
}
.color-red {
  color: #dc3545;
}
.color-yellow {
  color: #FFC400;
}
.color-gray {
  color: #9C9C9C;
}
.disable-hover,
.disable-hover * {
  pointer-events: none !important;
}
/*--- lists ---*/
ul {
  list-style: none;
  margin-bottom: 1em;
  padding: 0;
}
ul ul {
  margin: 1em 0;
}
ul &gt; li {
  display: table;
  margin: 0.4em 0;
}
ul &gt; li:before {
  display: table-cell;
  content: 'вЂў';
  font-size: 1.1em;
  width: 27px;
}
ul.not-list,
.select ul,
ul.not-list ul,
.select ul ul {
  margin-bottom: 0;
}
ul.not-list li,
.select ul li {
  margin: 0;
}
ul.not-list li:before,
.select ul li:before {
  display: none;
}
ol {
  list-style-type: none;
  counter-reset: item;
  padding: 0;
}
ol ul {
  margin-bottom: 5px;
}
ol &gt; li {
  display: table;
  counter-increment: item;
  margin: 0.4em 0 1em;
}
ol &gt; li:before {
  content: counters(item, ". ") ". ";
  display: table-cell;
  padding-right: 0.7em;
  white-space: nowrap;
}
ol li ol &gt; li:before {
  content: counters(item, ". ") " ";
}
ol li:first-child {
  margin-top: 0.6em;
}
ol li:last-child {
  margin-bottom: 0;
}
/*--- BTN ---*/
.btn {
  position: relative;
  border: none;
  border-radius: 0;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  transition-property: color, background-color;
}
.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}
.btn-default {
  display: inline-block;
  max-width: 100%;
  padding: 15px 20px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  white-space: normal;
  background-color: #FFC400;
  letter-spacing: 1px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.btn-default:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  color: #fff !important;
  text-decoration: none;
}
.btn-default.disabled {
  pointer-events: auto !important;
}
a.btn-default.disabled:hover {
  color: #fff;
}
.btn-default:disabled,
.btn-default:disabled:hover,
.btn-default.disabled,
.btn-default.disabled:hover {
  cursor: default;
  background-color: #aaa;
  border-color: #aaa;
}
@media all and (max-width: 991.98px) {
  .btn-default {
    font-size: 16px;
    line-height: 16px;
  }
}
/*--- Fields ---*/
.text {
  position: relative;
}
.text input,
.text textarea,
.text .input {
  display: block;
  width: 100%;
  padding: 0 20px;
  border: none;
  border-bottom: solid 1px #999;
  background: #FAFAFA;
}
.text .input {
  border: none;
}
.text input,
.text .input {
  height: 50px;
}
.text textarea {
  height: 150px;
  padding: 10px 30px;
}
.form-block {
  padding: 15px;
}
.form-elements div[class*="col"] {
  padding-bottom: 35px;
}
.form-elements select,
.form-elements .chosen-container {
  width: 100% !important;
}
.form-elements select {
  padding-left: 15px;
  border-color: #9C9C9C !important;
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5D5C5C;
  opacity: 1;
  /* Firefox */
  font-style: normal;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #5D5C5C;
  font-style: normal;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #5D5C5C;
  font-style: normal;
}
input.error,
textarea.error {
  border-color: #dc3545;
}
label.error,
span[role="alert"] {
  color: #dc3545;
  margin: 3px 0 6px;
  font-size: 15px;
  line-height: 1.1em;
  text-transform: none;
}
.text label.error,
.text span[role="alert"],
.form-label label.error,
.form-label span[role="alert"],
.file-box label.error,
.file-box span[role="alert"] {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 4px 0 0 20px;
}
.form-response,
.screen-reader-response {
  padding-bottom: 25px;
  text-align: center;
  font-weight: 500;
  color: #5D5C5C;
}
.file-box {
  position: relative;
}
.file-box input {
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
}
.file-box strong {
  display: inline-block;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: underline;
  color: #2E414F;
  height: 50px;
  line-height: 50px;
  border: none;
  padding: 0 20px 0 0;
  margin-right: 5px;
  cursor: pointer;
}
.file-box strong:before {
  display: inline-block;
  content: '';
  position: relative;
  width: 22px;
  height: 28px;
  margin-right: 12px;
  vertical-align: text-bottom;
  background-color: transparent;
  background-image: url("../img/input-file.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
html.no-svg .file-box strong:before {
  background-image: url("../img/input-file.png");
}
.file-box strong:hover {
  color: #394B59;
}
.file-box span {
  margin-top: 3px;
  margin-bottom: 3px;
  white-space: nowrap;
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 450px;
}
@media all and (max-width: 991.98px) {
  .file-box span {
    max-width: 200px;
  }
}
.form-submit {
  text-align: center;
  padding-bottom: 0 !important;
}
/*
Custom checkboxes
------------------------------------*/
label.field-label,
label.form-label {
  display: block;
  position: relative;
  color: #5D5C5C;
}
label.field-label {
  margin-bottom: 3px;
  padding: 0 20px;
}
label.form-label {
  cursor: pointer;
}
label {
  /* to hide the checkbox itself */
}
label input[type=checkbox],
label input[type=radio] {
  position: absolute;
  top: 10px;
  left: 10px;
  /* visibility: hidden; */
  /* width: 0; */
  z-index: 1;
}
label input[type=checkbox] + span:before,
label input[type=checkbox] + input + span:before,
label input[type=checkbox] + label + span:before,
label input[type=radio] + span:before,
label input[type=radio] + input + span:before,
label input[type=radio] + label + span:before {
  display: inline-block;
  position: relative;
  content: '';
  width: 25px;
  height: 25px;
  text-align: left;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
  float: left;
}
label span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.8em;
}
label i {
  display: block;
  font-style: normal;
  padding-left: 45px;
  font-size: 12px;
  color: #9C9C9C;
  text-transform: uppercase;
}
input[type=checkbox] + span:before,
input[type=checkbox] + input + span:before,
input[type=checkbox] + label + span:before {
  background-image: url("../img/form-checkbox.png");
}
input[type=radio] + span:before,
input[type=radio] + input + span:before,
input[type=radio] + label + span:before {
  background-image: url("../img/form-radio.png");
}
input[type=checkbox]:checked + span:before,
input[type=checkbox]:checked + input + span:before,
input[type=checkbox]:checked + label + span:before,
input[type=radio]:checked + span:before,
input[type=radio]:checked + input + span:before,
input[type=radio]:checked + label + span:before {
  background-position: bottom center;
}
/*--- Chosen select ---*/
select {
  height: 50px;
}
.hr {
  text-align: center;
  margin: 50px 0;
  font-size: 0;
  line-height: 0;
}
.hr i {
  font-size: 0;
  display: inline-block;
  position: relative;
  width: 5px;
  height: 5px;
  background-color: #FFC400;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.hr i:before,
.hr i:after {
  display: block;
  content: '';
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #d9d9d9;
  top: 2px;
}
.hr i:before {
  right: 20px;
}
.hr i:after {
  left: 20px;
}
@media all and (max-height: 768px) and (orientation: landscape) {
  .hr {
    margin: 30px 0;
  }
}
@media all and (max-width: 991.98px) {
  .hr {
    margin: 25px 0;
  }
}
/*-- PRELOADER --*/
/* Animation, Preload */
.rotateY {
  -webkit-animation: rotateY 2s infinite linear;
  animation: rotateY 2s infinite linear;
}
@-webkit-keyframes rotateY {
  to {
    -webkit-transform: rotateY(360deg);
  }
}
@keyframes rotateY {
  to {
    transform: rotateY(360deg);
  }
}
.preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9997;
}
.preloader:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #F4F5F9;
  z-index: 9998;
}
.preloader:after {
  display: block;
  content: '';
  position: absolute;
  width: 101px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -60px;
  z-index: 9999;
  -webkit-animation: rotateY 2s infinite linear;
  animation: rotateY 2s infinite linear;
  background: transparent url("../img/logo.png") no-repeat center center;
}
.no-cssanimations .preloader:after {
  background-image: url("../img/preloader.gif");
  animation: none;
}
.preloader.preloader--full {
  position: fixed;
}
.icon-text {
  text-decoration: none;
}
.icon-text i {
  font-style: normal;
}
.icon-text:before {
  display: inline-block;
  content: '';
  width: 26px;
  height: 26px;
  margin-right: 12px;
  vertical-align: middle;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media all and (max-width: 575.98px) {
  .icon-text:before {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
}
.icon-text,
.icon-text a {
  color: #5D5C5C;
}
.icon-text__part {
  white-space: nowrap;
}
.icon-text__mobile {
  display: none;
}
@media all and (max-width: 991.98px) {
  .icon-text__mobile {
    display: inline-block;
  }
  .icon-text__desktop {
    display: none;
  }
}
.icon-text--phone:before {
  background-image: url("../img/icon-phone.svg");
}
html.no-svg .icon-text--phone:before {
  background-image: url("../img/icon-phone.png");
}
.icon-text--mail:before {
  background-image: url("../img/icon-mail.svg");
}
html.no-svg .icon-text--mail:before {
  background-image: url("../img/icon-mail.png");
}
.icon-text--address:before {
  background-image: url("../img/icon-address.svg");
}
html.no-svg .icon-text--address:before {
  background-image: url("../img/icon-address.png");
}
.arrow-link {
  display: block;
  width: 64px;
  height: 64px;
  border: solid 8px rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.arrow-link:before {
  display: block;
  content: '';
  position: absolute;
  width: 101%;
  height: 101%;
  top: 0;
  left: 0;
  background-color: #FFC400;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -khtml-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.arrow-link:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -7px;
}
.arrow-link-down:after {
  background-image: url("../img/arrow-down.png");
}
.arrow-link-up:after {
  background-image: url("../img/arrow-up.png");
}
.arrow-link-index {
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -32px;
}
@media all and (max-width: 991.98px) {
  .arrow-link-index {
    bottom: 10px;
  }
}
.arrow-link-last {
  position: absolute;
  top: -30px;
  right: 15px;
}
@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px #ffc400;
  }
  50% {
    box-shadow: 0 0 0 12px rgba(255, 196, 0, 0);
  }
}
.arrow-link-pulse {
  animation: shadow-pulse 5s infinite;
}
/* Header
-----------------------------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.header:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.fp-viewing-index .header:before {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.header,
.header a,
.header .icon-text {
  color: #fff;
  font-size: 16px;
}
@media all and (max-width: 1024px) {
  .header,
  .header a,
  .header .icon-text {
    font-size: 14px;
  }
}
@media all and (max-width: 575.98px) {
  .header,
  .header a,
  .header .icon-text {
    font-size: 12px;
  }
}
.header a:hover {
  color: #fff;
}
.header-row div[class*="col"] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.header-row__logo a {
  text-decoration: none;
}
.header-row__logo h3 {
  display: block;
  text-align: left;
  margin: 0;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  color: #FFC400;
}
.fp-viewing-index .header-row__logo h3 {
  display: none;
}
@media all and (max-width: 575.98px) {
  .header-row__logo {
    display: none;
  }
}
.header-row__contact {
  text-align: right;
}
.header-row__contact .icon-text + .icon-text {
  margin-left: 45px;
}
@media all and (max-width: 991.98px) {
  .header-row__contact .icon-text + .icon-text {
    margin-left: 20px;
  }
}
.header-row__contact .icon-text i {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
@media all and (max-width: 575.98px) {
  .header-row__contact {
    width: 100%;
  }
}
.afa-logo-link {
  display: none;
  width: 101px;
  height: 120px;
  top: 100px;
  position: absolute;
  z-index: 1;
}
.afa-logo-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.afa-logo-link object,
.afa-logo-link svg,
.afa-logo-link img {
  display: block;
  height: 100%;
}
.fp-viewing-index .afa-logo-link {
  display: inline-block;
}
@media all and (max-width: 991.98px) {
  .afa-logo-link {
    width: 60px;
    height: 71px;
  }
}
.afa-menu {
  display: none;
  position: absolute;
  top: 100px;
  right: 15px;
  padding-left: 120px;
}
.afa-menu ul {
  text-align: right;
}
.afa-menu ul li {
  display: inline-block;
  margin: 0 0 1em 3em;
}
.afa-menu ul li a {
  text-transform: uppercase;
  text-decoration: none;
}
@media all and (max-width: 991.98px) {
  .afa-menu ul li {
    margin: 0 0 0.5em 2em;
  }
}
.afa-menu ul li ul.sub-menu {
  margin: 0;
  display: inline-block;
}
@media all and (max-width: 575.98px) {
  .afa-menu {
    padding-left: 80px;
  }
}
.fp-viewing-index .afa-menu {
  display: block;
}
@media all and (max-width: 991.98px) {
  .afa-logo-link,
  .afa-menu {
    top: 70px;
  }
}
@media all and (max-width: 575.98px) {
  .afa-logo-link,
  .afa-menu {
    top: 60px;
  }
}
.menu-item-type-custom {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition-property: opacity;
}
.menu-item-type-custom:hover {
  opacity: 0.7;
}
.wpglobus-current-language {
  display: block !important;
  position: relative;
  opacity: 1 !important;
}
.wpglobus-current-language &gt; a {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 7px;
  background-color: #F4F5F9;
}
.wpglobus-current-language &gt; a,
.wpglobus-current-language &gt; a:hover {
  color: #5D5C5C;
}
.wpglobus_flag {
  font-weight: 500;
}
.wpglobus_flag:before {
  display: inline-block;
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 6px;
  vertical-align: middle;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wpglobus_flag_ru:before {
  background-image: url("../img/flag-ru.png");
}
.wpglobus_flag_en:before {
  background-image: url("../img/flag-en.png");
}
.wpglobus_flag_he:before {
  background-image: url("../img/flag-he.png");
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
  display: none;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 3;
}
.footer:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.fp-viewing-feedback .footer {
  display: block;
}
.footer-row div[class*="col"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media all and (max-width: 991.98px) {
  .footer-row div[class*="col"] {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.footer-row__copyright {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
/* Content
-----------------------------------------------------------------------------*/
.section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-bg--index {
  background-position: bottom center;
  background-image: url("../img/index-top-bg.jpg");
}
@media all and (max-width: 1024px) {
  .section-bg--index {
    background-image: url("../img/index-top-bg-mobile.jpg");
  }
}
.bg--whisper {
  background-color: #F4F5F9;
}
.article {
  padding: 150px 0;
}
@media all and (max-width: 991.98px) {
  .article {
    padding: 140px 0;
  }
}
@media all and (max-height: 768px) and (orientation: landscape) {
  .article {
    padding: 120px 0;
  }
}
@media all and (max-width: 767.98px) {
  .article {
    padding: 100px 0;
  }
}
.image-text-row div[class*="col"] {
  padding-bottom: 30px;
}
.image-text-row__image {
  text-align: center;
}
.tile-row__item {
  padding-bottom: 30px;
}
.tile-row__item-body {
  background-color: #F4F5F9;
  height: 100%;
}
@media all and (max-width: 575.98px) {
  .tile-row__item-body {
    max-width: 300px;
    margin: 0 auto;
  }
}
.tile-row__item-photo img {
  display: block;
  width: 100%;
}
.tile-row__item-title {
  font-size: 1.4em;
  text-align: center;
  padding: 20px 25px 25px;
}
@media all and (max-width: 1199.98px) {
  .tile-row__item-title {
    font-size: 1.1em;
    padding: 20px;
  }
}
@media all and (max-width: 991.98px) {
  .tile-row__item-title {
    padding: 15px;
    font-size: 1em;
  }
}
.contact-row div[class*="col"] {
  padding-bottom: 10px;
}
@media all and (max-width: 991.98px) {
  .contact-row div[class*="col"] {
    text-align: center;
  }
}
.iab-row__image img {
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
}
@media all and (max-width: 575.98px) {
  .iab-row__image img {
    width: auto;
    max-width: 80%;
    margin: 0 auto;
  }
  .iat-row__text + .iab-row__image img {
    margin: -50px 0 0 0;
  }
}
.iab-row__text__body {
  position: relative;
  background: #fff;
  padding: 50px 95px;
  margin: 0 -35% 0 0;
  z-index: 2;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
}
.iab-row__image + .iab-row__text .iab-row__text__body {
  margin: 0 0 0 -35%;
}
@media all and (max-width: 1600px) {
  .iab-row__text__body {
    padding: 40px 45px;
  }
}
@media all and (max-width: 575.98px) {
  .iab-row__text__body {
    margin: 0 !important;
    padding: 15px;
  }
}
.map-header {
  padding-top: 100px;
}
.map-container {
  position: relative;
  height: 600px;
}
@media all and (max-width: 991.98px) {
  .map-container {
    padding: 0 20px;
  }
}
@media all and (max-height: 1024px) {
  .map-container {
    height: 500px;
  }
}
@media all and (max-height: 767.98px) {
  .map-container {
    height: 400px;
  }
}
@media all and (max-height: 575.98px) {
  .map-container {
    height: 300px;
  }
}
.map-block {
  position: relative;
  height: 100%;
  background-color: #ccc;
}
.container-shadow {
  background-color: #fff;
  margin-top: -150px;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
}
@media all and (max-width: 991.98px) {
  .container-shadow {
    margin-top: -100px;
  }
}
.small-article {
  padding: 100px 10px;
  max-width: 750px;
  margin: 0 auto;
}
@media all and (max-width: 991.98px) {
  .small-article {
    padding: 30px 10px;
  }
}
.main-menu-more {
  display: none;
}
.video-wrapper {
  max-width: 900px;
  margin: 0 auto;
}
.video-wrapper video {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.video-wrapper-vertical {
  max-width: 350px;
}
@media all and (max-width: 575.98px) {
  .video-wrapper-vertical {
    max-width: 100%;
  }
}
/* FullPage extra styles
-----------------------------------------------------------------------------*/
#fp-nav {
  right: 5px;
}
#fp-nav ul li a span {
  background-color: #FFC400;
}
#fp-nav ul li .fp-tooltip {
  right: 18px;
  top: -7px;
  padding: 1px 7px;
  background-color: #fff;
  color: #5D5C5C;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
#fp-nav ul &gt; li:before {
  display: none;
}
.fp-viewing-index #fp-nav {
  /*display: none;*/
}
/* RTL Extra styles
-----------------------------------------------------------------------------*/
[dir="rtl"] body {
  text-align: right;
}
[dir="rtl"] .afa-logo-link {
  left: 0;
}
[dir="rtl"] .direction-ltr,
[dir="rtl"] .header-row,
[dir="rtl"] .image-and-block-row {
  direction: ltr;
}
[dir="rtl"] .header-row &gt; div[class*="col"] {
  direction: rtl;
  /**/
}
[dir="rtl"] .header-row__contact .icon-text {
  margin-left: 30px;
}
[dir="rtl"] .icon-text:before {
  margin: 0 0 0 10px;
}
[dir="rtl"] .menu-item-type-custom a {
  direction: rtl;
}
[dir="rtl"] .wpglobus_flag:before {
  margin: 0 0 0 6px;
}
[dir="rtl"] .wpglobus-current-language &gt; a {
  margin-left: 3em;
}
[dir="rtl"] table td {
  text-align: right;
}
.text [dir="rtl"] label.error,
.text [dir="rtl"] span[role="alert"],
.form-label [dir="rtl"] label.error,
.form-label [dir="rtl"] span[role="alert"],
.file-box [dir="rtl"] label.error,
.file-box [dir="rtl"] span[role="alert"] {
  left: auto;
  right: 0;
}
[dir="rtl"] .arrow-link-last {
  right: auto;
  left: 15px;
}
</pre></body></html>