#out-inner {
    height: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.top-box {
	position: relative; min-width: 290px; padding: 30px 15px;
	background-image: linear-gradient(271.3deg, rgb(106 69 189 / 80%) 1.38%, rgb(71 133 176 / 80%) 89.12%), url(/i/masterPageBgStepFormDesktop.jpg);
 background-position: center center; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover;
}

.top-box-fix-bug-scroll-height {
    min-height: 295px;
    display: flex;
    align-items: center;
}

.top-box .title {
	font-size: 42px; font-weight: 400; color: #fff; line-height: 1.4; max-width: 1200px; margin: 0 auto;
}
.top-box .title:after {
	display: block; content: ''; position: relative; width: 50px; height: 2px; background: #a8d4ee; margin: 10px auto 0;
}
.top-box .navigation {
	position: relative; max-width: 1200px; margin: auto; padding-top: 20px;
}

.top-box .table {
    height: 100% !important;
}

.navigation__subtitle {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.4;
}

.top-box .form__form {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.top-bg-for-form {
	display: none;
}

.top-bg-for-form__logo {
	display: none;
}

.form__form_sticky .top-bg-for-form__logo {
	display: block;
}

.top-box .form__form_sticky {
	position: fixed;
	top: 0;
	margin-top: 0;
    z-index: 11;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    display: grid;
    grid-template-columns: 240px 1fr 1fr 260px;
    grid-column-gap: 20px;
    align-items: center;
    max-width: 1680px;
    box-sizing: border-box;
}

.form__form_sticky:first-child {
	padding-left: 15px;
}
.form__form_sticky:last-child {
	padding-right: 15px;
}

.top-box .form__form.form__form_sticky > *+* {
	margin-left: 0;
}

.top-box .form__form_sticky .form__input,
.top-box .form__form_sticky .form__btn {
	min-width: auto;

}


.top-bg-for-form_visible {
	display: block;
	position: fixed;
	top: 0;
	background: linear-gradient(271.3deg, rgb(106 69 189 / 100%) 1.38%, rgb(28 111 169) 89.12%);
	box-shadow: 0 6px 8px rgb(0 0 0 / 20%);
    z-index: 11;
    width: 100%;
    height: 98px;
}

.top-box .form__form>*+* {
    margin-left: 20px;
}

.top-box .form__form > * {
    margin-top: 15px;
}

.top-box .form__input {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    border-radius: 8px;
    height: 68px;
    padding: 0 10px;
    color: #222;
    font-size: 16px;
    width: 100%;
    min-width: 300px;
}

.top-box .form__theme {
	min-width: 400px;
}

.top-box .form__input:active,.top-box .form__input:focus,.top-box .form__input:hover {
    box-shadow: 0 0 12px rgb(0 0 0 / 50%)
}


.top-box .form__btn {
    background: #f06;
    box-shadow: 0 0 10px rgba(0,0%,0%,30%) !important;
    border-radius: 8px !important;
    width: 100%;
    max-width: 260px;
    height: 68px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    min-width: 260px;
}

.top-box .form__btn:active,.top-box .form__btn:focus,.top-box .form__btn:focus-visible,.top-box .form__btn:hover {
    box-shadow: inset 0 0 20px rgba(255,255,255,.5),0 0 20px rgba(255,255,255,.2);
    text-shadow: 1px 1px 2px #4685b0;
    background-color: #4685b0;
    outline: none;
    border: none !important;
    background: #4685b0;
    color: #fff;
}

.top-box .error {
    position: absolute;
    left: 0;
    top: -5px;
    background-color: #f44;
    background-color: #f44;
    max-width: 325px;
    border-radius: 5px;
    color: #fff !important;
    padding: 3px 5px;
    z-index: 6;
    top: -12px;
    font-size: 13px
}

.form__container-item {
	position: relative;
}

.scroll-to-form-mobile {
	display: none;
}

.popup-bg {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1c1c1c;
    opacity: .75;
    z-index: 300;
    position: fixed
}

.popup {
    margin: 30px auto 0;
    background: #e4eeff;
    box-shadow: 0 0 11px #4a55a5;
    border-radius: 30px;
    width: 100%;
    max-width: 660px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    position: fixed;
    display: none;
    top: 10vh;
    z-index: 301;
    box-sizing: border-box;
}

.popup__title {
    font-size: 18px;
    color: #1c1c1c;
    line-height: 1.4;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 50px;
    box-sizing: border-box;
}

.popup__title-special {
    display: block;
    color: #5c55ff;
    font-size: 22px;
    font-weight: 700
}

.popup__title-free {
    text-transform: uppercase;
    color: #0e6c67;
    font-weight: 700
}

.popup .popup-form__form>*+* {
    margin-left: 20px
}

.popup .popup-form__input {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,.3);
    border-radius: 8px;
    height: 68px;
    padding: 0 10px;
    color: #222;
    font-size: 16px;
    width: 100%
}

.popup .popup-form__container-item {
    position: relative;
    width: 100%;
}

.input-qtip {
    position: absolute;
    top: 5px;
    font-size: 13px;
    color: #685e5e;
    left: 12px;
    display: none;
}

.popup-form__input:focus~.input-qtip,
.form__input:focus~.input-qtip,
.form__textarea:focus~.input-qtip {
    display: block;
}

.default-form {
    background-image: url("/i/new-default/default-bg-form.jpg");
    width: 100%;
    padding: 20px 0;
}
.default-form__title {
    color: #fff;
    text-align: center;
    font-size: 36px;
}

.popup .popup-form__input {
    margin-bottom: 20px;
	background: #fff;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    border-radius: 8px;
    height: 68px;
    padding: 0 10px;
    color: #222;
    font-size: 16px;
    width: 100%;
}

.popup .popup-form__input:active,.popup .popup-form__input:focus,.popup .popup-form__input:hover {
    box-shadow: 0 0 12px rgb(0 0 0 / 50%)
}

.popup .popup-form__container-item-email {
    max-width: 260px
}

.popup .popup-form__btn {
    background: #f06;
    box-shadow: 0 0 10px rgba(0,0%,0%,30%);
    border-radius: 8px !important;
    width: 100%;
    max-width: 260px;
    height: 68px;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.popup .popup-form__two-el {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px
}

.popup .error {
    position: absolute;
    left: 0;
    top: -5px;
    background-color: #f44;
    background-color: #f44;
    max-width: 325px;
    border-radius: 5px;
    color: #fff !important;
    padding: 3px 5px;
    z-index: 6;
    top: -12px;
    font-size: 13px
}

 .close-popup {
    position: absolute;
    top: 20px;
    right: 15px;
    display: block
}

.popup .close-popup:hover {
    cursor: pointer
}

.site-header {
	z-index: 9 !important;
}


@media screen and (max-width: 1280px) {
	.top-box .form__form_sticky {
	    grid-template-columns: 240px 1fr 1fr 200px;
	}

    .top-box-fix-bug-scroll-height {
        display: block;
    }

    .top-box .form__theme {
        min-width: 320px;
    }
}

@media screen and (max-width: 1016px) {
    .default-form {
        background: url("/i/new-default/m-form.jpg");
        background-size: cover;
        background-position: center;
    }
}


@media screen and (max-width: 970px) {
	.top-box .form__form {
		display: block
	}

	.top-box .form__form>*+* {
		margin-left: auto;
	}

	.form__container-item {
		position: relative;
		width: fit-content;
		margin: 15px auto 0;
	}

	.top-box .form__input {
		max-width: 400px;
		min-width: 400px;
	}

	.top-box .form__btn {
		max-width: 400px;
		min-width: 290px;
	}


	.scroll-to-form-mobile_display-none {
		display: none !important;
	}

	.scroll-to-form-mobile_active {
	    display: block;
	    position: fixed;
	    bottom: 10px;
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: 11;
		background: linear-gradient(138deg, rgb(88 43 191) 1.38%, rgb(28 121 187) 89.12%);
		padding: 12px 30px;
		border-radius: 12px;
		max-width: 320p
	}

	.scroll-to-form-mobile__button {
		display: flex;
		justify-content: center;
		align-items: center;
		color: #fff;
		border-radius: 12px;
		padding: 12px 16px;
		text-align: center;
		background: #f06;
		min-width: 182px;
	}

	.scroll-to-form-mobile__cross {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	

	.scroll-to-form-mobile-text {
		font-size: 15px;
		color: #fff;
		line-height: 1.4;
		text-align: center;
		margin-bottom: 12px
	}

    .top-bg-for-form {
        display: none !important;
    }

    .top-box .form__form_sticky {
        position: relative;
    }
}

@media screen and (max-width: 816px) {
	.banner-main .menu-mob {
		display: none;
	}

	.top-box .form__input {
		width: 290px;
		min-width: 290px;
	}

	.top-box .form__btn {
		width: 290px;
	}
}

@media screen and (max-width: 766px) {
	.top-box {
    padding-top: 78px;
	}

	.top-box {
		background-image: linear-gradient(271.3deg, rgb(106 69 189 / 80%) 1.38%, rgb(71 133 176 / 80%) 89.12%), url(/i/masterPageBgStepFormPhone.jpg);
	}
    .default-form__title {
        font-size: 22px;
    }
}

@media screen and (max-width: 716px) {
	.top-box .title {
		font-size: 32px
	}

	.navigation__subtitle {
		font-size: 15px
	}

	.top-box .table {
		padding: 0;
	}

	.popup .popup-form__two-el {
	    grid-template-columns: 1fr;
	    grid-gap: 0
    }
}