@font-face {
    font-family: 'Roboto Slab';
    src: url('../Fonts/Roboto_Slab/RobotoSlab-Regular.woff2') format('woff2'),
        url('../Fonts/Roboto_Slab/RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../Fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('../Fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

button,
a {
    cursor: pointer;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 30px;
    color: #1f222c;
    font-weight: 700;
    font-family: "Roboto Slab";
    text-align: center;
}

th {
    font-size: 18px;
    color: #1f222c;
    font-weight: 700;
    font-family: "Roboto";
}

thead th {
    padding-bottom: 14px;
}

.form4 input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #3e6aff;
    box-shadow: 0 0 2.5px rgba(62, 106, 255, 1);
}

.table1 textarea {
    width: 100%;
    min-height: 131px;
    margin-bottom: 14px;
    box-sizing: border-box;
    padding: 17px;
    resize: vertical;
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Roboto";
}

.table1 p {
    font-size: 14px;
    color: #1f222c;
    font-weight: 400;
    font-family: "Roboto";
}

select {
    width: 100%;
}

button[type="submit"] {
    width: 101%;
    border: none;
    height: 43px;
    border-radius: 3px;
    background-color: #12d661;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.wrapper {
    padding: 77px 0;
    margin: 0 auto;
    width: 90%;
}

.form1 {
    max-width: 314px;
}

.form1 input {
    margin-bottom: 9px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 17px;
    width: 100%;
    height: 38px;
}

.block1 input {
    outline: none;
}

.name {
    padding-bottom: 28px;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #b3b3b3;
    font-weight: 700;
    font-family: "Roboto";
}

.block1 {
    display: flex;
    justify-content: space-between;
    padding-top: 70px;
    padding-bottom: 50px;
}

.form1_select {
    font-size: 14px;
    color: #1f222c;
    font-weight: 400;
    font-family: "Roboto";
    padding: 0 17px;
    width: 333px;
    height: 41px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-bottom: 9px;
}

.form1_textarea {
    resize: vertical;
    padding: 16px 0 0 17px;
    border: 1px solid #cccccc;
    width: 100%;
    min-height: 131px;
    max-height: 240px;
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Roboto";
    margin-bottom: 9px;
}

#form1_send {
    border: none;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    width: 333px;
    min-height: 43px;
    border-radius: 3px;
    background-color: #12d661;
    transition: all .3s ease;
}

#form1_send:hover {
    background-color: #07be51;

    box-shadow: 0px 2px 2.5px rgba(8, 118, 52, 0.35);
}

.form1 input,
.form1 textarea {
    transition: all .3s ease;
    outline: none;
}

.form1 input:focus,
.form1 textarea:focus {
    box-shadow: 0 0 2.5px rgba(62, 106, 255, 0.55);
    background-color: #ffffff;
    border: 1px solid #3e6aff;
}

.open {
    position: relative;
    z-index: 9;
}

.popup {
    display: none;
    position: fixed;
    top: 240px;
    right: 5%;
    min-width: 280px;
    min-height: 252px;
    padding: 27px 25px;
    z-index: 9999;
    border-radius: 5px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.15);
    background-color: #fafafa;
    border: 1px solid #e6e6e6;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;
}

.up_text {
    font-size: 13px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Roboto";
    padding-bottom: 9px;
}

.popup a {
    text-decoration: none;
    font-size: 13px;
    color: #3e6aff;
    font-weight: 400;
    font-family: "Roboto";
}

.popup a:hover {
    text-decoration: underline;
}

.label_checkbox {
    font-size: 13px;
    color: #1f222c;
    font-weight: 400;
    font-family: "Roboto";
}

.popup input:not([type="checkbox"]) {
    padding: 0 14px;
    width: 100%;
    box-sizing: border-box;
    height: 37px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 13px;
}

.popup button {
    width: 100%;
    height: 44px;
    border-radius: 3px;
    border: none;
    background-color: #12d661;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    transition: all .2s ease;
}

.form6 input:focus {
    border: 1px solid #3e6aff;
    box-shadow: 0 0 2.5px rgba(62, 106, 255, 0.55);
}

.form6 button:hover {
    box-shadow: 0px 2px 2.5px rgba(8, 118, 52, 0.35);
}

.send {
    display: block;
    margin-bottom: 12px;
}

.form6 {
    position: relative;
}

.label_checkbox {
    display: block;
    margin-bottom: 14px;
}

hr {
    border: none;
    background-color: #dcdcde;
    height: 1px;
    width: 100%;
}

.block2 {
    padding-bottom: 50px;
}

.block2 input {
    appearance: none;
}

.span,
.span1,
.span2 {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    z-index: 1;
    margin-bottom: 14px;
}

.span2 {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
}

.span label,
.span1 label,
.span2 label,
.span1_block3 label,
.span2_block3 label {
    display: inline-block;
    padding-left: 50px;
}

.span input,
.span1 input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    appearance: none;
    width: 8px;
    height: 8px;
    background-color: #3e6aff;
    border-radius: 50%;
    z-index: 2;
    opacity: 0;
}

#radio1:checked,
#radio2:checked {
    opacity: 1;
}

.radiolabel {
    font-size: 14px;
    color: #1f222c;
    font-weight: 400;
    font-family: "Roboto";
}

.checkboxlabel {
    font-size: 14px;
    color: #1f222c;
    font-weight: 400;
    font-family: "Roboto";
}

.radio_label3 {
    color: #b3b3b3;
}

.checkboxlabel3 {
    color: #b3b3b3;
}

.testt {
    display: flex;
    column-gap: 10px;
    padding-bottom: 14px;
}

.inputs {
    display: flex;
    column-gap: 61px;
}

.checkboxes {
    max-width: 270px;
}

.checkbox_span1,
.checkbox_span2,
.checkbox_span3,
.checkbox_span4 {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    z-index: 1;
    margin-bottom: 14px;
    overflow: hidden;
}

.checkbox_span3 {
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
}

.custom_checkbox {
    display: flex;
    column-gap: 10px;
}

.date {
    display: flex;
    min-width: 473px;
    max-height: 114px;
    padding: 25px 21px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
}

.text p {
    font-size: 14px;
    color: #b3b3b3;
    font-weight: 700;
    font-family: "Roboto";
}

.up p {
    padding-right: 33px;
}

.down {
    display: flex;
    align-items: center;
    column-gap: 45px;
}

.down input {
    font-size: 14px;
    color: #1f222c;
    font-weight: 400;
    font-family: "Roboto";
    padding: 11px 13px;
    max-width: 148px;
    max-height: 41px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.name1 {
    padding-top: 50px;
}

.span1_block3,
.span2_block3 {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    z-index: 1;
    margin-bottom: 14px;
}

.span1_block3 input,
.span2_block3 input {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    appearance: none;
    width: 71px;
    height: 71px;
    filter: grayscale(100%);
    border-radius: 50%;
    z-index: 2;
    transition: all .2s ease;
}

.span1_block3 input {
    background: url(../img/Boy.png) center/cover;
}

.span2_block3 input {
    background: url(../img/Girl.png) center/cover;
}

#block3_radio1:checked,
#block3_radio2:checked {
    filter: none;
}

.radiolabel1 {
    font-size: 16px;
    color: #1f222c;
    font-weight: 700;
    font-family: "Roboto";
}

.radios_div {
    display: flex;
    align-items: center;
    column-gap: 14px;
}

.form3 {
    align-items: center;
    max-width: 664px;
    padding-bottom: 50px;
}

.block3_checkboxes span {
    transition: all .3s ease;
    display: flex;
    align-items: center;
    margin-bottom: 19px;
    position: relative;
    width: 45px;
    height: 25px;
    border-radius: 12px;
    background-color: #cfcfd1;
}

.block3_checkboxes input {
    transition: all .3s ease;
    appearance: none;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #fff;
}

.block3_checkboxes label {
    font-size: 14px;
    color: #1f222c;
    font-weight: 400;
    font-family: "Roboto";
    display: block;
    padding-left: 65px;
    min-width: 165px;
}

.block3_checkboxes input:checked {
    left: 22px;
}

.tdInput {
    width: 341px;
}

.tableInput:not([type="radio"], [type="file"]) {
    width: 100%;
    height: 41px;
    margin-bottom: 14px;
    padding-left: 17px;
    box-sizing: border-box;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.tableSelect {
    overflow: hidden;
    height: 41px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.arrow {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: inline-block;
    position: relative;
    width: 341px;
    padding: 21px 0;
    margin-bottom: 14px;
}

.arrow::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 57%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-top-color: #000;
}

#tableSelect {
    padding-left: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    transform: translateY(-50%);
}

#tablespan1,
#tablespan2 {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 50%;
    transition: all .4s ease;
}

.span1 {
    display: block;
}

.radiotd {
    display: flex;
    column-gap: 80px;
}

#inputFile {
    visibility: hidden;
}

.FileLabelDiv {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 41px;
    border-radius: 3px;
    margin-bottom: 14px;
    background-color: #3e6aff;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    transition: all .3s ease;
}

.FileLabelDiv:hover {
    box-shadow: 0px 2px 2.5px rgba(15, 40, 126, 0.35);
}

.comment {
    display: flex;
}

.block4 {
    padding-bottom: 50px;
}

.tbody2 p {
    font-size: 13px;
    color: #b3b3b3;
    font-weight: 400;
    font-family: "Roboto";
}

.table2tr {
    display: flex;
    column-gap: 9px;
}

.table2tr p {
    padding-bottom: 6px;
}

.th1 {
    text-align: left;
}

.input_block_table2 {
    width: 221px;
}

.input_block_table2 input {
    width: 100%;
    height: 41px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

.table_hr {
    margin-bottom: 25px;
}

.table_arrow {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    position: relative;
    width: 341px;
    padding: 21px 0;
    margin-bottom: 14px;
}

.table_arrow::before {
    content: "";
    position: absolute;
    right: 14px;
    top: 57%;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-top-color: #000;
}

.table_arrow::after {
    content: "";
    position: absolute;
    right: 33px;
    top: 25%;
    transform: rotate(180deg);
    width: 1px;
    height: 20px;
    background-color: #ddd;
}

.tableSelect1 {
    overflow: hidden;
    height: 41px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

#tableSelect1 {
    padding-left: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    appearance: none;
    background-color: transparent;
    border: none;
    outline: none;
    transform: translateY(-50%);
}

.table_arrow {
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    display: block;
    position: relative;
    width: 221px;
    padding: 21px 0;
    margin-bottom: 14px;
}

.select_table {
    display: flex;
    flex-wrap: wrap;
    max-width: 223px;
}

.location_td {
    width: 100%;
}

.tr_last td {
    width: 100%;
}

.tr_first {
    padding-bottom: 29px;
}

.table2tr input {
    width: 100%;
    height: 41px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

#tablespan3 {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 3px;
    transition: all .4s ease;
    overflow: hidden;
}


.label_checkbox {
    overflow: hidden;
}

.customCheckbox {
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.customCheckbox:checked {
    border-color: #3e6aff;
}

.labelcustom {
    display: inline-block;
    font-size: 14px;
    color: #1f222c;
    font-weight: 400;
    font-family: "Roboto";
}

.labelcustom span {
    display: none;
    position: absolute;
    top: 22%;
    left: 50%;
    width: 4px;
    height: 7px;
    border-right: 2px solid #3e6aff;
    border-bottom: 2px solid #3e6aff;
    transform: translateX(-50%) rotate(40deg);
}

.customCheckbox:checked+.labelcustom>span {
    display: block;
}

.customCheckbox {
    appearance: none;
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
}

.customCheckbox:checked {
    border-color: #3e6aff;
}

.labelcustom {
    position: relative;
    display: inline-block;
}

.labelcustom span {
    display: none;
    position: absolute;
    width: 4px;
    height: 7px;
    border-right: 2px solid #3e6aff;
    border-bottom: 2px solid #3e6aff;
    transform: translate(-50%, -50%) rotate(40deg);
}

.customCheckbox:checked+span {
    display: block;
}

.checkboxtd {
    padding-top: 25px;
    padding-bottom: 29px;
    width: 100%;
}

.goback {
    width: 180px;
    height: 43px;
    border-radius: 3px;
    background-color: #ffffff;
    border: 1px solid #85868d;
    font-size: 14px;
    color: #6e6f77;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    transition: all .3s ease;
}

.goback:hover {
    background-color: #85868d;
    color: #ffffff;
}

.buy {
    width: 180px;
    height: 43px;
    border-radius: 3px;
    background-color: #12d661;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Roboto";
    text-align: center;
    transition: all .3s ease;
}

.td_buy {
    width: 180px;
}

.buy:hover {
    box-shadow: 0px 2px 2.5px rgba(8, 118, 52, 0.35);
}

.buttons {
    padding-top: 29px;
}

.tbody2 input:not([type="checkbox"]) {
    box-sizing: border-box;
    padding: 17px;
}

.tbody2 input:focus:not([type="checkbox"]) {
    border: 1px solid #3e6aff;
    box-shadow: 0 0 2.5px rgba(62, 106, 255, 0.55);
}

.table1_textarea {
    border-radius: 3px;
    transition: all .3s ease;
    border: 1px solid #ccc;
}

.tdradio1,
.tdradio2 {
    display: flex;
}

.span_block6 {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
}

.popup_checkbox {
    display: flex;
}

.button_hover:hover {
    box-shadow: 0px 2px 2.5px rgba(8, 118, 52, 0.35);
    transition: all .3s ease;
    background-color: #07be51;
}

.last_inputs_table2 {
    transition: all .3s ease;
}

.input_block_table2 input,
.tdInput input,
.last_inputs_table2 {
    transition: all .3s ease;
}

#location {
    transition: all .3s ease;
}

.padding {
    padding-left: 9px;
}

.pb {
    padding-bottom: 15px;
}

span.top {
    top: 35%;
}

.disabled:checked {
    cursor: not-allowed;
    border-color: #e5e5e5;
}

.disabled {
    cursor: not-allowed;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
}

.disradio {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
}

.customradio {
    appearance: none;
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    transition: all .3s ease;
}

.customradio:checked {
    border-color: #3e6aff;
}

.labelcustomradio {
    display: inline-block;
    position: relative;
}

.labelcustomradiotext {
    font-size: 14px;
    color: #1f222c;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 9px;
}

.labelcustomradio span {
    display: none;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #3e6aff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.customradio:checked+span {
    display: block;
}

.pl {
    padding-left: 0;
}

span.top_novapost {
    top: 45%;
}

.arrow1 {
    max-width: 331px;

}