body {
    min-height: 100vh;
    background-image: url(/images/bg.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    height: 100%;
}

header {
    display: flex;
    width: 100%;
    background: #fff;
    min-width: 100%;
    padding: 19px 0;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

main {
    flex: 1 1 auto;
    padding: 64px 0 0;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

header div {
    position: relative;
    padding-right: 40px;
}

header div:after {content: '';position: absolute;right: 0;width: 3px;height: 50px;background: #8d82b5;top: 50%;margin-top: -25px;border-radius: 29px;}

h1 {
    margin: 0 0 53px;
    color: #fff;
    font-family: 'LORRACH BETA';
    font-size: 59px;
    text-align: center;
}

header div:last-child:after {
    display: none;
}
body:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 390px;
    background-image: url(/images/left.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

body:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 26%;
    height: 414px;
    background-image: url(/images/right.png);
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.step-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 42px;
    margin: 0 0 51px;
}

.step-l {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-family: 'Congenial Cyrillic BETA';
    font-size: 23px;
    max-width: 400px;
    width: 365px;
}

.step-l span {
    font-family: 'LORRACH BETA';
    font-size: 36px;
}

.step-row.brd {
    border-top: 2px solid #ffffff82;
    padding: 45px 0 0;
}
.selector {
    width: 350px;
    background: rgb(252,244,238);
    background: -moz-linear-gradient(180deg, rgba(252,244,238,1) 0%, rgba(247,234,213,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(252,244,238,1) 0%, rgba(247,234,213,1) 100%);
    background: linear-gradient(180deg, rgba(252,244,238,1) 0%, rgba(247,234,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf4ee",endColorstr="#f7ead5",GradientType=1);
    border-radius: 18px;
    min-height: 122px;
    color: #5A5A5A;
    display: flex;
    padding: 12px;
    font-family: 'Congenial Cyrillic BETA';
    position: relative;
}

.select-dd {
    display: none;
    position: absolute;
    top: 10px;
    background: #cabaae;
    left: 10px;
    width: 100%;
    border-radius: 15px;
    padding: 20px;
    z-index: 10;
    height: 250px;
    overflow: scroll;
}

.selected {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    border: 1px solid #D4B8A3;
    padding: 0 40px 0 12px;
    border-radius: 16px;
    background-image: url(/images/ard.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    cursor: pointer;
}

.selector.select_active .select-dd {
    display: block;
}

.select-item {
    text-align: center;
    font-size: 19px;
    color: #5A5A5A;
    margin: 19px 0;
    cursor: pointer;
}
.selector.selector-sm .select-item {
    font-size: 15px;
}
.selector.selector-sm .selected {
    font-size: 14px;
    line-height: 1.2;
}
.btn-cst {
    color: #968AB5;
    font-family: 'Congenial Cyrillic BETA';
    font-weight: 500;
    border: none;
    font-size: 20px;
    background: #fff;
    min-width: 300px;
    min-height: 74px;
    border-radius: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px auto 0;
    box-shadow: 0px 0px 34px 18px #e5aabc;
}
.btn-cst:hover {
    color: #eb446f;
    text-decoration: none;
}
.btn-cst:disabled {
    box-shadow: 0px 0px 8px 2px #616161;
    background: #d4d4d4;
}
.trs, a, button {
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}
.trs-long {
     -webkit-transition: all 3s linear;
    -o-transition: all 3s linear;
    transition: all 3s linear;
}
.brds {
    position: relative;
}

.brds:before {
    content: '';
    position: absolute;
    left: 0%;
    top: 11%;
    width: 85px;
    height: 85px;
    background-image: url(/images/bird.svg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.brds::after {
    content: '';
    position: absolute;
    right: 0%;
    top: 1%;
    width: 130px;
    height: 130px;
    background-image: url(/images/bird1.svg);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat;
}
.lt {
    font-family: 'Congenial Cyrillic BETA';
    font-size: 26px;
}

.loader-wrap {
    text-align: center;
    margin: 300px 0;
}

.loader {
    width: 600px;
    position: relative;
    max-width: 100%;
    background: rgb(252,244,238);
    background: -moz-linear-gradient(180deg, rgba(252,244,238,1) 0%, rgba(247,234,213,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(252,244,238,1) 0%, rgba(247,234,213,1) 100%);
    background: linear-gradient(180deg, rgba(252,244,238,1) 0%, rgba(247,234,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf4ee",endColorstr="#f7ead5",GradientType=1);
    height: 100px;
    margin: 18px auto 0;
    border-radius: 64px;
    border: 9px solid transparent;
}

.prg {
    background: rgb(100,87,148);
    background: -moz-linear-gradient(90deg, rgba(100,87,148,1) 0%, rgba(150,138,181,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(100,87,148,1) 0%, rgba(150,138,181,1) 100%);
    background: linear-gradient(90deg, rgba(100,87,148,1) 0%, rgba(150,138,181,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#645794",endColorstr="#968ab5",GradientType=1);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 58px;
    min-width: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'LORRACH BETA';
    font-size: 25px;
}
img.img1 {
    position: absolute;
    right: 0;
    top: -34px;
}

.process {
    position: relative;
}

img.bird3 {
    position: absolute;
    left: 12px;
    top: 120px;
}

img.bird {
    position: absolute;
    left: 13%;
    bottom: 168px;
}

img.bird1 {
    position: absolute;
    right: 27%;
    bottom: 100px;
}
img.img2 {
    position: absolute;
    right: 2%;
    top: -35px;
}
img.bird11 {
    position: absolute;
    right: 6%;
    bottom: 300px;
    width: 153px;
}
.process.finish {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 70px;
}

.fin-t {
    font-family: 'LORRACH BETA';
    text-transform: uppercase;
    font-size: 64px;
    line-height: 1;
    margin: 0 0 0;
    text-align: center;
}

a.btn-cst {
    box-shadow: 0px 0px 11px 1px #504669;
    margin: 33px 0;
    display: inline-flex;
}



a.dwnld {
    font-family: 'Congenial Cyrillic BETA';
    color: #fff;
    font-size: 20px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-decoration: none;
}

.f-l, .f-r {
    max-width: 50%;
    width: 50%;
}

.c-wrap img {
    max-width: 100%;
    width: 440px;
}

.f-l {
    text-align: center;
}
.c-wrap {
    display: inline-block;
    position: relative;
}

.ct {
    position: absolute;
    top: 27%;
    left: 32%;
    color: #6c5f6c;
    font-family: 'Congenial Cyrillic BETA';
    font-size: 16px;
    transform: rotate(-8deg);
    width: 38%;
    min-width: 38%;
    line-height: 1;
    transform-origin: center;
}

.cd {
    position: absolute;
    top: 35%;
    left: 34%;
    color: #6c5f6c;
    font-family: 'Congenial Cyrillic BETA';
    font-size: 16px;
    transform: rotate(-7deg);
    font-weight: 100;
    line-height: 1.2;
    font-size: 14px;
    width: 35%;
    min-width: 35%;
    transform-origin: center;
    height: 20%;
}


@media (max-width: 1200px) {
    h1 {
    font-size: 50px;
}

.step-l span {
    font-size: 30px;
}

.step-l {
    font-size: 20px;
}

header img {
    max-height: 55px;
}
}
@media(max-width: 991px) {
    h1 {
    font-size: 45px;
}

.brds:before {
    left: -27px;
    top: 37px;
}

.selector {
    width: 300px;
}

.selector.selector-sm .selected {
    font-size: 13px;
}

.selected {
    font-size: 16px;
}

.select-item {
    font-size: 17px;
    margin: 15px 0;
}

.selector.selector-sm .select-item {
    font-size: 14px;
    line-height: 1.2;
}

.brds::after {
    width: 100px;
    height: 100px;
    right: -42px;
    top: 0;
    transform: rotate(-41deg);
}
body:before {
    width: 45%;
}

body:after {
    width: 50%;
    background-size: 500px;
    background-position: left top;
}
.f-l > img {
    width: 200px;
}

.fin-t {
    font-size: 50px;
}

.f-l {
    width: 38%;
}

a.btn-cst {
    min-width: 250px;
}

.process.finish {
    justify-content: space-between;
}


.f-r {
    flex: 1 1 auto;
    max-width: 100%;
}
}

@media (max-width: 768px) {
    .step-row {
    flex-direction: column;
    gap: 13px;
    margin: 0 0 31px;
}
.container.process.finish {
    flex-direction: column-reverse;
    margin-top: 40px;
    margin-bottom: 200px;
}

.f-l, .f-r {
    width: 100%;
    min-width: 100%;
}

.f-l > img {
    display: none;
}

.f-r {
    text-align: center;
}
.fin-t {
    font-size: 37px !important;!i;!;
    margin-bottom: 33px;
}
.c-wrap {
    text-align: left;
}
img.bird3 {transform: scale(0.7);top: 20px;left: -92px;}

img.img1 {
    width: 200px;
}
.selector {
    width: 500px;
    max-width: 100%;
}

.step-row.brd {
    padding: 25px 0 0;
}

main {
    padding: 40px 0 200px;
}
header {
    gap: 10px;
}

header img {
    max-height: 43px;
}

header div:after {
    right: 13px;
}
}
@media (max-width: 576px) {
    header div {
    padding: 0;
}

header div:after {
    display: none;
}

header img {
    max-height: 65px;
}

header {
    gap: 0;
    padding: 16px 0;
}

.logosm {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px;
    margin: 22px 0 0;
}

h1 {
    font-size: 36px;
}

.brds:before {
    width: 65px;
    height: 65px;
    left: 20px;
    top: 60px;
}

.brds::after {
    width: 92px;
    right: 7px;
    top: 20px;
}

.step-l span {
    font-size: 23px;
}

.step-l {
    font-size: 21px;
}
img.img1 {
    transform: rotate(45deg);
    right: -30px;
    top: 0;
    width: 156px;
}

.loader-wrap {
    margin: 200px 0 300px;
}

img.bird3 {
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: 29%;
    width: 128px;
    top: 70px;
}

.lt {
    font-size: 22px;
}

.loader {
    height: 80px;
    border-width: 5px;
}

.prg {
    font-size: 20px;
}

img.bird1 {
    display: none;
}

img.bird {
    left: 32%;
    width: 150px;
    bottom: 107px;
}
.step-r {
    max-width: 100%;
}
img.img2 {
    display: none;
}

.fin-t {
    font-size: 26px !important;
}
img.bird11 {
    display: none;
}

.ct {
    transform: rotate(-15deg);
    left: 25%;
    top: 24%;
    font-size: 4vw !important;!i;!;
}

div#text {
    transform: rotate(-15deg);
    left: 30%;
    top: 33%;
    font-size: 3.1vw;
    width: 42%;
    min-width: 42%;
}
}
@media (max-width: 450px) {
div#text {
        font-size: 3.7vw !important;!i;!;
    }
}