#comments .show-hide-btn {
    display: flex;
    align-items: center;
    align-self: center;
    font-weight: 400;
    color: #9b9b9b;
    position: relative;
    background: #fff;
    border: 1px solid #adadad;
    text-align: center;
    border-radius: 23px;
    padding: 5px 15px 5px;
    width: 185px;
    margin: 0 auto 20px;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
#comments .show-hide-btn:hover {
    background: rgba(180, 180, 180, .39);
}
#comments .show-hide-btn span {
    margin: 0 auto;
}

.comments-title{display:none}
#comments{position:relative}
#comments input, #comments textarea{background:#f9f9f9;font:inherit;line-height:1.3;font-size:18px;border:0;border:1px solid #f4f4f4;border-radius:12px}
#comments input::placeholder, #comments textarea::placeholder{color:#9f9f9f}
#comments-form{position:relative}
#comments-form-top{display:flex;flex-direction:column}
#comments-form-bottom{display:flex;flex-direction:column-reverse;align-items:start}
.comments-form-input-container{display:flex;margin-bottom:15px;width:100%}
.comments-form-input-container:last-child{margin-bottom:0}
.comments-form-input-container:nth-child(2){margin-bottom:0}
#comments-form-name{width:100%;height:52px;padding:0 20px}
#comments-form-email{width:100%;height:52px;padding:0 20px}
#comments-form-textarea{width:calc(100% - 195px);height:150px;padding:10px 20px;resize:none}

/*#comments-form-submit{transition:.3s;position:relative;z-index:1;display:flex;justify-content:center;align-items:center;flex-shrink:0;background:#242629;color:#fff;cursor:pointer;gap:20px;height:60px;padding:0 28px;font-size:18px;font-weight:500;border-radius:45px}
#comments-form-submit::before{transition:.3s;opacity:0;position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;z-index:-1;content:'';border:5px solid rgba(36, 38, 41, 0.2);border-radius:inherit}
#comments-form-submit:hover{background:#3a383c;box-shadow:0 5px 5px -2px rgba(15, 25, 40, .05), 0 10px 15px -4px rgba(15, 25, 40, 0.1)}
#comments-form-submit:hover::before{opacity:1}*/

#comments-form-submit{transition:.3s ease-in-out;position:relative;display:flex;justify-content:center;align-items:center;flex-shrink:0;gap:15px;background:#fff;color:#f4a206;border:1px solid #f4a206;height:60px;padding:0 35px;font-size:18px;font-weight:700;border-radius:8px;cursor:pointer}
#comments-form-submit:hover{background:#f4a206;color:#fff}

#comments-form-extra{margin:10px 0;font-size:14px;opacity:.4}
/*#comments-header{color:#131313;font-size:24px;font-weight:600}*/
#comments-header a{}
#comments-empty{margin-top:20px;text-align:center;opacity:.4}

#comments-captcha{position:absolute;top:68px;right:0;background:#f9f9f9;color:#595959;width:180px;height:150px;text-align:center;border-radius:16px}
#comments-captcha span:nth-of-type(1){display:flex;justify-content:center;align-items:center;flex-shrink:0;width:100%;height:30px;font-size:16px;font-weight:400;border-radius:16px 7px 0 0}
#comments-captcha br{display:none}
#comments-captcha::before{position:absolute;top:0;right:0;bottom:0;left:0;content:'';z-index:3;border:1px solid #f4f4f4;border-radius:inherit;pointer-events:none}
#comments-captcha::after{position:absolute;top:30px;right:0;left:0;content:'';z-index:1;background:#fff;width:100%;height:80px}
#comments-captcha-img{display:block;position:relative;z-index:2;flex-shrink:0;background:url('../captcha.php') no-repeat center;width:120px;height:80px;margin:0 auto;cursor:pointer}
#comments-captcha-img:hover::after{position:absolute;top:0;right:-30px;bottom:0;left:-30px;display:flex;justify-content:center;align-items:center;content:'Обновить';background-color: rgba(0, 0, 0, .65);color: #fff;font-size:16px;font-weight:800}
#comments-captcha-response{background:#fff!important;width:80px;height:30px;margin:5px 0;font-size:16px;text-align:center;-moz-appearance:textfield;border:1px solid #f4f4f4}
#comments-captcha-response::-webkit-inner-spin-button, #comments-captcha-response::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}

.thanks{display:flex;justify-content:center;align-items:center;gap:10px;min-height:56px;line-height:1.3;margin-top:20px;padding:10px 20px;font-size:18px;border:1px solid #f4a206;border-radius:12px}
.thanks svg{flex-shrink:0}
#comments-form ~ .thanks{position:absolute;left:210px;margin:-70px 0 0 0}

@media screen and (max-width: 1199px) {
    #comments-form ~ .thanks{position:static;margin:20px 0 0 0}
}

@media screen and (max-width: 575px) {
    #comments input, #comments textarea{font-size:16px}
    #comments-header{font-size:22px}
    #comments-form-submit{font-size:16px}
    #comments-form-textarea{width:100%}
    #comments-form-bottom{margin-top:165px}
    #comments-captcha{top:auto;right:auto;bottom:90px;width:100%}
    .thanks{font-size:16px}
}
