/* fonts */

@font-face {
	font-family: 'Inter Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Inter Regular'), url('./fonts/Inter-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Inter Bold';
	font-style: normal;
	font-weight: normal;
	src: local('Inter Bold'), url('./fonts/Inter-Bold.woff') format('woff');
}

@font-face {
	font-family: 'Inter Black';
	font-style: normal;
	font-weight: normal;
	src: local('Inter Black'), url('./fonts/Inter-Black.woff') format('woff');
}

@font-face {
	font-family: 'Eurostile Extended Black';
	font-style: normal;
	font-weight: normal;
	src: local('Eurostile Extended Black'), url('./fonts/Eurostile-Extended-Black.woff') format('woff');
}

/* resets */


/* body */
html,
body {
	height: 100%;
	background-color: #F1F1F1;
}


body {
	font-family: "Mulish", sans-serif;
}

h1 {
	font-family: 'Eurostile Extended Black';
	font-weight: normal;
	font-size: 48px;
	text-align: center;
	text-transform: uppercase;
}

h2 {
	font-family: 'Eurostile Extended Black';
	font-weight: normal;
	font-size: 54px
}

h3 {
	font-family: 'Eurostile Extended Black';
	font-weight: normal;
	font-size: 42px
}

p {
	font-family: "Mulish", sans-serif;
	font-weight: normal;
	font-size: 20px
}
p strong{
	font-family: "Mulish", sans-serif;
	font-weight: normal;
	font-size: 20px;
	font-weight: 800;
}

h1 i {
	font-family: 'Eurostile Extended';
	color: #E94797;
	font-style: normal;
}

.h1-blue {
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 112px;
	color: #1AA2DD;
	line-height: 97px;
	text-transform: uppercase;
}

.h1-pink {
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 112px;
	color: #E94797;
	line-height: 97px;
	text-transform: uppercase;
}

.h1-orange {
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 112px;
	color: #EE8F1D;
	line-height: 97px;
	text-transform: uppercase;
}


.h1-green {
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 117px;
	color: #067848;
	line-height: 97px;
	text-transform: uppercase;
}

.h1-white {
	text-align:center;
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 100px;
	color: #fff;
	line-height: 97px;
	text-transform: uppercase;
}

.h2-white {
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 117px;
	color: #fff;
	line-height: 97px;
	text-transform: uppercase;
}

.h2-white i {
	font-family: 'Eurostile Extended';
	color: #ED5AA3;
	font-style: normal;
}

.h2-green {
	font-family: 'Eurostile Extended Black';
	font-weight: 600;
	font-size: 48px;
	color: #7CB70E;
	text-align: center;
	line-height: 56px;
	text-transform: uppercase;
}

.text-ref {
	font-family: "Mulish", sans-serif;
	font-weight: 800;
	font-size: 26px;
	text-align: center;
	color: #343434;
}

.text-big {
	font-family: "Mulish", sans-serif;
	font-weight: 800;
	font-size: 30px;
	text-align: center;
	color: #343434;
	text-transform: uppercase;
}

.text-large {
	font-family: 'Inter Bold';
	font-size: 23px;
	text-align: center;
	color: #343434;
}

.h2-pink {
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 64px;
	color: #E94797;
	line-height: 55px;
	text-transform: uppercase;
}

.h3-pink {
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 54px;
	color: #E94797;
	line-height: 50px;
	text-transform: uppercase;
}

.h2-dark {
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 112px;
	color: #403939;
	line-height: 100px;
	text-transform: uppercase;
}

.h2-dark i {
	font-family: 'Eurostile Extended';
	color: #E94797;
	font-style: normal;
}

.h3-dark {
	margin-left: 13%;
	font-family: 'Eurostile Extended';
	font-weight: 600;
	font-size: 86px;
	color: #403939;
	text-transform: uppercase;
}

.h3-dark i {
	font-family: 'Eurostile Extended';
	color: #E94797;
	font-style: normal;
}

.a-pink {
	font-family: 'Inter Bold';
	color: #29A5C8;
	font-size: 20px;
	text-decoration:underline;
	font-weight: 400;
}

/* style */

.head-phone {
	font-family: "Mulish", sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #403939;
	text-align: right;
	line-height: 25px;
}

.head-phone strong {font-weight: 800;}

.flover-img {
	max-width: 200px;
}

.flex-center {
	display: flex;
	align-items: center;
	text-align: center;
}

.flex-center img {
	width: 100%;
	max-width: 89px;
}

.flex-center .clock-text {
	color: #373737;
	font-size: 48px;
	line-height: 34px;
	font-weight: 700;
}

.flex-center .small-text {
	color: #000;
	font-size: 20px;
}

.navbar {
    background: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(2px);
    padding: 15px 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.navbar-relative {
    background: #F1F1F1!important;
    backdrop-filter: blur(2px);
    padding: 15px 0;
	position: relative!important;
	top: 0;
	width: 100%;
	box-shadow: 0 9px 9px rgba(0, 0, 0, 0.1);
}
.navbar > .container {justify-content: end;}
.navbar .nav-link {
	font-family: "Mulish", sans-serif;
    color: #fff;
    font-weight: 500;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 21px;
}
.navbar-relative .nav-link {color: #343434;}
.navbar .nav-link:hover {text-decoration:underline;}


.navbar-dark, .navbar[data-bs-theme="dark"] {
  --bs-navbar-color: rgba(255, 255, 255, 0.95);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.95);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.95);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.8);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}


.navbar .telegram-icon,
.navbar .vk-icon {
	background-color: #e83c3d;
	border-color: #e83c3d;
}

.navbar .ai-vk::before,
.navbar .ai-telegram::before {
	color: #fff;
}

.footer .telegram-icon,
.footer .vk-icon {
	background-color: #fff;
	border-color: #fff;
}

.footer .ai-vk::before,
.footer .ai-telegram::before {
	color: #fe2128;
}


[class*=" ai-"]::before,
[class^="ai-"]::before {
	line-height: 1.5 !important;
}

.logo-header img {
	max-width:120px;
}


.gallery-footer img {
	padding:0;
	margin:0;
}

.footer {
	background: #C1EF6F;
	color: #403939;
	font-size:19px;
}
.footer strong {font-weight:800;}
.footer a,
.footer button {
	color: #403939;
}
.footer .nav-link {display:inline;}
.bg-dark {
	background-image: url(/img/9may/bg-menu.jpg);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: repeat-y;

}

.navbar-light {
	background-color: #F1F1F1;
}

.navbar-light a {
	flex: 1 1 auto;
}

.header-menu {}

.header-menu .logo {
	flex: 1 1 auto;
}

.header-menu .nav {
	flex: 2 1 auto;
}

.header-menu .nav .link-1 {
	color: #149BD6;
}

.header-menu .nav .link-2 {
	color: #E94797;
}

.header-menu .nav .link-3 {
	color: #067848;
}

.header-menu .nav .nav-item {
	display: flex;
	flex: 1 1 auto;
}

.soclial-link {
	display: flex;
	align-items: center;
}

.header-menu .nav .nav-link {
	font-family: 'Eurostile Extended';
	font-size: 40px;
	font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #f00 !important;
	background-position: bottom left;
	text-decoration: underline;
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, .5);
	border-color: rgb(255, 255, 255);
}

.img-smena,
.foto-width-100 {
	width: 100%;
}


.img-smena:hover,.btn-success:hover,.btn-primary:hover {animation: pulse 1.2s infinite;}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.foto-width-auto {
	margin-top: -160px;
	width: auto;
}

.bg-green {
	background-color: #DCF894;
	border-radius: 80px 80px 0 0;
	margin-top: -110px;
	padding-top: 110px;
	padding-bottom: 110px;
}


.bg-blue {
	background-color: #53B9E5;
	border-radius: 80px 80px 0 0;
	margin-top: -80px;
  padding-top: 60px;
  padding-bottom: 110px;
}


.bg-none { 
	background-color: none;
	margin-top: -110px;
  padding-bottom: 10px;
}



.bg-line {
	position: relative;
	overflow: hidden;
}

.bg-line:before {
	content: "";
	position: absolute;
	top: 75px;
	right: 1px;
	width: 421px;
	height: 85px;
	background-image: url(/templates/filicamp/img/line.png);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.nav-box-shadow {

  box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.05),inset 0 -1px 0 rgba(0,0,0,0.15);
}

.media {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: center;
}

.media p {
	text-align: left;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px;
}

.media img.mr-4 {
	max-width: 44px;
}

.bg-green .text-num {
	font-size: 20px;
	color: #403939;
	font-weight: 600;
	line-height: 24px;
}

.bg-green .text-num span {
	font-size: 20px;
	color: #E94797;
}

.bg-blue .text-num {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 24px;
}

.bg-blue .text-num span {
	font-family: 'Inter Black';
	font-size: 20px;
	color: #fff;
	font-weight: 500;
}
.info-block-1 img,.info-block-2 img,.info-block-3 img {vertical-align: sub;} 
.info-block-1{
	border-radius:20px;
	position: relative;
	padding: 30px 14px;
	min-height: 150px;
	align-items: center;
}
.info-block-2 {
	border-radius:20px;
	position: relative;
	padding: 30px 14px;
	min-height: 150px;
	align-items: center;
}
.info-block-3{
	border-radius:20px;
	position: relative;
	padding: 30px 14px 10px 14px;
	min-height: 150px;
	align-items: center;
}
.info-block-1 .text-metr,.info-block-3 .text-metr{
	margin-top:34px;
	font-family: 'Eurostile Extended Black';
	font-size: 30px;
	line-height: 30px;
	color:#343434;
	text-transform:uppercase;
}
.info-block-2 .text-metr{
	margin-top:34px;
	font-family: 'Eurostile Extended Black';
	font-size: 30px;
	line-height: 30px;
	color:#fff;
	text-transform:uppercase;
}
.info-block-1 .text-metr span,.info-block-2 .text-metr span,.info-block-3 .text-metr span { font-size: 18px;font-weight: 400;}
.info-block-1 .text-start,.info-block-3 .text-start{
	font-family: 'Inter Bold';
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color:#343434;
}
.info-block-2 .text-start{
	font-family: 'Inter Bold';
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color:#fff;
}
.info-block-3 .text-finish{
	font-family: 'Eurostile Extended Black';
	font-size: 21px;
	font-weight: 400;
	line-height: 30px;
	color:#343434;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
  margin-top: 30px;
}
.info-block-1 .text-clock{
	font-family: 'Eurostile Extended Black';
	font-size: 40px;
	font-weight: 600;
	line-height: 30px;
	color:#343434;
	text-transform:uppercase;
}
.info-block-2 .text-clock{
	font-family: 'Eurostile Extended Black';
	font-size: 40px;
	font-weight: 600;
	line-height: 30px;
	color:#fff;
	text-transform:uppercase;
}
.info-block-3 .text-clock{
	font-family: 'Eurostile Extended Black';
	font-size: 40px;
	font-weight: 600;
	line-height: 30px;
	color:#343434;
	text-transform:uppercase;
}
.info-block-1 {background-color:#C1EF6F;}
.info-block-2 {background-color:#46C0E2;}
.info-block-3 {background-color:#C1EF6F;}
.info-block-1:hover,.info-block-2:hover,.info-block-3:hover {box-shadow: 0px 0px 5px #aaa;}


.gallery-img-bg {
	width: 100%;
	height: 338px;
	background-image: url(/templates/vesenniy-zabeg/img/all-photo.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
}

.icon-1 {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 28px;
	height: 28px;
	background-image: url(/templates/filicamp/img/icon-1.png);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.icon-2 {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 33px;
	height: 33px;
	background-image: url(/templates/filicamp/img/icon-2.png);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.icon-3 {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 33px;
	height: 33px;
	background-image: url(/templates/filicamp/img/icon-3.png);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.icon-4 {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 33px;
	height: 33px;
	background-image: url(/templates/filicamp/img/icon-4.png);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.icon-5 {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 30px;
	height: 33px;
	background-image: url(/templates/filicamp/img/icon-5.png);
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}


.btn-primary {
	background-color:#46C0E2;
	border-color:#46C0E2;
	font-family: "Mulish", sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight:800;
	text-transform:uppercase;
	border-radius: 10px;
	padding: 12px 80px;
	z-index: 10;
	position: relative;
}

.btn-success {
	background-color:#9AD234;
	border-color:#9AD234;
	font-family: "Mulish", sans-serif;
	color:#fff;
	font-size: 28px;
	font-weight:800;
	text-transform:uppercase;
	border-radius: 10px;
	padding: 12px 80px;
	z-index: 10;
	position: relative;
}

.z-index-10 {
	position: relative;
	z-index: 10;
}

.relative {position: relative;}
.no-line {text-decoration:none;}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
	font-family: 'Inter Bold';
	text-align: center;
	font-size: 20px;
	line-height:25px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-slide img {
  width: auto;
}
.swiper-wrapper {margin-bottom:50px;}

.swiper .swiper-pagination-bullet {
	width:17px;
	height:17px;
}
.swiper .swiper-pagination-bullet-active {
  opacity:1;
  background: #53B9E5;
}

.smena-1 {
	position: absolute;
	top: 52%;
	left: 22%;
}
.text-opisanie {
	color:#000;
	font-size: 24px;
}
.text-opisanie p{
	padding-left: 2rem;
}
.text-opisanie strong{
	font-family: 'Inter Bold';
  font-weight: 400;
}
.text-opisanie ul {
	padding-left:0!important;
}
.text-opisanie ul li{
list-style: none;
  background: url(/templates/vesenniy-zabeg/img/arrow.png) 0 50% / 21px no-repeat;
  padding: 0px 0px 0px 35px;
  margin-bottom: 20px;
}

.price {
	padding-left: 2rem;
  display: flex;
  align-items: center;
}
.price strong {
	font-family: 'Eurostile Extended';
	color:#403939;
	font-size: 60px;
	font-weight: 600;
}
.flex-center-btn {
	justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.affix {
	position: fixed;
	top: 0;
	z-index: 99;
	width: 100%;
}

.alert-succes {background-color:#C1EF6F;border-color:#C1EF6F;font-size: 25px;color:#000;font-weight:600;}

.accordion ul {
	padding-left:0!important;
}
.accordion ul li{
list-style: none;
  background: url(/templates/vesenniy-zabeg/img/arrow-2.png) 0 50% / 21px no-repeat;
  padding: 0px 0px 0px 35px;
  margin-bottom: 20px;
  font-size:20px;
}
.accordion-item {background:#E5E5E5;border-radius:20px!important;margin:20px 0;padding:20px;}
.accordion-button {font-size:28px;}
.accordion-header {font-family: 'Eurostile Extended Black';font-size:28px;}
.accordion-button:not(.collapsed) {
    font-family: 'Eurostile Extended Black';
  color: #343434;
  
  background-color: #E5E5E5;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-item .accordion-header .accordion-button.collapsed {background:#E5E5E5;border-radius:20px!important;}
.accordion-body {background-color: #E5E5E5;}
.btn-primary.btn-small{
		font-size: 18px;
		padding: 12px 50px;
	}
@media (min-width: 768px) {
	.navbar-light {min-height: 148px;}
	.div-map .span-p {
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		background-color: #e83c3d;
		border-radius: 20px;
		cursor: pointer;
		border: 1px solid #fff;
		color: #fff;
		line-height: 28px;
		font-size: 15px;
		font-family: arial;
	}

	.mobile-on {
		display: none;
	}

	.mobile-off {
		display: block;
	}
}
@media (max-width: 1650px) {
	.foto-width-auto {
	margin-top: -160px;
	width: auto;
	max-width: 350px;
}
}
@media (max-width: 1399px) {
	.bg-line:before {
		width: 320px;
	}
		.foto-width-auto {
	margin-top: -160px;
	width: auto;
	max-width: 300px;
}
}

@media (max-width: 1260px) {
	.foto-width-auto {
	margin-top: -160px;
	width: 100%;
	max-width: 350px;
	}
	.btn-primary,.btn-success {
		font-size: 26px;
		padding: 12px 50px;
	}
	.btn-primary.btn-small{
		font-size: 18px;
		padding: 12px 50px;
	}
	.smena-1 {
	position: absolute;
	top: 37%;
  left: 16%;
}
}

@media (max-width: 1150px) {
	.smena-1 {
	position: absolute;
	top: 23%;
  left: 11%;
}
}

@media (max-width: 767px) {
	.navbar {
		  background: rgba(0, 0, 0, 0.2) !important;
		  backdrop-filter: blur(2px);
		  padding: 4px 0;
		  position: absolute;
		  top: 0;
		  width: 100%;
		}
	.navbar-brand img {
		max-width: 50px;
		top: 35px;
	}

	.header-menu .logo img {
		max-width: 70px;
	}

	.head-phone {
		font-family: 'Inter Regular';
		font-weight: normal;
		font-size: 11px;
		color: #403939;
		text-align: right;
		line-height: 14px;
	}
	.head-phone strong {font-size: 11px;}

	.header-menu .nav .nav-link {
		font-size: 24px;
	}

	h1,
	.h1-blue {
		font-size: 32px;
		line-height: 42px;
		text-align: center;
	}
	
	.h1-pink {
		font-size: 52px;
		line-height: 42px;
		text-align: center;
	}
	
	.h1-orange {
		font-size: 52px;
		line-height: 42px;
		text-align: center;
	}

	.h1-green {
		font-size: 45px;
		line-height: 42px;
	}
	
	.h1-white {
	font-size: 52px;
		line-height: 42px;
}

	
	.h2-white {
		font-size: 45px;
		line-height: 42px;
	}
	
	.h2-green {
	font-size: 30px;
		line-height: 26px;
	}

	.text-ref {

		font-size: 20px;

	}
	

	.h2-pink {
		font-size: 25px;
		line-height: 23px;
	}
	
	.h3-pink {
		font-size: 30px;
		line-height: 26px;
	}

	.h2-dark {
		font-size: 52px;
		line-height: 40px;
	}

	.h3-dark {
		font-size: 42px;
		line-height: 40px;
	}

	.bg-line:before {
		content: "";
		position: absolute;
		top: 0px;
		right: -40px;
		width: 140px;
		height: 52px;
		background-image: url(/templates/filicamp/img/line.png);
		background-size: 100% auto;
		background-position: top left;
		background-repeat: no-repeat;
	}
	

	.btn-primary,.btn-success {
		font-size: 26px;
		padding: 2px 40px;
	}
	#program .col-6{padding: 0px 10px;}
	.info-block-1,.info-block-2 {padding: 20px 10px;}
	.info-block-1 .text-metr,.info-block-2 .text-metr, .info-block-3 .text-metr {
  margin-top: 34px;
  font-family: 'Eurostile Extended Black';
  font-size: 21px;
  line-height: 30px;
  text-transform: uppercase;
}
.info-block-1 .text-start, .info-block-2 .text-start {
  font-family: 'Inter Bold';
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}
.info-block-1 .text-clock,.info-block-2 .text-clock,.info-block-3 .text-clock{
	font-size: 27px!important;
	font-weight: 600;
	line-height: 18px;

}
.info-block-1 .text-metr span,.info-block-2 .text-metr span,.info-block-3 .text-metr span{
	font-size: 13px!important;
	font-weight: 600;
	line-height: 18px;

}
.info-block-1 img.me-3,.info-block-2 img.me-3,.info-block-3 .text-metr img{max-width:56px;vertical-align: bottom;}
.info-block-3 .text-finish {font-size: 15px!important;margin-top: 10px;}
.text-big {

  font-size: 20px;

}
.text-opisanie { font-size: 18px;}
	.text-opisanie p,.text-opisanie ul{
		padding-left: 0rem;
	}
	.center-mobile {text-align:center;}

	.price strong {
	font-family: 'Eurostile Extended';
	color:#403939;
	font-size: 40px;
	font-weight: 600;
}
	.foto-width-auto {
	margin-top: 0px;
	width: 100%;
	max-width: initial;
	}
	
	.smena-1 {
		position: relative;
    top: 0;
    left: 0%;
    width: 100%;
    max-width: 380px;
    margin-top: -145px;
	}
	
	.alert-succes {font-size: 19px;}
	.accordion p,.accordion p strong {font-size:14px;}
	.accordion ul li{
  font-size:14px;
}
.accordion-button {font-size:15px;}

	.order-00 {order:0;}
	.order-01 {order:1;}
	.order-02 {order:2;}
	.order-03 {order:3;}

	.mobile-off {
		display: none;
	}

	.mobile-on {
		display: block;
	}
}

@media (max-width: 420px) {
	.h1-green {
		font-size: 32px;
		line-height: 38px;
	}
	
	
	.h2-white {
		font-size: 32px;
		line-height: 38px;
	}

	.h2-pink {
		font-size: 24px;
		line-height: 23px;
	}

	.bg-line:before {
		width: 120px;

	}
	.info-block-1 .text-clock,.info-block-2 .text-clock,.info-block-3 .text-clock{
	font-size: 22px!important;
	font-weight: 600;
	line-height: 18px;

}
  .info-block-3 .text-finish {
    font-size: 13px !important;
    margin-top: 10px;
  }
   .info-block-1 .text-metr, .info-block-2 .text-metr, .info-block-3 .text-metr {
    margin-top: 34px;
    font-family: 'Eurostile Extended Black';
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
  }
  .me-3 {
  margin-right: 0.6rem !important;
}
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}

@media (min-width: 992px) {
	.container-lg {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {

	.container-xl,
	.container-lg {
		max-width: 1820px;
	}
}

.container-lg {
	position: relative;
	padding-right: 0px;
	padding-left: 0px;
}


.bd-placeholder-img {
	height: 100%;
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}









/* Timer Section */
.timer-section {
    background: #46C0E2;
}

.countdown-timer {
    max-width: 800px;
    margin: 0 auto;
}

.timer-item {
    border-left: 1px solid #fff;
}

.timer-item.border-none {border-left: 0px solid #fff;}

.timer-number {
	font-family: 'Eurostile Extended Black';
    font-size: 58px;
	line-height: 56px;
    font-weight: 700;
    color: #fff;
}

.timer-label {
	font-family: "Mulish", sans-serif;
    font-size: 24px;
	font-weight: 700;
    color: #fff;
}

/* Program Section */
.program-card {
    padding: 20px;
    border-radius: 8px;
    color: white;
    text-align: center;
}

.program-card-1 { background: #3498db; }
.program-card-2 { background: #2ecc71; }
/* Добавьте остальные цвета */

.program-time {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

/* Gallery */
.gallery-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s;
}

.gallery-img:hover {
    transform: scale(1.03);
}


/* Адаптивность */
@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2.5rem;
    }
	.py-5 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
	
	.timer-number {
		font-family: 'Eurostile Extended Black';
		font-size: 30px;
		line-height: 36px;
		font-weight: 700;
		color: #fff;
	}

	.timer-label {
		font-family: "Mulish", sans-serif;
		font-size: 12px;
		font-weight: 700;
		color: #fff;
	}
    
    .timer-item {
        min-width: 80px;
        padding: 15px;
    }
    
    .timer-number {
        font-size: 2rem;
    }
}