p.subtitle {
    text-align: center;
    font-size: 18px;
    line-height: 1.3em;
    margin: -10px 0 20px;
}
.color_theme {
    background: #c03b65;
    color: #fff;
}

.color_theme .title, .color_theme .title span, .color_theme .products_count>span {
    color: #fff;
}
.m1-form input, .m1-form select {
    border: none;
    width: 100%;
    display: block;
    font-family: 'Gilroy', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    height: 70px;
    border-radius: 40px;
    background: #fff;
    text-align: center;
    color: #222;
}

.offer_section .m1-form .button-m {
    margin-top: 20px;
    width: 100%;
}

.m1-form::-webkit-input-placeholder {
    color: #222;
}

.m1-form::-moz-placeholder {
    color: #222;
}

.m1-form:-moz-placeholder {
    color: #222;
}

.m1-form:-ms-input-placeholder {
    color: #222;
}

.m1-form:focus::-webkit-input-placeholder {
    color: transparent;
}

.m1-form:focus::-moz-placeholder {
    color: transparent;
}

.m1-form:focus:-moz-placeholder {
    color: transparent;
}

.m1-form:focus:-ms-input-placeholder {
    color: transparent;
}
.button-m:active {
    background: linear-gradient(to bottom, #ea8615, #fabd4e);
    top: 2px;
}
.errorMessage {
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 13px;
    background: #DC3434;
    color: #fff;
    margin-top: 40px;
    text-align: center;
    line-height: 13px;
    padding: 8px 12px;
}
.copyright a:hover {
    color: #FF0069;
    text-decoration: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
}

.m1-form select {
    text-align: left;
    text-indent: 20px;
}