@font-face {
  font-family: 'PFDinDisplayPro-Bold';
  src: url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.eot');
  src: url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.woff2') format('woff2'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.woff') format('woff'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.ttf') format('truetype'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Bold.svg#PFDinDisplayPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PFDinDisplayPro-Medium';
  src: url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.eot');
  src: url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.woff2') format('woff2'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.woff') format('woff'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.ttf') format('truetype'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Medium.svg#PFDinDisplayPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PFDinDisplayPro-Regular';
  src: url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.eot');
  src: url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.woff2') format('woff2'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.woff') format('woff'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.ttf') format('truetype'),
      url('../fonts/PFDinDisplayPro/PFDinDisplayPro-Regular.svg#PFDinDisplayPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  scroll-behavior: smooth;
}
.bg-color-custom {
  background-color: #eaeef1;
}

/* header .uk-container {
  max-width: 1400px;
} */
.uk-height-medium {
  height: 400px;
}
.header {
  border-bottom: 1px solid #fff;
}


.sticky {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}

.sticky.sticky-active {
  position: fixed;
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
  font-family: 'PFDinDisplayPro-Medium';
  min-height: 55px;
  color: #fff;
}
.uk-navbar-nav>li.uk-active>a {
  color: #4fc2eb;
  position: relative;
}

h1 span  {
  color: #4fc2eb;
}
.serial-number-tooltip {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}


.tooltip-content {
  display: none;
  position: absolute;
  background-color: #555;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  z-index: 1;
  width: max-content;
  font-size: 11px;
  padding: 10;
  top: -24px;
  right: 0;
}

.tooltip-content.show {
  display: block;
}

 

.uk-navbar-nav>li>a::after,
.uk-navbar-nav>li>a::after {
  content: "";
  position: absolute;
  background-color: #4fc2eb;
  height: 3px;
  bottom: -2px;
  width: 0%;
}


.uk-input, .uk-select:not([multiple]):not([size]) {
  height: 50px
}

.uk-navbar-nav>li:hover>a, .uk-navbar-nav>li>a[aria-expanded=true] {
  color: #4fc2eb;
  position: relative;
}
.uk-navbar-nav>li.uk-active>a::after,
.uk-navbar-nav>li:hover>a::after, .uk-navbar-nav>li>a[aria-expanded=true]::after {
  transition: .25s all;
  width: 100%;
}

 
body {
  position: relative;
}
html, body {
    font-family: 'PFDinDisplayPro-Regular';
    height: 100%;
    overflow: auto;
}

h2 {
  text-transform: uppercase;
  text-align: center;
}

section:not(.banner) {
  padding:80px 0;
}

.banner p {
  color: #fff;
  font-size: 24px;
}
ol, ul {
  padding-left: 14px;
  list-style-type: disc;  
}
input[type="text"],
input[type="tel"],
input[type="email"],
.uk-textarea {
  border-radius: 10px;
  padding: 0 20px;
  background: #fff;
  color: #666;
  border: 1px solid #e5e5e5;
}



.uk-subnav>*>:first-child {
  font-size: 1rem;
}

.uk-input, .uk-select {
  padding: 0px 20px;
}


.submit-btn,
.uk-modal-close {
 background: linear-gradient(to bottom, #7185c1, #4fc2eb);
 color: #fff;
 border-radius: 10px;
 padding: 5px;
 border: none;
}
.submit-btn:hover,
.uk-modal-close:hover {
  color: #fff;
  background: linear-gradient(to bottom,  #4fc2eb, #7185c1);

}

.uk-modal-close {
  max-width: 150px ;
}
 
.uk-modal-footer {
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.uk-modal-dialog {
  border-radius: 10px;
}
.uk-textarea {
  padding: 15px 20px;
}
.size-20  {
  font-size: 20px !important;
}

.uk-input:focus, .uk-select:focus, .uk-textarea:focus {
  border-color: #4fc2eb;
}
a.uk-navbar-toggle {
  color: #999;
}
h1, h2, h3, .uk-text-bold  {
  font-family: 'PFDinDisplayPro-Bold';
}

 .text-black {
  color: #000 !important;
 }
.text-white {
  color: #fff !important;
}

 
.content {
    flex: 1 0 auto;
}

 

.bg-header{
    background: url("../images/bgtop.jpg") center center;
    background-size: cover;
}
 
 
.bg-footer {
    
     background: url("../images/bgbottom.png") center center;
    background-size: cover;
    background-color: #004773;
}
.max-width-650{
    max-width: 650px;
}
.max-width-800{
    max-width: 800px;
}
.box-shadow-1{
    box-shadow: 0px 7px 16.92px 1.08px rgba(133, 133, 132, 0.21);
}

.border-radius-10{
    border-radius: 10px;
}

.section-padding{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.header-logo{
    width: 100%;
    max-width: 170px;
}

.header-border-radius{
    -moz-border-radius-bottomleft: 200px;
    -webkit-border-bottom-left-radius: 200px;
    border-bottom-left-radius: 200px;

    -moz-border-radius-bottomright: 200px;
    -webkit-border-bottom-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.header-border-radius-smaller{
    -moz-border-radius-bottomleft: 60px;
    -webkit-border-bottom-left-radius: 60px;
    border-bottom-left-radius: 60px;

    -moz-border-radius-bottomright: 60px;
    -webkit-border-bottom-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.block-border-radius{
    border-radius: 200px;
}
.block-border-radius-smaller{
    border-radius: 60px;
}
.text-copyright-color{
    color: #9bb6c9;
}


span.vertical-hr{
    border:         none;
    border-left:    1px solid hsla(200, 10%, 50%,100);
    height:         100%;
    width:          1px;
}
.logo-width{
    width: 125px;
}

.header-text-size{
    font-size: 4rem;
}


.website-link{
    text-decoration: none;
    border-radius: 1rem;
    padding-right: 30px;
    padding-left: 30px;
    transition: box-shadow .3s;
}
.website-link:hover{
    /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;*/
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.margin-header-text{
    margin: 0 0 5rem 0;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.bg-color-white {
  background-color: #fff;
}

footer, 
footer .contacts_email p a  {
  color: #aeaeae
}
footer span {
  margin: 0 15px;
}
.footer-content {
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}


.uk-navbar-dropdown.uk-open {
  top: inherit !important;
  left: 0 !important;
  bottom: -190px !important;
}
.uk-navbar-container:not(.uk-navbar-transparent) {
  background: none;
}
 
.card-icon {
  margin-bottom: 20px;
}
 
.uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='13px'%3E%3Cpath fill-rule='evenodd' fill='rgb(49, 49, 49)' d='M19.798,2.973 L10.312,12.445 C10.120,12.641 9.803,12.635 9.605,12.434 L8.240,11.047 C8.170,10.976 8.154,10.882 8.133,10.792 L0.171,3.009 C-0.020,2.816 -0.015,2.497 0.182,2.298 L1.533,0.925 C1.729,0.726 2.042,0.721 2.232,0.914 L10.028,8.534 L17.715,0.858 C17.907,0.663 18.223,0.668 18.422,0.869 L19.786,2.256 C19.985,2.457 19.990,2.779 19.798,2.973 Z'/%3E%3C/svg%3E");
} 

.uk-open>.uk-accordion-title::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20px' height='13px'%3E%3Cdefs%3E%3ClinearGradient id='PSgrad_0' x1='0%25' x2='70.711%25' y1='70.711%25' y2='0%25'%3E%3Cstop offset='0%25' stop-color='rgb(79,194,235)' stop-opacity='1' /%3E%3Cstop offset='100%25' stop-color='rgb(113,133,193)' stop-opacity='1' /%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath fill-rule='evenodd' fill='rgb(245, 190, 55)' d='M19.818,11.013 L18.467,12.386 C18.271,12.585 17.958,12.590 17.767,12.397 L9.972,4.777 L2.285,12.453 C2.093,12.648 1.777,12.643 1.578,12.442 L0.214,11.055 C0.015,10.854 0.010,10.532 0.202,10.337 L9.688,0.865 C9.880,0.670 10.197,0.676 10.395,0.877 L11.760,2.263 C11.830,2.334 11.846,2.429 11.867,2.519 L19.829,10.302 C20.020,10.495 20.014,10.813 19.818,11.013 Z'/%3E%3Cpath fill='url(%23PSgrad_0)' d='M19.818,11.013 L18.467,12.386 C18.271,12.585 17.958,12.590 17.767,12.397 L9.972,4.777 L2.285,12.453 C2.093,12.648 1.777,12.643 1.578,12.442 L0.214,11.055 C0.015,10.854 0.010,10.532 0.202,10.337 L9.688,0.865 C9.880,0.670 10.197,0.676 10.395,0.877 L11.760,2.263 C11.830,2.334 11.846,2.429 11.867,2.519 L19.829,10.302 C20.020,10.495 20.014,10.813 19.818,11.013 Z'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 768px) {

    .header-text-size{
        font-size: 2rem;
    }
    .margin-header-text{
        margin: 0 0 2rem 0;
    }
    .header-border-radius{
        -moz-border-radius-bottomleft: 50px;
        -webkit-border-bottom-left-radius: 50px;
        border-bottom-left-radius: 50px;

        -moz-border-radius-bottomright: 50px;
        -webkit-border-bottom-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .header-border-radius-smaller{
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;

        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .block-border-radius{
        border-radius: 50px;
    }
    .block-border-radius-smaller{
        border-radius: 20px;
    }
}


  


.spec-list__item-head {
  padding: 0px 20px;
  margin-right: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 1.2;
}

.spec-list__item-content {
  padding: 0px 20px;
  margin-left: 5px;
  height: 50px;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.uk-accordion > li {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.choose-btn {
  color: #7185c1;
  font-weight: bolder;
}
.uk-button-default:hover {
  background-color: #eaeef1;
}
 

.uk-accordion-title {
  font-family: 'PFDinDisplayPro-Bold';
  font-size: 1rem;
}


 .uk-tab-right::before{
  display: none;
}

 .uk-tab-right>*>a {
  border: none;
  text-transform: inherit;
  font-size: 16px;
  padding-left: 0;
}

 .uk-tab-right>*>a::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4fc2eb;
  border-radius: 50%;
  margin-right: 2px;
}

.uk-tab>.uk-active>a {
  color: #4fc2eb;
  border-width: 0;
}
.uk-tab::before {
  border-width: 0;
}

#preloader {
  display: none;
  position: fixed;
  z-index: 9;
}

@media (min-width: 640px) {
 .banner-card  {
  flex-direction: row;
  align-items: end;
 }
  .structure-container__header {  
    margin-bottom: 60px !important;
  }
 


  .action-container {
    flex-direction: row;
  }
  

  .details-button {
    margin-bottom: 0;
  }
  
  .structure-container__content .level-2-wrapper::before,
  .structure-container__content .level-3-wrapper::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: #ccc;
     
  }

  .structure-container__content .level-3-wrapper::before  {
    height: 30px;
  }

  .footer-content {
    flex-direction: row;
  }

  .uk-subnav>* {
    padding-left: 0px;
  }

  .header-logo {
    max-width: 125px;
  }

  .china-grid_second-child {
    flex-direction: column
  }

  .china-grid {
    height: 350px;
  }   
  .height-half-grid {
    height: calc(50% - 20px)
  }
  
}

@media (min-width: 960px) {
  .structure-container__content .level-2-wrapper::before,
.structure-container__content .level-3-wrapper::before {
  display: block;
}
  .structure-container__content::before {

    display: block;
  }
  .uk-subnav>* {
    padding-left: 20px;
  }
  .header-logo{
    max-width: 170px;
  }
  .structure-container__header::before  {
    display: block;
  }

  .product-features__item.uk-flex.uk-flex-column.uk-flex-middle {
    width: 200px;
  }
  .bg-m2m {
    background-size: auto;
  }
}

@media only screen and (max-width: 600px) {
  form {
      width: auto;  
  }
}

@media (max-width: 639px) {
  .china-grid_first-child {
    height: 200px;
  }

  .china-grid_second-child {
    height: 150px
  }

  .china-grid_second-child div {
    width: calc(50% - 10px)
  }
} 

@media (max-width: 639px) {
  .footer-content {
    align-items: center;
  }

  .banner p {
 
    font-size: 16px;
}
}

 
