@font-face {
    font-family: "SF Pro Display";
    src: url(../fonts/SF-Pro-Display-Regular.woff2);
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "SF Pro Display";
    src: url(../fonts/SF-Pro-Display-Medium.woff2);
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "SF Pro Display";
    src: url(../fonts/SF-Pro-Display-Semibold.woff2);
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "SF Pro Display";
    src: url(../fonts/SF-Pro-Display-Bold.woff2);
    font-weight: 700;
    font-display: swap;
}
a {
    padding: 0;
    color: white;
    text-decoration: none;
}

p {
    margin: 0;
}

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

input {
    *all: unset;
}

label {
    margin: 0;
}

button {
    background: none;
    border: none;
}

* {
    font-family: "SF Pro Display", sans-serif;
}

h2 {
    font-size: 64px;
    font-weight: 600;
    line-height: 85px;
    color: #ffffff;
}

h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 56px;
    line-height: 132.5%;
}

h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
}

.main-text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 132.5%;
}

.comment-text {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 132.5%;
    letter-spacing: 0.01em;
}

.product-title {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 132.5%;
}

.price-text {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 132.5%;
}

.description-text {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}

.catalog-text {
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}

body {
    position: relative;
    width: 100%;
    background-color: #161513;
    padding: 0;
    margin: 0;
}

.container {
    position: relative;
    padding-top: 18px;
}

.square-icon {
    width: 32px;
    height: 32px;
    background-color: #222222;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.square-icon * {
    display: block;
}

.social-media-icons {
    display: flex;
    gap: 10px;
}

a:hover {
    color: #a03eff;
    text-decoration: none;
}

.button {
    padding: 10px 24px;
    border-radius: 24px;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: center;
    border: none;
}
.button__primary {
    background: #a03eff;
    color: white;
    font-weight: 500;
}
.button__secondary {
    background: none !important;
    border: 1px solid #a03eff;
    color: #a03eff !important;
    font-weight: 400;
    *display: inline-block;
}

input[type=search i]::-webkit-search-cancel-button {
    display: none;
}

.icon-gray {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background-color: #222222;
}

.white-box {
    background-color: white;
}
.white-box__top {
    background-color: white;
    border-radius: 32px 32px 0 0;
}
.white-box__bottom {
    background-color: white;
    border-radius: 0 0 32px 32px;
}
.white-box__full {
    background-color: white;
    border-radius: 32px;
    /* zlautumn */
    *margin: 50px 0;
    margin: 0 0 50px;
    padding: 50px 0;
}
.header {
    color: #ffffff;
    position: relative;
    z-index: 99;
}
.header__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.header__info__left {
    display: flex;
    gap: 32px;
}
.header__info__left__geoposition,
.header__info__left__store {
    display: flex;
    align-items: center;
    gap: 8px;
}
.header__info__left__routing {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    white-space: nowrap;
}
.header__info__left__routing li a {
    color: #717171;
}
.header__info__left__routing li a:hover {
    /* zlautumn */
    color: #a03eff;
    *text-decoration: underline;
}
.header__info__right {
    display: flex;
    align-items: center;
    gap: 32px;
}
.header__info__right__phone-and-time__phone {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 133%;
}
.header__info__right__phone-and-time__time {
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 133%;
    color: #717171;
}
.header__navigation-tab-content-wrapper {
    background-color: #222222;
    padding: 11px 16px;
    border-radius: 28px;
    z-index: 2;
    position: relative;
}
.header__navigation {
    min-height: 44px;
    display: flex;
    align-items: flex-start;
}
.header__navigation__wrapper {
    position: relative;
}
.header__navigation__wrapper .tab-content {
    position: absolute;
    top: 34px;
    border-radius: 0 0 28px 28px;
    background-color: #222222;
    z-index: 1;
}
.header__navigation.search-active .header__navigation__product-categories {
    display: none;
}
.header__navigation.search-active .header__navigation__search-and-cart {
    flex-grow: 1;
}
.header__navigation.search-active .header__navigation__search-and-cart__search-icon {
  display: none;
}
.header__navigation.search-active .header__navigation__search-and-cart__search {
    display: flex;
    flex-grow: 1;
    gap: 20px;
    padding: 5.5px 24px;
    border-radius: 15px;
    background-color: #323232;
}
.header__navigation.search-active .header__navigation__search-and-cart__search__icon {
  display: block;
}
.header__navigation.search-active .header__navigation__search-and-cart__search__input-box {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.header__navigation.search-active .header__navigation__search-and-cart__search__close-button {
    visibility: visible;
    display: flex;
}
.header__navigation__banner {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 20px;
    font-weight: 500;
    margin-right: 8px;
    position: relative;
    z-index: 2;
}
.header__navigation__banner__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #393939;
}
.header__navigation__product-categories {
    display: flex;
}
.header__navigation__product-categories .nav-link {
	padding: 8px 12px;
    color: white;
    font-size: 17px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0em;
    text-align: left;
}
.header__navigation__product-categories ul li {
    /* zlautumn */
    *white-space: nowrap;
}
.header__navigation__product-categories__category {
    color: white;
}
.header__navigation__product-categories__category:hover > a {
    background-color: #a03eff;
    border-radius: 20px;
}
.header__navigation__product-categories__category:hover > .header__navigation__product-categories__category__hover-item {
    display: flex;
}
.header__navigation__product-categories__category > a {
    position: relative;
    z-index: 2;
}
.header__navigation__product-categories__category > a:hover {
    color: #fff;
}
.header__navigation__product-categories__category a {
    z-index: 2;
    color: white;
}
.header__navigation__product-categories__category__hover-item {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    width: 100%;
    padding-top: 120px;
    *padding-bottom: 88px;
    padding-bottom: 13px;
    background-color: #222222;
    z-index: 1;
    border-radius: 28px;
}
.header__navigation__product-categories__category__hover-item__subcategory {
    display: flex;
    gap: 24px;
    margin-bottom: 60px;
}
.header__navigation__product-categories__category__hover-item__subcategory__product-list__title {
    margin-bottom: 18px;
    display: block;
}
.header__navigation__product-categories__category__hover-item__subcategory__product-list__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
/*.header__navigation__product-categories__category__hover-item__subcategory__product-list__list li:nth-child(n+4) {
    display: none;
}*/
.header__navigation__search-and-cart {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    z-index: 2;
}
.header__navigation__search-and-cart__profile {
  position: relative;
}
.header__navigation__search-and-cart__profile.authorized:hover > .header__navigation__search-and-cart__profile__tooltip {
	opacity: 1;
	pointer-events: auto;
	translate: 0 0;
}
.header__navigation__search-and-cart__profile__tooltip {
	position: absolute;
	top: 100%;
	left: -16px;
	padding: 20px 0 0 0;
	translate: 0 5px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.1s ease-in-out, translate 0.1s ease-in-out;
}
.header__navigation__search-and-cart__profile__tooltip__content {
	position: relative;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background-color: white;
	border-radius: 16px;
	box-shadow: 0px 0px 8px 0px rgba(51, 51, 51, 0.1019607843);
}
.header__navigation__search-and-cart__profile__tooltip__content:after {
	content: "";
	position: absolute;
	left: 26px;
	width: 18px;
	height: 18px;
	rotate: 45deg;
	top: -6px;
	border-radius: 1px;
	background-color: white;
}
.header__navigation__search-and-cart__profile__tooltip__content__link {
	color: #161513;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
}
.header__navigation__search-and-cart__search-icon {
	width: 32px;
	height: 32px;
	padding: 0;
}
.header__navigation__search-and-cart__search {
    display: none;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    cursor: pointer;
    align-items: flex-start;
}
.header__navigation__search-and-cart__search__icon {
    display: none;
    cursor: pointer;
    z-index: 2;
}
.header__navigation__search-and-cart__search__input-box {
    gap: 28.5px;
    display: none;
}
.header__navigation__search-and-cart__search__input-box__input {
    z-index: 2;
    display: flex;
    flex-grow: 1;
    height: 32px;
}
.header__navigation__search-and-cart__search__input-box__hints {
    z-index: 1;
    position: absolute;
    left: 0;
    top: 20px;
    display: none;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    border-radius: 15px;
    padding: 44.5px;
    background-color: #323232;
}
/* zlautumn */
.header__navigation__product-categories__category__hover-item__subcategory__image {
    height: 60px;
    width: 60px;
    border-radius: 10px;
    padding: 5px;
    background-color: #fff;
}
.header__navigation__product-categories__category__hover-item__subcategory__image img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.header__navigation__search-and-cart__search__input-box__hints.active {
    display: flex;
}
.header__navigation__search-and-cart__search__input-box__hints:last-child {
    margin-bottom: 34.5px;
}
.header__navigation__search-and-cart__search__input-box__hints:last-child a svg {
    margin-left: 8px;
    transition: transform ease-in-out 0.2s;
}
.header__navigation__search-and-cart__search__input-box__hints:last-child a:hover svg {
    transform: translateX(5px);
}
.header__navigation__search-and-cart__search__input-box__hints__hint__model {
    color: #717171;
}
.header__navigation__search-and-cart__search__close-button {
    visibility: hidden;
    position: absolute;
    top: 6px;
    right: 24px;
    z-index: 2;
}
.header__navigation__search-and-cart__menu {
    display: none;
    position: relative;
    z-index: 2;
}

.menu {
    /* zlautumn */
    display: none;
    width: 100%;
    height: 100vh;
    top: -100vh;
    position: absolute;
    background-color: #161513;
    transition: top ease-in-out 0.5s;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 1000;
}
.menu.active {
    display: flex;
    top: 0;
}
.menu::-webkit-scrollbar {
    display: none;
}
.menu__header {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    color: white;
}
.menu__product-categories {
    gap: 16.5px;
    margin-top: 30.5px;
}
.menu__product-categories__category {
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #c8c8c8;
}
.menu__product-categories__category img {
    margin-left: auto;
}
.menu__routing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
    margin-top: 32px;
}
.menu__routing__link a {
    color: #c8c8c8;
}
.menu__info {
    margin-top: 40.5px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: white;
    white-space: nowrap;
}
.menu__info__geolocation {
    margin-bottom: 16.5px;
}
.menu__info__phone-number {
    margin-bottom: 12px;
}
.menu__info__working-hours {
    color: #323232;
    margin-bottom: 24px;
}
.menu__info__social-media-icons {
    display: flex;
    gap: 20px;
    flex-grow: 1;
    justify-content: flex-end;
    margin-bottom: 38.5px;
}

.header__navigation__products {
    display: none;
}

.footer__cards .col {
    padding: 0 10px;
}
.footer__cards__card {
    position: relative;
    min-height: 300px;
    padding: 39px 50px 0px;
    margin-bottom: 20px;
    border-radius: 32px;
    overflow: hidden;
}
.footer__cards__card__samsung {
    background-color: #222222;
}
.footer__cards__card__vk {
    background-color: #a03eff;
}
.footer__cards__card__title {
    position: relative;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    color: white;
    max-width: 80%;
    z-index: 2;
}
.footer__cards__card__subtitle {
    margin-top: 12px;
    color: white;
}
.footer__cards__card button {
    position: relative;
    margin-top: 130px;
    flex-grow: 0;
    z-index: 2;
}
.footer__cards__card__photo {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.footer__cards__card__photo__samsung {
    margin-bottom: -110px;
    margin-right: 50px;
}
.footer__cards__card__photo__vk {
    width: 212px;
    margin-bottom: 37px;
    margin-right: 44px;
}
.footer__tags .divider-line {
    margin-top: 56.5px;
    border-bottom: 1px solid white;
    height: 1px;
}
.footer__tags__list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.footer__tags__list__tag {
    display: flex;
    background: #323232;
    border-radius: 24px;
    font-size: 17px;
    font-weight: 500;
    line-height: 23px;
    overflow: hidden;
}
.footer__tags__list__tag a {
    display: block;
    padding: 8px 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer__tags__show-more-button {
    display: none;
    background: none;
    border: none;
    color: white;
}
.footer__tags__show-more-button img {
    transition: transform ease-in-out 0.2s;
}
.footer__tags__show-more-button.is-showing-tags img {
    transform: rotate(180deg);
}
.footer__company-info {
    margin-top: 80px;
}
.footer__company-info__contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: white;
}
.footer__company-info__contacts__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__company-info__contacts__logo img {
    margin-bottom: 16px;
}
.footer__company-info__contacts__company-name {
    margin-bottom: 39px;
    font-size: 32px;
    font-weight: 400;
    line-height: 43px;
}
.footer__company-info__contacts__phone-number {
    margin-bottom: 12px;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}
.footer__company-info__contacts__working-hours {
    margin-bottom: 24px;
}
.footer__company-info__routing__expand-routing-button {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 24px;
    padding: 0;
    background: none;
    border: none;
    color: white;
    font-size: 22px;
    font-weight: 500;
    line-height: 29px;
    cursor: default !important;
}
.footer__company-info__routing__expand-routing-button img {
    display: none;
}
.footer__company-info__routing__route {
    margin-bottom: 12px;
}
.footer__company-info__routing__route:last-child {
    margin-bottom: 24px;
}
.footer__additional-info {
    display: flex;
    justify-content: space-between;
    color: white;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 50px;
    margin-top: 56px;
}

/*connect button*/

.connect {
	position: fixed;
	bottom: 40px;
	right: 40px;
    z-index: 2;
}

.connect__buttons {
	transition: opacity 0.5s ease-out;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.connect.clicked .connect__buttons {
	opacity: 1;
    height: auto;
}

.connect__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	cursor: pointer;
	background: green;
	margin-top: 10px;
}

.connect__button_wa {
	background-color: #25d366;
}

.connect__button_tg {
	background-color: #2AABEE;
}

.connect__button_vb {
	background-color: #7360f2;
}

.connect__button_vk {
	background-color: #4C75A3;
}

.connect__button_recall {
	background-color: #27D32F;
}

.connect__button_form {
	background-color: #673ab7;
}

.connect__button_main.folded {
	background: red;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	*transform: scale(1);
	animation: pulse 2s infinite;
	transition: background 0.5s ease-out;
}

.connect__button_main {
	background: gray;
	transform: scale(0.8);
	transition: background 0.5s ease-out;
}

.connect__icon {
	width: 30px;
	height: 30px;
}

.connect__icons {
	display: flex;
}

.connect .connect__button_main .connect__icon {
	opacity: 0;
	width: 0;
	height: 0;
	transition: opacity 1s;
}

.connect .connect__button_main .connect__icon.active {
	opacity: 1;
	width: 30px;
	height: 30px;
	transition: opacity 1s;
}

.connect .connect__button_main .connect__icon_close,
.connect.clicked .connect__button_main .connect__icons {
	opacity: 0;
	width: 0;
	height: 0;
}

.connect.clicked .connect__button_main .connect__icon_close {
	opacity: 1;
	width: 20px;
	height: 20px;
}

.pulse {
	background: red;
	border-radius: 50%;
	margin: 10px;
	height: 70px;
	width: 70px;
	box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
	transform: scale(1);
	animation: pulse 1s infinite;
}

.privacy-policy h2,
.bxmaker-authuserphone-consent h2 {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
}

.privacy-policy li,
.bxmaker-authuserphone-consent li {
	margin-bottom: 10px;
}

.privacy-policy li li,
.bxmaker-authuserphone-consent li li {
	margin-left: 2rem;
}

.privacy-policy a,
.bxmaker-authuserphone-consent a {
	color: #333333;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
	}

	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
	}

	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
	}
}

#modal-callback .modal-content {
    border-radius: 32px;
    padding: 32px;
}

/* connect button end*/
@media screen and (max-width: 1320px) {
    h2 {
        font-style: normal;
        font-weight: 600;
        font-size: 50px;
        line-height: 132.5%;
    }
    h3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 38px;
    }
    .main-text {
        line-height: 24px;
    }
    .price-text {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
}
@media screen and (max-width: 1200px) {
    .header__info {
        display: none;
    }
    .header__navigation__product-categories {
        display: none;
    }
    .header__navigation__search-and-cart__menu {
        display: block;
        padding: 2px;
    }
    .menu__info {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
}
@media screen and (max-width: 767px) {
    .header__navigation.search-active .header__navigation__search-and-cart {
        flex-grow: 0;
        margin-left: auto;
    }
    .header__navigation.search-active .header__navigation__search-and-cart__search-icon {
        display: block;
    }
    .header__navigation.search-active .header__navigation__search-and-cart__search {
        top: 100px;
        display: flex;
        flex-grow: 1;
        gap: 20px;
        padding: 5.5px 24px;
        border-radius: 15px;
        background-color: #323232;
    }
    .header__navigation.search-active .header__navigation__search-and-cart:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(22, 21, 19, 0.4);
        z-index: 999;
    }
    .header__navigation__search-and-cart {
        position: static;
    }
    .header__navigation__search-and-cart__search {
        display: block;
        position: absolute;
        top: -100px;
        left: 0;
        width: 100%;
        transition: top 0.4s ease-in-out;
        z-index: 1000;
        display: flex;
        flex-grow: 1;
        gap: 20px;
        padding: 5.5px 24px;
        border-radius: 15px;
        background-color: #323232;
    }
    .header__navigation__search-and-cart__search__icon {
        display: block;
    }
    .header__navigation__search-and-cart__search__input-box {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
    }
    .header__navigation__search-and-cart__search__close-button {
        visibility: visible;
        display: flex;
    }
    .footer__tags__show-more-button {
        display: block;
    }
    .footer__company-info__contacts {
        align-items: center;
    }
    .footer__company-info__contacts__social-media-icons {
        margin-bottom: 56px;
    }
    .footer__company-info__routing {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__company-info__expand-routing-button img {
        display: block;
    }
    .footer__company-info__route {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer__company-info__routing__expand-routing-button img {
        display: block;
    }
    .white-box__full {
        padding: 30px 0 50px;
    }
    .white-box__full.text-page {
        padding: 25px 0;
    }
}
@media screen and (max-width: 755px) {
    .menu {
        padding-bottom: 38px;
    }
    .menu__routing {
        flex-direction: column;
    }
}
@media screen and (max-width: 576px) {
    .footer__cards__card {
        padding: 32px 24px 0px;
        border-radius: 24px;
    }
    .footer__cards__card__title {
        font-size: 24px;
        font-weight: 500;
        line-height: 32px;
    }
    .footer__cards__card__subtitle {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
    }
    .footer__cards__card button {
        margin-top: 120px;
    }
    .footer__cards__card__photo__samsung {
        transform: scale(0.8);
        margin-right: 0px;
    }
    .footer__cards__card__photo__vk {
        width: 119px;
    }
    .footer__additional-info {
        flex-direction: column;
        align-items: center;
    }
    .footer__additional-info p {
        text-align: center;
    }
}
@media screen and (max-width: 550px) {
    h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 22px;
        line-height: 132.5%;
    }
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header__navigation-tab-content-wrapper {
        background-color: inherit;
    }
}