/*
 Theme Name: GJ SimStal
 Theme URI: https://gazart-arm.com
 Author: Gor Julhakyan
 Author URI: http://
 Description: The 2016-17 theme for GAZART LLC official web-site, buil by Angular JS for Wordpress.
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: GAZART, GJ, GAZART LLC, Gor Julhakyan
 Text Domain: gjsimstal
 This theme, like WordPress, is licensed under the GPL.
 Use it to make something cool, have fun, and share what you've learned with others.
 */
.info.ng-show {
  animation-name: fadeInLeft;
  animation-duration: 0.5s;
}
@font-face {
  font-family: 'armmetsatarbold';
  src: url('vendor/fonts/armmetsatar_bold-webfont.woff2') format('woff2'), url('vendor/fonts/armmetsatar_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: 'Roboto Condensed';
  line-height: 1.21;
}
:root {
  font-size: 2vw;
}
html {
  margin-top: 0 !important;
  max-width: 100% !important;
}
body {
  margin: 0;
  overflow-x: hidden;
}
.flex50 {
  width: 50vw;
  max-width: 50vw;
  box-sizing: border-box;
}
.default {
  font-size: 1rem;
  color: #3e3e3e;
  font-family: 'Roboto Condensed';
}
.primary {
  font-size: 1rem;
  color: #f7505a;
  font-family: 'Roboto Condensed';
}
.no-padding {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.non-mobile {
  display: none !important;
}
.only-mobile {
  display: flex !important;
}
.row {
  display: flex;
  flex-direction: row !important;
}
.no-overflow {
  overflow: hidden !important;
}
@keyframes grayscale {
  from {
    filter: grayscale(0);
  }
  to {
    filter: grayscale(80%);
  }
}
.animate {
  visibility: hidden;
}
.scr-plx-left {
  position: absolute;
  left: -50%;
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.scr-plx-right {
  transform: translateX(100%);
  transition: all 0.3s ease-in-out;
  overflow: hidden !important;
}
.mb-ttl-outlinline {
  position: absolute;
  bottom: -4px;
  left: 0;
  border: 1px solid #fff;
  width: 100%;
  margin: 0;
}
.slide-menu {
  position: fixed;
  flex-direction: column;
  right: 15px;
  z-index: 9999;
  display: none !important;
}
.slide-menu a {
  text-decoration: none;
  color: #3e3e3e;
  font-size: 0.7rem;
  padding: 0;
  max-width: 15px;
  max-height: 15px;
  min-height: 15px;
  min-width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgba(121, 85, 72, 0.65);
  border-radius: 50%;
  margin: 15px 0;
}
.slide-menu .active-a {
  border-color: #ff5722;
  background-color: #ff5722;
}
.home {
  min-width: 100%;
  background-image: url("img/bg/home_bg.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #e4e4e4;
  min-height: 100vh;
  padding-top: 52px;
}
.home .loader {
  min-width: 100%;
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  background-image: url("img/loader_bg.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 999;
}
.home .loader .spiner {
  width: 150px;
  height: 150px;
}
.home .loader .spiner img {
  width: 100%;
  max-width: 100%;
  animation-name: grayscale;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}
.home .main-title {
  font-family: "Roboto Condensed";
  text-align: center;
  padding: 0.5rem;
  font-weight: 400;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 6rem;
}
.home .main-sub-title {
  font-family: "Roboto Condensed";
  text-align: center;
  padding: 0.5rem;
  font-weight: 100;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 2.2rem;
  font-size: 3.5rem;
  margin-top: 2vh;
}
.home .logo {
  display: block;
  width: 40%;
}
.home .menu {
  display: none;
  margin-bottom: 3vh;
}
.home .intro {
  text-align: center;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 2.3rem;
  margin-top: 13vh;
  margin-bottom: 4vh;
}
.home .cl-effect-9 {
  margin-bottom: 1.8rem;
}
.home .cl-effect-9 .title {
  font-size: 22px;
}
.home .cl-effect-9 .alt {
  color: #f7f3ee !important;
  font-size: 15px;
}
.home .md-icon-button {
  height: 60px !important;
  width: 60px !important;
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .md-icon-button i {
  color: #e4e4e4;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-size: 8rem !important;
}
.sales {
  background-image: url("img/bg/sales_bg.png"), url("img/bg/sales_partnership.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover, 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 100%;
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  justify-content: flex-start;
  padding: 30px 10px;
}
.sales .sale_cntr {
  background-image: url(img/sales_angle.svg);
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  width: 260px;
  height: 280px;
  align-items: center;
  justify-content: center;
}
.sales .sale_cntr .st_title {
  color: #233759;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.sales .sale_cntr .st_cnt {
  color: #233759;
  font-size: 45px;
  font-family: 'Abril Fatface';
  letter-spacing: 5px;
}
.sales .sale_cntr .ddr {
  border: 0;
  border-bottom: 1px solid #233759;
  width: 100px;
  margin: 0;
  margin-bottom: 7px;
  margin-top: -7px;
}
.sales .sale_cntr .material-icons {
  font-size: 40px;
  color: #233759;
}
.sales .sl_title {
  text-align: center;
  margin-bottom: 4rem;
  text-transform: uppercase;
}
.sales .sl_title .primary {
  font-weight: bold;
}
.sales .sl_title .primary, .sales .sl_title .default {
  font-size: 2.2rem;
  word-spacing: 7px;
}
.sales .sales_tapes_row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sales .sales_tapes_row .sales_types {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 1rem;
}
.sales .sales_tapes_row .sales_types .st_title {
  font-family: "Roboto Condensed", Arial, Helvetica;
  margin: 12px 0;
  font-size: 2.5rem;
  color: #3e3e3e;
}
.sales .sales_tapes_row .sales_types .st_icon {
  border-radius: 50%;
  font-size: 5rem;
  color: #3e3e3e;
  background: none;
  padding: 0;
}
.sales .sales_tapes_row .sales_types .st_cnt {
  color: #009688;
  font-family: 'Courgette';
  font-size: 5rem;
}
.sales .sales_tapes_row .sales_types hr {
  border: 1px solid rgba(247, 80, 90, 0.6);
  width: 30%;
}
.compressors {
  background-image: url("img/bg/compressors.png");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  padding: 1rem;
  position: relative;
}
.compressors .cmp-bg {
  position: absolute;
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  max-height: -moz-calc(100vh -  64px);
  max-height: -webkit-calc(100vh -  64px);
  max-height: calc(100vh -  64px);
  max-width: 50%;
  min-width: 50%;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  background-color: #fafafa;
}
.compressors .cmp-bg img {
  height: 80vh;
  z-index: 1;
  opacity: 0.1;
  right: -26%;
  position: relative;
}
.compressors .cm-ttl {
  text-align: center;
  text-transform: uppercase;
  font-size: 3.5rem;
  background: #03a9f4;
  color: #f5f5f5;
  padding: 15px 5px;
  position: relative;
  width: 100vw;
}
.compressors .cm-ttl .mb-ttl-outlinline {
  border-color: #03a9f4;
}
.compressors .default {
  text-align: center;
  font-size: 2.2rem;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: 400;
  color: #1b1b1b;
}
.compressors .cmp-intro-row {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.compressors .cmp-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 25px;
  max-width: 90%;
  width: 90%;
  margin-bottom: 30px;
}
.compressors .cmp-intro .icon {
  width: 80px;
  height: 80px;
  margin-bottom: 10px;
}
.compressors .cmp-intro .line {
  display: flex;
}
.compressors .cmp-intro .line hr {
  display: none;
}
.compressors .cmp-intro .content {
  font-weight: 400;
  text-align: center;
  font-size: 2.2rem;
}
.compressors .cmp-main {
  display: flex;
  flex-direction: column;
  padding: 10px 0;
  align-items: center;
}
.compressors .cmp-main .cmp-img {
  flex-basis: 100%;
  height: auto;
  padding: 1rem;
  position: relative;
  width: 80%;
}
.compressors .cmp-main .cmp-img img {
  width: 100%;
}
.compressors .cmp-main .cmp-img .mobile-zoom {
  position: absolute;
  bottom: 10%;
  left: 100%;
  font-size: 42px;
  color: rgba(121, 121, 121, 0.8);
}
.compressors .cmp-main .tmbs {
  width: 92vw;
  max-width: 92vw;
  overflow: scroll;
}
.compressors .cmp-main .tmbs .tmb {
  min-width: 20vw;
  max-width: 80px;
  max-height: 80px;
  margin: 5px 1.5%;
  height: 20vw;
  background-size: cover;
}
.compressors .cmp-main .tmbs .tmb .tmb-img {
  width: 100%;
  height: 75%;
}
.compressors .cmp-main .cmp-content {
  flex-basis: 100%;
  padding: 0 0.8rem;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.compressors .cmp-main .cmp-content .primary {
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5rem;
  margin: 0;
}
.compressors .cmp-main .cmp-content .table-header {
  display: flex;
  margin-bottom: 10px;
}
.compressors .cmp-main .cmp-content .table-header .item {
  display: flex;
  font-size: 0.8rem;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.compressors .cmp-main .cmp-content .row {
  display: flex;
  width: 95%;
  justify-content: center;
}
.compressors .cmp-main .cmp-content .it-1 {
  width: 5rem;
  font-size: 0.8rem;
}
.compressors .cmp-main .cmp-content .it-2 {
  width: 5rem;
  text-align: center;
  font-size: 0.8rem;
}
.compressors .cmp-main .cmp-content .it-3 {
  width: 7rem;
  text-align: center;
  font-size: 0.8rem;
}
.compressors .cmp-main .cmp-content .it-4 {
  width: 5rem;
  text-align: center;
  font-size: 0.8rem;
}
.compressors .mdl-data-table {
  font-size: 0.6rem;
}
.compressors .mdl-data-table td {
  text-align: center;
}
.compressors .mdl-data-table th {
  font-size: 0.6rem;
  color: #f7505a;
  padding-right: 7px;
  padding-left: 7px;
  text-align: center;
}
.compressors .mdl-data-table th:last-child {
  text-align: center;
}
.compressors .btn-go {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
  width: 160px;
}
.compressors #cmpMdls {
  height: 2.3vh;
}
.compressors .model-in-card {
  width: 95%;
}
.compressors .model-in-card .model-val {
  display: flex;
  font-size: 2.5rem;
}
.compressors .model-in-card .model-val .val {
  color: #035f56;
  font-weight: 700;
}
.wgm {
  background-image: url('img/bg/concrete_seamless.png');
  background-size: initial;
  background-repeat: repeat;
}
.wgm .md-sidenav, .wgm .preview {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
  position: absolute;
  top: 0;
  background: white;
  min-height: 100vh;
  z-index: 99999;
  position: fixed;
  overflow: scroll;
  height: 100vh;
}
.wgm .md-sidenav .toolbar, .wgm .preview .toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  background: #3f51b5;
  position: absolute;
  top: 0;
  left: 0;
}
.wgm .md-sidenav .toolbar h1, .wgm .preview .toolbar h1 {
  max-width: 80%;
  font-size: 4rem;
  font-family: 'Roboto Condensed', arial;
}
.wgm .md-sidenav .toolbar .md-icon-button, .wgm .preview .toolbar .md-icon-button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wgm .md-sidenav .toolbar .material-icons, .wgm .preview .toolbar .material-icons {
  font-size: 32px;
}
.wgm .md-sidenav .card, .wgm .preview .card {
  width: 100%;
}
.wgm .md-sidenav .card .params, .wgm .preview .card .params {
  padding: 10px;
}
.wgm .md-sidenav .card .primary, .wgm .preview .card .primary, .wgm .md-sidenav .card .default, .wgm .preview .card .default {
  font-size: 2.5rem;
}
.wgm .md-sidenav .card .radio-btns, .wgm .preview .card .radio-btns {
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.wgm .md-sidenav .card .radio-btns .btn, .wgm .preview .card .radio-btns .btn {
  outline: none !important;
  margin-left: 10px;
  margin-right: 10px;
}
.wgm .md-sidenav .layout-margin, .wgm .preview .layout-margin {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 8px;
  padding-top: 40px;
}
.wgm .md-sidenav .buy-btn, .wgm .preview .buy-btn {
  font-size: 2.5rem;
  padding: 5px 10px;
}
.wgm .md-sidenav .buyer-form, .wgm .preview .buyer-form {
  padding: 15px 0;
}
.wgm .md-sidenav .buyer-form .order-form, .wgm .preview .buyer-form .order-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wgm .md-sidenav .buyer-form .order-form .inpt-cntr, .wgm .preview .buyer-form .order-form .inpt-cntr {
  font-size: 18px;
  width: 70%;
}
.cmp-preview {
  min-width: 100% !important;
  min-height: 100vh !important;
  background-image: url('img/bg/concrete_seamless.png');
  background-size: initial;
  background-repeat: repeat;
}
.cmp-preview .md-sidenav-left {
  width: 100% !important;
}
.cmp-preview .toolbar {
  background-color: #3f51b5;
}
.cmp-preview .toolbar .primary {
  color: white;
}
.cmp-preview .md-dialog-content {
  display: flex;
  margin-top: 64px;
}
.cmp-preview .thumbnailes-sec {
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  overflow: auto;
  width: 135px;
}
.cmp-preview .thumbnail {
  max-width: 100px;
  max-height: 100px;
  min-width: 100px;
  min-height: 100px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmp-preview .thumbnail img {
  width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 1px;
}
.cmp-preview .bigsize-img {
  max-width: 50%;
  margin: 0 30px;
  max-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  flex-direction: column;
  position: relative;
}
.cmp-preview .bigsize-img img {
  max-width: 100%;
  max-height: 100%;
}
.cmp-preview .bigsize-img .alt {
  position: absolute;
  width: 100%;
  padding: 15px 30px;
  background-color: rgba(0, 0, 0, 0.61);
  color: #fff;
  font-size: 1.12vw;
  bottom: 0;
}
.cmp-preview .models {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 35%;
  max-width: 35%;
  right: 0;
}
.cmp-preview .models h3 {
  font-size: 1rem;
  text-align: center;
  color: #505050;
  font-family: 'Roboto condensed';
}
.cmp-preview .models .mdl-card {
  min-height: auto;
  padding: 10px;
  margin: 4px 0;
  font-size: 0.5rem;
  width: 95%;
}
.cmp-preview .models .mdl-card .primary, .cmp-preview .models .mdl-card .default {
  font-size: 15px;
}
.cmp-preview .models .mdl-card span:first-child {
  color: #009688;
}
.cmp-preview .models .primary-line {
  border: 1px solid #fcbbbf;
  width: 60%;
  margin: 20px 0;
}
.cmp-preview .models .radio-btns .btn {
  outline: none;
}
.cmp-preview .models .radio-btns .btn .tooltip {
  font-size: 1rem;
}
.cmp-preview .models .buy-btn {
  margin: 40px;
  background: #2196f3;
}
.cmp-preview .models .buyer-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #303030;
  width: 100%;
  min-width: 100%;
  padding: 10% 5%;
}
.cmp-preview .models .buyer-form .ng-enter {
  transition: all 0.5s ease-in-out;
}
.cmp-preview .models .buyer-form .inpt-cntr {
  width: 60%;
  margin: 3px;
}
.cmp-preview .models .buyer-form label {
  color: #6d6d6d;
}
.cmp-preview .models .buyer-form .md-fab {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 25px 0;
}
.cmp-preview .models .buyer-form .ng-show {
  transition: all 0.5s ease-in-out;
}
.buyer-form.ng-show {
  transition: 0.5s linear all;
}
.contuct-us {
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  min-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.contuct-us .map-cntr {
  min-width: 50%;
  min-width: 100%;
  min-height: 50vh;
  width: 100%;
  height: -moz-calc(100vh -  64px);
  height: -webkit-calc(100vh -  64px);
  height: calc(100vh -  64px);
}
.contuct-us .map-cntr .map {
  height: -moz-calc(100vh -  64px);
  height: -webkit-calc(100vh -  64px);
  height: calc(100vh -  64px);
}
.contuct-us .map-cntr .map .cstm-mrkr {
  background-color: #000;
  color: #3e3e3e;
}
.contuct-us .contuct-form {
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  width: 100%;
  position: relative;
  top: -16px;
  padding-top: 50px;
  margin-bottom: -16px;
}
.contuct-us .contuct-form .legend-text {
  font-size: 4rem;
  position: absolute;
  margin-bottom: 50px;
  top: 30px;
  text-transform: uppercase;
}
.contuct-us .contuct-form .form-legend {
  transition: all 0.3s ease-in-out;
  padding: 5% 10%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: none;
  flex-direction: column;
}
.contuct-us .contuct-form .form-legend .legend-text {
  font-size: 1rem;
  position: absolute;
  top: -0.6rem;
  text-align: center;
  background-color: #303030;
  padding: 0 30px;
}
.contuct-us .contuct-form .form-legend .contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.contuct-us .contuct-form .form-legend .contact-form .input {
  font-size: 16px;
  margin: 10px 0;
  outline: none;
}
.contuct-us .contuct-form .form-legend .md-raised {
  margin-top: 30px;
  font-size: 2.5rem;
  padding: 5px;
  color: #303030;
  background-color: #00bcd4;
}
.contuct-us .contuct-form .succesfull {
  transition: all 0.3s ease-in-out;
  opacity: 0.3;
  filter: blur(16px);
}
.contuct-us .contuct-form .notification {
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  position: absolute;
  padding: 20px 30px;
  align-items: center;
  text-align: center;
  background: #4caf50;
  max-width: 60%;
  color: #293333;
}
.contuct-us .contuct-form .notification h3 {
  font-family: 'Roboto Condensed';
  margin-top: 0;
  color: rgba(45, 45, 45, 0.64);
}
.contuct-us .contuct-form .notification .ntf-msg {
  font-family: 'Lobster';
  font-size: 0.6rem;
  margin-bottom: 5px;
}
.contuct-us .contuct-form .notification .ntf-msg:nth-child(2) {
  margin-bottom: 50px;
}
.contuct-us .contuct-form .notification .md-icon-button {
  position: absolute;
  bottom: 0px;
  color: #f5f2f2;
}
.contuct-us .contuct-form .hide {
  display: none;
  transform: translateY(100vh);
  transition: all 0.5s ease-in-out;
}
.contuct-us .contuct-form .show {
  display: flex;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}
.contuct-us .contuct-form .progress-sec {
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  background-color: rgba(37, 35, 35, 0.91);
}
.contuct-us .contuct-form .ntf-msg {
  font-family: 'Lobster';
  font-size: 0.7rem;
  margin-bottom: 5px;
  text-align: center;
  color: #8bc34a;
}
.about-us {
  min-width: 100%;
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  max-width: 100%;
  background-color: #fae9d8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  max-height: none;
}
.about-us .title-intro {
  padding: 10px;
  color: #fff;
  outline: 2px solid #3e3e3e;
  margin-bottom: 50px;
  text-transform: uppercase;
  width: 100%;
  font-size: 2.2rem;
  text-align: center;
  background: #f7505a;
  border: none;
  position: relative;
  outline: none;
  top: 0;
  left: 0;
  margin: 0 0 30px 0;
}
.about-us .title-intro hr {
  border-color: #f7505a;
}
.about-us .v-line {
  width: 75vh;
  position: absolute;
  transform: rotate(90deg);
  border: 0;
  border-top: 1px solid #3e3e3e;
  top: 50vh;
  display: none;
}
.about-us .logo {
  width: 80px;
  height: 80px;
  position: absolute;
  background: #eae7e6;
  border: 1px solid #3e3e3e;
  padding: 10px;
  display: flex;
  border-radius: 50%;
  top: 50vh;
  display: none;
}
.about-us .logo img {
  max-width: 100%;
}
.about-us .main {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-us .main .about-company {
  max-height: -moz-calc(100vh -  64px);
  max-height: -webkit-calc(100vh -  64px);
  max-height: calc(100vh -  64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 90%;
  max-width: 90%;
  width: 90%;
}
.about-us .main .about-company .info-sec {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 5px;
  font-size: 2rem;
}
.about-us .main .about-company .info-sec hr {
  height: 10px;
  border: 0;
  box-shadow: 0 10px 10px -10px #8c8b8b inset;
  width: 70%;
  padding: 10px;
}
.about-us .main .about-company .info-sec .row {
  margin: 12px 0;
  justify-content: center;
  align-items: center;
}
.about-us .main .exp-countryes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
  max-height: none;
}
.about-us .main .exp-countryes .ttl {
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 0px 2px 2px rgba(0, 0, 0, 0.098), 0px 0px 5px 1px rgba(0, 0, 0, 0.084);
  background: #009688;
  position: relative;
  display: flex;
}
.about-us .main .exp-countryes .ttl span {
  font-size: 2.2rem;
  color: #fafafa;
  padding: 10px;
}
.about-us .main .exp-countryes .ttl .mb-ttl-outlinline {
  border-color: #009688;
}
.about-us .main .exp-countryes .flags-cntr {
  display: flex;
  flex-direction: row;
  flex-grow: 3;
  flex-flow: row wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  max-width: 500px;
  justify-content: center;
  align-items: center;
}
.about-us .main .exp-countryes .flags-cntr .flag {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  flex-direction: column;
  width: 45%;
  min-width: 45%;
  max-width: 45%;
}
.about-us .main .exp-countryes .flags-cntr .flag .cntry-name {
  text-align: center;
  display: block;
  margin-bottom: 6px;
  color: #3e3e3e;
  text-transform: capitalize;
  font-family: 'Lobster';
  font-weight: 100;
}
.about-us .main .exp-countryes .flags-cntr .flag img {
  transition: all 0.3s ease-in-out;
  filter: grayscale(0);
  opacity: 1;
  width: 70%;
}
.about-us .main .exp-countryes .flags-cntr .flag .hover-sec {
  transition: all 0.3s ease-in-out;
  position: absolute;
  width: 130px;
  height: 130px;
  background: rgba(0, 0, 0, 0.77);
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}
.about-us .main .exp-countryes .flags-cntr .flag .hover-sec .cn {
  font-size: 21px;
  color: white;
  font-variant: small-caps;
}
.about-us .main .exp-countryes .flags-cntr .flag:hover img {
  width: 92%;
}
.about-us .main .exp-countryes .flags-cntr .flag:hover .hover-sec {
  transition: all 0.3s ease-in-out;
  display: flex !important;
}
.about-us .par-map {
  height: -moz-calc(100vh -  64px);
  height: -webkit-calc(100vh -  64px);
  height: calc(100vh -  64px);
}
.documentation {
  min-width: 100%;
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  max-height: -moz-calc(100vh -  64px);
  max-height: -webkit-calc(100vh -  64px);
  max-height: calc(100vh -  64px);
  max-width: 100%;
  background-image: url('img/ricepaper.png');
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
}
.documentation .doc {
  margin: 20px;
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  border-radius: 3px;
}
.documentation .doc .cover {
  height: 170px;
}
.documentation .doc .cover img {
  height: 100%;
}
.documentation .doc .intro {
  font-size: 14px;
  color: #3e3e3e;
  text-align: center;
  padding: 15px 10px;
  visibility: hidden;
  opacity: 0;
  display: none;
  transition: display 0.7s, visibility 0s, opacity 0.5s linear;
}
.documentation .doc .actions {
  width: 100%;
  border-top: 1px solid #d8d6d6;
  display: flex;
  justify-content: center;
}
.documentation .doc .actions .material-icons {
  color: #3e3e3e;
}
.documentation .doc:hover .intro {
  display: block;
  visibility: visible;
  opacity: 1;
}
.mobile-menu {
  position: fixed;
  display: flex;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  max-height: 50px;
  background-color: rgba(51, 51, 51, 0.92);
  background-color: rgba(43, 57, 64, 0.96);
  align-items: center;
}
.mobile-menu .title-logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  padding: 0 10px;
}
.mobile-menu .title-logo img {
  height: 60%;
}
.mobile-menu .title-logo h1 {
  font-size: 32px;
  font-family: 'Roboto Condensed';
  margin: 0;
  color: #ddd;
  text-align: center;
  padding-left: 15px;
}
.mobile-menu .m-btn {
  min-width: 50px;
  width: 50px;
}
.mobile-menu .md-icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
}
.mobile-menu .md-icon-button i {
  color: #ddd;
  font-size: 32px;
}
.mobile-menu .nav {
  min-width: 100%;
  min-height: 100vh;
  background: #28a3e6;
  position: fixed;
  top: 0;
  left: 0;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  background-image: url('img/bg/nav_menu_bg.svg');
  padding-bottom: 40px;
}
.mobile-menu .nav .item {
  width: 50%;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  padding: 5px;
  justify-content: center;
  align-items: center;
}
.mobile-menu .nav .item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mobile-menu .nav .item .ttl {
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.mobile-menu .nav .item i {
  font-size: 50px;
  color: #fff;
  margin-bottom: 10px;
}
.mobile-menu .lang {
  position: fixed;
  top: 0;
  right: 5px;
}
.mobile-menu .lang .fab-trigger {
  margin-top: 4px;
}
.mobile-menu .lang .md-fab {
  width: 30px;
  height: 30px;
  padding: 0;
  background: none;
  min-width: 5px;
  min-height: 5px;
}
.mobile-menu .lang .md-fab .icon {
  width: 100%;
  height: 100%;
}
.main-nav {
  background-color: rgba(49, 48, 56, 0.77);
  position: fixed;
  display: flex;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 64px;
  max-height: 64px;
  align-items: center;
}
.main-nav .side-nav .md-icon-button .material-icons {
  color: #fff;
}
.main-nav .side-nav .md-sidenav-left {
  height: -moz-calc(100vh -  64px);
  height: -webkit-calc(100vh -  64px);
  height: calc(100vh -  64px);
}
.main-nav .logo-sec {
  height: 40px;
  width: 200px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.main-nav .logo-sec img {
  height: 25px;
}
.main-nav .logo-sec .cmpny-name {
  font-size: 27px;
  color: #fff;
  margin-left: 10px;
  font-family: 'Oswald';
}
.main-nav .nav-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-calc(100% - 330px);
  width: -webkit-calc(100% - 330px);
  width: calc(100% - 330px);
}
.main-nav .nav-sec .nav {
  transition: all 0.3s ease;
  padding: 15px;
  position: relative;
}
.main-nav .nav-sec .nav .bg {
  transition: all 0.5s ease;
  position: absolute;
  top: -15px;
  left: 0;
  width: 0;
  height: 47px;
  background: rgba(53, 53, 53, 0.43);
  border-color: #f44336;
}
.main-nav .nav-sec .nav a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: white;
  position: inherit;
}
.main-nav .nav-sec .nav .btm-ln {
  animation-duration: 0.4s;
  position: absolute;
  bottom: -13px;
  width: 100%;
  left: 0;
  border-width: 4px;
  border-color: #fff;
  display: none;
}
.main-nav .nav-sec .nav:hover .bg {
  width: 100%;
}
.main-nav .nav-sec .nav:hover a {
  animation: jello;
  animation-name: jello;
}
.main-nav .nav-sec .nav:hover hr {
  display: block;
  bottom: -23px;
}
.main-nav .lang-sec {
  right: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 130px;
}
.main-nav .lang-sec .lng-icon {
  transition: all 0.3s ease;
  width: 30px;
  margin: 10px;
  cursor: pointer;
}
.main-nav .lang-sec .lng-icon:hover {
  -webkit-animation: rubberBand 1s;
  animation: rubberBand 1s;
}
.footer {
  min-width: 100%;
  background-color: #313038;
  position: relative;
  display: flex;
  background-image: url("img/bg/footer_bg_right.svg"), url("img/bg/footer_bg_center.svg"), url("img/bg/footer_bg_left.svg");
  background-position: center right, center center, bottom left;
  background-size: auto, 100%, auto;
  background-repeat: no-repeat;
  height: auto;
  align-items: center;
  padding: 10px 5px;
}
.footer .copyrirght {
  color: #eceff1;
  text-align: center;
  font-weight: 100;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 1.5rem;
  padding: 5px;
  position: relative;
}
.footer .designby {
  text-decoration: none;
  color: #eceff1;
}
.footer .footer-nav {
  display: none;
}
.footer .footer-nav ul {
  column-count: 2;
}
.footer .footer-nav li {
  list-style-type: none;
  padding: 5px 0;
  position: relative;
  margin: 0 10px;
}
.footer .footer-nav li a {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #f3f3f3;
  font-size: 15px;
  font-weight: 100;
  font-variant: small-caps;
  margin: 0px 5px;
}
.footer .footer-nav li .hover-sec {
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 15px;
  font-weight: 100;
  font-variant: small-caps;
  background: #f0f8ff;
  color: #263238;
  max-width: 0;
  display: none;
}
.footer .footer-nav li .hvr {
  transition: all 0.4s ease;
  border-top: 25px solid #ccc;
  position: absolute;
  top: -13px;
  left: 0;
  width: 0;
}
.footer .footer-nav li .hvr-txt {
  transition: all 0.7s ease;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 15px;
  font-weight: 100;
  font-variant: small-caps;
  display: none;
}
.footer .footer-nav li .brdr-ln {
  transition: all 0.3s ease;
  border-top: 1px solid #292828;
}
.footer .footer-nav li:hover a {
  color: #001427;
}
.footer .footer-nav li:hover .hover-sec {
  display: block;
  max-width: 100%;
}
.footer .footer-nav li:hover .hvr {
  width: 100%;
}
.footer .footer-nav li:hover .hvr-txt {
  display: block;
}
.footer .footer-nav li:hover .brdr-ln {
  border-top: 1px solid #ccc;
}
.footer .contacts {
  margin: 0 50px;
  display: none;
}
.footer .contacts .material-icons {
  color: #ccc !important;
}
.footer .contacts .contact-value {
  color: #ccc !important;
  margin-left: 10px !important;
}
.presentation {
  min-height: -moz-calc(100vh -  64px);
  min-height: -webkit-calc(100vh -  64px);
  min-height: calc(100vh -  64px);
  min-width: 100%;
  background-image: url('img/bg/presentation_bg.png');
}
.presentation .page {
  padding-bottom: 80px;
}
.presentation .title {
  margin: 0;
  padding-bottom: 60px;
}
.presentation .title h3 {
  font-family: 'Roboto Condensed';
  color: #fdfdfd;
  background: #e83528;
  text-align: center;
  padding: 15px;
  margin: 0;
  width: 100%;
  font-weight: 100;
  font-variant-caps: small-caps;
}
.presentation .part {
  display: flex;
  justify-content: center;
  align-items: center;
}
.presentation .one-column {
  flex-direction: column-reverse;
}
.presentation .one-column .main-img img {
  max-height: 250px;
}
.presentation .one-column .mainimg-box {
  width: 100%;
  max-width: 100%;
  justify-content: center;
}
.presentation .one-column .full img {
  max-width: 90%;
  max-height: 150px;
  height: 100px;
  width: 100%;
}
.presentation .two-column {
  flex-direction: column;
}
.presentation .two-column .main-img {
  min-width: 100%;
}
.presentation .mainimg-box {
  display: inline-flex;
  flex-direction: row;
  max-width: 40%;
  width: 40%;
  min-width: 90%;
}
.presentation .main-img {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.presentation .main-img img {
  max-width: 80%;
  max-height: 300px;
}
.presentation .content-box {
  padding: 20px;
  max-width: 100%;
}
.presentation .content-box .content {
  display: flex;
  flex-direction: row;
  margin: 10px;
}
.presentation .content-box .content .icon {
  margin-right: 10px;
}
.presentation .content-box .content .icon i {
  font-size: 18px;
  color: #f7505a;
}
.presentation .content-box .content .text {
  font-size: 18px;
}
.presentation .content-box .tmbs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  margin-top: 40px;
}
.presentation .content-box .tmbs .img-box {
  width: 150px;
  max-width: 150px;
  margin: 10px;
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
}
.presentation .content-box .tmbs .img-box img {
  max-width: 90%;
  max-height: 150px;
}
.presentation .content-box .animation-box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0;
  position: relative;
  max-width: 100%;
  width: 100%;
}
.presentation .content-box .animation-box .img-box {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.presentation .content-box .animation-box .img-box img {
  max-height: 127px;
}
.presentation .content-box .animation-box .left {
  left: 0;
  transition: all 0.5s ease;
  z-index: 2;
  padding-right: 25px;
}
.presentation .content-box .animation-box .center {
  z-index: 1;
}
.presentation .content-box .animation-box .center img {
  min-height: 150px;
  max-height: 150px;
  height: 150px;
}
.presentation .content-box .animation-box .right {
  right: 0;
  transition: all 0.5s ease;
  z-index: 2;
  padding-left: 25px;
}
.presentation .content-box .animation-box:hover .left {
  left: 52px;
}
.presentation .content-box .animation-box:hover .right {
  right: 52px;
}
.presentation .zoom {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
.presentation .zoom i {
  transition: all 0.3s ease-in-out;
  font-size: 0;
  color: #f5f5f5;
}
.presentation .zoom:hover {
  cursor: pointer;
}
.presentation .zoom:hover i {
  font-size: 50px;
}
.presentation .zoom:hover .img-box {
  filter: blur(1px);
}
.presentation .zoom-box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99999;
}
.presentation .zoom-box .toolbar {
  height: 64px;
  background: #e83528;
}
.presentation .zoom-box .toolbar h2 {
  font-family: 'Oswald';
  font-family: 'Roboto Condensed';
}
.presentation .zoom-box .zb-img {
  height: -moz-calc(100vh -  64px);
  height: -webkit-calc(100vh -  64px);
  height: calc(100vh -  64px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(225, 239, 251, 0.8);
  padding: 10px 40px;
}
.presentation .zoom-box .zb-img img {
  max-width: 90%;
  max-height: 90%;
}
.presentation .zoom-box .zb-img .btn-left {
  position: absolute;
  left: 0;
}
.presentation .zoom-box .zb-img .btn-right {
  position: absolute;
  right: 0;
}
