.pointer{
	cursor: pointer;
}

.min-content{
	width: min-content;
}

.max-content{
	width: max-content;
}

.text-align-cnt{
	text-align: center;
}

.text-capitalize{
	text-transform: capitalize;
}

.text-upper{
	text-transform: uppercase;
}

.trans-all-03s{
	transition: all .3s;
}

.line-height-14{
	line-height: 140%;
}

.line-height-13{
	line-height: 130%;
}

.line-height-12{
	line-height: 120%;
}

.flex{
	display: flex;
}

.flex-sp-bt{
	justify-content: space-between;
}

.flex-js-cnt-end{
	justify-content: flex-end;
}

.flex-js-cnt-start{
	justify-content: flex-start;
}

.flex-al-itm-cnt{
	align-items: center;
}

.flex-wrap{
	flex-wrap: wrap;
}

.flex-direction-cl{
	flex-direction: column;
}

.flex-js-cnt-cnt{
	justify-content: center;
}

.font-size-12{
	font-size: 12px;
}

.font-size-14{
	font-size: 14px;
}

.font-size-15{
	font-size: 15px;
}

.font-size-16{
	font-size: 16px;
}

.font-size-18{
	font-size: 18px;
}

.font-size-20{
	font-size: 20px;
}

.font-size-22{
	font-size: 22px;
}


.font-size-46{
	font-size: 46px;
}

.font-size-48{
	font-size: 48px;
}

.font-size-50{
	font-size: 50px;
}

.font-size-56{
	font-size: 56px;
}

.font-size-60{
	font-size: 60px;
}

.font-size-64{
	font-size: 64px;
}

.font-weight-300{
	font-weight: 300;
}

.font-weight-500{
	font-weight: 500;
}

.font-weight-600{
	font-weight: 600;
}

/* Margins */

.md-auto{
	margin: auto;
}

.md-bt-5{
	margin-bottom: 5px;
}

.md-bt-10{
	margin-bottom: 10px;
}

.md-bt-15{
	margin-bottom: 15px;
}

.md-bt-20{
	margin-bottom: 20px;
}


.md-bt-25{
	margin-bottom: 25px;
}

.md-bt-30{
	margin-bottom: 35px;
}

.md-bt-35{
	margin-bottom: 35px;
}

.md-bt-50{
	margin-bottom: 50px;
}


.md-bt-60{
	margin-bottom: 60px;
}

.md-bt-80{
	margin-bottom: 80px;
}

.md-bt-100{
	margin-bottom: 100px;
}

.md-bt-110{
	margin-bottom: 110px;
}

.md-top-40{
	margin-top: 40px;
}


.wd-1{
  width: 10%
}

.wd-2{
  width: 20%
}

.wd-2-5{
	width: 25%;
}

.wd-3{
  width: 30%
}

.wd-3-5{
  width: 35%
}

.wd-4{
  width: 40%
}

.wd-4-5{
  width: 45%
}

.wd-5{
  width: 50%
}

.wd-6{
  width: 60%
}

.wd-7{
  width: 70%
}

.wd-8{
  width: 80%
}

.wd-9{
  width: 90%
}

.wd-10{
  width: 100%
}


/* Colorws */

.cl-gray-1{
	color: #808080;
}

.cl-gold-1{
	color: var(--main-color-gold-fr);
}

.cl-white-1{
	color: var(--wh-color);
}

.cl-black-1{
	color: var(--bl-color);
}

/* Bg colors */

.bg-gold-1{
	background: var(--main-color-gold-fr);
}

.bg-white-1{
	background: #fff;
}

.bg-white-2{
	background: var(--backgorund-frs);
}
