/*
300 light
400 regular
500 medium
800 bold
*/
@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/GTWalsheimProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProBold.woff") format("woff"), url("../fonts/GTWalsheimProBold.ttf") format("truetype"), url("../fonts/GTWalsheimProBold.svg#GTWalsheimProBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/GTWalsheimProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProLight.woff") format("woff"), url("../fonts/GTWalsheimProLight.ttf") format("truetype"), url("../fonts/GTWalsheimProLight.svg#GTWalsheimProLight") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/GTWalsheimProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProMedium.woff") format("woff"), url("../fonts/GTWalsheimProMedium.ttf") format("truetype"), url("../fonts/GTWalsheimProMedium.svg#GTWalsheimProMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/GTWalsheimProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProRegular.woff") format("woff"), url("../fonts/GTWalsheimProRegular.ttf") format("truetype"), url("../fonts/GTWalsheimProRegular.svg#GTWalsheimProRegular") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Walsheim';
  src: url("../fonts/GTWalsheimProUltraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GTWalsheimProUltraLight.woff") format("woff"), url("../fonts/GTWalsheimProUltraLight.ttf") format("truetype"), url("../fonts/GTWalsheimProUltraLight.svg#GTWalsheimProUltraLight") format("svg");
  font-weight: 100;
  font-style: normal; }

/* ==================================================
   Mixins
   ================================================== */
/* ==================================================
   Project Variables
   ================================================== */
.patterned {
  background: url("../images/green-texture-2.jpg") center;
  background-size: contain;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline; }

label {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
  display: block; }

input[type="text"],
input[type="email"] {
  font-family: inherit;
  border: 1px solid #B4B4B4;
  width: 100%;
  font-size: 16px;
  padding: 10px;
  background: #fff; }

input[type="submit"] {
  border: 0;
  background: #0eba0e;
  font-size: 20px;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-family: inherit;
  padding: 10px 30px 12px;
  border-radius: 25px;
  margin: 30px 0;
  font-weight: 400; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  position: relative;
  padding-left: 50px;
  padding-bottom: 10px;
  padding-top: 5px;
  margin-right: 40px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400; }

input[type="checkbox"]:checked + label:before {
  background-color: #0eba0e; }

input[type="checkbox"] + label:before {
  border: 3px solid #B4B4B4;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transition: border 150ms ease-out;
  -o-transition: border 150ms ease-out;
  transition: border 150ms ease-out; }

input[type="radio"] {
  float: left;
  margin-top: 7px;
  display: none; }

input[type="radio"] + label {
  position: relative;
  cursor: pointer;
  font-weight: 400; }

input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  border: 3px solid #303030;
  border-radius: 50%;
  background-color: #fff; }

input[type="radio"]:hover + label:before {
  border-color: #000; }

input[type="radio"] + label:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  -o-transition: background-color 300ms ease;
  transition: background-color 300ms ease; }

input[type="radio"]:hover + label:after {
  background-color: #303030; }

input[type="radio"]:checked + label:after {
  background-color: #303030; }

.radio-label {
  padding-left: 50px;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.7; }

.radio-special {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .radio-special__item {
    margin-right: 20px; }
  .radio-special input[type="radio"] + label:after,
  .radio-special input[type="radio"] + label:before {
    display: none; }
  .radio-special input[type="radio"] + label {
    padding-top: 2px;
    width: 30px;
    height: 30px;
    border: 3px solid #B4B4B4;
    border-radius: 50%;
    background-color: #fff;
    font-size: 14px;
    color: #B4B4B4;
    text-align: center;
    -webkit-transition: border-color 300ms ease;
    -o-transition: border-color 300ms ease;
    transition: border-color 300ms ease; }
  .radio-special input[type="radio"]:checked + label {
    background-color: #303030;
    border-color: #303030;
    color: #fff; }
  .radio-special input[type="radio"] + label:hover {
    border-color: #303030; }

textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  font-family: inherit;
  resize: none;
  border-color: #B4B4B4;
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1) inset; }

.btn {
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  color: #303030;
  font-family: inherit;
  padding: 10px 30px 12px;
  border-radius: 25px;
  margin: 30px 0 0;
  -webkit-transition: color 200ms ease, background-color 300ms ease;
  -o-transition: color 200ms ease, background-color 300ms ease;
  transition: color 200ms ease, background-color 300ms ease;
  cursor: pointer; }

.btn--white {
  background-color: #fff; }
  .btn--white:hover {
    background-color: #0eba0e; }

.btn--green {
  background-color: #0eba0e; }

/* ==================================================
   Base Styles
   ================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

p {
  margin: 0 0 20px 0; }

::-moz-selection {
  background: #f6f8b4;
  color: #000000; }

::selection {
  background: #f6f8b4;
  color: #000000; }

::-moz-selection {
  background: #f6f8b4;
  color: #000000; }

body {
  margin: 0;
  color: #fff;
  font-family: Walsheim, Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.5rem;
  line-height: 1.5;
  height: 100%;
  background-color: #141416; }

html:not(.touch) {
  text-rendering: optimizeLegibility; }

html.touch {
  text-rendering: optimizeSpeed; }

html {
  font-size: 62.5%; }

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

img {
  width: 100%;
  height: auto;
  display: block; }

a {
  color: #030000;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

ul {
  padding: 0;
  list-style: none; }

figure {
  margin: 0;
  max-width: 100%;
  display: table;
  margin: 0 auto 25px; }
  figure img {
    width: auto;
    max-width: 100%; }

figcaption {
  background-color: #044d81;
  color: #fff;
  padding: 15px 10%;
  font-family: 'Noto Sans';
  display: table-caption;
  caption-side: bottom; }

a,
button {
  outline: none; }

.text-center {
  text-align: center; }

.relator {
  position: relative; }

.center {
  width: 100%;
  margin: 0 auto; }

.center--1700 {
  max-width: 1740px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 700px) {
    .center--1700 {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (min-width: 1760px) {
    .center--1700 {
      padding-left: 20px;
      padding-right: 20px; } }

.center--1200 {
  max-width: 1200px; }

.m-b-40 {
  margin-bottom: 40px; }

.m-t-40 {
  margin-top: 40px; }

/*scrollbar*/
::-webkit-scrollbar {
  width: 0px;
  height: 3px; }

::-webkit-scrollbar-button {
  background-color: #303030; }

::-webkit-scrollbar-track {
  background-color: transparent; }

::-webkit-scrollbar-track-piece {
  background-color: transparent; }

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #0eba0e;
  border-radius: 5px; }

::-webkit-scrollbar-corner {
  background-color: transparent; }

::-webkit-resizer {
  background-color: #0eba0e; }

/* ==================================================
   Website Header Styles
   ================================================== */
.header {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (min-width: 1020px) {
    .header {
      top: 60px; } }
  .header a {
    color: #fff;
    font-weight: 800;
    cursor: pointer; }
    .header a:hover {
      color: #fff; }
  @media (min-width: 700px) {
    .header > ul > li:after {
      width: 4px;
      content: '';
      background-color: #0eba0e;
      height: 4px;
      border-radius: 50%;
      display: inline-block;
      margin: 0 10px 3px; }
    .header > ul > li:last-child:after {
      margin: 0;
      content: '';
      display: none; } }
  .header ul {
    margin: 10px 0 10px 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header ul a {
      color: #0eba0e;
      text-decoration: none; }

.header__top {
  background-color: #0EBA0E;
  padding-top: 13px;
  padding-bottom: 10px; }

.header__top__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .language li:first-child {
    margin-right: 10px; }
  .language a {
    padding: 3px 10px;
    display: block;
    line-height: 1.1;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: background-color 300ms ease;
    -o-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
    border: 1px solid transparent; }
  .language .active {
    border-color: #0eba0e; }

.no-touch .language a:hover {
  background-color: #fff; }

nav {
  position: relative;
  background-color: #0eba0e;
  padding-top: 40px;
  padding-bottom: 90px;
  background-image: url(../images/menu-bg-top.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.nav-logo {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  max-width: 410px; }

.logo svg {
  max-width: 105px; }
  @media (min-width: 700px) {
    .logo svg {
      max-width: 300px; } }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 20;
  position: relative; }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .menu ul a {
      text-decoration: none;
      color: #fff;
      margin-left: 20px;
      font-size: 20px; }

.menu > ul {
  position: relative;
  left: -40px; }

.modal--menu {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 170px;
  padding-bottom: 30px;
  overflow: auto;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: -1;
  max-width: 1480px;
  margin: 0 auto;
  top: 0;
  min-height: 940px;
  background-image: url(../images/menu-bg.jpg); }

.modal--search {
  -webkit-overflow-scrolling: touch;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 30px;
  overflow: auto;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: -1;
  margin: 0 auto;
  top: 0;
  min-height: 100vh; }

.modal--menu.show-me {
  z-index: 15;
  opacity: 1; }

.modal--search.show-me {
  z-index: 25;
  opacity: 1; }

.close-modal {
  width: 20px;
  height: 20px;
  z-index: 20;
  position: absolute;
  right: -50px;
  bottom: 10px;
  z-index: 222;
  opacity: 0; }
  .close-modal.visible {
    opacity: 1; }

.modal-content__search {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000; }
  .modal-content__search label {
    color: #166432;
    font-size: 14px; }
  .modal-content__search input[type="text"] {
    border: 0;
    border-bottom: 5px solid #e5e5e5;
    font-size: 30px;
    font-weight: 800;
    line-height: 1;
    padding: 10px 0 15px; }
  .modal-content__search input[type="submit"] {
    position: absolute;
    top: -40px;
    width: 40px;
    height: 40px;
    text-indent: -9999em;
    right: 0;
    background-image: url(../images/search-white.svg);
    background-repeat: no-repeat;
    background-size: 23px;
    padding: 0;
    background-position: 7px 3px;
    cursor: pointer; }

.close-modal--search {
  position: absolute;
  left: -60px;
  top: 30px; }

.search-switch {
  width: 33px;
  height: 26px;
  display: inline-block;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-size: 23px;
  padding: 0;
  background-position: 5px -3px;
  cursor: pointer; }

.menu-secondary {
  padding-top: 40px; }
  .menu-secondary li {
    margin-bottom: 10px; }
  .menu-secondary a {
    color: #fff;
    font-weight: 800;
    font-size: 24px;
    text-decoration: none; }

.menu-other {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 0;
  max-width: 1180px;
  margin: 0 auto 100px; }
  .menu-other li {
    margin-top: 10px;
    max-width: 300px;
    z-index: 2;
    position: relative; }
    .menu-other li a {
      font-size: 20px;
      color: #fff; }

.menu-social {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto 100px;
  text-align: right;
  max-width: 1180px; }
  .menu-social ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff; }
    .menu-social ul span {
      font-size: 16px;
      margin-right: 25px;
      letter-spacing: 0.5px; }
    .menu-social ul svg {
      fill: #fff; }
    .menu-social ul .tool {
      margin-right: 20px;
      border-color: #fff; }

.no-touch nav ul a:not(.no-animation) {
  position: relative; }
  .no-touch nav ul a:not(.no-animation):after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: width 150ms ease;
    -o-transition: width 150ms ease;
    transition: width 150ms ease; }
  .no-touch nav ul a:not(.no-animation):hover:after {
    width: 100%; }

ul.menu-mobile {
  display: none; }

.menu-switch {
  cursor: pointer;
  display: none; }

.menu-switch span {
  display: block;
  width: 23px;
  height: 3px;
  background-color: #fff;
  margin: 5px 0;
  border-radius: 3px; }

.desktop-hidden {
  display: none; }

.header__tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 1; }

.login-menu span {
  vertical-align: top;
  display: inline-block;
  margin: 8px 20px 0 10px; }

.header__sticky {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  line-height: 1.2;
  background-color: #0eba0e;
  -webkit-transform: translateY(-105%);
      -ms-transform: translateY(-105%);
          transform: translateY(-105%);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  -o-transition: transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease; }
  .header__sticky.show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.header__sticky__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 18px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.header__sticky__logo {
  max-width: 45px;
  -ms-flex-preferred-size: 45px;
      flex-basis: 45px;
  min-width: 45px; }

.header__sticky__title {
  padding-left: 15%;
  text-align: right; }

.header__tools {
  position: relative; }
  .header__tools__menu {
    position: absolute;
    top: 39px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease; }
    .header__tools__menu:after {
      bottom: 100%;
      right: 100px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(25, 150, 73, 0);
      border-bottom-color: #199649;
      border-width: 10px;
      margin-left: -10px; }
    .header__tools__menu--open {
      z-index: 25;
      opacity: 1; }

.header__tools__left {
  padding: 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  min-width: 250px;
  background-image: url(../images/menu-bg-small.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4; }

.header__tools__name {
  padding-bottom: 80px;
  font-size: 24px; }

.header__tools__right {
  background-color: #199649;
  padding-top: 20px;
  min-width: 300px; }
  .header__tools__right a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #fff; }
    .header__tools__right a:hover {
      background-color: #fff;
      color: #000; }
      .header__tools__right a:hover polygon {
        fill: #000; }
  .header__tools__right svg {
    max-width: 10px;
    max-height: 10px;
    float: right;
    margin-top: 5px;
    margin-right: 20px; }
    .header__tools__right svg polygon {
      fill: #fff; }

input.btn--logout {
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 15px;
  border-radius: 5px; }

.login-menu {
  position: relative; }

.has-drop {
  position: relative; }
  .has-drop li {
    min-width: 190px;
    display: inline-block;
    padding-bottom: 10px; }

.has-drop {
  color: #0eba0e; }
  .has-drop span {
    font-weight: 800; }
    .has-drop span:hover {
      color: #fff; }
  .has-drop .drop {
    display: none;
    position: absolute;
    top: 0;
    padding-top: 39px;
    width: 300px;
    left: 0; }
    .has-drop .drop a:hover {
      color: #fff; }

.no-touch .has-drop:hover > a {
  color: #fff; }

.no-touch .has-drop:hover .drop {
  display: block; }

.menu-toggle {
  display: block; }
  @media (min-width: 700px) {
    .menu-toggle {
      display: none; } }

@media (max-width: 700px) {
  header .header__menu {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 600ms ease;
    transition: -webkit-transform 600ms ease;
    -o-transition: transform 600ms ease;
    transition: transform 600ms ease;
    transition: transform 600ms ease, -webkit-transform 600ms ease;
    position: fixed;
    background: #00e000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 44px;
    padding-top: 150px; }
    header .header__menu > li {
      margin-bottom: 20px; }
    header .header__menu > li > a, header .header__menu > li > span {
      font-size: 50px;
      display: block;
      font-weight: 400 !important;
      padding-bottom: 0px; }

      .show_mini_menu{
        display: block !important;
      }
  .has-drop {
    text-align: left;
    color: #0eba0e;
    font-weight: 800; }
    .has-drop .drop {
      /* display: block; */
      text-align: left;
      position: static;
      padding-top: 0;
      margin: 0; }
      .has-drop .drop a {
        font-size: 19px;
        display: block;
        padding-bottom: 5px; } }

.logo, .menu-toggle {
  z-index: 2;
  position: relative; }

.menu-toggle {
  margin-top: 31px;
  cursor: pointer; }

  .menu-toggle span {
    background-color: #0eba0e;
    width: 32px;
    height: 1px;
    display: block;
    margin-bottom: 8px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; }
  .menu-toggle .si {
    opacity: 1; }

.ma .header__menu {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.ma .fi {
  -webkit-transform: scale(1) rotate(-45deg) translate(-4px, 4px);
      -ms-transform: scale(1) rotate(-45deg) translate(-4px, 4px);
          transform: scale(1) rotate(-45deg) translate(-4px, 4px); }

.ma .si {
  opacity: 0; }
  

.ma .ti {
  -webkit-transform: scale(1) rotate(45deg) translate(-9px, -8px);
      -ms-transform: scale(1) rotate(45deg) translate(-9px, -8px);
          transform: scale(1) rotate(45deg) translate(-9px, -8px); }

          .ma ul.header__menu {
            margin-top: 0px;
        }

        .ma svg.scroll.hide {
          display: none !important;
      }

.header ul .header__menu__active {
  color: #fff; }

  span.fi {
    display: none;
}

.ma span.fi {
  display: block;
}

/* ==================================================
   Website Footer Styles
   ================================================== */
footer {
  position: fixed;
  z-index: -2;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 380px;
  color: #fff;
  background-color: #303030; }
  footer a {
    color: #fff; }

.footer__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 65px 3%;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 1020px) {
    .footer__in {
      padding: 70px 0% 0px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.footer__logo {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  text-align: center;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  font-weight: 100;
  letter-spacing: 1px;
  font-size: 14px;
  max-width: 200px;
  margin: 20px auto 40px;
  display: block; }
  @media (min-width: 1020px) {
    .footer__logo {
      margin: 20px auto; } }

.footer__contact {
  -ms-flex-preferred-size: 50%;
      flex-basis: 35%;
  text-align: left; }

.footer-email {
  color: #0eba0e;
  display: block;
  font-weight: 800;
  font-size: 17px; }

.deco-long {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 1;
  bottom: 0;
  width: 100%;
  background: -o-linear-gradient(right, rgba(145, 145, 145, 0.2) 1px, rgba(0, 0, 0, 0) 1px);
  background: linear-gradient(-90deg, rgba(145, 145, 145, 0.2) 1px, rgba(0, 0, 0, 0) 1px);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: lineswide;
          animation-name: lineswide;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }
  @media (min-width: 700px) {
    .deco-long {
      -webkit-animation-name: lines;
              animation-name: lines; } }

.deco-lat {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(rgba(145, 145, 145, 0.2) 1px, rgba(0, 0, 0, 0) 1px);
  background: linear-gradient(rgba(145, 145, 145, 0.2) 1px, rgba(0, 0, 0, 0) 1px);
  z-index: 1;
  -webkit-transition: background-size 1.5s ease;
  -o-transition: background-size 1.5s ease;
  transition: background-size 1.5s ease;
  -webkit-animation-name: lineswide;
          animation-name: lineswide;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }
  @media (min-width: 700px) {
    .deco-lat {
      -webkit-animation-name: lines;
              animation-name: lines; } }

@-webkit-keyframes lines {
  from {
    background-size: 100vw 100vw; }
  to {
    background-size: 10vw 10vw; } }

@keyframes lines {
  from {
    background-size: 100vw 100vw; }
  to {
    background-size: 10vw 10vw; } }

@-webkit-keyframes lineswide {
  from {
    background-size: 100vw 100vw; }
  to {
    background-size: 25vw 25vw; } }

@keyframes lineswide {
  from {
    background-size: 100vw 100vw; }
  to {
    background-size: 25vw 25vw; } }

.inited main {
  opacity: 1;
  -webkit-transition: opacity 2000ms ease;
  -o-transition: opacity 2000ms ease;
  transition: opacity 2000ms ease; }

.inited footer {
  opacity: 1;
  -webkit-transition: opacity 2000ms ease 2000ms;
  -o-transition: opacity 2000ms ease 2000ms;
  transition: opacity 2000ms ease 2000ms; }

.page {
  position: relative;
  margin-bottom: 490px;
  max-width: 100%;
  overflow: hidden; }
  @media (min-width: 1020px) {
    .page {
      margin-bottom: 380px; } }

.js-loading main, .js-loading footer, .init main, .init footer {
  opacity: 0; }

main {
  background-color: #000;
  background-repeat: repeat;
  background-image: url(../images/bg.jpg); }

.form-item label.error-captcha {
  display: none; }

.form-item label.error,
.form-item label.error-captcha {
  color: #f55e62;
  font-size: 14px;
  margin-top: 5px; }

/* ==================================================
   Hero Styles
   ================================================== */
.section-hero {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100vh; }
  .section-hero img {
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-hero:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

.promo {
  position: relative;
  z-index: 1; }

.promo--big {
  font-size: 28px;
  font-weight: 800;
  margin-right: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 50px; }
  @media (min-width: 1020px) {
    .promo--big {
      margin-right: 40%;
      margin-top: 0;
      font-size: 42px;
      margin-bottom: 30px; } }
  @media (min-width: 1760px) {
    .promo--big {
      font-size: 60px;
      margin-right: 50%; } }

.promo--small {
  font-size: 19px;
  font-weight: 300;
  margin-right: 0; }
  @media (min-width: 1020px) {
    .promo--small {
      margin-right: 40%;
      font-size: 23px; } }
  @media (min-width: 1760px) {
    .promo--small {
      margin-right: 60%;
      font-size: 25px; } }

main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.side-wrap {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  min-width: 0;
  -webkit-transition: min-width 700ms ease-in-out;
  -o-transition: min-width 700ms ease-in-out;
  transition: min-width 700ms ease-in-out;
  will-change: min-width;
  background-color: #000;
  -ms-flex-item-align: start;
      align-self: flex-start;
  background-repeat: repeat;
  background-image: url(../images/bg.jpg); }

.close-company {
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  margin-bottom: 20px;
  font-size: 18px; }
  @media (min-width: 700px) {
    .close-company {
      margin-bottom: 40px; } }

.close-company--active {
  position: relative;
  z-index: 20; }

.main-wrap {
  -ms-flex-preferred-size: 100vw;
      flex-basis: 100vw;
  background-color: #000;
  background-repeat: repeat;
  background-image: url(../images/bg.jpg); }
  @media (min-width: 700px) {
    .main-wrap {
      min-width: 100vw; } }

.promos {
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  max-width: 1700px;
  margin: 0 auto;
  right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  opacity: 1;
  -webkit-transition: opacity 800ms ease;
  -o-transition: opacity 800ms ease;
  transition: opacity 800ms ease;
  padding: 0 20px; }
  @media (min-width: 700px) {
    .promos {
      padding: 0 50px; } }
  @media (min-width: 1760px) {
    .promos {
      padding: 0; } }
  .promos.promos-fixed {
    position: fixed;
    right: 0;
    opacity: 0; }

.show-side .section-machine {
  display: none; }

.show-side .main-wrap {
  -ms-flex-preferred-size: 100vw;
      flex-basis: 100vw;
  min-width: 100vw; }

.show-side .side-wrap {
  -ms-flex-preferred-size: 100vw;
      flex-basis: 100vw;
  min-width: 100vw; }
  @media (min-width: 700px) {
    .show-side .side-wrap {
      min-width: 65vw; } }

.side-wrap__in {
  padding: 180px 10vw 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 100vh;
  min-width: 100vw;
  font-size: 20px;
  font-weight: 300; }
  @media (min-width: 700px) {
    .side-wrap__in {
      min-width: 65vw; } }

.sidefirst {
  color: #0eba0e;
  color: #0eba0e;
  font-size: 28px;
  font-weight: 800;
  margin-right: 0;
  line-height: 1.2; }

.scroll {
  z-index: 3;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out; }
  @media (min-width: 700px) {
    .scroll {
      position: absolute;
      bottom: 20px;
      bottom: 40px; } }
  @media (max-width: 1600px) {
    .scroll {
      margin-top: 20px;
      max-width: 25px;
      height: 50px; } }
  .scroll.hide {
    opacity: 0; }
  .scroll circle {
    fill: #0eba0e;
    -webkit-animation-name: circlescroll;
            animation-name: circlescroll;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }

@-webkit-keyframes circlescroll {
  0% {
    cy: 4; }
  50% {
    cy: -30; }
  100% {
    cy: 4; } }

@keyframes circlescroll {
  0% {
    cy: 4; }
  50% {
    cy: -30; }
  100% {
    cy: 4; } }

.section-machine {
  min-height: 100vh;
  padding: 0;
  position: relative;
  z-index: 3; }

.section-machine__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .section-machine__in .btn {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-decoration: none; }
    .section-machine__in .btn:after {
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      left: 0; }

.section-machine__info {
  position: relative;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media (min-width: 1020px) {
    .section-machine__info {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%; } }

.section-thickness .section-machine__info {
  padding: 10px 0 60px; }
  @media (min-width: 1400px) {
    .section-thickness .section-machine__info {
      padding: 30px 0 60px; } }

.section-machine__image-big {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-bottom: 25px;
  display: none; }
  @media (min-width: 1020px) {
    .section-machine__image-big {
      display: block; } }

.section-machine__image-mobile {
  display: block; }
  @media (min-width: 1020px) {
    .section-machine__image-mobile {
      display: none; } }

.section-thickness .section-machine__image-mobile {
  padding: 0 0 50px 10%; }

.section-diameter .section-machine__image-mobile {
  padding: 0 10% 50px 0; }

.section-machine__image-round {
  max-height: 320px;
  overflow: hidden;
  margin-bottom: 46px;
  border-radius: 0 0 50% 50%; }

.section-machine__image-round__in {
  width: 253px;
  height: 253px;
  background: #fff;
  border-radius: 50%;
  margin: 46px auto 0; }
  .section-machine__image-round__in img {
    position: relative;
    top: -48px; }

.section-machine__name {
  font-size: 20px; }

.section-machine__title {
  font-weight: 300;
  margin-bottom: 32px;
  font-weight: 800;
  font-size: 44px;
  line-height: 1; }
  @media (min-width: 1020px) {
    .section-machine__title {
      font-size: 50px; } }

.section-machine__subtitle {
  font-weight: 300;
  font-size: 22px;
  padding: 0 10px;
  max-width: 380px;
  line-height: 1.4;
  margin: 0 auto 10px; }
  @media (min-width: 1020px) {
    .section-machine__subtitle {
      padding: 0;
      font-size: 25px; } }

.asterisk {
  color: #F55E62; }

.form-wrap {
  color: #303030;
  background-color: #FAFAFA;
  padding: 40px 10% 20px; }
  @media (min-width: 1400px) {
    .form-wrap {
      padding: 100px 20% 20px; } }

.form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.form-item {
  margin-bottom: 30px; }

.form-item--half {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
  @media (min-width: 1020px) {
    .form-item--half {
      -ms-flex-preferred-size: 48%;
          flex-basis: 48%; } }

.form-item--full {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.axl-machines-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  z-index: 5; }

.axl-machines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  height: 100%; }

.axl-machine {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.axl-machine__name {
  margin-top: 20px; }

.axl-machine__spec {
  color: #0eba0e;
  font-weight: 800; }

section.fly-in {
  height: 0; }

.fly-in .fly-in__heading {
  background-color: #fff;
  position: fixed;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  padding: 0;
  height: 65px;
  z-index: 110;
  border-bottom: 3px solid #303030; }
  @media (min-width: 1020px) {
    .fly-in .fly-in__heading {
      width: 50%; } }

.fly-in .fly-in__body {
  background-color: #fff;
  position: fixed;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
  top: 65px;
  padding: 0;
  z-index: 100;
  height: calc(100% - 65px);
  overflow: auto;
  color: #303030; }
  @media (min-width: 1020px) {
    .fly-in .fly-in__body {
      width: 50%; } }

.spec .fly-in__heading {
  width: 100%;
  background: #303030;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.spec .fly-in__body {
  width: 100%;
  background: #303030;
  color: #fff;
  overflow: inherit; }

.fly-in-right .fly-in__body {
  -webkit-transform: translatex(100%);
      -ms-transform: translatex(100%);
          transform: translatex(100%);
  right: 0; }

.fly-in-right .fly-in__heading {
  -webkit-transform: translatex(100%);
      -ms-transform: translatex(100%);
          transform: translatex(100%);
  right: 0; }

.fly-in-left .fly-in__body {
  -webkit-transform: translatex(-100%);
      -ms-transform: translatex(-100%);
          transform: translatex(-100%);
  left: 0; }

.fly-in-left .fly-in__heading {
  -webkit-transform: translatex(-100%);
      -ms-transform: translatex(-100%);
          transform: translatex(-100%);
  left: 0; }

.fly-in-left.fly-in--visible .fly-in__heading {
  -webkit-transform: translatex(0);
      -ms-transform: translatex(0);
          transform: translatex(0); }

.fly-in-left.fly-in--visible .fly-in__body {
  -webkit-transform: translatex(0);
      -ms-transform: translatex(0);
          transform: translatex(0); }

.fly-in-right.fly-in--visible .fly-in__heading {
  -webkit-transform: translatex(0);
      -ms-transform: translatex(0);
          transform: translatex(0); }

.fly-in-right.fly-in--visible .fly-in__body {
  -webkit-transform: translatex(0);
      -ms-transform: translatex(0);
          transform: translatex(0); }

.fly-in h1 {
  color: #303030;
  font-size: 24px;
  margin-top: 15px;
  font-weight: 500;
  margin-bottom: 0;
  padding-bottom: 10px;
  text-align: center; }
  @media (min-width: 1020px) {
    .fly-in h1 {
      font-size: 40px;
      margin-top: 3px; } }

.close-form {
  position: absolute;
  top: 17px;
  right: 10%;
  cursor: pointer;
  font-size: 20px;
  z-index: 100;
  color: #000;
  width: 30px;
  height: 30px; }
  @media (min-width: 1020px) {
    .close-form {
      right: 50px; } }

.axl-machines-full-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.axl-machines-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  text-align: center;
  width: 100%; }
  .axl-machines-full-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }

.axl-machines-full-title {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }

.axl-machine-full {
  -ms-flex-preferred-size: calc(50% - 1px);
      flex-basis: calc(50% - 1px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .axl-machine-full img {
    max-width: 155px;
    margin: 0 auto 50px; }

.axl-machine-full-wrap {
  max-width: 100%; }

.machine-saparator {
  -ms-flex-preferred-size: 2px;
      flex-basis: 2px;
  background-color: #0eba0e;
  max-height: 70%;
  margin-top: 30px; }

.fly-in-right .fly-in__body.fly-in__body-thank-you {
  text-align: center;
  top: 0;
  bottom: 0;
  height: 100%; }

.thank-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.thank-wrap__body {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 800; }

.thank-wrap__close {
  position: absolute;
  bottom: 110px;
  left: 0;
  right: 0;
  color: #B4B4B4;
  font-size: 17px;
  cursor: pointer; }

.thank-wrap__check path {
  fill: #0eba0e; }

@media only screen and (max-width: 1600px) {
  .axl-machine-full {
    -ms-flex-preferred-size: calc(50% - 1px);
        flex-basis: calc(50% - 1px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px; }
    .axl-machine-full img {
      max-width: 100px;
      margin: 0 auto; } }

section.fly-in--visible {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101; }

.contact-text {
  font-size: 28px; }

.contact-wrap {
  margin-left: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.contact-wrap__left {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  min-width: 45%;
  padding-right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contact-wrap__left > div {
    margin: 0 auto; }

.contact-wrap__right {
  -ms-flex-preferred-size: 45%;
      flex-basis: 45%;
  padding-left: 5%;
  border-left: 2px solid #0eba0e;
  min-width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.axl-machine__name {
  margin: 20px 0 10px;
  font-size: 20px; }

.axl-machine__spec {
  color: #0eba0e;
  font-size: 14px;
  text-decoration: none;
  font-weight: 800; }

.form-item label.error-captcha {
  display: none; }

.form-item label.error,
.form-item label.error-captcha {
  display: none;
  color: #f55e62;
  font-size: 14px;
  margin-top: 5px; }

.contact-about {
  padding: 0 10% 0 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 700px) {
    .contact-about {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  @media (min-width: 1400px) {
    .contact-about {
      padding: 0 20% 60px; } }
  .contact-about p {
    margin-bottom: 10px; }

.contact-about__logo {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%; }
  .contact-about__logo img {
    max-width: 185px;
    margin: 10px auto; }

.contact-about__contact {
  text-align: center;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
  font-size: 14px;
  font-weight: 500; }
  .contact-about__contact a {
    text-decoration: none; }

.contact-email {
  display: block; }


  .footer__in {
    display: block;
}

.footer__contact {
    display: inline-block;
    width: 33%;
    vertical-align: top;
    padding: 3%;
}

.footer_above_widget {
    position: relative;
    width: 100% !important;
}

.above_widget_one {
    width: 36%;
    display: inline-block;
}

.page {
    margin-bottom: 80vh;
}

ul#footer_bottom_menu {
  width: 100%;
  float: right;
  margin-top: -1px;
}

ul#footer_bottom_menu li {
  width: fit-content;
  display: inline-block;
  float: right;
  margin-right: 7%;
  color: #000;
  cursor: pointer;
}


header.header.center.center--1700 {
  max-width: 100vw !important;
  padding-right: 5% !important;
  padding-left: 7% !important;
  /* padding-top: 30px;
  padding-bottom: 30px; */
}



@media only screen and (max-width: 600px) {

.footer__in {
    padding: 0 3%;
}

.footer__contact {
    display: inline-block;
    width: 100% !important;
    vertical-align: top;
    padding: 0%;
}

ul.footer_link_menu li {
    font-size: 13px;
}

.above_widget_one {
    line-height: normal !important;
}

ul.footer_link_menu:nth-child(2) li {
    font-size: 13px;
}

.page {
    margin-bottom: 100vh;
}

.above_widget_one {
    width: 100% !important;
}

ul.footer_link_menu:nth-child(2) li {
    font-size: 13px;
    width: 33% !important;
    display: inline-block;
}

.hide_on_mobile{
  display: none !important;
}

ul#footer_bottom_menu li {
  font-size: 10px !important;
}


}