.login-tooltip{
    width:81px;
}

.tooltip-text {
    display: none;
    background-color: #efefef;
    margin-top: 0px;

    padding: 20px 18px 18px 22px;
    border-radius: 8px;
    width: 250px; / Ширина элемента /
    position: absolute; / Позиционирование элемента /
    top: 0%; / Расположение элемента относительно нижнего края /
    right: 80%; / Расположение элемента относительно левого края /
z-index: 1; / Настройка наложения элемента /
transform: translateX(-90%); / Сдвиг элемента по горизонтали /
}

.tooltip-text a{
    font-weight: 600;

}

.btn-enter:hover + .tooltip-text,
.btn-enter:focus + .tooltip-text {
    display: block;
}


.wrap_podbor {
    margin-top: 0px;
    margin-bottom: -50px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.wrap_podbor .heading{
    font-weight: 700;
    font-size: 32px;
    line-height: 36px;
}


.wrap_promo .grid {
    width: 100%;
    min-width: 288px;
    padding-right: 32px;
    padding-left: 32px;
}

.wrap_podbor .grid .row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    box-sizing: border-box;
}

.wrap_podbor .grid .row {
    justify-content: flex-start;
}

.wrap_podbor .grid .col-6 {
    padding-left: 8px;
    padding-right: 8px;
    flex-basis: 50%;
    max-width: 50%;
}

.wrap_podbor .grid .col-4 {
    padding-left: 8px;
    padding-right: 8px;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
}

.wrap_podbor  .grid .col-8 {
    padding-left: 8px;
    padding-right: 8px;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
}

.wrap_podbor .grid .block-image{
    position: relative;
    height: 550px;
}

.wrap_podbor .grid .block-text{
    margin-left: 70px;
    margin-top: 150px;

}

.wrap_podbor  .decor {
    position: absolute;
    left: -340px;
    bottom: -120px;
    width: 247px;
}

.wrap_podbor  .decor.do-animate {
    transition: opacity 0.525s ease .15s, transform 0.525s ease .15s;
    opacity: 0;
    transform: translate3d(25px, 0, 0);
}

.wrap_podbor .decor.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.about4 .block-text.do-animate {
    transition: opacity 0.325s ease 0s, transform 0.325s ease 0s;
    opacity: 0;
    transform: translate3d(0, 50px, 0);
}

.wrap_podbor   .block-text.animated {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.wrap_podbor .box {
    position: relative;
}

.wrap_podbor .block-list.compressed {
    margin-bottom: 0;
}


.wrap_podbor .block-text .heading {
    margin-bottom: 40px;
}

.wrap_podbor .block-text p {
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    .wrap_podbor .container {
        padding-right: 0px;
        padding-left: 0px;
    }

    .btn-red {
        font-size: 16px;
    }

    .wrap_podbor .decor {
        width: 200px;
        left: -250px;
        bottom: 30px;
    }

    .wrap_podbor .grid .block-text {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 40px;
        height: 440px;
    }

}

@media only screen and (max-width: 767px) {
    .wrap_podbor .grid .col-6 {
        width: 100%;
        max-width: 100%;
        flex-basis: 100%;
    }

    .wrap_podbor .grid .block-image{
        height: 60vw;
    }

    .wrap_podbor .grid .block-text {
        margin-left: 30px;
        margin-right: 30px;
        margin-top: 40px;
        height: 440px;
    }

    .wrap_podbor  .decor {
        width: 130px;
        left: auto;
        right: -15px;
        bottom: auto;
        top: -200px;
    }
}




.p-header__info {
    margin-top: 20px;
}

.sub-menu__i .menu-2 {
    margin-left: 18px;
    margin-bottom: 15px;
}

.sub-menu__i .menu-2 .item{
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
}


.select-city__modal-wrap{
    width:650px;
}


.product-block-collection2{
    padding-top:0px;
    padding-bottom:25px;
}

.product-item-size-container{
    width:100px;
    height: 40px;
    border: 1px solid #E0E0E0;
    float:left;
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    margin-right: 10px;
    padding-top: 3px;
}

.product-item-size-container.active {
    border: 1px solid #D0021B;
}

.product-item-size-container:hover {
    border: 1px solid #D0021B;
}

.product-item-size-value {
    width: 28px;
    height: 42px;
    font-size: 13px;
    line-height: 28px;
    text-align: center;
    color: #333;
    font-weight: bold;
    cursor: default;
    padding-top: 5px;
}

a.news_list_link{
    color:#D0021B;
}

.catalog-grid .news-list .news-item img{
    margin-right:25px;
    margin-bottom:40px;
    border-radius: 8px;
}

.catalog-grid .news-list .news-item a{
    color:#D0021B;
}


.product-item-amount-field-container{
    border: 0px solid #fff;
}

.product-item-amount-field-container .product-item-amount-field-btn-plus, .product-item-amount-field-container .product-item-amount-field-btn-minus {
    border: 1px solid #D0021B;

}

.mobile-logout{
	display:none;
}

@media only screen and (max-width: 500px) {

    .product-detailed .product-item-detail-price-current {
        width: 200px;
        font-size: 22px;
    }

    .product-item-detail-price-desc{
        width: 140px;
        float: right;
        margin-top: 0px;
    }


    .catalog-grid .news-list .news-item{
        width:100%;
        margin-bottom: 50px;
    }

    .product-detailed .product-item-detail-properties dt{
        padding-right: 15px;
    }

    .catalog-compact .simple-slider-buywith {
        padding-right: 0px;
        padding-left: 0px;
    }

    .catalog-compact .catalog-products-viewed .product-tag {
        font-size: 10px;
        line-height: 32px;
    }

    .catalog-compact .product-item-favorite {
        display: inline-flex;
    }

    .info .news-detail{
        width:100%;
    }

    .info-block .news-item {
        margin-bottom: 35px;
    }

    .news_image{
        wwwwidth:100%;
    }

    .catalog-grid .news-list .news-item img{
        margin-bottom:15px;
    }


    .news_devider{
        ccccclear:both;
    }

    .header_logo{
        margin-top:-13px;
    }
    .p-header_top{
        height:67px;
    }


	.mobile-logout{
		display:block;
		padding-right: 60px;
		padding-top: 15px;

	}


    .p-footer_b .wrap-copy .copy {
        padding-top: 0px;
    }

    .p-footer_b .develop{
        bottom: 10px;
    }


    .p-footer_b .wrap-tel .wrap-tel-right-time{
        text-align: right;
        color:#ffffff;
        font-size:12px;
    }


}

@media only screen and (max-width: 1024px) {
    .header_logo{
        margin-top:0px;
    }
    .p-header_top{
        height:67px;
    }


    .catalog-compact .modal-popup-photos-slider-container .slick-prev{
        left: -20px;
        top: -5%;
    }

    .catalog-compact .modal-popup-photos-slider-container .slick-next {
        right:-30px;
        top: -5%;
    }

    .catalog-compact .modal-popup-photos-content .section-title-modal {
        font-size: 22px;
        line-height: 26px;
    }


}





body .bxmaker-authuserphone-button:focus{
     outline: none;
}

body .bxmaker-authuserphone-button .bxmaker-authuserphone-button__inner {
	background-color: #D0021B;
}

body .bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner {
	background-color: #D0021B;
}

body .bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
body  .bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field, 
body  .bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field
{
	border-color: #D0021B;
}

body .bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
body .bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,
body .bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field
{
	border-color: #D0021B;
}


body .bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field, 
body .bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field, 
body .bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field
{
	border-color: #D0021B;
}

body .bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field,
body  .bxmaker-authuserphone-input-code--hover .bxmaker-authuserphone-input-code__field,
body  .bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field
{
    border-color: #D0021B;
}

body a.bxmaker-authuserphone-link, 
body a.bxmaker-authuserphone-link:visited 
{
	color: #333333;
}

body a.bxmaker-authuserphone-link:hover 
{
	color: #D0021B;
}

body a.bxmaker-authuserphone-link:active, 
body a.bxmaker-authuserphone-link:hover 
{
    color: #D0021B;
}

body .bxmaker-authuserphone-input-phone__validation,
body .bxmaker-authuserphone-message--error {
    color: #ff0000;
}

.popup-c {
    padding: 20px 20px 20px 20px;
}