body{
	font-family: 'Open Sans', sans-serif;
}
.header{background: url(../images/header.jpg);background-size: cover;}
.top{
	
display: flex;
	
justify-content: space-between;
}
.slogan{
	
padding: 100px 0;
}
.slogan h1{color: #fff;font-size: 32px;display: flex;flex-direction: column;align-items: baseline;}
.slogan h1 b {display: contents;
    color: #ffc500;}
.slogan h1 span{
	
font-size: 213px;
	
margin-bottom: 20px;
	
border-bottom: 4px solid #ffc500;
	
font-weight: bolder;
}
.first{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    color: #212529;
    margin-bottom: 0;
    font-size: 14px;
	cursor: pointer;
}
.firstOption{
display: flex;
    align-items: normal;
    line-height: normal;
    justify-content: space-between;
    width: 100%;

}
.mt-10{
	margin-top: 10px;
}
.formright img{
width: 100%;
}
.formleft{
    background-color: #ffffff;
    border: 1px solid rgb(255 197 0);
    box-shadow: 0px 2px 8px 0px #00000061;
}
.thirddiv{
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.thirddiv input[type=checkbox], input[type=radio] {
    height: 18px;
    width: 18px;
	cursor: pointer;
}
.enddiv input[type=checkbox], input[type=radio] {
    height: 16px;
    width: 16px;
	cursor: pointer;
}
.thirddiv label{
    padding-left: 8px;
}
.enddiv{
	    display: flex;
	    align-items: center;
	    padding-top: 10px;
		width: 50%;
}
.enddiv input{
	margin-right: 8px;
}
.moreOption{
	display: flex;
    flex-direction: column;
    align-items: baseline;
}
.moreOption span{
    font-size: 14px;
    color: #696969;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.whatelse{
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.lam{
	
margin: 25px;
}
.act{
	
display: flex;
	
align-items: end;
}
.act img{
	
width: 32px;
	
margin-right: 20px;
}
.textact{
	
color: #fff;
}
.textact h2{
	
font-size: 18px;
	
font-weight: 800;
}
.textact p{
	
line-height: normal;
	
color: #d6d6d6;
}
.phone{
	
display: flex;
	
flex-direction: column;
	
align-items: flex-end;
	
justify-content: space-evenly;
}
.phone a{
	
color: #fff;
	
font-weight: 600;
	
font-size: 25px;
}
.phonebott a{
	font-size: 25px;
	margin: 10px;
}
.logo p{
	
color: #fff;
	
font-weight: bold;
	
font-size: 26px;
}
.logo img{
	
width: 125px;
	
margin: 5px 34px;
}
.bg-main{
	background: #003138;
}
.btn-main {
    color: #fff;
    background-color: #db001e;
    border-color: #db001e;
}
.btn-main.focus, .btn-main:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem #d9d9d9;
}
.sendport{
	    padding: 5rem 0;
}
.sendport span{
 font-weight: 300;
    font-size: 20px;
    line-height: 2;
    color: #eee;
}
.sendport label{
    font-size: 14px;
    color: #ececec;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.sendport h2 {
    font-size: 42px;
    font-weight: 100;
    letter-spacing: 1px;
}
.sendport b {
font-weight: 600;
    border-bottom: 3px solid #ffc107;
}
.product {
    box-shadow: 0px 0px 3px 0px #ddd;
    border-radius: 0.25rem;
    transition: .25s;
}
.product:hover{
    box-shadow: 0px 0px 8px 2px #d2d2d2;
    border-radius: 0.25rem;
    transform: translateY(-7px);
    cursor: pointer;
}
.product img{
    width: 228px;
}
.product h2{
	font-size: 1rem;
color: #000;
margin-top: 1rem;}
.price{	
font-size: 2rem;
}
.oldprice{	
text-decoration: line-through #fff;
	
color: #666;
	
font-weight: 600;
}
.full img{
	width: 100%;
}
.description{
	    text-align: justify;
}
.pricefull {
    font-size: 3rem;
}
.block_price{
	
display: flex;
	
justify-content: space-evenly;
}
.block_price p{
}
h2 {
	
line-height: 1.7;
	
font-size: 36px;
	
font-weight: 700;
}
h2 span{
	
display: block;
	
font-weight: 300;
	
font-size: 32px;
	
color: #868686;
}
h3 {
	
line-height: 1.7;
	
font-size: 22px;
	
font-weight: 700;
}
h3 span{
	
display: block;
	
font-weight: 300;
	
font-size: 32px;
	
color: #868686;
}
.smeta{
	
display: flex;
	
margin: 30px 0;
	
line-height: 1.7;
}
.smeta img{
	
width: 32px;
	
margin-right: 29px;
}
.textsmeta{
	
font-size: 20px;
}
.textsmeta h4{
	
font-size: 17px;
	
margin: 0;
}
.port{
    border: 1px solid #c1c1c1;
    display: flex;
    margin: 80px 0;
    justify-content: space-around;
    padding: 20px 0;	
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px #00000061;
}
@media (min-width: 1460px){
.container {
    max-width: 1440px;
}
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
  text-align: center;
}

/* Hide the images by default */
.mySlides {
    display: none;
}
.mySlides1, .mySlides2, .mySlides3, .mySlides4 {display: none}


/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}
.mySlides2 img{
    border-radius: 3px;	
/*height: 550px;	
width: auto !important;*/
}
.mySlides1 img{
    border-radius: 3px;
}
.mySlides3 img{
    border-radius: 3px;
}
.mySlides4 img{
    border-radius: 3px;
}
.pre-3{
	display: flex;
    flex-wrap: wrap;
}
.pre h2{
	    text-align: center;
    font-weight: 700;
    color: #b7b7b7;
}
.prep{
	text-align: center;
    font-weight: 600;
    color: #212529;
}
.left img{    width: 30px;
    float: right; margin-left: 30px;
}
.pre span{
	    color: #737373;
    font-size: 1.5rem;
    width: 100%;
    display: block;
    font-weight: 600;
    text-align: center;
    padding-bottom: 3rem;
}
.left h3{
font-size: 18px;
    width: fit-content;
    display: inline-block;
    font-weight: 600;
}
.left p{
	    font-size: 16px;
    color: #3c3c3c;
}
.right img{
	    width: 30px;
    float: left;
    margin-right: 30px;
}
.right h3{
font-size: 18px;
    width: fit-content;
    display: inline-block;
    font-weight: 600;
}
.right p{
	    font-size: 16px;
    color: #3c3c3c;
}
.right b{
    font-size: 18px;
    color: #212529;
    text-align: right;
    margin: 0 10px;
}
.whatsapp h2{
	    padding-bottom: 3rem;
    font-size: 48px;
}
.web {
	padding-bottom: 50px;
    background: url(../images/webback.png);
}
.web img{
	
width: inherit;
}
.web p{
	
color: #fff;
	
font-weight: 400;
	
padding: 50px 0;
}
.web h2{
	
color: #fff;
	
font-size: 48px;
	
line-height: 1.5;
}
.web h2 span{display: inline-block;font-weight: 900;color: #ffc500;padding: 0 5px;border-bottom: 5px solid #ffc500;font-size: 48px;line-height: normal;}
.arr{
	max-width: 260px;
}
.shag{
    padding: 2rem 0;
    line-height: 1.7;
}
.shag b{
	    width: 15%;
    display: block;
    float: left;
    font-size: 22px;
    line-height: 1;
}
.shag p{
	width: 85%;
    display: inline-block;
    color: #3c3c3c;
}
.whats{
	
}
.video{
	    width: -webkit-fill-available;
    height: 450px;
    margin-top: 6px;
	border-radius: 3px;
}
.bg-gr{
	background:#f7f7f7
}
.brandleft{
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 4rem 0;
}
.brandleft img{
    max-width: 40%;
    margin: 4% 5%;
    max-height: 100px;
}
.brandright img{

}
.brand{
	    display: flex;
    align-items: center;
}
.disign{
	display: flex;
    align-items: center;
}
.disign h2{
    padding-bottom: 1rem;
    font-size: 42px;
	line-height: normal;
}
.disign h3{
	    padding-bottom: 1rem;
    font-weight: 400;
    font-size: 18px;
}
.disign img{
	width: 100%;
}
.disbut{
	    margin: 0 0 0 auto;
    display: block;
}
.disign p{
	    font-weight: 600;
    font-size: 20px;
}
.disignsh {
padding: 1rem 0;
    line-height: 1.7;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.disignsh p{
color: #212529;
    font-size: 18px;
    margin-bottom: 0;
}
.disignsh strong{
    width: 10%;
    display: flex;
    float: left;
    align-items: center;
    height: 52px;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    border: 3px solid #ffc107;
}
.bg-brown{
	color: #fff;
	background: url(../images/27.png);
	display: flex;
	background-position: center center;
	background-size: auto;
	background-repeat: repeat;
}
.bg-brown img{width: inherit;}
.footer{padding-top: 10rem;
	    background: url(../images/footer.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.footer form{
background: #fff;
    padding: 3rem;
    height: 420px;
}
.footer form button{
margin: 2rem auto 0;
    display: block;
    width: 100%;
    border-radius: 25px;
}
.footer form p{
color: #212529;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 2rem;
    text-align: center;
}
.footer h2{
	    color: #fff;
    font-size: 48px;
}
.footer p{
	color: #eee;
}
.footer span{
	    color: #ffc107;
    font-weight: 700;
    font-size: 26px;
}
.h420{
	    height: 420px;
}
.back{
    margin: 5rem auto;
    display: block;
    border-radius: 2rem;
    padding: 1.5rem 2rem;
}
.adres{
	margin: 6rem auto;
    font-weight: 600;
    color: #fff;
}

.adres img{
	width: 25px;
}

@media (max-width: 475px){
    .fdc-m{
        flex-direction: column;
    }
    
    .firstOption {
        flex-wrap: wrap;
    }
    .first {
        width: 50%;
    }
    .thirddiv label {
        width: 100%;
    }
    .enddiv {
        width: 100%;
    }
    .enddiv label{
        width: 100%;align-items: baseline;
    }
    .port{
        flex-direction: column;
    }
    .mySlides2 img{
        width: 100% !important;
        height: auto;
    }
    .bg-brown{
        flex-direction: column;
    }
    .whats {
        width: 100%;
    }
    .brand{
        flex-direction: column;
    }
    .brandright img {
        width: 100%;
    }
    .disign {
        flex-direction: column;
    }
    .disignsh {
        justify-content: flex-start;
    }
    .disignsh strong {
        margin-right: 20px;
    }
    .disign img {
        width: 100%;
        margin-top: 30px;
    }
    .back {
        width: 100%;
        font-size: 14px;
    }
    .h420 {
        height: auto;
    }
    .slogan h1 span {
        font-size: 80px;
    }
    }