body {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    background: transparent;
}

.wrapper {
    position: relative;
}

.cu-p {
    cursor: pointer;
}

h4.collapsed img {
    transform: rotate(0);
}

h4 img {
    transform: rotate(180deg);
}

#verification_code {
    height: 40px;
    box-sizing: border-box;
    box-shadow: none;
    background: rgba(247, 248, 250, 0.5);
    border: 1px solid rgba(211, 217, 222, 0.5);
    /*border: 1px solid rgba(255, 0, 0, 0.5);*/
    border-radius: 6px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px;
}

#sendCodeAgain {
    display: none;
    background-color: transparent;
    color: #888;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
}

#sendCodeAgain:hover {
    color: #555;
}

#stopwatch {
    font-weight: bold;
}

a,
a:hover {
    text-decoration: none;
}

.container {
    max-width: 960px;
}

.container-header {
    max-width: 1500px;
    padding: 0 25px;
}

.header {
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
}

.header-main {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-left {
}

.header-logo {
    display: flex;
    align-items: center;
}

.header-logo img {
    margin-right: 20px;
}

.hide_logo{
    display: none;
}

.header-logo span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #000000;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-right__item {
    display: flex;
    align-items: center;
    margin-left: 8px;
    font-weight: normal;
    font-size: 16px;
    line-height: 120%;
    color: #343a40;
}

.header-right__item:hover {
    color: #343a40;
}

.header-right__item:hover .header-right__item__image {
    border: 1.5px solid #343a40;
}

.header-right__item__image {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #000;
    border-radius: 50%;
}

.header-right__item__image img {
    width: 20px;
}

.header-right__btn {
    margin-left: 75px;
    height: 46px;
    display: flex;
    align-items: center;
    background: #918A3D;
    border-radius: 4px;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 45px;
}

.header-right__btn:hover {
    color: #ffffff;
}

.footer {
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
    display: flex;
    align-items: center;
    text-align: center;
}

.footer-main {
}

.footer-logo {
    display: flex;
    margin: 0 auto;
    margin-bottom: 1rem;
    justify-content: center;
}

.red {
    color: red;
}

.footer-logo img {
    max-width: 120px;
}

.footer-copy {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #696969;
}

.main {
    padding: 30px 0;
    box-shadow: 0 -20px 28px rgba(0, 0, 0, 0.1);
    border-radius: 15px 15px 0 0;
    background: white;
}

.title h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 0;
}

.text-info-warning {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.opacity-0 {
    opacity: 0;
}

.text-info-warning p {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-bottom: 0;
    margin-left: 8px;
}

.exclamation {
    position: relative;
    padding: 25px 30px;
    background: #F4F4F4;
    border-radius: 4px;
    margin-bottom: 50px;
}

.exclamation::after {
    content: '';
    width: 280px;
    height: 241px;
    background-image: url(../images/icons/warning.png);
    background-size: contain;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    right: 60px;
}

.exclamation h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    color: #282E3E;
    margin-bottom: 10px;
}

.exclamation p {
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #282E3E;
}

.exclamation p:last-child {
    margin: 0;
}

.step-item {
    margin-bottom: 30px;
}

.step-title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
    margin-top: 30px;
}

.step-item .form-group {
    margin-bottom: 30px;
}

.step-item .form-group label {

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6F7985;
}

.step-item .form-control {
    height: 40px;
    box-sizing: border-box;
    box-shadow: none;
    background: rgba(247, 248, 250, 0.5);
    border: 1px solid rgba(211, 217, 222, 0.5);
    border-radius: 6px;
    outline: none;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}


.form-group .bootstrap-select > .dropdown-toggle {
    height: 100%;
    background: linear-gradient(360deg, #E7EAED -25.73%, rgba(231, 234, 237, 0) 99.08%);
    outline: none !important;
    border: 0;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #000;
}

.dropup .dropdown-toggle::after {
    border: solid black;
    width: 10px;
    font-size: 2px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.dropdown-toggle::after {
    border: solid black;
    width: 10px;
    font-size: 2px;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.form-group .filter-option-inner {
    height: 100%;
}

.form-group .filter-option-inner-inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.dropdown-item.active:hover, .dropdown-item:active:hover {
    color: #fff;
}

.step-btns {
    display: flex;
}

.btn-next {
    height: 50px;
    padding: 0 45px;
    outline: none;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, #00A3FF 0%, #0B6CFF 382.5%);
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: white;
    margin-bottom: 10px;
}

.step-btns .btn-clear {
    height: 45px;
    background: transparent;
    border: 1px solid #191919;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #191919;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0 45px;
    outline: none;
    opacity: 0.4;
}

.step-control {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.step-control__item {
    position: relative;
    z-index: 1;
}

.step-control__line .line {
    width: 16px;
    height: 0;
    left: 1217px;
    top: 150px;
    display: block;
    border: 0.6px solid #BFBFBF;
}

.step-control__line.active .line {
    border: 0.6px solid #019FFF;
}

.step-control__item .main-circle {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-control__item.active .main-circle {
    border: 0.6px solid #019FFF;
    margin-right: 5px;
    margin-left: 5px;
}

.step-control__item .circle {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: #ECECEC;
    color: #BCBCBC;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
}

.step-control__item.active .circle {
    color: white;
}

.step-control__item.active .circle {
    background: linear-gradient(180deg, #00A3FF 0%, #0B6CFF 382.5%);
}

.fileupload {
    position: relative;
    height: 45px;
    border: 1px solid #9499A4;
    box-sizing: border-box;
    border-radius: 4px;
    color: #495057;
    display: flex;
    align-items: center;
}

.step-item .fileupload .form-control {
    opacity: 0;
}

.fileupload label {
    position: absolute;
    width: 80px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #343a40;
    border-radius: 4px;
    top: -1px;
    right: 0;
}

.fileupload label img {
}

.fileupload span {
    position: absolute;
    left: 15px;
    bottom: 50%;
    transform: translateY(50%);
    color: #282E3E;
    opacity: 0.3;
}

.fileupload span.active {
    opacity: 1;
}

.docviewer {
    width: 100%;
    margin-bottom: 30px;
}

.image-uploader .upload-text i {
    display: block;
    font-size: 32px;
    margin-bottom: 15px;
    color: transparent;
    background-image: url(../images/icons/uploader-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.image-uploader .uploaded .uploaded-image {
    display: inline-block;
    width: calc(25% - 1rem);
    padding-bottom: calc(24% - 1rem);
    height: 0;
    position: relative;
    margin: .5rem;
    background: #f3f3f3;
    cursor: default;
}


.checklabel {
    display: flex;
    padding: 20px 25px;
    background: #F4F4F4;
    border-radius: 4px;
    margin-bottom: 30px;
}

.checklabel img {
    margin-right: 10px;
}

.checklabel span {
    font-weight: normal;
    font-size: 16px;
    color: #000000;
}

.custom-checkbox {
    margin-bottom: 15px;
}

.custom-control-label {
    font-weight: 300;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000000;
    cursor: pointer;
}

.below {
    position: relative;
    margin-bottom: 15px;
}

#bcPaint-canvas-container {
    width: 100%;
}

#bcPaint-bottom {
    position: absolute;
    left: 15px;
    bottom: 20px;
}

#bcPaintCanvas {
    border: 1px solid #CDCDCD !important;
    background: #F8F8F8;
}

.filesuploadview {
    padding: 10px 15px 0;
}

.filesuploadview > p {
    margin-bottom: 3px;
}

.filesuploadview > p:last-child {
    margin-bottom: 0;
}


li {
    font-size: 18px;
    padding: 4px;
}


.form-avatar {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar-upload {
    position: relative;
    width: 100%;
}

.avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input + label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input + label:after {
    content: "\f040";
    font-family: 'FontAwesome', sans-serif;
    color: #343a40;
    position: absolute;
    top: 8px;
    left: 2px;
    right: 0;
    text-align: center;
    margin: auto;
}

.avatar-upload .avatar-preview {
    width: 100%;
    height: 166px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid rgba(182, 181, 208, 0.3);
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.white-popup {
    position: relative;
    background: #f2f2f2;
    padding: 32px;
    border-radius: 12px;
    width: auto;
    max-width: 720px;
    margin: 0 auto;
}

.white-popup__step2 {
    max-width: 715px;
}

.mfp-content {
    overflow-y: auto;
    max-height: 100%;
    padding: 20px 0;
}

.mfp-zoom-in {
    /* start state */
    /* animate in */
    /* animate out */
}

.mfp-with-anim,
.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
}

.mfp-bg,
.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.mfp-ready .mfp-with-anim,
.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.mfp-ready.mfp-bg,
.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.mfp-removing .mfp-with-anim,
.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.mfp-removing.mfp-bg,
.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.mfp-close,
.mfp-close:active {
    font-size: 32px;
    right: 10px;
    top: 10px;
}

.mfp-close-btn-in .mfp-close {
    opacity: 1;
    color: #000000;
}

.popup-main {
    position: initial;
}

.popup-main .loader {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2;
}

.popup-main .loader .loader-image img {
    width: 64px;
}

.popup-main .loader.active {
    display: flex;
}

.popup-title {
    text-align: center;
    margin-bottom: 30px;
}

.popup-title img {
    margin-bottom: 45px;
}

.popup-title-text h2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    color: #000000;
    max-width: 560px;
}

.popup-main ul {
    padding: 0 20px;
}

.popup-main ul li {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 38px;
    max-width: 330px;
    color: #000000;
}

.popup-title p {
    color: #7E7E7E;
    margin: 0;
    font-size: 15px;
    line-height: 21px;
}

.popup-main .form-group {
    margin-bottom: 20px;
}

.pdf_1 {
    width: 50%;
    height: 610px;
}

.text-modal-p {
    margin-top: 18px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
    text-align: center;
    color: #939393;
}

#company_name_modal_text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 22px;
    margin-bottom: 20px;
    text-align: center;
    color: #BBBBBB;
}

#company_adress_modal_text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #000000;
    margin-bottom: 30px;
    max-width: 180px;
}

#company_author_name_modal_text {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 22px;
    margin-top: 30px;
    margin-bottom: 45px;
    text-align: center;
    color: #000000;
}

.close-modal {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #939393;
    display: block;
    margin: auto;
}

.send-again {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #939393;
    display: block;
    margin: auto;
}

.btn-close {
    background: #F95555;
    border-radius: 6px;
    height: 50px;
    width: 100%;
    transition: all 0.25s ease-in-out;
    color: #F2F2F2;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    margin-top: 35px;
}

.popup-main .form-control {
    height: 65px;
    background: #FFFFFF;
    border-radius: 5px;
}

.popup-main .questionnaire {
    width: 100%;
    height: 0;
    margin-bottom: 44px;
    padding: 0;
    background: #FFFFFF;
    border-radius: 5px;
}

.popup-main .last-group {
    width: 100%;
    height: 150px;
    background: rgba(246, 142, 18, 0.2);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-main .last-group span {
    font-weight: 500;
    font-size: 48px;
    line-height: 24px;
    text-align: center;
    color: #F68E12;
}

.popup-main .last-group span#totalPrice p {
    font-size: 17px;
    padding: 0 16px;
    margin-top: 15px;
}

.popup-main .last-group span#totalPrice p a {
    white-space: nowrap;
}

.text-exemption-1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #383b3e;
}

.text-exemption-2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #6F7985;
}

.text-exemption-3 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    color: #000000;
}

.text-exemption-4 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #6F7985;
}

.profile-side {
    padding: 20px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.profile-main {
    padding: 20px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
}

.validation-invalid-label {
    color: red !important;
}

.warning_btn_mobile {
    display: none;
}

.documents-block {
    display: flex;
    justify-content: space-between;
}

.sign {
    background: #FBFBFC;
    border: 1px solid #E7EAED;
    border-radius: 6px;
    width: 100%;
    height: 175px;
}

#signature-trash {
    border: none;
    outline: none;
    position: absolute;
    right: 20px;
    top: 16px;
    background: transparent;
    padding: 0;
}

.final-title1 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
    color: #000000;
    margin-top: 20px;
}

.final-title2 {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 40px;
}

.powered {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #696969;
}

.altek {
    width: 60px;
}

.dropdown-item .text {
    white-space: break-spaces;
}