.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: #1468a9;
    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: #1468a9;
    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-flow: row wrap;
    align-items: flex-start;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 202;
    overflow: auto;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s;
    z-index: 3000;
}

.si-modals-wrapper.active {
    opacity: 1;
    visibility: visible;
}

.si-modal {
    display: none;
    position: relative;
    background: #fff;
    padding: 50px 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-modal.active {
    transform: scale(1);
}

.modal-form-title {
    padding: 0 0 20px;
}

.modal-line {}

.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: #1468a9
}

.si-close:active:before,
.si-close:active:after {
    background: #c9a100
}

.si-modal.big {
    flex: 0 1 1170px;
    padding: 0;
}

.big-form-steps {
    padding: 50px 60px;
}

.big-steps-final {
    overflow: hidden;
    position: relative;
}
.big-steps-final-bg{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: calc(100% - 450px);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.big-steps-final-title {
    position: absolute;
    top: 50px;
    left: 50px;
    text-align: left;
    z-index: 2;
    font-size: 24px;
    font-weight: 600;
}

.big-steps-final .real-form {
    position: relative;
    z-index: 3;
    float: right;
    width: 450px;
    background: #fff;
    padding: 70px 20px;
}

.big-steps-final-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-60%, -28%)
}

.big-modal-title {
    text-align: center;
    padding: 0 0 30px;
    font-weight: 600;
    font-size: 24px;
}
.big-modal-step-title{
    font-weight: bold;
    font-size: 16px;
}


.big-modal-progress {
    background: #f2f2f2;
    padding: 4px;
    border-radius: 20px;
}

.big-modal-progress-bar {
    position: relative;
    background: #fff;
    height: 24px;
    width: 10%;
    border-radius: 20px;
    transition: all 0.3s ease-out 0s;
}

.big-modal-progress-bar .value {
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.big-modal-steps {
    padding: 30px 0 0;
    counter-reset: steps_counter;
}

.big-modal-step {
    counter-increment: steps_counter;
    margin: 0 0 40px
}

.big-modal-step-variants {
    padding: 30px 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.big-modal-step-variants.center {
    justify-content: center;
}

.big-modal-step-variants.inside-6 {
    margin: 0 -10px;
}

.big-modal-step-variants.inside-5 {
    margin: 0 -10px;
}

.big-modal-step-variant {
    margin: 0 15px 15px;
    cursor: pointer;
    position: relative;
}

.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;
}

.big-modal-step-variant:hover:before {
    border-color: #1468a9;
    box-shadow: 0 0 0 2px #1468a9;
}

.big-modal-step-variant.active:before {
    border-color: #1468a9;
    box-shadow: 0 0 0 2px #1468a9;
}


.big-modal-step-variant:after {
    display: block;
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 10px;
    border: 4px solid #1468a9;
    border-width: 0 0 4px 4px;
    transform: rotate(-45deg);
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}

.big-modal-step-variant.active:after {
    opacity: 1;
}

.big-modal-step-variant {
    margin: 0 10px 20px;
}

.big-modal-step-variant.width-1-6 {
    margin: 0 5px 15px;
    flex: 0 0 15%;
}

.big-modal-step-variant.width-1-5 {
    margin: 0 5px 15px;
    flex: 0 0 19%;
}

.big-modal-step-variant-text {
    text-align: left;
    padding: 10px 10px 15px 40px;
    font-size: 13px;
    line-height: 1.3;
    position: relative;
}
.big-modal-step-variant-text .jq-radio,
.big-modal-step-variant-text .jq-checkbox{
    position: absolute;
    left: 10px;
    top: 8px;
}

.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: #1468a9;
    display: block;
    margin: 0 auto 15px;
}

.big-modal-step-labels {
    padding: 30px 0 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.big-modal-step-labels.center {
    justify-content: center;
}

.big-modal-step-labels.inside-6 {}

.big-modal-step-label {
    display: block;
    margin: 0 15px;
    min-width: 110px;
    padding: 10px 20px;
}

.big-modal-step-label.width-1-3 {}

.input.in-modal {
    padding: 20px 30px;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
    width: auto;
}
.input.in-modal.long-input{
    width: 400px;
    max-width: 100%;
    margin: 0;
}

.big-steps-final {
    display: none;
}

.big-modal-step {
    display: none;
}

.big-modal-step.active {
    display: block;
}

.big-modal-nav {
    margin: 30px 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: #1468a9;
    color: #272727;
    padding-right: 35px;
}

.big-modal-button.next:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 100%;
    background: #fff;
}

.big-modal-button.next:hover {
    background: #1468a9;
}

.big-modal-button.prev {
    background: #fff;
    color: #272727;
    box-shadow: inset 0 0 0 1px #ebebeb;
    padding-left: 35px;
}

.big-modal-button.prev:after {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 100%;
    background: #fff;
}

.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-arrow.prev {
    left: 20px;
}

a:hover .big-modal-button-arrow.prev {
    left: 13px;
}

a:active .big-modal-button-arrow.prev {
    left: 0;
    opacity: 0;
}

.big-modal-button-arrow.next {
    right: 20px;
}

a:hover .big-modal-button-arrow.next {
    right: 13px;
}

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: #1468a9;
    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;
}

.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: #1468a9;
    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: #1468a9;
    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 #1468a9, 0 0 5px #1468a9;
    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: #1468a9;
    border-left-color: #1468a9;
    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);
    }
}

.big-button-wrapper {
    display: inline-block;
}

.button-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 100px;
    margin: 15px 0;
    transform: translateZ(0)
}

.button-wrapper:active {
    top: 2px;
}

.button-wrapper.no-margin {
    margin: 0;
}

.button-wrapper.block {
    display: block;
    width: 100%;
}

.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 #1468a9, 0 5px 0 #e1b815;
    transform: translateZ(0)
}

.button:hover {
    background: #1468a9;
    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 #1468a9;
    background: transparent;
    box-shadow: none;
}

.button.border:hover {
    background: #1468a9
}

.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-clear {}

.si-clear:after {
    display: block;
    content: '';
    clear: both;
}

.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(quiz.css)
}

.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-title {
    padding: 0 0 30px;
    font-size: 20px;
    font-weight: bold;
}

.page-form-title em {
    display: block;
    font-weight: normal;
    font-size: 16px;
    padding-top: 10px;
}

.page-inputs-wrapper {
    width: 80%;
    margin: 0 auto;
}

.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 #1468a9, 0 0 10px rgba(255, 255, 255, 0);
}

.input:focus {
    background: #fff;
    box-shadow: inset 0 0 0 2px #1468a9, 0 0 10px #1468a9;
}

.input.si-error,
.si-error .input {
    color: #cb0707 !important;
    border-color: #cb0707 !important;
}

.btn.btn-lg[name="quiz_btn"]{
    height: 70px;
}

textarea {
    resize: none;
    overflow: hidden;
}

.form-icon {
    position: absolute !important;
    left: 24px;
    top: 24px;
    width: 18px;
    height: 18px;
    fill: #c3c3c3;
    pointer-events: none;
}

input:focus+.form-icon {
    fill: #1468a9;
}

.si-error .form-icon {
    fill: #cb0707 !important;
}

.submit-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.submit {
    -webkit-appearance: none;
    cursor: pointer;
    border: 0;
    position: relative;
    transition: all 0.2s ease-out 0s;
}

.submit:hover {}

.submit:active {}

.submit.disabled {
    cursor: default;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'../../../../../external.html?link=http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.page-input-wrapper {
    margin: 0 0 30px;
    display: block;
}

.input.in-modal {
    padding: 20px 30px;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
    width: auto;
}






/* 1229 */
@media all and (max-width : 1229px) {
    /* Modals */
    .big-modal-step-variant.width-1-6 {
        flex: 0 0 17%;
    }
}

/* 1100 */
@media all and (max-width : 1100px) {
    /* Page form */
    .page-form-image.i-1 {
        transform: translate(-26%, -48%);
    }

    .page-inputs-wrapper {
        width: 100%;
    }


    /* Modals */
    .big-modal-step-label {
        min-width: 30%;
    }

    .big-modal-step-variant.width-1-6 {
        margin: 0 10px 15px;
        flex: 0 0 19%
    }

    .big-modal-step-variant.width-1-5 {
        flex: 0 0 22%
    }

    .big-steps-final-title {
        top: 20px;
        left: 20px;
    }

}

/* 920 */
@media all and (max-width : 920px) {

    /* Page form */
    .page-form-block .centered {
        padding: 100px 0;
    }

    .page-form-image {
        display: none;
    }

    .page-form {
        flex: 0 0 50%;
    }

    /* Modals */
    .big-form-steps {
        padding: 50px 20px;
    }

    .big-modal-step-variant.width-1-6 {
        flex: 0 0 22%;
    }

    .big-modal-step-variant.width-1-5 {
        flex: 0 0 30.33%;
    }

    .big-steps-final-title {
        display: none;
    }
    .big-steps-final .real-form {
        width: 100%;
        float: none;
    }
    .big-steps-final-bg{
        display: none;
    }
}

/* 767 */
@media all and (max-width : 767px) {

    /* Page form */
    .page-form-block .centered {
        padding: 60px 0;
    }

    .page-form-block-left {
        flex: 0 0 100%;
    }

    .page-form-block-title br {
        display: none;
    }

    .page-usp-wrapper {
        padding: 10px 0 0;
    }

    .page-form {
        flex: 0 0 100%;
        margin: 70px 0 0;
    }

    .page-inputs-wrapper {
        width: 80%;
    }


    /* Modals */

    .big-modal-step-variant {
        max-width: 42%;
    }

    .big-modal-step-variant.width-1-6 {
        margin: 0 0 15px;
        flex: 0 0 32% !important
    }

    .big-modal-step-variant.width-1-5 {
        flex: 0 0 48%;
        margin: 0 0 15px;
        max-width: 100%;
    }

    .big-steps-final {
        background: #fff;
    }

    .si-modal {
        margin: 0 auto;
    }

    .big-modal-title{
        font-size: 18px;
    }
    .jq-radio{
        width: 12px;
        height: 12px;
    }
    .big-modal-step-variant-text .jq-radio{
        left: 5px;
        top: 6px;
    }
    .jq-radio .jq-radio__div {
        width: 6px;
        height: 6px;
        margin: 2px 0 0 2px;
        border-radius: 50%;
        background: #1468a9;
        opacity: 0;
        transition: all 0.2s ease-out 0s;
    }
    .big-modal-step-variant-text {
        padding: 5px 5px 5px 20px;
        font-size: 11px;
    }
    .big-form-steps {
        padding: 60px 10px 35px;
    }
    .big-modal-button{
        font-size: 14px;
    }
    .big-modal-step-labels.center{
        justify-content: flex-start;
    }
    .big-modal-step-labels{
        font-size: 13px;
    }
    .big-modal-step-labels .jq-radio{
        top: -1px;
        margin-right: 5px;
    }
    .si-modals-wrapper{
        display: block;
    }
    .big-modal-progress-bar .value {
        font-size: 13px;
        line-height: 24px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .big-modal-step-variants.inside-5{
        margin: 0;
    }
}

/* 480 */
@media all and (max-width : 480px) {

    /* Page form */
    .page-usp-item {
        padding: 0 0 0 30px;
    }

    .page-form {
        flex: 1 0 100%;
        margin: 20px -20px 0;
    }

    .page-form-inner:before {
        display: none;
    }

    .page-inputs-wrapper {
        width: 90%;
    }

    .page-input-wrapper {
        margin: 0 0 20px;
    }


    /* Modals */
    .si-modals-wrapper,
    .si-modals-wrapper-2 {
        padding: 15px;
    }

    .big-modal-step-label {
        margin: 0 0 10px;
    }

    .input.in-modal {
        padding: 20px 10px;
    }

    .big-modal-step-variants {
        justify-content: space-between !important;
    }

    .big-modal-step-variant {
        max-width: 100%;
        flex: 0 0 48% !important;
        margin: 0 0 15px;
    }

    .big-modal-step-variant-inner {
        padding: 15px 5px;
    }

    .big-modal-step-variant.width-1-6 {
        flex: 0 0 48% !important
    }


    .si-page-message {
        font-size: 18px;
        line-height: 24px;
    }

}