

/* Start:/bitrix/components/mediagroup/auth/templates/.default/style.css?17680550319595*/
.wizard * {
    box-sizing: border-box;
}

.wizard-section {
    padding-top: 80px;
    padding-bottom: 90px;
}

@media (max-width: 1200px) {
    .wizard-section {
        padding-top: 60px;
        padding-bottom: 70px;
    }
}

@media (max-width: 992px) {
    .wizard-section {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}

.wizard {
    margin-top: 60px;
}

@media (max-width: 1200px) {
    .wizard {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .wizard {
        margin-top: 30px;
    }
}

@media (max-width: 768px) {
    .wizard {
        margin-top: 20px;
    }
}

.wizard-controls {
    max-width: 700px;
    margin-bottom: 20px
}

.wizard-controls--2-items .wizard-nav__step {
    width: 50%;
}

@media (max-width: 768px) {
    .wizard-controls--2-items .wizard-nav__step {
        width: 100%;
    }
}

.wizard-controls--3-items .wizard-nav__step {
    width: max-content;
}

@media (max-width: 768px) {
    .wizard-controls--3-items .wizard-nav__step {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .wizard-controls--4-items .wizard-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.wizard-controls--4-items .wizard-nav__step {
    width: 25%;
}

@media (max-width: 992px) {
    .wizard-controls--4-items .wizard-nav__step {
        width: 100%;
    }
}

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


.wizard-nav__step__img {
    width: 50px;
    height: 50px;
    background: #333333;
    display: block;
    border-radius: 100px;
    position: relative;
    margin: 0px auto 10px;
}


.wizard-nav__step.disabled .wizard-nav__step__img {
    background: #D5D5D5;
}


@media (max-width: 768px) {
    .wizard-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.wizard-nav__step {
    color: #333333;
    -webkit-transition: .3s;
    transition: .3s;
    cursor: pointer;
}

@media (max-width: 768px) {
    .wizard-nav__step:not(:last-child) {
        margin-bottom: 1em;
        margin-right: 0;
    }
}

.wizard-nav__step:not(.active) {
    color: #D5D5D5;
}

.wizard-nav__step:not(.active):before {
    opacity: .4;
}

.wizard-nav__step:not(.active) .wizard-nav__tick {
    opacity: .4;
    fill: #D5D5D5;
}

.wizard-nav__step__img:before {
    background: url('/bitrix/components/mediagroup/auth/templates/.default/img/03.svg');
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 12px;
    left: 12px;
    background-size: cover;
    -webkit-transition: .3s;
    transition: .3s;
}

.wizard-nav__step:first-child .wizard-nav__step__img:before {
    background: url('/bitrix/components/mediagroup/auth/templates/.default/img/01.svg');
    background-size: cover;
}

.wizard-nav__step:nth-child(2) .wizard-nav__step__img:before {
    background: url('/bitrix/components/mediagroup/auth/templates/.default/img/02.svg');
    background-size: cover;
}


.wizard-nav__tick {
    width: 20px;
    height: 15px;
    position: relative;
    top: 2px;
    fill: #B7D703;
    -webkit-transition: .3s;
    transition: .3s;
}

@media (min-width: 769px) {
    .wizard-nav__tick {
        display: none;
    }
}

.wizard-progress-bar {
    width: 100%;
    height: 4px;
    position: relative;
    margin-top: 10px;
}

@media (max-width: 768px) {
    .wizard-progress-bar {
        display: none;
    }
}

.wizard-progress-bar:before {
    content: '';
    position: absolute;
    background-color: #D5D5D5;
    height: 1px;
    width: 100%;
    left: 0;
    top: 2px;
}

.wizard-progress-bar__progress {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #333333;
    border-radius: 6px;
    -webkit-transition: .3s;
    transition: .3s;
}

.wizard-content {
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 580px) {
    .wizard-content {
        margin: 0 -8px;
        margin-top: 10px;
    }
}

@media (max-width: 440px) {
    .wizard-content {
        margin-left: 0;
        margin-right: 0;
    }
}


.wizard-content .input-label {
    width: 33.333%;
    padding: 0px 5px;
}

.wizard-content .input-label input {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 40px;
    padding: 0px 10px;
}

.input-label__text {
  display: flex;
  flex-direction: row;
}

@media (max-width: 580px) {
    .wizard-content .input-label:not(:last-child) {
        margin-right: 8px;
    }
}

@media (max-width: 440px) {
    .wizard-content .input-label:not(:last-child) {
        margin-right: 0;
    }
}

@media (max-width: 580px) {
    .wizard-content .input-label {
        margin: 0 8px;
        margin-top: 15px;
        max-width: calc(50% - 16px);
        width: 100%;
    }
}

@media (max-width: 440px) {
    .wizard-content .input-label {
        margin-left: 0;
        margin-right: 0;
        max-width: 100%;
    }
}

@media (max-width: 580px) {
    .wizard-content .input-label .input,
    .wizard-content .input-label .textarea {
        min-width: 120px;
        padding: 0.875em 1em;
        width: 100%;
    }
}

.wizard-content--column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.wizard-content--column .input-label:not(:last-child) {
    margin-right: 0;
}

.wizard-content--column > p {
    margin-bottom: 0;
    font-size: 1.125em;
}

.wizard-content--column > p:not(:first-of-type) {
    margin-top: 25px;
}

.wizard-slide .desc-with-tooltip {
    max-width: 295px;
    margin-top: 10px;
}

@media (max-width: 480px) {
    .wizard-slide .desc-with-tooltip {
        width: 100%;
        max-width: 100%;
    }
}

.wizard-slide .input-file {
    margin-top: 1.25em;
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .wizard-slide .input-file {
        width: 100%;
        max-width: 100%;
    }
}


.button {
    border: 1px solid #333333;
    border-radius: 0px;
    height: 40px;
    padding: 0px 20px;
    background: #333333;
    color: #fff;
}

.button:hover {
    color: #333333;
    background: none
}

.button--invert {
    color: #333333;
    background: none
}

.button--invert:hover {
    color: #fff;
    background: #333333
}


.wizard-next {
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .wizard-next {
        margin-top: 40px;
    }
}

@media (max-width: 992px) {
    .wizard-next {
        margin-top: 20px;
    }
}

.wizard-slide-controls > *[class*="button"] {
    min-width: initial;
}

@media (max-width: 600px) {
    .wizard-slide-controls > *[class*="button"] {
        min-width: initial;
        padding: 1.2em 1.8em;
    }
}

@media (max-width: 500px) {
    .wizard-slide-controls > *[class*="button"] {
        padding: 1em 1.25em;
        font-size: 10px;
    }
}

.wizard-slide-controls > *[class*="button"]:not(:last-child) {
    margin-right: 1.5em;
}

@media (max-width: 400px) {
    .wizard-slide-controls > *[class*="button"]:not(:last-child) {
        margin-right: 0.75em;
    }
}


.wizard-content .radio {
    display: flex;
    align-items: center;
    margin: 0px 10px 0px 0px;
    padding: 0px;
    cursor: pointer
}

.input-label h4 {
    margin-top: 30px
}


.radio__input {
    position: absolute;
    z-index: -2;
    visibility: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    left: 8px;
    top: 8px;
}

.radio__input:checked + .radio__custom {
    border-color: #333333;
}

.radio__input:checked + .radio__custom:after {
    opacity: 1;
}

.radio__input[disabled] + .radio__custom {
    opacity: .5;
}

.radio__input[disabled] ~ .radio__text {
    opacity: .5;
}

.radio__custom {
    background-color: transparent;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #D5D5D5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
}

.radio__custom:after {
    content: '';
    background-color: #333333;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.radio__text {
    display: block;
    margin-left: 1.125em;
    font-size: 1rem;
    font-weight: 600;
    color: #161614;
}


.wizard-nav-number .wizard-nav__step__img {
    margin: 10px 0px
}

.wizard-nav-number .wizard-nav__step__img:before {
    background: none;
    content: "3";
    color: #fff;
    font-size: 25px;
    text-align: center;
    line-height: 25px;
}

.wizard-nav-number .wizard-nav__step:first-child .wizard-nav__step__img:before {
    content: "1";
    background: none;
}

.wizard-nav-number .wizard-nav__step:nth-child(2) .wizard-nav__step__img:before {
    content: "2";
    background: none;
}


.wizard-nav-text .wizard-nav__step__img {
    display: none
}

.wizard-nav-text .wizard-nav__step {
    font-size: 1.125em;
    font-weight: 800;
}















/* End */
/* /bitrix/components/mediagroup/auth/templates/.default/style.css?17680550319595 */
