

/* Start:/style.css?17430743769056*/
@font-face {
  font-family: "Futura";
  src: url("/fonts/FuturaFuturisC.eot");
  src: url("/fonts/FuturaFuturisC.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/FuturaFuturisC.woff") format("woff"),
    url("/fonts/FuturaFuturisC.ttf") format("truetype"),
    url("/fonts/FuturaFuturisC.svg#glyphicons_halflingsregular")
      format("svg");
}

@font-face {
  font-family: "Futura";
  src: url("/fonts/FuturaFuturisC-Bold.eot");
  src: url("/fonts/FuturaFuturisC-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/fonts/FuturaFuturisC-Bold.woff") format("woff"),
    url("/fonts/FuturaFuturisC-Bold.ttf")
      format("truetype"),
    url("/fonts/FuturaFuturisC-Bold.svg#glyphicons_halflingsregular")
      format("svg");
  font-weight: bold;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/fonts/Gotham_Pro_regular.eot');
  src: local('☺'), url('/fonts/Gotham_Pro_regular.woff') format('woff'), 
                   url('/fonts/Gotham_Pro_regular.ttf') format('truetype'), 
                   url('/fonts/Gotham_Pro_regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro Light';
	src: url('/font/Gotham_Pro_Light.eot');
  src: local('☺'), url('/fonts/Gotham_Pro_Light.woff') format('woff'), 
                   url('/fonts/Gotham_Pro_Light.ttf') format('truetype'), 
                   url('/fonts/Gotham_Pro_Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/font/Gotham_Pro_Med.eot');
  src: local('☺'), url('/fonts/Gotham_Pro_Med.woff') format('woff'), 
                   url('/fonts/Gotham_Pro_Med.ttf') format('truetype'), 
                   url('/fonts/Gotham_Pro_Med.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/fonts/glyphicons-halflings-regular.eot");
  src: url("/fonts/glyphicons-halflings-regular.eot?#iefix")
  format("embedded-opentype"),
  url("/fonts/glyphicons-halflings-regular.woff") format("woff"),
  url("/fonts/glyphicons-halflings-regular.ttf") format("truetype"),
  url("/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular")
  format("svg");
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Futura", sans-serif;
  margin-top: 0;
}

.container-base{
  width: 100%;
}

.container-block{
	position: relative;
}

.logo-img{	
	max-width: 640px;
	z-index: 500;
}

#header-wrap{
  height: 100px;
}

#header-nav{
  display: flex;
}

.hoverable-a-block{
  width: 33.333%;
  text-align: center;
}
a.hoverable-a-block {
  background-color: black;
  color: white;
}

a.hoverable-a-block h3 {
  color: white;
}

a.hoverable-a-block h5 {
  color: white;
}

a.hoverable-a-block:hover h3 {
  color: black;
  transition: 0.2s all ease-in;
}

a.hoverable-a-block:hover {
  background-color: white;
  transition: 0.2s all ease-in;
}

a.hoverable-a-block:hover h5 {
  color: black;
  transition: 0.2s all ease-in;
}

.rounded-btn, .b24-form-btn{
    border-radius: 200px;
	padding: .45em 2em;
}

.social a{
	color: white;
	padding: 0 .5em;
}

.text-content {
    flex-grow: 1;
}

.more {
  max-height: fit-content;

  overflow: hidden;

  transition: 1s;
}

.hidden-text{
  display: none;
}

.resizable-section{
  padding: 5% 10%; 
  height: auto;
  transition: 1s;
}
.open-wrapper{
  height: 22%;
  transition: 1s;
}
.open {
  max-height: 900px;

  transition: 1s;
}

.text-large {
  font-size: 2.5rem;
  font-weight: bold;
}

.mySwiper2  .swiper-slide {
  text-align: center;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  align-self: center;
  padding-top: 0;
  padding-bottom: 5%;
}



.swiper-pagination-bullet-active{
  background-color: black;
}

.slide-img{
  width: auto;
}

.slide-img img{
  width: 100%;
  object-fit: cover;
}

.slide-text{
  width: 40%;
  font-size: 1rem;
}


.contain{
  object-fit: contain;
}

.scalable:hover{
  transform: scale(2);
}

.side{
  display: flex;
  flex-direction: column;
  width: 50%;
}

form{
  width: 30%;
  padding-top: 1rem;}

.form-item-wrapper{
  width: 48%;
}

/* SLIDER */

.swiper-button-prev{
  color: black;
}

.swiper-wrapper{
  height: auto;
}

.parent-for-slider{
  position: relative;
  width: 100%;
}

.mySwiper2{
  padding: 0 5%;
}

.swiper-container{
  position: unset;
  overflow: hidden;
}


.swiper-button-next{
 color: black;
}


.resp-link-text{
  font-size: 1.5rem;
}

.callback-form input[type=text], .callback-form input[type=tel], .callback-form textarea{
	width: 100%;
	padding: .5em 1.5em;
	border: none;
}

.menu-btn{
  position: relative;
  display: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.menu-btn__burger{
  width: 30px;
  height: 2px;
  background: #000;
  border-radius: 5px;
  transition: all .5s ease-in-out;
  -webkit-transition:  all .5s ease-in-out;
}

.menu-btn__burger::before, .menu-btn__burger::after{
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  border-radius: 5px;
  transition: all .5s ease-in-out;
       -moz-transition: all .5s ease-in-out;
}

.menu-btn__burger::before{
  transform: translateY(-8px);
}

.menu-btn__burger::after{
  transform: translateY(8px);
}

.menu-btn.open .menu-btn__burger {
  transform: translateX(-50px);
  background: transparent;
}

.menu-btn.open .menu-btn__burger::before {
  transform: rotate(45deg) translate(35px, -35px);
}

.menu-btn.open .menu-btn__burger::after {
  transform: rotate(-45deg) translate(35px, 35px);
}

.burger-nav-wrapper{
  background: white;
  position: fixed;
  z-index: 1000;
  width: 320px;
  min-width: 320px;

  align-self: flex-start;
  flex-direction: column;
  margin-top: 100px;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  right: -320px;
  box-shadow: none;
  
  transition: right 0.3s ease-in-out;
}

.burger-nav{
  height: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.open-burger{
  display: flex;
  right: 0;
  box-shadow: 0 0 100px #00000050;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 1100px) {
  .menu-btn{
    display: flex;
  }

  #header-nav{
    display: none;
  }

  .slide-text{
    width: auto;
    font-size: 12px;
  }
  form{
    width: 40%;
  }
}

@media (max-width: 770px) {
  .burger-nav{
    height: 8vh;
  }

  .menu-btn__burger{
    width: 25px;
    height: 2px;
    
  }
 
  .menu-btn__burger::before, .menu-btn__burger::after{
    width: 25px;
    height: 2px;
    
  }
  .form-item-wrapper{
    width: 100%;
    margin-bottom: 1.5rem ;
  }
  form{
    width: 75%;
  }

  .resp-link-text{
    font-size: 1rem;
  }
}


@media (max-width: 500px){
  .burger-nav{
    height: 10vh;
  }
  .resp-link-text{
    font-size: .75rem;
  }
  
  .main-video{
	height: 240px!important;  
  }
  
  .logo-img{
	width: 80%;  
  }

  .btn {
    margin-top: 1rem !important;
    margin-bottom: 2rem;
  }

  .btn-cetificate {
    margin-bottom: 2rem !important;
  }
  
}

.header-wrap{
	position: relative;
}

.header-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 30%, rgba(55, 56, 58, 0.1)65.58%);
}

.section-arrow {
    position: absolute;
    width: 42px;
    height: 42px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 1;
    bottom: 100px;
    left: 0;
    right: 0;
    font-size: 32px;
    color: #fff;
    -webkit-animation: 2s pulse-down infinite alternate;
    animation: 2s pulse-down infinite alternate;
	text-decoration: none;
}

.section-arrow:hover {
	color: #f5f5f5;		
}

#product-block, #partner-form, #owners, #partner-block-dist{
  background: #f2ddde;
}

.page-footer a{
  text-decoration: none;
}

.b24-form-content form {
  margin: 0;
  display: contents;
}
/*
.grid {
  background: #DDD;
}
*/
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: calc(33.33% - 10px);
}

.grid-item {
  float: left;
  margin-bottom: 10px;
}

.grid-item img {
  display: block;
  max-width: 100%;
}
/* End */
/* /style.css?17430743769056 */
