/**/
.xb-global-container{
    height: auto;
    overflow: hidden;
}

.global-page-container{
    z-index: auto;
}

body{
    color: #292d32;
}

.header{
    z-index: auto;
}

.present-header{
    min-height: 696px;
}

.present-header.head{
    background: url("../../../images/pages/landing-upd/head-bg.jpg") top center / 1920px no-repeat #37385f;
}

@media screen and (min-width: 1024px) {
    .header{
        overflow: hidden;
    }
}

@media screen and (min-width: 1921px) {
    .present-header.head{
        background-size: cover;
    }
}

.xb-head .header-bg-before-load{
    background-color: #37385f;
}

@media screen and (max-width: 1024px) {
    .present-header{
        display: block;

        height: auto;
        min-height: 0;
    }
}



/**/

.container-title.white{
    color: #fff;
}

.b{
    display: block;
}

.ib{
    line-height: 0;
}

.img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.button{
    position: relative;

    display: inline-block;

    color: #fff;
    font: 500 16px/1.5 "Roboto", Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;

    padding: 10px 24px;

    border-radius: 8px;
    background: linear-gradient(180deg, #ff4777 0%, #f8275e 100%);

    overflow: hidden;
}

.button.w100{
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}

.button.primary{
    background: linear-gradient(180deg, #7879b2 0%, #666793 100%);
}

.button__label{
    position: relative;
    z-index: 1;
}

.button:before{
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    transition: background-color 0.25s ease-in-out;

    z-index: 0;
}

.not-touch .button:hover:before{
    background-color: #ea0057;
}

.button:active:before,
.not-touch .button:active:before{
    background-color: #da0051;
}

.not-touch .button.primary:hover:before{
    background-color: #575899;
}

.button.primary:active:before,
.not-touch .button.primary:active:before{
    background-color: #434488;
}


@media screen and (max-width: 1024px){
    .text-container{
        font-size: 16px;
    }
}


/* head */
.landing-head{
    position: relative;

    color: #fff;
    text-align: left;

    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 225px 584px 50px 0;
    box-sizing: border-box;

    z-index: 3;
}

.landing-head__title{
    font: 500 44px/1.409090909090909 "Roboto", Arial, sans-serif;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);

    max-width: 488px;
}
.landing-head__title_erp,
.landing-head__title_webix{
    font-size: 38px;
    line-height: 1.4;

    max-width: 530px;
}

.landing-head__text{
    font: 300 22px/1.5 "Roboto", Arial, sans-serif;
    text-shadow: 0 1px 4px rgba(0,0,0,0.2);

    margin-top: 40px;
}

.landing-head__text a{
    color: #f8275e;
}

.not-touch .landing-head__text a:hover{
    text-decoration: none;
}

.landing-head__link{
    display: none;

    font-size: 0;
    line-height: 0;

    margin-top: 56px;
}

.landing-head__main-pict{
    display: none;
}

@media screen and (max-width: 1120px) {
    .landing-head{
        padding-right: 530px;
    }
}

@media screen and (max-width: 1024px) {
    .landing-head{
        padding: 42px 584px 0 0;
    }

    .landing-head__title{
        font-size: 32px;
        max-width: 355px;
    }

    .landing-head__title_erp,
    .landing-head__title_webix{
        max-width: 445px;
    }

    .landing-head__text{
        font-size: 18px;

        margin-top: 40px;
    }

    .landing-head__link{
        display: block;
        margin-top: 48px;
    }

    .landing-head__main-pict{
        display: block;
        max-width: 576px;
        box-sizing: border-box;
        border: 6px solid #F1F4FC;
        box-shadow: 8px 8px 15px 0px rgba(0, 14, 95, 0.15), 1px 1px 2px 0px rgba(0, 19, 108, 0.10);
        border-radius: 4px;
        background-color: #E2DFEA;
        overflow: hidden;

        position: relative;
        margin: 48px 0 -35px 0;
    }

    .landing-head__main-pict-inside{
        position: relative;
        width: 100%;
    }
}

@media screen and (max-width: 1023px){
    .landing-head{
        padding-right: 0;
    }
}

@media screen and (max-width: 767px){
    .landing-head{
        padding: 32px 0 0;
    }

    .landing-head__title{
        font-size: 24px;
        max-width: 265px;
    }
    .landing-head__title_erp,
    .landing-head__title_webix{
        max-width: 335px;
    }

    .landing-head__text{
        font-size: 16px;

        margin-top: 22px;
    }

    .landing-head__link,
    .landing-head__main-pict {
        margin-top: 32px;
    }
}



/* content */
.landing-content-section{
    background-color: #f6f7fa;
}

.landing-content-section.loaded{
    background-image: url("../../../images/pages/home/pattern.svg");
}

.landing-content-section__inside{
    padding: 25px 0 180px;

    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 80.93%, #fff 100%);
}

.landing-content{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.landing-content__title{
    font: 300 42px/1.476190476190476 "Roboto", Arial, sans-serif;
}

.landing-content__text{
    font-size: 18px;
    line-height: 1.5;

    width: 100%;
    max-width: 520px;
    margin-right: 32px;
}

.landing-content a{
    color: #555bd1;
}

.not-touch .landing-content a:hover{
    color: #f8275e;
    text-decoration: none;
}

.landing-content__text p{
    margin-top: 32px;
}

.landing-content__text p:first-child{
    margin-top: 0;
}

.landing-content__text ul{
    margin-top: 16px;
}

.landing-content__text ul:first-child,
.landing-content__text ul li:first-child{
    margin-top: 0;
}

.landing-content__text ul li{
    position: relative;

    list-style: none;

    font-size: inherit;
    line-height: inherit;

    padding: 0 0 0 24px;
    margin-top: 12px;

    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTS42MjEgNy43N2w0LjY5OSAzLjgxMSA3Ljg5My05Ljk1OCIgc3Ryb2tlPSIjRjgyNzVFIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=") left 6px no-repeat;
    box-sizing: border-box;
}

.landing-content__text h3{
    font: 400 24px/1.476190476190476 "Roboto", Arial, sans-serif;
    margin-top: 32px;
}

.landing-content__text img{
    max-width: 100%;
    height: auto;
}

.landing-content__form{
    width: 100%;
    max-width: 564px;

    position: relative;
    margin-top: -545px;
    z-index: 5;
}

.landing-content__form-inner{
    box-shadow: 0px 15px 25px 0px rgba(60, 65, 140, 0.15), 0px 0px 5px 0px rgba(60, 65, 140, 0.15); 
    border-radius: 12px;
    background-color: #fff;

    overflow: hidden;
}

.landing-content__img{
    position: relative;
    width: 100%;
    background: #E2DFEA;
}

.to-form-anchor{
    position: relative;
    top: -200px;
}

@media screen and (max-width: 1024px) {
    .to-form-anchor{
        top: 0;
    }
}

.landing-form{
    padding: 40px 72px 72px;  
}

.landing-form__title{
    font-size: 22px;
    line-height: 1.454545454545455;
}

.landing-form__title strong{
    font-weight: 300;
    color: #f8275e;
}

@media screen and (max-width: 1024px) {
    .landing-content-section{
        overflow: hidden;
    }

    .landing-content-section,
    .landing-content-section__inside{
        background: #fff;
    }

    .landing-content-section.loaded{
        background-image: none;
    }

    .landing-content-section__inside{
        padding: 0;
    }

    .landing-content{
        display: block;
    }

    .landing-content__text{
        max-width: 100%;
        padding: 125px 0 90px 0;
        margin: 0;
    }

    .landing-content__title{
        font-size: 28px;
    }

    .landing-content__form{
        background-color: #f6f7fa;

        min-width: 0;
        max-width: calc(100% + 64px);
        width: calc(100% + 64px);

        position: relative;
        margin: 0 -32px;
    }

    .landing-content__form.loaded{
        background-image: url(../../../images/pages/home/pattern.svg);
    }

    .landing-content__form-inner{
        padding: 90px 32px;

        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 80.93%, #fff 100%);
        box-shadow: none;
        border-radius: 0;
    }

    .landing-content__img{
        display: none;
    }

    .landing-form{
        max-width: 564px;
        padding: 28px 24px;
        box-sizing: border-box;
        box-shadow: 0px 15px 25px 0px rgba(60, 65, 140, 0.15), 0px 0px 5px 0px rgba(60, 65, 140, 0.15);
        border-radius: 12px;
        background-color: #fff;

        margin: 0 auto;
    }

    .landing-form__title{
        font-size: 20px;
    }
}

@media screen and (max-width: 767px){
    .landing-content__title{
        font-size: 24px;
    }

    .landing-content__text{
        font-size: 16px;

        padding: 83px 0 48px 0;
    }

    .landing-content__text h3{
        font-size: 22px;
    }

    .landing-content__form{
        max-width: calc(100% + 48px);
        width: calc(100% + 48px);
        margin: 0 -24px
    }

    .landing-content__form-inner{
        padding: 48px 24px;
    }
}


/* main-form */
.main-form .material-contact-form{
    margin-top: 48px;
    max-width: none;
}

.main-form .material-field__label:after{
    display: none;
}

.main-form .material-field__input,
.main-form .material-field__label,
.xb-contact-form-select .xb-custom-select{
    font-size: 16px;
}

.main-form .material-field__input,
.xb-contact-form-select .xb-custom-select{
    font: normal 16px "Roboto", Arial, sans-serif;

    padding: 8px 34px 8px 13px;

    border-radius: 4px;
    border: solid 1px rgba(102, 103, 147, 0.35);
    background-color: #fff;

    box-sizing: border-box;
    outline: 0;

    transition: border 0.2s ease-in-out;
}

.xb-contact-form-select .xb-custom-select-value{
    padding: 0 2px;
}

.xb-custom-select-value{
    opacity: 0;
}

.xb-custom-select.filled .xb-custom-select-value{
    opacity: 1;
}

.xb-contact-form-select .material-field__label{
    z-index: 101;
}

.main-form .material-field.xb-contact-form-select .wpcf7-form-control-wrap:before,
.main-form .material-field.xb-contact-form-select .wpcf7-form-control-wrap:after{
    right: 32px;
}

.main-form .material-field__input{
    color: #292d32;
}

.not-touch .main-form .material-field__input:hover{
    border-color: rgba(102, 103, 147, 0.65);
}

.main-form .material-field__label{
    top: 8px;
    left: 8px;
    bottom: auto;

    color: rgba(41, 41, 50, 0.6);

    padding: 0 8px;
    width: auto;

    background-color: #fff;

    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.main-form .material-field__textarea{
    height: 64px;

    scrollbar-width: thin;
    scrollbar-color: rgba(102, 103, 147, 0.35) #fff;
}

.main-form .material-field__textarea::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.main-form .material-field__textarea::-webkit-scrollbar-thumb {
    background-color: rgba(102, 103, 147, 0.35);
    border: 2px solid #fff;
    border-radius: 20px;
}

.main-form .material-field--focus .material-field__input,
.not-touch .main-form .material-field--focus .material-field__input{
    border-color: #555bd1;
    border-radius: 3px;
}

.main-form .material-field--focus .material-field__label,
.main-form .material-field--filled .material-field__label{
    font-size: 16px;

    -webkit-transform: scale(0.75) translateY(-26px);
    transform: scale(0.75) translateY(-26px);
}

.main-form .material-field--focus .material-field__label{
    color: #555bd1;

    z-index: 1010;
}

.main-form .material-row{
    margin: 0 -12px;
}

.main-form .material-col{
    padding: 0 12px;
}

.main-form .material-field-row{
    position: relative;
}

.main-form .material-field{
    margin-bottom: 28px;
}

.main-form .form-footer{
    display: block;
}

.main-form .form-footer > div:first-child{
    margin: 5px 0 14px;
}

.main-form .attachement_section{
    position: relative;

    width: 100%;
    margin: 6px 0 0 32px;
}

.main-form .attach-file{
    height: 40px;
    width: 135px;

    text-align: left;
    line-height: 40px;

    box-shadow: inset 0 0 0 1px rgba(102, 103, 147, 0.35);
    border-radius: 8px;

    transition: all 0.3s ease;

    user-select: none;
}

.not-touch .main-form .attach-file:hover{
    box-shadow: none;
    background-color: rgba(248, 39, 94, 0.1);
}

.main-form .attach-file:active,
.not-touch .main-form .attach-file:active{
    box-shadow: none;
    background-color: rgba(248, 39, 94, 0.15);
}

.main-form .attach-file.hide.filled + .attach-file.hide.filled + .attach-file.hide.filled{
    display: inline-block;

    pointer-events: none;

    box-shadow: none;

    background-color: #f0f0f4;
}

.main-form .attach-file.hide.filled + .attach-file.hide.filled + .attach-file.hide.filled .my-attach{
    color: rgba(102, 103, 147, 0.35);
}

.main-form .attach-file.hide.filled + .attach-file.hide.filled + .attach-file.hide.filled .paper_clip_18x18{
    filter: grayscale(1);
    opacity: 0.3;
}

.main-form .attach-file .my-attach{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    height: 40px;

    color: #292932;
    font-weight: 400;
    font-size: 14px;
    text-decoration: none;

    z-index: 0;
}

.main-form .paper_clip_18x18{
    top: auto;

    width: 36px;
    height: 100%;
    margin: 0 -2px 0 9px;

    background: none;
}

.main-form .paper_clip_18x18:before{
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    height: 100%;
    width: 100%;
}

.main-form .paper_clip_18x18:before{
    background: url(../../../images/attach-icon-new.svg) center center / 16px no-repeat;

    z-index: 1;
}

.main-form .attach-file .wpcf7-form-control-wrap{
    width: 100%;
    height: 100%;

    z-index: 1;
}

.main-form .file-name{
    position: absolute;
    right: 0;
    top: 100%;

    padding-top: 2px;

    overflow: visible;
}

.main-form .file-name .userfile_name{
    font-weight: 400;
    font-size: 14px;
    line-height: 2;

    max-width: calc(100% - 24px);

    box-sizing: border-box;
}

.main-form .attach-remove {
    position: relative;
    top: 1px;

    margin-left: 4px;

    cursor: pointer;
}

.main-form .attach-remove:before {
    content: "";

    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    border-radius: 20px;
    background-color: #f3f3f5;

    z-index: 0;

    -webkit-transform: scale(.86) translateZ(0);
    transform: scale(.86) translateZ(0);
    opacity: 0;

    transition: opacity .3s ease-in-out,transform .3s cubic-bezier(.175,.885,.32,1.275);
}

.main-form .file-name .userfile_name,
.main-form .icon-delete{
    vertical-align: middle;
}

.main-form .icon-delete{
    position: relative;

    width: 24px;
    height: 24px;
    margin-right: -6px;

    border-radius: 50%;
    background: none;

    z-index: 1;
}

.main-form .icon-delete:after,
.main-form .icon-delete:before {
    content: "";

    position: absolute;
    left: 50%;
    top: 50%;
    margin: -1px 0 0 -8px;

    width: 16px;

    border-top: 2px solid #e42659;
    border-radius: 5px;

    z-index: 1;
}

.main-form .icon-delete:before {
    -webkit-transform: rotate(-45deg) translateZ(0);
    transform: rotate(-45deg) translateZ(0);
}

.main-form .icon-delete:after {
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
}

.main-form .icon-delete__inside{
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    border-radius: 50%;
    background-color: rgba(248, 39, 94, 0.2);

    -webkit-transform: scale(.86) translateZ(0);
    transform: scale(.86) translateZ(0);
    opacity: 0;

    transition: opacity 0.3s ease-in-out, transform 0.3s cubic-bezier(.175,.885,.32,1.275);

    z-index: 0;
}

.not-touch .main-form .icon-delete:hover .icon-delete__inside,
.touch .main-form .icon-delete:active .icon-delete__inside{
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    opacity: 1;
}

.main-form .site-checkbox{
    color: rgba(41,41,50,0.6);
    font-size: 12px;
    /*white-space: nowrap;*/

    margin-left: 5px;
}

.main-form .site-checkbox .wpcf7-list-item-label{
    padding: 2px 5px 2px 32px;
}

.main-form .site-checkbox .wpcf7-list-item-label:before{
    width: 20px;
    height: 20px;

    border: 1px solid rgba(102, 103, 147, 0.35);
    border-radius: 4px;
    box-sizing: border-box;

    transition: border 0.3s cubic-bezier(.175,.885,.32,1.275);

    z-index: 1;
}

.main-form .site-checkbox input:checked + .wpcf7-list-item-label:before{
    border-color: #555bd1;
    background-color: #555bd1;
}

.not-touch .main-form .site-checkbox label:hover .wpcf7-list-item-label:before{
    border-color: #555bd1;
}

.main-form .site-checkbox .wpcf7-list-item-label:after{
    content: "";

    position: absolute;
    left: -10px;
    top: -9px;

    width: 40px;
    height: 40px;

    border-radius: 50%;
    background-color: rgba(85, 91, 209, 0.2);

    -webkit-transform: scale(0.86);
    transform: scale(0.86);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s cubic-bezier(.175,.885,.32,1.275);

    z-index: 0;
}

.not-touch .main-form .site-checkbox label:hover .wpcf7-list-item-label:after{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.main-form .site-checkbox a{
    color: rgba(41,41,50,0.6);
}

.main-form .site-checkbox a:hover{
    color: #F8275E;
}

.main-form .form-pp-note{
    margin-left: 30px;
}

.main-form .material-form-btn{
    position: relative;

    color: #fff;
    font: 500 16px/1.5 "Roboto", Arial, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    text-transform: none;

    padding: 10px 24px;

    z-index: 2;
}

.main-form .material-form-btn,
.main-form .material-form-btn:hover,
.main-form .material-form-btn:active,
.main-form .material-form-btn:focus{
    -webkit-transform: none;
    transform: none;
    border: none;
    background: none;
}

.main-form .form-button-elem{
    text-align: left;
    line-height: 0;

    margin-top: 3px;
}

.main-form .form-button-elem__inside{
    position: relative;
    display: inline-block;

    border-radius: 8px;

    overflow: hidden;
}

.main-form .form-button-elem__inside:before,
.main-form .form-button-elem__inside:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-form .form-button-elem__inside:before{
    background: linear-gradient(180deg, #ff4375 0%, #f8275e 100%);
    z-index: 0;
}

.main-form .form-button-elem__inside:after{
    transition: background-color 0.25s ease-in-out;
    z-index: 1;
}

.not-touch .main-form .form-button-elem__inside:hover:after{
    background-color: #ea0057;
}

.main-form .form-button-elem__inside:active:after,
.not-touch .main-form .form-button-elem__inside:active:after{
    background-color: #da0051;
}

.main-form label.error{
    display: none!important;
}

.main-form .material-field .wpcf7-form-control-wrap:before,
.main-form .material-field .wpcf7-form-control-wrap:after{
    content: "";

    position: absolute;
    right: 12px;
    top: 12px;

    width: 16px;
    height: 16px;

    border-radius: 50%;

    z-index: 1;

    pointer-events: none;

    -webkit-transform: scale(.86);
    transform: scale(.86);
    opacity: 0;

    transition: opacity 0.3s ease-in-out, transform 0.3s cubic-bezier(.175,.885,.32,1.275);
}

.main-form .wpcf7-form-control-wrap:before{
    background: url("../../../images/success.svg") center center / 16px no-repeat rgba(13, 156, 134, 0.2);
}

.main-form .wpcf7-form-control-wrap:after{
    background: url("../../../images/error.svg") center center / 16px no-repeat rgba(248,39,94,0.2);
}

.main-form .material-field.ok-field .wpcf7-form-control-wrap:before,
.main-form .material-field.not-ok-field .wpcf7-form-control-wrap:after{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.main-form .material-field.not-ok-field .material-field__label{
    color: #f8275e;
}

.main-form .material-field.not-ok-field .material-field__input,
.main-form .material-field.not-ok-field .xb-custom-select{
    border-color: #f8275e;
}

.main-form .material-contact-form .wpcf7-not-valid-tip{
    color: #f8275e;
    font-size: 12px;
    right: auto;
    left: 13px;
}

.field-with-note{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.form-note-elem{
    font-weight: 400;
    font-size: 16px;

    width: 195px;
    margin-left: auto;
}

@-webkit-keyframes show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes show {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.xb-contact-form-select .xb-custom-select{
    color: rgba(41, 41, 50, 0.6);
    font-weight: 300;

    background: none;
}

.xb-custom-select.xb-opened-select{
    border-color: #555bd1;
    z-index: 1000;
}

.xb-contact-form-select .xb-custom-select:before,
.xb-custom-select:after{
    content: "";

    display: block;

    position: absolute;
    top: 16px;
    right: 13px;

    width: 10px;
    height: 7px;

    background: center center / 100% no-repeat;

    transition: all 0.25s ease-in-out;

    z-index: 1;
}

.xb-contact-form-select .xb-custom-select:before{
    left: auto;
    bottom: auto;
    border: none;

    opacity: 1;

    background-image: url("../../../images/select-chevron.svg");
}

.xb-custom-select:after,
.xb-contact-form-select .xb-custom-select.xb-opened-select:before{
    opacity: 0;
}

.xb-custom-select:after{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.xb-contact-form-select .xb-custom-select.xb-opened-select:before{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.xb-custom-select:after{
    background-image: url("../../../images/select-chevron-active.svg");
}

.xb-custom-select.xb-opened-select:after{
    opacity: 1;
    -webkit-transform: rotate(0);
    transform: rotate(0);
}

.xb-contact-form-select .xb-custom-select.filled{
    color: #292d32;
    font-weight: 400;
}

.xb-option-item:first-child{
    display: none;
}

.xb-options-list{
    color: #292d32;
    font-weight: 400;

    top: calc(100% + 1px);

    padding: 4px 0;

    border: none;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(60, 65, 140, 0.08), 0 5px 15px rgba(60, 65, 140, 0.1);

    overflow: hidden;
}

.xb-option-item{
    transition: background-color 0.25s ease-in-out;
}

.xb-option-item:hover{
    color: #292d32;
    background-color: rgba(85, 91, 209, 0.1);
}

@media screen and (max-width: 1024px){
    .main-form .material-contact-form{
        max-width: 100%;
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px){
    .main-form .material-contact-form{
        margin-top: 32px;
    }
}

@media screen and (max-width: 750px){
    .main-form .material-field {
        margin-bottom: 24px;
    }
}

@media screen and (max-width: 540px){
    .main-form .form-footer{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;

        margin-top: 0;
    }

    .main-form .attachement_section{
        margin: 0;

        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
    }

    .main-form .attach-file{
        width: 100%;
    }

    .main-form .attach-file .my-attach{
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .main-form .paper_clip_18x18{
        margin-left: 0;
    }

    .main-form .form-footer > div:first-child{
        margin: 18px 0 6px;
    }

    .main-form .site-checkbox{
        margin: 0;
    }

    .main-form .form-button-elem__inside{
        text-align: center;

        width: 100%;
    }

    .main-form .file-name{
        position: relative;
        top: auto;

        padding-top: 4px;
        margin-bottom: -5px;
    }

    .main-form .file-name .userfile_name{
        max-width: calc(100% - 40px);
        padding: 0;
    }

    .main-form .icon-delete{
        width: 40px;
        height: 40px;
        margin-right: -14px;
    }
}



/**/
@media screen and (min-width: 1025px){
    .js-section .container-title,
    .js-section .js-animation-elem,
    .js-section .js-animation-first,
    .js-section .js-animation-2,
    .js-section .js-animation-3,
    .js-section .js-animation-last,
    .js-section .js-animation-child{
        opacity: 0;
        -webkit-transform: translate3d(0, 30px, 0);
        transform: translate3d(0, 30px, 0);

        transition: opacity 1s ease, transform 1s ease;
    }

    .js-section.active .container-title,
    .js-section.active .js-animation-elem,
    .js-section.active .js-animation-first,
    .js-section.active .js-animation-2,
    .js-section.active .js-animation-3,
    .js-section.active .js-animation-last,
    .js-section.active .js-animation-child{
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .js-section .js-animation-elem,
    .js-section .js-animation-2{
        transition-delay: 0.3s;
    }

    .js-section .js-animation-3{
        transition-delay: 0.6s;
    }

    .js-section .js-animation-last{
        transition-delay: 1s;
    }

    .js-section .react-service-elem.js-animation-child{
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .landing-content__form {
        opacity: 0;

        -webkit-animation: fadeIn .4s 1 ease-in-out;
        animation: fadeIn .4s 1 ease-in-out;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    @-webkit-keyframes fadeIn {
        0%{opacity: 0; -webkit-transform: translate3d(0, 30px, 0);}
        100%{opacity: 1; -webkit-transform: translate3d(0, 0, 0);}
    }
     
    @keyframes fadeIn {
        0%{opacity: 0; transform: translate3d(0, 30px, 0);}
        100%{opacity: 1; transform: translate3d(0, 0, 0);}
    }
}