@font-face {
	font-family: 'FiraGO';
	src: url('/public/front/fonts/FiraGO-Regular.eot');
	src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('/public/front/fonts/FiraGO-Regular.woff') format('woff'), url('/public/front/fonts/FiraGO-Regular.ttf') format('truetype'), url('/public/front/fonts/FiraGO-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-feature-settings: 'case' on;
}
* {
  font-family: 'FiraGO';
	outline: none !important;
}
.main-menu__item .main-menu__link {
    font-feature-settings: 'case' on;
    font-weight: normal;
    font-size: 15px;
}
.page-header .button--filled {
    font-feature-settings: 'case' on;
    font-size: 16px;
    border-radius: 100px;
}
.auth-card {
  padding: 40px;
}
.auth-card h4 {
  color: #000;
  font-size: 20px;
  font-feature-settings: 'case' on;
  font-weight: normal;
  letter-spacing: 1px;
  text-align: center;
}
.auth-card label {
  color: #000;
}
.promo-slider__overlay {
    left: auto;
    right: 0;
}
.form-control {
  background: #fff;
  border: 1.5px solid #DDDFF2;
  box-sizing: border-box;
  border-radius: 8px;
  height: 60px;
  width: 100%;
  padding: 10px 20px;
}
.mbtn {
  border: 0;
  padding: 5px;
  width: 100%;
  line-height: 0;
  font-feature-settings: 'case' on;
  font-size: 16px;
  border-radius: 8px;
  height: 60px;
}
.promo-slider__item {
	color: #000;
}
form.tracking-form {
  background: #fff;
}
.page-header {
	width: 100%;
	top: 0;
	left: auto;
	transform: translateX(0);
}
@media only screen and (min-width: 1366px) {
	.main-menu__item .main-menu__link {
	    padding: 20px 0 20px 0;
	}
}
.pt100px {
	padding-top: 100px;
}
@media only screen and (min-width: 1200px) {
	.page-header .button--filled {
	    height: 60px;
	    line-height: 60px;
	}
}

@media only screen and (min-width: 1200px) {
	.page-header__logo img {
	    height: 70px;
	    margin-top: 0;
	}
}

@media only screen and (min-width: 768px) {
	.promo-slider__title {
	    font-size: 35px;
	    line-height: 35px;
			color: #0f2d52;
	}
}
.promo-slider__wrapper-1 {
		margin-bottom: 15px;
		text-align: center;
		font-feature-settings: 'case' on;
}
.promo-slider__wrapper-2 {
	margin-bottom: 30px;
	text-align: center;
}
.slick-slide img {
		max-height: 360px;
		margin: 0 auto;
}
.promo::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	background: url('/public/front/img/circle.png');
	height: 100%;
	background-repeat: no-repeat;
	background-position: right;
}
.promo::after {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: url(/public/front/img/shaper.png);
  height: 100%;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: -1;
  background-size: 100%;
  opacity: 0.4;
}
body, .bg--lgray {
	background: rgb(255 122 0 / 4%) !important;
}
.section {
	background: #fff;
}

@media only screen and (min-width: 1200px) {
	.promo-slider .align-container {
	    height: auto;
	}
}
.promo {
		padding-bottom: 70px;
}

section.section {
	padding: 40px 0;
}
.icon-item {
  margin-bottom: 50px;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
	cursor: pointer;
	transition-duration: 0.3s;
}
.icon-item:hover {
	filter: drop-shadow(10px 10px 10px rgba(5, 0, 77, 0.1));
	transition-duration: 0.3s;
}
.taglist {
	padding: 0;
}
.taglist li {
	display: inline-block;
	list-style: none;
	width: fit-content;
	background: #ffe5ce;
	padding: 10px 20px;
	border-radius: 8px;
	cursor: pointer;
	margin-bottom: 10px;
	font-size: 15px;
}
.taglist .active {
	background: #0f2d52;
	color: #fff;
}
.subttl {
	font-style: normal;
	font-weight: bold;
	font-size: 23px;
	line-height: 29px;
	color: #414a53;
	margin-bottom: 25px;
}
.price_txt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: #7B8898;
}
.heading__title {
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 43px;
	text-align: left;
}
.icon-item__img img {
	max-height: 140px;
}
.icon-item__text {
	color: #777;
}
.counter__lower {
	text-align: center;
}
.calculator {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.result {
	font-size: 25px;
  width: 150px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  border: 1.5px solid #DDDFF2;
  color: #0f2d52;
  font-weight: bold;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weightcalc {
  width: 150px;
}
.useMask {
	position: absolute;
  top: 50%;
  right: 0;
  margin-right: 10px;
  font-size: 24px;
  margin-top: -19px;
  font-weight: bold;
  color: #727272;
}
.pricesect {
	position: relative;
}
.position-relative {
	position: relative;
}
.pricesect::before {
	content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  background: url(/public/front/img/circle.png);
  height: 100%;
  background-repeat: no-repeat;
  background-position: right;
}
.page-footer {
    padding: 35px 0 35px 0;
}
.count-item__img img {
	max-height: 180px;
	height: auto;
}
.contttl {
	font-size: 20px;
	font-weight: bold;
}
.maskimg {
	height: 50px;
  margin-right: 20px;
}
.clrd {
	color: #787878;
}
.logout_btn {
	color: #c50000 !important;
	background: rgb(197 0 0 / 15%);
}
.logout_btn:hover {
	background: rgb(197 0 0 / 20%);
}
.monay_box {
	display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
}
.ballance_box {
	border: 2px solid #0f2d52;
	box-sizing: border-box;
	border-radius: 8px;
	height: 50px;
	vertical-align: middle;
	padding: 14px 26px;
	min-width: 210px;
}
.ballance_box p {
	font-family: 'FiraGO';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #7B8898;
}
.ballance_box span {
	font-family: 'FiraGO';
	font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #0f2d52;
  margin-left: 5px;
}
.ballance_box a {
	color: #0f2d52;
	text-decoration: none;
}
.ballance_box a:hover {
	color: #0f2d52;
}
.fill_blnce {
  background: rgba(92, 84, 255, 0.2);
  border-radius: 8px;
  height: 50px;
  width: 50px;
  text-align: center;
  padding: 7px 10px;
  margin-left: 10px;
}
.fill_blnce img {
	height: 34px;
}
.mw-270 {
	max-width: 270px;
}
.close_hamburger {
	background: #5a5a5a;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
.close_hamburger span {
	width: 16px;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -8px;
	transform: rotate(45deg);
	margin-top: -1px;

}
.close_hamburger span:last-child {
	transform: rotate(-45deg);
}
.devider {
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
}
.signt {
	font-family: 'Grape Nuts', cursive;
	font-weight: bold;
	font-size: 40px;
	text-align: right;
}
.mt-120 {
	margin-top: 120px;
}
.main-menu__item:not(:last-of-type) {
	margin-right: 30px;
}
.flex {
	display: flex;
  justify-content: center;
  flex-direction: column;
}
a {
	text-decoration: none !important;
}
.catfilter a {
	border:1px solid #eee;
	border-radius: 8px;
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.social {
	margin-left: 10px;
}
.social img {
	height: 30px;
}
@media (min-width: 1300px) {
	.container {
	    max-width: 1300px;
	}
}

.popup{
    background-color: black;
    width: auto;
    height: auto;
    padding: 30px 20px;
    position: fixed;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 55%;
    border-radius: 8px;
    font-family: "Poppins",sans-serif;
    display: none;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 20px auto;
    background-color: transparent;
    font-size: 30px;
    color: #ffffff;
		background: #03549a;
		border-radius: 100%;
		width: 40px;
		height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup h2{
	margin-top: -20px;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 20px 0;
    line-height: 25px;
}
.popup a{
    display: block;
    width: 150px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    background-color: #0f72e5;
		border-radius: 20px;
    color: #ffffff;
    text-decoration: none;
    padding: 8px 0;
}
@media (min-width: 1400px) {
	.container {
	    max-width: 1400px;
	}
}
.lang-icon {
	height: 30px;
	width: 30px;
	border: 1px solid #ddd;
}
.count-item__title {
	margin-bottom: 20px;
	font-size: 17px;
}
.mhgj {
	min-height: 220px;
	border-bottom: 2px dashed rgb(255 122 0 / 20%);
}
.page-header {
		max-width: none;
}
.shm {
	display: none;
}
.reguser {
	background: #ffe5ce;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	align-items: center;
	justify-content: center;
	border: 1px solid rgb(38 153 125 / 10%);
}
.reguser img {
	height: 35px;
}
.logos-slider__item img {
	width: auto;
}
.regMobile {
	display: none;
}
@media (max-width: 480px) {
	.auth-card {
			padding: 0;
	}
	.promo::before, .pricesect::before, .promo::after {
		display: none;
	}
	.icon-item {
		margin-bottom: 10px;
	}
	section.section {
		padding: 20px 0;
	}
	.mobilenominus {
		margin-bottom: 0 !important;
	}
	.promo {
		padding-bottom: 20px;
	}
	.promo-slider__wrapper-1 {
		margin: 0 !important;
	}
	.mhgj {
		min-height: auto;
		padding-bottom: 20px;
	}
	.catfilter:nth-child(even) {
		padding-right: 5px;
	}
	.catfilter:nth-child(odd) {
		padding-left: 5px;
	}
	.contttl {
		margin-bottom: 5px;
		margin-top: 15px;
	}
	.page-footer {
		padding: 20px 0 20px 0;
	}
	.taglist {
		white-space: nowrap;
		overflow-x: scroll;
	}
	.shm {
		display: block;
	}
	.scr__link {
		display: block;
	}
	.page-header__logo img {
		height: 50px;
	}
	.page-header {
		padding: 0;
	}
	.slick-slide img {
		display: none;
	}
	.mw-270 {
		max-width: none !important;
	}
	.ballance_box {
		width: 100%;
	}
	.ballance_box p {
		justify-content: center;
	}
	.regMobile {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #cbeae3;
		border: 1px solid #a5cfc5;
	}
}
