@import url(fonts.css);
body {
  font-family: Lato, sans-serif;
  background: url("../images/page-bg.png"); }
  body.index-body {
    background: #fff; }

a:hover {
  text-decoration: none; }

#header {
  background: #fff;
  min-height: 5.625rem;
  position: relative;
  z-index: 101;
  -webkit-box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.4rem 0 rgba(0, 0, 0, 0.25); }
  #header .logo-header {
    display: block;
    height: 3.625rem;
    width: 14.375rem;
    margin-top: -.25rem;
    background: url("../images/logo.svg") no-repeat center;
    margin-left: 3rem; }
    @media (max-width: 576px) {
      #header .logo-header {
        margin-left: 1rem;
        width: 11.375rem; } }
  #header .lang-select {
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    list-style: none;
    margin-left: 3rem; }
    @media (max-width: 576px) {
      #header .lang-select {
        margin-left: auto;
        margin-right: 1rem; } }
    #header .lang-select li {
      display: inline-block;
      margin-right: .15rem; }
      #header .lang-select li:last-child {
        margin-right: 0; }
      #header .lang-select li.active a {
        color: #fff;
        background-color: #83bb26; }
      #header .lang-select li a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.75rem;
        height: 1.75rem;
        font-size: .8125rem;
        text-transform: uppercase;
        color: #213053;
        -webkit-border-radius: 50% 0 50% 50%;
        -moz-border-radius: 50% 0 50% 50%;
        border-radius: 50% 0 50% 50%; }
        #header .lang-select li a:hover {
          color: #fff;
          background-color: #83bb26; }
  #header .tab-select-doc {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 4rem; }
    #header .tab-select-doc li {
      min-height: 5.625rem;
      padding: 0 1.8rem;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-bottom: 3px solid transparent; }
      #header .tab-select-doc li.active {
        background: #F5F5F5;
        border-bottom-color: #83bb26; }
      #header .tab-select-doc li a {
        font-size: 0.8125rem;
        text-transform: uppercase;
        color: #213053; }
  #header .download {
    min-height: 5.625rem;
    background: #83bb26;
    padding-right: 3rem;
    padding-left: 3rem;
    position: relative; }
    #header .download:before {
      content: '';
      position: absolute;
      left: 0;
      border: 2.85rem solid transparent;
      border-left: 1.4rem solid #fff;
      display: block;
      width: 0;
      height: 0; }
    #header .download > a {
      color: #fff;
      font-size: 0.875rem;
      display: inline-block;
      position: relative;
      padding-left: 2.1rem;
      margin-left: .5rem; }
      #header .download > a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -1rem;
        width: 2rem;
        height: 2rem;
        background: url("../images/pdf-download.svg") no-repeat center;
        -webkit-background-size: 100%;
        background-size: 100%; }
    #header .download .dropdown-menu a {
      font-size: .8125rem;
      padding: .75rem .75rem;
      color: #027c47;
      border-bottom: 1px dotted #9E9E9E; }
      #header .download .dropdown-menu a:last-child {
        border-bottom: none; }
      #header .download .dropdown-menu a:hover {
        color: #83bb26;
        background: #FAFAFA; }

.main-page {
  position: relative;
  margin-top: 2.5rem; }
  .main-page:before {
    content: '';
    width: 100%;
    height: 274px;
    position: absolute;
    top: -2.5rem;
    background: url("../images/header-elem.png") no-repeat center; }
    @media (max-width: 576px) {
      .main-page:before {
        display: none; } }
  @media (max-width: 576px) {
    .main-page {
      margin-top: 0; } }

.zoomify.zoomed {
  padding: .25rem;
  background: #fff;
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.5); }

.index-body #header:after {
  display: none; }

#footer {
  padding-top: 10rem;
  width: 100%;
  height: 333px;
  background: url("../images/footer-elem.png") no-repeat top center; }
  #footer .footer-logo {
    display: block;
    width: 14.35rem;
    height: 3.3125rem;
    background: url("../images/logo.svg") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    margin-bottom: 1rem; }
  #footer .copy {
    color: #fff;
    font-size: 0.875rem; }

.breadcrumb {
  background: none;
  padding: .5rem 0;
  margin-bottom: 0; }
  .breadcrumb .breadcrumb-item {
    font-size: .8125rem; }
    .breadcrumb .breadcrumb-item a {
      color: #83bb26; }

.index-top-block {
  padding-top: 7rem;
  min-height: 43rem;
  background: url("../images/inde-top-ing.jpg") no-repeat center; }
  .index-top-block .title-index {
    color: #fff;
    font-size: 2.6rem;
    text-transform: uppercase; }
    @media (max-width: 576px) {
      .index-top-block .title-index {
        font-size: 1.6rem;
        text-align: center; } }
    .index-top-block .title-index .title-sub {
      display: block;
      font-size: 14.75rem;
      line-height: .8;
      font-family: 'BebasNeue'; }
      .index-top-block .title-index .title-sub .green {
        color: #83bb26; }
      @media (max-width: 576px) {
        .index-top-block .title-index .title-sub {
          font-size: 10rem; } }
    .index-top-block .title-index .mini-title {
      text-transform: none;
      display: block;
      font-size: 1.6rem;
      font-style: italic;
      font-weight: bold;
      margin-bottom: 1rem; }
  @media (max-width: 576px) {
    .index-top-block {
      padding-top: 2rem;
      min-height: auto;
      padding-bottom: 6rem; } }
  @media (max-width: 576px) {
    .index-top-block .img-mobile {
      text-align: center; } }

@media (max-width: 576px) {
  .d-none-header {
    display: none !important; } }

.two-top-block {
  width: 100%;
  height: 785px;
  background: url("../images/index-bg-2.png") no-repeat center;
  margin-top: -270px;
  padding: 8rem 0; }
  @media (max-width: 576px) {
    .two-top-block {
      margin-top: 0;
      background: url("../images/index-mobile-bg.jpg") repeat-y center;
      padding: 4rem 0;
      height: auto;
      text-align: center; } }
  .two-top-block .index-title {
    color: #fff;
    font-size: 3.75rem;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 3.25rem; }
    @media (max-width: 576px) {
      .two-top-block .index-title {
        font-size: 2.4rem;
        margin-bottom: 2rem; } }
    .two-top-block .index-title:after {
      content: '';
      height: 6px;
      width: 10rem;
      background: #83bb26;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 576px) {
        .two-top-block .index-title:after {
          left: 50%;
          margin-left: -5rem; } }
  .two-top-block .two-img-block .img-thumbnail {
    background-color: #83bb26;
    border: none;
    -webkit-border-radius: 10% 0;
    -moz-border-radius: 10% 0;
    border-radius: 10% 0; }
  .two-top-block .two-title {
    display: block;
    color: #fff;
    font-size: 2.25rem;
    font-family: BebasNeue;
    line-height: 1.4;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
    .two-top-block .two-title:after {
      content: '';
      height: 4px;
      width: 4rem;
      background: #83bb26;
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 576px) {
        .two-top-block .two-title:after {
          left: 50%;
          margin-left: -2rem; } }
    .two-top-block .two-title.two-big {
      font-size: 4.6rem;
      text-transform: uppercase;
      line-height: 1; }
    .two-top-block .two-title.two-title-en {
      font-size: 1.85rem; }
      @media (max-width: 576px) {
        .two-top-block .two-title.two-title-en {
          font-size: 2.4rem; } }
  .two-top-block .two-btn {
    margin-top: 0.75rem;
    border: 2px solid #83bb26;
    color: #fff;
    font-weight: bold;
    padding: .5rem 2.5rem;
    -webkit-border-radius: 10px 0;
    -moz-border-radius: 10px 0;
    border-radius: 10px 0; }
    @media (max-width: 576px) {
      .two-top-block .two-btn {
        display: block;
        margin-bottom: 1rem; } }
  .two-top-block .two-text {
    color: #fff;
    font-size: .875rem; }

@media (max-width: 576px) {
  .index-menu-block {
    padding-top: 2rem; } }
.index-menu-block .index-menu-title {
  font-size: 2.4rem;
  font-family: BebasNeue;
  margin-bottom: .75rem;
  padding-bottom: .75rem;
  border-bottom: 3px solid #027c47;
  color: #027c47; }
.index-menu-block .index-link-more {
  display: block;
  color: #027c47;
  font-weight: bold;
  margin-bottom: 5rem; }
  @media (max-width: 576px) {
    .index-menu-block .index-link-more {
      margin-bottom: 1rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #cdcdcd; } }
.index-menu-block a:hover .index-menu-title, .index-menu-block a:hover .index-link-more {
  color: #83bb26; }

.navbar-mobile-menu {
  border: none;
  width: 1.4rem;
  height: 1.4rem;
  background: url("../images/menu.svg") no-repeat center;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin-left: 1rem; }

.left-menu {
  padding-top: 2.5rem;
  background: #F5F5F5;
  -webkit-border-radius: 0.5rem 0 0.5rem 0;
  -moz-border-radius: 0.5rem 0 0.5rem 0;
  border-radius: 0.5rem 0 0.5rem 0; }
  @media (max-width: 576px) {
    .left-menu {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }
  .left-menu ul {
    list-style: none;
    padding-left: 1.5rem;
    padding-right: .4rem; }
    .left-menu ul > li {
      padding: .45rem 0;
      border-bottom: 1px dotted #cdcdcd; }
      .left-menu ul > li a {
        display: block;
        color: #027c47;
        font-weight: bold;
        font-size: 0.875rem; }
        .left-menu ul > li a:hover {
          color: #83bb26; }
      .left-menu ul > li.active {
        position: relative; }
        .left-menu ul > li.active:before {
          content: '';
          width: 25px;
          height: 18px;
          position: absolute;
          background: url("../images/arrow-menu.svg") no-repeat center left;
          -webkit-background-size: 100%;
          background-size: 100%;
          left: -40px;
          top: 10px; }
        .left-menu ul > li.active > a {
          color: #83bb26; }
      .left-menu ul > li ul {
        display: none;
        padding-top: .45rem; }
        .left-menu ul > li ul.open-menu {
          display: block; }
        .left-menu ul > li ul > li {
          border: none; }
          .left-menu ul > li ul > li a {
            font-weight: normal;
            color: #213053;
            font-size: .8125rem; }
          .left-menu ul > li ul > li.active:before {
            left: -64px;
            top: 50%;
            margin-top: -9px; }
      .left-menu ul > li.active ul {
        display: block; }
  @media (max-width: 768px) {
    .left-menu {
      position: fixed;
      left: -300px;
      max-width: 300px;
      z-index: 100;
      -webkit-transition: left 0.4s ease-in-out;
      -moz-transition: left 0.4s ease-in-out;
      -ms-transition: left 0.4s ease-in-out;
      -o-transition: left 0.4s ease-in-out;
      transition: left 0.4s ease-in-out; } }

@media (max-width: 768px) {
  .open-sidebar .left-menu {
    left: 0 !important;
    height: calc(100% - 5rem);
    overflow-y: scroll; } }
.black-bg {
  overflow-x: hidden;
  -webkit-transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: margin-left 400ms cubic-bezier(0.7, 0, 0.3, 1); }
  .black-bg:after {
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.8);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    z-index: 10; }

.open-sidebar {
  height: auto;
  position: relative;
  overflow: hidden; }
  .open-sidebar .black-bg:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }

.page-shadow {
  background: #fff;
  -webkit-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 0.5rem 0 0.5rem 0.5rem;
  -moz-border-radius: 0.5rem 0 0.5rem 0.5rem;
  border-radius: 0.5rem 0 0.5rem 0.5rem;
  position: relative; }
  @media (max-width: 576px) {
    .page-shadow {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; } }

.page-content .w-50 {
  width: 40% !important; }
  @media (max-width: 576px) {
    .page-content .w-50 {
      width: 100% !important; } }
.page-content .padding-content {
  padding: 2.5rem .9325rem; }
.page-content .control-menu {
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: .5rem 0; }
  .page-content .control-menu .arrow-page-block {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    padding-top: .4rem; }
    .page-content .control-menu .arrow-page-block li {
      display: inline-block; }
      .page-content .control-menu .arrow-page-block li a.arrow-page {
        display: block;
        width: 1.85rem;
        height: 1.375rem;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%; }
        .page-content .control-menu .arrow-page-block li a.arrow-page.arrow-left {
          background-image: url("../images/arrow-left.svg"); }
          .page-content .control-menu .arrow-page-block li a.arrow-page.arrow-left:hover {
            background-image: url("../images/arrow-left-h.svg"); }
        .page-content .control-menu .arrow-page-block li a.arrow-page.arrow-right {
          background-image: url("../images/arrow-right.svg"); }
          .page-content .control-menu .arrow-page-block li a.arrow-page.arrow-right:hover {
            background-image: url("../images/arrow-right-h.svg"); }
  .page-content .control-menu .print-btn {
    color: #757575;
    font-size: 0.8125rem;
    position: relative;
    padding-left: 2.2rem; }
    .page-content .control-menu .print-btn:before {
      content: '';
      width: 1.625rem;
      height: 1.625rem;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -0.8125rem;
      background: url("../images/print-btn.svg") no-repeat center;
      -webkit-background-size: 100%;
      background-size: 100%; }
  .page-content .control-menu.menu-footer {
    margin-top: 2rem; }
.page-content .page-content-in {
  padding-top: 1rem; }
  .page-content .page-content-in h1.title {
    color: #027c47;
    font-weight: bold;
    font-size: 2rem; }
    @media (max-width: 576px) {
      .page-content .page-content-in h1.title {
        font-size: 1.75rem; } }
  .page-content .page-content-in ol, .page-content .page-content-in ul {
    font-size: .8125rem; }
    .page-content .page-content-in ol li, .page-content .page-content-in ul li {
      margin: .25rem 0;
      position: relative; }
  .page-content .page-content-in ul li {
    list-style: none; }
    .page-content .page-content-in ul li:before {
      content: '';
      width: 11px;
      height: 11px;
      position: absolute;
      background: url("../images/li-icon.png") no-repeat center;
      -webkit-background-size: 100%;
      background-size: 100%;
      left: -25px;
      top: 5px; }
.page-content h1.title {
  text-transform: uppercase;
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem; }
  @media (max-width: 576px) {
    .page-content h1.title {
      padding-bottom: 1.5rem;
      margin-bottom: 1.5rem; } }
  .page-content h1.title:after {
    content: '';
    height: 6px;
    width: 14rem;
    background: #83bb26;
    position: absolute;
    bottom: 0;
    left: 0; }
    @media (max-width: 576px) {
      .page-content h1.title:after {
        height: 3px;
        width: 7rem; } }
.page-content h2 {
  text-transform: uppercase;
  color: #027c47;
  font-size: 1.65rem; }
.page-content h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #616161;
  font-weight: bold; }
.page-content h4 {
  color: #0967a6;
  font-size: 0.9325rem;
  font-weight: bold;
  line-height: 1.5; }
.page-content p {
  font-size: .8125rem;
  line-height: 1.65; }
.page-content .bb-blue {
  padding: .75rem;
  border: 2px solid #0967a6;
  background: #c7eafb;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .page-content .bb-blue p, .page-content .bb-blue ul {
    margin-bottom: 0; }
.page-content .bb-white {
  padding: .75rem;
  border: 2px solid #0967a6;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .page-content .bb-white p, .page-content .bb-white ul {
    margin-bottom: 0;
    font-size: .75rem; }
.page-content .bb-red {
  padding: .75rem;
  border: 2px solid red;
  -webkit-border-radius: 20px 0 0 0;
  -moz-border-radius: 20px 0 0 0;
  border-radius: 20px 0 0 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .page-content .bb-red p, .page-content .bb-red ul {
    margin-bottom: 0;
    font-size: .8125rem; }
  .page-content .bb-red h2 {
    color: red;
    font-size: 1rem;
    font-weight: bold; }
.page-content .bb-green {
  padding: .75rem;
  border: 2px solid #027c47;
  background: #c1dccf;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  border-radius: 0 0 20px 0;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .page-content .bb-green p, .page-content .bb-green ul {
    margin-bottom: 0;
    font-size: .8125rem; }
  .page-content .bb-green.white {
    background: none;
    -webkit-border-radius: 0 20px 0 20px;
    -moz-border-radius: 0 20px 0 20px;
    border-radius: 0 20px 0 20px;
    margin-top: 0; }
.page-content .bb-icon-info {
  padding: 1rem;
  border: 2px solid #027c47;
  margin-bottom: 1rem;
  color: #027c47;
  min-height: 92px;
  font-size: .8125rem; }
  .page-content .bb-icon-info p, .page-content .bb-icon-info ul {
    margin-bottom: 0;
    font-size: .8125rem; }
  .page-content .bb-icon-info h2 {
    font-size: .9325rem;
    font-weight: bold; }
  .page-content .bb-icon-info.info-pink {
    color: #c21f32;
    border-color: #c21f32; }
  .page-content .bb-icon-info.info-red {
    color: #c21f32;
    border-color: #c21f32; }
  .page-content .bb-icon-info.info-orange {
    color: #f26e24;
    border-color: #f26e24; }
  .page-content .bb-icon-info.info-yellow {
    color: #feb614;
    border-color: #feb614; }
  .page-content .bb-icon-info.info-brown {
    color: #cd8b2a;
    border-color: #cd8b2a; }
  .page-content .bb-icon-info.info-blue {
    color: #04add8;
    border-color: #04add8; }
  .page-content .bb-icon-info.info-green {
    color: #40af49;
    border-color: #40af49; }
.page-content .bb-icon-blue {
  padding: .75rem;
  border: 2px solid #0967a6;
  margin-bottom: 1rem;
  color: #0967a6;
  font-size: .8125rem; }
  .page-content .bb-icon-blue p, .page-content .bb-icon-blue ul {
    margin-bottom: 0;
    font-size: .8125rem; }
  .page-content .bb-icon-blue h2 {
    font-size: .9325rem;
    font-weight: bold; }
.page-content .bb-mission {
  padding: .75rem;
  border: 2px solid #027c47;
  -webkit-border-radius: 0 0 20px 0;
  -moz-border-radius: 0 0 20px 0;
  border-radius: 0 0 20px 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
  margin-left: 2rem;
  position: relative;
  font-size: .8125rem; }
  .page-content .bb-mission:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    background: url("../images/mission-arrow.png") no-repeat center;
    -webkit-background-size: 100%;
    background-size: 100%;
    left: -30px; }
  .page-content .bb-mission p, .page-content .bb-mission ul {
    margin-bottom: 0;
    font-size: .8125rem; }
  .page-content .bb-mission h2 {
    font-size: .9325rem;
    font-weight: bold; }

.img-info-left {
  float: left;
  margin-bottom: .75rem;
  margin-right: 1rem; }

.img-name {
  -webkit-border-radius: 100px 0 100px 100px;
  -moz-border-radius: 100px 0 100px 100px;
  border-radius: 100px 0 100px 100px; }

.page-about h5 {
  font-size: 1rem;
  color: #027c47;
  margin-top: .5rem;
  padding-top: .5rem;
  text-transform: uppercase;
  border-top: 2px solid #027c47;
  display: block;
  width: 100%; }
.page-about .cust-table {
  font-size: .875rem;
  vertical-align: top; }
  .page-about .cust-table tr {
    border-top: 1px dotted #027c47; }
.page-about .img-numder {
  width: 55px;
  height: 55px;
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
  margin-top: -1.5rem; }
.page-about .about-hr {
  border-color: #027c47;
  margin-top: .5rem;
  margin-bottom: 1.5rem; }
.page-about .about-border {
  margin-top: 2.5rem;
  border: 1px solid #83bb26;
  padding: 1rem; }

.table {
  font-size: .75rem; }
  .table p {
    padding: 0;
    margin: 0;
    font-size: .75rem !important; }
  .table thead {
    vertical-align: middle; }
  .table tbody {
    border-bottom: 2px solid #027c47; }
  .table td {
    padding: .35rem .25rem; }
    .table td.bg-green {
      background: #027c47;
      color: #fff;
      font-weight: bold; }
  .table .thead-green {
    background: #027c47;
    color: #fff;
    font-weight: bold; }
  .table .thead-orange {
    background: #e34315;
    color: #fff;
    font-weight: bold; }
  .table .thead-blue {
    color: #027c47;
    font-weight: bold; }
    .table .thead-blue p {
      padding: 0;
      margin: 0;
      font-weight: bold;
      font-size: .75rem !important; }
  .table .thead-grey {
    background: #9E9E9E;
    color: #fff;
    font-weight: bold; }
  .table h4 {
    color: #027c47;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: .875rem; }
  .table.table-graf tbody {
    border-bottom: 1px dotted #027c47; }
  .table.table-graf td, .table.table-graf th {
    border-top: 1px dotted #027c47; }

.table-responsive {
  max-width: 100%;
  overflow: auto; }

.btn-contact {
  margin-top: 0.5rem;
  color: #fff;
  font-weight: bold;
  padding: .5rem 2.5rem;
  background: #027c47;
  -webkit-border-radius: 10px 0;
  -moz-border-radius: 10px 0;
  border-radius: 10px 0; }
  .btn-contact:hover {
    background: #83bb26;
    color: #fff; }

#loading {
  background: #bbea6e;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #bbea6e 0%, #0cd27c 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #bbea6e 0%, #0cd27c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #bbea6e 0%, #0cd27c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0;
  top: 0; }

#loadingOut {
  background: #bbea6e;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #bbea6e 0%, #0cd27c 100%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #bbea6e 0%, #0cd27c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #bbea6e 0%, #027c47 100%);
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0;
  top: 0; }

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
  opacity: 0; }
  #loading-center .loading-logo {
    width: 16em;
    height: 5rem;
    background: url("../images/logo.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -8rem;
    margin-top: -2.5rem; }
    @media (min-width: 768px) {
      #loading-center .loading-logo {
        top: 40%;
        width: 20rem;
        height: 7rem;
        margin-left: -10rem;
        margin-top: -3.5rem; } }

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.object {
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #fff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
  animation: animate 2s infinite; }

#object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px; }

#object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

#object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

#object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

@-webkit-keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }
@keyframes animate {
  50% {
    -ms-transform: rotate(360deg) scale(0.8);
    -webkit-transform: rotate(360deg) scale(0.8);
    transform: rotate(360deg) scale(0.8); } }
#upbutton {
  background: #9E9E9E;
  height: 50px;
  width: 50px;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  display: none;
  position: fixed;
  z-index: 200;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%; }
  #upbutton:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    background: url("../images/top-arrow-gold.svg") no-repeat center;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px; }
  #upbutton:hover {
    background: #cdcdcd; }

#AdminMenu {
  right: 10px;
  left: auto !important; }

/*# sourceMappingURL=style.css.map */
