html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
* {
    box-sizing: border-box;
}
@font-face {
	font-family: "Corki";
	src: url('../fonts/CORKI-REGULAR.woff2') format('woff2'),
		 url('../fonts/CORKI-REGULAR.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Circe";
	src: url('../fonts/CIRCE-REGULAR.woff2') format('woff2'),
		 url('../fonts/CIRCE-REGULAR.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Circe";
	src: url('../fonts/CIRCE-BOLD.woff2') format('woff2'),
		 url('../fonts/CIRCE-BOLD.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Mono45 Headline";
	src: url('../fonts/Mono45Headline-Light.woff2') format('woff2'),
		 url('../fonts/Mono45Headline-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}
html {
    font-size: 16px;
}
body {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.9);
    font-family: 'Circe', Arial,  sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.container {
    width: 100%;
    max-width: 1360px;
    padding: 0 40px;
    margin: 0 auto;
}
p {
    margin: 0;
}
h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}
.section-title, .page-title {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
}
.page-title {
    margin: 0 0 32px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 32px;
    min-height: 56px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    background-color: #766AFF;
    transition: background-color .3s ease-out;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
}
.button:hover {
    background-color: #584CE1;
}
.button.disable {
    opacity: 0.6;
    pointer-events: none;
    cursor: not-allowed;
}
.button-outline {
    color: #443D93;
    border: 2px solid #443D93;
    padding: 2px 30px;
    background-color: transparent;
    transition: color .3s ease-out, background-color .3s ease-out;
}
.button-outline:hover {
    color: #fff;
    background-color: #443D93;
}
.button-outline svg path {
    transition: fill .3s ease-out;
}
.button-outline:hover svg path {
    fill: #fff;
}
.button img, .button svg {
    margin-left: 8px;
}
.button-white {
    color: rgba(0, 0, 0, 0.9);
    background-color: #fff;
    transition: opacity .3s ease-out;
}
.button-white:hover {
    background-color: #fff;
    opacity: 0.64;
}
.small-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #443D93;
    text-align: center;
    background: none;
    transition: opacity .3s ease-out;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
}
/* .small-button svg {
    margin-left: 8px;
}
.small-button svg path {
    transition: fill .3s ease-out;
} */
/* .small-button:hover svg path {
    fill: #6C65BB;
} */
.small-button:hover {
    /* color: #6C65BB; */
    opacity: 0.8;
}
.small-button img {
    margin-left: 8px;
}
.header {
    position: absolute;
    width: 100%;
    height: 76px;
    top: 0;
    left: 0;
    z-index: 11;
    background-color: #191D4D;
    transition: background-color .3s ease-out, box-shadow .3s ease-out;
}
.header-transparent {
    background-color: transparent;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.32);
}
.header.fixed {
    background-color: #191D4D;
    box-shadow: none;
    position: fixed;
}
.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-logo {
    margin-right: 12px;
}
.header-logo-default {
    display: block;
    width: 406px;
}
.header-logo-adaptive {
    display: none;
    width: 68px;
}
.header-menu {
    display: flex;
    align-items: center;
}
.header-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.header-nav li {
    margin-right: 32px;
}
.header-nav li:last-child {
    margin-right: 0;
}
.header-nav__link {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: opacity .3s ease-out;
}
.header-nav__link:hover {
    opacity: 0.64;
}
.header-button {
    min-height: 48px;
}
.menu-button {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.menu-button-active {
    display: none;
}
.intro {
    min-height: 100vh;
    padding: 112px 0 148px;
    display: flex;
    align-items: center;
    position: relative;
}
.intro-video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: center / cover no-repeat;
}
.intro-video__shade {
    width: 100%;
    height: 100%;
    background-color: rgba(4, 7, 35, 0.87);
    position: absolute;
    top: 0;
    left: 0;
}
.intro-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.intro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.intro-content__logo {
    display: block;
    width: 148px;
    max-width: 100%;
    margin-bottom: 24px;
}
.intro-content__title {
    font-family: "Corki", serif;
    font-size: 92px;
    line-height: 84px;
    text-align: center;
    font-weight: 400;
    color: transparent;
    background: linear-gradient(48deg, #6d60ff 0%, #4fcfff 33.33%, #8b81ff 66.67%, #ffe3ae 100%);
    background-clip: text;
    -webkit-background-clip: text;
    margin: 0 0 24px;
}
.intro-content__subtitle {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}
.intro-content__button {
    min-width: 200px;
    margin-top: 48px;
}
.intro-arrow-wrap {
    position: absolute;
    bottom: 72px;
    left: 50%;
    transform: translateX(-50%);
}
.intro-arrow {
    cursor: pointer;
    animation: arrow-down 2s infinite;
}
@keyframes arrow-down {
    0%{
        opacity: 0;
        transform: translateY(-12px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: translateY(12px);
    }
}
.about-section {
    background-color: #191D4D;
    padding: 100px 0 160px;
    border-radius: 32px 32px 0 0;
    margin-top: -32px;
    scroll-margin-top: 76px;
}
.about-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about-block__text {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    width: 49%;
    width: calc(50% - 56px);
}
.about-block__title {
    color: transparent;
    background: linear-gradient(90deg, #73d9ff 0%, #a8a0ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    margin: 0 0 40px;
}
.about-block__text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-block__text ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
}
.about-block__text ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #73D9FF;
}
.about-block__text ul li:last-child {
    margin-bottom: 0;
}
.about-block__images {
    width: 49%;
    width: calc(50% - 8px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: start;
    grid-gap: 16px;
}
.about-block__images-item {
    width: 100%;
    height: 232px;
    border-radius: 16px;
    background: center / cover no-repeat;
}
.about-block__images img {
    width: 100%;
    border-radius: 16px;
}
.info-section {
    background-color: #F1F0FC;
    padding: 100px 0 128px;
    border-radius: 32px 32px 0 0;
    margin-top: -32px;
}
.info-text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 100px;
}
.info-text__title {
    width: 49%;
    width: calc(50% - 56px);
    max-width: 465px;
}
.info-text__right {
    width: 49%;
    width: calc(50% - 8px);
}
.info-text__subtitle {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 24px;
}
.info-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    margin-bottom: 64px;
}
.info-link {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 32px 32px 48px;
    border-radius: 16px;
    background-color: #fff;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    text-decoration: none;
}
.info-link__icon {
    width: 72px;
    margin-right: 32px;
}
.info-link__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 12px;
}
.info-link__button {
    margin-top: 24px;
}
.info-stamps {
    padding: 64px 64px 48px;
    background: #fff url('../img/stamps-bg.svg') center / cover no-repeat;
    border-radius: 16px;
}
.info-stamps__text {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    padding-right: 44px;
    margin-bottom: 48px;
}
.info-stamps__title {
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    flex: 1;
    margin-right: 64px;
}
.info-stamps__right {
    max-width: 632px;
}
.info-stamps__button {
    margin-top: 32px;
}
.info-stamps__img {
    display: block;
    max-width: 100%;
}
.white-section {
    padding: 100px 0 128px;
}
.steps-title {
    max-width: 465px;
    margin-bottom: 48px;
}
.step-items {
    display: flex;
    margin-bottom: 100px;
}
.step-item {
    width: calc((100% - 32px) / 3);
    padding: 48px 48px 0;
    text-align: center;
    margin-right: 16px;
    position: relative;
    z-index: 0;
}
.step-item:last-child {
    margin-right: 0;
}
.step-item__number {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #F1F0FC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Corki", serif;
    font-size: 64px;
    line-height: 1;
    color: #214AB3;
    margin: 0 auto 24px;
}
.step-item__number::before, .step-item__number::after {
    content: "";
    display: block;
    width: 50%;
    width: calc(50% + 8px);
    height: 1px;
    background-color: #BEBCCD;
    position: absolute;
    z-index: -1;
}
.step-item__number::before {
    left: -8px;
}
.step-item__number::after {
    right: -8px;
}
.step-item:first-child .step-item__number::before, .step-item:last-child .step-item__number::after {
    display: none;
}
.step-item__title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 12px;
}
.step-item__text {
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
}
.decor-logo {
    display: block;
    width: 148px;
    max-width: 100%;
    margin: 0 auto 12px;
}
.decor-title {
    text-align: center;
    margin-bottom: 32px;
}
.banner {
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 296px;
    border-radius: 16px;
    background: linear-gradient(93deg, #BC8DF7 0%, #7468F3 100%);
    margin-bottom: 16px;
}
.banner__img {
    position: absolute;
    right: 48px;
    bottom: -100px;
    width: 50%;
    width: calc(50%  - 40px);
}
.banner__content {
    width: 50%;
    width: calc(50%  - 8px);
    padding: 48px 0 48px 64px;
}
.banner__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}
.banner__button {
    margin-top: 32px;
}
.index-contacts {
    display: flex;
    /* align-items: start; */
    width: 100%;
    padding: 32px;
    border-radius: 16px;
    background-color: #F1F0FC;
}
.tic-map {
    width: 100%;
    height: 364px;
    border-radius: 16px;
    overflow: hidden;
}
.index-contacts__map {
    width: 538px;
    max-width: calc(50% - 8px);
    height: auto;
    /* min-height: 302px; */
}
.index-contacts__info {
    flex: 1;
    padding-top: 16px;
    margin-right: 40px;
}
.index-contacts__title {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 12px;
}
.index-contacts__text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    max-width: 568px;
    margin-bottom: 30px;
}
.index-contacts__note {
    width: 100%;
    border-radius: 12px;
    background-color: #E6E3F8;
    padding: 32px 24px 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
}
.index-contacts__note div {
    max-width: 520px;
}
.footer {
    background-color: #111111;
    color: #fff;
}
.footer-top {
    padding: 56px 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}
.footer-top .container {
    display: flex;
}
.footer-logo img {
    display: block;
    width: 372px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-bottom-left {
    width: 50%;
    width: calc(50% - 8px);
    padding: 48px 52px 100px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-bottom-center {
    padding: 48px 0 100px 0;
}
.footer-bottom-right {
    width: 50%;
    width: calc(50% - 8px);
    /* border-left: 1px solid rgba(255, 255, 255, 0.32); */
    padding: 48px 0 100px 51px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-socials {
    margin-bottom: 24px;
}
.socials {
    display: flex;
    align-items: flex-start;
}
.socials__link {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color .3s ease-out;
    margin-right: 16px;
}
.socials__link-tg:hover {
    background-color: #28A8E9;
}
.socials__link-vk:hover {
    background-color: #0077FF;
}
.socials__link-ok:hover {
    background-color: #FF7700;
}
.socials__link svg path {
    transition: fill .3s ease-out;
}
.socials__link:hover svg path {
    fill: #fff;
}
.socials__link:last-child {
    margin-right: 0;
}
.footer-page-link {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    text-decoration: none;
    transition: opacity .3s ease-out;
    margin-bottom: 24px;
}
.footer-page-link:hover {
    opacity: 0.64;
}
.footer-policy, .footer-contacts__link {
    font-size: 16px;
    line-height: 24px;
    color: #73D9FF;
    text-decoration: none;
}
.footer-policy:hover, .footer-contacts__link:hover {
    text-decoration: underline;
}
.footer-contacts__link {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}
.footer-contacts__link img {
    margin: 4px 12px 0 0;
}
.footer-contacts__link:last-child {
    margin-bottom: 0;
}
.footer-contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.footer-contacts__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    max-width: 361px;
    margin-bottom: 24px;
}

.footer-contacts__title2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 24px;
    max-width: 382px;
}
.footer-contacts__address {
    margin-bottom: 24px;
}
.footer-contacts__address-item {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 8px;
}
.footer-contacts__address-item:last-child {
    margin-bottom: 0;
}
.footer-contacts__tel {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: opacity .3s ease-out;
    margin-bottom: 12px;
}
.footer-contacts__tel:hover {
    opacity: 0.64;
}

.footer-contacts__ano-item {
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 14px;
}

.footer-contacts__ano-item_link {
    text-decoration: none;
}

.footer-contacts__ano-item_link:hover {
    text-decoration: underline;
}

.error-page {
    padding: 136px 0 128px;
    min-height: 100vh;
    background: linear-gradient(0deg, rgba(4, 7, 35, 0.4), rgba(4, 7, 35, 0.4)), url('../img/404-bg.jpg') center / cover no-repeat;
    display: flex;
    align-items: center;
}
.error-page__content {
    text-align: center;
    color: #fff;
    max-width: 416px;
    margin: 0 auto;
}
.error-page__img {
    display: block;
    max-width: 100%;
    margin: 0 auto 44px;
}
.error-page__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
}
.error-page__text {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    max-width: 400px;
}
.error-page__button {
    margin-top: 40px;
}
.inner-page {
    padding: 156px 0 128px;
}
.page-column {
    width: 100%;
    max-width: 632px;
    margin: 0 auto;
}
.back-link {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #443D93;
    text-align: center;
    transition: opacity .3s ease-out;
    cursor: pointer;
    text-decoration: none;
    outline: none;
    margin-bottom: 24px;
}
.back-link svg {
    margin-right: 8px;
}
.back-link:hover {
    opacity: 0.8;
}
.question {
    width: 100%;
    padding: 24px 24px 32px;
    border-radius: 16px;
    background-color: #F1F0FC;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 16px;
}
.question:last-child {
    margin-bottom: 0;
}
.question__title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 4px;
}
.question a {
    text-decoration: underline;
    color: inherit;
}
.contacts-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
}
.contacts-item__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 24px;
}
.contacts-item__text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 24px;
}
.contacts-item__text p {
    margin-bottom: 8px;
}
.contacts-item__text p:last-child {
    margin-bottom: 0;
}
.contacts-item__tel {
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700;
    text-decoration: none;
    transition: opacity .3s ease-out;
    margin-bottom: 12px;
}
.contacts-item__tel:hover {
    opacity: 0.64;
}
.contacts-item__link {
    font-size: 16px;
    line-height: 24px;
    color: #766AFF;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    margin-bottom: 12px;
}
.contacts-item__link img {
    margin: 4px 12px 0 0;
}
.contacts-item__link:hover {
    text-decoration: underline;
}
.contacts-item__link:last-child {
    margin-bottom: 0;
}
.order-head {
    margin-bottom: 48px;
}
.order-head__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
    margin-bottom: 16px;
}
.order-head__subtitle {
    font-size: 28px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    text-align: center;
}
.order-text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 48px;
}
.order-text p {
    margin-bottom: 24px;
}
.order-text p:last-child {
    margin-bottom: 0;
}
.input-group {
    margin-bottom: 24px;
}
.inputs-row {
    display: flex;
    align-items: flex-start;
}
.inputs-row .input-group {
    width: 49%;
    width: calc(50% - 8px);
    margin-right: 16px;
}
.inputs-row .input-group:last-child {
    margin-right: 0;
}
.form-input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border-radius: 12px;
    outline: none;
    font-family: "Mono45 Headline";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
    text-transform: uppercase;
    background-color: #F1F0FC;
    border: 2px solid transparent;
    transition: background-color .3s ease-out, border-color .3s ease-out;
}
.form-input::-webkit-input-placeholder {color: rgba(0, 0, 0, 0.2);}
.form-input::-moz-placeholder {color: rgba(0, 0, 0, 0.2);}
.form-input:-ms-input-placeholder {color: rgba(0, 0, 0, 0.2);}
.form-input:-moz-placeholder {color: rgba(0, 0, 0, 0.2);}
.form-input:hover, .input-select:hover .form-input {
    background-color: #E6E3F8;
}
.form-input:focus, .input-select .form-input.active, .input-select .form-input:focus {
    border-color: #766AFF;
    background-color: transparent;
}
.input-select .form-input {
    padding-left: 99px;
}
.input-select {
    position: relative;
}
.input-select__default-option {
    position: absolute;
    top: 0;
    left: 0;
    width: 87px;
    height: 100%;
    padding: 0 0 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: "Mono45 Headline";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
}
.input-select__default-option span {
    flex: 1;
    overflow: hidden;
}
.input-select__default-option img {
    margin-left: 8px;
    transition: transform .3s ease-out;
}
.input-select__default-option.active img {
    transform: rotate(180deg);
}
.input-select__default-option::after {
    content: "";
    display: block;
    width: 1px;
    height: 32px;
    background-color: rgba(0, 0, 0, 0.16);
    margin-left: 12px;
}
.input-select__dropdown {
    display: none;
    width: 100%;
    /* max-width: 236px; */
    position: absolute;
    z-index: 10;
    left: 0;
    top: 100%;
    margin: 8px 0 0;
    padding: 8px 0;
    list-style: none;
    background: #F1F0FC;
    box-shadow: 0px 0px 32px 0px rgba(22, 26, 40, 0.12);
    border-radius: 12px;
    max-height: 304px;
    overflow-y: auto;
}
.input-select__dropdown-item {
    width: 100%;
    font-family: "Mono45 Headline";
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: rgba(0, 0, 0, 0.87);
    padding: 12px 24px 12px 16px;
    cursor: pointer;
    transition: color .3s ease-out;
}
.input-select__dropdown-item:hover, .input-select__dropdown-item.selected {
    color: #766AFF;
}
.input-select__dropdown.active {
    display: block;
}
.input-group__title {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 12px;
}
.input-group__title img {
    margin-right: 6px;
}
.error-text {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #F44336;
    margin-top: 8px;
}
.input-group .error-text {
    margin-left: 16px;
}
.input-group.error .form-input {
    border-color: #F44336;
    background-color: transparent;
}
.input-group.error .error-text, .checkbox-group.error .error-text, .file-input.error .error-text  {
    display: block;
}
.form-button {
    display: flex;
    width: 100%;
    margin-top: 48px;
}
.file-input {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px;
}
.file-input__input {
    display: none;
}
.file-input__preview {
    width: 152px;
    height: 202px;
    flex-shrink: 0;
    border: 1px solid #F1F0FC;
    background: center / cover no-repeat;
    margin-right: 64px;
}
.file-input__preview.active {
    border: none;
}
.file-input__buttons {
    display: flex;
    align-items: center;
}
.file-input__label, .file-input__remove {
    font-size: 16px;
    line-height: 24px;
}
.file-input__label .file-label__icon-active {
    display: none;
}
.file-input__remove {
    display: none;
    margin-left: 32px;
}
.file-input__remove.active {
    display: inline-flex;
}
.file-input__label.active .file-label__icon-default {
    display: none;
}
.file-input__label.active .file-label__icon-active {
    display: block;
}
.file-input__text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.6);
    max-width: 390px;
    margin-bottom: 24px;
}
.file-input__text p {
    margin-bottom: 24px;
}
.file-input__text p:last-child {
    margin-bottom: 0;
}
.form-checkboxes {
    margin-top: 48px;
}
.form-checkboxes .checkbox-group {
    margin-bottom: 12px;
}
.form-checkboxes .checkbox-group:last-child {
    margin-bottom: 0;
}
.checkbox {
    display: block;
    min-height: 24px;
}
.checkbox__input {
    display: none;
}
.checkbox__text  {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    position: relative;
    padding-left: 28px;
}
.checkbox__text a {
    color: #766AFF;
    text-decoration: none;
}
.checkbox__text a:hover {
    text-decoration: underline;
}
.checkbox__text::before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(0, 0, 0, 0.38);
    background: url('../img/icon-checkbox.svg') center 4px /contain no-repeat;
    background-size: 0;
    border-radius: 4px;
    box-sizing: border-box;
    transition: border-color .3s ease-out;
}
.checkbox:hover .checkbox__text::before {
    border-color: #766AFF;
    background-color: #fff;
}
.checkbox__input:checked + .checkbox__text::before {
    border-color: #766AFF;
    background-color: #fff;
    background-size: 10px;
}
.tabs {
    display: flex;
    padding: 8px;
    border-radius: 20px;
    background-color: #F1F0FC;
    margin-bottom: 48px;
}
.tabs__link {
    flex: 1;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.38);
    text-align: center;
    cursor: pointer;
    transition: color .3s ease-out, background-color .3s ease-out;
    margin-right: 8px;
}
.tabs__link:last-child{
    margin-right: 0;
}
.tabs__link:hover {
    background-color: rgba(255, 255, 255, 0.6);
    color: rgba(0, 0, 0, 0.9);
}
.tabs__link.active {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.9);
    pointer-events: none;
}
.tabs-body {
    display: none;
}
.tabs-body.active {
    display: block;
}
.passport-img {
    display: block;
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(118, 106, 255, 0.12);
}
.success-page {
    padding: 176px 0 128px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.success-page__content {
    text-align: center;
}
.success-page__img {
    display: block;
    width: 200px;
    max-width: 100%;
    margin: 0 auto 32px;
}
.success-page__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 0 32px;
}
.success-page__text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
}
.success-page__button {
    margin: 48px 0 0;
}
.pochta-widget {
    width: 100%;
    height: 388px;
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
}
.pochta-title {
    font-size: 22px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 20px;
}
.pochta-logo {
    display: block;
    max-width: 100%;
    margin-bottom: 16px;
}
.pochta-text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    padding-bottom: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
}
.pickup-text {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 32px;
}
.pochta-text p, .pickup-text p {
    margin-bottom: 24px;
}
.pochta-text p:last-child, .pickup-text p:last-child {
    margin-bottom: 0;
}
.pickup-map {
    margin-bottom: 32px;
}
.sum-block {
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.9);
    display: grid;
    grid-template-columns: minmax(auto, max-content) 1fr;
    grid-gap: 8px 20px;
}
.sum-block__right {
    font-weight: 700;
}
.sum-block__final {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.g-recaptcha {
    margin-top: 48px;
}
/* #payButton {
    display: none;
} */

.form-page {
    padding-top: 176px;
}

.passport-wrap-step2 {
    position: relative;
}

.passport-wrap-step2 .passport-img {
    z-index: 1;
}

.passport-wrap-step2 .rotate {
    display: none;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    top: 300px;
    left: 100px;
    background: #fff;
    padding: 5px;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-back {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 8px);
    padding: 16px 32px;
    border-radius: 8px;
    background: #F1F0FC;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.90);
    text-decoration: none;
    transition: background-color .3s ease-out;
    margin-bottom: 0;
}

.form-back svg {
    margin-right: 8px;
    flex: none;
}

.form-back:hover {
    background: #E6E3F8;
}

.form-buttons {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin-top: 48px;
}

.form-buttons .form-button {
    margin-top: 0;
    width: calc(50% - 8px);
    align-items: center;
    justify-content: center;
}

.form-buttons .form-button svg {
    flex: none;
    margin-left: 8px;
}

.tours__title {
    display: block;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: rgba(0, 0, 0, 0.90);
    margin: 100px auto 16px;
}

.tours__title_success {
    text-align: start;
}

.tours__subtitle {
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: rgba(0, 0, 0, 0.90);
    margin: 0 auto 40px;
}

.tours__subtitle_success {
    text-align: start;
}

.tours__subtitle a {
    color: #766AFF;
    text-decoration: none;
}

.tours__link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    color: #FFF;
    border-radius: 8px;
    background: linear-gradient(115deg, #58A1E1 15.94%, #9A6ADF 83.82%), linear-gradient(115deg, #459FEE 15.94%, #4EBEE8 83.82%);
    width: fit-content;
    text-decoration: none;
    padding: 13px 26px;
    margin: 30px auto 0;
    opacity: 0.8;
}

.tours__link img {
    margin-left: 8px;
}

.tours__link:hover {
    opacity: 1;
}

.drop-out {
    height: 48px;
}

.drop-wrap {
    width: 100%;
    height: 48px;
    background-color: #F1F0FC;
    border: 2px solid transparent;
    border-radius: 12px;
}

.drop-wrap.input-select__default-option::after {
    width: 0 !important;
}

@media only screen and (max-width: 1200px) { 
    .page-column {
        max-width: none;
    }
}
@media only screen and (max-width: 1024px) {  
    .header-logo-default {
        display: none;
    } 
    .header-logo-adaptive {
        display: block;
    }
    .info-links {
        grid-template-columns: repeat(2, 1fr);
        
    }
    .info-link:nth-child(3n) {
        grid-column: span 2;
    }
    .banner__img {
        bottom: -50px;
    }
    
}
@media only screen and (max-width: 768px) {
    .section-title, .page-title {
        font-size: 32px;
        line-height: 1;
    }
    .page-title {
        margin-bottom: 24px;
    }
    .header {
        height: 64px;
    }
    .header-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #191D4D;
        padding: 24px 0 40px;
        border-radius: 0 0 24px 24px;
        margin: 0;
        max-height: 100vh;
        max-height: calc(100vh - 100%);
        overflow-y: auto;
    }
    .header-nav li {
        margin: 0;
    }
    .header-nav__link {
        display: block;
        width: 100%;
        padding: 12px 40px;
    }
    .header-button {
        font-size: 16px;
        min-height: 40px;
        margin-right: 12px;
    }
    .menu-button {
        display: flex;
        margin-right: -10px;
    }
    .header.active .menu-button-default {
        display: none;
    }
    .header.active .menu-button-active {
        display: block;
    }
    .header.active {
        background-color: #191D4D;
        box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.32);
    }
    .header.active .header-nav {
        display: block;
    }
    .intro {
        min-height: unset;
        padding: 104px 0 124px;
    }
    .intro-content__logo {
        width: 102px;
        margin-bottom: 16px;
    }
    .intro-content__title {
        font-size: 64px;
        line-height: 58px;
        margin-bottom: 16px;
    }
    .intro-content__subtitle {
        font-size: 16px;
        line-height: 24px;
    }
    .intro-content__button {
        margin-top: 32px;
    }
    .intro-arrow-wrap {
        bottom: 48px;
    }
    .about-section {
        padding: 56px 0 96px;
        border-radius: 24px 24px 0 0;
        scroll-margin-top: 64px;
    }
    .about-block {
        display: block;
    }
    .about-block__text {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin-bottom: 40px;
    }
    .about-block__images {
        width: 100%;
    }
    .about-block__images-item {
        height: 252px;
    }
    .about-block__title {
        margin-bottom: 24px;
    }
    .about-block__text ul li {
        padding-left: 18px;
        margin-bottom: 16px;
    }
    .info-section {
        padding: 56px 0 64px;
        border-radius: 24px 24px 0 0;
    }
    .info-text {
        display: block;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 40px;
    }
    .info-text__title {
        width: 100%;
        max-width: none;
        margin-bottom: 32px;
    }
    .info-text__right {
        width: 100%;
    }
    .info-links {
        margin-bottom: 48px;
    }
    .info-link {
        padding: 24px 24px 32px;
       display: block;
    }
    .info-link__icon {
        margin: 0 0 24px;
    }
    .info-stamps {
        padding: 40px 24px;
    }
    .info-stamps__text {
        display: block;
        font-size: 16px;
        line-height: 24px;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .info-stamps__title {
        flex: unset;
        margin: 0 0 16px;
    }
    .info-stamps__right {
        max-width: 100%;
    }
    .info-stamps__button {
        margin-top: 24px;
    }
    .white-section {
        padding: 64px 0;
    }
    .step-items {
        margin-bottom: 64px;
    }
    .section-title {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .step-item {
        padding: 40px 0 0;
    }
    .step-item__text {
        font-size: 16px;
        line-height: 24px;
    }
    .decor-logo {
        width: 102px;
    }
    .banner {
        min-height: 228px;
    }
    .banner__img {
        right: 14px;
        bottom: auto;
        width: calc(50% + 16px);
    }
    .banner__content {
        padding: 48px 0 48px 32px;
    }
    .banner__title {
        font-size: 26px;
        line-height: 1;
    }
    .banner__button {
        margin-top: 20px;
    }
    .index-contacts {
        display: block;
        padding: 48px 32px 32px;
    }
    .index-contacts__info {
        padding-top: 0;
       margin-right: 0;
       margin-bottom: 20px;
    }
    .index-contacts__title {
        font-size: 24px;
        line-height: 1;
    }
    .index-contacts__text {
        max-width: none;
        margin-bottom: 32px;
    }
    .index-contacts__note {
        border-radius: 16px;
    }
    .index-contacts__note div {
        max-width: none;
    }
    .tic-map {
        height: 328px;
    }
    .index-contacts__map {
        width: 100%;
        max-width: none;
        height: 296px;
    }
    .footer-top {
        padding: 40px 0 13px
    }
    .footer-logo img {
        width: 218px;
    }
    .footer-bottom-right {
        padding: 32px 0 80px 24px;
    }
    .footer-bottom-left {
        padding: 32px 24px 80px 0;
    }
    .error-page {
        padding: 100px 0;
    }
    .inner-page {
        padding: 120px 0 64px;
    }
    .question {
        padding: 16px 16px 20px;
    }
    .order-head__title {
        font-size: 28px;
        line-height: 1;
    }
    .order-head__subtitle {
        font-size: 24px;
        line-height: 1;
    }
    .form-checkboxes, .form-button {
        margin-top: 40px;
    }
    .order-head, .file-input {
        margin-bottom: 32px;
    }
    .file-input__remove {
        margin-left: 24px;
    }
    .success-page {
        padding: 120px 0 84px;
    }
    .success-page__img {
        width: 140px;
        margin-bottom: 24px;
    }
    .success-page__title {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 20px;
    }
    .success-page__button {
        margin-top: 32px;
    }
    .g-recaptcha {
        margin-top: 40px;
    }
    .pickup-text, .pickup-map {
        margin-bottom: 24px;
    }
    .sum-block {
        grid-gap: 4px 20px;
    }
 
    .form-page {
        padding-top: 128px;
    }
    
    .tours__title {
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        margin: 64px auto 12px;
    }
    
    .tours__subtitle {
        margin-bottom: 24px;
    }
    
    .tours__link {
        margin-top: 0;
    }

    .passport-wrap-step2 .rotate {
        top: 320px;
        left: 110px;
    }
    
    .footer-bottom {
        display: block;
    }
    
    .footer-bottom-left {
        width: 100%;
        padding: 32px 0 47px;
    }
    
    .footer-bottom-center {
        width: 100%;
        padding: 0 0 47px;
    }
    
    .footer-bottom-right {
        width: 100%;
        width: calc(100% + 32px);
        padding: 32px 16px 80px;
        margin-left: -16px;
        border: none;
        /* border-top: 1px solid rgba(255, 255, 255, 0.32); */
    }
}
@media only screen and (max-width: 480px) {
    .passport-wrap-step2 .rotate {
        top: 150px;
        left: 47px;
    }
    .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .header-nav__link {
        padding: 12px 16px;
    }
    .info-links {
        grid-template-columns: 1fr;
    }
    .info-link:nth-child(3n) {
        grid-column: unset;
    }
    .info-text__title, .steps-title {
        max-width: 300px;
    }
    .info-stamps {
        padding: 40px 16px;
    }
    .step-items {
        display: block;
    }
    .step-item {
        width: 100%;
        padding: 0;
        margin: 0 0 48px;
    }
    .step-item:last-child {
        margin: 0;
    }
    .step-item__number::before, .step-item__number::after {
        display: none;
    }
    .index-contacts {
        padding: 32px 16px 16px;
    }
    .index-contacts__note {
        padding: 24px 16px 32px;
    }
    .tic-map {
        border-radius: 8px;
    }
    .banner {
        display: block;
        padding: 8px 16px 16px;
        min-height: unset;
    }
    .banner__content {
        width: 100%;
        padding: 0;
    }
    .banner__img {
        position: static;
        width: 100%;
    }
    .banner__button {
        width: 100%;
    }
    .error-page__img {
        width: 230px;
        margin-bottom: 32px;
    } 
    .error-page__title {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 8px;
    }
    .error-page__button {
        width: 100%;
        margin-top: 32px;
    }
    .file-input {
        display: block;
    }
    .file-input__preview {
        margin: 0 auto 16px;
    }
    .file-input__right {
        display: flex;
        flex-direction: column;
    }
    .file-input__buttons {
        order: 0;
        justify-content: center;
        margin-bottom: 24px;
    }
    .file-input__right .error-text {
        order: 1;
        text-align: center;
        margin: 0 0 24px;
    }
    .file-input__text {
        order: 2;
        margin-bottom: 0;
    }
    .file-input.error .file-input__buttons {
        margin-bottom: 8px;
    }
    .success-page {
        padding: 120px 0 64px;
    }
    .inputs-row {
        display: block;
    }
    .inputs-row .input-group {
        width: 100%;
        margin-right: 0;
    }
}