.form-bottom{
    margin-top: 10px;
}

.form-actions .form-bottom{
    width: fit-content;
}

.check-confid{
    text-align: left;
}

.check-confid label{
    max-width: 460px;
    margin: 0 auto;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #4A4A4A;
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}

.check-confid input {
    display: none;
}
.check-confid input + .block-ok.error{
    border-color: #E11E1E;
}
.check-confid input:checked + .block-ok {
    border-color: #CCCCCC;
    background: url(../img/check-ok.svg) no-repeat center;
}
.check-confid input + .block-ok:hover {
    border-color: #4A4A4A;
}
.check-confid input:checked + .block-ok:hover{
    border-color: #4A4A4A;
}
.check-confid .block-ok {
    min-width: 20px;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(204, 204, 204, 1);
    position: relative;
    margin-right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.check-confid label a {
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    position: relative;
}
@media (max-width:580px){
    .check-confid label{
        max-width: 340px;
    }
    .check-confid .block-ok{
        top: 10px;
    }
}
#prise-1 #ya_id_buy .form-bottom{
    position: absolute;
    bottom: -70px;
    left: 31%;
    z-index: 1;
}
.single-model #ya_id_fix .form-bottom a{
    text-decoration: underline;
}
.single-model #ya_id_fix .form-bottom a:hover{
    text-decoration: none;
}
@media (max-width:619px) {
    .page-template-page-privacy-agreement h1{
        font-size: 17px;
        line-height: inherit;
        width: 350px;
    }
    .page-template-page-privacy-agreement .entry-content{
        width: 350px;
    }
}

@media (max-width:360px) {
    .page-template-page-privacy-agreement h1{
        width: 300px;
    }
    .page-template-page-privacy-agreement .entry-content{
        width: 300px;
    }

}