body{
	background-color: #ffffff;
}
body::-webkit-scrollbar-track {
	background: #f6f6f7;
}
body::-webkit-scrollbar-thumb {
	background-color: #767b89;
	height: 10px;
	border-radius: 2px;
}
body h1, h2, h3, h4{
	font-family: 'Tektur';
}
p, li{
	font-family: 'Roboto';
}
p, li{
	font-size: 0.55em;
}
body h1{
	font-size: 1em;
}
body h2{
	font-size: 0.89em;
}
body h3{
	font-size: 0.79em;
}
body h4{
	font-size: 0.7em;
}
body h5{
	font-family:'Roboto';
	text-align: center;
	font-size: 0.62em;
}
@media screen and (min-width:576px){
	p, li{
		font-size: 0.62em;
	}
	body h1{
		font-size: 1.125em;
	}
	body h2{
		font-size: 1em;
	}
	body h3{
		font-size: 0.89em;
	}
	body h4{
		font-size: 0.79em;
	}
	body h5{
		font-family:'Roboto';
		text-align: center;
		font-size: 0.7em;
	}
}
@media screen and (min-width:768px){
	p, li{
		font-size: 0.7em;
	}
	body h1{
		font-size: 1.266em;
	}
	body h2{
		font-size: 1.125em;
	}
	body h3{
		font-size: 1em;
	}
	body h4{
		font-size: 0.89em;
	}
	body h5{
		font-family:'Roboto';
		text-align: center;
		font-size: 0.79em;
	}
}
@media screen and (min-width:992px){
	p, li{
		font-size: 0.79em;
	}
	body h1{
		font-size: 2em;
	}
	body h2{
		font-size: 1.266em;
	}
	body h3{
		font-size: 1.125em;
	}
	body h4{
		font-size: 1em;
	}
	body h5{
		font-family:'Roboto';
		text-align: center;
		font-size: 0.89em;
	}
}
@media screen and (min-width:1200px){
	p, li{
		font-size: 0.89em;
	}
	body h1{
		font-size: 1.602em;
	}
	body h2{
		font-size: 1.424em;
	}
	body h3{
		font-size: 1.266em;
	}
	body h4{
		font-size: 1.425em;
	}
	body h5{
		font-family:'Roboto';
		text-align: center;
		font-size: 1em;
	}
}
@media screen and (min-width:1400px){
	p, li{
		font-size: 1em;
	}
	body h1{
		font-size: 2em;
	}
	body h2{
		font-size: 1.602em;
	}
	body h3{
		font-size: 1.424em;
	}
	body h4{
		font-size: 1.266em;
	}
	body h5{
		font-family:'Roboto';
		text-align: center;
		font-size: 1.125em;
	}
}
a{
	color: #d6363a;
}
a:hover, a:focus{
	color: black;
	text-decoration:none;
}

.carousel-inner.carousel-multiple {
    padding: 1em;
}

.index-carousel__h2{
	font-size: 1.8vw;
}
.index-carousel__p{
	font-size: 1vw;
}
.grecaptcha-badge{ 
	visibility: hidden;
}
.nav-link{
	color: #d6363a;
}
.bg-7024-grad{
	background: linear-gradient(90deg, rgba(71,74,82,1) 0%, rgba(173,176,184,1) 100%);
}
.bg-7024{
	background: rgb(71,74,82);
}
.bg-e8{
	background: #e5e5e5;
}
.bg-ff{
	background: #ffffff;
}
.text_preview{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.logo{
	width: 240px;
	height: auto;
}
.nav-link__navbar{
	color: #f5f5f5;
	text-decoration: none;
	font-family: 'Tektur';
	padding: 0px 1vw;
	font-size: max(1.4vw, 16px);
}
.nav-link__navbar:hover, .nav-link__navbar:focus{
	color: #d6363a;
	text-shadow: 1px 1px 1px #000, 0px 4px 0px rgba(0, 0, 0, .18);
}
.btn.position-relative.p-1.shadow-none{
	color: #f5f5f5;
}
.btn.position-relative.p-1.shadow-none:hover{
	color: #d6363a;
	text-shadow: 1px 1px 1px #000, 0px 4px 0px rgba(0, 0, 0, .18);
}
.nav__info{
	color: #e8e8e8;
	font-size: 1vw;
}
.phone__dropdown{
	text-decoration: underline dotted;
}
.phone__dropdown:hover{
	text-decoration: none;
	color: #d6363a;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}
.page-link:hover{
	background: none;
	font-weight: 500;
}
.page-link:focus{
	border: none;
	box-shadow: none;
	background: none;
}
.nav-line .nav-link{
  background: #ffffff;
  color: #000000;
  border-bottom: 1px solid grey !important;
  border-color: none !important;
}
.nav-line.nav-link:hover{
	color: black;
}

.nav-line.nav-link.active{
  border-bottom: 2px solid #dc3545 !important;
  color: #000000 !important;
}
input[type="text"], textarea {
	outline: none;
	box-shadow:none !important;
	border:1px solid #ccc !important;
}
.upper{
	height: 50px;
	width: 50px;
	border-radius: 30px;
	position: fixed;
	right: 4%;
	top: 86%;
	z-index: 20;
	background-color: white;
	border: none;
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.4) ;
	color: black;
	display: none;
}
.upper:hover, .upper:focus{
	border: 1px solid rgba(214, 54, 58, 0.5);
	background-color: #d6363a;
	transition: 0.5s;
}
.upper span{
	font-size: 25px;
}
.modal-dialog {
	max-width: max-content !important;
}
.modal-body {
	display: flex;
}
.modal-body img {
	object-fit: contain;
}
.card .img-wrapper {
  max-width: 100%;
  height: 30em;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-img-top {
    height: 200px; 
    object-fit: cover;
    object-position: center;
    width: 100%;
}
.card-footer {
    margin-top: auto;
}