.checkbox-wrapper-42 {display:block;float:left;margin-right:5px;}
.checkbox-wrapper-42 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-42 label {
    display: inline-block;
}

.checkbox-wrapper-42 .cbx {
    position: relative;
    top: 1px;
    width: 17px;
    height: 17px;
    border: 1px solid #000000;
    border-radius: 3px;
    vertical-align: middle;
    transition: background 0.1s ease;
    cursor: pointer;
}
.checkbox-wrapper-42 .cbx:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 11px;
    opacity: 0;
    transform: rotate(45deg) scale(0);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: all 0.3s ease;
    transition-delay: 0.15s;
}
.checkbox-wrapper-42 .lbl {
    margin-left: 5px;
    vertical-align: middle;
    cursor: pointer;
}
.checkbox-wrapper-42 input[type="checkbox"]:checked ~ .cbx {
    border-color: transparent;
    background: #000000;
    animation: jelly-42 0.6s ease;
}
.checkbox-wrapper-42 input[type="checkbox"]:checked ~ .cbx:after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.checkbox-wrapper-42 .cntr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}
@-moz-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
@-webkit-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
@-o-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}
@keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }
    30% {
        transform: scale(1.25, 0.75);
    }
    40% {
        transform: scale(0.75, 1.25);
    }
    50% {
        transform: scale(1.15, 0.85);
    }
    65% {
        transform: scale(0.95, 1.05);
    }
    75% {
        transform: scale(1.05, 0.95);
    }
    to {
        transform: scale(1, 1);
    }
}

.checkbox-wrapper-49 input[type="checkbox"] {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-49 {
    --size: 32px;
}

.checkbox-wrapper-49 .block {
    position: relative;
    clear: both;
    float: left;
}

.checkbox-wrapper-49 label {
    width: var(--size);
    height: calc(var(--size) / 2);
    box-sizing: border-box;
    border: 1px solid;
    float: left;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: .3s ease;
    color: #E0E0E0;
    background: #E0E0E0;
}
.checkbox-wrapper-49 input[type=checkbox]:checked + label {
    color: #FCBF23;
    background: #FCBF23;
}
.checkbox-wrapper-49 input[type=checkbox]:checked + label:before {
    left: calc(var(--size) / 2);
    color: #FCBF23;
}
.checkbox-wrapper-49 label:before {
    transition: .3s ease;
    content: '';
    width: calc((var(--size) / 2) - 4px);
    height: calc((var(--size) / 2) - 4px);
    position: absolute;
    background: white;
    left: 1px;
    top: 1px;
    box-sizing: border-box;
    border: 1px solid;
    color: #E0E0E0;

    border-radius: 100px;
}

.input-wrap {position:relative;}
.input-wrap label {margin-bottom:0;position:absolute;top:0;
font-size:12px;line-height:14px;padding:5px 0px 0 0px;z-index:1;
}
.input-wrap-file {display:table;margin-top:18px;}
.input-wrap-file label {margin-top:-23px;}
.input-wrap .error-label {margin-top:0;position:absolute;bottom:-15px;
    font-size:12px;line-height:14px;padding:5px 0px 0 0px;left:0;
    color:#E71D36;
    height:14px;
}
.form-control {
    border:none;
    border-radius: 0;
    border-bottom:1px solid #666666;
    height:50px;line-height:50px;
    min-height:50px;
    padding:25px 0px 10px 0px;
    outline:none;
    background:#ffffff;
    font-size:16px;line-height:24px;
    color:#1D1B20;
    box-shadow: none;
}
.form-control::placeholder {color:#666666;}
.form-control:focus, .form-control:disabled, .form-control[readonly] {
    outline:none;
    border:none;
    border-radius:0;
    box-shadow: none;
    border-bottom:1px solid #666666;
    background:#ffffff;
}
.form-control::-webkit-input-placeholder,
.form-control::-ms-input-placeholder,
.form-control::placeholder {
    outline:none;
    border:none;
    border-radius:0;
    box-shadow: none;
    border-bottom:1px solid #666666;
}
.form-control:focus {
    border-bottom:1px solid #666666;
    background: #fafafa;
}
.form-control:focus::placeholder {
    color:#CCCCCC;
    color:#fafafa;
}
.input-wrap.error .form-control {border-bottom:1px solid #E71D36;}
textarea.form-control {min-height:80px;line-height:20px;}
.form-border {
    border:1px solid #CCCCCC;
    border-radius:20px;
    box-shadow: 0px 1px 2px 0px #0000004D;
    display:block;overflow:hidden;
    position:relative;
    min-height: 100%;
    background:#ffffff;
    border: 1px solid #E7E7E7;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
}
.form-border .h3 {font-size:16px;line-height:24px;font-weight:700;}
.form-border .h4 {font-size:14px;line-height:18px;font-weight:400;}

.input-wrap-radio {position:relative;display:inline-block;white-space: nowrap;}
.input-wrap-radio input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 24px;
    height: 24px;
    border: 1px solid #666666;
    border-radius: 64px;
    display: block;
    float:left;
}

.input-wrap-radio input[type="radio"]::before {
    content: " ";
    width: 16px;
    height: 16px;
    border-radius: 64px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    background-color: #000000;
    display: block;
    margin:3px;
}

.input-wrap-radio input[type="radio"]:checked::before {
    transform: scale(1);
}

.input-wrap-radio input[type="radio"]:focus {
    outline: none;
}
.input-wrap-radio label {
    display: block;
    line-height:26px;font-size:16px;
    padding:0;
    padding-left: 32px;
    position:static;
}
.input-wrap-radio label:hover {cursor:pointer;}


.form-select-popup {
    background: #fff;
    padding: 0;
    min-width: 40px;
}
.form-select-popup ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.form-select-popup ul li {
    display: block;
    text-align: left;
    vertical-align: middle;
}
.form-select-popup ul li:last-child {
    margin-bottom:0.5rem;
}
.form-select-popup ul li label {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    display: block;
    text-align: left !important;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 5px;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    color: #74746B;
    cursor: pointer;
}
.form-select-popup ul li label.selected,
.form-select-popup ul li label:hover {
    color: #1A1A18;
    background: #ffffff;
    cursor: pointer;
}
.form-select-popup ul li label.disabled {
    color: #c7c7c7;
    background: transparent;
}
.select-value i.fa-arrow-up {display:none;}
.select-value i.fa-arrow-down {
    rotate:-45deg;
    transition: 0.5s;
}
.select-value.active i.fa-arrow-down {
    rotate:45deg;
    transition: 0.5s;
}
#region-change-popup {padding:0;box-shadow: none;}

.input-wrap .iti--inline-dropdown .iti__dropdown-content {
    border:none;box-shadow: none;
}
.input-wrap .iti__country-list {overflow-y:auto;}
.input-wrap .iti__selected-flag {padding-left:0;}

form .oferta-name a, form .oferta-name a:active,
form .oferta-name a:active:focus, form .oferta-name a:focus,
form .oferta-name a:focus-visible, form .oferta-name a:visited,
form .oferta-name a:focus-within {
color:#0645AD;
}
form .oferta-name a:hover {color:#000000;}