.aside-form {
    width: 100vw;
    left: 0;
    transition: all .5s cubic-bezier(1,.4,.4,1);
    transform: translate3d(100vw,0,0);
    z-index: 1000;
    display: none;
    position: fixed;
    background: #fff;
    top: 0;
    bottom: 0;
    box-sizing: border-box;
    padding-bottom: 55px
}

.aside-form__content {
    overflow-y: auto;
    padding-top: 20px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.aside-form__body-content,.aside-form__header-content {
    display: none
}

.aside-form_view_camp .aside-form__camp,.aside-form_view_camp .aside-form__header-camp,.aside-form_view_certificate .aside-form__certificate,.aside-form_view_certificate .aside-form__header-certificate,.aside-form_view_study-try .aside-form__header-try-study,.aside-form_view_study-try .aside-form__try-study {
    display: block
}

@media only screen and (min-width: 1280px) {
    .aside-form {
        left:auto;
        right: 0;
        width: 65vw
    }
}

.aside-form_is_expanded {
    transform: translateZ(0)
}

@media only screen and (min-width: 1280px) {
    .aside-form_is_expanded .aside-form__side-close {
        opacity:1;
        transform: translateZ(0)
    }
}

.aside-form__body,.aside-form__footer,.aside-form__header {
    padding: 15px
}

@media only screen and (min-width: 1280px) {
    .aside-form__body,.aside-form__footer,.aside-form__header {
        padding:0 100px
    }
}

.aside-form__close {
    width: 15px;
    height: 15px;
    mask-image: url(/i/expander_plus.svg);
    mask-repeat: no-repeat;
    mask-size: 15px;
    mask-position: center center;
    transform: rotate(90deg);
    background: #000;
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    opacity: .7;
    z-index: 100
}

.aside-form__close:hover {
    opacity: 1
}

@media only screen and (min-width: 1280px) {
    .aside-form__close {
        left:auto;
        right: 20px
    }
}

.aside-form__footer,.aside-form__header {
    position: relative;
    text-align: center
}

.aside-form__body {
    padding-top: 10px;
    padding-bottom: 20px
}

.aside-form__footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: flex;
    justify-content: space-around;
    padding: 30px 0 15px;
    background-color: #f3f3f5;
}

@media only screen and (min-width: 1280px) {
    .aside-form__footer {
        background-color: #f3f3f5;
    }
}

.aside-form__footer-close {
    -webkit-mask-image: url(/i/expander_plus.svg);
    mask-image: url(/i/expander_plus.svg);
    -webkit-mask-size: 20px;
    mask-size: 20px;
    -webkit-mask-position: center center;
    mask-position: center center;
    transform: rotate(90deg);
    background: #ff1631;
    width: 20px;
    height: 20px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    opacity: .7;
    cursor: pointer;
}

.aside-form__footer-close:hover {
    opacity: 1
}

@media only screen and (min-width: 1280px) {
    .aside-form__footer-close {
        left:auto;
        right: 20px
    }
}

.aside-form__phone-icon {
    background: url(/static/img/icons/iphone.svg);
    width: 30px;
    height: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -40px
}

.aside-form__envelope-icon {
    background: url(/static/img/icons/envelop.svg);
    width: 15px;
    height: 11px;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 13px
}

.aside-form__geo,.aside-form__hint,.aside-form__title {
    text-align: center
}

.aside-form__control-row {
    display: flex
}

.aside-form__control-row-main,.aside-form__control-row-postfix,.aside-form__control-row-prefix {
    margin: 10px 0
}

.aside-form__control-row-item {
    margin-bottom: 10px
}

.aside-form__control-row-postfix,.aside-form__control-row-prefix {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    display: none
}

@media only screen and (min-width: 1280px) {
    .aside-form__control-row-postfix,.aside-form__control-row-prefix {
        display:block;
        width: 20%;
        box-sizing: border-box;
        padding-top: 10px;
        position: relative
    }
}

.aside-form__control-row-prefix {
    margin-right: 20px
}

.aside-form__control-row-prefix_is_bordered {
    border-right: 1px dashed #ccc
}

.aside-form__control-row-postfix {
    margin-left: 20px
}

.aside-form__control-row-main {
    flex: 0 1 100%
}

@media only screen and (min-width: 1280px) {
    .aside-form__control-row-main {
        flex: 0 1 60%
    }
}

.aside-form__title {
    font-size: 20px;
    line-height: 25px;
    font-weight: 900;
    color: #000;
    margin-top: 20px
}

@media only screen and (min-width: 1280px) {
    .aside-form__title {
        font-size:25px;
        line-height: 30px;
        font-weight: 900
    }
}

@media only screen and (min-width: 1280px) and (min-width:1280px) {
    .aside-form__title {
        font-size:40px;
        line-height: 45px
    }
}

.aside-form__hint {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    margin-top: 10px;
    color: #000;
}

@media only screen and (min-width: 1280px) {
    .aside-form__hint {
        margin-bottom:20px
    }
}

.aside-form__side-close {
    background-image: url(/i/expander_plus.svg);
    background-size: 40px;
    background-position: 50%;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    position: absolute;
    top: 50px;
    left: -75px;
    width: 40px;
    height: 40px;
    transform: translate3d(100%,0,0);
    opacity: 0
}

.aside-form__side-close:hover {
    opacity: 1
}

.aside-form__disclaimer {
    font-size: 11px;
    line-height: 15px;
    font-weight: 300;
    text-align: center;
    color: #626262;
    padding: 15px 0
}

.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 1;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.autocomplete-suggestion {
    position: relative;
    padding: 0 20px;
    line-height: 23px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.02em;
    color: #333
}

.autocomplete-suggestion b {
    font-weight: 400;
    color: #1f8dd6
}

.autocomplete-suggestion.selected {
    background: #f0f0f0
}

.ikids_form {
    font-family: Roboto,Arial,sans-serif;
    justify-content: center
}

.ikids_form,.ikids_form-wrap {
    width: 100%;
    display: flex
}

.ikids_form-wrap {
    max-width: 450px;
    min-width: 200px;
    flex-direction: column;
    align-items: center
}

.ikids_form-header {
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    letter-spacing: -.4px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center
}

.ikids_form-description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    text-align: center
}

.ikids_form-description p:first-child {
    margin-top: 0
}

.ikids_form-description p:last-child {
    margin-bottom: 0
}

.ikids_form-form {
    width: 100%;
    margin: 0;
    padding: 0
}

.ikids_form-field {
    border: 1px solid #e5e5e5;
    margin-bottom: 30px
}

.ikids_form-field:hover {
    border-color: #cfcfcf
}

.ikids_form-field input,.ikids_form-field select,.ikids_form-field textarea {
    width: 100%;
    font-style: normal;
    font-weight: 400;
    color: rgba(0,0,0,.75);
    font-size: 15px;
    letter-spacing: 0;
    margin: 0;
    padding: 10px 20px;
    outline: none;
    border: none;
    box-sizing: border-box
}

.ikids_form-field input::-webkit-input-placeholder,.ikids_form-field select::-webkit-input-placeholder,.ikids_form-field textarea::-webkit-input-placeholder {
    color: #afafaf
}

.ikids_form-field input:-ms-input-placeholder,.ikids_form-field input::-ms-input-placeholder,.ikids_form-field select:-ms-input-placeholder,.ikids_form-field select::-ms-input-placeholder,.ikids_form-field textarea:-ms-input-placeholder,.ikids_form-field textarea::-ms-input-placeholder {
    color: #afafaf
}

.ikids_form-field input::placeholder,.ikids_form-field select::placeholder,.ikids_form-field textarea::placeholder {
    color: #afafaf
}

.ikids_form-field textarea {
    resize: none
}

.ikids_form-field--hidden {
    display: none
}

.ikids_form-field--dropdown {
    position: relative
}

.ikids_form-field--dropdown input {
    padding-right: 40px
}

.ikids_form-field--dropdown select {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    cursor: pointer
}

.ikids_form-field--dropdown svg {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    fill: #e5e5e5
}

.ikids_form-field--dropdown:hover svg {
    fill: #000
}

.ikids_form-field--error,.ikids_form-field--error:hover {
    border-color: #ff7373
}

.ikids_form-field--disabled {
    cursor: default
}

.ikids_form-field--disabled:hover {
    border-color: #e5e5e5
}

.ikids_form-field--disabled input,.ikids_form-field--disabled select,.ikids_form-field--disabled textarea {
    color: #e5e5e5
}

.ikids_form-field--disabled.ikids_form-field--dropdown select {
    cursor: default
}

.ikids_form-field--disabled.ikids_form-field--dropdown:hover svg {
    fill: #e5e5e5
}

.ikids_form-field--checkbox {
    font-weight: 400;
    color: rgba(0,0,0,.75);
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0;
    position: relative;
    border: none!important
}

.ikids_form-field--checkbox span {
    padding-left: 26px;
    position: relative;
    padding-top: 3px
}

.ikids_form-field--checkbox span:after,.ikids_form-field--checkbox span:before {
    display: inline-block;
    position: absolute
}

.ikids_form-field--checkbox span:before {
    top: 3;
    left: 0;
    content: "";
    height: 18px;
    width: 18px;
    background: #e5e5e5
}

.ikids_form-field--checkbox span:after {
    top: 6;
    left: 4;
    height: 6px;
    width: 9px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg)
}

.ikids_form-field--checkbox input {
    opacity: 0;
    position: absolute;
    left: -9999px
}

.ikids_form-field--checkbox input:checked+span:after {
    content: ""
}

.ikids_form-field--checkbox input:checked+span:before {
    background: #2ca4a4
}

.ikids_form-field--checkbox.ikids_form-field--error span:before {
    background: #ff7373
}

.ikids_form-button .wpcf7-form-control.wpcf7-submit {
    all:unset;
    height: 44px;
    width: 100%;
    line-height: 44px;
    padding: 0;
    cursor: pointer;
    background-color: #ff1631;
    border-radius: 0;
    box-shadow: inset 0 0 0 0 #000;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    outline: 0;
    border: none;
    text-align: center
}

.ikids_form-button .wpcf7-form-control.wpcf7-submit:focus,.ikids_form-button .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #f0f4f5;
    color: #ff1631;
}

.ikids_form-button--disabled,.ikids_form-button .wpcf7-form-control.wpcf7-submit:active {
    background-color: #f0f4f5;
    color: #ff1631;
}

.ikids_form-button--disabled {
    cursor: default
}

.ikids_form-button--disabled:focus,.ikids_form-button--disabled:hover {
    background-color: rgba(255,160,24,.9);
    color: #fff
}

.ikids_form-resend {
    display: none;
    width: 50%;
    text-align: center;
    cursor: pointer;
    color: #2ca4a4
}

.ikids_form-resend:hover {
    opacity: .8
}

.ikids_form-buttons--resend {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between
}

.ikids_form-buttons--resend .ikids_form-button {
    width: 50%
}

.ikids_form-buttons--resend .ikids_form-resend {
    display: block
}
.layout_is_locked {
    overflow: hidden;
}
.layout_is_locked .overlay {
    transform: translateZ(0);
    opacity: .5;
    transition: opacity .5s;
}
.overlay {
    display: block;
    opacity: 0;
    transition: opacity .5s,transform .1s .5s;
    position: fixed;
    transform: translate3d(100%,0,0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 500;
    background: #000;
}
