
/*u_form*/
.u_form {
    margin: auto;
    max-width: 900px;
    padding: 20px 5px 5px;
    color: #000;
    margin-bottom: 12px;
}

.u_form_group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    display: none;
}

.u_form_group.active {
    display: flex
}

.form_label {
    margin-bottom: 13px;
    display: block;
    font-size: 14px;
}

.u_form_item_delimiter .form_label {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.form_label a {
    color: #000;
    display: inline-block;
    border-bottom: 1px dashed #27A0FF;
}

.form_input, .form_textarea {
    width: 100%;
    padding: 8px 14px;
    border: 2px solid #27A0FF;
    border-radius: 4px;
    margin: 0;
    font-size: 14px;
    letter-spacing: 0.03em;
    outline: 0;
    transition: border-color 0.2s linear;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #000;
    display: flex;
    align-items: center;
    font-family: 'Roboto', sans-serif;
}

.form_input:focus, .form_textarea:focus {
    border-color: #1E8EE8;
}

.u_form_item {
    width: 100%;
    margin: 0 auto 18px auto;
    padding: 0 8px;
}

.u_form_item_two {
    width: 50%;
    margin: 0 0 18px;
}

@media(max-width: 380px) {
    .u_form_item_two {
        width: 100%;
    }
}

.u_form_item_delimiter {
    border-top: 1px solid #27A0FF;
    padding-top: 0;
    padding-top: 27px;
}

.u_form_item_delimiter:first-child {
    border-top: 0;
    padding-top: 0;
}


.u_form_in {
    width: 100%;
}

.u_form_subtitle {
    font-size: 17px;
    width: 100%;
    padding: 14px 10px 10px;
    font-weight: 100;
    text-transform: uppercase;
}

.form_input {
    height: 56px;
}

.form_textarea {
    resize: vertical;
    min-height: 80px;
    line-height: 150%;
}

.form_button {
    background-color: #FFE100;
    color: #000;
    padding: 12px 28px;
    /* margin-left: 25px; */
    display: block;
    border-radius: 3px;
    /* min-width: 201px; */
    cursor: pointer;
    text-align: center;
    transition: all 0.2s;
    margin: 12px auto;
    min-width: 240px;
}

.form_file_button {
    cursor: pointer;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
}

.form_file {
    padding: 5px 0 12px;
}

.form_file_item {
    font-size: 14px;
    padding: 5px 0 1px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form_file_load {
    display: inline-block;
    vertical-align: middle;
}

.form_file_load input {
    display: none;
}

.form_file_list {
    padding-bottom: 0px;
}

.form_file_input {
    display: none;
}

.form_file_icon_button {
    width: 22px;
    height: 22px;
    background-size: 17px;
    margin-left: 7px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

select.u_form_select, select.u_form_select_list {
    opacity: 0;
    height: 56px;
}

.form_err {
    color: #ff8787;
    text-align: center;
    max-width: 300px;
    margin: auto;
    margin-bottom: 19px;
    display: none;
}

.sc_horisontal_links {
    padding: 12px;
    display: flex;
    /* flex-wrap: wrap; */
    overflow: auto;
}

.sc_horisontal_links a {
    color: #000000;
    padding: 12px 15px;
    /* border-radius: 3px; */
    /* margin: 5px; */
    /* border-right: 2px solid #5086a6; */
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 600;
    width: fit-content;
    min-width: fit-content;
}

@media(max-width: 768px) {
    .sc_horisontal_links a {
        padding: 11px 13px;
        font-size: 12px;
    }
}

.sc_horisontal_links a:hover {
    background-color: #27A0FF;
}

.sc_horisontal_links a.active {
    background-color: #27A0FF;
    border-bottom: 2px solid #1E8EE8;
}

.remove_link {
    color: #5c7f93;
    border-bottom: 1px dashed #5b7a8d;
    cursor: pointer;
    margin: 12px;
}

.u_form_left_button {
    width: 100%;
    margin: 12px auto 0;
    max-width: 285px;
    display: block;
}

@media(max-width: 1024px) {
    .u_form_left_button {
    /* display: none; */
    }
}

.u_form_button_list {
    display: flex;
    justify-content: space-around;
    margin-top: 12px;
    flex-wrap: wrap;
}

@media(max-width: 1024px) {
    .u_form_button_list {
    /* display: none; */
    margin: 5px auto;
    max-width: 270px;
    }
}


.u_form_button_item {
    width: 100%;
    height: 37px;
    background-size: 19px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0;
    display: block;
    border-radius: 5px;
    transition: all 0.2s;
    width: 33.3333%;
    opacity: 0.7;
    min-width: 37px;
}

.u_form_button_item:hover {
    background-color: #27A0FF;
    opacity: 1;
}





/*switch*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    margin: 5px 0px 0;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked + .slider {
    background-color: #27A0FF;
  }

  input:focus + .slider {

  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #fff;
  }

/*/switch*/

/*search form*/
.search_form .u_form_item_select {
    padding: 0;
}

.search_form .u_form_item {
    padding: 0;
    margin-bottom: 12px;
}

.search_form .form_input {
    height: 48px;
}

.search_form .selectize-input {
    min-height: 48px;
}
.search_form .form_label {
    margin-bottom: 8px;
}
/*/search form*/