
.core_form .box {
    font-family: 'Poppins';
    max-width: 480px;
    width: 100%;
    background-color: #f2f6fa;
    border: 1px solid #cad8e5;
    border-top: 5px solid #0091e6;
    box-shadow: 0 10px 20px #000;
    padding: 20px;
}
.core_form .box .headline {
    position: static;
    font-size: 18px;
    text-transform: uppercase;
    color: #2b2b2b !important;
    text-align: left !important;
    margin: 0 auto 20px auto !important;
    background: transparent !important;
    width: 100%;
}
.core_form .box .icons_safety {
    max-width: 438px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 20px;
}
.core_form .box .icons_safety img {
    max-width: 33%;
    width: auto;
}
.core_form .box .form_text {
    color: #262525;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 20px;
}
.core_form .box .step_mark {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    padding: 0 0 20px;
    border-bottom: 1px solid #cad8e5;
}
.core_form .box .step_mark .mark_text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.core_form .box .step_mark .mark_text div {
    width: 100px;
}
.core_form .box .step_mark .mark_text div p {
    color: #8a8a8a;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
}
.core_form .box .step_mark .mark_line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 40px 0;
}
.core_form .box .step_mark .mark_line .dot {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #afafb1;
    background-color: #fff;
}
.core_form .box .step_mark .mark_line .line {
    width: 96%;
    border-bottom: 2px dashed #a6a6a6;
}
.core_form .box .step_mark .mark_line .dot1 {
    border-color: #24b353;
}
.core_form .box .text {
    display: none;
}
.core_form .box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.core_form .box form .error {
    width: 100%;
}
.core_form .box form .row {
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0 0 5px;
}
.core_form .box form .row label {
    width: auto;
    position: absolute;
    top: 0;
    left: 10px;
    color: #656565;
    font-size: 12px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    padding: 0;
}
.core_form .box form .row input,
.core_form .box form .row select {
    max-width: 100%;
    width: 100%;
    height: 46px;
    background-color: #fff;
    border: 1px solid #afb0b4;
    border-radius: 3px;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    padding: 10px 0 0 10px;
}
.core_form .box form .row select {
    padding: 0 0 0 10px;
}
.core_form .box form .row textarea {
    width: 100%;
    height: 46px;
    resize: none;
    padding: 10px 0 0 10px;
}


.core_form .box form .row.row_delivery {
    display: none;
}
.core_form .box form .row.row_country label,
.core_form .box form .row.row_delivery label,
.core_form .box form .row.row_place label,
.core_form .box form .row.row_note2 label,
.core_form .box form .row.row_cod label {
    position: static;
    font-size: 14px;
    color: #2b2b2b;
}
.core_form .box form .row.not_focus label {
    font-size: 14px;
    top: 12px;
}
.core_form .box form .row.row_note2 div {
    margin: 0 0 -10px;
}
.core_form .box form .row.row_cod_radio {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0 20px;
}
.core_form .box form .row.row_cod_radio div {
    width: 50%;
}
.core_form .box form .row.row_cod_radio div label {
    position: static;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #8c8c8c;
}
.core_form .box form .row.row_cod_radio div label input {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    position: relative;
}
.core_form .box form .row.row_cod_radio div label .marker {
    width: 20px;
    height: 20px;
    background-color: #f2f6fa;
    border: 2px solid #8c8c8c;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
}
.core_form .box form .row.row_cod_radio div label p {
    margin: 0 0 0 5px;
}
.core_form .box form .row.row_cod_radio div label.checked {
    color: #2b2b2b;
}
.core_form .box form .row.row_cod_radio div label.checked .marker {
    border: 2px solid #0091e6;
}
.core_form .box form .row.row_cod_radio div label.checked .marker span {
    width: 8px;
    height: 8px;
    background-color: #0091e6;
    border-radius: 100%;
}
.core_form .box form .row.row_save {
    margin: 5px 0 0;
}
.core_form .box form .row.row_save button {
    width: 100%;
    background-color: #0091e6;
    border-radius: 2px;
    box-shadow: 0 3px 10px #62a0c4;
    text-decoration: none;
    border: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    padding: 12px 10px;
    cursor: pointer;
}
.core_form .box form .row.row_save button span {
    display: block;
    font-size: 16px;
}
.core_form .box form .row div.error input {
    border: 2px solid #ff0000;
}
.core_form .box form .row div input:hover,
.core_form .box form .row div select:hover,
.core_form .box form .row div textarea:hover {
    border: 2px solid #0091e6;
}
.core_form .box form .row div input:focus,
.core_form .box form .row div select:focus,
.core_form .box form .row div textarea:focus {
    outline: none;
    border: 2px solid #0091e6;
}
.core_form .box form .row div .error {
    display: none;
}
.core_form .box form.mxForm .row_phone label,
.core_form .box form.mxForm .row_phone2 label {
    top: 0;
    color: #656565;
    font-size: 12px;
    left: 45px;
    z-index: 10;
}
.core_form .box form.mxForm .row_phone div .prefix_mx,
.core_form .box form.mxForm .row_phone2 div .prefix_mx {
    color: #fff;
    background: #767676;
    padding: 0 2px;
    border-radius: 3px;
    width: 35px;
    font-size: 16px;
    height: 44px;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    padding: 2px 4px;
}
.core_form .box form.mxForm .row_phone div input,
.core_form .box form.mxForm .row_phone2 div input {
    position: relative;
    left: 35px;
    max-width: calc(100% - 30px);
}
.core_form .box .step_next {
    display: none;
}
.core_form .box .step_next .step_next_button {
    width: 100%;
    background-color: #0091e6;
    border-radius: 2px;
    text-decoration: none;
    border: none;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    color: #fff;
    padding: 12px 10px;
    cursor: pointer;
}
.core_form .box .step_next .step_next_button span {
    display: block;
    font-size: 16px;
}
.core_form .box .step_next .step_next_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin: 20px 0 0;
}
.core_form .box .step_next .step_next_text span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.core_form .box .form_text2 {
    color: #262525;
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin: 20px 0 0;
}
.core_form .box .form_text2 .crossed_price {
    color: #8c8c8c;
    text-decoration: line-through;
}
.core_form .box .form_text2 .price {
    color: #24b353;
}
.core_form.mobile {
    width: 100%;
}
.core_form.mobile .box .headline {
    font-size: 18px;
    text-align: center;
}
.core_form.mobile .box .form_text {
    display: none;
}
.core_form.mobile .box .step_mark .mark_text div p {
    color: #2b2b2b;
    font-size: 14px;
    line-height: 16px;
}
.core_form.mobile .box form .row {
    margin: 0 0 10px;
}
.core_form.mobile .box form .row.row_name,
.core_form.mobile .box form .row.row_surname {
    width: 100%;
}
.core_form.mobile .box form .row.row_save {
    margin: 5px 0 10px;
}
.core_form.mobile .box .step_next_button {
    font-size: 18px;
}
.core_form.step1 .box form .row.row_cod_radio {
    display: none;
}
.core_form.step1 .box .step_next {
    display: block;
}
.core_form.step1 .box .step_next .step_next_text {
    display: none;
}
.core_form.step2 .box .step_mark .mark_line .line {
    border-bottom: 2px dashed #24b353;
}
.core_form.step2 .box .step_mark .mark_line .dot1 {
    background-color: #24b353;
}
.core_form.step2 .box .step_mark .mark_line .dot2 {
    border-color: #24b353;
}
.core_form.step2 .box .step_mark .mark_text p {
    color: #8c8c8c;
}
/*# sourceMappingURL=CoreFormBeautiful.css.map */