@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Bold.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}
@font-face {
    font-family: Montserrat;
    font-display: swap;
    src: url(../fonts/Montserrat-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}
* {
    padding: 0;
    margin: 0;
    border: 0
}
*,
*::after,
*::before {
    box-sizing: border-box
}
*::after,
*::before {
    display: inline-block
}
body,
html {
    height: 100%;
    min-width: 320px
}
body {
    color: #000;
    line-height: 1;
    font-family: Montserrat;
    font-size: .875rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
    font-family: Montserrat;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: rgba(0,0,0,0)
}
input,
textarea {
    width: 100%
}
label {
    display: inline-block
}
button,
option,
select {
    cursor: pointer
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}
ul li {
    list-style: none
}
img {
    vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}
.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}
@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}
.wrapper>main {
    flex: 1 1 auto
}
.wrapper>* {
    min-width: 0
}
[class*=__container] {
    max-width: 85rem;
    margin: 0 auto;
    padding: 0 1.25rem
}
.footer__container {
    padding: 40px 1.25rem;
}
.footer-root__container {
    padding: 20px 0;
}
.text-blue {
    color: #0ea4e4
}
.text-pink {
    color: #d82bcb
}
.text-gray {
    color: #363636
}
.text-yellow {
    color: #ffd600
}
.button,
.button-empty {
    max-width: 12.9375rem;
    width: 100%;
    min-height: 3.75rem;
    border-radius: 6.25rem;
    padding: .75rem 1.5rem;
    background-color: #ed4f5d;
    border: 1px solid #ed4f5d;
    font-weight: 700;
    font-size: .875rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .625rem;
    transition: opacity .3s
}
.button-empty {
    background-color: rgba(0,0,0,0);
    color: #ed4f5d
}
.success-payment {
    background: url(../img/page-bg.svg) top center/cover no-repeat;
    padding: 3.125rem 0 8.125rem 0
}
.success-payment__body {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2,1fr);
    grid-template-rows: repeat(2,auto);
    grid-template-areas: "title img" "content img";
    gap: 0 1.25rem
}
.success-payment__title {
    grid-area: title;
    align-self: end;
    margin-bottom: 4rem;
    font-weight: 700;
    font-size: 3.4375rem;
    line-height: 140%
}
.success-payment__content {
    align-self: start;
    grid-area: content;
    max-width: 34.875rem;
    width: 100%
}
.success-payment__info {
    background: hsla(0,0%,100%,.4);
    border-radius: 1.5rem;
    padding: 2rem;
    font-size: 1.125rem;
    line-height: 140%;
    display: grid;
    align-content: start;
    gap: 1.5rem
}
.success-payment__info:not(:last-child) {
    margin-bottom: 2.0625rem
}
.success-payment__info p span {
    font-weight: 300
}
.success-payment__info-bottom {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,.1);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem
}
.success-payment__link {
    color: #ed4f5d;
    display: flex;
    align-items: center;
    gap: .75rem;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 140%;
    text-decoration: underline;
    color: #ed4f5d;
    transition: opacity .3s
}
.success-payment__link img {
    width: 1.5rem;
    -o-object-fit: cover;
    object-fit: cover
}
.success-payment__btns {
    display: flex;
    align-items: center;
    gap: 1rem
}
.success-payment__img {
    align-self: start;
    grid-area: img;
    max-width: 40.75rem;
    width: 100%
}
.success-payment__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
.breadcrumbs {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem
}
.breadcrumbs__link {
    font-size: .875rem;
    font-weight: 500;
    color: #6b6b6b;
    min-height: 1rem
}
.breadcrumbs__link.active {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    pointer-events: none;
    font-weight: 600;
    color: #ed4f5d
}
.breadcrumbs__link.active::before {
    content: "";
    width: 1rem;
    height: 1rem;
    background: url(../img/arrow-right.svg) center/1rem no-repeat
}
.authorization {
    background: url(../img/page-bg.svg) top center/cover no-repeat;
    padding: 6rem 0 8.125rem 0
}
.authorization__breadcrumbs {
    display: none
}
.authorization__body {
    border-radius: 1.5rem;
    padding: 3rem;
    max-width: 40.75rem;
    background-color: #fff;
    margin: 0 auto
}
.authorization__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 140%;
    text-align: center;
    margin-bottom: 2rem
}
input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    appearance: none
}
.form-block {
    display: grid;
    align-content: start;
    gap: .75rem
}
.form-block__field {
    position: relative
}
.form-block__input {
    border: 1px solid #d3d3d3;
    border-radius: 6.25rem;
    padding: .75rem 1.5rem;
    height: 3.75rem;
    background-color: #f8f8f8;
    font-weight: 500;
    font-size: .875rem
}
.form-block__input::-webkit-input-placeholder {
    color: #6b6b6b
}
.form-block__input:-ms-input-placeholder {
    color: #6b6b6b
}
.form-block__input::-ms-input-placeholder {
    color: #6b6b6b
}
.form-block__input::placeholder {
    color: #6b6b6b
}
.form-block__input--pass {
    padding-right: 4.0625rem
}
.form-block__viewpass {
    position: absolute;
    z-index: 3;
    top: 1.25rem;
    right: 1.5rem;
    width: 1.25rem;
    height: 1.25rem;
    display: grid;
    place-content: center
}
.form-block__viewpass * {
    pointer-events: none
}
.form-block__viewpass svg:nth-child(2) {
    display: none
}
.form-block__viewpass._viewpass-active svg:nth-child(1) {
    display: none
}
.form-block__viewpass._viewpass-active svg:nth-child(2) {
    display: inline
}
.form-block__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: .75rem
}
.form-block__btn {
    max-width: 100%
}
.form-block__bottom .form-block__btn {
    max-width: 12.9375rem
}
.form-block__link {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 140%;
    text-decoration: underline;
    color: #ed4f5d;
    transition: opacity .3s
}
@media (max-width:61.99875em) {
    .success-payment__title {
        font-size: 2.8125rem;
        margin-bottom: 1.5rem
    }
}
@media (max-width:47.99875em) {
    .success-payment {
        padding: 2.5rem 0 5.9375rem 0
    }
    .success-payment__body {
        grid-template-columns: 1fr;
        grid-template-areas: "title" "img" "content"
    }
    .success-payment__content {
        max-width: none
    }
    .success-payment__info {
        backdrop-filter: blur(10px)
    }
    .success-payment__img {
        margin: 0 auto;
        margin-bottom: -3.125rem
    }
    .authorization {
        padding: 1.5rem 0 6rem 0
    }
    .authorization__breadcrumbs {
        display: flex;
        margin-bottom: 4rem
    }
}
@media (max-width:40.62375em) {
    .success-payment__title {
        text-align: center
    }
    .success-payment__content {
        text-align: center
    }
    .success-payment__info-bottom {
        justify-content: center
    }
    .form-block__bottom {
        flex-direction: column;
        justify-content: center
    }
    .form-block__bottom .form-block__btn {
        max-width: 100%
    }
}
@media (max-width:29.99875em) {
    .success-payment__title {
        font-size: 2.1875rem
    }
    .success-payment__info {
        padding: 2rem 1rem
    }
    .authorization__body {
        padding: 3rem 1rem
    }
}
@media (any-hover:hover) {
    .button-empty:hover,
    .button:hover {
        opacity: .7
    }
    .success-payment__link:hover {
        opacity: .7
    }
    .form-block__link:hover {
        opacity: .7
    }
}