* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: 100%;
    width: 100%;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 400;
}
body {
    background-color: #fff;
}

.container {
    width: 1440px;
    margin: auto;
    padding: 40px;
    /* position: relative; */
}
.container_inside {
    width: 1164px;
    margin: auto;
}

h1.caption {
    font-style: normal;
    font-weight: 800;
    font-size: 45px;
    line-height: 55px;
    color: #E14D33;
    padding-bottom: 35px;
    border-bottom: 3px solid #E14D33;
}
img.illustration {
    margin-left: 80px;
    margin-top: 64px;
}
.simple_text {
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.bold_text_small {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    color: #000000;
}
.bold_text_big  {
    font-style: normal;
    font-weight: 800;
    font-size: 27px;
    line-height: 33px;
    color: #000000;
}
.info_block {
    float: right;
    width: 554px;
    text-align: left;
    margin-top: 24px;
}
.uppercase {
    text-transform: uppercase;
}
.horizontal_line {
    border: 3px solid #E14D33;
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 105px;
    min-width: 1440px;
}
.fields {
    margin-top: 140px;
}
.caption_input {
    margin-top: 14px;
}
.simple_input {
    background: #EBEEF3;
    outline: none;
    height: 64px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    padding-left: 32px;
    border: 0;
    color: #222;
    margin-top: 8px;
    margin-bottom: 32px;
}
.input_block {
    display: inline-block;
    position: relative;
}
.input_block_50_left {
    float: left;
}
.input_block_50_right {
    float: right;
}
.input_block_50 {
    width: 576px;
}
.input_block_100 {
    width: 100%;
}

.fields_caption {
    margin-top: 30px;
}

.simple_input:focus ~ .simple_input-label,
.simple_input:not(:placeholder-shown) ~ .simple_input-label {
    top: 54px;
    left: 7px;
    /* font-size: 12px; */
    opacity: 1;
}
.simple_input-label {
    position: absolute;
    pointer-events: none;
    left: 32px;
    top: 75px;
    transition: 0.2s ease all;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 15px;
    color: rgba(0, 0, 0, 0.3);
}

.fields_caption_number {
    position: absolute;
    font-style: normal;
    font-weight: 800;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    margin-left: -100px;
    margin-top: -33px;
    color: #000000;
    width: 59.68px;
    height: 41.16px;
    background-image: url("/web/img/ellipse2.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
textarea { 
    resize: vertical; 
    padding-top: 45px;
    height: 150px !important;
    font-family: 'Montserrat', sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 15px !important;
    line-height: 15px !important;
    color: #222 !important;
}

#submit_btn {
    height: 64px;
    width: 100%;
    background: #E14D33;
    outline: none;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 64px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    cursor: pointer;
    margin-top: 80px;
    margin-bottom: 40px;
    transition: 0.4s ease all;
}
#submit_btn:hover {
    background: #e72a09 !important;
}
.checkbox_container {
    margin-bottom: 43px;
}
.checkbox_block {
    float: left;
    margin-top: 22px;
}
.checkbox_label {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000;
    width: 543px;
    margin-left: 14px;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
    cursor: pointer;
}
.checkbox_input {
    display: inline-block;
    vertical-align: top;
}

.button_add {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
    background: none;
    border: 3px solid #EBEEF3;
    outline: none;
    cursor: pointer;
    padding: 14px 32px;
    margin-bottom: 39px;
    transition: 0.2s ease all;
}
.button_add:hover {
    background: #fcfcfc;
    border: 3px solid #ddd;
}
.simple_input:not(:placeholder-shown) {
    border-left: 3px solid green;
}

.simple_input:focus:placeholder-shown {
    border-left: 3px solid #ccc;
}

.removeField {
    color: red;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 20px;
    z-index: 10;
}
.removeField2 {
    color: red;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 10px;
    z-index: 10;
}
.removeField3 {
    color: red;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
    z-index: 10;
}
.removeField4 {
    color: red;
    font-size: 19px;
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 72px;
    z-index: 10;
}
.removeField4 span, .removeField3 span, .removeField2 span, .removeField span {
    text-decoration: underline;
}

.custom_celi_box {
    display: none;
}


.mobile_modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    text-align: center;
    background-color: #fff;
    padding: 36px;
}
.mobile_modal_text1 {
    font-style: normal;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #E14D33;
    margin-bottom: 26px;
}
.mobile_modal_text2 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    margin-bottom: 3px;
}
.mobile_modal_url {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #000000;
}
.mobile_modal_img1 {
    margin-bottom: 27px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mobile_modal_img2 {
    margin-bottom: 36px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.mobile_modal_img3 {
    margin-bottom: 32px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.individual_donation, .individual_donation_bar, .individual_donation_ploshadki {
    display: none;
}
