.input--text {
    border-radius: 30px;
    -ms-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: expression(100% - 50px);
    max-width: 340px;
    border: 3px solid #cfa150;
    box-sizing: border-box;
    box-shadow: 3px 3px 10px 0 rgba(0,0,0,.4);
    background: #fff;
    color: #464646;
    font-family: "special_elite",sans-serif;
    font-size: 20px;
    height: 46px;
    padding: 5px 0 0 12px;
    display: block
}

.input--text__person {
    background-image: url("imgs/icon-user.png");
    background-repeat: no-repeat;
    background-position: -5px -8px;
    padding-left: 46px
}

.input--text__block {
    background-image: url("imgs/icon-password.png");
    background-repeat: no-repeat;
    background-position: -5px -8px;
    padding-left: 46px
}

input[type=submit].input--button__gold {
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: expression(100% - 50px);
    max-width: 340px;
    background-image: url("imgs/bg-button-gold.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    color: #32240b;
    font-family: "akaPosse",sans-serif;
    font-size: 24px;
    height: 46px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
    padding: 0 0 7px 0;
    text-shadow: 2px 2px 1px #fff29e;
    cursor: pointer
}

.custom--radio, .custom--checkbox {
    position: relative;
    padding: 0 0 0 40px;
    cursor: pointer;
    min-height: 20px
}

.custom--radio span, .custom--checkbox span {
    color: #905d4a;
    font-family: "effloresce_bold",sans-serif;
    font-size: 16px;
    line-height: 20px
}

.custom--radio input[type=radio], .custom--checkbox input[type=checkbox] {
    cursor: pointer;
    width: 15px;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    left: -20px;
    top: -2px;
    opacity: 0
}

.custom--radio div, .custom--checkbox div {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    background: #fff;
    border: solid 2px #905d4a;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}

.custom--radio div {
    border-radius: 50%;
}

.custom--radio input[type=radio]:checked + div + span, .custom--checkbox input[type=checkbox]:checked + div + span {
    color: #8a2808
}

.custom--radio input[type=radio]:checked + div, .custom--checkbox input[type=checkbox]:checked + div {
    background-image: url("imgs/checkbox.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center center;
    border: 0
}

.custom--radio input[type=radio]:checked + div {
    background-image: url("imgs/radio.png");
}

.custom--select {
    border: 2px solid red;
    position: relative;
    cursor: pointer
}

.custom--select.active .custom--select__options:hover {
    opacity: .7;
    cursor: pointer
}

.custom--select::after {
    content: "";
    background: blue;
    width: 20px;
    height: 20px
}

.file--upload__label {
    width: 100%;
    position: relative;
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 2px solid #e4d5cc;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    padding: 15px 10px
}

.file--upload__label .file--upload {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.file--upload__label.selected .file--upload {
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
    width: -o-calc(100% - 50px);
    width: expression(100% - 50px)
}

.file--upload__label span {
    position: absolute;
    top: 15px;
    left: 10px;
    font-family: sans-serif;
    color: #1a1a1a;
    font-size: 18px
}

.file--upload__label a {
    background-image: url("imgs/upload.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 10px;
    width: 33px;
    height: 22px;
    cursor: pointer
}

.file--upload__label.selected a {
    background-image: url("imgs/close-clear.png");
    top: 10px;
    height: 27px;
    width: 27px
}

.clip--custom {
    position: relative;
    float: left;
    margin: 0 5px 0 0;
    padding: 0 36px 0 18px;
    height: 36px;
    line-height: 34px;
    background: #e0d6d1;
    cursor: pointer;
    font-family: "effloresce_bold",sans-serif;
    font-size: 18px;
    color: #303030;
    border: 2px solid #917b70;
    box-sizing: border-box;
    border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px
}

.clip--custom.clip--custom__bg {
    background: #8a2808;
    color: #f2cc70;
    padding: 0 18px;
    border: 0;
    line-height: 38px
}

.clip--custom.clip--custom__bg:after {
    content: none
}

.clip--custom span {
    background-image: url("imgs/close-clip.png");
    width: 13px;
    height: 13px;
    position: absolute;
    right: 10px;
    top: 10px
}

@media only screen and (min-width: 768px) {
    .clip--custom {
        padding:0 40px 0 20px;
        height: 40px;
        line-height: 38px;
        font-size: 16px;
        margin: 0 10px 10px 0
    }

    .clip--custom.clip--custom__bg {
        line-height: 41px
    }

    .clip--custom span {
        top: 12px
    }
}

.switche--custom {
    position: relative;
    height: 24px;
    width: 45px;
    cursor: pointer;
    border-radius: 25px;
    display: inline-block;
    overflow: hidden
}

.switche--custom input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer
}

.switche--custom input:checked + a {
    background: #d2551d
}

.switche--custom input:checked + a + i {
    margin-left: 22px
}

.switche--custom a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #b2b0ae
}

.switche--custom i {
    position: absolute;
    margin-left: 2px;
    top: 1px;
    left: 0;
    width: 21px;
    height: 21px;
    background: #f0e9e5;
    border-radius: 50%;
    transition: .2s
}

#select_lang {
    border-radius: 20px;
    background: #ddc48a;
    border: 2px solid #cfa150;
    box-sizing: border-box;
    padding: 6px 12px;
    width: 190px;
    color: #54241f;
    font-family: "akaPosse",sans-serif;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: -43px;
    cursor: pointer;
    background-image: url(imgs/select-arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 11px) center;
    background-size: 12px;
}

@media only screen and (max-width: 768px) {
    .transform_mobile_clip {
        float: left;
        padding: 0;
        margin: 0!important;
    }

    .transform_mobile_clip input {
    }

    .transform_mobile_clip div {
        display: none;
    }

    .transform_mobile_clip span {
        color: #7c4617!important;
        background: #ffffff;
        float: left;
        padding: 6px 20px;
        border: 2px solid #ccbeb6;
        margin: 0 12px 0 0!important;
        box-sizing: border-box;
        border-radius: 25px;
    }

    .transform_mobile_clip input[type=radio]:checked + div {}

    .transform_mobile_clip input[type=radio]:checked + div + span {		
        background: #8a2808;
        border-color: #8a2808;
		color: #ffffff!important;
	}
}
