/* основная спецификация */
html,
body,
.container {
	min-height: 100%;
}

body {
	background-image: url(../image/body.jpg);
	background-color: #fff;
	margin: 10px;
	padding: 10px;
	font-size: 16px;
}

.page__header__area{
    background-color: rgba(0,0,0,0.01);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    padding: 1.1em 1.1em;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 55px;
	text-align: justify !important;
	font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;	
}

.page-header{
	margin: 0;	
}

.border_site {
	background-color: #fff;
	border: 1px solid #cccccc;
	border-radius: 7px;
}

/* Language Switcher - Modern Design */
.lang-switcher {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 12px;
	background: #f8f9fa;
	border-radius: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
	border: 1px solid #e0e0e0;
}

.lang-switcher:hover {
	background: #ffffff;
	border-color: #868e96;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.lang-item {
	font-size: 14px;
	font-weight: 500;
	color: #868e96;
	transition: all 0.3s ease;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.lang-active {
	color: #dc3545;
	font-weight: 700;
}

.lang-switcher:hover .lang-item:not(.lang-active) {
	color: #495057;
}

.header__top {
	margin: 10px 0px 20px 10px;
	;
}

.header__logo {
	align-self: center;
	justify-self: center;
}

.header__slogan {
	padding: 0 0 0 0;
	margin: 9px 0 0 0;
	font-size: 14px;
	line-height: 1.0;
	color: #999999;
	display: block;
	text-align: center;
}

.header__search {
	align-self: center;
	justify-self: center;
}

.header__nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.header__list {
	display: flex;
	justify-content: space-between;
}

.header__list a {
	color: #777;
	font-size: 18px;
}

.header__bottom {
	margin: 10px 0px 20px 10px;
}

.image_email {
	padding: 0 3px 0 0;
	width: 25px;
}

.image_kyivstar {
	text-align: center;
}

.header__bottom a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #777;
}

.content {
	flex: 1 1 auto;
	width: 100%;
	border-top: 1px solid #cccccc;
	margin: auto;
	padding: 5px 0 5px 0;
}

/* Footer - Modern Design */
#footer {
	background: #ffffff;
	border-top: 3px solid #dc3545;
}

.footer-modern {
	padding: 0;
}

.footer-title {
	font-size: 16px;
	font-weight: 600;
	color: #495057;
	margin-bottom: 15px;
	padding-bottom: 10px;
	border-bottom: 2px solid #dee2e6;
}

.footer-title i {
	margin-right: 8px;
}

.footer-links {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-links li {
	margin-bottom: 10px;
	transition: transform 0.2s ease;
}

.footer-links li:hover {
	transform: translateX(5px);
}

.footer-links i {
	margin-right: 8px;
	font-size: 12px;
}

.footer-link {
	color: #495057;
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 14px;
}

.footer-link:hover {
	color: #dc3545;
	text-decoration: none;
}

.footer-modern p {
	font-size: 14px;
	color: #6c757d;
	line-height: 1.8;
}

.footer-modern strong {
	color: #495057;
}

.footer-modern .fa {
	width: 20px;
	text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
	.footer-title {
		font-size: 15px;
		margin-bottom: 12px;
	}
	
	.footer-modern p,
	.footer-link {
		font-size: 13px;
	}
}

/* Old styles for compatibility */
.footer__row {
	display: flex;
	align-content: center;
	justify-content: center;
}

.footer__text {
	background-color: #fff;
	font-size: 12px;
	letter-spacing: 0.3px;
}

.header__logo img {
	width: 100%;
}

.razdel {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	margin: auto;
	padding: 5px 0 5px 0;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.menu__razdel {
	margin: auto;
}

.menu__item {
	margin: 2px 0 2px 4px;
}

.menu__catalog a {
	font-size: 16px;
	color: #000000;
	font-weight: bolder;
}

.menu__razdel a {
	font-size: 16px;
	color: #777;
	font-weight: bolder;
}

.menu__item a {
	font-size: 14px;
	color: #777;
	letter-spacing: normal;
	font-weight: normal;
}

.menu__item_active {
	background-color: #F5F5F5;
}

.menu__list {
	display: flex;
	flex-direction: column;
}

.counter {
	position: absolute;
	left: 56%;
	top: -10%;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 8px;
	border-radius: 11px;
	background: #169AFF;
	color: #fff;
}

.telphone__kyivstar {
	text-align: center;
}

.telphone__vodafone {
	text-align: center;
}

.mobile_login_price a {
	font-size: 14px;
	color: rgb(15, 14, 14);
	letter-spacing: normal;
	font-weight: normal;
}

.mobile_login_price {
	margin-top: 30px;
	background-color: rgb(236, 232, 230);
	border: 1px solid #cccccc;
	border-radius: 20px;
}

.nav_price {
	margin: 10px 0px 10px 5px;
}

.nav_price img {
	margin-right: 5px;
}

.nav_login {
	margin: 10px 0px 10px 15px;

}

.nav_login img {
	margin-right: 5px;
}

/* Стили каталога продукта  */
.list_product h1 {
	font-size: 21px;
	font-weight: bold;
	color: #777;
	padding: 0 10px 0 10px;
}

.list_price h3 {
	font-size: 16px;
	font-weight: bold;
	color: #777;
	padding: 0 10px 0 10px;
}

.list_price a {
	font-size: 15px;
	font-weight: bold;
	color: #777;
	text-shadow: 1px 1px 1px rgb(102 102 102 / 50%);
	text-align: center;
	border-spacing: 1px;
	text-overflow: ellipsis;
}
.vendor_code {
	font-size: 10px;
	position: absolute;
	right: 25px;
	bottom: 10px;
	color: #777;
}
/* Панель оформления заказа  */
.order_information {
	background: #fff3b5;
	border: 1px solid #cccccc;
	border-radius: 2px;
	margin-bottom: 20px;
}

/*  Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

@media (max-width: 575.98px) {
	.header__bottom a {
		font-size: 18px;
	}
}

@media (max-width: 767.98px) {
	.header__bottom {
		margin: 10px 0px 10px 10px;
	}

	.header__top {
		margin: 10px 0px 0px 10px;
	}
}

@media (max-width: 991.98px) {
	.closebtn {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

	.closebtn a {
		position: absolute;
		top: 0;
		right: 25px;
		font-size: 36px;
		margin-left: 50px;
	}

	.header__bottom {
		margin: 0px 0px 10px 0px;
	}

	.header__top {
		margin: 10px 0px 10px 10px;
	}

	.site_nav {
		min-height: 100%;
		width: 0;
		visibility: hidden;
		position: fixed;
		z-index: 1031;
		top: 0;
		left: 0;
		background-color: #e7e7e7;
		overflow-x: hidden;
		transition: 0.2s;
		padding-top: 20px;
	}
}

@media (max-width: 1199.98px) {
	.header__bottom a {
		font-size: 16px;
	}
}

/* Base variables */
:root{
  --carrier-h: 64px;        /* висота картки */
  --carrier-r: 12px;        /* радіус */
  --carrier-b: 1.5px;       /* товщина рамки */
  --carrier-logo: 48px;     /* контейнер під лого */
  --carrier-img: 40px;      /* розмір лого всередині */
  --carrier-gap: 12px;      /* відступ між лого та текстом */
}

/* ховаємо нативний radio */
.carrier-input{ position:absolute; opacity:0; pointer-events:none; }

/* картка */
.carrier-card{
  display:flex; align-items:center; gap:var(--carrier-gap);
  width:100%; min-height:var(--carrier-h);
  padding:.7rem .9rem;
  border:var(--carrier-b) solid var(--bs-border-color, #dee2e6);
  border-radius:var(--carrier-r);
  background:#fff; cursor:pointer;
  transition:border-color .15s ease, box-shadow .15s ease, transform .12s ease, background-color .15s ease;
}
.carrier-card:hover{ transform:translateY(-1px); box-shadow:0 6px 18px rgba(0,0,0,.06); }

/* активна */
.carrier-input:checked + .carrier-card{
  border-color:#0d6efd;
  background:rgba(13,110,253,.05);
  box-shadow:0 0 0 .12rem rgba(13,110,253,.12);
}

/* лого */
.carrier-logo{
  width:var(--carrier-logo); height:var(--carrier-logo); flex:0 0 var(--carrier-logo);
  display:inline-flex; align-items:center; justify-content:center;
  background:#f0f4ff; border-radius:10px;
}
.carrier-img{ width:var(--carrier-img); height:var(--carrier-img); object-fit:contain; display:block; }

/* текст */
.carrier-text{ display:flex; flex-direction:column; line-height:1.1; }
.carrier-title{ font-weight:700; font-size:1.05rem; color:#0b1220; }

/* фокус з клавіатури */
.carrier-input:focus + .carrier-card{ outline:2px solid rgba(13,110,253,.25); outline-offset:2px; }

/* адаптив */
@media (max-width:576px){
  :root{
    --carrier-h:60px;
    --carrier-logo:44px;
    --carrier-img:36px;
    --carrier-gap:10px;
  }
  .carrier-title{ font-size:1rem; }
}
