.ctrl-button {
    position: relative;
    display: table;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.ctrl-button.ctrl-button__center {
    margin: 0 auto
}

.ctrl-button .ctrl-button-bg {
    position: absolute;
    left: -15px;
    z-index: 0;
    width: 110%;
    height: 120%;
    background-size: 100% 100%;
    -webkit-transition: opacity .3s ease-in-out .2s;
    -moz-transition: opacity .3s ease-in-out .2s;
    -o-transition: opacity .3s ease-in-out .2s;
    transition: opacity .3s ease-in-out .2s
}

.ctrl-button-bg_bright {
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.ctrl-button-bg_faint {
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.ctrl-button-bg__1 {
    background: url(../img/button/button_1.png) no-repeat left 5px
}

.ctrl-button-bg__3 {
    background: url(../img/button/button_3.png) no-repeat left 5px
}

.ctrl-button:hover .ctrl-button-bg {
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
    -webkit-transition: opacity .4s ease-out .2s;
    -moz-transition: opacity .4s ease-out .2s;
    -o-transition: opacity .4s ease-out .2s;
    transition: opacity .4s ease-out .2s
}

.ctrl-button .ctrl-button-input input, .ctrl-button .ctrl-button-text, .ctrl-button a {
    position: relative;
    z-index: 1;
    display: table-cell;
    padding: 10px 30px;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
    border: none
}

.ctrl-button .ctrl-button-input::before, .ctrl-button .ctrl-button-text::before {
    top: 0;
    border-top: 2px solid
}

.ctrl-button .ctrl-button-input::after, .ctrl-button .ctrl-button-text::after {
    bottom: 0;
    border-bottom: 2px solid
}

.ctrl-button-input::after, .ctrl-button-input::before, .ctrl-button-text::after, .ctrl-button-text::before {
    position: absolute;
    z-index: 0;
    display: block;
    left: 0;
    right: 0;
    height: 16px;
    border-left: 2px solid;
    border-right: 2px solid;
    content: ''
}

.ctrl-search_form {
    position: relative
}

.ctrl-search_form input.ctrl-search_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 28px;
    padding: 0;
    background: 0 0;
    color: #231f20;
    border: 0;
    border-bottom: 2px solid #231f20;
    outline: 0
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #f7f3f3 !important;
    -webkit-text-fill-color: #231f20 !important;
    color: #231f20 !important
}

input {
    outline: 0;
    /*-webkit-appearance: none !important;*/
    border-radius: 0
}

input::-ms-clear {
    display: none
}

::-ms-clear {
    width: 0;
    height: 0
}

.check {
    margin-top: 25px
}

.ctrl-search_check:not(checked) {
    position: absolute;
    opacity: 0
}

.ctrl-search_check {
    vertical-align: top;
    width: 24px;
    height: 24px;
    margin: 0
}

.ctrl-search_check:not(checked) + label {
    position: relative;
    padding: 0 0 0 48px;
    display: block
}

.ctrl-search_check + label {
    cursor: pointer
}

.ctrl-search_check:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 2px solid #231f20
}

.ctrl-search_check:checked + label:after {
    opacity: 1
}

.ctrl-search_check:not(checked) + label:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 3px;
    width: 18px;
    height: 18px;
    background: url(../img/icon/tick.png) no-repeat 2px 0;
    background-size: 16px 14px;
    opacity: 0;
    transition: all .5s
}

@media screen and (max-width: 1000px) {
    .ctrl-button .ctrl-button-text, .ctrl-button a {
        padding: 9px 28px;
        font-size: 12px;
        line-height: 15px
    }

    .ctrl-button-input::after, .ctrl-button-input::before, .ctrl-button-text::after, .ctrl-button-text::before {
        height: 6px
    }

    .ctrl-button .ctrl-button-bg {
        height: 40px
    }

    .ctrl-button-bg_faint {
        -moz-opacity: .6;
        -khtml-opacity: .6;
        opacity: .6
    }
}

.ctrl-button .ctrl-button-text, .ctrl-button input {
    color: #231f20
}

.ctrl-button .ctrl-button-input::after, .ctrl-button .ctrl-button-input::before, .ctrl-button .ctrl-button-text::after, .ctrl-button .ctrl-button-text::before {
    border-color: #231f20
}

.ctrl-button__white .ctrl-button-text, .ctrl-button__white input {
    color: #f7f3f3
}

.ctrl-button__white .ctrl-button-input::after, .ctrl-button__white .ctrl-button-input::before, .ctrl-button__white .ctrl-button-text::after, .ctrl-button__white .ctrl-button-text::before {
    border-color: #f7f3f3
}