/* fonts*/
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-v9-cyrillic_latin-regular.eot'); /* IE9 Compat Modes */
    src: local('PT Sans'), local('PTSans-Regular'),
    url('../fonts/pt-sans-v9-cyrillic_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt-sans-v9-cyrillic_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt-sans-v9-cyrillic_latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt-sans-v9-cyrillic_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt-sans-v9-cyrillic_latin-regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'PT Sans Bold';
    font-style: bold;
    font-weight: 400;
    src: url('../fonts/pt_sans_bold.eot'); /* IE9 Compat Modes */
    src: local('PT Sans'), local('PTSans-Bold'),
    url('../fonts/pt_sans_bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/pt_sans_bold.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/pt_sans_bold.woff') format('woff'), /* Modern Browsers */ url('../fonts/pt_sans_bold.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/pt_sans_bold.svg#PTSans') format('svg'); /* Legacy iOS */
}

@font-face {

    font-family: 'Univers';
    src: url('../fonts/UniversLTCYR-57Condensed.eot');
    src: url('../fonts/UniversLTCYR-57Condensed.eot?#iefix') format('embedded-opentype'),
    url('../fonts/UniversLTCYR-57Condensed.woff') format('woff'),
    url('../fonts/UniversLTCYR-57Condensed.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto-Regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto-Regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto-Regular.svg#PTSans') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Roboto-Light.eot'); /* IE9 Compat Modes */
    src: local('Roboto Light'), local('Roboto-Light'),
    url('../fonts/Roboto-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/Roboto-Light.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/Roboto-Light.woff') format('woff'), /* Modern Browsers */ url('../fonts/Roboto-Light.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/Roboto-Light.svg#PTSans') format('svg'); /* Legacy iOS */
}

[contenteditable="true"] {
    border-bottom: none;
}

body {
    color: #49433C;
    font-family: 'PT Sans';
}

a {
    color: #56AEFB;
    text-decoration: underline;
    letter-spacing: 0.1px;
    line-height: 22px;
}

a.btn {
    text-decoration: none;
}

.font-sans {
    font-family: 'PT Sans';
}

.font-sans-bold {
    font-family: 'PT Sans Bold';
}

.font-univers {
    font-family: 'Univers';
}

.font-roboto {
    font-family: 'Roboto';
}

.font-roboto-light {
    font-family: 'Roboto Light';
}

h1, .h1 {
    font-family: 'Univers';
    font-size: 25px;
    font-weight: 500;
    line-height: 29px;
    color: #49433C;
    text-transform: uppercase;
    margin-bottom: 15px;
}

h2, .h2 {
    font-family: 'Roboto Light';
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #000000;
    margin-bottom: 15px;
}

h3, .h3 {
    color: #000000;
    font-family: 'Roboto Light';
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 15px;
}

.downloadFile[href=""] {
    display: none;
}

.box-shadow {
    box-shadow: 0 2px 4px 2px rgba(196, 196, 196, 0.5);
    padding: 20px;
}

/*width*/
.mw-300 {
    max-width: 300px;
}

/*navs*/
.nav-tabs {
    border: none;
    height: 100%
}

.nav-tabs .nav-item {
    margin: 0px;
}

.nav-tabs .nav-link {
    margin-right: 10px;
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    background-color: rgba(196, 196, 196);
    border: none;
    border-radius: 0px;
}

.nav-tabs .nav-link.active {
    background-color: #FFF6D6;
}

.tab-content {
    background-color: #FFF6D6;
    padding: 20px;
}

.tab-content.white {
    background-color: #FFFFFF
}

.nav-tabs.second {
    margin-bottom: 20px;
    height: auto;
}

.nav-tabs.second .nav-link {
    margin-right: 10px;
    color: #56AEFB;
    font-family: "PT Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.1px;
    line-height: 19px;
    background: none;
    padding: 0 3px;
}

.nav-tabs.second .nav-link.active {
    background: none;
    color: #333333;
    border-bottom: 2px solid #FFCA00;
}

.tab-content.second {
    background: none;
    padding: 0px;
}

/*colors*/
.background-color-yellow-one {
    background-color: #FFCA00;
}

.background-color-yellow-two {
    background-color: #F3B410;
}

.background-color-yellow-three {
    background-color: #FFE68D;
}

.background-color-red-one {
    background-color: #EB0A12;
}

.background-color-red-two {
    background-color: #BB050B;
}

.background-color-red-three {
    background-color: #FF6C6E;
}

.background-color-darkblue-one {
    background-color: #003D9D;
}

.background-color-darkblue-two {
    background-color: #002763;
}

.background-color-darkblue-three {
    background-color: #2871E5;
}

.background-color-green-one {
    background-color: #61AE24;
}

.background-color-green-two {
    background-color: #4B871C;
}

.background-color-green-three {
    background-color: #81CC46;
}

.background-color-blue-one {
    background-color: #56AEFB;
}

.background-color-blue-two {
    background-color: #3081C8;
}

.background-color-blue-three {
    background-color: #91CAFC;
}

.background-color-orange-one {
    background-color: #F8A528;
}

.background-color-orange-two {
    background-color: #EB8815;
}

.background-color-orange-three {
    background-color: #FFD391;
}

/*text-colors*/
.text-color-yellow-one {
    color: #FFCA00;
}

.text-color-yellow-two {
    color: #F3B410;
}

.text-color-yellow-three {
    color: #FFE68D;
}

.text-color-red-one {
    color: #EB0A12;
}

.text-color-red-two {
    color: #BB050B;
}

.text-color-red-three {
    color: #FF6C6E;
}

.text-color-darkblue-one {
    color: #003D9D;
}

.text-color-darkblue-two {
    color: #002763;
}

.text-color-darkblue-three {
    color: #2871E5;
}

.text-color-green-one {
    color: #61AE24;
}

.text-color-green-two {
    color: #4B871C;
}

.text-color-green-three {
    color: #81CC46;
}

.text-color-blue-one {
    color: #56AEFB;
}

.text-color-blue-two {
    color: #3081C8;
}

.text-color-blue-three {
    color: #91CAFC;
}

.text-color-orange-one {
    color: #F8A528;
}

.text-color-orange-two {
    color: #EB8815;
}

.text-color-orange-three {
    color: #FFD391;
}

/*checkbox*/
.custom-check input[type="checkbox"] {
    display: none
}

.custom-check:not(.disabled) input[type="checkbox"]:checked + span {
    background-color: #3081C8;
    border-color: #3081C8
}

.custom-check:not(.disabled) input[type="checkbox"]:checked + span:after {
    transform: scale(1)
}

.custom-check:not(.disabled) input[type="checkbox"]:hover:checked + span {
    background-color: #003D9D;
    border-color: #003D9D;
    border-radius: 2px;
}

.custom-check:not(.disabled) input[type="checkbox"]:hover:checked + span:after {
    transform: scale(1);
}

.custom-check:not(.disabled) input[type="checkbox"]:focus + span {
    box-shadow: 0 0 2px 0 #0778C1;
    border: 1px solid #3081C8;
}

.custom-check:not(.disabled) input[type="checkbox"]:focus:checked + span {
    box-shadow: 0 0 2px 0 #0778C1;
    border: 1px solid #3081C8;
    background-color: #3081C8;
}

.custom-check:not(.disabled) input[type="checkbox"]:focus:checked + span:after {
    transform: scale(1);
}

.custom-check.disabled input[type="checkbox"]:checked + span, .custom-check input[type="checkbox"]:checked:disabled + span, .custom-check input[type="checkbox"]:hover:checked:disabled + span {
    background-color: #CBCBCB;
    border: none;
}

.custom-check.disabled input[type="checkbox"]:checked + span:after {
    transform: scale(1);
}

.custom-check label {
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 20px;
    display: flex;
    align-items: center;

}

.custom-check.disabled label {
    pointer-events: none;
}

.custom-check label:hover {
    cursor: pointer;
}

.custom-check.disabled label:hover {
    cursor: not-allowed;
}

.custom-check span {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 16px;
    min-width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #9E9E9E;
    position: relative;
    margin-right: 12px;
}

.custom-check.disabled span, .custom-check input[type="checkbox"]:disabled + span {
    background-color: #F3F3F3;
    border: 1px solid #CBCBCB;
}

.custom-check input[type="checkbox"] + span + input {
    display: none;
}

.custom-check input[type="checkbox"]:checked + span + input {
    display: block;
}

.custom-check.has-error span {
    border: 1px solid #BB050B;
}

.custom-check span:after {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    background: url(../images/check.svg) center center no-repeat;
    background-size: contain;
    transform: scale(0);
    transition: .2s
}

.custom-check .error {
    display: none;
}

.custom-check.has-error .error, .invalid-feedback {
    color: #BB050B;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    display: block;
}

.custom-check.form-check-inline label {
    margin-right: 25px;
}

.custom-check.form-check-inline label:last-child {
    margin-right: 0px;
}

/*radio*/

.custom-radio .radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
    float: left;
    display: none;
}

.custom-radio .radio label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
    color: #333333;
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 20px;
}

.custom-radio .radio label:hover {
    cursor: pointer;
}

.custom-radio .radio label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    border: 1px solid #9E9E9E;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;

}

.custom-radio .radio label:after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;

    margin-left: 0px;
    border-radius: 50%;

    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);

}

.custom-radio .radio input[type="radio"] + label > input {
    display: none;
}

.custom-radio .radio input[type="radio"]:checked + label > input {
    display: block;
}

.custom-radio .radio input[type="radio"] + label:after {
    background-color: #3081C8;
}

.custom-radio .radio input[type="radio"]:checked + label:before {
    border-color: #3081C8;
}

.custom-radio .radio input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    top: 5px;
}

.custom-radio .radio input[type="radio"]:checked:hover + label:before {
    border-color: #003D9D;

}

.custom-radio .radio input[type="radio"]:checked:hover + label:after {
    background-color: #003D9D;
}

.custom-radio .radio input[type="radio"]:focus + label:before {
    border: 1px solid #3081C8;
    box-shadow: 0 0 2px 0 #0778C1;
}

.custom-radio .radio input[type="radio"]:focus + label:after {


}

.custom-radio .radio input[type="radio"]:checked:focus + label:before {
    border: 1px solid #3081C8;
    box-shadow: 0 0 2px 0 #0778C1;
}

.custom-radio .radio input[type="radio"]:checked:focus + label:after {
    background-color: #3081C8;

}

.custom-radio.disabled .radio input[type="radio"] + label:before, .custom-radio .radio input[type="radio"]:disabled + label:before {
    border-color: #CBCBCB;
    background-color: #F3F3F3;
}

.custom-radio.disabled .radio input[type="radio"] + label:after, .custom-radio .radio input[type="radio"]:disabled + label:after {
    background-color: #F3F3F3;

}

.custom-radio.disabled .radio input[type="radio"]:checked + label:before, .custom-radio .radio input[type="radio"]:checked:disabled + label:before {
    border-color: #CBCBCB;
    background-color: #fff;
}

.custom-radio.disabled .radio input[type="radio"]:checked + label:after, .custom-radio .radio input[type="radio"]:checked:disabled + label:after {
    background-color: #CBCBCB

}

.custom-radio.disabled, .custom-radio.disabled label {
    pointer-events: none;
}

.custom-radio.disabled label:hover, .custom-radio input[type="radio"]:disabled + label:hover {
    cursor: not-allowed;
}

.custom-radio.has-error .radio label:before {
    border: 1px solid #BB050B;

}

.custom-radio .error {
    display: none;
}

.custom-radio.has-error .error, .invalid-feedback {
    color: #BB050B;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
    display: block;
}

/*input*/
.custom-group-input {
    position: relative;
}

.custom-group-input label {
    color: #333333;
    font-size: 14px;
    line-height: 17px;
}

.custom-group-input input, .custom-group-input textarea {
    border: 1px solid #DDDDDD;
    border-radius: 0;
    color: #333;
    resize: none;
    margin-bottom: 1rem;
}

.form-inline.custom-group-input input {
    margin-bottom: 0rem;
}

.form-inline .custom-button-one, .form-inline .custom-button-two {
    box-shadow: none;
}

.custom-group-input input:hover, .custom-group-input textarea:hover {
    border: 1px solid #9E9E9E;
    cursor: pointer;
}

.custom-group-input input:focus, .custom-group-input textarea:focus {
    border: 1px solid #91CAFC;
    background-color: #F5FAFF;
    box-shadow: none;
    outline: none;
}

.custom-group-input input:focus:hover, .custom-group-input textarea:focus:hover {
    cursor: initial;
}

.custom-group-input input:disabled:hover, .custom-group-input textarea:disabled:hover {
    border: 1px solid #DDDDDD;
    cursor: not-allowed;
}

.custom-group-input.has-error input, .custom-group-input.has-error textarea {
    border: 1px solid #BB050B;
}

.custom-group-input .error {
    display: none;
}

.custom-group-input.has-error .error, .custom-group-input .invalid-feedback {
    margin-top: 4px;
    display: block;
    color: #BB050B;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px;
}

.can-newline {
    margin-bottom: 30px;
}

.can-newline .add-newline {
    color: #56AEFB;
    border-bottom: 1px solid #56AEFB;
    display: inline;
    margin-left: .75rem;
    line-height: 22px;
}

.can-newline .add-newline:hover {
    cursor: pointer;
}

.plus-minus .input-group-btn {
    position: absolute;
    right: 1px;
    width: 25px;
    height: 25px;
    z-index: 4;
    line-height: 1rem;
    border-left: 1px solid #ced4da;
}

.plus-minus .input-group-btn .btn:focus {
    box-shadow: none;
}

.plus-minus .input-group-btn .btn:hover {
    cursor: pointer;
}

.plus-minus .input-group-btn.minus {
    top: 50%;
}

.plus-minus .input-group-btn.plus {
    top: 1px;

}

.plus-minus .input-group-btn.plus .fa {
    padding-top: 5px;
}

.plus-minus .input-group-btn.minus .fa {
    padding-bottom: 5px;
}

.plus-minus .input-group-btn .btn-number {
    width: 24px;
    height: 24px;
    padding: 0;
    border-radius: 0;
    border: 0;
    background-color: #fff;
}

.plus-minus input {
    height: 50px;
    font-size: 16px;
    margin-top: auto;
    border-radius: 0px;
}

.plus-minus input::-webkit-outer-spin-button,
.plus-minus input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.plus-minus input[type='number'] {
    -moz-appearance: textfield;
}

.custom-group-input .input-group-btn.search {
    position: absolute;
    right: 10px;
    top: 7px;
    color: #DDDDDD;
}

/*select*/
.custom-group-select input {
    border-radius: 0px;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 3 4 5'%3E%3Cpath fill='%23343a40' d='M2 1L9 2h4zm0 6L0 4h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 13px 16px;
}

.custom-group-select input:focus {
    border: 1px solid #91CAFC;
    background-color: #F5FAFF;
    box-shadow: none;
    outline: none;
}

.custom-group-select .form-control::-webkit-input-placeholder { /* Chrome */
    color: #b3b3b3;
}

.custom-group-select .form-control:-ms-input-placeholder { /* IE 10+ */
    color: #b3b3b3;
}

.custom-group-select .form-control::-moz-placeholder { /* Firefox 19+ */
    color: #b3b3b3;
    opacity: 1;
}

.custom-group-select .form-control:-moz-placeholder { /* Firefox 4 - 18 */
    color: #b3b3b3;
    opacity: 1;
}

.custom-group-select .dropdown-menu {
    width: 100%;
    padding: 0;
    border-radius: 0px;

}

.custom-group-select .dropdown-item:nth-child(2n) {
    background-color: #F5F5F5;
}

.custom-group-select .dropdown-item:hover {
    background-color: #3081C8;
    color: #FFFFFF;
}

.custom-group-select a {
    text-decoration: none;
    white-space: initial;

}

/*button*/
.custom-button-one, .custom-button-two {
    color: #333333;
    border-radius: 0;
    margin-right: 10px;
    letter-spacing: 0.5px;
    line-height: 19px;
    background-color: #FFCA00;
    box-shadow: 0 2px 2px 0 rgba(220, 113, 19, 0.5);
    padding: 10px 15px;
}

.custom-button-one:hover, .custom-button-two:hover {
    background-color: #F8A528;
    box-shadow: 0 2px 2px 0 rgba(220, 113, 19, 0.5);
}

.custom-button-one:active, .custom-button-one:focus, .custom-button-two:active, .custom-button-two:focus {
    box-shadow: 0 2px 2px 0 rgba(122, 15, 0, 0.5);
    background-color: #F79524;

}

.custom-button-one:disabled, .custom-button-two:disabled, .custom-button-one.disabled, .custom-button-two.disabled {
    background-color: #DDDDDD;
    box-shadow: 0 2px 2px 0 rgba(145, 145, 145, 0.5);
    color: #fff;
}

.custom-button-one:disabled:hover, .custom-button-two:disabled:hover, .custom-button-one.disabled:hover, .custom-button-two.disabled:hover {
    cursor: not-allowed;
}

.custom-button-two, a.custom-button-two {
    height: 38px;
    position: relative;
    margin-right: 20px;
    overflow: initial;
    margin-left: 0px;
}

.custom-button-two:after {
    content: "";
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-left: 15px solid #FFCA00;

    position: absolute;
    right: -16px;
    top: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s
}

.custom-button-two:hover:after {
    border-left: 15px solid #F8A528;
}

.custom-button-two:active:after, .custom-button-two:focus:after {
    border-left: 15px solid #F79524;
}

.custom-button-two:disabled:after, .custom-button-two.disabled:after {
    border-left: 15px solid #DDDDDD;
}

.custom-button-two.back {
    margin-left: 20px;
    margin-right: 10px;
}

.custom-button-two.back:after {
    content: "";
    border-top: 19px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 15px solid #FFCA00;
    border-left: none;
    position: absolute;
    left: -16px;
    right: unset;
    top: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s
}

.custom-button-two.back:hover:after {
    border-right: 15px solid #F8A528;
    border-left: none;
}

.custom-button-two.back:active:after, .custom-button-two.back:focus:after {
    border-right: 15px solid #F79524;
    border-left: none;
}

.custom-button-two.back:disabled:after, .custom-button-two.disabled.back:after {
    border-right: 15px solid #DDDDDD;
    border-left: none;
}

a..js-downloadFile:not([href]), a.js-downloadFile[href=""] {
    display: none;
}

/*table*/

.custom-table td {
    padding: 0.75rem;
}

.custom-table th, .custom-table td.header, .custom-table thead th, .custom-table thead td {
    vertical-align: top;
    border-top: none;
    background-color: #F5F5F5;
    border-right: 1px solid #A8A8A8;
    border-bottom: 1px solid #DDDDDD;
    font-weight: bold;
    color: #333333;
    padding: 0.75rem;
    height: 100px;
}


.custom-table th:last-child, .custom-table td.header:last-child {
    border-right: none;
}

.custom-table th span:not(.input-group-btn):not(.fa), .custom-table td span:not(.input-group-btn):not(.fa) {
    display: block;
    padding: 0.75rem;
    height: auto;
    margin: -0.75rem;
    min-height: 100px;
    overflow-y: auto;
}
:root {
    --placeholder-pefix-text: "Пример заполнения: ";
}
.custom-table th small, .custom-table td small {
    font-size: 12px;
    /*font-style: italic;*/
    color: #9E9E9E;
    display: block;
}

.custom-table td > span[contenteditable]:empty::before {
    /*content: attr(data-placeholder);*/
    content: var(--placeholder-pefix-text) attr(data-placeholder);
    display: inline-block;
    color: #90989D;
    font-size: 12px;
    font-style: italic;
}

.custom-table td {
    border-bottom: 1px solid #DDDDDD;

    height: fit-content;

    width: 200px;
    max-width: 200px;
    border-top: none;
    min-width: 200px;

    border-right: 1px solid #eee;
}

.custom-table span[contenteditable]:focus {
    background-color: #F5FAFF;
    border: 1px solid #91CAFC;
}

.custom-table td:not(.header) span.icon-process, .custom-table td:not(.header).icon-process {
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/play.png');

}

.custom-table td:not(.header) span.icon-no, .custom-table td:not(.header).icon-no {
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/close.png');

}

.custom-table td:not(.header) span.icon-yes, .custom-table td:not(.header).icon-yes {
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/checked-symbol.png');

}

.custom-table td:not(.header).icon-process {
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/play.png');

}

.custom-table td:not(.header).icon-no {
    text-indent: -9999px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/close.png');

}

.custom-table td:not(.header).icon-yes span.icon-yes, .custom-table td:not(.header).icon-no span.icon-no, .custom-table td:not(.header).icon-process span.icon-process {
    text-indent: -9999px;
    background: none;

}

.table-responsive .table {
    margin-bottom: 0;
}

.table-responsive,
.table-inner-wrapper {
    position: relative;
    overflow: auto;
}

.table-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100px;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
}

.shadow-left {
    left: 0;
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.shadow-right {
    right: 0;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.custom-table.table-editable {
    border: 1px solid #DDDDDD;
}

.custom-table.table-editable td:not(.header) {
    background-color: #FFFDF5;
}

/*
TABS
*/

/* MyFunnel */
.v1_12 {
    width: 100%;
    height: 848px;
    background: rgba(255,255,255,1);
    opacity: 1;
    position: relative;
    top: 0px;
    left: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.v1_61 {
    width: 49px;
    color: rgba(51,51,51,1);
    position: absolute;
    top: 163px;
    font-family: TT Norms Pro;
    font-weight: Regular;
    font-size: 12px;
    opacity: 1;
    text-align: left;
}

.v1_19 {
    width: 60px;
    height: 60px;
    opacity: 1;
    position: absolute;
    left: 121px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.v1_28 {
    width: 31px;
    color: rgba(255,255,255,1);
    position: absolute;
    left: 123px;
    font-family: TT Norms Pro;
    font-weight: Medium;
    font-size: 22px;
    opacity: 1;
    text-align: left;
}

.v1_33 {
    width: 60px;
    height: 60px;
    opacity: 1;
    position: absolute;
    left: 211px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}

.v1_38 {
    width: 49px;
    color: rgba(255,255,255,1);
    position: absolute;
    left: 217px;
    font-family: TT Norms Pro;
    font-weight: Medium;
    font-size: 22px;
    opacity: 1;
    text-align: left;
}

.v1_63 {
    width: 150px;
    height: 6px;
    background: rgba(242,242,242,1);
    opacity: 1;
    position: absolute;
    /*left: 121px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.v1_68 {
    height: 6px;
    opacity: 1;
    position: absolute;
    /*left: 121px;*/
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}

.v1_99 {
    width: 50px;
    color: rgba(130,130,130,1);
    position: absolute;
    left: 126px;
    font-family: TT Norms Pro;
    font-weight: Medium;
    font-size: 20px;
    opacity: 1;
    text-align: left;
}

.v1_104 {
    width: 50px;
    color: rgba(47,128,237,1);
    position: absolute;
    left: 216px;
    font-family: TT Norms Pro;
    font-weight: Medium;
    font-size: 20px;
    opacity: 1;
    text-align: left;
}

.v1_50 {
    width: 251px;
    color: rgba(130,130,130,1);
    position: absolute;
    left: 321px;
    font-family: TT Norms Pro;
    font-weight: Medium;
    font-size: 20px;
    opacity: 1;
    text-align: left;
}
.v1_501 {
    height: 60px;
    background: rgba(242,242,242,1);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}


.v1_43 {
    width: 89px;
    position: absolute;
    left: 601px;
    font-family: TT Norms Pro;
    font-weight: Medium;
    font-size: 22px;
    opacity: 1;
    text-align: left;
}



.header-text{
    /*font-family: TT Norms Pro;*/
    font-family: 'PT Sans';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    color: #333333;
}
.header-text span{
    color: #2F80ED;
}

.first-current label, .second-target label{
    /*font-family: TT Norms Pro;*/
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
    display: flex;
    justify-content: center;
}

.first-current > .current-price, .second-target > .target-price {
    color: #ffffff;
    /*font-family: TT Norms Pro;*/
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    width: 60px;
    height: 60px;
    background: #27AE60;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.first-current > .current-total{
    color: #828282;
    /*font-family: TT Norms Pro;*/
    /*font-family: 'PT Sans';*/
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.second-target > .target-total{
    color: #2F80ED;
    /*font-family: TT Norms Pro;*/
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.icon-block{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
}
.fa-arrow-right:before{
    color: #E0E0E0;
}

.block-too{
    display: flex;
    /*align-items: center;*/
}

.block-too-block{
    width: 475px;
    height: 60px;
    background: #F2F2F2;
    border-radius: 12px;
    display: flex;
    justify-content: left;
    align-items: center;
    border: 0;
    padding-left: 15px;
    color: #828282;
    /*margin-bottom: 5px;*/
}
.block-too input > .fa-pencil:before{
    color: dodgerblue;
}

.block-three{
    /*font-family: TT Norms Pro;*/
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    color: #27AE60;
    display: flex;
    align-items: center;
}
.block-four{
    /*font-family: TT Norms Pro;*/
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    color: white;
    line-height: 26px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    background-color: #EB5757;
    height: 45px;
    padding-left: 10px;
    padding-right: 10px;
}


progress {
    border-radius: 10px;
    height: 6px;
}

progress::-webkit-progress-value {
    background: #27AE60;
    border-radius: 10px;
}

progress::-webkit-progress-bar {
    background: #F2F2F2;
    border-radius: 10px;
}



progress::-moz-progress-bar {
    background: #F2F2F2;
    border-radius: 10px;
}
progress::-moz-progress-value {
    background: #27AE60;
    border-radius: 10px;
}






.add-etap{
    display: flex;
    justify-content: center;
    padding-left: 50px;
    line-height: 20px;
    cursor: pointer;
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    color: #2F80ED;
}
.add-etap span{
    display: flex;
    align-items: center;
}
.add-etap i {
    background: #FFFFFF;
    box-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 5px;
    font-size: 14px;
}



.block-popup {
    display: none;
}
.block-popup:before {
    content: '';
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.popup {
    opacity: 1;
    background: #fff;
    width: 360px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    z-index: 99999;

}
.click-close-popup {
    display: flex;
    justify-content: flex-end;
}

.block-input input, .block-select select{
    width: 100%;
    border-radius: 3px;
    border: solid 1px darkgrey;
    padding: 3px;
}
.block-save-popup{
    display: flex;
    justify-content: center;
}







.block-popup2 {
    display: none;
}
.block-popup2:before {
    content: '';
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.popup2 {
    opacity: 1;
    background: #fff;
    width: 1000px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    z-index: 99999;

}
.click-close-popup2 {
    display: flex;
    justify-content: flex-end;
}

.block-input input, .block-select select{
    width: 10%;
    border-radius: 3px;
    border: solid 1px darkgrey;
    padding: 3px;
}
.block-save-popup2{
    display: flex;
    justify-content: center;
}




.block-popup3 {
    display: none;
}
.block-popup3:before {
    content: '';
    background: #000;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
.popup3 {
    opacity: 1;
    background: #fff;
    width: 1000px;
    position: fixed;
    top: 20%;
    left: 50%;
    margin-left: -200px;
    border: 1px solid darkgrey;
    border-radius: 5px;
    z-index: 99999;

}
.click-close-popup3 {
    display: flex;
    justify-content: flex-end;
}
.block-save-popup3{
    display: flex;
    justify-content: center;
}




/*--- NEW BLOCK ---*/

.block-routes{
    height: 65px;
    background: #F2F2F2;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #828282;
}
.block-routes-text{
    display: flex;
    width: 100%;
    justify-content: center;
}

.block-routes-icons-left{
    height: 65px;
    width: 101px;
    background: #F2C94C;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.block-routes-icons-right{
    width: 30px;
    height: 65px;
    background: #F2C94C;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.block-hypotheses{
    border-radius: 12px;
    background: #F2F2F2;
    padding: 5px;
    height: 183px;
    width: 100%;
}

.block-hypotheses-model > div:first-child{
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding-right: 10px;
}

.block-hypotheses-teges > div:first-child{
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    padding-right: 10px;
}

.block-hypotheses-teges a{
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #2F80ED;
    text-decoration: underline;
}

.block-hypotheses label{
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    color: #828282;
}

.block-hypotheses-fact ul, li{
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.block-fact{
    padding-right: 20px;
}

.block-fact label{
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 40px;
    color: #333333;
    padding-right: 10px;
}

.block-fact div{
    width: 133px;
    height: 45px;
    background: #FFFFFF;
    color: #828282;
    padding: 0px 10px;
    border-radius: 12px;
    border: 0;
    display: flex;
    align-items: center;
}

.block-fact-progress{
    display: flex;
    align-items: center;
}

.block-fact-text{
    width: 666px;
    background: #FFFFFF;
    border-radius: 12px;
    font-family: TT Norms Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 45px;
    color: #828282;
}

.block-fact-text span{
    padding-left: 10px;
}
.block-fact-border{
    border-left: 1px solid #E0E0E0;
    padding: 0px 10px;
}

.block-bisnes-model-block{
    width: 480px;
    height: 45px;
    background: #F2F2F2;
    border-radius: 12px;
}

.block-bisnes-model-text{
    color: #2F80ED;
    align-items: center;
    display: flex;
    padding-left: 10px;
    width: 100%;
}

.block-bisnes-model-icon{
    width: 39px;
    height: 45px;
    background: #27AE60;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.block-toll-left-white{
    width: 150px;
    height: 56px;
    background: #FDFDFD;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.block-toll-left-blue{
    width: 150px;
    height: 56px;
    background: #2F80ED;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    display: flex;
}

.block-toll-right-white{
    width: 150px;
    height: 56px;
    background: #FDFDFD;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #2F80ED;
}

.block-toll-border{
    border-left: 1px solid #E0E0E0;
    height: 100%;
    width: 1%;
    margin: 0 auto;
}

/*--- END NEW BLOCK ---*/

.content_toggle{
    display: flex;
    align-items: center;
}

.block-bg{
    background-color: #FDFDFD;
}
.block-bg li{
    padding-right: 15px;
}

/*--- END NEW BLOCK ---*/

/*---  REFACTORING ---*/
.block-stage{
    display: flex;
    padding-left: 0px;
}
.block-stage li:first-child{
    display: block;
    /*padding-top: 30px;*/
}
.block-first-current{
    display: flex;
}

.block-toggle{
    background-color: #EB5757;
    height: 45px;
    width: 45px;
    border-radius: 10px;
    margin-top: 29px;
    margin-left: 10px;
}

#row-toggle {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-closed::after{
    content: "";
    position: absolute;
    bottom: 5px;
    left: 30px;
    right: 12px;
    z-index: 11;
    display: block;
    width: 20px;
    height: 20px;
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
}
.row-opened::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 9px;
    right: 12px;
    z-index: 11;
    display: block;
    width: 25px;
    height: 25px;
    border-top: 3px solid #2F80ED;
    border-left: 3px solid #2F80ED;
}

.row-opened {
    top: 20px;
    transform: rotate(225deg);
}

/*.row-closed::after{*/
/*    content: "";*/
/*    position: absolute;*/
/*    left: 12px;*/
/*    z-index: 11;*/
/*    display: block;*/
/*    width: 25px;*/
/*    height: 25px;*/
/*    border-top: 3px solid #2F80ED;*/
/*    border-left: 3px solid #2F80ED;*/
/*}*/

.row-closed {
    top: 10px;
    transform: rotate(135deg);
}

/*---  END REFACTORING ---*/


.block-three-block{
    height: 60px;
    background: #FDFDFD;
    border-radius: 12px;
    display: flex;
    margin-top: 22px;
    justify-content: left;
    align-items: center;
    border: 0;
    /*padding-left: 15px;*/
    margin-bottom: 30px;
}
