@media (max-width: 1599px) and (min-width: 600px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 12px;
  }
}



body {
  font-family: "Mulish", sans-serif;
  color: white;
  background:#000000;
}

a, .btn-link {
  color: #EEA030;
}
a:hover, .btn-link:hover {
  color: #CFCFCF;
}

a[href*="tel:"], a[href*="mailto:"] {
  color: inherit;
  text-decoration: none;
}
a[href*="tel:"]:hover, a[href*="mailto:"]:hover {
  color: #CFCFCF;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  font-family: 'Raleway', sans-serif;
  color: white;
}

h1 {
  font-weight: 500;
  letter-spacing: 1px;
}
@media (min-width: 576px) {
  h1 {
    font-size: 3rem;
    line-height: 100%;
  }
}

h2 {
  font-weight: 700;
}



footer h4 {
font-size:1.2rem;
font-weight:700;
}

@media (min-width: 576px) {
 
  
  h3 {
    line-height: 110%;	
  }  
}

._breadcrumbs {
  font-size: 0.875rem;
}
._breadcrumbs a {
  color: inherit;
  text-decoration: none;
}
._breadcrumbs span {
  color: #787A80;
}

a.active.focus,
a.active:focus,
a.focus,
a:active.focus,
a:active:focus,
a:focus,
button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0 !important;
  outline-color: transparent !important;
  outline-width: 0 !important;
  outline-style: none !important;
  box-shadow: 0 0 0 0 rgba(0, 123, 255, 0) !important;
}

/* fix for tablet */
@media (min-width: 576px) and (max-width: 740px) {
  .container {
    max-width: 730px;
  }
}
.form-control, .form-select {
  background-color: #F4F5F7;
  border: 1px solid #D7DADD;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 2.75rem;
  padding: 0 0.625rem;
}

._description {
  color: #787A80;
  max-width: 50rem;
  margin: auto;
}
@media (min-width: 576px) {
  ._description {
    font-size: 1.125rem;
    line-height: 150%;
  }
}


.block-orange {
	background: #FFCA5F;
	border-radius: 80px;
	/*padding: 50px 60px;*/
	}
	
.block-lightblue {
	background: #EAEDF2;
	border-radius: 80px;
	/*padding: 50px 60px;*/
}	


._first-screen-bg ._subtitle {
  text-transform: uppercase;
  padding: 0.625rem 1.5625rem;
  background: #2D9CDB;
  font-weight: bold;
  color: #FFFFFF;
}
@media (min-width: 576px) {
  ._first-screen-bg ._subtitle {
    font-size: 1.75rem;
    line-height: 150%;
  }
}

.btn-header {
    color: #000;
    background-color: #FFCA5F;
    border-color: #FFCA5F;
	border-radius: 20px;
	font-size:16px;
	font-weight: bold;
	
}


.btn-darkorange {
    color: #000;
	border-top-left-radius: 0px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;	
	border-bottom-right-radius: 20px;		
    background-color: #D2A449;
    border-color: #FFCA5F;
	font-size:16px;
	color:white;
	font-weight: bold;
	padding-left:50px;
	padding-right:50px;
	padding-top:10px;
	padding-bottom:10px;
}


.btn-price {
    color: #13465B;
    background-color: #F5F7FA;

    /*border-color: #FFCA5F;*/
	border-radius: 20px;
	font-size:16px;
	font-weight: bold;
}


.btn-content {
  display: inline-block;
  border:1px solid #FFF;  
  padding: 15px 20px;
	padding-left:80px;
	padding-right:50px;  
  background-color: #000;
  color: white;
  font-size:16px;
  font-weight: bold;  
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;	
	border-bottom-right-radius: 30px;	
    /*box-shadow: inset 0px 0px 10px white,	0 0 0px rgba(0, 0, 0, 0.1);*/
}


.btn-white {
  display: inline-block;
  border:1px solid #FFF;  
  padding: 15px 20px;
	padding-left:80px;
	padding-right:50px;  
  background-color: #000;
  color: white;
  font-size:16px;
  font-weight: bold;  
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;	
	border-bottom-right-radius: 30px;	
    /*box-shadow: inset 0px 0px 10px white,	0 0 0px rgba(0, 0, 0, 0.1);*/
}

.btn-orange {
  display: inline-block;
  border:1px solid #EEA030;  
  padding: 15px 20px;
	padding-left:80px;
	padding-right:50px;  
  background-color: #EEA030;
  color: black;
  font-size:16px;
  font-weight: bold;  
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;	
	border-bottom-right-radius: 30px;	
    /*box-shadow: inset 0px 0px 10px white,	0 0 0px rgba(0, 0, 0, 0.1);*/
}

.btn-black {
  display: inline-block;
  border:1px solid black;  
  padding: 15px 20px;
	padding-left:80px;
	padding-right:50px;  
  background-color: #EEA030;
  color: black;
  font-size:16px;
  font-weight: bold;  
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  overflow: hidden;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;	
	border-bottom-right-radius: 30px;	
    /*box-shadow: inset 0px 0px 10px white,	0 0 0px rgba(0, 0, 0, 0.1);*/
}


/*
.btn-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(75deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
  animation: sliding-gradient 3s linear infinite;
}
*/

@keyframes sliding-gradient {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}


.gradient-block {
    background-image: linear-gradient(to bottom, #E4E8EE, #ffffff);
}





.icon-block  {
	
}

.btn-social {
    border: 1px solid #FFCA5F;
    border-radius: 20px;
    font-size: 16px;
    font-weight: bold;
	width:auto;
	padding:5px;
}

.social-telegram {
    width: 24px;
    height: 24px;
	float: left;
    background: url(../../assets/img/telegram_fill.svg) center no-repeat;
}

.social-whatsapp{
    width: 24px;
    height: 24px;
	float: left;
    background: url(../../assets/img/whatsapp_fill.svg) center no-repeat;
}


.bg-scheben {
    background: url(../../assets/img/product_scheben1.jpg) center no-repeat;
	border-radius: 40px;	
}

.bg-pgs {
    background: url(../../assets/img/product_pgs1.jpg) center no-repeat;
	border-radius: 40px;		
}

.bg-opgs {
    background: url(../../assets/img/product_opgs1.jpg) center no-repeat;
	border-radius: 40px;		
}

.bg-sandriver {
    background: url(../../assets/img/product_sandriver1.jpg) center no-repeat;
	border-radius: 40px;		
}

.bg-sandenriched {
    background: url(../../assets/img/product_sandenriched1.jpg) center no-repeat;
	border-radius: 40px;		
}



.p-ico-1 {
  background: url("../../assets/img/p1.svg") center center/contain no-repeat;
  width: 3rem;
  height: 3rem;  
  display: inline-block;
}

.p-ico-2 {
  background: url("../../assets/img/p2.svg") center center/contain no-repeat;
  width: 3rem;
  height: 3rem;  
  display: inline-block;
}

.p-ico-3 {
  background: url("../../assets/img/p3.svg") center center/contain no-repeat;
  width: 2.5rem;
  height: 2.5rem;  
  display: inline-block;
}

.p-ico-4 {
  background: url("../../assets/img/p4.svg") center center/contain no-repeat;
  width: 3rem;
  height: 3rem;  
  display: inline-block;
}

.p-ico-5 {
  background: url("../../assets/img/p5.svg") center center/contain no-repeat;
  width: 3rem;
  height: 3rem;
  display: inline-block;
}


.menu-ico {
  background: url("../../assets/img/menu.svg") center center/contain no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
}
