section.steps {
    max-width: 1140px;
    padding: 15px;
    margin: 0 auto;
}

section.steps ul,
section.steps ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

section.steps ul {
    display: none;
}

section.steps ul.active {
    display: flex;
}

section.steps h2 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    margin-top: 38px;
}

section.steps>h2 {
    margin-top: 0px;
}

section.steps .lvl-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
}

section.steps .lvl-2 {
    position: absolute;
    width: 100%;
    left: 0;
    flex-wrap: wrap;
    flex-direction: row;
}

section.steps .lvl-2>li {
    width: 100%;
    max-width: 33%;
}

section.steps .lvl-2>li .btn {
    width: 100%;
    text-align: left;
}

section.steps .lvl-3 {
    width: 300%;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

section.steps .lvl-3>li {
    width: 100%;
    max-width: 25%;
}

section.steps .lvl-2 li:nth-child(3n-3) .lvl-3 {
    margin-left: -100%;
}

section.steps .lvl-2 li:nth-child(3n-2) .lvl-3 {
    margin-left: -200%;
}

section.steps .btn {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    padding: 10px 16px;
    margin: 0 12px 12px 0;
    cursor: pointer;
    display: block;
    z-index: 10;
}

section.steps .btn span {
    line-height: 0;
}

section.steps .lvl-1 .btn {
    font-size: 14px;
}

section.steps .lvl-2>li .btn {
    padding-right: 2px;
    padding-left: 40px;
}

section.steps .lvl-2>li .btn span,
section.steps .lvl-2>li .btn label {
    font-size: 10px;
    white-space: normal;
}

section.steps .lvl-2>li .btn span {
    font-size: 11px;
}

section.steps .lvl-2 .btn.dropdown-btn {
    padding-right: 40px;
}

section.steps .lvl-2 .btn {
    margin: 0;
    max-height: 59px;
    height: 100%;
}

section.steps .btn label {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 0;
}

section.steps .btn:focus,
section.steps .active.dropdown-btn {
    background: #CED4DA;
    border: 1px solid #CED4DA;
    box-shadow: -4px -4px 15px rgba(255, 255, 255, 0.5), 4px 4px 15px rgba(165, 179, 203, 0.5);
    outline: 0;
    z-index: 7;
}

section.steps .active.dropdown-btn+.lvl {
    display: flex;
}

section.steps .btn:hover {
    background: #CED4DA;
    border: 1px solid #CED4DA;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 8;
}

section.steps .btn label {
    width: 100%;
    display: block;
}

section.steps .btn.dropdown-btn {
    padding-right: 51px;
}

section.steps .btn.dropdown-btn:after {
    content: "";
    background-image: url(../img/icons/icon-arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

section.steps .checkbox-btn input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: 0;
}

section.steps .checkbox-btn label.item-title {
    white-space: normal;
    font-size: 11px;
    line-height: 20px;
}

section.steps .checkbox-btn .btn-checkbox {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 11px;
    background: #FFFFFF;
    border: 1px solid #CED4DA;
    box-sizing: border-box;
    border-radius: 2px;
    left: 16px;
}

section.steps .checkbox-btn .btn-checkbox:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/icons/icon-checkbox-arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s;
}

section.steps .checkbox-btn:hover .btn-checkbox:after {
    opacity: 0.3;
}

section.steps .checkbox-btn input[type="checkbox"]:checked+.btn-checkbox:after {
    opacity: 1;
}

section.steps .hidden {
    display: none;
}

section.steps .text-btn,
section.steps .text-btn:hover,
section.steps .text-btn:focus {
    cursor: pointer;
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

section.steps h2 {
    font-size: 24px;
    color: rgb(72, 71, 71);
    font-weight: 700;
    line-height: initial;
}

section.steps .lvl-1>li {
    position: static;
}

@media (max-width: 768px) {
    section.steps .btn {
        margin: 0 6px 6px 0;
        padding: 10px;
    }

    section.steps .btn.dropdown-btn {
        padding-right: 35px;
        width: 150px;
    }

    section.steps .lvl-2 {
        padding-top: 30px;
    }

    section.steps .lvl-2>li {
        max-width: 50%;
    }

    section.steps .lvl-3>li {
        max-width: 50%;
    }

    section.steps .lvl-3 {
        width: 200%;
    }

    section.steps .lvl-2 li:nth-child(3n-3) .lvl-3 {
        margin-left: initial;
    }

    section.steps .lvl-2 li:nth-child(3n-2) .lvl-3 {
        margin-left: initial;
    }

    section.steps .lvl-2 li:nth-child(2n-1) .lvl-3 {
        margin-left: -100%;
    }
}

@media (max-width: 478px) {
    #toTop {
        z-index: 15;
    }

    section,
    .main .holder {
        padding: 0;
    }

    section.steps .lvl-2 {
        padding-top: 78px;
    }

    section.steps .lvl.lvl-1>li {
        width: 50%;
    }

    section.steps .btn.dropdown-btn {
        width: 100%;
    }

    section.steps .btn {
        margin: 0 6px 1px 0;
    }
}

@media (max-width: 320px) {
    #toTop {
        z-index: 15;
    }

    section,
    .main .holder {
        padding: 0;
    }

    section.steps .lvl-1>li {
        width: 100%;
        max-width: 50%;
    }

    section.steps .lvl-1>li>.btn {
        margin: 0px;
    }

    section.steps .lvl-2 {
        padding-top: 70px;
    }

    section.steps .lvl-2>li {
        max-width: 100%;
    }

    section.steps .lvl-3>li {
        max-width: 100%;
    }

    section.steps .lvl-3 {
        width: 100%;
    }

    section.steps .lvl-2 li:nth-child(2n-1) .lvl-3 {
        margin-left: 0%;
    }
}



.input {
    display: block;
    width: 100%;
    height: 68px;
    padding: 0 27px;
    margin: 0 0 10px;
    color: #20333a;
    font-size: 18px;
    background: #fff;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.form__field {
    height: auto;
    width: 100%;
    margin-bottom: 13px;
    padding: 16px 26px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1;
    color: #000;
    border: 1px solid #abb5be;
    border-radius: 6px;
    background: #fff;
}

.form__field.error {
    border-color: #dc3545;
}

.form__field.error::-webkit-input-placeholder {
    color: #dc3545 !important;
}

.form__field.error::-moz-placeholder {
    color: #dc3545 !important;
}

.form__field.error:-ms-input-placeholder {
    color: #dc3545 !important;
}

.form__field.error::-ms-input-placeholder {
    color: #dc3545 !important;
}

.form__field.error::placeholder {
    color: #dc3545 !important;
}

.form__field::-webkit-input-placeholder {
    font-weight: 700;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    color: #abb5be;
}

.form__field::-moz-placeholder {
    font-weight: 700;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    color: #abb5be;
}

.form__field:-ms-input-placeholder {
    font-weight: 700;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    color: #abb5be;
}

.form__field::-ms-input-placeholder {
    font-weight: 700;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    color: #abb5be;
}

.form__field::placeholder {
    font-weight: 700;
    font-family: "Proxima Nova";
    text-transform: uppercase;
    color: #abb5be;
}

.birthday-selects-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.birthday-selects-wrapper .select_item {
    width: 100%;
}

.birthday-selects-wrapper .select2.select2-container.select2-container--flat {
    width: 100% !important;
}


.reg-form-right-register-as .select_item {
    width: 100%;
}

.reg-form-right-register-as .select2.select2-container.select2-container--flat {
    width: 100% !important;
}

.reg-form-right--birthday {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.reg-form-right--birthday label {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .birthday-selects-wrapper {
        flex-direction: row;
        column-gap: 15px;
        justify-content: space-between;
    }

    .birthday-selects-wrapper .select-item {
        width: auto;
        margin-right: 0;
    }
}

.reg-form-right-register-as {
    max-width: calc(100vw - 30px);
}

input,
textarea,
select,
button {
    font-weight: 300;
    font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
    vertical-align: middle;
    border: 0;
    outline: 0;
    background: none;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.submit {
    display: block;
    width: 100%;
    height: 68px;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    background: #0a71cc;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.reg-nav {
    margin-bottom: 10px;
    padding-top: 10px;
}

.reg-nav-list {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
}

@media (min-width: 992px) {
    .reg-nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.reg-nav-list li a>img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px;
}


.reg-nav-list li {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0px 2px 10px 0px rgb(10 113 204 / 20%);
    box-shadow: 0px 2px 10px 0px rgb(10 113 204 / 20%);
    border-radius: 6px;
}

@media (min-width: 992px) {
    .reg-nav-list li {
        width: 100%;
    }
}

.registration .wrapper-section {
    background-color: #fff;
}

.reg-nav-list li.active {
    background-color: #0a71cc;
}

.reg-nav-list li.active a {
    color: #fff;
}

.reg-nav-list li:last-child {
    margin-right: 0;
}

.reg-nav-list li a {
    position: relative;
    display: inline-block;
    width: 100%;
    color: #000;
    text-decoration: none;
    padding: 15px 30px;
}

.reg-grey-text {
    margin-bottom: 10px;
}

.reg-button {
    margin-top: 20px;
}

.reg-button button {
    border-radius: 6px;
}

.orange {
    color: orange;
    margin-left: 5px;
}

.reg-form-left label,
.reg-form-right label {
    display: block;
    margin-bottom: 5px;
}

.education-list .reg-form-left {
    float: left;
    width: 45%;
}

.education-list .reg-form-right {
    float: right;
    width: 45%;
}

body .education {
    float: left;
    width: 100%;
}

body #education_add {
    float: left;
    width: 100%;
    margin: 10px 0px 20px;
}

.reg-item_grade .reg-form-right {
    float: right;
    width: 45%;
}

.reg-item_grade .reg-form-left {
    float: left;
    width: 45%;
}

body .reg-item {
    clear: both;
}

body .reg-load_files {
    background-color: #0a71cc;
    color: #fff;
    padding: 15px 10px 25px;
    margin: 15px 0px 15px;
    float: left;
    width: 100%;
    cursor: pointer;
    text-align: center;
}

body .reg-note-title {
    color: #000;
    font-weight: 700;
}

.radio-list-item {
    margin-bottom: 10px;
    font-size: 18px;
}

.checkbox-list label {
    display: inline-block;
    width: 85%;
    color: #000;
    margin-left: 5px;
}

.checkbox-list .checkbox-list-item label {
    margin-left: 5px;
    color: #000;
    font-size: 18px;
    padding-top: 4px;
}

.checkbox-list .checkbox-list-item {
    float: left;
    width: 33.33%;
    margin-bottom: 10px;
}

.checkbox-list .checkbox-list-item input {
    float: left;
    width: 4%;
    height: 18px;
    margin-top: 4px;
}

.reg-category .checkbox-list-item label {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 18px;
    cursor: pointer;
}

.reg-category .rc-list .checkbox-list-item {
    margin: 0px 0 24px;
}

.styled {
    width: 100%;
}

.select_item {
    width: 33.33%;
    float: left;
    border-right: none;
}

.input.error {
    color: tomato;
    background: none;
}

label.reg-file {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;

}

.reg-block {
    padding: 10px 0;
}

.reg-note {
    background-color: #fff;
    padding: 14px;
    border: 1px solid #0a71cc;
    margin: 10px 0 25px;
}

.work-message-photo-item {
    display: inline-block;
}

#preloader {
    position: relative;
    animation: rotate 1s infinite linear;
    border: 4px solid rgba(255, 255, 255, .25);
    width: 80px;
    height: 80px;
    border-radius: 999px;
}

#preloader span {
    position: absolute;
    width: 80px;
    height: 80px;
    border: 4px solid transparent;
    border-top: 4px solid #fff;
    top: -4px;
    left: -4px;
    border-radius: 999px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

textarea.input {
    padding: 10px 15px;
    height: 100px;
}

/********************
Select2 Override style
*********************/
/* Assign min-width to container */
.select2-container {
    min-width: 200px;
    font-family: 'Proxima Nova', sans-serif;
}

/*********************************
Author : Techhysahil
Link : http://techhysahil.com
*********************************/
.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
    background: #ffffff;
    border: 1px solid #aaa;
    border-top: 1px solid #aaa !important;
    top: -10px;
}

.select2-container--flat .select2-container .select2-selection {
    height: 60px;
    overflow: scroll;
}

.select2-container--flat .select2-results__options {
    max-height: 200px;
    overflow-x: auto;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
    border: 1px solid #16a085;
}

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
    background: #f1f1f1 !important;
    color: #000 !important;
}

.select2-container--flat .select2-results__option {
    padding: 10px 27px;
    font-family: 'Proxima Nova', sans-serif;
}

.select2-container--flat .select2-results__option[aria-selected=true] {
    background: #c9c9c9 !important;
    color: #000;
    opacity: 0.8;
}

.select2-container--flat .select2-selection--single {
    border-radius: 0px;
}

.select2-container--flat.select2-container--open .select2-selection__arrow b {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.select2-container--flat span.select2-search input {
    height: 30px !important;
}

.select2-container .select2-choice {
    border: 2px solid #dce4ec;
    height: 36px;
    border-radius: 0px;
    font-family: 'Proxima Nova', sans-serif;
    font-size: 14px;
    text-indent: 1px;
    box-shadow: none;
    background-image: none;
}

.select2-container .select2-choice div {
    border-left: 2px solid #dce4ec;
    border-radius: 0 4px 4px 0;
    background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    background-image: none;
}

.select2-container *:focus {
    outline: 0px;
}

.select2-container.select2-drop-above .select2-choice {
    border-bottom-color: #dce4ec;
    border-radius: 0px;
}

.select2-drop {
    margin-top: -2px;
    border: 2px solid #dce4ec;
    border-top: 0;
    border-radius: 0px !important;
    border-radius: 0 0 6px 6px;
    box-shadow: none;
}

.select2-drop.select2-drop-above {
    margin-top: 2px;
    border-top: 2px solid #dce4ec;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    box-shadow: none;
}

.select2-search {
    margin-top: 3px;
}

.select2-search input {
    height: 26px;
    border: 2px solid #dce4ec;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    outline: none;
    box-shadow: none;
}

.select2-dropdown-open .select2-choice {
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice .select2-choice div {
    background: transparent;
    border-left: none;
    filter: none;
}

.select2-results {
    padding: 0 0 0 0px;
    margin: 0px 0px 0px 0;
}

.select2-results .select2-highlighted {
    background: #16a085;
    color: #fff;
    border-radius: 0px;
}

.select2-container-multi .select2-choices {
    height: auto !important;
    height: 1%;
    border: 2px solid #dce4ec;
}

.select2-container-multi.select2-container-active .select2-choices {
    border: 2px solid #dce4ec;
    border-radius: 6px;
    box-shadow: none;
}

/****** Single SCSS *******/
/* .select2-container--flat .select2-selection--single {
    background: #20333a;
    border: 1px solid #fff;
    height: 68px !important;
    margin: 0 0 10px;
} */

/* .select2-container--flat .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 34px;
    padding: 17px 27px !important;
    font-family: 'Proxima Nova';
    font-size: 18px;
} */

.select2-container--flat .select2-selection--single .select2-selection__rendered {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 0 40px 0 1rem;
    font-size: 16px;
    line-height: 1;
    padding: 17px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Proxima Nova";
    color: #abb5be;
    height: 52px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* .select2-container--flat .select2-selection--single .select2-selection__arrow {
    height: 57px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
} */

.select2-container--flat .select2-selection--single .select2-selection__arrow {
    height: auto;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 5px;
    width: 20px
}

.select2-container--flat .select2-selection--single .select2-selection__arrow b {
    border-color: #abb5be transparent transparent transparent;
    top: 60%;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    width: 0;
}

.select2-container--flat .select2-selection--single .select2-selection__placeholder {
    color: #fff;
}

.select2-container--flat .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

/****** Multiple SCSS *******/
.select2-container--flat .select2-selection--multiple {
    border: 1px solid #16a085;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #16a085;
    cursor: pointer;
}

.select2-container--flat .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice {
    background-color: #20333a;
    color: #fff;
    border: 1px solid #20333a;
    border-radius: 0px;
    padding: 3px 5px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.select2-container--flat .select2-selection--multiple .select2-selection__choice__remove {
    color: #16a085;
    margin-right: 6px;
    margin-left: 6px;
    float: right;
}

.select2-container--flat .select2-selection--single {
    border: 1px solid #abb5be;
    height: auto !important;
    border-radius: 6px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

.textarea {
    display: block;
    width: 100%;
    height: 120px;
    padding: 21px 27px;
    margin: 0 0 10px;
    color: #20333a;
    font-size: 18px;
    resize: vertical;
    background: #fff;
    border-radius: 6px;
    border: 1px solid #e8ecf0;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.reg-form-holder--degree {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    row-gap: 13px;
    column-gap: 10%;
}

@media (max-width: 768px) {
    .reg-form-holder--degree {
        grid-template-columns: 1fr;
    }
}

.reg-form-holder--degree .form__field {
    margin-bottom: 0;
}

.reg-form-holder--degree .reg-form-left,
.reg-form-holder--degree .reg-form-right {
    float: none;
    width: 100%
}

@media (max-width: 767px) {

    .education-list .reg-form-holder .reg-form-left,
    .education-list .reg-form-holder .reg-form-right,
    .reg-form-holder--degree .reg-form-left,
    .reg-form-holder--degree .reg-form-right {
        float: none;
        width: 100%
    }
}

.radio.radio--complexity[type=radio]:not(:checked)+label,
.radio.radio--complexity[type=radio]:checked+label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
}

.radio.radio--complexity[type=radio]:not(:checked)+label:after,
.radio.radio--complexity[type=radio]:not(:checked)+label:before,
.radio.radio--complexity[type=radio]:checked+label:after,
.radio.radio--complexity[type=radio]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ced4da;
    background-color: #fff;
    top: 50%;
    transform: translate(0, -50%);
}

.radio.radio--complexity[type=radio]:not(:checked),
.radio.radio--complexity[type=radio]:checked {
    position: absolute;
    left: -9999px;
}

.radio.radio--complexity[type=radio]:not(:checked)+label:after,
.radio.radio--complexity[type=radio]:checked+label:after {
    left: 3px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #b3da26;
}

.radio.radio--complexity[type=radio]:not(:checked)+label:before,
.radio.radio--complexity[type=radio]:checked+label:before {
    border-radius: 100%;
}

.radio.radio--complexity[type=radio]:not(:checked)+label:after {
    opacity: 0
}

.radio.radio--complexity[type=radio]:checked+label:after {
    opacity: 1;
}

.checkbox.checkbox--works[type=checkbox]:not(:checked),
.checkbox.checkbox--works[type=checkbox]:checked {
    position: absolute;
    left: -9999px;
}

.checkbox.checkbox--works[type=checkbox]:not(:checked)+label:after,
.checkbox.checkbox--works[type=checkbox]:not(:checked)+label:before,
.checkbox.checkbox--works[type=checkbox]:checked+label:after,
.checkbox.checkbox--works[type=checkbox]:checked+label:before {
    content: "";
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #ced4da;
    background-color: #fff;
}

.checkbox.checkbox--works[type=checkbox]:not(:checked)+label:before,
.checkbox.checkbox--works[type=checkbox]:checked+label:before {
    border-radius: 2px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.checkbox.checkbox--works[type=checkbox]:not(:checked)+label:after {
    opacity: 0
}

.checkbox.checkbox--works[type=checkbox]:checked+label:after {
    opacity: 1;
}

.checkbox.checkbox--works[type=checkbox]:not(:checked)+label:after,
.checkbox.checkbox--works[type=checkbox]:checked+label:after {
    top: 50%;
    left: 8px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: url(../img/checked.svg) no-repeat 50% 50%;
}

.checkbox.checkbox--works[type=checkbox]:not(:checked)+label,
.checkbox.checkbox--works[type=checkbox]:checked+label {
    position: relative;
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
}


.checkbox-list .checkbox-list-item {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .checkbox-list .checkbox-list-item {
        width: 33.33%;
    }
}