.js-datepicker {
    font-size: 100%;
}

input[type="text"].js-datepicker {
    width: 100px;
}

input[type="date"].js-datepicker {
    line-height: 1.42857;
}

.ui-datepicker-trigger {
    background: none;
    border: medium none;
    width: 37px;
    height: 100%;
    position: absolute;
    top: 1px;
    left: 1px;
}
.ui-datepicker {
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 0 10px 10px;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    box-sizing: border-box;
    width: 276px;
    font: normal 13px/1 'Corpid', 'Arial', sans-serif;
    z-index: 9999 !important;
}
.ui-datepicker:before,
.ui-datepicker:after {
    content: "";
    display: block;
    border: 7px solid transparent;
    position: absolute;
    left: 50%;
    bottom: 100%;
    margin-left: -7px;
}
.ui-datepicker:before {
    border-bottom-color: #e4e4e4;
    margin-bottom: 1px;
}
.ui-datepicker:after {
    border-bottom-color: #fff;
}
.ui-datepicker thead {
    border-bottom: 1px solid #e7e7e7;
}
.ui-datepicker th {
    padding: 0;
    text-align: center;
    font-weight: 700;
    height: 29px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 12px;
    color: #666;
}
.ui-datepicker td {
    text-align: center;
    vertical-align: middle;
    padding: 3px 4px;
}
.ui-datepicker .ui-datepicker-other-month .ui-state-default {
    display: none;
}
.ui-datepicker .ui-state-default {
    background: none;
    border: none;
    text-align: center;
    padding: 0;
    height: 28px;
    line-height: 28px;
    color: #666;
}
.ui-datepicker .ui-state-default:hover {
    color: #e30613;
}
.ui-datepicker .ui-state-default.ui-state-active {
    background-color: #e30613;
    color: #fff;
    border-radius: 2px;
}
.ui-datepicker .ui-datepicker-header {
    background: none;
    border: none;
    margin: 0;
    height: 60px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    width: 25px;
    height: 30px;
    position: absolute;
    top: 15px;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background: no-repeat 0 0;
    width: 6px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -3px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 0;
}
.ui-datepicker .ui-datepicker-prev span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEyLjMgMjIuNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIuMyAyMi42IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTU5NTk1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMTEuOCwyMiBMMS4xLDExLjNMMTEuOCwwLjUiLz4NCjwvc3ZnPg==);
}
.ui-datepicker .ui-datepicker-next {
    right: 0;
}
.ui-datepicker .ui-datepicker-next span {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDEyLjMgMjIuNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTIuMyAyMi42IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCgk8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjOTU5NTk1IiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIiBkPSJNMC41LDAuNSBsMTAuNywxMC43TDAuNSwyMiIvPg0KPC9zdmc+);
}
.ui-datepicker .ui-datepicker-title {
    line-height: 60px;
    font-size: 18px;
    color: #333;
    margin: 0 25px;
}
.ui-datepicker .ui-datepicker-title select {
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin-left: 15px;
    width: 75px;
    font-size: 16px;
}
.ui-datepicker .ui-datepicker-title select:focus {
    outline: none;
}





.input {
    background: #fff;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    width: 100%;
    height: 36px;
    padding: 0 12px;
    font: 400 18.7px/1 'Corpid', 'Arial', sans-serif;
    font-family: 'Corpid', 'Arial', sans-serif;
    color: #333;
    text-align: left;
    -webkit-appearance: none;
    box-shadow: none;
}
.input:hover,
.input:focus {
    border-color: #ccc;
    outline: none;
}
.input_small {
    font-size: 16.4px;
    height: 30px;
}
.input_large {
    font-size: 24.2px;
    height: 48px;
}
.input_xlarge {
    font-size: 1.8rem;
    font-weight: 300;
    height: 2.5em;
    padding-left: 0.88em;
    padding-right: 0.88em;
}
@media screen and (max-width: 759px) {
    .input_xlarge {
        font-size: 24.2px;
        font-weight: 400;
    }
}
.input_xxlarge {
    height: 61px;
    font-size: 24.2px;
}
@media screen and (max-width: 1279px) {
    .input_xxlarge {
        font-size: 19.8px;
    }
}
.input_shadow-onfocus:focus {
    box-shadow: 0 5px 30px rgba(172,184,193,0.3);
    border-color: #f2f2f2;
}
.input_shadow-onfocus .input:focus {
    box-shadow: 0 5px 30px rgba(172,184,193,0.3);
    border-color: #f2f2f2;
}
.input.input-validation-error {
    border-color: #f8c1c3;
}
.input[disabled] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAIAAAAmkwkpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyQTYxNzUwQzI3RTkxMUU2QTQzNDlBN0E3MUMzODVERCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyQTYxNzUwRDI3RTkxMUU2QTQzNDlBN0E3MUMzODVERCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjJBNjE3NTBBMjdFOTExRTZBNDM0OUE3QTcxQzM4NUREIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjJBNjE3NTBCMjdFOTExRTZBNDM0OUE3QTcxQzM4NUREIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+jypfJAAAAC1JREFUeNokyQEJAEAMAkAtsP41dQF8+QnCoUwCYHcLtqeZoe1Tf0jKT9cnwACQCiN00dYFXAAAAABJRU5ErkJggg==) repeat 0 0;
    border-color: #e4e4e4 !important;
}
.input + .b-hint {
    position: absolute;
    margin: 8px 0 0 10px;
}
.input:-ms-input-placeholder {
    color: #b2b2b2;
}
.input-float-paceholder__wrap {
    display: inline-block;
    margin: 0 10px;
    text-align: left;
    position: relative;
}
.input-float-paceholder__wrap.w336 {
    width: 25%;
}
@media screen and (max-width: 1679px) {
    .input-float-paceholder__wrap.w336 {
        width: 28%;
    }
}
@media screen and (max-width: 1279px) {
    .input-float-paceholder__wrap.w336 {
        width: 32.22%;
    }
}
@media screen and (max-width: 759px) {
    .input-float-paceholder__wrap.w336 {
        margin: 0 0 20px;
        display: block;
        width: 100%;
    }
}
.input-float-paceholder__wrap.w20_p {
    width: 20%;
}
@media screen and (max-width: 759px) {
    .input-float-paceholder__wrap.w20_p {
        width: 100%;
        margin: 0 0 20px;
        display: block;
    }
    .input-float-paceholder__wrap.w20_p:last-child {
        margin-bottom: 0;
    }
}
.input-float-paceholder__wrap.w90_2 {
    width: 7%;
}
@media screen and (max-width: 1679px) {
    .input-float-paceholder__wrap.w90_2 {
        width: 7.5%;
    }
}
@media screen and (max-width: 1279px) {
    .input-float-paceholder__wrap.w90_2 {
        width: 8.89%;
    }
}
@media screen and (max-width: 759px) {
    .input-float-paceholder__wrap.w90_2 {
        width: 25%;
    }
}
@media screen and (max-width: 1279px) {
    .input-float-paceholder__wrap.w100_2 {
        width: 100%;
        display: block;
        margin: 20px 0 0;
        text-align: center;
    }
}
.input-float-paceholder__wrap.filled .input_xxlarge {
    padding-top: 10px;
}
.input-float-paceholder__wrap.filled .input-float-paceholder__label {
    font-size: 12px;
    line-height: 28px;
    cursor: default;
}
.input-float-paceholder__wrap.w-select .input-float-paceholder__label {
    z-index: 11;
}
.input-float-paceholder__wrap .input_xxlarge {
    height: 61px;
    font-size: 24.2px;
    transition: all 0.5s ease-out;
    background: transparent;
    position: relative;
}
@media screen and (max-width: 1279px) {
    .input-float-paceholder__wrap .input_xxlarge {
        font-size: 19.8px;
    }
}
.input-float-paceholder__label {
    position: absolute;
    top: 0;
    left: 12px;
    font-size: 24px;
    line-height: 61px;
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: 0.13rem;
    transition: all 0.5s ease-out;
    cursor: text;
}
@media screen and (max-width: 1279px) {
    .input-float-paceholder__label {
        font-size: 19px;
    }
}
.input-group + .b-hint {
    position: absolute;
    margin: 8px 0 0 10px;
}
.input_large + .b-hint {
    margin-top: 14px;
}
.input-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}
.input-group .input {
    padding-left: 48px;
}
.input-group.input-validation-error .input {
    border-color: #f8c1c3;
}
.input-group__prefix,
.input-group__postfix {
    background-color: #f2f2f2;
    position: absolute;
    top: 1px;
    bottom: 1px;
    width: 36px;
    text-align: center;
    font-size: 18.7px;
    line-height: 34px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input-group__prefix {
    border-radius: 4px 0 0 4px;
    left: 1px;
}
.input-group__postfix {
    border-radius: 0 4px 4px 0;
    right: 1px;
}
.input-group__prefix-icon,
.input-group__postfix-icon {
    width: 20px;
    height: 20px;
    fill: #959595;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -10px;
}
.input-group_phone {
    width: 215px;
}
.input-group_phone.input_large {
    width: 260px;
}
@media screen and (max-width: 479px) {
    .input-group_phone.input_large {
        width: 100%;
    }
}
.input-group_phone.input_xlarge {
    width: 460px;
}
.input-group_phone.input_full-width {
    width: 100%;
}
@media screen and (max-width: 759px) {
    .input-group_phone.input_full-width {
        width: 100%;
    }
}
.input-group_phone.input_xxlarge {
    width: 300px;
}
@media screen and (max-width: 759px) {
    .input-group_phone.input_xxlarge {
        width: 100%;
    }
}
.input-group_email {
    max-width: 340px;
    width: 100%;
}
.input-group_email.input_xlarge {
    max-width: 480px;
}
@media screen and (max-width: 759px) {
    .input-group_email.input_xlarge {
        width: 100%;
    }
}
.input-group_date {
    width: 210px;
}
.input-group_date.input_large {
    width: 260px;
}
.input-group_date.input_xlarge {
    width: 460px;
}
@media screen and (max-width: 759px) {
    .input-group_date.input_xlarge {
        width: 100%;
    }
}
.input-group_time {
    width: 120px;
}
.input-group_time.input_large {
    width: 150px;
}
.input-group_link .input {
    color: #1481b4;
}
.input-group_checked .input-group__postfix {
    background-color: #fff;
}
.input-group_checked .input-group__postfix:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSLQodC70L7QuV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDI5IDI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyOSAyOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjM2ZiMzRmIiBkPSJNMTQuNSwwQzIyLjUsMCwyOSw2LjUsMjksMTQuNWMwLDgtNi41LDE0LjUtMTQuNSwxNC41CglTMCwyMi41LDAsMTQuNUMwLDYuNSw2LjUsMCwxNC41LDB6Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGRkZGIiBkPSJNOS40LDE1LjlsMy4zLDIuOGMwLjQsMC40LDAuNCwxLDAsMS40Yy0wLjQsMC40LTEsMC40LTEuNCwwCglsLTIuOC0zLjhDOCwxNiw5LjQsMTUuOSw5LjQsMTUuOXoiLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkZGRkYiIGQ9Ik0xOS4yLDljMCwwLDEuNi0wLjEsMS4zLDAuNGwtNy43LDEwLjVjLTAuMywwLjUtMC45LDAuNi0xLjMsMC40CgljLTAuNS0wLjMtMC42LTAuOS0wLjQtMS4zTDE5LjIsOXoiLz4KPC9zdmc+Cg==) no-repeat 0 0;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: 0.4em;
    top: 0.4em;
}
.input_large .input {
    padding-left: 70px;
    font-size: 24.2px;
    height: 48px;
}
.input_large.input-group_checked .input {
    padding-left: 12px;
    padding-right: 60px;
}
.input_large .input-group__prefix,
.input_large .input-group__postfix {
    width: 59px;
    font-size: 1.4rem;
    line-height: 46px;
    color: #808080;
    font-weight: 300;
}
.input_large .ui-datepicker-trigger {
    width: 48px;
}
.input_large .input-group__prefix-icon,
.input_large .input-group__postfix-icon {
    width: 24px;
    height: 24px;
    margin: -12px 0 0 -12px;
}
.input_xlarge .input {
    padding-left: 3.41em;
    font-size: 1em;
    font-weight: 300;
    height: 2.5em;
}
.input_xlarge .input-group__prefix,
.input_xlarge .input-group__postfix {
    width: 2.5em;
    font-size: 1em;
    line-height: 2.5em;
}
.input_xlarge .ui-datepicker-trigger {
    width: 2.5em;
}
.input_xlarge .input-group__prefix-icon,
.input_xlarge .input-group__postfix-icon {
    width: 1.22em;
    height: 1.22em;
    margin: -0.61em 0 0 -0.61em;
}
.input_xxlarge .input {
    padding-left: 3.41em;
    font-size: 1em;
    font-weight: 300;
    height: 61px;
}
.input_xxlarge .input-group__prefix,
.input_xxlarge .input-group__postfix {
    width: 2.5em;
    font-size: 1em;
    line-height: 61px;
}

.input-group-daterange {
    display: inline-block;
    vertical-align: middle;
}
.input-group-daterange__label {
    margin-left: 10px;
    margin-right: 5px;
}
.input-group-daterange__label:first-child {
    margin-left: 0;
}
.input::-webkit-outer-spin-button,
.input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.input[type=number] {
    -moz-appearance: textfield;
}