.subscribe_bg{
    background: url("images/DSC01339 (1).webp") no-repeat;
    width: 100%;
    padding: 60px 0;
    height: 317px;
    position: relative;
    border-radius: 7px;
}
.subscribe_bg:before{
    content: '';
    background: url("images/grp1811.png") no-repeat;
    position: absolute;
    width: 578px;
    height: 353px;
    top: -24px;
    left: 20px;
}
/* .wrapsubscribe_form{
    max-width: 678px;
    width: 100%;
    background: #F1F1EDE6;
    
    padding: 40px 37px 40px 60px;
    margin-left: auto;
} */
.head-sbcrform{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 52px;
    margin-bottom: 30px;
    color: #FFFFFF;
}
.skd-text{
    color: #2EA9A9;
}
.fields_form{
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 15px;
}
.fields_form .button_subcr, .fields_form input[name="email"]{
    /* width: calc(50% - 10px); */
}
.order-form__conditions, .order-form__conditions a{
    font-family: Gilroy;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #FFFFFF;
}
.order-form__conditions a:hover{
    color: #181818;
}
.order-form__conditions a{
    border-bottom: 1px dashed;
    /* text-decoration: underline; */
}
.button_subcr{
 /*    background: linear-gradient(180deg, #2DAAAA 0%, #359C9C 100%);
    border-radius: 2px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 10px 0;
    border: none; */
    background: #339999;
    border-radius: 7px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 11px 22px;
    border: none;
}
.button_subcr:hover{
    background: #044848;
}
#checksubsc{
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 0;
}
#checksubsc:checked+label::before {
    background-image: url("images/Frame 100.png");
    background-size: 100%;
}
.order-form__conditions label{
    position: relative;
    /* display: flex; */
    font-style: normal;
}

#checksubsc + label:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 2px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}
.fields_form input[name="email"]{
    font-family: Gilroy;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 18px;
    color: #C8C8C8;
    border-radius: 7px;
    max-width: 295px;
    width: 100%;
    margin-right:24px;
    color: #828282;
}
.sbcr-img{
    margin-top: 25px;
}
.sbcr-img{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sbcr-inner {
    display: flex;
    align-items: center;
}
.sbcr-inner-img{
    margin-right: 10px;
}

.subscribe_bg {
    padding: 40px 0 50px;
}

#email input.error {
    border: 1px solid red;
}

.subscribe_bg .g-recaptcha {
    margin-top: 15px;
}
.subscribe_bg .captcha_error {
        color: red;
}


.wrapsubscribe_form {
    padding: 20px 37px 20px 60px;
    max-width: 60%;
    width: 100%;
    margin-left: auto;
}

.sbcr-img {
    margin-top: 15px;
}

@media (max-width: 1280px){
    .wrapsubscribe_form{
        background: #F1F1EDE6;
    }
    .order-form__conditions, .order-form__conditions a{
        color: #787878;
    }
    .wrapsubscribe_form{
        max-width: 80%;
    }
}

@media (max-width: 1024px){
    .wrapsubscribe_form{
        display: flex;
        flex-direction: column;
        margin: 0 auto;
    }
}
@media (max-width: 600px){
    .fields_form .button_subcr, .fields_form input[name="email"] {
        /* width: 100%; */
        margin-bottom: 10px;
    }
    .sbcr-img{
        flex-direction: column;
        align-items: flex-start;
    }
    .fields_form, .order-form__conditions label {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .subscribe_bg{
        background-size: cover;
    }
    .wrapsubscribe_form{
        padding: 10px;
    }
}