.btn {
	background-color: #ED2438;
	color: #ffffff;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s; }
.btn:hover,
.btn.active {
	background-color: #FF4357; }
.btn svg {
	margin-right: 10px;
	position: relative;
	top: -1px; }
	
.btn-gray {
	background-color: #E7EAF4;
	color: #201E1E;
	width: 100%;
	padding-top: 17px;
	padding-bottom: 14px;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.5s; }
.btn-gray:hover,
.btn-gray.active {
	background-color: #D4D7E1; }
.btn-gray svg {
	margin-right: 10px;
	position: relative;
	top: -1px; }
	
.hidden {
	display: none; }

.head-main__nav-links {
	max-width: 400px;
	height: 20px;
	flex-grow: 1;
	position: relative;
	overflow: hidden; }
.head-main__nav-links.active {
	overflow: unset; }
.head__box .burger {
	position: relative;
	top: -1px;
	cursor: pointer; }

.head-main__nav-links a {
	white-space: nowrap; }
.main-submenu-list {
	display: block;
	width: 170px; }
.main-submenu-list a {
	white-space: normal;
	margin-right: 0;
	width: 100%;
	display: block; }
.main-menu-target {
	display: none;
	position: absolute;
	right: -15px;
	top: 20px;
	z-index: 100;
	padding: 10px;
	border-radius: 10px;
	background-color: #fff; }
.main-menu-target .main-submenu-list a {
	color: #000;
	font-size: 12px;
	margin-bottom: 10px; }
.main-menu-target .main-submenu-list a:hover {
	color: #ED2438; }
.main-menu-target .main-submenu-list a:last-child {
	margin-bottom: 0; }
.main-menu-item_more:hover .main-menu-target {
	display: block; }
.main-menu-item.main-menu-item_more .main-menu-link {
	display: flex;
	align-items: center;
	height: 15px; }
	
.footer__social svg {
	width: 30px;
	height: 30px; }
.footer__wrap-icons-label-adaptiv svg {
	width: 30px;
	height: 30px; }
.footer__box-item input {
	color: #fff; }
.footer__box-item .red-button {
	border-radius: 2px; }
	
.fixed-buttons a {
	height: 60px;
	width: 60px;
	border-radius: 38px;
	display: flex;
	justify-content: center;
	align-items: center; }

.good-card__title,
.product-card__title {
	display: inline-block; }
.good-card__title a,
.product-card__title a {
	color: #201E1E; }
.good-card__title a:hover,
.product-card__title a:hover {
	color: #ED2438; }
	
.news-cards__inform {
	color: #fff; }
	
.panel-section {
	background-color: #F8F9FD;
	padding-bottom: 20px; }
.panel-section h1 {
	font-size: 3em;
	color: #201E1E;
	line-height: 140%; }
.panel-section .grey-line {
	margin-bottom: 0; }
.breadcrumbs {
	padding: 40px 0px 20px; }
	
.catalog__pages-btns {
	justify-content: space-between; }
.load-more-pages .pager {
	display: flex;
	align-items: center; }
.pager-link {
	background-color: #fff;
	padding: 10px;
	margin-right: 5px;
	border: 1px solid #E7EAF4;
	min-width: 44px;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #201E1E; }
.pager-link span {
	position: relative;
	top: 2px; }
.pager-item.pager-item_active .pager-link,
.pager-item .pager-link:hover {
	background-color: #ED2438;
	border-color: #ED2438;
	color: #fff; }
.pager-item .pager-link:hover svg path {
	stroke: #fff; }
.load-more-link {
	background-color: #201E1E;
	padding: 10px 25px;
	border: 1px solid #201E1E;
	min-height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff; }
.load-more-label {
	margin-top: 5px; }
.load-more-arrow {
	margin-left: 15px;
	background: #ED2438;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center; }
.load-more-link:hover {
	background-color: #343232;
	border-color: #343232;}
	
.loading {
	display: none;
	width: 80px;
	height: 80px; }
.loading:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	z-index: 100;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #ED2438;
	border-color: #ED2438 transparent #ED2438 transparent;
	animation: loading 1.2s linear infinite; }
@keyframes loading {
	0% {
    	transform: rotate(0deg);
	}
	100% {
    	transform: rotate(360deg);
	}
}
.content-loading {
	position: relative; }
.content-loading:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 1000;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.5); }
.content-loading .loading {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	z-index: 1001; }
	
.catalog__list--sub {
	margin-top: 10px; }
	
.slider-range {
  margin-bottom: 13px; }
  .slider-range-panel {
    display: flex;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px; }
  .slider-range-panel-item {
    display: flex;
    align-items: center;
    flex-grow: 1;
    position: relative;
    padding-left: 10px;
    padding-right: 10px; }
  .slider-range-input {
    flex-grow: 1;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 7px 7px 7px 32px;
    border: solid #E7EAF4;
    border-width: 1px;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 0.44px;
    color: #828282; }
    .slider-range-input:last-child {
      margin-right: 0; }
  .slider-range-track {
    height: 3px;
    margin-left: 5px;
    margin-right: 10px; }
    .slider-range-track:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: calc(100% + 15px);
      height: 3px;
      margin-left: -5px;
      margin-right: -10px;
      background-color: rgba(237, 36, 56, 0.2);
      max-width: none; }
  .slider-range-quantity {
    background-color: #ED2438; }
  .slider-range-label {
    position: absolute;
    top: 8px;
	left: 17px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.44px;
    color: #828282; }
  .slider-range-text {
    position: absolute;
    top: -32px;
    left: -4px;
    padding: 0 3px;
    width: 25px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #2a364d;
    text-align: center;
    font-family: 'Calibri', sans-serif; }
  .slider-range .slider-range-track {
    border-width: 0; }
  .slider-range .slider-range-button {
    width: 25px;
    height: 25px;
    box-shadow: 0px 0px 4px rgba(89, 167, 80, 0.4);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: #fff;
    border-width: 0; }
    .slider-range .slider-range-button:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 18px;
      height: 18px;
      background-color: #ED2438;
      border-radius: 50%;
      filter: drop-shadow(0px 0.54505px 1.09009px rgba(15, 86, 179, 0.2)) drop-shadow(0px 1.09009px 2.18018px rgba(15, 86, 179, 0.2)); }
.slider-range-track {
	margin-top: 25px;
	margin-bottom: 30px; }
	
.catalog__cards.catalog__cards-5 {
	grid-template-columns: repeat(auto-fill, 19%); }
.catalog h1 {
	font-size: 3em; }
.catalog__header {
	padding-top: 0; }
	
.editor p {
	font-family: 'Kelson Sans Light';
	font-size: 16px;
	line-height: 160%; }
.editor ul li {
	font-family: 'Kelson Sans Light';
	font-size: 16px;
	line-height: 160%; }
.editor h2 {
	font-size: 32px; }
.editor a {
	color: #ED2438;
	text-decoration: underline; }
.editor a:hover {
	text-decoration: none; }
	
.page-product__logo {
	max-width: 95px;
	margin-left: 15px; }
	
.product-item-scu-item-text-container {
	padding: 0; }
.product-item-scu-item-text-block {
	padding: 18px 24px;
	background-color: #F8F9FD;
	border: 1px solid #F8F9FD;
	color: #201E1E;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	cursor: pointer; }
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
	color: #201E1E;
	border: 1px solid #201E1E;
	font-family: 'Kelson Sans Bold'; }
.slider-product {
	background-color: #fff; }

.page-product__price-old {
	display: block;
	margin-left: 10px;
	text-decoration: line-through; }
.product-labels .tech-big-img {
	display: none; }
.product-labels .desc-img1 {
	margin-top:25px;
	max-height: 170px; }
.product-labels .tech-box h2 {
	font-family: 'Kelson Sans Bold';
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: calc(20px + 5*(100vw / 1920));
	line-height: 160%; }
.product-labels .tech-box p {
	line-height: 22px; }
.product-label__card:nth-child(2n) {
	border-left: none;
	border-bottom: none; }
.product-label__card:nth-child(1) {
	border-bottom: none; }
	
.product-essential__text-box h3 {
	font-size: calc(18px + 2*(100vw / 1920));
	line-height: 160%;
	padding-bottom: 15px; }
.product-essential__text-box p {
	font-family: 'Kelson Sans Light';
	font-size: 16px;
	line-height: 160%;
	padding-bottom: 30px; }
.product-essential__guarantee-box {
	min-width: 300px; }
.products-popup-amount .amount {
	display: flex;
	align-items: center; }
.products-popup-amount .amount-digit {
	border: none;
	height: 40px;
	text-align: center;
	max-width: 40px; }
.amount-counter.purchase-table__btns {
	margin: 0; }
	
.basket-price-old {
	text-decoration: line-through;
	color: #999; }
	
.purchase-table__col-btns .amount {
	display: flex;
	align-items: center; }
.purchase-table__col-btns .amount-counter {
	width: 40px;
	height: 40px;
	background: #F8F9FD;
	display: flex;
	justify-content: center;
	align-items: center; }
.purchase-table__col-btns .amount-digit {
	border: none;
	height: 40px;
	text-align: center;
	max-width: 40px; }
.basket-table-item-container .purchase-table__row {
	border-bottom: 1px solid #E7EAF4; }
.basket-table-item-container:last-child .purchase-table__row {
	border-bottom: none; }
.basket-table-item-notification {
	padding: 30px;
	padding-bottom: 10px; }
.basket-table-item-notification .basket-items-list-item-removed-block a {
	color: #ED2438;
	text-decoration: underline; }
.basket-table-item-notification .basket-items-list-item-removed-block a:hover {
	text-decoration: none; }

.purchase-check-delete {
	margin-top: 20px; }
.basket-actions-link {
	display: flex;
	align-items: center;
	color: #ED2438; }
.basket-actions-link svg {
	margin-left: 5px;
	position: relative;
	top: -1px; }
	
.modal__btn {
	display: block;
	text-align: center;
	cursor: pointer;
	border: none; }
.modal__btn.hidden {
	display: none; }
.popup_body .errortext {
	text-align: center;
	display: block;
	margin-top: 10px; }
.popup_body .notetext {
	text-align: center;
	display: block;
	margin-top: 10px;
	margin-bottom: 20px; }
div.basket-empty {
	background-color: #F8F9FD;
	height: 100vh;
	position: relative; }
	
.stretching__form-top-data {
	flex-wrap: wrap;
	margin: 0px -10px; }
.stretching__form-top-data .text-field {
	width: 100%; }
.bx-soa-customer-field {
	width: 50%;
	padding: 0px 10px; }
.text-field__input {
	width: 100%; }
#bx-soa-properties .page-ordering__box-title {
	margin-bottom: 10px; }
.stretching__form-top-data-textarea {
	margin: 0px; }
	
.page-ordering__img img {
	position: absolute;
	left: 29%;
	bottom: 24%;
	max-height: 50px;
	max-width: 50px;
	width: auto; }
.order-radio-field input,
.page-ordering__card input {
	display: none; }

#bx-soa-region .bx-soa-section-content .bx_soa_location .form-group:first-child
{
	display: none; }
	
.ordering__inform {
	margin-top: 0; }
	
.sale-paysystem-yandex-button-item {
	background-color: #ED2438;
	color: #fff !important;
	font-weight: normal; }
.sale-paysystem-yandex-button-item:hover {
	background-color: #ED2438;
	opacity: 0.8; }
.sale-paysystem-wrapper {
	border: 1px solid #ddd;
	margin-top: 20px; }

.modal__content .alert,
.modal__content .errortext {
	text-align: center;
	margin-top: 20px; }
.modal__content .alert.alert-danger,
.modal__content .errortext {
	color: #ff0000; }
.modal__content .alert.alert-success {
	color: #00d700; }
	
.popup-content {
	position: relative; }
	
.auth-form-default {
	max-width: 480px;
	padding-top: 30px;
	padding-bottom: 50px; }
	
.history__btns-box a {
    padding: 15px 23px;
    display: flex;
    color: #000;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    background-color: #F8F9FD; }
.history__btns-box a:hover {
    background-color: #6C6F79; }
.history__btns-box a svg {
    margin-right: 10px; }
    
.order-cancel {
	max-width: 480px; }
.link-green {
	color: #ED2438; }
.order-cancel a {
	color: #ED2438; }
	
.order-detail-panel {
	padding-bottom: 25px; }
.order-number__paid {
	padding: 4px 15px;
	background-color: #00d000;
	color: #ffffff;
	border-radius: 4px;
	margin-left: 10px; }
	
.warranty__tabs-box .tab-text p {
	font-family: 'Kelson Sans Light';
	font-size: 16px;
	line-height: 160%;
	padding-bottom: 4.5%; }
	
.contacts-page__inform h1 {
	color: white;
	padding-bottom: 5%;
	font-weight: 400;
	font-size: calc(30px + 27*(100vw / 1920));
	line-height: 140%; }
	
.product-card {
	position: relative; }
.product-card__panel {
	display: none;
	transition: 0.5s;
	position: absolute;
	top: -1px;
	right: -1px; }
.product-card-panel--link {
	width: 40px;
	height: 40px;
	margin-bottom: -1px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E7EAF4;
	background-color: #fff; }
.product-card-panel--favorite.is-active svg path {
	fill: #f00;
	stroke: #f00; }
.product-card-panel--compare.is-active svg path {
	fill: #f00;
	stroke: #f00; }
.product-card:hover .product-card__panel,
.good-card:hover .product-card__panel {
	display: block; }
	
.catalog__header-favorites {
	align-items: center; }
.btn-gray.profile-wishlist-link {
	padding-left: 20px;
	padding-right: 20px; }
	
.comparison__show-btn {
	color: #000; }
	
.comparison__card-btn {
	display: flex;
	align-items: center;
	justify-content: center; }

.page-product__price-old svg path {
	stroke: #6C6F79; }
	
.product-card__offers {
	padding: 0px 10px; }
.product-card__offers ul {
	display: flex;
	flex-wrap: wrap;
	margin: 20px -2.5px 0; }
.product-card__offers ul li {
	padding: 0px 5px;
	margin-bottom: 5px;
	text-align: center;
	/*width: 20%;*/ }
.product-card__offers ul a,
.product-card__offers ul .product-item-scu-item-text {
	background-color: rgba(248, 249, 253, 1);
	font-size: 14px;
	line-height: 17px;
	color: rgba(32, 30, 30, 1);
	min-width: 40px;
	height: 24px;
	padding: 5px 10px 3px;
	display: flex;
	align-items: center;
	justify-content: center; }
.product-card__buttons {
	padding-top: 20px; }
.product-card__buttons a {
	margin-bottom: 0; }
.product-card,
.good-card {
	position: relative; }
.product-card__container {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 1;
	background-color: #fff;
	transition: 0.5s; }
.product-card:hover .product-card__container,
.good-card:hover .product-card__container {
	display: block; }
.product-card__container:before {
	position: absolute;
	top: -3px;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1); }
.product-card__inform-box,
.good-card__inform-box {
	background: #fff;
	position: relative;
	z-index: 10; }
.good-card .product-card__container:before {
	box-shadow: none; }
.good-card .product-card__container {	
	border: 1px solid #E7EAF4;
	border-top: 0; }
	
.product-item-hide {
	display: none; }
.product-card__img-box {
	height: auto; }
.product-card__container .product-item-scu-item-text-block {
	padding: 0; }
.product-card__container .product-item-scu-item-text-block {
	border-radius: 0; }
.product-card__container .product-item-scu-item-text {
	max-width: 100%; }
	
.product-card__price--old svg,
.good-card__price--old svg {
	height: 17px; }
.good-card__price--old svg path {
	stroke: #6C6F79;
}
	
.popup.fancybox-content {
	width: 100%;
	max-width: 480px; }
.popup .modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent; }
	
.goods-popular .slick-list,
.goods-new .slick-list {
	overflow: unset;
	overflow-x: clip; }
	
.tabs-slider .slick-list {
	overflow: unset;
	overflow-x: clip; }
	
.page-product__fix-btns a {
	margin-right: 10px; }
	
.page-product__price-old .product-card__valuta svg {
	height: 16px; }
.page-product__price-old .product-card__valuta svg path {
	stroke: #6C6F79; }

body .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background: url('/img/share.svg?1') !important;
	height: 27px;
	width: 27px; }
body .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	background: no-repeat;
	padding: 0; }
.page-product__mobile-links .card-share {
	position: relative;
	top: -2px; }

.page-product__min-btn {
	margin-right: 10px; }
.page-product__min-btn.is-active {
	background-color: #F2F5FF; }
.page-product__min-btn.is-active.link-favorites svg path {
	fill: #ED2438;
	stroke: #ED2438; }
.page-product__mobile-links .link-favorites.is-active svg path {
	fill: #ED2438;
	stroke: #ED2438; }
.page-product__min-btn.is-active.link-compare svg path {
	fill: #ED2438;
	stroke: #ED2438; }
.page-product__mobile-links .link-compare.is-active svg path {
	fill: #ED2438;
	stroke: #ED2438; }
.product-card__top-label {
	height: 34px; }
.slider-product__label-box {
	z-index: 1000; }
.modal__txt-company {
	display: none; }
.footer__box .modal__success {
	color: #fff; }

.slider-vertical__box {
	border: 1px solid transparent; }
.slick-current .slider-vertical__box {
	border: 1px solid #ED2438; }
	
.content.editor {
	padding: 30px 0 50px; }
.content.editor .dmats {
	color: #201E1E;
	font-family: 'Kelson Sans Light';
	font-size: 16px;
	line-height: 160%; }
.content.editor .dmats.desc-text1,
.content.editor .dmats.desc-text2,
.content.editor .dmats.desc-text3,
.content.editor .dmats.desc-text4,
.content.editor .dmats.desc-text5,
.content.editor .dmats.desc-text6 {
	margin-bottom: 10px; }
.content.editor h3 {
	margin-bottom: 10px;
	font-weight: 600;
	font-family: 'Kelson Sans Light'; }
	
.page-product__price-old svg {
	position: relative;
	top: 1px; }
.product-card__price--old svg path {
	stroke: #6C6F79; }
.product-card__price svg,
.good-card__price svg {
	position: relative;
	top: 1px; }
	
.product-card__comment,
.good-card__comment {
	margin-left: 8px;
	position: relative;
	top: 2px; }
.product-card__comment:hover,
.good-card__comment:hover {
	color: #ED2438; }

.product-card__inform,
.good-card__inform {
	display: block; }	
.product-card__title,
.good-card__title {
	width: 100%;
	margin-bottom: 10px; 
min-height:70px;
}
.product-card__inform-price-box,
.good-card__inform-price-box {
	display: block; }
.product-card__price--old,
.good-card__price--old {
	margin-top: 0; }

.slider .slick-arrow.slick-prev,
.slider .slick-arrow.slick-next,
.slider-comment .slick-arrow.slick-prev,
.slider-comment .slick-arrow.slick-next {
	transition: 0.5s; }	
.slider .slick-arrow.slick-prev:hover,
.slider .slick-arrow.slick-next:hover,
.slider-comment .slick-arrow.slick-prev:hover,
.slider-comment .slick-arrow.slick-next:hover {
	background-color: #CC0F46; }
	
.product-card__price,
.good-card__price {
	color: #ED2438; }
.product-card__price svg path, 
.good-card__price svg path {
	stroke: #ED2438; }
	
.product-card__top-label--HIT {
	background-color: #ED2438; }
.product-card__top-label--sale {
	background-color: #ED2438; }
.product-card__top-label--sale {
	background-color: #FF4E62; }
	
.comment-card__good-box {
	border-bottom: none; }
.comment-card__text {
	font-family: 'Kelson Sans Light';
	font-size: 16px;
	line-height: 26px; }
.comment-card__good-price svg {
	height: 16px;
	position: relative;
	top: 1px; }

.sliderbig .slick-arrow.slick-prev:hover,
.sliderbig .slick-arrow.slick-next:hover {
	background-color: rgba(255, 255, 255 ,0.8); }
	
.contacts-box__inform-subtitle,
.contacts-box__inform-time,
.contacts-box__inform-address {
	font-family: 'Kelson Sans Light'; }
	
.footer__address a {
	color: #fff; }

.catalog-menu__content {
	padding-top: 25px; }
.head__link:hover {
	color: #ED2438; }
	
.head__contacts-phone:hover {
	color: #ED2438; }
.head-main__social a:hover svg {
	opacity: 0.5; }
	
h2.banner__title {
	color: #fff; }
	
.menu-btn {
	top: 1px; }
.head-main__nav-links {
	top: 2px; }
	
.breadcrumbs span.active {
	padding: 0;
	font-weight: 300;
	font-size: 14px;
	line-height: 17px; }
.breadcrumbs a:hover {
	color: #201E1E; }

.product-card__img-box,
.good-card__img-box {
	text-align: center; }
.product-card__img-box img {
	height: 260px;
	width: auto;
	max-width: 100%; }
.tabs .product-card__img-box img {
	max-height: 230px; }
.tabs .product-item {
	height: 100%; }
.tabs-slider .product-card__img-box {
	min-height: unset; }
.tabs .product-card__title {
	max-height: 44px;
	overflow: hidden; }
	
.good-card img {
	width: auto;
	max-width: 100%; }
	
.tabs-slider .slick-slide:not(.slick-active) {
	opacity: 0; }
	
.popup .text-field__label {
	position: absolute;
	top: -17px; }
.popup .text-field {
	position: relative;
	margin-bottom: 20px; }
.popup .modal__btn {
	margin-top: 30px; }
.popup .modal__title {
	margin-bottom: 20px; }

.head-main__figure {
	border-radius: 15px;
	line-height: 16px; }
	
.catalog-slider__card {
	justify-content: space-between; }
.catalog-slider__inform {
	padding: 30px 0 30px 40px;
	width: 50%; }
	
.basket-modal__product .valuta svg {
	position: relative;
	top: 2px;
	height: 20px; }
	
.modal__btn:hover {
	box-shadow: none;
	background-color: #FF3F53; }
.basket-modal .modal__btn {
	padding-top: 16px;
	display: flex; }
.basket-modal .modal__btn svg {
	position: relative;
	top: -1px; }
.basket-modal__btn--grey:hover {
	opacity: 0.8; }
	
.purchase-table__col-btns .amount-counter:hover {
	opacity: 0.8; }
.basket-modal__product-close:hover svg path,
.purchase-table__delete:hover svg path {
	stroke: #FF3F53; }

#basket-root .purchase-table__col {
	width: auto; }
.purchase-table__col:nth-child(5) {
	padding-left: 10px; }

.contacts__small-text,
.contacts__slim-text {
	font-family: 'Kelson Sans Light'; }

.text-field__input {
	position: relative;
	z-index: 10;
	background: transparent; }
.text-field__label {
	transform: translateY(2.7rem); }
	
.search-page {
	padding-top: 20px;
	padding-bottom: 50px;
	background-color: #F8F9FD; }
.search__form {
	position: relative;
	margin-bottom: 30px; }
.search-query {
	width: 100%;
	border: 1px solid #ddd;
	padding: 15px 25px 13px; }
.search-button {
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	cursor: pointer; }

.product-empty-title {
	font-size: 20px; }
.product-empty-text {
	font-family: 'Kelson Sans Light';
	margin-top: 10px; }

.search-popup-form {
	display: none;
	background: #fff;
	padding: 20px 0;
	border-top: 1px solid #ddd;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 100; }
.search-popup-form.active {
	display: block; }
.search-container {
	position: relative; }
.search-popup-content {
	max-height: 535px;
	overflow: scroll;
	padding: 30px 0; }
.search-popup-footer {
	padding-top: 30px;
	border-top: 1px solid #ddd; }
.search-popup-footer .btn {
	max-width: 250px; }
.catalog__cards.catalog__cards-search {
	grid-template-columns: repeat(auto-fill, 16%); }

.text-field__textarea {
	width: 100%;
	height: 100px; }
	
.rating-area {
	display: inline-block; }
.rating-area input {
	display: none; }
.rating-area label {
	margin: 0px 2px; }
.rating {
	text-align: center; }
.rating-area:not(:checked) > label:hover {
	cursor: pointer; }
.rating-area:not(:checked) > label:hover svg path, 
.rating-area:not(:checked) > label:hover ~ label svg path {
	fill: #FFCC33; }
.rating-area:not(:checked) > label {
	float: right; }
.rating-area > input:checked ~ label svg path {
	fill: #FFCC33; }
.field-star .rating {
	text-align: left; }
.modal__success {
	text-align: center; }
	
.contents {
	background-color: #F8F9FD;
	padding-bottom: 100px; }
.contents-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0px -10px; }
.contents-col-8 {
	width: 60%;
	padding: 0px 10px; }
.contents-col-4 {
	width: 40%;
	padding: 0px 10px; }
.contents h3 {
	margin-top: 20px;
	margin-bottom: 10px; }
.contents h2 {
	font-size: 40px;
	margin-bottom: 20px; }
.contents p {
	margin-bottom: 20px; }
	
.catalog-slider__card img {
	object-position: left; }
.catalog-slider__inform {
	width: 45%; }

@media (max-width: 1440px) {
	.goods__block img {
		object-fit: unset;
		max-width: 50%;
		width: auto;
		max-height: 90%;
	}
	
	.catalog__cards.catalog__cards-search {
		grid-template-columns: repeat(auto-fill, 24%); }
}
@media (max-width: 768px) {
	.goods__block img {
		max-width: 200px;
	}

	.slider-product__box img {
		max-height: 100%;
		max-width: 100%;
		height: auto;
		width: auto; 

		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);

	}

}

@media (max-width: 768px) {
	.good-card__title, .product-card__title {
		max-height: 38px; }
		
	.catalog__pages-btns {
		display: block; }
	.load-more-block {
		margin-top: 20px;
		display: block; }
	.load-more-pages {
		text-align: center;
		display: flex;
		justify-content: center; }
	
	.catalog h1 {
		font-size: 2em; }
		
	.page-product__fix-btns a:last-child {
		margin-right: 0; }
		
	.summ-box__text-box .valuta svg {
		width: 20px;
		height: 20px;
		position: relative;
		top: 1px; }
		
	.product-card__price svg, .good-card__price svg {
		top: 2px; }
		
	.news-cards {
		margin: 0px -5px;
		flex-wrap: wrap; }
	.news-cards__block {
		width: 50%;
		padding: 0px 5px;
		margin-bottom: 6px; }
	.news-cards__block img {
		min-height: 300px; }
	
	.product-card__offers ul li {
		/*width: 33.33333%;*/ }
	.product-card__offers ul a, 
	.product-card__offers ul .product-item-scu-item-text {
		width: 100%; }
		
	.search-button {
		position: unset;
		width: 100%;
		margin-top: 20px; }
		
	.contents-col-8,
	.contents-col-4 {
		width: 100%; }
}

@media (min-width: 768px) {
	a[data-title] {
		position: relative; }
	 
	a[data-title]:hover:before {
		content: attr(data-title);
		position: absolute;
		width: 125px;
		background: #fff;
		padding: 7px 5px 5px;
		border-radius: 4px;
		top: 0px;
		left: 44px;
		z-index: 10;
		font-size: 10px;
		text-align: center;
		color: #000;
		box-shadow: 0px 1px 2px #ccc;
		line-height: normal; }
		
	.product-item a[data-title]:hover:before,
	.good-card a[data-title]:hover:before {
		left: auto;
		top: 6px;
		right: 44px; }
	.head-main__search[data-title]:hover:before,
	.head-main__profil[data-title]:hover:before,
	.head-main__arrows[data-title]:hover:before,
	.head-main__adaptiv-link[data-title]:hover:before {
		left: auto;
		top: 1px;
		right: 34px; }
		
	.page-product__summ-btns a[data-title]:hover:before {
		left: auto;
		top: 17px;
		right: calc(100% + 10px); }
}

@media (max-width: 1440px) {
	.page-product__summ-btns a[data-title]:hover:before {
		left: auto;
		top: 15px;
		right: 60px; }
}

.top-button {
	display: none;
	position: fixed;
	z-index: 100;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	padding: 10px 0 15px;
	background-color: #ED2438;
	text-align: center;
	font-size: 21px;
	color: #fff; }
.top-button:hover {
	color: #fff;
	opacity: 0.8; }
.top-button_active {
	display: block; }
.top-button svg {
	transform: rotate(180deg); }
.top-button svg path {
	stroke: #fff; }
	
.product-card__top-label--icon {
	padding: 0 10px;
	overflow: hidden;
	background-color: #F90000; }
.product-card__top-label--icon img {
	position: relative;
	top: 3px;
	height: 100%;
	width: auto; }
.product-card__top-label--3898 {
	background-color: #E31E24; }

.product-card__top-label--3895 {
	background-color: #FFED00; }

.product-card__top-label--7786 {
	background-color: #019e3f;
}
.product-card__top-label--7786::before {
	position: absolute;
	height: 17px;
	width: 69.5px;
	content: " ";
	background-color: #005da2;
	left: 0;
}
.product-card__top-label--7785 {
	background-color: #001489;
}
.product-card__top-label--3897 {
	background-color: #eb6100;
}
.product-card__top-label--7784 {
	background-color: #000066;
}
.product-card__top-label--7788 {
	background-color: #f79523;
}


	
.comment-card__good-title a {
	color: #000; }
.comment-card__good-title a:hover {
	color: #ED2438; }

.footer__box-item-list p {
	font-size: 16px; }

.slider-product__box {
	text-align: center; }

.slider-product__box img {
	max-height: 100%;
	max-width: 100%;
	height: auto;
	width: auto; 
/*
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	*/
}
	
.head-main__social a:hover .head-main__figure {
	background-color: #FF4357; }
	
.goods__block {
	overflow: hidden; }

/*@media (max-width: 768px) {*/
	.goods__block-link {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		z-index: 10; }
/*}*/

.contacts-whatsapp-link {
	color: #fff;
	font-size: 21px; }
.contacts-whatsapp-link svg {
	position: relative;
	top: 3px;
	margin-left: 5px; }
	
.section-title a {
	color: #000; }
.section-title a:hover {
	color: #ED2438; }
	
.catalog__content-box {
	overflow: unset; }

.card-container-inner_fix {
	position: fixed;
	top: 0; }
.card-container-inner_bottom {
	position: absolute;
	top: auto;
	bottom: 0; }
	
.slider-product {
	position: relative;
	z-index: 10; }
	
.page-product__summ.summ-box {
	padding: 0;
	background: none; }
.page-product__summ.summ-box .summ-box-wrapper {
	padding: 20px;
	background-color: #fff; }
	
.basket .summ-box {
	position: relative;
	height: auto;
	background-color: transparent;
	padding: 0; }
.basket-checkout-container {
	background-color: #fff;
	padding: 40px; }
	
.bx-soa-sidebar.summ-box {
	position: relative;
	height: auto;
	background-color: transparent;
	padding: 0; }
.bx-soa-sidebar.summ-box .order-side-block {
	padding: 40px;
	background-color: #fff; }

@media (max-width: 1024px) {
	.basket .card-container-inner_fix {
		position: unset; }
	.basket .card-container-inner_bottom {
		position: unset; }
}

.page-ordering .alert.alert-danger {
	color: #f00;
	border: 1px solid #f00;
	padding: 10px 30px 8px;
	border-radius: 30px;
	display: inline-block; }
	
.bx-soa-customer-field {
	margin-bottom: 20px; }
	
@media (max-width: 992px) {
	.bx-soa-customer-field {
		width: 100%; }
		
	.card-container-inner_fix {
		position: unset; }
}

@media (min-width: 992px) {
	.head-main__social a {
		display: block; }
}

.footer__list-title {
	font-weight: 300;
	font-size: 16px;
	line-height: 160%;
	color: #FFFFFF;
	margin-bottom: 20px; }
.footer__address {
	margin-bottom: 20px; }

.stretching__item {
	position: relative; }	
.stretching__item:hover {
	cursor: pointer; }
.stretching__item:before {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	content: '';
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	border: 1px solid #ED2438;
	z-index: 1; }
.stretching__item:hover:before {
	opacity: 1; }
.stretching__item:not(.active) {
	border: 1px solid #F8F9FD; }

.stretching-rackets__summ {
	position: relative;
	height: auto;
	padding-top: 0; }
.stretching-rackets__summ-wrapper {
	padding-bottom: 50px; }
	
.stretching__item {
	display: block; }
.stretching__item input {
	display: none; }
.stretching__item input:checked + .stretching__img {
	background-color: #ED2438; }
.stretching__item input:checked + .stretching__img svg {
	display: block; }
	
.stretching__item.hidden {
	display: none; }
.abonements {
	display: none !important; }

.text-field--button {
	margin-top: 20px; }
.text-field--button button {
	width: auto;
	min-width: 250px; }
	
.video-block__inner picture {
	width: 100%; }
	
@media (max-width: 360px) {
	.last-row___block img {
		max-width: 114px;
	}
}

.stretching-rackets__totals {
	background-color: #fff;
	padding: 40px;
}