.site-bottom-text {
	font-size: 10px;
}

.phone-link {
	color: #333333;
	text-decoration: none;
}

.phone-link--footer {
	color: #ffffff;
}

.footer-li-counter {
	margin-top: 10px;
}

.c-brand-thumb__image-box {
	height: 90px;
}

.coler .l-label__content {
	display: inline-block;
	height: 32px;
	margin-left: 7px;
	line-height: 32px;
	padding-left: 42px;
	background: url('/wa-data/public/site/data/img/coler.png') no-repeat;
	background-size: 32px;
}

.coler .l-label__control-container {
	vertical-align: middle;
}

.calk {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding-left: 42px;
	background: url('/wa-data/public/site/data/img/icons8-calk.png') no-repeat;
	background-size: 32px;
}

.additional-info > div {
	margin-top: 15px;
}

.featured-shipping-and-payment {
	margin-top: 10px;
}

.featured-shipping-and-payment img {
	margin-right: 10px;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.garanty-link {
	color: #0072bb;
	font-weight: 700;
}

.garanty-link:hover {
	color: #f00f00;
}

.icon-shield {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 12px;
	height: 13px;
	background:url("/wa-data/public/site/img/shield.png") center no-repeat;
	background-size: 12px 13px;
	transform: translate(0, 0);
	animation: rotate 2s infinite linear;
}

.garanty-link:hover .icon-shield {
	filter: hue-rotate(150deg);
}

.c-page_buy1step .c-buy1step-decorator .buy1step-step__header-box {
	color: #ffffff;
	padding: 15px;
	background-color: rgb(59, 13, 8);
}

#delivery-show-info {
	height: 40px;
	line-height: 38px;
	margin: 0;
	padding: 0 15px;
	color: #fff;
	border-radius: 5px;
	box-shadow: 0 0;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	text-decoration: none;
	outline: 0;
	background: linear-gradient(to bottom, #e33335, #cd2325);
	border: 1px solid #750C2B;
	cursor: pointer;
}

.delivery-city-name,
.calk-text {
	color: #b92617;
	text-decoration: none;
	border-bottom: 1px dashed rgba(185, 38, 23, 0.5);
}

.delivery-city-name:hover,
.calk-text:hover {
	color: #3b0d08;
	border-bottom: 1px dashed rgba(59, 13, 8, 0.5);
}

.c-autocomplete {
	z-index: 99999 !important;
}

.delivery-popup-content input {
	font-size: 14px;
	line-height: 36px;
	width: 350px;
	margin: 0;
	padding: 1px 10px;
	color: #000;
	background: #fff;
	border: 1px solid #bababa;
	border-radius: 4px;
	box-shadow: inset 1px 1px 3px 0 #bdbdbd;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
}

.add2cart.c-product-add-to-cart {
	position: relative;
}

.payment_dialog {
	position:absolute;
	display:inline;
	cursor: pointer;
	top: 17px;
	right: 20px;
}
.payment_block {
	text-align: center;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	background: #fff;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	padding: 15px;
}
.payment_block .payment_info_title {
	margin-bottom: 10px;
}
.payment_info {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 300px;
	background: #fff;
	box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.5);
	z-index: 20;
	padding: 10px;
}
.payment_block .payment_img {
	display: inline-block;
	margin-right: 10px;
}
.payment_dialog:hover .payment_info {
	display:block;
}

@media (min-width: 1200px) {
	.c-slide__text {
		width: calc(var(--container-width) - 90px);
		left: 50%;
		transform: translateX(-50%);
	}
}

.bold {
	color: #333;
	font-weight: 500;
}