body .c-up-button {
    bottom: 60px;
    right: 35px;
}
/* Arrived plugin custom styles */
.plugin_arrived-custom .plugin_arrived-header {
    background:none;
    color:#333;
    font-family:FormLight-Roboto, Arial, sans-serif;
    font-weight:500;
    font-size:18px;
    text-shadow:none;
}
.plugin_arrived-custom .plugin_arrived-box {
    border-radius:10px;
    box-shadow: none;
}
.plugin_arrived-custom .plugin_arrived-name {
    font-weight: normal;
    color: #828282;
}
.plugin_arrived-custom .plugin_arrived-value input, .plugin_arrived-custom .quickorder-value select, .plugin_arrived-custom .quickorder-value textarea {
    width:100%;
    padding:0 15px;
    max-width:100%;
    height:30px !important;
    outline:0;
    border:1px solid #e0e0e0;
    border-radius:4px;
    background:#fff;
    line-height:28px;
    box-shadow:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    -ms-appearance:none;
    appearance:none;
    transition:border-color .2s ease-in-out;
}
.plugin_arrived-custom .plugin_arrived-value input:focus, .plugin_arrived-custom .quickorder-value select:focus, .plugin_arrived-custom .quickorder-value textarea:focus {
    border-color:#449d44;
}
.plugin_arrived-custom .plugin_arrived-field {
    margin-top:15px;
}
.plugin_arrived-custom .plugin_arrived-value.submit input {
    cursor:pointer;
    background:#2d9cdb;
    color:#fff;
    padding:10px;
    display:block;
    width:100% !important;
    font-size:16px;
    font-weight:500;
    height:auto !important;
}
.plugin_arrived-custom .plugin_arrived-value.submit input:hover {
    background:#43a6df;
}
.plugin_arrived-custom .plugin_arrived-header .plugin_arrived-close{
    margin:18px 18px 0 0
}
/* Arrived plugin custom styles ends */

/* afillate in catalog */
.c-product-extend__info-container .affilate-info {
	margin-top: 20px;
	justify-content: start;
}
.c-product-extend__info-container .affilate-tip{
	top: -145px;
}
.affilate-info {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
    margin-top: 7px;
}
.affilate-info__icon {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-image: url("img/percentage.svg");
    background-size: contain;
	background-repeat: no-repeat;
}
.affilate-info__tip-toggler {
    margin-left: 5px;
    width: 20px;
    height: 20px;
    background-image: url("img/question-sign-in-circles.svg");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
.affilate-info__text {
    line-height: 16px;
    font-size: 13px;
}
.affilate-tip__text div {
    padding: 5px 0;
}
.affilate-tip {
    position: absolute;
	display: none;
    background: white;
    transform: translateX(40%);
    right: 50%;
    top: -180px;
    width: 85%;
    padding: 15px;
    border: 1px solid #ececec;
    border-radius: 4px;
    box-shadow: 5px 5px 10px 0 lightgrey;
    z-index: 10;
}
.affilate-tip.affilate-tip--show {
	display: block;
}
.affilate-tip__close {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.affilate-tip__close::before,
.affilate-tip__close::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 100%;
	height: 2px;
	display: block;
	background-color: #cbcbcb;
}

.affilate-tip__close::before {
	transform: rotate(45deg);
}

.affilate-tip__close::after {
	transform: rotate(-45deg);
}
.affilate-tip__title {
    font-weight: 600;
    font-size: 14px;
	line-height: 14px;
    padding-bottom: 5px;
}
.affilate-tip__text {
    font-size: 12px;
	line-height: 12px;
}

/* Tinkoff auth 
.c-auth-adapter_tid::before {
    background-image: url(/wa-apps/site/plugins/tid/img/tid-circle.svg);
    width: 40px;
    height: 40px;
    background-size: 40px;
} */
.tid-4PNRE-button-primary {
    display: inline-flex;
}


/* фиксы 1 апреля 2023 */
@media (max-width: 540px) {
    .c-products-thumbs-mobile__item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 5%;
        padding-right: 5%;
    }
}
@media (max-width: 500px) {
    .c-products-thumbs-mobile__item {
        width: 100%;
        padding-left: 3%;
        padding-right: 3%;
    }
}
@media (max-width: 400px) {
    .c-products-thumbs-mobile__item {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
    }
}
@media (max-width: 1199px) {
    .affilate-info, .affilate-info__icon, .affilate-info__tip-toggler {
        display: inline-block;
    }
    .affilate-info__icon, .affilate-info__tip-toggler {
        position: relative;
        top: 4px;
    }
    .c-product-thumb__name  {
        margin-bottom: 0;
    }
    .c-product-thumb__prices {
        margin-top: 5px;
    }
}
body .c-responsive-tabs__tab-container .c-block__header {
    display: inline-block;
}



/* 8.04.2023 fix */
.c-magnific-popup {
    z-index: 99999999;
}

/*Адаптивные изображения PRO */
img {
  width: auto;
  height: auto;
}