
.topbanner {
    background: #000;
    padding: 20px 10px;
}
.inbanner {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 10fr;
    gap: 1em;
    align-items: center;
    justify-content: center;
}
.inbanner > img {
    width: 100%;
    height: auto;
}

.proclontent > img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
}
.proclontent > p {
    margin: 0 auto 20px;
}
.proclontent > p a {
    color:#0079D3;
    text-decoration: underline;
  } 
  .proclontent > p a:hover {
    text-decoration: none;
  }
.proclontent > p b {
    font-weight: 700;
}
.proclontent > .video {
    width: 100%;
    display: block;
    margin: 0 auto 20px;
}
.proclontent > img.img500 {
    max-width: 400px;
    width: 100%;
}
.proclontent h2{
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0;
    line-height: 1.2;
}   
.proclontent {
    
}
.proclontent ul{
    list-style: inside;
    display: flex;
    gap: 10px;
    flex-direction: column;
    
}
.proclontent img{
    display: block;
    margin: 20px auto;
}
.proclontent {
    
}
.proclontent {
    
}
.proclontent {
    
}

strong{
    font-weight: 700;
}

.comments {
    padding: 20px 20px 0;
}
.comment-wrap {
    background: url(./img/line.png) no-repeat 13px 35px;
}
.comment {
    margin-bottom: 40px;
  }
  
  .comment__title {
    width: 100%;
    position: relative;
    padding: 10px 0 0 36px;
  }
  
  .comment__ava {
    display: table-cell;
    vertical-align: middle;
    width: 50px;
  }
  
  .comment__ava-img {
    width: 28px;
    border-radius: 50%;
    position: absolute;
    top:0;
    left: 0;
  }
  
  .comment__name {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    margin-bottom: 10px;
  }
  
  .comment__name-text {
    font-size: 12px;
    font-weight: 700;
    color: #1A1A1B;
    text-decoration: none;
  }
  .comment__name-text:hover {
    text-decoration: underline;
  }
  
  .comment__date {
    color: #7c7c7c;
    font-size: 12px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  }
  .comment__date:before {
    content: '•';
    display: block;
    font-size: 10px;
    margin: 0 5px;
  }
  
  .comment__content {
    margin: 0;
    padding: 0 0 10px 36px;
  }
  
  .comment__content-text {
    font-size: 14px;
    font-family: Noto Sans,Arial,sans-serif;
    color:#1c1c1c;
    line-height: 1.5em;
  }
  .comment__content-text a {
    color:#0079D3;
  } 
  .comment__content-text a:hover {
    text-decoration: underline;
  }
  
  .comment__content-img {
    display: block;
    max-width: 100%;
    margin: 15px 0 8px 0;
  }
  .comment_share {
    padding: 0 0 0 36px;
    font-size: 12px;
    height: 20px;
    color: #1A1A1B;
    font-weight: 700;
    line-height: 1.5em;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: .5em;
  }

.goform {
    position: relative;
    z-index: 2;
    width: 240px;
    display: block;
    height: 32px;
    line-height: 34px;
    margin: 0 auto;
    border: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    text-align: center;
    font-family: 'Noto Sans', Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    color: #fff;
    background: #0079D3; 
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.goform:hover {
    background: #178de7; 
}


footer {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 10px;
    text-align: center;
    font-size: 14px;
    position: relative;
    z-index: 9;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
}
footer a {
    display: block;
    margin:0;
    text-decoration: none;
    color:#333;
}
footer img {
   width: auto;
    display: block;
    margin: 0 auto;
}
footer p {
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 770px) {
    .inbanner {
       
        grid-template-columns:3fr 9fr;
       
    }
}
@media screen and (max-width: 639px) {
    footer {
        padding: 30px 0 30px 10px;
    }
}
@media screen and (max-width: 570px) {
    #change-username-tooltip-id {
        display: none;
    }
}

.order-block{
    max-width:480px;
    margin:20px auto;
    padding:20px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
    text-align:center;
    font-family:Arial,sans-serif;
}

.order-product{
    margin-bottom:15px;
}

.order-product img{
    max-width:350px;
    width:100%;
    height:auto;
    display:block;
    margin:0 auto;
}

.order-title{
    font-size:26px;
    margin-bottom:15px;
    color:#222;
}

.order-price{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.old-price{
    font-size:24px;
    color:#999;
    text-decoration:line-through;
}

.new-price{
    font-size:36px;
    color:#e60023;
    font-weight:700;
}

.order-form{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.order-form input{
    width:100%;
    height:55px;
    padding:0 15px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:16px;
    box-sizing:border-box;
}

.order-form input:focus{
    outline:none;
    border-color:#1bb0be;
}

.order-form button{
    height:58px;
    border:none;
    border-radius:12px;
    background:#1bb0be;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;
}

.order-form button:hover{
    transform:translateY(-2px);
}

.timer-box{
    margin-top:20px;
    padding:15px;
    background:#f7f7f7;
    border-radius:12px;
}

.timer-box p{
    margin:0 0 8px;
    color:#666;
    font-size:14px;
}

#countdown{
    font-size:32px;
    font-weight:700;
    color:#e60023;
    letter-spacing:2px;
}

.secure-text{
    margin-top:15px;
    font-size:13px;
    color:#666;
    line-height:1.4;
}