.auth_container-user {
    display: flex;
    align-items: center;
    color: #555;
    font-weight: 700;
    background: #e3e3e3;
    height: 38px;
    padding: 0 10px;
    border-radius: 50px;
    justify-content: space-between;
}
.nd_auth-login.nd_auth-login--authorized {
    background: none;
    padding: 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    line-height: 1;
    text-overflow: ellipsis;
    height: 100%;
    padding-right: 8px;
    font-size: 14px;
    white-space: nowrap;
}
.nd_auth-login.nd_auth-login--authorized:before {
    margin-right: 3px;
    margin-top: 1px;
}
.nd_auth-login--logout {
    line-height: 1;
    padding-left: 6px;
    font-size: 14px;
    position: relative;
}
.nd_auth-login--logout:before {
    content: '/';
    position: absolute;
    left: -4px;
    top: 50%;
    font-size: 16px;
    z-index: 10;
    transform: translateY(-50%);
}
.start_box #logout:before {
    background-image: url(img/personal-logout.svg);
    background-size: contain;
    left: 62px;
}
.start_box #logout:hover:before {
    background-image: url(img/personal-logout-white.svg);
    background-position: unset;
}

@media (max-width: 840px) {
    .start_box #logout:before {
        left: -20px;
    }
}

.common-news-row h1 {
    font-size: 22px;
    color: #484848;
    margin-bottom: 22px;
}
.detail-product-card-header h1 {
    font-size: 22px;
    color: #212121;
    font-family: "Cuprum";
    padding-left: 10px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
	.detail-product-card-header h1 {
		padding-left: 0;
	}
}

@media only screen and (min-width: 780px) {
	.catalog-section .btnSort.btnFilter {
	    white-space: nowrap;
	}
	.catalog-section-sort {
		width: 475px;
	}
}
.broadcast_block {
    padding-top: 14px;
}

.scroll-to-top-btn {
    position: fixed;
    bottom: 125px;
    right: 55px;
    z-index: 99;
    font-size: 24px;
    border: none;
    outline: none;
    background-color: #107c2c;
    color: white;
    padding: 15px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}
.scroll-to-top-btn:hover {
    background-color: #0a471b;
    color: white;
    cursor: pointer;
}

.order-checkout__shop-info {
	color: #cb424b;
}

.one-click-hint {
    line-height: 1.2;
    font-size: 14px;
    padding: 10px 0 0;
	font-weight:bold
}

.telegram_ico {
	width: 26px;
	height: 26px;
	background: url(images/telegram_logo.svg) 0 0;
	background-size: contain;
	display: inline-block;
    position: absolute;
    margin-left: -32px;
}
