/* include fonts */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}
a:focus{
    outline: none!important;
}

/* add own flex styles */
.flex-container {
    max-width: 1296px;
    margin: 0 auto;
    padding: 0;
}

.flex-row {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
}
.flex-col {
    flex: 1 1 0;
    min-width: 0;
    box-sizing: border-box;
}
.flex-d-col{
    display: flex;
    flex-direction: column;
}
.flex-d-row{
    display: flex;
    flex-direction: row;
}
/* Пропорциональные колонки */
.flex-col-10 { flex: .25; }
.flex-col-15 { flex: .6; }
.flex-col-20 { flex: .8; }
.flex-col-25 { flex: 1; }
.flex-col-30 { flex: 1.2; }
.flex-col-40 { flex: 1.6; }
.flex-col-45 { flex: 1.8; }
.flex-col-50 { flex: 2; }
.flex-col-60 { flex: 2.4; }
.flex-col-70 { flex: 2.8; }
.flex-col-75 { flex: 3; }
.flex-col-80 { flex: 3.2; }
.flex-col-90 { flex: 3.6; }
.flex-col-100 { flex: 4; }

/* Gaps */
.gap-10 { gap: 10px; }
.gap-16 { gap: 16px; }


/* BODY */
body {
	font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
	color: #fff;
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	background: #141414;
	background-size: 10px;
}
h1, h2, h3, h4, h5, h6 {
	color: #fff;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover, a:active {
	text-decoration: none;
}

.product-card .product-card__link-wrap:focus,
.product-card .product-card__link-wrap:focus-visible,
.category-brands__grid .brand-item:focus,
.category-brands__grid .brand-item:focus-visible,
.category-brands__grid .brand-item.active:focus,
.category-brands__grid .brand-item.active:focus-visible,
.oc-accordion .menu-link:focus,
.oc-accordion .menu-link:focus-visible,
.oc-accordion .menu-link.active:focus,
.oc-accordion .menu-link.active:focus-visible {
    outline: none;
    box-shadow: none;
}

.product-card .product-card__link-wrap,
.category-brands__grid .brand-item,
.oc-accordion .menu-link {
    -webkit-tap-highlight-color: transparent;
}

/* delete default notifications */
.alert {display: none!important;}

.btn.btn-primary {
	background-color: #FFD11A;
	border-color: #FFD11A;
	border-radius: 6px;
	color: #141414;
	font-weight: 600;
	font-size: 16px;
	padding: 12px;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus{
	background-color: #FFD11A;
	border-color: #FFD11A;
	text-decoration: none;
    color: #141414;
    outline: none;
}
#column-left {
	background-color: #1A1A1A;
	padding: 16px;
    max-width: 280px;
}
#content {
	background-color: #1A1A1A;
	padding: 16px;
	width: 100%;
	border-radius: 10px;
}

/* HEADER */
.top-header {
    background: #1c1c1c;
    padding: 20px 0;
	margin-bottom: 16px;
	box-shadow: 0px 4px 20px 0px #00000073;

}
.top-header *,
.top-header *::before,
.top-header *::after {
    box-sizing: border-box;
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header .header-row .header-logo {
    flex: 0.9;
}

.top-header .header-row .header-logo img {
    height: 40px;

}

.header-icons {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: center;
	cursor: pointer;
}
.header-icon {
    position: relative;
    display: inline-flex;
}

#cart-header-count-products {
    position: absolute;
    top: -2px;
    right: -2px;

    min-width: 12px;
    height: 12px;
    padding: 0 3px;

    background: #1FC949;
    border: 1.13px solid #070E06;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 7px;
    font-weight: 700;
    line-height: 1;
    color: #333333;
}
#wishlist-header-count-products{
    position: absolute;
    top: -2px;
    right: -2px;

    min-width: 12px;
    height: 12px;
    padding: 0 3px;

    background: #FFD11A;
    border: 1.13px solid #070E06;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 7px;
    font-weight: 700;
    line-height: 1;
    color: #333333;
}
.icon-heart {
    width: 22px;
    height: 22px;
    fill: #ffffff; /* Цвет иконки */
    cursor: pointer;
    transition: fill 0.2s;
}

.icon-heart:hover {
    fill: #f3c10a; /* Цвет при наведении */
}

.header-phone {
    display: flex;
    justify-content: center;
    text-align: center;
    color: #FCFCFD;
	cursor: pointer;
    position: relative;
}
.header-phone__trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
}
.phone-arrow {
  transition: transform .25s ease, color .25s ease;
  color: #fff;
}
.header-phone__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%) translateY(-6px);
  min-width: 200px;
  background: #1a1a1a;
  border: 1px solid #CCCCCC;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
  z-index: 10;
}
.header-phone__dropdown .drawer-social{
    justify-content: space-between;
    padding:16px 0;
}
.header-phone__dropdown .drawer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-bottom: 0;
}
.header-phone__dropdown a {
  display: block;
  padding: 16px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #F6F7F9;
  text-decoration: none;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #262626;
}
.header-phone__dropdown a:first-child{
    padding-top: 0;
}
.header-phone__dropdown a:hover {
  color: #FFE066;
}

/* ===== ACTIVE STATE ===== */
.header-phone.is-open .header-phone__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.header-phone.is-open .phone-arrow {
  transform: rotate(180deg);
  color: #f5c400;
}

.header-phone .phone-number {
    font-size: 16px;
}

.header-phone .phone-arrow {
    font-size: 10px;
    margin-left: 3px;
}
.header-phone__address {
    display: flex;
    gap:8px;
    padding-top:16px;
}
.header-phone__address-info{
    display: flex;
    flex: 1;
    flex-direction: column;
    gap:8px;
}
.header-phone__address-info a{
    line-height: 1.5;
    color:#F6F7F9;
    text-decoration: underline;
    border:none;
    padding: 0;
}
.header-phone__address-info span{
    font-size:10px;
    line-height: 1.3;
    color:#F1F1F3;
}
.header-phone__map {
    max-width: 150px;
    display: flex;
    flex:1;
}
.header-phone__map iframe{
    width: 150px;
    height: 68px;
}

.header-search {
	position:relative;
    display: flex;
    justify-content: flex-end;
    padding: 10px 8px 10px 16px;
    border: 1px solid #333333;
    border-radius: 6px;
}
.header-search .search-group {
	display: flex;
	width: 100%;
	gap: 8px;
}

.header-search .search-group input[type="text"] {
	background-color: #1c1c1c;
	color: #B3B3B3;
	font-size: 16px;
	font-weight: 500;
	border: none;
	display: flex;
	flex: 1 1 auto;         /* input занимает всё доступное место */
    min-width: 0;
}
.header-search .search-group .search-btn {
	padding: 6px 16px;
	border-radius:6px;
	background: #f3c10a;
    color: #141414;
    font-weight: 600;
	display: flex;
	flex: 0 0 auto;
}

.search-group input::placeholder {
	color: #7E7E81;
}
.search-group input:focus {
	background-color: #1c1c1c;
    box-shadow: none;
}

.active-search-suggestions {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #1A1A1A;
	border: 1px solid #ccc;
	border-radius: 6px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 1000;
	margin-top: 16px;
	padding: 24px;
}
.active-search-title {
	font-size: 14px;
	font-weight: 500;
	color:#F1F1F3;
}
.active-search-queries{
    display: flex;
    flex-direction: column;
    gap:8px;
    padding-bottom: 16px;
    border-bottom: 1px solid #262626;
    margin-bottom: 16px;
    background-color: #1a1a1a;
}
.active-search-queries .active-query-tag{
    background-color: #1a1a1a;
    font-size: 14px;
    line-height: 1.5;
    color:#98989A;
    padding: 0;
    white-space: pre-wrap;
}
.active-search-queries .active-query-tag mark {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  color: #E4E4E7;
  background-color: #1a1a1a;
  padding: 0;
  margin-left:4px;
}
.active-search-queries .active-query-tag mark:first-child{
    margin-left: 0;
}
.active-search-popular-queries {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap:8px;
	margin-top: 12px;
}
.active-query-tag {
	display:flex;
	font-size: 12px;
	background: #262626;
	color: #E4E4E7;
	padding: 6px;
	border-radius: 4px;
	cursor: pointer;
}
a.active-query-tag:hover,
.active-query-tag:active,
.active-query-tag:focus {
    color: #E4E4E7;
}

/* classes for hide and show search button and popular requestes */
.inactive {
	display: none !important;
}
/*  */
.input-error {
	border: 1px solid #b4090b !important;
}

/* FOOTER */
.site-footer {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgb(0 0 0 / 54%)), url(/image/catalog/background-car.webp);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	color: #E6E6E6;
	padding: 40px 0 0 0;
	margin-top: 8px;
	overflow: visible;
}
.site-footer .footer-top {
	padding-bottom: 16px;
	position: relative;
	justify-content: space-around;
}
.footer-top::after {
    content: "";
    position: absolute;
	overflow: visible;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: radial-gradient(circle, #7A7C7F 0%, rgba(122,124,127,0) 100%)
}
.site-footer .footer-logo img {
	height:56px;
}
.site-footer .footer-contacts {
	display:flex;
	gap:18px;
	align-items:center;
	justify-content:space-between;
	flex:1 1 auto;
	font-size: 14px;
	color:#F6F7F9;
}
.site-footer .footer-contacts .phone-item, .site-footer .footer-contacts .meta-item {
	display:flex;
	align-items:center;
	gap:8px;
	font-size: 14px;
	color:#F6F7F9;
}
.site-footer .footer-contacts .meta-item .meta-icon-link {
	display:flex;
	align-items:center;
	flex:0 0 auto;
}
.site-footer .footer-contacts .meta-item .meta-icon-link svg {
	display:block;
}
.site-footer .footer-meta {
	display:flex;
	gap:16px;
	align-items:flex-start;
}

.site-footer .footer-columns { 
	padding: 28px 0 18px;
	position: relative;
}
.footer-columns::after {
	content: "";
    position: absolute;
	overflow: visible;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: radial-gradient(circle, #7A7C7F 0%, rgba(122,124,127,0) 100%)
}
.footer-columns span {
	font-size:18px;
	font-weight:700;
	font-style: italic;
	text-transform:uppercase;
	letter-spacing:0.8px;
	margin:0 0 12px 0;
}
.footer-columns ul {
	list-style:none;
	padding:8px 0 0 0;
	margin:0;
}
.footer-columns li {
	margin-bottom:10px;
	color:#F1F1F3;
	font-size:14px;
}
.footer-columns li a { color:#F1F1F3;}
.site-footer a { color:#F6F7F9; opacity:0.95; }
.site-footer a:hover { color:#F6F7F9; text-decoration:none; }
.site-footer .social-icons {
	display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
	width: 100%;
 }
.site-footer .social-icons a {
	width:36px;
	height:36px;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	text-decoration:none;
}
.site-footer .divider { border-top:1px solid rgba(255,255,255,0.06); margin:18px 0; }
.site-footer .copyright { color:#9b9b9b; font-size:13px; }
.copyright-block{
    align-items:center;
    justify-content:space-between;
}
/* big decorative bottom title (watermark) */
.footer-bottom-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;

	padding-bottom: 41px;
	pointer-events: none;
}
.footer-bottom-title span {
	display: block;
	font-size: 220px; /* large decorative text */
	line-height: 0.85;
	font-weight: 800;
	color: rgba(255,255,255,0.06);
	letter-spacing: 6px;
	text-transform: uppercase;
}
.scroll-top {
  position: fixed;
  right: 16px;
  bottom: 16px;
  border:none;
  border-radius: 3px;
  background: #FFFFFF1A;
  backdrop-filter: blur(36px);
  box-shadow: 0px 0px 4px 0px #00000040;
  padding:8px;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
  z-index: 1000;
}

.scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


@media (max-width: 1200px) {
	.footer-bottom-title span { font-size: 160px; }
}
@media (max-width: 768px) {
	.footer-bottom-title span { font-size: 72px; }
}
.footer-bottom-title {
  margin-top: 16px;
  text-align: center;
  font-size: 259px;
  background: linear-gradient(to bottom, #909090 0%, rgba(255, 255, 255, 0) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  font-weight: 800;
  font-style: italic;
  color: #9b9b9b;
}

@media (max-width: 768px) {
	.flex-row { flex-wrap:wrap; }
	.site-footer .footer-contacts { order:3; width:100%; justify-content:flex-start; gap:12px; }
	.site-footer .footer-meta { order:2; width:100%; justify-content:flex-end; }
	.site-footer .footer-columns { order:4; }
}

/* css for 'breadcrumb' */
.breadcrumbs{
    display: flex;
    gap:4px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadcrumbs li a{
    font-size: 12px;
    line-height: 1.3;
    color:#98989A;
}
.breadcrumbs li:last-of-type a{
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color:#E4E4E7;
    pointer-events: none;
}
.breadcrumbs>li+li:before {
    padding: 0;
    font-size: 12px;
    color: #98989A;
    content: "/\00a0";
}
.account-panel {
  color: #E6E6E6;
  padding: 8px 0;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.account-panel__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
}

.account-panel__title {
  font-size: 14px;
  line-height: 1.3;
  margin: 0 0 0 8px;
  color: #FFFFFF;
  font-weight: 600;
}

/* Toast notification styles */
.account-notification {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 16px 24px;
    background: #10b981;
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-size: 14px;
    font-weight: 500;
    z-index: 9999;
    animation: slideInRight 0.3s ease forwards;
    display: flex;
    align-items: center;
    gap: 12px;
}

.account-notification.error {
    background: #ef4444;
}

.account-notification svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.btn-inactive {
	background: #1a1a1a !important;
	color:#666666 !important;
}
.btn-inactive svg path{
	fill:#666666 !important;
}

@keyframes slideInRight {
    from {
        transform: translateX(400px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideOutRight {
    from {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(400px);
        opacity: 0;
    }
}

/* LANG SWITCHER */
#form-language .active {
  display: block !important;
}
.lang-switcher {
    display:flex;
    flex-direction: row;
    justify-content: end;
    width: 100%;
    font-family: sans-serif;

}

@media (max-width: 1514px) {
    .lang-switcher {
        display: none
    }
}

.lang-toggle, .lang-toggle:hover, .lang-toggle:focus, .lang-toggle:active {
    background-color: #1a1a1a;
    color: white;
    padding: 8px;
    border: 1px solid #262626;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height:1.5;
    border-radius: 6px;
    text-decoration: none;
    display: flex;
    gap: 4px;
    align-items: center;
    width: 84px;
}
button.lang-toggle .fa {
    font-size: 12px;
}
.btn-group .lang-toggle {
    font-size: 14px;
}

.lang-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #1a1a1a;
    color: white;
    border-radius: 6px;
    list-style: none;
    padding: 8px;
    margin: 0;
    min-width: 100%;
    z-index: 1000;
    background-image: none;
}

.lang-options li a {
    display: block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: white;
}

.lang-options li a:hover {
    background-color: #333;
    background-image: none;
    color: white;
}

.lang-switcher.active .lang-options {
    display: block;
}
.image-slider {
	position: relative;
	width: 100%;
	height: 420px;
	overflow: hidden;
	border-radius: 10px 0 0 0;
	background: #000;
	border: 1px solid #262626;
}

.image-slider__track {
	position: relative;
	width: 100%;
	height: 100% !important;
}

.image-slider__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100% !important;
	opacity: 0;
	transition: opacity .6s ease;
	overflow: hidden;
}

.image-slider__slide.active {
	opacity: 1;
	z-index: 1;
}

.image-slider__slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.image-slider__slide img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center center;
}

[class^="image-slider__dots"] {
	position: absolute;
	right: 34px;
	bottom: 18px;
	display: flex;
	gap: 10px;
	z-index: 5;
}

.image-slider__dot {
	width: 28px;
	height: 3px;
	background: rgba(255,255,255,.35);
	border-radius: 2px;
	cursor: pointer;
	transition: all .3s ease;
}

.image-slider__dot.active {
	width: 40px;
	background: #fff;
}

@media (min-width: 481px) and (max-width: 767px) {
	.image-slider {
		height: 300px !important;
		aspect-ratio: auto !important;
	}

	.image-slider__slide img {
		object-position: center center;
	}

	[class^="image-slider__dots"] {
		right: 34px;
		bottom: 18px;
	}
}

@media (max-width: 480px) {
	.image-slider {
		height: auto !important;
		aspect-ratio: 79 / 42;
	}

	.image-slider__slide,
	.image-slider__track {
		height: 100% !important;
	}

	.image-slider__slide img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center center;
	}

	[class^="image-slider__dots"] {
		right: 42px;
		bottom: 18px;
	}
}

/* HIGHQUALITY GLASS */
.glass-content__wrap,
.about-us__wrap{
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 700px;
}
.glass-content__block,
.about-us__block{
    display: flex;
    flex-direction: column;
    gap:12px;
}
.glass-content__block h1,
.glass-content__block h2,
.glass-content__block h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color:#fff;
    margin: 0;
}
.glass-content__block h3{
    font-size: 16px;
}
.glass-content__block h2{
    font-size: 18px;
    color:#FFD11A;
}
.glass-content__block span{
    font-size: 14px;
    line-height: 1.5;
    color:#B3B3B3;
}
.glass-content__block img,
.about-us__block img{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 280px;
    border-radius:10px;
}
.glass-content__block .advantage-card .advantage-title span{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color:#fff;
}
.glass-content__block .advantage-card .advatage-text{
    font-size: 14px;
    line-height: 1.5;
    color:#98989A;
}
.glass__img-decore,
.about-us__block img.about-us__img-decore{
    width: 40px;
    height: 40px;
    margin:24px 0 20px 0;
}
.advantages-list {
  counter-reset: item;
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantages-list li {
  counter-increment: item;
  position: relative;
  padding-left: 24px;
  margin-bottom: 8px;
  color: #E4E4E7;
  line-height: 1.5;
  font-size: 14px;
}

.advantages-list li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 400;
  color: #FFD11A;
  font-size: 14px;
  line-height: 1.5;
}


/* ABOUT-US */
.about-us__wrap,
.about-us__block{
    gap:16px;
}
.about-us__block{
    padding-top: 40px;
    border-top: 1px solid #262626;
}
.about-us__wrap .about-us__block:first-of-type{
    padding-top: 0;
    border: none;
}
.about-us__block img.about-us__img-decore{
    margin: 5px 5px 13px;
}
.about-us__block span{
    font-size: 14px;
    line-height: 1.5;
    color:#B3B3B3;
}
.about-us__block b{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color:#fff;
    text-decoration: underline;
}
.about-us__block strong{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color:#F1F1F3;
    font-style: italic;
    text-transform: uppercase;
}
.about-us__block h3{
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}
.about-us__block .advantage-title span{
    font-weight: 600;
    line-height: 1.3;
    color:#FFFFFF;
}
.about-us__block em{
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    text-decoration: underline;
}
.about-us__block address{
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.3;
    color:#B3B3B3;
}
.our-team-block {
  background:
        url("/image/catalog/rays_h_t_c.png") no-repeat left top / contain,
        #141414;
  border: 1px solid #262626;
  border-radius: 10px;
  padding: 100px 16px 16px 16px;
  color: #fff;
}
.our-team__members {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 4px 0;
}

.our-team__member {
    display: flex;
    gap:16px;
    background: #1a1a1a;
    border: 1px solid #262626;
    border-radius: 10px;
    padding: 24px;
}
.team__desc{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.member--full {
    grid-column: span 2;
}
.our-team__member img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.our-team__member .member__info{
    display: flex;
    flex-direction: column;
    gap: 4px;
    justify-content: center;
}
.our-team__member .member__info span:first-child{
    font-weight: 600;
    line-height: 1.3;
}
.our-team__member .member__info span:last-child{
    font-size: 14px;
    line-height: 1.5;
    color: #98989A;
}

/* Contact Page */
.contact__wrap{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contact__header{
    display: flex;
    flex-direction: column;
    gap:4px;
}
.contact__header span{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color:#B3B3B3;
}
.contact__image{
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    border-radius:10px;
}
.contact__info{
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #262626;
    background-color: #141414;
}
.contact__info-wrap{
    display: flex;
    background: #1A1A1A;
    border: 1px solid #262626;
    padding: 24px;
}
.contact__info-inner-wrap{
    display: flex;
    flex-direction: column;
    gap:24px;
    max-width: 700px;
    width:100%;
}
.contact__info-contacts{
    display: flex;
    justify-content: space-between;
}
.contacts__phone,
.contacts__address{
    display: flex;
    flex-direction: column;
    gap:8px;
}
.contacts__multiple-phones{
    display: flex;
    flex-direction: column;
}
.contacts__multiple-phones a{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color:#F6F7F9;
}
.contacts__address span{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color:#F1F1F3;
}
.contacts__map{
    width: 100%;
    height: 280px;
    max-height: 280px;
    border-radius:10px;
    overflow: hidden;
}
.contacts__socials{
    display: flex;
    flex-direction: column;
    gap:16px;
}
.contacts__socials span{
    font-weight: 600;
    line-height: 1.3;
}
.contacts__socials .drawer-social{
    padding: 0;
}
.worktime{
    display: flex;
    flex-direction: column;
    gap:16px;
}
.worktime span{
    font-weight: 600;
    line-height: 1.3;
}
.worktime__days{
    display: flex;
    flex-direction: column;
    gap:4px;
}
.worktime__day{
    display: flex;
    gap:8px;
}
.worktime__day span:first-child{
    width: 100px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    color:#B3B3B3;
}
.worktime__day span:last-child{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color:#F1F1F3;
}

/* 404 page */
#content.error{
    display: flex;
    justify-content: center;
    background-color: #131313;
    padding: 0 0 8px 0;
}
.page404{
    width: 100%;
    max-width: 700px;
    background-color: #1A1A1A;
    border-radius: 10px;
}
.error-wrapper{
    display: flex;
    flex-direction: column;
    gap:24px;
    border-radius:10px;
    padding:16px;
}
.page404__image{
    background-color: #212121;
    display: flex;
    justify-content: center;
    border-radius:10px;
}
.page404__text-block{
    display: flex;
    flex-direction: column;
    gap:8px;
}
.page404__text-block span{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color:#F1F1F3;
}
.page404__text-block p{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color:#F1F1F3;
}
.page404__btn{
    padding: 8px 16px;
    width:100%;
}


/* Reviews */
.review-content-wrap{
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 700px;
}
.review-content-wrap>img{
    width: 100%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
    border-radius: 10px;
}
.heading-of-review{
    display: flex;
    justify-content: space-between;
}
.heading-of-review h1{
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin: 0;
}
.heading-of-review span{
    font-size: 14px;
    line-height: 1.3;
    color:#B3B3B3;
}
.reviews-list{
    display: flex;
    flex-direction: column;
    gap:10px;
    background-color: #141414;
    border: 1px solid #262626;
    border-radius: 10px;
    padding:10px;
}
#review .account-review-list__header-info{
    flex: 1 1 100%;
}
.mobile-title{
    display: none;
}

/* Payment and delivery conditions */
#PDR-conditions{
    display: flex;
    flex-direction: column;
    gap:16px;
}
#PDR-conditions h1,
#PDR-conditions h2{
    display: flex;
    max-width: 370px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color:#fff;
    margin: 0;
    scroll-margin-top: 200px;
}
.pdr-content__block>span{
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color:#FFFEFA;
}
#PDR-conditions .pdr-content__wrap{
    display: flex;
    flex-direction: column;
    gap:16px;
    padding:16px 0;
    border-top:1px solid #262626;
}
.pdr-content__block{
    display: flex;
    flex-direction: column;
    gap:16px;
}
.pdr-content__block img{
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 280px;
    border-radius:10px;
}
#PDR-conditions .blog-categories__category span{
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color:#fff;
    font-style: normal;
}
#PDR-conditions .desc__article {
    padding: 24px;
    background-color: #1A1A1A;
    border: 1px solid #262626;
    border-radius: 10px;
}
#PDR-conditions .desc__article>a{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#PDR-conditions .article__activities{
    align-items: center;
}
#PDR-conditions .desc__articles,
.block__wrap {
    padding: 10px;
    background-color: #141414;
    border: 1px solid #262626;
    border-radius: 10px;
    gap: 10px;
}
.pdr-content__block-img-wrap{
    display: flex;
    align-items: center;
}
.pdr-content__block-img-wrap>img{
    width: 15px;
    height: 15px;
}
.block__wrap .block{
    background-color: #1a1a1a;
    border:1px solid #262626;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    gap:10px;
}
.return-img,
.return-text{
    flex:1;
}
.return-text ul{
    padding:0 0 0 24px;
    margin:0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.return-text ul li,
.return-hide-text__text{
    font-size: 14px;
    line-height: 1.5;
    color: #98989A;
}
.return-img>img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
#PDR-conditions .article__img{
    height: 151px;
}
.return-hide-text{
    position: relative;
}
.return-hide-text__text{
    max-width: 700px;
    overflow: hidden;
    max-height: 129px;
    transition: max-height 0.35s ease;
}
.return-hide-text__text.is-open{
    max-height: 10000px;
}
.return-hide-text__text::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 149px;
    background: linear-gradient(360deg, #1A1A1A 0%, rgba(26, 26, 26, 0) 100%);
    pointer-events: none;
    transition: opacity .3s ease;
}
.return-hide-text__text.is-open::after{
    background: unset;
}
.documents a.btn-download,
.organization-actions .btn-download {
  display: flex;
  flex-direction: row!important;
  justify-content: center;
  align-items: center;
  gap: 4px;
  padding: 8px 16px;
  background: #262626;
  border: 1px solid #262626;
  border-radius: 6px;
  color: #F1F1F3;
}
.btn-download .btn-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color:#F1F1F3;
}
.btn-download:hover,
.btn-download:active,
.btn-download:focus{
    color: #F1F1F3;
    text-decoration: none;
}
.btn-download svg{
    flex: 0 0 20px;
}
.organization-actions{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    width: 100%;
}
.organization-actions > a{
    width: 100%;
}
.documents{
    display: flex;
    gap: 16px;
}
.documents .article__desc{
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color:#FCFCFD;
}
.documents>.block__wrap{
    flex: 1;
}
.documents .desc__article{
    display: flex;
    flex-direction: column;
    gap:10px;
    height: 100%;
}
.show-desktop{display: flex!important;}
.show-mobile{display: none!important;}

.blog_more__button #load-more-blogs {
    color: #F1F1F3;
    width: 100%;
    background-color: #262626;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.top-toast{
    position: fixed;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -120%);
    opacity: 0;
    background-color: #262626;
    color: #fff;
    border-radius: 10px;
    z-index: 9999;
    transition: transform .35s ease, opacity .35s ease;
    min-height: 48px;
    width: 100%;
    justify-content: space-evenly;
    box-shadow: 0px 0px 12px 10px rgb(0 0 0 / 30%);
    display: flex;
    flex-direction: row;
    padding: 8px 16px;
}

.top-toast--embedded {
    position: fixed;
    left: 0;
    right: auto;
    top: 0;
    bottom: auto;
    width: 0;
    max-width: none;
    transform: translateY(120%);
}

.top-toast .msg {
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.top-quantity__row {
    font-size: 14px;
}

.top-toast.visible{
    transform: translate(-50%, 14px);
    opacity: 1;
}

.top-toast--embedded.visible{
    transform: translateY(0);
}
.top-toast .button-cart a {
    cursor: pointer;
    padding: 0 15px;
    overflow: hidden;
    background-color: #f4fe26;
    border: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-weight: 60;
    font-size: 14px;
    box-shadow: 0px 4.47761px 5.97015px 0.746269px rgba(244, 254, 38, 0.25);
    width: auto;
    height: 32px;
    text-decoration: none;
    text-align: center;
    text-shadow: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    outline: none;
    transition: all ease 0.3s;
}

.top-toast .button-cart a span {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #141414;
    padding-right: 5px;
}

.top-toast__summary {
    display: flex;
    flex-direction: row;
    gap: 8px;
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    justify-content: space-between;
}

.top-toast .msg,
.top-quantity__row,
.top-toast__summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-transform: none;
    font-weight: 400;
}

.top-toast__summary-row strong {
    font-weight: 700;
    text-align: right;
}

.top-toast .button-cart a:hover {
    background-color: #565656;
    color: #fff;
}

.top-toast[data-type="error"]{ background:#dc3545; }


/* MEDIA 1200px */
@media (max-width: 1200px) {
    .top-header{
        padding:20px 16px;
    }
    #column-left{
        display: none;
    }
    .site-footer{
        padding: 40px 16px 0;
    }
}
/* MEDIA 992px */
@media (max-width: 992px) {
    .top-header{
        padding:0;
        margin:0;
        position: sticky;
        top: 0;
        z-index: 100;
        width: 100%;
    }
    .header-icons {
        order: 2;
        padding-right: 16px;
    }
    .header-logo{
        padding-left: 16px;
    }
    .header-phone {
        order: 1;
    }
    .header-phone__address {
        flex-direction: column;
    }
    .header-row{
        flex-wrap: wrap;
        padding-top: 20px;
    }
    .header-search {
        order: 10;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 8px 16px;
        background-color: #141414;
        border: none;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }
    .header-search.is-hidden {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
        height: 0;
        padding: 0;
    }
    .header-search .search-group{
        border: 1px solid #262626;
        border-radius: 6px;
    }
    .header-search .search-group button.search-btn{
        display: none;
    }
    .site-footer .footer-top,
    .site-footer .footer-contacts{
        flex-direction: column;
        align-items: center;
    }
    .footer-logo,
    .footer-meta{
        position: relative;
        width: 100%;
    }
    .footer-logo>a{
        display: flex;
        justify-content: center;
        padding-bottom: 24px;
    }
    .footer-logo>a::after{
        content: "";
        position: absolute;
        overflow: visible;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: radial-gradient(circle, #7A7C7F 0%, rgba(122, 124, 127, 0) 100%);
    }
    .site-footer .footer-contacts .phone-item{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-columns>.flex-row{
        flex-direction: column;
        align-items: center;
    }
    .footer-columns>.flex-row .flex-col{
        text-align:center;
    }
    .site-footer .social-icons{
        justify-content: center;
        padding-top: 24px;
    }
    .social-icons::before{
        content: "";
        position: absolute;
        overflow: visible;
        top: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: radial-gradient(circle, #7A7C7F 0%, rgba(122, 124, 127, 0) 100%);
    }
    .copyright-block{
        justify-content: center;
    }
    .active-search-suggestions{
        margin-right: 16px;
        margin-left: 16px;
        margin-top: 0;
    }
    .footer-bottom-title span{
        font-size: 100px;
    }
    .site-footer {
        padding-bottom: 40px;
        margin-top:0;
    }
}



/* MEDIA 768px */
@media(max-width: 768px){
    .show-desktop{display: none!important;}
    .show-mobile{display: flex!important;}
    .flex-col-sm-10 { flex: .25; }
    .flex-col-sm-15 { flex: .6; }
    .flex-col-sm-20 { flex: .8; }
    .flex-col-sm-25 { flex: 1; }
    .flex-col-sm-30 { flex: 1.2; }
    .flex-col-sm-40 { flex: 1.6; }
    .flex-col-sm-45 { flex: 1.8; }
    .flex-col-sm-50 { flex: 2; }
    .flex-col-sm-60 { flex: 2.4; }
    .flex-col-sm-70 { flex: 2.8; }
    .flex-col-sm-75 { flex: 3; }
    .flex-col-sm-80 { flex: 3.2; }
    .flex-col-sm-90 { flex: 3.6; }
    .flex-col-sm-100 { flex: 4; }
    .documents,#PDR-conditions .block{flex-direction: column;}
    .organization-actions{width: 100%;}
    .return-hide-text__text{max-height: 213px;}
    #PDR-conditions .blog-categories__wrap{
        max-width: 100%;
        flex-wrap: wrap;
    }
    .header-icons,
    .header-logo,
    .header-phone{
        flex:none;
    }
    .header-icons{
        gap: 12px;
    }
    .header-phone__trigger{
        gap:0;
    }
    .header-phone .phone-number{
        font-size: 14px;
    }

    .footer-bottom-title span{
        font-size: 67px;
    }
    .drawer-menu{
        top:75px;
    }
    .our-team__members{
        grid-template-columns: 1fr;
    }
    .member--full {
        grid-column: auto;
    }
    .contact__info-contacts{
        flex-direction: column;
        gap: 24px;
    }
}


/* MEDIA 450px */
@media(max-width: 450px){
    .header-logo img{
        height: 36px;
    }
    .header-row{
        gap: 10px;
    }
    .footer-bottom-title span {
        font-size: 45px;
    }
}

/* MEDIA 450px */
@media(max-width: 400px){
    .header-phone .phone-number {
        font-size: 13px;
    }
    .header-logo img {
        height: 30px;
    }
    .header-phone__dropdown{
        left: 55%;
    }
}
