@font-face{

font-family: 'BM_FranklinGothicURW';

src: url('/fonts/BM_FranklinGothicURW-Boo.otf');

font-weight: 100;
font-style: normal;

}

@font-face{

font-family: 'BM_FranklinGothicURW';

src: url('/fonts/BM_FranklinGothicURW-Dem.otf');

font-weight: normal;
font-style: normal;

}

@font-face{

font-family: 'BM_FranklinGothicURW';

src: url('/fonts/BM_FranklinGothicURW-Hea.otf');

font-weight: bold;
font-style: normal;

}


body, html{
  overflow-x: hidden !important;
  max-width: 100vw;
}
body,p,div,a,p,ul,textarea,input,button{
  margin: 0px;
  padding: 0px;
  font-family: 'BM_FranklinGothicURW';
}
a{
  text-decoration: none;
}
h1{
  font-size: 50px;
}
:root {
  --black: #1D1D1B;
  --red: #E30613;
  --white: #ffffff;
}
.header_block{
  width: 13vw;
  padding: 10vh 0 40vh 0;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  height: 50vh;
  overflow: hidden;
  justify-content: space-around;
  align-items: center;
  background-color: var(--white);
  min-width: 200px;
  min-height: 505px;
  z-index: 99;
}
.header_block img{
  width: 100%;
}
.logo-block{
  width: 30%;
}
.desktop_menu li{
  list-style-type: none;
  line-height: 30pt;
  text-align: center;
}
.desktop_menu li a{
  color: var(--black);
  font-size: 16pt;
  font-weight: 100;
}
.search-icon{
  width: 20px;
}
.screen{
  display: flex;
  width: 87vw;
  padding-left:13vw;
/*  height: 100vh;*/
  min-height: 650px;
  overflow-x: hidden;

}
.red-line{
  background-color: var(--red);
  width: 40vw; 
  display: flex;
  align-items: center;
}
.red-line-caption{
  width: 80%;
  margin: 0 auto;
}
.red-line h1, .red-line p{
  color: var(--white);
}
.red-line h1{
  font-size: 28pt;
  font-weight: normal;
}
.red-line p{
  font-size: 16pt;
  font-weight: 100;
}
.carousel-block,.product-block,.map-block,.faq-block,.contacts-block,.form-block{
  width: 46vw;
  position: relative;
  overflow: hidden;
}
#carousel-custom-dots{
  position: absolute;
  z-index: 999999;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.owl-dot{
  width: 10px;
  height: 10px;
  background-color: var(--white);
  border-radius: 30px;
  display: inline-block;
  margin-left: 20px;
}
#carousel-custom-dots .active{
  background-color: var(--red);
}
.product-line{

  flex-direction: column;
  justify-content:space-between;
  padding-top: 5vh;
  padding-bottom: 5vh;
  overflow-x: visible;
  align-items: flex-start;
}
.product-line h1, .product-line p{
  color: var(--black);
}
.green{
  background-color: #808B75;
  }
#white-text{
  color: var(--white);
}

.horizontal{
  width: 100vw;
  position: relative;
  padding: 50px 0px 50px 0px;
  z-index: 98;

}
.horizontal ul{
  width: 28vw;
}
.horizontal ul li{
  width: 80%;
  margin: 0 auto;
  line-height: 35pt;
  font-size: 18pt;
}
.ligth-green{
  background-color: #BAC5B0;

}
.horizontal img{
  position: absolute;
  right: 20%;
  top: -20vh;
  width: 80vh;
}
.product{
  overflow-x: hidden;
}
.product-block{
  background-image: url('/img/product-back.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.product-buttons-block{
  display: flex;
  margin-bottom: 5vh;
}
.product-buttons-block a{
  width: 100px;
  height: 100px;
  border-radius: 15px;
  background-color: var(--white);
  color: var(--black);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 30px;
  z-index: 9999999;
}
.product-buttons-block a:hover{
  background-color: #E8E9EA;
}
.product-buttons-block a span{
  text-align: center;
}
.product-buttons-block a img{
  width: 30px;
  margin-top: 10px;
}
.product-line h1{
  font-size: 35pt;
}
.pink{
  background-color: #A02944;
}
.ligth-pink{
  background-color: #EF9B9D;
}
#white-text{
  color: var(--white);
}
#mymap{
  height: 100vh;
}
.select-block{
  display: flex;
  flex-direction: column;
}
.select-block select{
  font-size: 16pt;
  padding: 10px 5px;
}
.select-block select:first-of-type{
  margin-bottom: 30px;
}
.select-block select option{
  font-size: 16pt;
}
/* Acordion */

.acc-container {
    padding: 20px;
}
.acc-btn {
    width: 100%;
    padding: 10px 40px 10px 20px;
    font-size: 14pt;
    cursor: pointer;
    background: inherit;
    border: none;
    outline: none;
    text-align: left;
    border-top: 1px solid grey;
    clear: both;
    position: relative;
}
.acc-btn:last-of-type{
  border-bottom: 1px solid grey;
}
.acc-btn:after {
    content: "";
    height: 20px;
    width: 20px;
    background-image: url('/img/angle-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    transition: all 0.3s linear;
    margin-top: 10px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}
.acc-btn.is-open:after {
    transform: rotate(360deg);
    background-image: url('/img/angle-up.svg');
}
.acc-btn.is-open {
    font-weight: bold;
    transition: all 0.3s linear;
}

.acc-content {
    max-height: 0;
    color: rgba(0,0,0,0.75);
    font-size: 14pt;
    margin: 0 20px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.acc-content p{
  padding: 10px 0px;
}

/* end acordion */
.contacts-screen{
  height: auto;
}
.manager-block{
  display: flex;
  width: 260px;
  padding: 20px;
  max-width: 500px;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  border: 1px solid grey;
  margin: 20px;
}
.manager-block img{
  width: 60%;
  margin: 10px auto;
}
.manager-caption h3{
  margin-bottom: 10px;
}
.manager-caption{
  margin-bottom: 20px;
}
.manager-contacts{
  max-height: 60px;
}
.manager-contacts a{
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  color: var(--black);
  line-height: 30px;
  font-size: 13px;
}
.manager-contacts a i{
  color: var(--red);
  margin-right: 10px;
}
.contacts-block{
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-around; */
}
.form-block{
  display: flex;
}
.form-wrap{
  height: 70vh;
  margin: 15vh auto 15vh 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
form{
  display: flex;
  flex-direction: column;
}
.form-wrap input, .form-wrap textarea{
  font-size: 18pt;
  padding: 10px 5px;
  margin-bottom: 30px;
}
#submit-button{
  color: var(--white);
  background-color: var(--red);
  border: 0px;
  padding: 10px 30px;
  max-width: 300px;
  cursor: pointer;
  font-size: 12pt;

}
#submit-button:hover{
  background-color: #940209;
}

.visible {
  display: block !important;
}

@mixin vertical-align {
  position: relative;
  top: 50%;
  transform: perspective(1px) translateY(-50%);
}

.mobile-menu {
	background: white;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	display: none;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	padding: 0 16px;
}

.mobile-menu-overlay {
  z-index: 1337;
  display: none;
  width: 100%;
  height: 60vh;
  position: absolute;
  background: white;
	top: 0;
  left: 0;
  text-align: center;
}


.mobile-menu-overlay ul{
  margin-top: 40px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.mobile-menu-overlay li {
  margin-bottom: 24px;
}
.mobile-menu-overlay a {
  color: #333333;
  text-decoration: none;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 24px;
  height: 4px;
  border-radius: 2px;
}

.hamburger-wrapper {
	display: block;
	padding: 12px 0;
	z-index: 1338;
}

.hamburger-menu {
	position: relative;
	background: black;
	transition: all 0ms 200ms;
	display: block;

}

.hamburger-menu.animate {
  background: white;
}

.hamburger-menu:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	background: black;
	transition: bottom 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu:after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	background: black;
	transition: top 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);;
}

.hamburger-menu.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 200ms cubic-bezier(0.23, 1, 0.32, 1), transform 200ms 200ms cubic-bezier(0.23, 1, 0.32, 1);;
}
.mobile-menu .logo-block{
  width: 60px;
  display: flex;
}
.mobile-menu .logo-block img{
  width: 100%;
}
.footer-block{
  background-color: var(--black);
  color: var(--white);
  display: none;
  width: 100vw;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
  font-weight: 100;
}
.footer-block .logo-block{
  margin-bottom: 30px;
}
.error{
  border-color: var(--red);
  background-color: #F17076;
}
.form-caption-block{
  margin-top: 30px;
  width: 100%;
}
.desktop_menu li a:hover, .mobile-menu-overlay ul li a:hover{
  text-decoration: underline;
}
.product, .form-screen{
  min-height: 950px;
  overflow: hidden;
}

.box{
  width: 100px;
  height: 100px;
  background-image: url("https://baumit.ua/images/Baumit_logo.svg");
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 4px 4px 20px rgba(0,0,0,0.3);
}

.container-preloader{
  height: 15px;
  width: 105px;
  display: flex;
  position: relative;
}
.container-preloader .circle{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    animation: move 500ms linear 0ms infinite;
    margin-right: 30px;
}
.container-preloader .circle:first-child{
      position: absolute;
      top:0;
      left:0;
      animation: grow 500ms linear 0ms infinite;
    }

.container-preloader .circle:last-child{
      position: absolute;
      top: 0;
      right: 0;
      margin-right: 0;
      animation: grow 500ms linear 0s infinite reverse;
    }

#preloader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #ffffff;
        z-index: 999999999999;
    }

@keyframes grow {
  from {transform: scale(0,0); opacity: 0;}
  to {transform: scale(1,1); opacity: 1;}
}

@keyframes move {
  from {transform: translateX(0px)}
  to {transform: translateX(45px)}
}
#preloader.hide-preloader {
    animation: hidePreloader 1s;
}

#preloader.preloader-hidden {
    display: none;
}

@keyframes hidePreloader {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.NextBtn,.PrevBtn{
  color: var(--red);
  cursor: pointer;
  display: block;
  font-size: 30px;
  padding: 5px 15px;
  /* border-radius: 30px; */
}
.NextBtn:hover,.PrevBtn:hover{
  color: var(--white);
  background-color: var(--red);
}
.PrevBtn{
  text-align: right;
}
.manager-nav{
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  height: 49px;
  width: 46vw;
  z-index:999999999;
}
.search-block{
  width: 100%;
  max-width: 150px;
  display: flex;
  justify-content: center;
}
.input-sm{
  display: none;
  max-width: 100px;
  margin-right: 10px;
}
.edelputz{
  background-color: #892F4D
}
.ligth-edelputz{
  background-color: #C47D95;
}
.elastfliesenkleber{
  background-color: #416791;
}
.ligth-elastfliesenkleber{
  background-color: #8BA8C8;
}
.estrichbeton{
  background-color: #AF3989;
}
.ligth-estrichbeton{
  background-color: #D787BD;
}
.bauflisenkleber{
  background-color: #4A7199;
}
.ligth-bauflisenkleber{
  background-color: #92AECC;
}
.universalklebemortel{
  background-color: #842B47;
}
.ligth-universalklebemortel{
  background-color: #C27A91;
}
.kalkzementputz{
  background-color: #bc1f26;
}
.ligth-kalkzementputz{
  background-color: #DE787D;
}
.weissgrund{
  background-color: #516D9A;
}
.ligth-weissgrund{
  background-color: #97ACCD;
}
.zementputz{
  background-color: var(--red);
}
.ligth-zementputz{
  background-color: #d27379;
}
.ligth-weissgrund img{
  width: 50vh;
  top: -13vh;
  right: 25%;
}
.blocker{
  z-index: 9999999999999 !important;
}
.iframe-container{
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.mobile-show{
  display: none;
}
.search-block{
  display: none;
}
