body{
	font-family: 'Montserrat' !important;
	overflow-x: hidden !important;
}

a{
	color: #000 !important;
}


.modal{
	top: 20% !important;
}


.obw{
	padding-top: 60px;
	padding-bottom: 50px;
}



.h2obw{
	color: #000;
	font-size: 32px;
	line-height: 1.55;
    font-weight: 700;
	margin-bottom: 20px;
}


.h2bel{
	color: #fff;
	font-size: 32px;
	line-height: 1.55;
    font-weight: 700;
	margin-bottom: 20px;
}



@media screen and (max-width: 768px){
	.obw{
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
}


.h2obw{
	color: #000;
	font-size: 22px;
	margin-bottom: 10px;
}


.h2bel{
	color: #fff;
	font-size: 22px;
	margin-bottom: 10px;
}

.p-5{
	padding: 30px !important;
}

.ul-check li {
    color: #000;
    font-size: 1.2rem;
    position: relative;
    padding-left: 0px !important;
    margin-bottom: 15px;
    line-height: 1.5;
}

.block-heading-1 h2 {
    font-size: 2rem !important;
    color: #ffed00;
}
}



.row-obw{
	justify-content: center;
	flex-wrap: nowrap !important;
	margin-bottom: 20px !important;
}

@media screen and (max-width: 768px){
	.row-obw{
	justify-content: center;
	flex-wrap: wrap !important;
	margin-bottom: 0px !important;
}
}


.modal{
  text-align: center !important;
}

.form-site{
	display: flex;
}

@media screen and (max-width: 768px){
.form-site{
	display: block;
	text-align: center;
}
}

.inkonc1 input{
justify-content: center;
margin:auto !important;
padding: 13px 15px;
padding-top: 20px !important;
padding-bottom: 20px !important;
border: 1px solid #d9dada !important;
background: #fff !important;
height: 60px;
width: 300px;
}

.inkonc1, .innoflex1 input[type="text"]::placeholder{
  color:#b4afac !important;
  font-family: 'Montserrat' !important;
  font-size: 14px;
}


.inkonc1{
	margin-right: 10px !important;
}

.inkonc2 input{
justify-content: center;
margin:auto !important;
margin-top: 15px !important;
margin-bottom: 15px !important;
padding: 13px 15px;
padding-top: 20px !important;
padding-bottom: 20px !important;
border: 1px solid #d9dada !important;
background: #fff !important;
height: 60px;
width: 300px;
}

.inkonc2, .innoflex1 input[type="text"]::placeholder{
  color:#b4afac !important;
  font-family: 'Montserrat' !important;
  font-size: 14px;
}


.koncsubmit1 input{
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  height: 60px;
  width: 300px;
  padding: 13px 15px;
  border: 2px solid #fdc830;
  background: linear-gradient(to right, #f5d547 0%, #fdc830 100%)!important;
  margin-top: 0px;
  margin: auto !important;
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
}


.koncsubmit2 input{
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  height: 60px;
  width: 300px;
  padding: 13px 15px;
  border: 2px solid #fdc830;
  background: linear-gradient(to right, #f5d547 0%, #fdc830 100%)!important;
  margin-top: 0px;
  margin: auto !important;
  margin-bottom: 15px !important;
  text-transform: uppercase !important;
}


@media screen and (max-width: 768px) {
	.inkonc1 input{
justify-content: center;
margin:auto !important;
margin-bottom: 15px !important;
padding: 13px 15px;
padding-top: 20px !important;
padding-bottom: 20px !important;
border: 1px solid #d9dada !important;
background: #fff !important;
height: 50px;
width: 260px;
}

.inkonc1, .innoflex1 input[type="text"]::placeholder{
  color:#b4afac !important;
  font-family: 'Montserrat' !important;
  font-size: 14px;
}

.inkonc1 {
    text-align: center;
    margin-right: 0px !important;
}

.koncsubmit1 input{
  font-size: 15px;
  font-weight: 700;
  color: #000;
  text-align: center;
  height: 50px;
  width: 260px;
  padding: 13px 15px;
  border: 2px solid #fdc830;
  background: linear-gradient(to right, #f5d547 0%, #fdc830 100%)!important;
  margin-top: 0px;
  margin: auto !important;
  margin-bottom: 0px !important;
  text-transform: uppercase !important;
}
}


.call {
	display: none;
	position: fixed;
	bottom: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	background: #0DC143;
	margin: 15px auto;
	border-radius: 50%;
	z-index: 9999999999;
}

.whatsapp{
	position: fixed;
	bottom: 20px;
	width: 60px;
	height: 60px;
	text-align: center;
	font-size: 20px;
	background: #0DC143;
	margin: 15px auto;
	border-radius: 50%;
	z-index: 9999999999;
}

.whatsapp {
	right: 20px;
}

.call {
	left: 20px;
}

.whatsapp a, .call a {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-top: -2px;
}

.call i,
.whatsapp i {
	color: #fff;
	font-size: 30px;
}
.whatsapp i {
	font-size: 42px;
}

@media (max-width: 768px) {
	.whatsapp, .call{
		display: block ;
	}
}








.navbar-brand img {
    height: 80px !important;
}


.plogo{
	font-weight: 700;
	color: #fdc830;
}


body a{
	outline: none !important;
	text-decoration: none !important;
}

.navbar-light .navbar-toggler-icon{
	background-image: url(img/menu.png) !important;
}

.navbar-light .navbar-toggler{
	border: none !important;
}

body.bg-light{
	background: #fff !important;
}


.mnu{
	background: #fff !important;
}

.navbar-toggler{
	margin-left: auto;
	margin-bottom: 10px;
}

.navbar{
	text-align: center;
	background: #fff !important;
}

.navbar-nav{
	text-align: center;
	margin: auto !important;
	background: #fff;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}

@media screen and (max-width:567px){
.navbar-nav{
	border-top: 1px solid #ddd;
	
}
}


.nav-link{
	margin-right: 20px;
	color:#000 !important;
	font-size: 17px;
	font-weight: 500 !important;
}

.nav-link:hover{
	color: #fdc830 !important;
    -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
}


@media screen and (max-width: 768px){
	.nav-link{
		margin-right: 0px;
	}
}

.atel1{
	text-align: center;
	justify-content: center;
}

.tel1{
	display: flex;
	text-align: center;
	justify-content: center;
	margin: auto;
}

.tel1 img{
	height: 55px;
	margin-top: 2px;
}

.pconttel2{
	text-align: center !important;
	color:#000 !important;
	font-size: 17px !important;
	font-weight: 600 !important;
	margin-left: 10px !important;
	margin-bottom: 0px !important;
}



.atel3 p{
	margin-top: -10px;
}


.pconttelw{
	font-weight: 700;
	color: #1ece1b;
	margin-bottom: 0px !important;
}


.logo img{
	height: 80px;
}


.p-page{
	font-size: 15px;
	line-height: 24px;
}



.bg-block{
	padding: 0px !important;
}

.slide1{
	position: relative;
	text-align: center;
	background: url(img/bg1.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	padding-top: 150px;
	padding-bottom: 50pxp;
}

.slide2{
	position: relative;
	text-align: center;
	background: url(img/bg2.jpg);
	background-size: cover;
	background-position: center;
	height: 600px;
	padding-top: 150px;
	padding-bottom: 50pxp;
}


.slide {
    height: 500px !important;
    min-height: 550px !important;
    background-size: cover;
}

.carousel-control-prev{
	background: transparent !important;
	border: none !important;
	height: 500px !important;
}

.carousel-control-next{
	background: transparent !important;
	border: none !important;
	height: 500px !important;
}


h1{
	font-family: 'Oswald' !important;
	position: relative;
	text-align: center;
	width: 80% !important;
	color: #fff !important;
	font-size: 4rem !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	margin: auto !important;
	margin-bottom: 30px !important;
}

.p-bg{
	position: relative;
	text-align: center;
	width: 60%;
	margin: auto;
	color: #fff !important;
	font-size: 20px !important;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: 400 !important;
}

.but-bg{
	background: linear-gradient(to right, #f5d547 0%, #fdc830 100%)!important;
	width: 300px;
	height: 60px;
	border: none !important;
	color: #000 !important;
	font-size: 17px;
	font-weight: 700 !important;
}

.btn{
	background: linear-gradient(to right, #f5d547 0%, #fdc830 100%) !important;
}

@media screen and (max-width: 768px){
.slide1{
	position: relative;
	text-align: center;
	background: url(img/bg1.jpg);
	background-size: cover;
	background-position: center;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 30px;
}

.slide2{
	position: relative;
	text-align: center;
	background: url(img/bg2.jpg);
	background-size: cover;
	background-position: center;
	height: 500px;
	padding-top: 80px;
	padding-bottom: 30px;
}


.slide {
    height: 400px !important;
    min-height: 450px !important;
    background-size: cover;
}

.carousel-control-prev{
	background: transparent !important;
	border: none !important;
	height: 400px !important;
}

.carousel-control-next{
	background: transparent !important;
	border: none !important;
	height: 400px !important;
}


h1{
	font-family: 'Oswald' !important;
	position: relative;
	text-align: center;
	width: 100% !important;
	color: #fff !important;
	font-size: 30px !important;
	font-weight: 500 !important;
	line-height: 1.5 !important;
	margin: auto !important;
	margin-bottom: 30px !important;
}

.p-bg{
	position: relative;
	text-align: center;
	width: 80%;
	margin: auto;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1.5;
	margin-bottom: 40px;
	font-weight: 400 !important;
}
}


.logo-block{
	text-align: center;
}

.logo-block img{
	height: 200px;
}

.mt-5{
	margin-top: 0px !important;
}

.owl-stage{
width: 4759px !important;
}

.ul-check li{
	display: flex;
}

.ul-check li img{
	height: 25px;
	margin-right: 15px;
}

.pcheck{
	text-align: left;
	font-size: 18px;
	margin-bottom: 0px;
}

@media screen and (max-width: 768px){
	.brands_slider_container {
    height: 200px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 37px;
    padding-right: 37px;
    background: #fff
}
.owl-stage{
width: 6759px !important;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 65px;
}
}



.row-gallery{
	justify-content: center !important;
}


.popup-gallery{
	margin-top: 30px;
	text-align: center;
}

.popup-gallery img{
	height: 270px !important;
	width: 270px;
	object-fit: cover;
    margin: 5px !important;
    padding: 0px;
    
}

@media screen and (max-width: 768px){
	.popup-gallery img{
    height: 100px !important;
    width: 40%;
    margin: 2px;
}
}


.mfp-bottom-bar{
	display: none !important;
}



.navbar-brand img {
    height: 60px !important;
}


.contacts{
	text-align: left !important;
	background: #383B40;
}


.h3cont{
	color: #fff;
    font-size: 23px;
    line-height: 1.55;
    font-weight: 500;
    margin-bottom: 10px;
}


.a-cont{
	display: flex;
}

.a-cont img{
	height: 25px;
	margin-top: 5px;
	margin-right: 10px;
}


.h3cont1{
	color: #fff;
    font-size: 28px;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 20px;
}


.p-wh{
	font-size: 23px;
	color: #4bb900;
	padding-bottom: 40px;
	border-bottom: 1px solid #8a8a8a;
	margin-bottom: 30px;
}


.p-cont{
	color: #fff;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
}





@media screen and (max-width: 768px) {
	.form-cont{
		margin-bottom: 50px !important;
	}


	.h2cont{
	color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 35px;
}


.h3cont{
	color: #fff;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 500;
    margin-bottom: 10px;
}


.a-cont{
	display: flex;
}

.a-cont img{
	height: 20px;
	margin-top: 5px;
	margin-right: 10px;
}


.h3cont1{
	text-align: center;
	color: #fff;
    font-size: 25px;
    line-height: 1.55;
    font-weight: 700;
    margin-bottom: 20px;
}


.p-wh{
	font-size: 17px;
	color: #54d000;
	padding-bottom: 40px;
	border-bottom: 1px solid #8a8a8a;
	margin-bottom: 30px;
}


.p-cont{
	color: #fff;
    font-size: 15px;
    line-height: 1.55;
    font-weight: 400;
}
}


.bg-th{
	height: 600px;
	background: url(img/bg.jpg);
	background-size: cover;
	background-position: center;
	padding-top: 100px;
}


.ul-check li:before {
      left: 0;
      font-size: 20px;
      top: -.3rem;
      font-family: "icomoon";
      content: "" !important;
      position: absolute;
  }

.list-unstyled{
	margin-top: 30px !important;
}  

.list-unstyled li a{
	color: #fff !important;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255 255 255 / 21%) !important;
}

