.my-popup {
    position: fixed;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 15px;
    display: none;
}

.renessans-active {
    overflow: hidden;
    position: relative;
}

.popup-container {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 450px;
    width: 100%;
    padding: 30px 13px;
    border-radius: 30px;
    background: #ffffff;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.btn_more {
    cursor: pointer;
}

.popup-container .btn_more:last-child {
    margin-bottom: 10px;
}

.popup-container .btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
}

.popup-opener {
    cursor: pointer;
}

.popup-close,
.renessans-close {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/gray-kr.svg) center/cover no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.renessans-popup__overlay {
    background: rgba(0, 0, 0, 0.8);

    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.renessans-popup__overlay::before,
.renessans-popup__overlay::after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    user-select: none;
    display: none;
}

/*.renessans-popup__overlay::before {
	top: -100vh;
}

.renessans-popup__overlay::after {
	bottom: -100vh;
}*/

.renessans-popup {
    z-index: 9999;
    overflow-y: scroll;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    padding: 0;

    display: none;
}

.renessans-popup .renessans-popup-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding: 50px 0;
}

.renessans-popup__container {
    background: #fff;
    box-shadow: 4px 4px 80px 20px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    position: relative;
    width: 100%;

    padding: 50px;
    max-width: 825px;
}

.renessans-popup .top-popup {
    display: flex;
    width: 100%;
    align-items: flex-end;
    justify-content: space-between;
}

.renessans-popup .top-popup p {
    font-style: normal;
    font-weight: normal;
    font-size: 52px;
    line-height: 62px;
    text-align: center;
    color: #303e47;

    margin: 0;
    width: auto;
}

.renessans-popup .main-popup {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-direction: column;
}

.renessans-popup .main-popup .order_wrapper {
    width: 100%;
    color: #ffffff;
}

.renessans-popup .main-popup .order_main {
    display: flex;
    padding: 30px;
    background: #e3438a;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin: 80px 0 70px;

    font-style: normal;

    align-items: first baseline;
    justify-content: space-between;
}

.renessans-popup .main-popup .order_main .total_name {
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}

.renessans-popup .main-popup .order_main .total_price,
.renessans-popup .main-popup .order_main .total_sum {
    font-size: 28px;
    line-height: 34px;
}

.renessans-popup .main-popup .order_main .total_switch {
    background: url(/assets/images/Vector1.svg);
    width: 41px;
    height: 18px;
    display: inline-block;
    cursor: pointer;
}

.renessans-popup .main-popup .order_item {
    padding: 30px;
    background: rgba(227, 67, 138, 0.71);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.renessans-popup .main-popup .order_item .item-name {
}

.renessans-popup .main-popup .renessans-form {
    display: flex;
    flex-direction: column;
}

.your-phone {
    position: relative;
    width: 100%;
    margin-top: 70px;
}

#renessans-phone {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;

    padding: 0 5px;

    color: rgba(48, 62, 71, 0.64);
    background: #fff;

    left: 50px;
    top: -10px;

    position: absolute;
}

#client,
#tel,
.forma-rass select {
    border: 2px solid rgba(227, 67, 138, 0.71);
    box-sizing: border-box;
    border-radius: 6px;

    font-style: normal;
    font-weight: normal;
    font-size: 32px;

    color: rgba(48, 62, 71, 0.64);

    padding: 20px;

    width: 100%;
}

.checkbox_label {
    width: 60px;
    height: 60px;
    position: relative;
    display: inline-block;
    vertical-align: middle;

    border: 2px solid rgba(227, 67, 138, 0.71);
    box-sizing: border-box;
    border-radius: 6px;

    flex: 0 0 auto;
}

#agreement {
    visibility: hidden;
    position: absolute;
}

.agreement-check {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 2px;
    box-sizing: border-box;
}

.renessans_btn {
    background: #e3438a;
    border-radius: 6px;
    padding: 20px 40px;
    border: none;

    font-weight: bold;
    font-size: 32px;
    line-height: 38px;

    color: #f8f8f8;

    max-width: 370px;
    transition: 0.3;
    margin-top: 45px;

    cursor: pointer;
}

.renessans_btn:hover {
    background: rgba(227, 67, 138, 0.71);
}

.checkbox_ecxept {
    display: flex;
    align-items: center;
    margin-top: 45px;
    position: relative;
}

.agreement-check {
    content: '';
    display: inline-block;
    width: 40px;
    height: 30px;
    position: absolute;
    background: url(/assets/images/Vector4.png);
    top: 12px;
    left: 8px;
    pointer-events: none;
}

#conditions {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;

    color: rgba(48, 62, 71, 0.64);
    margin-left: 20px;
}

.personal-data:: {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    text-decoration-line: underline;

    color: #e3438a;

    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .renessans-popup .renessans-popup-wrapper {
        padding: 15px !important;
    }

    .renessans-popup__container {
        padding: 15px 15px 25px 15px;
    }

    .renessans-popup .top-popup {
        align-items: center;
        justify-content: space-around;
        flex-direction: column-reverse;
    }

    .renessans-popup .top-popup p {
        font-size: 32px;
        line-height: normal;
    }

    .renessans-popup .main-popup .order_main {
        margin: 15px 0;
        padding: 20px;
    }

    .your-phone {
        margin-top: 20px;
    }

    .checkbox_ecxept {
        margin-top: 25px;
    }

    .renessans_btn {
        margin-top: 20px auto !important;
    }

    .renessans-thanks {
        margin-top: 15px;
    }
}

@media screen and (max-width: 500px) {
    .renessans-popup .renessans-popup-wrapper {
        padding: 80px 15px !important;
    }

    .renessans-popup .main-popup .order_main {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .renessans-popup .main-popup .order_main .total_name {
        font-size: 18px;
        line-height: normal;
    }

    .renessans-popup .main-popup .order_main .total_price,
    .renessans-popup .main-popup .order_main .total_sum {
        font-size: 20px;
        line-height: normal;
    }

    #client,
    #tel,
    .forma-rass select {
        font-size: 20px;
        padding: 10px;
    }

    .checkbox_ecxept {
        flex-direction: column;
        margin: 15px 0;
    }

    #conditions {
        line-height: normal;
        margin: 15px 0 0;
    }

    .renessans_btn {
        font-size: 20px;
        margin-top: 15px;
        padding: 15px 20px;
    }

    .checkbox_label {
        display: none;
    }

    #renform {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #renessans-phone {
        display: none;
    }
}

.renessans-thanks {
    display: none;
    margin-top: 50px;
    text-align: center;
}

.forma-rass {
    margin-top: 25px;
    width: 100%;
}

.forma-rass p {
    font-size: 24px;
    color: rgba(48, 62, 71, 0.64);
    margin-bottom: 25px;
}

.forma-rass select {
    width: 100%;
    font-size: 18px;
    line-height: initial;
    cursor: pointer;
    font-family: 'Muller Regular' !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 70px;
}

.rassroch__wrapper::after {
    content: '';
    position: absolute;
    width: 42px;
    height: 18px;
    background: url(/assets/images/Vector_5.svg);
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 15px;
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .forma-rass p,
    .forma-rass select {
        font-size: 18px;
    }
}

.rassroch__wrapper {
    position: relative;
}

.old-price {
    font-size: 18px;
    opacity: 0.6;
}

.old-price__not {
    position: relative;
}

.old-price__not::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #333;
    top: 6px;
    left: 0;
}

.reCAPTCHA {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.bf-popup {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 999999;
}

.bf-popup .bf-popup-overlay {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    cursor: pointer;
}

.bf-popup .bf-popup-overlay::before,
.bf-popup .bf-popup-overlay::after {
    content: '';
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
}

.bf-popup .bf-popup-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    flex-direction: column;
    position: relative;
    max-width: 478px;
    max-height: 475px;
    width: 100%;
    height: 100%;
    background: url(/assets/images/new-year-banner.jpg) center no-repeat;
    background-size: contain;
}

.bf-popup .bf-popup-container a {
    /* margin-bottom: 65px;
	padding: 15px 40px;
	background: #000000;
	border-radius: 30px;
	width: max-content;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none; */
    width: 100%;
    height: 100%;
}

/* .bf-popup .bf-popup-container a:hover {
	color: #000000;
	background: #fff;
} */

.sale-bf {
    content: '-10%';
    display: block;
    position: absolute;
    padding: 10px 15px;
    border-radius: 30px;
    background: #d34085;
    color: #ffffff;
    top: 5px;
    left: 20px;
    font-size: 20px;
    font-weight: bold;
    width: max-content;
    z-index: 9;
}

.sale-bf_big {
    font-size: 32px;
    top: 25px;
    left: 40px;
    padding: 20px 35px;
    width: 155px;
}

.promo-bf {
    display: block;
    position: absolute;
    padding: 5px 20px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    width: 177px;
    z-index: 9;
}

.promo-bf_big {
    font-size: 26px;
    padding: 15px 25px;
    width: 280px;
    line-height: 25px;
}

.promo-bf span {
    font-weight: bold;
}

/*Общая форма обратной связи*/
.feedback-form-article {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    background: #fff;
    width: 100%;
    padding: 25px;
    border: 2px solid #ea266c;
    border-radius: 15px;
    font-family: 'Muller Regular';
    position: relative;
    margin: 0 auto;
}

.feedback-form-article__offer {
    margin-bottom: 10px;
    text-align: center;
}

.feedback-form-article form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

.feedback-form-article form input {
    padding: 10px 15px;
    border-radius: 30px;
    margin: 0 0 15px 0;
    background: none;
    border: 2px solid #ea266c;
    font-size: 16px;
    width: 195px;
    box-sizing: border-box;
    outline: none;
}

.feedback-form-article form input[type='submit'] {
    background: #ea266c;
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    transition: 0.1s linear;
}

.feedback-form-article form input[type='submit']:hover {
    background: #fff;
    color: #ea266c;
    transition: 0.1s linear;
}

.feedback-form-article.form-rowed {
    max-width: 700px;
}

.feedback-form-article.form-rowed form {
    flex-direction: row;
}

.feedback-form-article.form-rowed form input {
    margin: 0 15px 0 0;
}

.feedback-form-article.form-rowed form input:last-child {
    margin-right: 0;
}

.feedback-form-article-thanks,
.feedback-form-article-thanks-bottom,
.feedback-form-article-thanks-popup {
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 15px;
}

.feedback-form-article-thanks p,
.feedback-form-article-thanks-bottom p,
.feedback-form-article-popup p {
    margin: 0;
}

.feedback-form-article label.error {
    position: absolute;
    bottom: -25px;
    text-align: center;
}

.pink-floed {
    text-align: center;
    color: #ea266c;
    font-weight: bold;
    font-size: 20px !important;
}

@media screen and (max-width: 990px) {
    .feedback-form-article.form-rowed form input {
        margin-bottom: 15px;
    }

    .feedback-form-article label.error {
        bottom: -20px;
    }
}

@media screen and (max-width: 500px) {
    .feedback-form-article.form-rowed form input {
        margin-right: 0;
    }
}

/*-------------------------*/

/*Общая форма обратной связи (поп-ап) */
.feedback-form-article-popup,
.go-to-catalog-popup,
.stock-banner-article-popup {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding: 15px;
    display: none;
}

.feedback-form-article__wrapper,
.go-to-catalog-popup__wrapper,
.stock-banner-article__wrapper {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.feedback-form-article-overlay,
.go-to-catalog-overlay,
.feedback-form-article-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.feedback-form-article-close,
.go-to-catalog-close,
.stock-banner-article-close {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/gray-kr.svg) center/cover no-repeat;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

@media screen and (max-width: 500px) {
    .feedback-form-article-popup .feedback-form-article__offer p {
        font-size: 16px;
    }
}

.feedback-form-article-popup .feedback-form-article form input {
    width: 250px;
}

.feedback-form-article-popup .feedback-form-article label.error {
    bottom: -20px;
}

/*------------------------------------*/

/*Баннер перехода в каталог*/
.go-to-catalog__wrapper {
    display: flex;
    align-items: center;
    padding: 25px;
    min-height: 570px;
    position: relative;
    border-top: 1px solid #e0296c;
    border-bottom: 1px solid #e0296c;
}

.go-to-catalog-popup .go-to-catalog__wrapper {
    border: 1px solid #e0296c;
    max-width: 700px;
    background: #fff;
    margin: 0 auto;
}

.go-to-catalog__text {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 5;
    margin-left: 55px;
    margin-top: 30px;
}

.go-to-catalog__offer p {
    font-family: Muller bold, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
}

.go-to-catalog__offer .one {
    font-size: 32px;
}

.go-to-catalog__offer .two {
    font-size: 23px;
}

.go-to-catalog__offer .three {
    font-size: 72px;
}

.go-to-catalog__img {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-left: 105px;
}

.go-to-catalog__link,
.stock-banner-article__btn {
    background: #e0296c;
    border: 1px solid #e0296c;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 15px 25px;
    cursor: pointer;
    transition: 0.1s linear;
    min-width: 180px;
    text-align: center;
    color: #fff;
    font-family: 'Muller Bold';
    font-size: 16px;
}

.go-to-catalog__link {
    max-width: 272px;
    width: 100%;
    text-transform: uppercase;
}

.go-to-catalog__link:hover,
.stock-banner-article__btn:hover {
    background: #fff;
    transition: 0.1s linear;
    color: #e0296c;
    text-decoration: none;
}

@media screen and (max-width: 990px) {
    .go-to-catalog__img {
        display: none;
    }

    .go-to-catalog__wrapper {
        min-height: auto;
    }

    .go-to-catalog__text {
        margin: 0;
    }

    .go-to-catalog__wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 738px) {
}

@media screen and (max-width: 500px) {
    .go-to-catalog__offer .one {
        font-size: 23px;
    }

    .go-to-catalog__offer .two {
        font-size: 16px;
    }

    .go-to-catalog__offer .three {
        font-size: 50px;
    }
}

/*-------------------------*/

/*Акционный баннер*/
.stock-banner-article-popup p {
    font-family: 'Muller Regular';
}

.stock-banner-article__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    background: #fff;
    max-width: 800px;
    margin: 0 auto;
    padding: 50px;
}

.stock-banner-article__header p {
    font-family: 'Muller Bold';
    color: #e0296c;
    text-transform: uppercase;
    font-size: 42px;
    max-width: 395px;
    border-bottom: 1px solid #c4c4c4;
}

.stock-banner-article__offer p {
    font-size: 22px;
    margin: 15px 0 75px;
}

.stock-banner-article__btn {
    max-width: 220px;
    margin-bottom: 15px;
}

.stock-banner-article__img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-left: 235px;
}

@media screen and (max-width: 722px) {
    .stock-banner-article__container {
        padding: 20px;
    }
}

@media screen and (max-width: 500px) {
    .stock-banner-article__container {
        align-items: center;
    }

    .stock-banner-article__offer p {
        margin: 15px 0;
    }

    .stock-banner-article__img {
        position: relative;
        margin: 0;
    }
}

/*----------------*/

/*Блок инстаграмма в header*/
.social {
    display: flex;
    justify-content: center;
}

/*social p {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
.social .social-icons a:hover {
	transform: rotate(360deg);
	transition: .3s linear; 
} */

.insta-block {
    display: flex;
    margin-top: 15px;
}

.insta-block.mobile {
    display: none;
}

.insta-block a {
    flex: 0 0 auto;
    margin-right: 5px;
}

.insta-block a img {
    width: 35px;
}

.insta-block p {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

#katalog .new-pagetitle a {
    color: #ff286b;
}

#katalog .new-pagetitle a:hover {
    color: #c6003c;
}

@media screen and (max-width: 500px) {
    .insta-block.mobile {
        display: flex;
    }

    .insta-block {
        margin-top: 75px;
        padding: 0 5px;
        justify-content: center;
    }

    .insta-block p {
        max-width: 320px;
    }

    .container #header {
        margin-top: 0;
    }
}

.container.new-product {
    margin-top: 15px;
}

/*------------------*/

.item-body {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 40px;
}

.item-body .btn-pro {
    border: 1px solid #fff;
    transition: 0.2s linear;
    cursor: default;
}

.item-body .btn-pro:hover {
    background: #fff;
    border: 1px solid #ea2c69;
    color: #ea2c69;
    transition: 0.2s linear;
}

.item-body .btn-pro.casco {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}

.item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-width: 765px;
    width: 100%;
    flex: 0 0 auto;
}

.item-block {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.item-photos {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 15px;
    padding-top: 0;
}

.photos-gallary {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    max-height: 480px;
    /* overflow-y: scroll; */
}

.photos-img {
    width: 65px;
    height: 95px;
    /* width: 65px; */
    margin: 10px;
    flex: 0 0 65px;
    cursor: pointer;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.photos-img:first-child {
    margin-top: 0;
}
.photos-img:last-child {
    margin-bottom: 0;
}

.photos-img.active {
    border: 1px solid #ea2c69;
}

.photos-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photos-main {
    position: relative;
    height: 480px;
    width: 320px;
    margin: 0 10px 0;
    flex: 0 0 auto;
}

.photos-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photos-main .note-casco {
    position: absolute;
    top: 20px;
    right: 20px;
    width: max-content;
    display: flex;
    color: #fff;
    font-weight: bold;
    background: #ea2c69;
    padding: 10px;
    border-radius: 30px;
    user-select: none;
    margin: 0;
}

.page-product-delivery {
    width: 100%;
    max-width: 220px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 135px;
    top: 65px;
    bottom: auto;
}

.photos-main .rating_wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ea2c69;
}
.rating_wrapper {
    display: flex;
}
.rating_wrapper .star-rating-container {
    align-items: center;
    color: #ea2c69;
}

@media screen and (max-width: 500px) {
    .fancy__main {
        margin-top: 0;
        height: 100%;
    }
    .item-block {
        align-items: center;
    }
    .photos-main .note-casco {
        left: 0;
        right: 0;
        margin: auto;
    }
}

.item-info {
    display: flex;
    flex-direction: column;
}

.item-char {
    display: flex;
    flex-direction: column;
}

.item-char li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* .item-char p {
	flex-direction: column;
} */

.item-char ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.item-char li {
    font-size: 16px;
    margin-bottom: 5px;
}

.item-char li:last-child {
    margin-bottom: 0;
}

.item-char ul li::before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    flex: 0 0 auto;
    background: #ea2c69;
    border-radius: 50%;
    margin-right: 15px;
}

.item-char p.caption::before {
    display: none;
}

.item-info .caption,
.item-desc .caption {
    color: #ea2c69;
    font-size: 24px;
}

.item-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-price a {
    color: #fff;
    background: #ea2c69;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
    align-self: flex-start;
}

.item-price a:hover {
    text-decoration: none;
}

.item-price .price-value {
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    margin-top: 5px;
}

.item-price .price-value span {
    color: #ea2c69;
    font-size: 18px;
}

.item-price .price-value .rass {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffe600;
    border-radius: 5px;
    padding: 10px;
    font-size: 22px;
    font-weight: bold;
}

.jot-btn-submit.custom-btn {
    border: 1px solid #ea2c69;
}

.jot-btn-submit.custom-btn:hover {
    background: #fff !important;
    color: #ea2c69 !important;
    border: 1px solid #fff;
}

.item-desc .read-full {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px auto 0;
    width: max-content;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
    color: #ea2c69;
}
.item-desc .read-full:hover {
    color: #c9144f;
}

.item-desc .item-text_full {
    max-height: 200px;
    overflow-y: hidden;
    position: relative;
    z-index: 1;
}
/* .item-desc .item-text_full::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 15px;
	background: #ffffff40;
	z-index: 2;
	bottom: 0;
	left: 0;
} */

.benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 15px 0;
    width: 100%;
    position: relative;
}

.benefits .notes {
    position: absolute;
    font-size: 12px;
    bottom: -25px;
    left: 85px;
}

@media screen and (max-width: 1200px) {
    .benefits .notes {
        left: calc(15px + (85 - 15) * ((100vw - 320px) / (1200 - 320)));
    }
}

@media screen and (max-width: 355px) {
    .benefits .notes {
        bottom: -44px;
    }
}

.ben-block {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border: 2px solid #ea2c69;
    padding: 5px 15px;
    margin: 15px;
    width: 280px;
}

.ben-block p {
    color: #ea2c69;
    margin: 0;
    font-size: 14px;
}

.ben-block img {
    max-width: 40px;
    max-height: 40px;
    object-fit: contain;
    margin-right: 10px;
}

.tabs {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 15px;
    padding: 15px;
    background: #ea2c6938;
    border-radius: 15px;
}

.tabs-name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.tabs-name .caption {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    margin: 0 5px 0 0;
}

.tabs-name .caption:hover p {
    text-decoration: underline;
}

.tabs-name .caption:last-child {
    margin-right: 0;
}

.tabs-name .caption.active {
    background: #ea2c69;
    pointer-events: none;
    border-radius: 5px;
}

.tabs-name .caption p {
    margin: 0;
    user-select: none;
    text-transform: uppercase;
}

.tabs-name .caption.active p {
    color: #fff;
}

.tabs-body {
    width: 100%;
}

.tabs-block {
    display: none;
    width: 100%;
}

.tabs-block.active {
    display: flex;
}

.tabs-block_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 15px 20px;
    padding: 15px;
    width: 100%;
    /* height: 135px; */
    border-radius: 5px;
}

.tabs-block_item img.back {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 5px;
}

.tabs-block_item p {
    position: relative;
    z-index: 3;
    /* text-align: center; */
    color: #fff;
    margin: auto;
}

.tabs-block_header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    cursor: pointer;
}

.tabs-block_header .arrow {
    position: relative;
    z-index: 6;
    width: 20px;
    align-self: flex-end;
}

.tabs-block_header .arrow.active {
    transform: rotate(180deg);
}

.tabs-block__body {
    display: none;
    width: 100%;
    justify-content: center;
    align-items: center;
    /* padding: 15px; */
    margin-top: 15px;
}

.tabs-block__body.active {
    display: flex;
}

.tabs-block_overflow {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    border-radius: 5px;
}

.tabs-block_faq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #ea2c69;
    border-radius: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.tabs-block_faq:last-child {
    margin-bottom: 0;
}

.faq-quest {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    cursor: pointer;
    width: 100%;
}

.faq-quest p {
    color: #fff;
    margin: 0;
    user-select: none;
    font-size: 16px;
}

.faq-quest img {
    width: 100%;
    height: 100%;
    max-width: 16px;
    margin: 0 15px;
}

.faq-quest.active img {
    transform: rotate(180deg);
}

.faq-answer {
    display: none;
    padding: 10px;
    width: 100%;
}

.faq-answer.active {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #fff;
}

.faq-answer p {
    color: #fff;
    margin: 0;
    user-select: none;
    margin-bottom: 10px;
}

.faq-answer p::last-child {
    margin-bottom: 0;
}

#feedback {
    flex-direction: column;
}

#questions {
    background: #554652;
}

#payment {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

#faq {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.item-aside {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 80px;
    box-sizing: border-box;
    min-width: 405px;
}

.item-aside a {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 15px;
	width: 100%;
	max-width: 250px;
	border-radius: 5px; */
    text-decoration: none;
    /* margin: 10px 0; */
    box-sizing: border-box;
    text-align: center;
    border: none;
}

.item-bank {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}
.item-bank:last-child {
    margin-bottom: 0;
}
.item-bank img {
    width: auto;
    height: 100%;
    max-height: 68px;
}
.item-bank p {
    margin: 0 10px;
}
.item-bank a {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    /* border: 2px solid #fff !important; */
}
.item-bank__tinkoff a {
    background: #ffe700;
    border: 2px solid #ffe700 !important;
    color: #000;
}
.item-bank__tinkoff a:hover {
    background: #ffe700 !important;
    border: 2px solid #e72b68 !important;
    /* color: #fff !important; */
}
.item-bank__pochta a {
    background: #cb043d;
    border: 2px solid #fff !important;
    color: #fff;
}
.item-bank__pochta a:hover {
    background: #8f0329 !important;
    border: 2px solid #e72b68 !important;
    color: #fff !important;
}
.item-bank__sber a {
    background: #7dc245;
    border: 2px solid #7dc245 !important;
    color: #fff;
}
.item-bank__sber a:hover {
    background: #5e9531 !important;
    border: 2px solid #e72b68 !important;
    color: #fff !important;
}

.item-bank__ozon {
  margin-top: 20px;
}

.item-bank__ozon .btn-pro {
  display: flex;
  align-items: center;
}
.item-bank__ozon a p {
  text-align: center;
}

.item-bank__wb .btn-pro {
  display: flex;
  align-items: center;
}
.item-bank__ozon .btn-pro img {
  border: none;
}
.item-bank__wb .btn-pro img {
  border: none;
}
.item-bank__wb a p {
  text-align: center;
}

.item-bank__ozon a {
  background: #005BFF;
  border: 2px solid #005BFF !important;
  color: #fff;
  font-weight: bold;
}
.item-bank__ozon a:hover {
  background: #3570de !important;
  border: 2px solid #3570de !important;
  color: #fff !important;
  text-decoration: none;
}
.item-bank__wb a {
  background: #A900D5;
  border: 2px solid #A900D5 !important;
  color: #fff;
  font-weight: bold;
}
.item-bank__wb a:hover {
  background: #ba1fe0 !important;
  border: 2px solid #ba1fe0 !important;
  color: #fff !important;
  text-decoration: none;
}

#form_gl {
    height: auto;
    padding: 30px 0;
    margin: 30px 0;
}

.jot-btn {
    background: #ea2c69;
}

.item-aside.mobile-aside {
    display: none;
}

@media screen and (max-width: 500px) {
    .container.new-product {
        margin-top: 56px;
    }

    .item-body {
        flex-direction: column;
        margin-top: 60px;
    }

    .item-block {
        flex-direction: column;
    }

    .item-photos {
        flex-direction: column-reverse;
        align-items: center;
        padding: 0;
    }

    .photos-gallary {
        flex-direction: row;
        /* flex-wrap: wrap; */
        width: 100%;
        max-width: 330px;
        overflow-x: scroll;
        margin-top: 25px;
    }

    .photos-img {
        width: auto;
        margin: 5px;
    }
    .photos-img:first-child {
        margin-left: 0;
        margin-top: 5px;
    }
    .photos-img:last-child {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .photos-main {
        width: 100%;
    }

    .ben-block {
        width: 100%;
    }

    .item-char {
        margin-top: 20px;
    }

    .item-price a,
    .item-price .price-value {
        align-self: center;
    }

    .item-info .caption {
        display: flex;
        justify-content: center;
    }

    .tabs-block_item {
        width: 100%;
        margin: 10px 0;
    }

    .item-aside {
        display: none;
    }

    .tabs-name .caption {
        text-align: center;
    }

    .item-aside.mobile-aside {
        display: flex;
        width: 100%;
        min-width: auto;
        margin-top: 20px;
        position: relative;
        top: 0;
        margin-top: 0;
        margin-bottom: 20px;
    }
}

/*Читать далее для каталога*/
.next-read {
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
}

.show-more {
    display: none;
}

/*-------------------------*/

.form_v_fon input,
.form_v_fon textarea {
    background: #fff;
    border: 1px solid #ea2c69;
    resize: none;
    color: #ea2c69;
    font-size: 16px;
    font-weight: 600;
}

.form_v_fon input:focus,
.form_v_fon textarea:focus {
    border: 1px solid #ea2c69;
}

.form_v_fon input::placeholder,
.form_v_fon textarea::placeholder {
    color: #ea2c69;
}

.jot-form-wrap form .custom.jot-controls textarea {
    resize: none;
}

a.jot-btn {
    display: none !important;
}

a.jot-btn.jot-btn-edit,
a.jot-pub.jot-btn-edit,
a.jot-btn.jot-btn-del {
    display: inline-block !important;
}

.jot-btn.jot-show-all {
    display: flex !important;
    background: #ea2c69 !important;
    border: none !important;
    border: 1px solid #ea2c69 !important;
    color: #fff !important;
    font-size: 14px !important;
    padding: 10px !important;
}

.jot-btn.jot-show-all:hover {
    background: #fff !important;
    border: 1px solid #fff !important;
    color: #ea2c69 !important;
}

.jot-nav {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.jot-nav.no-active {
    display: none !important;
}

/* 
#feedback div div div {
	display: none !important;
} */

/*КАСКО*/
.casco_wrapper {
    margin: 0 0 25px;
}
.casco_wrapper p {
    font-weight: bold;
    color: #ea2c69;
}
.casco_wrapper .casco_list .casco_item {
    width: max-content;
    cursor: pointer;
}
.casco_wrapper .casco_list .casco_item label {
    cursor: pointer;
    color: #ea2c69;
}
/*-----*/

/*КАСКО для корзины*/
.basket-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    /* border-bottom: 1px solid #ea2c69; */
    margin-bottom: 25px;
}

.basket-wrapper .basket-linear {
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 46%;
    background: #ea2c69;
}

.basket-wrapper .basket-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 50%;
}
.basket-wrapper .basket-block.ship-n-pay {
    padding: 0;
}
.basket-wrapper .basket-block.ship-n-pay p {
    margin-bottom: 15px;
}
.basket-wrapper .basket-block.ship-n-pay select {
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 10px 15px;
}
.basket-wrapper .basket-block.ship-n-pay .error {
    padding-left: 0;
    margin-top: -10px;
}
.basket-wrapper .basket-block.ship-n-pay form {
    width: 100%;
}
.basket-wrapper .basket-block.ship-n-pay .order-form__line {
    width: 100%;
}
.basket-wrapper .basket-block.ship-n-pay .order-form__line input {
    width: 100%;
    border-radius: 5px;
    padding: 10px 15px;
}
.basket-wrapper .basket-block.ship-n-pay .order-form__line.promo {
    flex-direction: column;
}
.basket-wrapper .basket-block.ship-n-pay .order-form__line.promo .do-discount {
    padding: 10px 15px;
}
.basket-wrapper .basket-block.ship-n-pay .last-order-info {
    /* flex-direction: column; */
    align-items: flex-start;
    justify-content: flex-start;
    margin: 25px 0;
    position: relative;
}
.basket-wrapper .basket-block.ship-n-pay .last-order-info .sber-qr {
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 175px;
}
.basket-wrapper .basket-block.ship-n-pay .last-order-info .total-price span {
    margin-left: 15px;
}
.basket-wrapper .basket-block.ship-n-pay .last-order-info .btn__green {
    padding: 10px 15px;
    cursor: pointer;
    margin: 0;
}

.basket-wrapper .basket-block h3 {
    font-size: 22px;
    color: #ea2c69;
    margin-bottom: 15px;
}

.basket-wrapper .basket-block .basket-payments {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.basket-wrapper .basket-block .basket-payments .basket-payment {
    display: flex;
    justify-content: center;
    align-items: center;
}
.basket-wrapper .basket-block .basket-payments .basket-payment-info {
    margin-left: 15px;
}

.select-casco-styling {
    background: none;
    border: 1px solid #e4007a;
    padding: 5px 15px;
    border-radius: 15px;
    width: 100%;
}

.product-block-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.dop_prod {
    margin-bottom: 15px !important;
}
/*----------------*/

@media screen and (max-width: 1200px) {
    .basket-wrapper .basket-block .basket-payments {
        align-items: center;
    }
    .basket-wrapper .basket-block .basket-payments .basket-payment {
        flex-direction: column;
    }
    .basket-wrapper .basket-block .basket-payments .basket-payment-info {
        margin-left: 0;
        text-align: center;
    }
    .basket-wrapper .basket-block.ship-n-pay .last-order-info .sber-qr {
        max-width: 100px;
    }
}
@media screen and (max-width: 990px) {
    .basket-wrapper .basket-linear {
        display: none;
    }
    .basket-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .basket-wrapper .basket-block {
        width: 100%;
    }
    .basket-wrapper .basket-block form {
        width: 100%;
    }
    .basket-wrapper .basket-block .basket-payments {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .basket-wrapper .basket-block .basket-payments .basket-payment {
        margin: 0 20px;
    }
}
@media screen and (max-width: 500px) {
    .sber-qr {
        display: none;
    }
}

.table.tsvshop tbody tr {
    position: relative;
}
.table.tsvshop tbody tr td {
    padding: 25px 0;
    min-width: 300px;
}
.table.tsvshop tbody tr td.name {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.table.tsvshop tbody tr td.name a {
    text-align: center;
}
td.icon img {
    align-self: center;
}
.price-hidden {
    display: none;
}
.select-casco {
    margin-bottom: 15px;
}
.select-casco p {
    margin: 0 0 10px 0;
}
.table.tsvshop tbody tr td.other {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table.tsvshop tbody tr td.other .qty {
    margin-bottom: 15px;
}
.table.tsvshop tbody tr td.other .price.price-full {
    margin-bottom: 15px;
}
.table.tsvshop tbody tr td.other .del {
    position: absolute;
    top: 25px;
    right: 0;
}
.table.tsvshop th {
    text-align: center;
}
#checkout_cont {
    padding: 0 35px;
}

@media screen and (max-width: 500px) {
    .table.tsvshop tbody tr td {
        min-width: auto;
    }
    .table.tsvshop tbody tr td.other .del {
        right: -30px;
    }
    .table.tsvshop tbody tr td.other {
        margin: 0 auto;
        padding-top: 0;
    }
}

body,
html {
    width: auto !important;
    /* overflow-x: hidden; */
}

.b24-widget-button-position-bottom-right {
    bottom: 80px !important;
}

.casco-method {
    margin-right: auto;
    margin-left: calc(0px + (55 - 0) * ((100vw - 320px) / (1200 - 320)));
}

/*Содержание статей*/
.content_wrapper {
    position: relative;
}
#toc {
    position: sticky;
    top: 64px;
    max-width: 840px;
    margin: 30px auto 0;
    padding: 0 70px;
    border: 2px solid #e5007a;
    background: #ffffff;
    z-index: 10;
}
#toc p {
    position: relative;
    overflow: hidden;
    font-size: 24px;
    margin: 25px 0;
    font-weight: bold;
    color: #e5007a;
    width: max-content;
    line-height: normal;
}
#toc p::before {
    position: absolute;
    bottom: 0;
    left: -100%;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #e5007a;
    display: block;
    transition: 0.2s linear;
}
#toc .toc_header:hover p::before {
    left: 0;
    transition: 0.2s linear;
}
#toc .toc_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
    cursor: pointer;
}
#toc a {
    display: block;
    width: max-content;
    color: #000;
    font-weight: normal;
    line-height: normal;
}
#toc a:hover {
    color: #e5007a;
}
#toc a[data-title='H2'],
#toc a[data-title='H1'] {
    font-size: 20px;
    margin-bottom: 15px;
}
#toc a[data-title='H3'] {
    font-size: 16px;
    margin: 15px 0 15px 20px;
}

#toc .links-box {
    display: none;
    margin-bottom: 25px;
}
#toc .links-box.active {
    display: block;
}

.arrow-4 {
    position: relative;
    cursor: pointer;
    margin: 15px;
    width: 42px;
    height: 30px;
}
.arrow-4-left {
    position: absolute;
    background-color: transparent;
    top: 14px;
    left: 0;
    width: 25px;
    height: 5px;
    display: block;
    transform: rotate(35deg);
    float: right;
    border-radius: 2px;
}
.arrow-4-left:after {
    content: '';
    background-color: #e5007a;
    width: 25px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 6px 10px 10px 6px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}

.arrow-4-right {
    position: absolute;
    background-color: transparent;
    top: 14px;
    left: 17px;
    width: 25px;
    height: 5px;
    display: block;
    transform: rotate(-35deg);
    float: right;
    border-radius: 2px;
}
.arrow-4-right:after {
    content: '';
    background-color: #e5007a;
    width: 25px;
    height: 5px;
    display: block;
    float: right;
    border-radius: 10px 6px 6px 10px;
    transition: all 0.5s cubic-bezier(0.25, 1.7, 0.35, 0.8);
    z-index: -1;
}
.open .arrow-4-left:after {
    transform-origin: center center;
    transform: rotate(-70deg);
}
.open .arrow-4-right:after {
    transform-origin: center center;
    transform: rotate(70deg);
}

@media screen and (max-width: 768px) {
    #toc {
        padding: 0 calc(15px + (70 - 15) * ((100vw - 320px) / (768 - 320)));
    }
    #toc p {
        font-size: calc(22px + (24 - 22) * ((100vw - 320px) / (768 - 320)));
    }
    #toc a {
        width: auto;
    }
}
/*Содержание статей*/

/*Кредитование от 3000 руб.*/
.basket-payment.sber.noactive {
    cursor: no-drop !important;
    user-select: none;
}
.basket-payment.sber.noactive a {
    pointer-events: none;
}
.sber-notation {
    display: none;
    color: red;
}
.sber-notation.active {
    display: block;
}
/*Кредитование от 3000 руб.*/

#wrapper {
    /* overflow-x: hidden; */
}

#wrapper.blog-content {
    overflow-x: clip;
}

@media screen and (max-width: 990px) {
    #toc {
        top: 1px;
    }
}
@media screen and (max-width: 500px) {
    #toc {
        top: 56px;
    }
}

.views-later_wrapper {
    width: 100%;
    max-width: 320px;
    margin-top: 15px;
}

.views-later_wrapper p {
    font-size: 22px;
    text-align: center;
    color: #ea2c69;
}

.views-later_wrapper .products-later {
    padding: 15px;
    border: 2px solid #ea2c69;
    margin: 0 20px;
    height: max-content;
}

.products-later .img_product {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 20px;
}

.photos-main .rating_wrapper {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.products-later .first-form {
    height: 100% !important;
}
.first-form {
    height: auto !important;
}

.products-later .btn_zak {
    border: 2px solid #ea2c69;
    transition: 0.3s liner;
}

.products-later .btn_zak:hover {
    background-color: #fff;
    color: #ea2c69;
    transition: 0.3s liner;
}

.products-later .product-title {
    font-size: 18px;
    line-height: normal;
}
.products-later .price {
    text-align: center;
}

.owl-nav {
    display: block;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
    display: block;
    opacity: 1;
    transition: 0.3s;
}

.views-later_wrapper .owl-prev {
    left: 33px;
}
.views-later_wrapper .owl-next {
    right: 33px;
}

.non-tovar {
    text-align: center;
    color: #ea2c69;
    font-size: 18px;
}
.non-tovar-page {
    text-align: left;
    color: #ea2c69;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .mobile-padding {
        padding-top: 100px;
    }
    
    /* #header {
        display: none;
    } */
    
    .non-tovar-page {
        text-align: center;
    }
}

.item-bank__tinkoff {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tinkoff_vars {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tinkoff_vars.active {
    display: flex;
}
.tinkoff_vars a {
    cursor: pointer;
    margin-top: 5px;
    padding: 10px 0;
}
.tink-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.tink-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

/*Sber-prev*/
.sber-prev {
    display: none;
}
.my-popup.sber-prev {
    z-index: 999;
}
.my-popup.sber-prev input[type='tel'] {
    background: #fff;
    border: 1px solid #ea2c69;
    resize: none;
    color: #ea2c69;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 15px;
}
/*Sber-prev*/

/*Oferta*/
.footer-oferta a {
	display: block;
    margin-top: 15px;
    color: #ed2b92;
    text-decoration: none;
}
.footer-oferta a:hover {
    border-bottom: 1px solid #ed2b92;
}

.payment-security__images {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	margin-bottom: 25px;
}

.payment-security__images img {
	width: 100%;
	max-width: 150px;
}
/*Oferta*/

.header-socials {
    display: flex;
}

@media screen and (max-width: 768px) {
    .header-socials {
        display: none;
    }
    .shop.container {
        width: 100%;
    }
}
