.quiz-global-wrapper{
    font-family: "Arial", sans-serif;
    color: #333;
}
.jq-checkbox,
.jq-radio {
    position: relative;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jq-checkbox input,
.jq-radio input {
    position: absolute;
    z-index: -1;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-file {
    position: relative;
    display: inline-block;
    overflow: hidden
}

.jq-file input {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    margin: 0;
    padding: 0;
    opacity: 0;
    font-size: 100px;
    line-height: 1em
}

.jq-file__name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox,
.jq-select-multiple {
    position: relative;
    display: inline-block
}

.jq-selectbox select,
.jq-select-multiple select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0
}

.jq-selectbox li,
.jq-select-multiple li {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-selectbox {
    z-index: 10
}

.jq-selectbox__select {
    position: relative
}

.jq-selectbox__select-text {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox__dropdown {
    position: absolute
}

.jq-selectbox__search input {
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__dropdown ul {
    position: relative;
    overflow: auto;
    overflow-x: hidden;
    list-style: none;
    -webkit-overflow-scrolling: touch
}

.jq-select-multiple ul {
    position: relative;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch
}

.jq-number {
    display: inline-block
}

.jq-number__field input {
    -moz-appearance: textfield;
    text-align: left
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.jq-checkbox,
.jq-radio {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 0 7px 0 0;
    border: 1px solid #cfcfcf;
    background: #fff;
    cursor: pointer
}

.big-modal-step-label .jq-checkbox, 
.big-modal-step-label .jq-radio{
    top: -2px;
}
.jq-radio {
    border-radius: 50%;
}
.jq-checkbox {
    border-radius: 3px
}

.jq-checkbox .jq-checkbox__div {
    width: 12px;
    height: 12px;
    margin: 3px 0 0 3px;
    border-radius: 2px;
    background: var(--accent-color1);
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}

.jq-radio .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 4px 0 0 4px;
    border-radius: 50%;
    background: var(--accent-color1);
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}

.jq-radio.checked .jq-radio__div,
.jq-checkbox.checked .jq-checkbox__div{
    opacity: 1 !important;
}

.jq-file {
    width: 100%;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 10px 0;
    text-align: left;
}

.jq-file input {
    cursor: pointer
}

.jq-file__name {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 21px 65px 21px 60px;
    border: 1px solid #fff;
    border-radius: 3px;
    background: #fff;
    color: #201d20;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.jq-file__browse {
    display: none;
}

.jq-file:hover .jq-file__name {
    border-color: #45d06c;
}

.jq-file.focused .jq-file__name {
    border-color: #45d06c;
    box-shadow: 0 0 10px #fff;
}

.jq-file.disabled {
    opacity: .5;
    -webkit-pointer-events: none;
    pointer-events: none;
}


.jq-number {
    position: relative;
    vertical-align: middle;
    padding: 0 36px 0 0
}

.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__field:hover {
    border-color: #B3B3B3
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    color: #333
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0
}

.jq-number__spin:hover {
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA
}


.jq-number {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 36px 0 0
}

.jq-number__field {
    width: 100px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1)
}

.jq-number__field:hover {
    border-color: #B3B3B3
}

.jq-number__field input {
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    color: #333;
    text-align: left;
    -moz-appearance: textfield
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.jq-number__spin {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 14px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #F5F5F5;
    background: -webkit-linear-gradient(#FFF, #E6E6E6);
    background: linear-gradient(#FFF, #E6E6E6);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: 1px 1px #FFF;
    cursor: pointer
}

.jq-number__spin.minus {
    top: auto;
    bottom: 0
}

.jq-number__spin:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: linear-gradient(#F6F6F6, #E6E6E6)
}

.jq-number__spin:active {
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD
}

.jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent
}

.jq-number__spin.minus:hover:after {
    border-top-color: #000
}

.jq-number__spin.plus:hover:after {
    border-bottom-color: #000
}

.jq-number.focused .jq-number__field {
    border: 1px solid #5794BF
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA
}

.jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA
}

.jq-selectbox {
    vertical-align: middle;
    cursor: pointer;
    width: 450px;
    box-sizing: border-box;
    z-index: 95 !important;
}

.jq-selectbox__select {
    height: 40px;
    margin: 7px 0 10px;
    padding: 0 45px 0 10px;
    border: 1px solid #dedede;
    border-radius: 4px;
    background: #fff;
    color: #201d20;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.jq-selectbox__select:hover {
    border-color: #45d06c;
}

.jq-selectbox__select:active {
    border-color: #45d06c;
    background: #F5F5F5;
    box-shadow: inset 1px 1px 3px #DDD
}

.jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid #45d06c
}

.jq-selectbox.disabled .jq-selectbox__select {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-selectbox__select-text {
    display: block;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.jq-selectbox .placeholder {}

.jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 100%;
}

.jq-selectbox__trigger-arrow {
    position: absolute;
    top: 17px;
    right: 15px;
    width: 0;
    height: 0;
    border-top: 5px solid #45d06c;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
    border-top-color: #aaa
}

.jq-selectbox__dropdown {
    left: 0 !important;
    box-sizing: border-box;
    width: 100%;
    margin: 2px 0 0;
    padding: 0;
    border: 1px solid #CCC;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.jq-selectbox__search {
    margin: 5px
}

.jq-selectbox__search input {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
    -webkit-appearance: none
}

.jq-selectbox__not-found {
    margin: 5px;
    padding: 5px 8px 6px;
    background: #F0F0F0;
    font-size: 13px
}

.jq-selectbox ul {
    margin: 0;
    padding: 0
}

.jq-selectbox li {
    min-height: 18px;
    padding: 5px 10px 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    color: #231F20
}

.jq-selectbox li.selected {
    background-color: #ffaf12;
    color: #FFF
}

.jq-selectbox li:hover {
    background-color: #45d06c;
    color: #FFF
}

.jq-selectbox li.disabled {
    color: #AAA
}

.jq-selectbox li.disabled:hover {
    background: none
}

.jq-selectbox li.optgroup {
    font-weight: 700
}

.jq-selectbox li.optgroup:hover {
    background: none;
    color: #231F20;
    cursor: default
}

.jq-selectbox li.option {
    padding-left: 25px
}

.jq-select-multiple {
    box-sizing: border-box;
    padding: 1px;
    border: 1px solid #CCC;
    border-bottom-color: #B3B3B3;
    border-radius: 4px;
    background: #FFF;
    box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, .1);
    color: #333;
    cursor: default
}

.jq-select-multiple.focused {
    border: 1px solid #5794BF
}

.jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    box-shadow: none;
    color: #888
}

.jq-select-multiple ul {
    margin: 0;
    padding: 0
}

.jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.jq-select-multiple li:first-child {
    border-radius: 3px 3px 0 0
}

.jq-select-multiple li:last-child {
    border-radius: 0 0 3px 3px
}

.jq-select-multiple li.selected {
    background: #08C;
    color: #FFF
}

.jq-select-multiple li.disabled {
    color: #AAA
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF
}

.jq-select-multiple li.optgroup {
    font-weight: 700
}

.jq-select-multiple li.option {
    padding-left: 25px
}



/*---------------- Modals ----------------*/

html.si-lock,
html.si-lock2 {
    overflow: hidden !important;
}

.fancybox-margin {
    margin-right: 0 !important
}

.si-overlay {
    display: block;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 201;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s;
}

.si-overlay.active {
    opacity: 1;
    visibility: visible;
    z-index: 2000;
}

.si-modals-wrapper {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #F9F9F9;
    box-shadow: 0px 0px 30px 0px rgb(0, 0, 0, .10);
}
.si-modal {
    position: relative;
    transition: transform 0.5s ease-out 0s;
    width: calc(100% - 350px);
}
.si-modal.si-modal-full-width{
    width: 100%;
}
.si-modal-aside{
    width: 350px;
    background: #F0EFEF;
    padding: 30px;
}
.si-modal form{
    height: 100%;
}
.modal-form-title {
    padding: 0 0 20px;
}


.modal-form-title em {
    display: block;
}

.si-modal.left {
    text-align: left;
}

.si-close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
}

.si-close:active {
    top: 16px;
}

.si-close:before,
.si-close:after {
    display: block;
    content: '';
    width: 120%;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 0%;
    top: 50%;
    margin-top: -2px;
    transition: all 0.2s ease-out 0s;
}

.si-close:before {
    transform: rotate(45deg);
}

.si-close:after {
    transform: rotate(-45deg);
}

.si-close:hover:before {
    transform: rotate(135deg);
}

.si-close:hover:after {
    transform: rotate(45deg);
}

.si-close:active:before {
    transform: rotate(135deg);
}

.si-close:active:after {
    transform: rotate(45deg);
}

.si-close:before,
.si-close:after {
    background: #dddddd;
}

.si-close:hover:before,
.si-close:hover:after {
    background: var(--accent-color1);
}

.si-close:active:before,
.si-close:active:after {
    background: #c9a100
}

.big-form-steps {
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.big-form-steps-main{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}

.big-steps-final {
    overflow: hidden;
    position: relative;
}

.big-steps-final .real-form {
    width: 750px;
    max-width: 100%;
    margin: auto;
    text-align: center;
    padding: 40px 25px 60px;
}
.big-modal-step-title{
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.big-modal-step-title-num {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    background: #ededed;
    color: #818181;
    border-radius: 10px;
}
.big-modal-step-title-value{
    width: calc(100% - 50px);
    padding-left: 15px;
}


.big-modal-progress {
    height: 24px;
    background: #ededed;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: inset 0 0 5px rgb(0 0 0 / 7%);
}

.big-modal-progress-bar{
    position: relative;
    height: 100%;
    width: 15%;
    background: linear-gradient(
    135deg,
    var(--accent-color2) 25%,
    var(--accent-color3) 25%,
    var(--accent-color3) 50%,
    var(--accent-color2) 50%,
    var(--accent-color2) 75%,
    var(--accent-color3) 75%,
    var(--accent-color3) 100%
    );
    background-size: 40px 40px;
    animation: stripeMove 2s linear infinite;
    border-radius: 20px;
}

@keyframes stripeMove {
  from { background-position: 0 0; }
  to   { background-position: 40px 0; }
}

.big-modal-progress-bar .value {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.4;
    color: var(--accent-color-font);
    font-weight: 700;
}

.big-modal-steps {
    padding: 40px 0 0;
    counter-reset: steps_counter;
    flex: 1 0 auto;
}

.big-modal-step {
    counter-increment: steps_counter;
}

.big-modal-step-scroll-container {
    padding: 10px 15px 0 0;
    display: flex;
    flex-wrap: wrap;
    margin: 10px -8px 0;
    overflow: auto;
    flex: 1 0 auto;
    max-height: 470px;
}

.big-modal-step-scroll-container.big-modal-step-labels{
    margin-left: 0;
    margin-right: 0;
}

.big-modal-step-variant-col{
    padding: 0 8px 16px;
    width: 33.3333%;
}

.big-modal-step-variant {
    cursor: pointer;
    position: relative;
    display: block;
    border-radius: 10px;
}
.big-modal-step-variant:active {
    top: 1px;
}

.big-modal-step-variant.active {
    top: 0px;
    cursor: pointer;
}
.type-radio .big-modal-step-variant.active{
    pointer-events: none;
}

.big-modal-step-variant:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #E5E5E5;
    transition: all 0.2s ease-out 0s;
    border-radius: 10px;
}

.big-modal-step-variant:hover:before,
.big-modal-step-variant.active:before{
    border-color: var(--accent-color1);
    box-shadow: inset 0 0 0 2px var(--accent-color1);
}

.big-modal-step-variant-check{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--accent-color1);
    opacity: 0;
    transition: all 0.2s ease-out 0s;
    border-radius: 50%;
    line-height: 1;
    color: var(--accent-color-font);
}
.big-modal-step-variant-check svg{
    width: 20px;
    height: 28px;
}

.big-modal-step-variant.active .big-modal-step-variant-check{
    opacity: 1;
}

.big-modal-step-variant-img{
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.big-modal-step-variant-img img{
    width: 100%;
}
.big-modal-step-variant-text {
    text-align: left;
    padding: 15px 15px 15px 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    position: relative;
    letter-spacing: .2px;
}
.big-modal-step-variant-text .jq-radio,
.big-modal-step-variant-text .jq-checkbox{
    position: absolute;
    left: 13px;
    top: 14px;
}
.big-modal-step-variant-text span{
    float: right;
    font-size: 20px;
    /* color: #ff7e26; */
    line-height: 16px;
    font-weight: bold;
}
.big-modal-step-variant-price {
    text-align: left;
    padding: 0px 8px 12px 8px;
    font-size: 18px;
}

@media (max-width: 699px) {
    .big-modal-step-variant-price {
        font-size: 14px;
    }
}
.big-modal-step-variant-image {
    width: 100%;
}

.big-modal-step-variant.dont-know {
    flex-grow: 1 !important;
}

.big-modal-step-variant-inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
    font-size: 13px;
    line-height: 1.3;
}

.question-in-circle {
    width: 80px;
    height: 80px;
    fill: var(--accent-color1);
    display: block;
    margin: 0 auto 15px;
}

.big-modal-step-labels {
    display: block;
}

.big-modal-step-labels.type-radio .big-modal-step-label,
.big-modal-step-labels.type-checkbox .big-modal-step-label{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-height: 66px;
    align-items: center;
    border: 1px solid #D0D0D0;
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 10px 20px;
    color: #333;
    font-weight: 600;
    font-size: 19px;
    cursor: pointer;
}
.big-modal-step-labels.type-radio .big-modal-step-label input,
.big-modal-step-labels.type-checkbox .big-modal-step-label input{
    opacity: 0;
}
.big-modal-step-labels.type-radio span,
.big-modal-step-labels.type-checkbox span{
}
.big-modal-step-labels.type-radio .jq-radio,
.big-modal-step-labels.type-checkbox .jq-checkbox{
    position: static;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(../images/checked.svg) 50% 50% no-repeat var(--accent-color1);
    margin: 0;
    border: none;
    opacity: 0.3;
    filter: grayscale(100%);
    transition: all ease-out 300ms;
}
.big-modal-step-labels.type-checkbox .jq-checkbox{
    border-radius: 5px;
}
.big-modal-step-labels.type-radio .big-modal-step-label:hover .jq-radio{
    opacity: 0.6;
}
.big-modal-step-labels.type-checkbox .big-modal-step-label:hover .jq-checkbox{
    opacity: 1;
}
.big-modal-step-labels.type-radio .big-modal-step-label .jq-radio.checked,
.big-modal-step-labels.type-checkbox .big-modal-step-label .jq-checkbox.checked{
    opacity: 1;
    filter: grayscale(0);
}

.input.in-modal {
    padding: 15px;
    margin: 0 10px 0 0;
    display: block;
    margin-bottom: 10px;
    background: #fff;
}
.type-simple .big-modal-step-label,
.type-simple .big-modal-step-label .input.in-modal{
    width: 100%;
}

.big-steps-final {
    display: none;
    height: 100%;
}
.big-steps-final-inner{
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    background: #fff;
}

.big-modal-step {
    display: none;
    height: 100%;
}

.big-modal-step.active {
    display: flex;
    flex-direction: column;
}

.big-modal-nav {
    margin: 10px 0 0;
    position: relative;
    align-items: center;
}

.big-modal-nav:before {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ebebeb
}

.big-modal-button {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 50px;
}

.big-modal-button.disabled {
    opacity: 0;
    visibility: hidden;
}

.big-modal-button.next {
    background: var(--accent-color1);
    color: var(--accent-color-font);
    padding-right: 35px;
    transition: none !important;
}

.big-modal-button.next:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 100%;
    background: #f9f9f9;
}

.big-modal-button.next:hover {
    background: var(--accent-color1);
}

.big-modal-button.prev {
    background: #fff;
    color: #272727;
    box-shadow: inset 0 0 0 1px #ebebeb;
    padding-left: 35px;
    transition: none !important;
}

.big-modal-button.prev:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 100%;
    background: #f9f9f9;
}

.big-modal-button.prev:hover {
    background: #ebebeb;
}

.big-modal-button-arrow {
    width: 6px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    fill: #272727;
}
.big-modal-button.next .big-modal-button-arrow{
    fill: var(--accent-color-font);
}

.big-modal-button-arrow.prev {
    left: 20px;
    transition: left ease-out 200ms;
}

a:hover .big-modal-button-arrow.prev {
    left: 15px;
}

a:active .big-modal-button-arrow.prev {
    left: 0;
    opacity: 0;
}

.big-modal-button-arrow.next {
    right: 20px;
    transition: right ease-out 200ms;
}

a:hover .big-modal-button-arrow.next {
    right: 15px;
}

a:active .big-modal-button-arrow.next {
    right: 0;
    opacity: 0;
}

.si-success-modal {
    display: none;
    position: relative;
    background: #fff;
    padding: 60px 20px;
    flex: 0 1 480px;
    text-align: center;
    margin: 30px auto;
    transform: scale(0.7);
    box-shadow: 0 25px 30px -15px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    transition: transform 0.5s ease-out 0s;
}

.si-success-modal.active {
    transform: scale(1);
}

.si-success-modal-title {}

.success-time {
    padding: 0 0 20px;
}



/*---------------- SI Page Messages ----------------*/

.si-page-message-wrapper {
    display: flex;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 0.4s ease-out 0s;
    z-index: 4000;
}

.si-page-message-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.si-page-message {
    display: none;
    background: #fff;
    color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    padding: 60px 0;
    overflow: hidden;
    box-sizing: border-box;
    width: 1170px;
    max-width: 100%;
    margin: auto;
    border-radius: 10px;
}

.si-page-message-text {
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}

.si-page-message.active .si-page-message-text {
    opacity: 1;
    transition: all 0.5s ease-out 0.5s;
}



/*---------------- SI Forms ----------------*/
.send-form {
    position: relative;
}

.send-form:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    display: none;
}

.send-form.disabled:before {
    display: block;
}

.send-form.disabled>* {
    opacity: .3;
    transition: all 0.2s ease-out 0s;
}

.cssload-box-loading {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    width: 49px;
    height: 49px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
}

.cssload-box-loading:after,
.cssload-box-loading:before {
    content: '';
    width: 49px;
    position: absolute;
    left: 0
}

.cssload-box-loading:before {
    height: 5px;
    background: #000;
    opacity: .1;
    top: 58px;
    border-radius: 50%;
    animation: shadow .58s linear infinite;
}

.cssload-box-loading:after {
    height: 49px;
    background: var(--accent-color1);
    top: 0;
    border-radius: 3px;
    animation: cssload-animate .58s linear infinite;
}

@keyframes cssload-animate {
    17% {
        border-bottom-right-radius: 3px
    }

    25% {
        transform: translateY(9px) rotate(22.5deg)
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 39px
    }

    75% {
        transform: translateY(9px) rotate(67.5deg)
    }

    100% {
        transform: translateY(0) rotate(90deg)
    }
}

@keyframes shadow {

    0%,
    100% {
        transform: scale(1, 1)
    }

    50% {
        transform: scale(1.2, 1)
    }
}

.send-form.disabled .cssload-box-loading {
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 20 !important;
}

/*---------------- NProgress ----------------*/

#nprogress {
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1031;
}

#nprogress .bar {
    background: var(--accent-color1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 1031;
}

#nprogress .bar:after {
    display: block;
    content: '';
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px var(--accent-color1);, 0 0 5px var(--accent-color1);
    opacity: 1;
    transform: rotate(3deg) translate(0px, -4px);
}

#nprogress .spinner {
    display: block;
    position: absolute;
    top: 15px;
    right: 35px;
    z-index: 1031;
}

#nprogress .spinner:before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: 2px solid transparent;
    border-top-color: var(--accent-color1);
    border-left-color: var(--accent-color1);
    border-radius: 50%;
    animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
    overflow: hidden;
    position: relative;
}

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

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


.button {
    position: relative;
    display: inline-block;
    color: #272727;
    letter-spacing: 1px;
    padding: 23px 50px;
    background: #f8c700;
    border-radius: 100px;
    box-shadow: inset 0 50px 60px var(--accent-color1);, 0 5px 0 #e1b815;
    transform: translateZ(0)
}

.button:hover {
    background: var(--accent-color1);
    box-shadow: inset 0 50px 60px #ffe065, 0 5px 0 #e1b815
}

.button:active {
    top: 0;
    background: #e7b901;
    box-shadow: inset 0 50px 60px #e7b901, 0 3px 0 #d0ab15
}

.button-description {
    text-align: center;
    padding: 10px 0;
}

.button.wide {
    padding-left: 70px;
    padding-right: 70px;
    letter-spacing: 2px;
}

.button.block {
    display: block;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.button.small {
    padding: 17px 40px;
}

.button.border {
    border: 2px solid var(--accent-color1);
    background: transparent;
    box-shadow: none;
}

.button.border:hover {
    background: var(--accent-color1);
}

.button.border:active {
    background: #e4b600;
    border-color: #e4b600;
}

.clear {
    clear: both;
    display: block;
}

.centered {
    max-width: 1210px;
    margin: 0 auto;
    position: relative;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
}

.si-justify {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

br.fixed {
    display: block !important;
}

.page-form-block {
    background-size: cover;
    overflow: hidden;
}

.page-form-block .centered {
    padding: 170px 0 130px;
}

.page-form-content {
    position: relative;
    z-index: 3;
    align-items: flex-start;
}

.page-form-block-left {
    flex: 0 0 48%;
    position: relative;
}

.question-icon {
    width: 320px;
    height: 490px;
    fill: #282828;
    opacity: .1;
    position: absolute;
    top: 50%;
    margin-top: -245px;
    left: 40px;
    fill: url(#opacity-gradient)
}

.page-form-block-title {
    position: relative;
    z-index: 3;
}
.page-form-block-title em {
    display: block;
    padding: 10px 0 0;
}

.page-usp-wrapper {
    padding: 30px 0 0;
}

.page-usp-title {
    padding: 10px 0 20px;
}

.page-usp {}

.page-usp-item {
    position: relative;
    padding: 0 0 0 40px;
    margin: 0 0 20px;
}

.page-usp-check-wrapper {
    width: 18px;
    height: 18px;
    left: 0;
    top: 3px;
}

.page-usp-check-wrapper:before {
    width: 30%;
    height: 14%;
}
.page-form-subtitle {
    font-size: 18px;
    margin-bottom: 30px;
}
.page-input-wrapper {
    margin: 0 0 30px;
    display: block;
}

.page-form-image {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.page-form-image.i-1 {
    top: 50%;
    transform: translate(-48%, -48%);
    max-width: 44%;
}

.page-form-image.i-2 {
    top: 50%;
    transform: translate(-39%, -48%);
    max-width: 54%;
}

.page-form-image.i-3 {
    bottom: 0;
    transform: translateX(-43%);
}

.questions-page-form-content {
    align-items: center;
}


.input-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.input {
    position: relative;
    border: 2px solid #f2f2f2;
    background: #f2f2f2;
    padding: 20px 20px 20px 60px;
    color: #111;
    width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    transition: all 0.2s ease-out 0s;
    -webkit-appearance: none;
}

.input:hover {
    background: #fff;
    box-shadow: inset 0 0 0 2px var(--accent-color1);, 0 0 10px rgba(255, 255, 255, 0);
}

.input:focus {
    background: #fff;
    box-shadow: inset 0 0 0 2px var(--accent-color1);, 0 0 10px var(--accent-color1);
}

.input.si-error,
.si-error .input {
    color: #cb0707 !important;
    border-color: #cb0707 !important;
}

.btn.btn-lg[name="quiz_btn"]{
    height: 70px;
    border-radius: 10px;
    width: 100%;
    display: flex;
}

textarea {
    resize: none;
    overflow: hidden;
    min-height: 130px;
}

.form-icon {
    position: absolute !important;
    left: 24px;
    top: 25px;
    width: 22px;
    height: 22px;
    pointer-events: none;
}

.page-input-wrapper {
    margin: 0 0 16px;
    display: block;
}

.si-modal-aside-person{
    position: relative;
    margin-bottom: 25px;
}
.si-modal-aside-person .item-status{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    color: #fff;
    background: #2CC54E;
    font-size: 14px;
    border-radius: 5px;
}
.si-modal-aside-person .item-status:before{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 6px;
    -webkit-animation: pulse_3 2.5s linear infinite;
    animation: pulse_3 2.5s linear infinite;
}
@-webkit-keyframes pulse_3 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse_3 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.si-modal-aside-person .item-img{
    display: flex;
    justify-content: center;
}
.si-modal-aside-person .item-img img{
    height: auto;
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.si-modal-aside-person .item-name{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.8vw 1.5vw;
    background: #FFFFFF;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    font-size: 18px;
    margin-top: -5px;
}
.si-modal-aside-person .person-post{
    font-weight: normal;
    font-size: 14px;
    color: #8d8d8d;
    margin-top: 3px;
}

.si-modal-aside-result{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-top: 17px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.si-modal-aside-result .item-title{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 16px;
}
.si-modal-aside-result-item{
    background: #FFFFFF;
    border-radius: 8px;
    padding: 15px 20px;
    text-align: left;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 16px;
    transform: skew(-10deg);
}
.si-modal-aside-result-item-inner{
    font-weight: 500;
    transform: skew(10deg);
    display: block;
}
.si-modal-aside-phone-block{
    text-align: center;
}
.si-modal-aside-phone-title{
    font-size: 14px;
    margin-bottom: 5px;
}
.si-modal-aside-phone{
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.si-modal-aside-phone .item-icon{
    width: 20px;
    line-height: 0;
}
.si-modal-aside-phone .item-value{
    max-width: calc(100% - 20px);
    padding-left: 10px;
}
.si-modal-aside-phone .item-value a{
    color: #333;
    font-weight: 700;
    font-size: 22px;
}
.si-modal-aside-phone .item-value a:hover{
    color: var(--accent-color1);
}


.big-steps-success {
    display: none;
    text-align: center;
    padding: 50px;
    animation: fadeIn 0.5s ease;
    height: 100%;
}
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}
.big-steps-success.flex {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}

@media(max-width: 1399px){
    .si-modal-aside{
        width: 300px;
    }
    .si-modal{
        width: calc(100% - 300px);
    }
    .big-modal-step-scroll-container{
        max-height: calc(32vw + 40px);
    }
    .si-modal-aside-phone .item-value a{
        font-size: 20px;
    }
}

@media (max-width : 1199px) {
    .big-modal-step-title{
        font-size: 22px;
    }
    .big-modal-step-title-value{
        width: calc(100% - 44px);
        padding-left: 10px;
    }
    .big-modal-step-title-num{
        width: 44px;
        height: 44px;
    }
    .big-modal-steps{
        padding-top: 30px;
    }
    .big-form-steps,
    .si-modal-aside{
        padding: 25px 20px;
    }
    .si-modals-wrapper{
        border-radius: 15px;
    }
    .big-modal-step-scroll-container{
        max-height: calc(29vw + 40px);
    }
    .big-modal-progress{
        height: 18px;
    }
    .big-modal-progress-bar .value {
        line-height: 1.2;
        font-weight: 600;
        font-size: 16px;
    }
    .si-page-message{
        border-radius: 0;
    }
    .si-modal-aside-phone .item-value a{
        font-size: 18px;
    }
    .big-modal-step-variant-text{
        font-size: 14px;
    }
}

@media(max-width: 1099px){
    .big-modal-step-variant-col{
        width: 33.3333%;
    }
    .big-modal-step-scroll-container {
        max-height: calc(36vw + 40px);
    }
    .si-modal-aside{
        width: 280px;
    }
    .si-modal{
        width: calc(100% - 280px);
    }
    .big-modal-step{
        margin-bottom: 20px;
    }
    .page-form-subtitle{
        font-size: 16px;
    }
    .si-modal-aside-person .item-status{
        height: 24px;
        padding: 2px 10px 0;
        font-size: 12px;
    }
    .si-modal-aside-person .item-status:before{
        width: 4px;
        height: 4px;
        margin-right: 3px;
        position: relative;
        top: -1px;
        left: -2px;
    }
}
@media(max-width: 991px) and (min-width: 900px){
    .big-modal-step-variant-text{
        font-size: 13px;
        padding: 8px 8px 8px 32px;
    }
    .big-modal-step-variant-text .jq-radio, .big-modal-step-variant-text .jq-checkbox{
        left: 8px;
        top: 8px;
    }
    .jq-checkbox, .jq-radio{
        width: 16px;
        height: 16px;
    }
    .jq-radio .jq-radio__div,
    .jq-checkbox .jq-checkbox__div{
        width: 8px;
        height: 8px;
        margin: 3px 0 0 3px;
    }
}
@media(max-width: 991px){
    .big-modal-step-scroll-container{
        padding-right: 10px;
    }
    .big-modal-step-scroll-container {
        max-height: calc(38vw + 40px);
    }
    .si-modal-aside-result-item{
        font-size: 11px;
        padding: 15px;
    }
}
@media(max-width: 899px){
    .si-modal{
        width: 100%;
        order: 2;
    }
    .si-modal-aside{
        width: 100%;
        order: 1;
    }
    .big-modal-step-scroll-container{
        max-height: inherit;
        overflow: inherit;
        padding-right: 0;
    }
    .big-modal-step-variant-text{
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 15px;
    }
    .big-modal-step-variant-text .jq-radio, .big-modal-step-variant-text .jq-checkbox{
        top: 11px;
    }
    .input.in-modal{
        font-size: 15px;
    }
    .si-modal-aside-person .item-name{
        padding: 15px;
    }
    .si-modal-aside-result-item{
        font-size: 13px;
    }
    .big-modal-step-variant-text .jq-radio, .big-modal-step-variant-text .jq-checkbox{
        top: 9px;
    }
}
@media(max-width: 899px) and (min-width: 599px){
    .si-modal-aside{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .si-modal-aside-person{
        width: 250px;
        margin-bottom: 0;
    }
    .si-modal-aside-info{
        width: calc(100% - 280px);
        background: rgba(255,255,255,.5);
        padding: 25px;
        border-radius: 15px;
    }
    .si-modal-aside-result {
        border-top: none;
        border-bottom: none;
        padding-top: 0;
        padding-bottom: 0;
    }
    .si-modal-aside-result-items{
        width: 300px;
        max-width: 100%;
        margin: auto;
    }
    .si-modal-aside-result-item{
        text-align: center;
    }
}
@media(max-width: 767px){
    .big-modal-step-labels.type-radio .big-modal-step-label, 
    .big-modal-step-labels.type-checkbox .big-modal-step-label{
        padding: 10px 15px;
        min-height: 56px;
    }
    .big-modal-step-labels.type-radio .jq-radio, 
    .big-modal-step-labels.type-checkbox .jq-checkbox{
        width: 30px;
        height: 30px;
    }
    .big-modal-step-labels.type-radio span, 
    .big-modal-step-labels.type-checkbox span{
        width: calc(100% - 30px);
        font-size: 15px;
    }
    .page-input-wrapper {
        margin: 0 0 20px;
    }
    .page-form-subtitle{
        font-size: 14px;
    }
}
@media(max-width: 699px){
    .big-modal-step-variant-text{
        font-size: 14px;
    }
}
@media(max-width: 599px){
    .big-modal-step-scroll-container {
        max-height: 90vw;
        overflow: auto;
        padding-right: 10px;
    }
    .big-modal-step-variant-col{
        width: 50%;
    }
    .big-modal-nav:before,
    .big-modal-button.prev:after,
    .big-modal-button.next:after{
        display: none;
    }
    .input {
        padding: 20px 15px 20px 40px;
        font-size: 14px;
    }
    .form-icon{
        left: 14px;
        top: 23px;
    }
}
@media(max-width: 429px){
    .big-modal-step-title{
        font-size: 18px;
    }
    .big-form-steps, .si-modal-aside{
        padding: 25px 15px;
    }
    .big-modal-step-scroll-container{
        margin-left: -5px;
        margin-right: -5px;
    }
    .big-modal-step-variant-col{
        padding: 0 5px 10px;
    }
    .big-modal-step-variant-text{
        font-size: 10px;
    }
    .big-modal-step-variant-text .jq-radio, .big-modal-step-variant-text .jq-checkbox{
        top: 8px;
    }
    .big-modal-step-title{
        align-items: flex-start;
    }
    .big-modal-step-title-num{
        width: auto;
        height: auto;
        padding: 0;
        background-color: transparent;
        font-weight: bold;
        color: #333;
    }
    .big-modal-step-title-num:after{
        content: ".";
    }
    .big-modal-step-variant-text .jq-radio, .big-modal-step-variant-text .jq-checkbox{
        left: 8px;
        top: 8px;
    }
    .jq-checkbox, .jq-radio{
        width: 16px;
        height: 16px;
    }
    .jq-radio .jq-radio__div,
    .jq-checkbox .jq-checkbox__div{
        width: 8px;
        height: 8px;
        margin: 3px 0 0 3px;
    }
    .big-modal-step-variant-text{
        padding-left: 30px;
    }
}
@media(max-width: 329px){
    .big-modal-step-variant-text{
        font-size: 9px;
    }
    .big-modal-step-variant-text .jq-radio, .big-modal-step-variant-text .jq-checkbox{
        top: 7px;
    }
}


@media(min-width: 992px) {

    /* Custom chrome scroll */
    .big-modal-step-scroll-container::-webkit-resizer {
        background-repeat: no-repeat;
        width: 3px;
        height: 1px;
    }

    .big-modal-step-scroll-container::-webkit-scrollbar {
        width: 3px;
    }

    .big-modal-step-scroll-container::-webkit-scrollbar-button {
        background-repat: no-repeat;
        width: 3px;
        height: 0px;
    }

    .big-modal-step-scroll-container::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    .big-modal-step-scroll-container::-webkit-scrollbar-track {
        background-color: #F0EFEF;
    }

    .big-modal-step-scroll-container::-webkit-scrollbar-thumb {
        background: #C7C6C6;
    }

    /* /. Custom chrome scroll */
}