@font-face{
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-Medium.ttf');
	font-weight: 500;
	font-style: normal;
}
@font-face{
	font-family: 'Montserrat';
	src: url('../fonts/Montserrat-SemiBold.ttf');
	font-weight: 600;
	font-style: normal;
}
body{
	background-color: #ffffff;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
}
header,
section,
footer{
	/* margin: 0 auto; */
	/* max-width: 1440px; */
	left: 0;
	right: 0;
	top: 0;
	border: 0;
}
input,
button{
	outline: none;
}
.blue_drop {
color:#009EC4;
font-weight: bold;
}
.other-stores li::before {
  display:none !important;  
}
.also-block li::before {
    display:none !important;
}
.adaptiveimg{
	display: block;
	width: 100%;
	height: auto;
}
.hide{
	display: none !important;
}
.none_class {
	cursor: pointer;
	text-align: center;
	display: none;
    background-color: #009EC4;
    color: #ffffff;
    width: 150px;
    height: 40px;
    margin: 0 auto;
    border-radius: 5%;
    padding-top: 9px;
    margin-top: 20px;
}

/* header*/

.fixed-on{
	/* width: 100%; */
	top: 0;
	padding: 15px;
	background: #009EC4;
	position: fixed;
	margin: 0;
	max-width: 100%;
	z-index: 5;
}
.header, .products{
	background: #009EC4;
	color: #ffffff;
	padding: 51px 0 0 ;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.03em;
}
.header{
	background-image: url(../img/bg.png);
	background-repeat: no-repeat;
	background-position: top 150px center;
}
#phone_txt {
	margin-top: -15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.phone-number, .logo{
	padding: 8px 15px;
}
.phone-number a{
	color: #ffffff;
}
.logo{
	padding-top: 0px;
	padding-bottom: 0px;
	display: flex;
	justify-content: start;
}
.logo img{
	width: 100%;
	height: auto;
}
.navbar-toggler{
	border: 1px solid #ffffff;
}
@media (max-width:1200px){
#phone_txt {
	font-size: 15px;
}
}
@media (max-width:992px){
	.header-menu-row{
		max-width: 690px;
		margin: 0 auto;
		position: relative;
	}
	.header-logo{
		position: absolute;
		left: 0;
	}
	.header-logo img{
		width: 180px;
		height: auto;
	}
	.navbar{
		padding: 0;
		display: flex;
		justify-content: flex-end;
	}
	.navbar ul{
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 20px 0 0;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-end;
	}
	.nav-link{
		margin-bottom: 5px;
		padding: 0;
		font-size: 18px;
		color: #ffffff;
		cursor: pointer;
		text-transform: uppercase;
	}
	.header-phone-wrap{
		padding-top: 20px;
		display: flex;
		justify-content: flex-start;
	}
}
@media (min-width:992px) and (max-width:1200px){
	#first_image {
		height: 158px !important;
	}
	.header-menu-row{
		max-width: 930px;
		margin: 0 auto;
	}
	.navbar ul{
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.nav-link{
		padding: 0;
		font-size: 15px;
		color: #ffffff;
		cursor: pointer;
		text-transform: uppercase;
	}
}
@media (min-width:1200px){
	.header-menu-row{
		max-width: 1110px;
		margin: 0 auto;
	}
	.nav-link{
		padding: 0;
		color: #ffffff;
		cursor: pointer;
		text-transform: uppercase;
	}
	.navbar ul{
		height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
}
.navbar li{
	text-decoration: none;
	display: flex;
	justify-content:center;
}
.nav-link:hover{
	color: #e2e2e2;
}
.phone-number img{
	float: left;
	margin: 0 8px;
}
.header-form{
	display: flex;
	flex-direction: column;
}
@media(max-width:786px){
	.header h1{
		display: inline-block;
		margin-top: 40px;
		font-weight: 600;
		font-size: 32px;
		line-height: 42px;
	}
	.header h2{
		margin: 20px 0 15px;
		font-size: 24px;
		line-height: 32px;
	}
	.header-form-img-wrap{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.header-form-img{
		display: block;
		width: 80%;
		height: auto;
	}
	.header-input{
		height: 60px;
		margin: 13px 0;
		padding: 0 20px;
		background: #009EC4;
		font-size: 18px;
		color: #ffffff;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.header-button{
		height: 60px;
		background: #FFFFFF;
		cursor: pointer;
		color: #009EC4;
	}
	.products-header{
		margin-top: 20px;
		padding: 40px 0;
		display: flex;
		justify-content: center;
	}
}
@media (min-width:768px) and (max-width:992px){
	#first_image {
		height: 243px !important;
	}
	.header h1{
		display: inline-block;
		margin-top: 40px;
		font-weight: 600;
		font-size: 48px;
		line-height: 58px;
	}
	.header h2{
		margin: 40px 0 15px;
		font-size: 28px;
		line-height: 40px;
	}
	.header-input{
		width: 370px;
		height: 60px;
		margin: 13px 0;
		padding: 0 20px;
		background: #009EC4;
		font-size: 18px;
		color: #ffffff;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.header-button{
		width: 270px;
		height: 60px;
		background: #FFFFFF;
		cursor: pointer;
		color: #009EC4;
	}
	.header-form-img{
		display: block;
		width: 100%;
		height: auto;
	}
	.products-header{
		margin-top: 180px;
		padding: 40px 0;
		display: flex;
		justify-content: center;
	}
}
@media(min-width:992px){
	.header h1{
		display: inline-block;
		margin-top: 149px;
		font-weight: 600;
		font-size: 48px;
		line-height: 65px;
	}
	.header h2{
		margin: 40px 0 15px;
		font-size: 28px;
		line-height: 40px;
	}
	button.navbar-toggler.collapsed:focus{
		padding: 0;
	}
	.header-input{
		width: 370px;
		height: 60px;
		margin: 13px 0;
		padding: 0 20px;
		background: #009EC4;
		font-size: 18px;
		color: #ffffff;
		border: 1px solid #ffffff;
		box-sizing: border-box;
		border-radius: 5px;
	}
	.header-button{
		width: 270px;
		height: 60px;
		background: #FFFFFF;
		cursor: pointer;
		color: #009EC4;
	}
	.header-form-img{
		display: block;
		width: 100%;
		height: auto;
	}
	.products-header{
		margin-top: 180px;
		padding: 40px 0;
		display: flex;
		justify-content: center;
	}
}
.header-input::placeholder{
	color: #ffffff;
}
.header-button:hover{
	background: #e2e2e2;
}
.products-header h3{
	margin: 0;
	padding: 0;
	font-size: 46px;
	font-weight: 600;
}

/*products-section*/

.products{
	background-color: #ffffff;
	padding-top: 65px;
}
.product-card{
	margin-bottom: 30px;
}
.product-container{
	height: 100%;
	padding: 25px 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 15px;
	color: #009EC4;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
@media (max-width: 992px){
	.product-svg{
		margin-bottom: 20px;
		display: block;
		height: 100px;
		width: auto;
	}
}
@media (min-width: 992px){
	.product-svg{
		margin-bottom: 35px;
		display: block;
		height: 150px;
		width: auto;
	}
}
.prodcont-header{
	background: none;
    border: none;
    color: #009EC4;
	margin: 0;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px
}
.discont{
	padding: 6px 17px;
	position: absolute;
	top: 0;
	right: 15px;
	display: inline-block;
	background: #009EC4;
	border-radius: 0px 15px;
	font-size: 28px;
	line-height: 34px;
	color: #ffffff;
}
.hidden{
	display: none;
}
.divider{
	margin: 20px 0;
	background: #009EC4;
	width: 155px;
	height: 1px;
}
.product-container ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.product-container li,
.brand{
	font-weight: 500;
	font-size: 18px;
	line-height: 32px;
	color: black;
}
.product-container li::before,
.brand::before{
	font-weight: bold;
	color: #009EC4;
    content: "·";
    padding-right: 5px;
}
.brand::before{
	content: "| ";
}
.prod-carousel{
	margin: 57px 0 32px;
	display: flex !important;
	align-items: center;
}
.flex{
	display: flex;
}
.product-prev,
.product-next, 
.item{
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.product-prev,
.product-next{
	cursor: pointer;
	
}
.item{
	width: 80%;
	display: flex;
	justify-content: center;
}
.prod-carousel-item {
    display: flex !important;
    justify-content: center;
}
.prod-carousel-item img{
	max-width: 215px;
	max-height: 89px;
}

/*call-form*/


@media (max-width:992px){
	.call-form-block{
		margin: 35px 0;
		min-height: 108px;
		padding: 20px;
		background: #009EC4;
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
	}
	.call-form-block p{
		margin: 0 0 20px 0;
		text-align: center;
		font-size: 28px;
		line-height: 34px;
		color: #ffffff;
	}
}
@media (min-width:992px){
	.call-form-block{
		margin: 35px 0;
		min-height: 108px;
		padding: 20px;
		background: #009EC4;
		border-radius: 15px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.call-form-block p{
		margin: 0 20px 0 0;
		font-size: 28px;
		line-height: 34px;
		color: #ffffff;
	}
}

.call-form-button{
	padding: 19px 58px;
	height: 60px;
	font-size: 18px;
	line-height: 22px;
	color: #009EC4;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
}

/*also section*/

@media(max-width: 768px){

	.also-block{
		margin: 35px 0;
		padding: 20px 0;
		background: #FFFFFF;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.gear-svg{
		margin-bottom: 20px;
		display: block;
		height: 100px;
		width: auto;
	}
	.also-block ul{
		display: flex;
		flex-direction: column;
	}
	.gear-img-block{
		margin-right: 0;
	}
	#first_image {
		height: 400px !important;
	}
}
@media(min-width: 768px) and (max-width: 992px){
	.also-block{
		margin: 35px 0;
		padding: 20px 0;
		background: #FFFFFF;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
		border-radius: 15px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.gear-svg{
		margin-bottom: 20px;
		display: block;
		height: 100px;
		width: auto;
	}
	.also-block ul{
		display: flex;
	}
	.gear-img-block{
		margin-right: 0;
	}
}
@media(min-width: 992px){
	.also-block{
		margin: 35px 0;
		min-height: 220px;
		background: #FFFFFF;
		box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
		border-radius: 15px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.gear-svg{
		margin-bottom: 20px;
		display: block;
		height: 150px;
		width: auto;
	}
	.also-block ul{
		display: flex;
	}
	.gear-img-block{
		margin-right: 30px;
	}
}

.also-text-part{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.also-block p,
.also-block li{
	text-align: center;
}
.also-block p{
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
	color: #009EC4;
}
.also-block li{
	margin-right: 39px;
	list-style-type: none;
}
.also-block li.also-block-li{
	margin: 0;
}
.also-block li::before{
	color: #009EC4;
    content: "â€¢ ";
    padding-right: 2px;
}

/*payment-methods-section*/

.payment-methods-header{
	margin: 35px 0 70px;
	display: flex;
	justify-content: center;
}
@media (max-width: 360px){
	.payment-methods-header h2{
		font-size: 36px;
		line-height: 42px;
	}
}
@media (min-width: 360px){
	.payment-methods-header h2{
		font-size: 46px;
		line-height: 56px;
	}
	
}
.payment-methods-header h2{
	margin: 0;
	text-align: center;
	font-style: SemiBold;
	color: #009EC4;
}
.payment-methods-block{
	margin-bottom: 35px;
}
.payment-card-wrap{
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.payment-card-wrap img{
	max-height: 160px;
	max-width: 255px;
	border-radius: 10px;
}

/*about-section*/

.about-section{
	background: #009EC4;
	color: #ffffff;
}
.about-store{
	padding-top: 70px;
	display: flex;
	flex-direction: column;
}
.about-store h2{
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 46px;
	line-height: 56px;
}
.about-store p{
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 56px;
}
.about-store span{
	margin-bottom: 58px;
	padding: 9px 10px;
	font-size: 18px;
	line-height: 22px;
	border-left: 5px solid #ffffff;
}
.about-store input{
	max-width: 270px;
	padding: 19px 60px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	font-size: 18px;
	line-height: 22px;
	color: #009EC4;
	border: none;
	cursor: pointer;
}
.about-store input:hover{
	background: #e2e2e2;
}
.about-department{
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.department-img{
	margin-bottom: 17px;
}
.about-department p{
	text-align: center;
	font-size: 24px;
	line-height: 29px;
}
.other-stores{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding-top: 18px;
}
.other-stores h2{
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 46px;
	line-height: 56px;
}
.other-stores ul{
	padding: 0;
	margin-bottom: 70px;
}
.other-stores li{
	list-style-type: none;
	font-size: 18px;
	line-height: 38px;
}
.other-stores li::before{
	color: #ffffff;
    content: "â€¢ ";
    padding-right: 2px;
}

/*gallery-section*/

.gallery-header{
	margin: 70px 0;
	display: flex;
	justify-content: center;
}
@media (max-width: 360px){
	.gallery-header h2{
		margin: 0;
		text-align: center;
		font-style: SemiBold;
		font-size: 36px;
		line-height: 56px;
		color: #009EC4;
	}	
}
@media (min-width: 360px){
	.gallery-header h2{
		margin: 0;
		text-align: center;
		font-style: SemiBold;
		font-size: 46px;
		line-height: 56px;
		color: #009EC4;
	}
	
}
.gallery-card-wrap{
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.gallery-card-wrap img{
	background: yellowgreen;
	border-radius: 10px;
}

.gallery-input-wrap{
	display: flex;
	justify-content: center;
}
.gallery-input{
	width: 320px;
	height: 65px;
	margin: 70px 0;
	font-size: 24px;
	color: #ffffff;
	background: #009EC4;
	box-shadow: 0px 0px 25px rgba(63, 92, 108, 0.25);
	border-radius: 60px;
	border: none;
}
.gallery-input-clicked{
	/* background: #006983; */
}
.gallery-input:hover{
	background: rgb(0, 139, 173);
}

/*.map-section*/


@media (max-width: 576px){
	.map-section{
		position: relative;
	}
	.google-map-frame{
		position: relative;
		height: 300px;

	}
	.map-text-part{
		margin: 0;
		border-radius: 15px 15px 0 0;		
	}
	.map-section span{
		margin-bottom: 4px;
	}
}
@media (min-width: 576px){
	.map-section{
		min-height: 620px;
		position: relative;
	}
	.google-map-frame{
		position: absolute;
		top: 0;
		height: 620px;
	}
	.map-text-part{
		margin: 87px 0;
		min-height: 446px;
		border-radius: 15px;
		z-index: 1;
	}
	.map-section span{
		margin-bottom: 14px;
	}
}
.google-map-frame{
	width: 100%;
}
.map-text-part{
	padding: 30px;
	background: #009EC4;
	color: #ffffff;
}
.map-section h2{
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
}
.map-section p{
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
}
.map-section span{
	display: flex;
	align-items: center;
}
.map-section span p{
	margin: 0 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}
.map-section span a{
	color: #ffffff;
}
.social{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

/*footer*/

@media(max-width: 768px){
	.footer{
		padding-top: 30px;
		min-height: 430px;
		background: #009EC4;
		color: #ffffff;
		display: flex;
		flex-direction: column;
	}
	.footer-text{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-text h2{
		margin-bottom: 10px;
		font-weight: 600;
		font-size: 28px;
		line-height: 34px;
	}
	.footer-text p{
		text-align: center;
	}
	.footer .logo{
		display: flex;
		justify-content: center;
		margin-bottom: 35px;
	}
	.footer .logo a{
		display: flex;
		justify-content: stretch;
	}
	.footer .logo img{
		height: 60px;
		width: auto;
	}
	.footer-social-media{
		display: flex;
		justify-content: center;
	}
	.social-media-icon{
		margin: 20px 15px 20px;
	}
	.footer-copyrights{
		margin-bottom: 30px;
	}
	.footer-copyrights .col-sm-12{
		display: flex;
		justify-content: center;
	}
	.footer-text span{
		font-size: 12px;
		line-height: 18px;
	}
}
@media (min-width: 768px) and (max-width: 992px){
	.footer{
		padding-top: 30px;
		min-height: 430px;
		background: #009EC4;
		color: #ffffff;
		display: flex;
	}
	.footer-text{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.footer-text h2{
		margin-bottom: 25px;
		font-weight: 600;
		font-size: 28px;
		line-height: 34px;
	}
	.footer .logo{
		display: flex;
		justify-content: center;
		margin-bottom: 35px;
	}
	.footer .logo a{
		display: flex;
		justify-content: stretch;
	}
	.footer .logo img{
		height: 60px;
		width: auto;
	}
	.footer-social-media{
		display: flex;
		justify-items: center;
	}
	.social-media-icon{
		margin: 20px 15px 20px;
	}
	.footer-copyrights{
		margin-bottom: 30px;
	}
	.footer-text span{
		font-size: 14px;
		line-height: 18px;
	}
	.footer-social-media{
		display: flex;
		justify-content: center;
	}
}
@media(min-width: 992px){
	.footer{
		padding-top: 30px;
		min-height: 430px;
		background: #009EC4;
		color: #ffffff;
	}
	.footer-text{
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.footer-text h2{
		margin-bottom: 25px;
		font-weight: 600;
		font-size: 28px;
		line-height: 34px;
	}
	.footer .logo{
		margin-bottom: 55px;
	}
	.footer-social-media{
		display: flex;
		flex-direction: column;
		justify-items: center;
	}
	.social-media-icon{
		margin-bottom: 15px;
	}
	.footer-copyrights{
		display: flex;
		justify-content: flex-start;
	}
	.footer-text span{
		font-size: 14px;
		line-height: 18px;
	}
}
.footer-text-content{
	font-size: 18px;
	line-height: 28px;
}
.footer-text span{
	font-size: 14px;
	line-height: 18px;
}
.footer-phone-number{
	display: flex;
	align-items: center;
}
.footer-phone-number p{
	margin: 0 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
}
.footer-phone-number a{
	color: #ffffff;
}

@media (max-width: 650px){
	.modal-content{
		max-width: 100%;
	}
}
@media (min-width: 650px){
	.modal-content{
		width: 645px;
	}
	.modal-dialog{
		min-width: 645px !important;
	}
}
.modal{
	overflow-y: initial;
}
.modal-header > button.close:focus{
	outline: none;
}
.modal-content{
	background: #009EC4;
	border-radius: 25px;
	color: #ffffff;
	text-align: center;
}
.modal-content > div{
	border: none;
}
.modal-body{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.modal-body img{
	display: block;
	height: auto;
	width: 97px;
	margin-bottom: 44px;
}
.modal-body h3{
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 28px;
	line-height: 34px;
}
.modal-body p{
	max-width: 308px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}
.modal-form{
	display: flex;
	align-items: center;
}
.modal-form-button{
	background-color: #ffffff;
	color: #009EC4;
}
.modal-form > form{
	display: flex
}

@media(max-width:400px){
	.modal-form-input{
		width: 100%;
	}
}
@media (min-width:400px) and (max-width:992px){
	.modal-form-input{
		width: 370px;
	}
}
@media(min-width:992px){
	.modal-form-input{
		width: 370px;
	}
}