/* banner_time */
.time-banner {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: block;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	z-index: 99;
	background: rgba(0, 0, 0, 0.5);
}
.time-text_banner {
    background: #fff;
    position: relative;
    left: auto;
    right: auto;
    width: 600px;
    padding: 50px 90px;
    top: 10%;
    margin: 1.75rem auto;
}
.time-text_banner strong {
    text-align: center;
    font-size: 22px;
    line-height: 40px;
}
.banner-close {
    position: absolute;
    right: 10px;
    top: 15px;
}
.input_phone {
    margin-right: 10px;
}
.time-form_banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {
    .time-text_banner {
        padding: 30px 10px;
        width: 100%;
    }
}

.info__specs{
	margin: 0px!important;
}

.info__specs-wrapper{
    width: 384px!important;
}

.info__title{
    margin-bottom: 0px!important;
}

.feature{
    margin-bottom: 20px!important;
}

.info-product-wr{
    margin-left: 0px!important;
}

.tab-content_haracter haracter-product{
    padding-top: 0px!important;
}

.table.info__specs-table {
    margin-top: 10px!important;
}

.h2 {
    font-size: 16px!important;
}

.mobile_icon_login {
    margin-left: 5px;
    padding-top: 0px;
    padding-bottom: 10px;
}

.text_login {
    position: absolute;
    top: 30px;
    right: -1px;
}

@media (max-width: 769px) {
    .mobile_icon_login {
        display: none;
    }
}

@media (min-width: 769px) {
    .mobile_text_login {
        display: none;
	}
}
