#panel + .site-header {
    position: sticky;
}

.home #panel + .site-header + .site-body {
    margin-top: -103px;
}

@media (max-width: 1699px) {
    .home #panel + .site-header + .site-body {
        margin-top: -83px;
    }
}

@media (max-width: 767px) {
    .home #panel + .site-header + .site-body {
        margin-top: -70px;
    }
}

.home .site-header {
    transition: backdrop-filter 0.5s linear;
}

.home .site-header.site-header--scrolled {
    backdrop-filter: blur(8px) saturate(1.25);
}

.site-header * {
    transition: 
        background-color 0.3s ease-out,
        backdrop-filter 0.15s ease-in,
        color 0.2s ease-out,
        border-color 0.3s ease-out;
}

.site-header--mate:not(.site-header:hover):not(.static) {
    background-color: rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.33);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-image: none;
}

.site-header--gray:not(.site-header:hover):not(.static) {
    background-color: #EDF0F6;
    border-bottom: 1px solid #D4DAE3;
    background-image: none;
}

.site-header--white:not(.site-header:hover):not(.static) {
    background-color: #FFF;
    border-bottom: 1px solid #E1E5E9;
    background-image: none;
}

.site-header--transparent:not(.site-header:hover):not(.static) {
    background-color: transparent;
    background-image: none;
}

.site-header--gray:not(.site-header:hover):not(.static) .site-header-menu,
.site-header--white:not(.site-header:hover):not(.static) .site-header-menu {
    color: #03264A;
}

.site-header--gray:not(.site-header:hover):not(.static) .logo,
.site-header--white:not(.site-header:hover):not(.static) .logo {
    filter: brightness(0) saturate(100%) invert(31%) sepia(70%) saturate(3400%) hue-rotate(200deg) brightness(106%) contrast(94%);
}

.site-header--gray:not(.site-header:hover):not(.static) .btn,
.site-header--white:not(.site-header:hover):not(.static) .btn {
    border: 2px solid rgba(11, 128, 247, 0.25);
    color: #0B80F7;
}

.site-header--gray:not(.site-header:hover):not(.static) .i_s_s_w,
.site-header--white:not(.site-header:hover):not(.static) .i_s_s_w {
    filter: brightness(0) saturate(100%) invert(31%) sepia(70%) saturate(3400%) hue-rotate(200deg) brightness(106%) contrast(94%);
}

html .site-header, html .site-header:hover, html body.e-megamenu-open .site-header {
    background: none;
}

html .site-header:before, html .site-header:hover:before, html body.e-megamenu-open .site-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(90deg, #0B80F7 0%, #005099 100%);
    opacity: 1;
    transition: opacity 0.25s linear;
}

html .site-header.site-header--transparent:before, html .site-header.site-header--mate:before, html .site-header.site-header--white:before, html .site-header.site-header--gray:before {
    opacity: 0;
}

html body .site-header:hover:before, html body.e-megamenu-open .site-header:before {
    opacity: 1;
}

html .site-header.static:before {
    opacity: 1;
    transition: opacity 0s linear;
}

.megamenu__header {
    margin-bottom: 30px;
}

@media (max-width: 1249px) {
    .e-mmenu-open .site-header__menu {
        display: block;
        padding: 10px 40px;
    }
}




.form-div {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: 10px;
    padding-left: 30px;
	padding-right:30px;
	padding-bottom:30px;
	padding-top:15px;
    border-radius: 20px;
    background-color: #fff;
}

.inputtext {
    width: 100%;
    padding: 14px 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    transition: all 200ms ease;
    color: #333;
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.inputtext:focus {
    border-color: #2b7ccb;
    outline: none;
}

.inputtextarea {
    width: 100%;
    max-width: 100%;
    padding: 10px 0px;
    box-sizing: border-box;
    resize: none;
    overflow: hidden;
    min-height: 100px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    transition: all 200ms ease;
    color: #333;
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
font-size: 14px;
}

.inputtextarea:focus {
    border-color: #2b7ccb;
    outline: none;
}

.form-btn {
    border: 2px solid rgba(255, 255, 255, 0.25);
    padding: 4px;
    box-sizing: content-box;
    font: inherit;
    font-size: 18px;
    line-height: 38px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
    color: #0B80F7;
    border-color: rgba(11, 128, 247, 0.25);
    display: inline-flex;
    width: 228px;
    justify-content: center;
    background: white;
}

.form-btn:hover {
    background-color: #1e5e9a;
    color: white;
}

.form-btn:active {
    transform: scale(0.98);
}

.form-flex {
    display: flex;
    flex-direction: column;
}

.place_holder {
    z-index: 100;
    cursor: text;
    position: absolute;
    top: 15px;
    left: 0px;
    width: 100%;
    color: #696969;
    font-size: 16px;
}

.place_holder span {
    color: red;
}

.placeinput {
    position: relative;
    overflow: hidden;

}

.form-cta-div {
    display: flex;

}

.cta-btn-div {
    margin-top: 20px;
    align-content: end;
	margin-right: 6%;
}

.cta-discr-txt {
    margin-top: 25px;
    order: 1;
}

.form-prg {

    font-size: 14px;
    line-height: 1.4;
}

.form-prg a {
    text-decoration: none;
    color: black;
}

.form-prg input[type="checkbox"] {
    margin-right: 8px;
}

.site-body__content ol li,
.site-body__content ul li {
    //position: relative;
    padding-left: 35px
}

.site-body__content ol li+li,
.site-body__content ul li+li {
    margin-top: 20px
}

.site-body__content li ul li {
    position: relative;
    padding-left: 35px;
    margin-top: 14px;
}

.site-body__content ol li:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    font-weight: 700;
    color: #0B80F7;
    text-align: center
}

.site-body__content ul li:before {
    content: '';
    position: absolute;
    left: 8px;
    top: 8px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #0B80F7
}

/* Адаптация для мобильных устройств */
@media (max-width: 767px) {
    .form-div {
        margin: 20px 0;
        padding: 25px;
        border-radius: 15px;
    }
.form-cta-div{
        flex-direction: column;
		align-items: flex-start;
}

    .inputtext,
    .inputtextarea {
        font-size: 14px;
        padding: 12px 0;
    }

    .inputtextarea {
        min-height: 80px;
    }

    .place_holder {
        top: 10px;
        font-size: 14px;
    }

    .form-flex {
        flex-direction: column;
        gap: 10px;
    }

    .for-flex-in {
        width: 100%;
    }

    .form-btn {
        width: 100%;
        font-size: 16px;
        line-height: 1.2;
        padding: 12px 0;
    }

    .form-prg {
        font-size: 13px;
        display: flex;
        align-items: flex-start;
    }

    .form-prg input[type="checkbox"] {
        transform: scale(1.2);
        margin-top: 2px;
    }

    .form-prg a {
        color: #0B80F7;
        text-decoration: underline;
    }
	.cta-btn-div{
        order: 2;
        width: 100%;
}
	.placeinput_one{
margin-top: -18px;
}
}