@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif !important;
    background: #eeeeee;
    width: 100%;
}

#registration-form {
    max-width: 620px;
    padding: 40px 20px;
    /*border: 1px solid #eeeeee;*/
    border-radius: 5px;
    /*-webkit-box-shadow: 0 1px 5px #cccccc;
    box-shadow: 0 1px 5px #cccccc;*/
    font-size: 12px;
    line-height: 14px;
    color: #8C8B8B;
    background: #ffffff;
}

.form-name {
    font-size: 16px;
    line-height: 20px;
}

/*
.form-control {
  border: none;
  border-bottom: 1px solid #8C8B8B;
  width: 100% !important;
  font-size: 16px;
  line-height: 18px;
  color: #17302E;
}
*/
#radio1, #radio2 {
    width: 10% !important;
}

/*.form-title {*/
/*  position: relative;*/
/*  top: 13px;*/
/*  z-index: 1;*/
/*  -webkit-transition: top 0.5s ease;*/
/*  -o-transition: top 0.5s ease;*/
/*  transition: top 0.5s ease;*/
/*}*/

/*.focused-input .form-title,*/
/*[data-valid=true] .form-title,*/
/*.filled-input .form-title {*/
/*  top: -2px;*/
/*}*/

.form-control {
    padding: 3px 0 !important;
}

.inline-block-margin {
    margin-top: 30px;
    display: inline-block;
}

.form p {
    padding: 16px 0 5px 0;
    font-size: 22px;
    line-height: 24px;
    font-weight: bold;
    color: #17302E;
    margin: 0;
}

.form input {
    border: none;
    width: 100% !important;
    font-size: 16px;
    line-height: 18px;
    color: #17302E;
}

.form input:active, .form input:focus {
    outline: none;
}

.form .input-block {
    position: relative;
    min-height: 40px;
    margin: 15px 0;
}

.form .input-text input {
    margin-top: 4px;
    position: relative;
    z-index: 2;
    background: transparent !important;

    padding: 3px 10px !important;
    border: 1px solid #E8E8E8;
    height: 40px !important;
    border-radius: 3px !important;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

/*.form .input-text.focused-input input, .form .input-text input:focus {*/
/*  border-bottom: 2px solid #8C8B8B;*/
/*}*/
.form .input-text.filled-input input {
    border: 1px solid #cc000a;
}

.form .input-text[data-valid=true] input {
    border: 1px solid #14CC80;

}

.form [type=checkbox] {
    width: auto !important;
}

.form .input-org {
    opacity: 0.5;
}

.form .input-org[data-canedit=true] {
    opacity: 1;
}

.input-multiselect .multiselect--active {
    z-index: 9;
}

.input-multiselect .multiselect__option {
    white-space: normal;
}

.input-multiselect .multiselect {
    margin-top: 2px;
    font-size: 14px;
}

.input-multiselect .form-title {
    top: -2px;
}

.form-control {
    outline: none;
}

button:active, button:focus {
    outline: none;
}

input::-moz-focus-inner {
    border: 0;
}

label {
    font-weight: normal !important;
}

#registration-form .button {
    text-align: center;
}

#registration-form .button button {
    background: #17302E;
    width: 100%;
    max-width: 280px !important;
    border: none !important;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 13px 0;
}

[disabled=disabled] {
    opacity: 0.6;
}

input::-webkit-calendar-picker-indicator {
    opacity: 0 !important;
}

/* -------------------------------------- */
/* Стили для input "Дата рождения" */
.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    height: 25px !important;
}

.bootstrap-datetimepicker-widget {
    width: 100% !important;
}

.bootstrap-datetimepicker-widget table td {
    color: #000000;
}

.datepicker-days {
    padding: 10px 0 !important;
}

.table-condensed > tbody > tr > td {
    padding: 5px 0 !important;
}

.bootstrap-datetimepicker-widget table td.active {
    background: transparent !important;
    color: #000000 !important;
    border: 1px solid #14CC80 !important;
}

.bootstrap-datetimepicker-widget table td.day {
    height: 30px !important;
    width: 30px !important;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color: #ffffff !important;
}

.picker-switch.accordion-toggle {
    display: none;
}

.bootstrap-datetimepicker-widget table td.day:hover {
    background: none !important;
}

.bootstrap-datetimepicker-widget table td.active {
    display: block;
    border-radius: 50px;
    border: solid red 1px;
    position: relative;
    left: 4px;
}

@media screen and (max-width: 767px) {
    .bootstrap-datetimepicker-widget table td.active {
        left: 25px;
    }
}

@media screen and (max-width: 620px) {
    .bootstrap-datetimepicker-widget table td.active {
        left: 22px;
    }
}

@media screen and (max-width: 575px) {
    .bootstrap-datetimepicker-widget table td.active {
        left: 18px;
    }
}

@media screen and (max-width: 520px) {
    .bootstrap-datetimepicker-widget table td.active {
        left: 15px;
    }
}

@media screen and (max-width: 520px) {
    .bootstrap-datetimepicker-widget table td.active {
        left: 15px;
    }
}

@media screen and (max-width: 450px) {
    .bootstrap-datetimepicker-widget table td.active {
        left: 10px;
    }
}

@media screen and (max-width: 380px) {
    .bootstrap-datetimepicker-widget table td.active {
        left: 5px;
    }
}

/* -------------------------------------- */
/* Стили чекбоксов и радиокнопок */
input[type=checkbox], input[type=radio] {
    position: absolute;
    display: none;
}

.input-sex {
    display: flex;
    align-items: center;
}

.input-sex div {
    display: inline-block;
}

.input-sex label {
    margin: 0;
    padding: 0;
}

.img-for-checkbox {
    display: none;
}

input[type=checkbox]:checked + label .img-for-checkbox {
    display: inline;
}

input[type=checkbox]:checked + label .img-for-checkbox-on {
    display: none;
}

.label-for-radio {
    display: none;
}

input[type=radio]:checked + label .label-for-radio-on {
    display: none;
}

input[type=radio]:checked + label .label-for-radio {
    display: inline;
}

.label-for-radio-on, .label-for-radio, .img-for-checkbox-on, .img-for-checkbox {
    width: 16px;
}

/* -------------------------------------- */
/* Стили pop и pop4 */
#pop {
    max-width: 320px;
    margin: 0;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px #cccccc;
    box-shadow: 0 1px 5px #cccccc;
    font-size: 12px;
    line-height: 16px;
    color: #8C8B8B;
}

#pop4 {
    max-width: 320px;
    margin: 0;
    padding: 20px;
    border: 1px solid #eeeeee;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 5px #cccccc;
    box-shadow: 0 1px 5px #cccccc;
    font-size: 12px;
    line-height: 16px;
    color: #8C8B8B;
    padding: 40px 20px;
}

#pop .close span, #pop2 .close span, #pop3 .close span {
    font-size: 30px !important;
    color: #8C8B8B;
    font-weight: normal;
    line-height: 30px;
}

#pop p, #pop4 p {
    padding: 40px 0 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: bold;
    color: #17302E;
}

#pop .pop-text {
    margin: 15px 0;
}

#pop span {
    color: #14CC80;
}

#pop .col-3 {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    max-width: 20% !important;
    padding: 0;
}

#pop .resend-sms {
    color: #8C8B8B;
}

#pop .resend-sms.active {
    cursor: pointer !important;
    color: #14CC80;
}

#pop .container__wrapper {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}

#pop .container__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#pop .container__content input {
    width: 100%;
    height: 100%;
    text-align: center;
}

#pop .container__content input[type=number] {
    -moz-appearance: textfield;
}

#pop .container__content input[type=number]::-webkit-outer-spin-button, #pop .container__content input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#pop .container__content input[type=number]::-webkit-inner-spin-button, #pop .container__content input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* убираем стрелки для импутов*/
[data-dismiss=modal] {
    cursor: pointer;
}

#pop .button {
    text-align: center;
    padding: 20px 0;
}

#pop .button button {
    background: #17302E;
    width: 100%;
    border: none !important;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 13px 0;
}

#pop .text-sms {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

#registration-form .modal-dialog {
    max-width: 320px !important;
    margin: 30px auto !important;
}

@media screen and (max-width: 575px) {
    #pop, #registration-form {
        padding: 20px;
    }
}

.img-finish {
    width: 140px;
}

.button-finish button {
    background: #14CC80 !important;
    margin: 30px 0 0;
    color: #ffffff;
    width: 280px;
    height: 40px;
    border-radius: 4px;
    outline: none;
    border: 1px solid transparent;
    font-size: 14px;
}

/* -------------------------------------- */
/* Стили pop2 и pop3 */
#myModal2 .modal-dialog, #myModal3 .modal-dialog {
    max-width: 600px !important;
    width: 100% !important;
    margin: 45px auto !important;
    padding-right: 15px;
}

@media (max-width: 400px) {
    #myModal2 .modal-dialog, #myModal3 .modal-dialog {
        max-width: 320px !important;
        margin: 10px auto !important;
        font-size: 14px !important;
        line-height: 16px !important;
        padding-right: 15px !important;
    }
}

#pop2, #pop3 {
    padding: 30px;
    font-size: 16px;
    line-height: 22px;
    color: #17302E;
}

#pop2 p, #pop3 p {
    padding: 0;
}

#pop2 .pop2-title, #pop3 .pop3-title {
    font-size: 16px;
    line-height: 20px;
    color: #8C8B8B;
}

#pop2 .button2 button, #pop3 .button3 button {
    background: #17302E;
    width: 100%;
    max-width: 280px !important;
    border: none !important;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    padding: 13px 0;
    margin: 10px 0;
}

/* -------------------------------------- */
/* Модальное окно*/
.modal-dialog {
    margin: 30px auto !important;
}

.first-modal {
    max-width: 620px !important;
    margin: 40px auto !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: auto !important;
        max-width: 620px !important;
    }
}

#myModal4 .modal-dialog, #myModal .modal-dialog {
    max-width: 320px !important;
    margin: 50px auto !important;
}

@media (max-width: 768px) {
    #myModal4 .modal-dialog, #myModal .modal-dialog {
        width: auto !important;
        max-width: 320px !important;
        padding-right: 20px;
    }

    #myModal4 .button-finish button {
        width: 256px;
    }
}

/* --------------------------------  */
/* Исправление классов для браузеров, которые неправильно считают проценты */
.row:after, .row:before {
    display: none !important;
}

/*
@media (min-width: 992px) {
  .col-md-6 {
    width: 49.9% !important;
  }
}

@media (min-width: 768px) {
  .col-md-6 {
    max-width: 49.9% !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 49.9% !important;
    flex: 0 0 49.9% !important;
  }
}

.col-1 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 8.1% !important;
  flex: 0 0 8.1% !important;
  max-width: 8.1% !important;
}

.col-2 {
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 16.2% !important;
  flex: 0 0 16.2% !important;
  max-width: 16.2% !important;
}
*/

/*# sourceMappingURL=form.css.map */
::-webkit-input-placeholder { /* Edge */
    color: #39495C !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #39495C !important;
}

::placeholder {
    color: #39495C !important;
}

.multiselect {
    border: 1px solid transparent;
}

.validatedInput {
    border: 1px solid #14CC80;
    border-radius: 4px;
}

.invalidField {
    border: 1px solid #EB5757;
    border-radius: 4px;
}

.invalidBorder {
    border: 1px solid #EB5757 !important;

}

.invalidCheckbox {
    color: #EB5757;

}

.notVisible {
    display: none;
    opacity: 0;
}

.visible {
    display: block !important;
    opacity: 1 !important;
}


/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    display: block;
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width: 576px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width: 768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width: 992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid white;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span, .bootstrap-datetimepicker-widget .picker-switch td i {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: .25rem;
    padding: .5em
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #f8f9fa
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #dee2e6
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background: #f8f9fa;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
    color: #dee2e6
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #dee2e6;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #dee2e6;
    color: #007bff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span, .bootstrap-datetimepicker-widget table td i {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: .25rem
}

.bootstrap-datetimepicker-widget table td span:hover, .bootstrap-datetimepicker-widget table td i:hover {
    background: #f8f9fa
}

.bootstrap-datetimepicker-widget table td span.active, .bootstrap-datetimepicker-widget table td i.active {
    background-color: #dee2e6;
    color: #007bff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25)
}

.bootstrap-datetimepicker-widget table td span.old, .bootstrap-datetimepicker-widget table td i.old {
    color: #dee2e6
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td i.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover, .bootstrap-datetimepicker-widget table td i.disabled:hover {
    background: none;
    color: #dee2e6;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em !important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}