.element-detail__gallery {
	position: relative;
	padding-bottom: 25px;
	height: 100%;
}

.element-detail__badges {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	font-size: 0;
}

.element-detail_light .element-detail__badges {
	left: 0;
}

.element-detail__discount {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	position: absolute;
	bottom: 130px;
	right: 15px;
	z-index: 3;
	font-size: 15px;
	font-weight: 700;
	color: #193d80;
	background-color: #ffcc00;
	border-radius: 50%;
}

.element-detail_light .element-detail__discount {
	bottom: auto;
	top: 295px;
}

.element-detail__sticker {
	position: absolute;
	bottom: 115px;
	left: 0;
	z-index: 2;
}

.element-detail_light .element-detail__sticker {
	display: none;
}

.element-detail__content {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.element-detail__summary {
	padding: 25px 25px 15px;
	font-size: 14px;
}

.element-detail_light .element-detail__summary {
	padding: 0;
}

.element-detail__offer {
	position: relative;
	margin-top: 20px;
}

.element-detail__price {
	margin-bottom: 15px;
}

.element-detail__btn + .element-detail__btn {
	margin-top: 15px;
}

.element-detail__btn .button {
	width: 100%;
}

/* .element-detail__btn .link {
	display: inline-block;
	font-size: 12px;
	color: #7aa9ff;
} */
.element-detail__btn .link{
	display: inline-block;
	font-size: 14px;
	padding: 0px 20px;
	min-width: 220px;
	color: #193d80;
	background-color: #ffcc00;
	border-color: #ffcc00;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border-radius: 40px;
	text-decoration: none;
	transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out;
	position: relative;
	left: -60px;

}
.element-detail__btn .link:hover{
	color: #ffffff;
    background-color: #7aa9ff;
    border-color: #7aa9ff;
}
.element-detail__info {
	margin-top: 15px;
	line-height: 1.6;
	color: #636d80;
}

.element-detail__info a {
	color: #7aa9ff;
	text-decoration: underline;
}

.element-detail__info a:hover {
	text-decoration: none;
}

.element-detail__banner {
	margin-top: 20px;
}

.element-detail__brand {
	display: inline-block;
	max-width: 90%;
}

.element-detail__brand img {
	display: block;
	max-width: 100%;
	height: auto;
}

.element-detail__props {
	margin-top: 20px;
}

.element-detail__props + .element-detail__props {
	margin-top: 40px;
}

.element-detail__set {
	margin-top: 20px;
}

.element-detail__set a {
	display: inline-block;
	margin-top: 5px;
	color: #193d80;
	font-size: 16px;
	font-weight: 500;
}

.element-detail__code {
	margin-bottom: 10px;
	padding-right: 40px;
	line-height: 1.3;
}

.element-detail__description {
	margin-top: 40px;
	line-height: 1.5;
}

.element-detail__link {
	margin-top: 20px;
}

.element-detail__link .button {
	min-width: 100%;
}

.element-detail__certificate {
	margin-top: 15px;
	line-height: 1.5;
	font-size: 12px;
}

.element-detail__certificate .link {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	color: #7aa9ff;
}

.element-detail__certificate .link:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	background: 50% 50% no-repeat url("images/certificate.svg");
	background-size: contain;
}
@media (max-width: 575px){
	.element-detail__btn .link{
		width: 100%;
		left: 0;
	}
}
@media (min-width: 576px) {

.element-detail__offer {
	margin-top: -3px;
	width: 165px;
}

.element-detail__price .price {
	display: block;
}

}

@media (min-width: 768px) {

.element-detail__badges {
	left: 90px;
}

.element-detail__discount {
	bottom: 40px;
}

.element-detail__sticker {
	left: 90px;
	bottom: 25px;
}

.element-detail__link .button {
	min-width: 50%;
}

}

@media (min-width: 1024px) {

.element-detail__gallery {
	padding-bottom: 0;
}

.element-detail__badges {
	left: 110px;
}

.element-detail__discount {
	bottom: 25px;
	right: 25px;
}

.element-detail__sticker {
	left: 110px;
	bottom: 0;
}

.element-detail__offer .button_compare {
	position: absolute;
	top: -5px;
	left: -64px;
}

}

