* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    background-color: #fff;
    color: #2D3B5A;
}
label.control-label {
    font-weight: normal;
    font-size: 14px;
}
form-control {
    display: block;
    width: 100%;
    height: 27px;
    padding: 2px 9px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.send-ok {
	display:none;
}
.pulse {
    position: fixed;
    top: 90%;
    left: 85%;
    transform: translate(-50%, -50%);
    background: #ff7600;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-size: 60px;
	z-index: 999;
}

.pulse:before,
.pulse:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #ff7600;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}
input.btn:hover {
    background: #f50078;
    transition: 0.35s;
}
.pulse:after{
	animation-delay: .5s;
}
.form-control {
    height: 25px !important;
}

@keyframes animate
{
	0%
	{
		transform: scale(0.5);
		opacity: 0;
	}
	50%
	{
		opacity: 1;
	}
	100%
	{
		transform: scale(1.2);
		opacity: 0;
	}
}
.send-ok {
    text-align: center;
    font-weight: bold;
    color: #ff7600;
}
h3.rightColumnCalcTitle {
    text-align: center;
    font-weight: bold;
}
a {
    color: #ff7600;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }
	.grecaptcha-badge {visibility: hidden;}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    ul.enumeration {
        clear: both;
    }

    ul.enumeration > li {
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 23px;
        position: relative;
        padding: 3px 0 2px 37px;
    }

        ul.enumeration > li:before {
            content: '';
            position: absolute;
            left: 6px;
            top: 6px;
            width: 12px;
            height: 12px;
            background: #ff7600;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            z-index: 2;
        }

    ul.enumeration li:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        background: rgba(34, 232, 145, 0.22);
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        z-index: 1;
    }


    ul.dropdown-menu li:before, ul.dropdown-menu li:after {
        content: none;
        background: none;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.text-right {
    text-align: right;
}

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

.text-center {
    text-align: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.chosen-results > li:before, .chosen-results > li:after {
    content: none;
}

.text-center {
    text-align: center;
}

.text-lighter {
    opacity: 0.5;
}

.bg-color-info {
    background-color: #ff7600 !important;
}

.bg-color-warning {
    background-color: #ff7600 !important;
}

.color-info {
    color: #ff7600 !important;
}
.color-warning {
    color: #ff7600 !important;
}

.correct {
    background: url("../Content/Images/icon-well.svg") no-repeat center;
}

.tab__wrapper {
    width: 100%;
}

.tab__list {
    float: left;
    width: 100%;
    border-bottom: 1px solid #2D3B5A;
}

.tab__list-item {
    float: left;
    margin-right: 72px;
    font-size: 20px;
    line-height: 24px;
    padding: 0 2px 16px;
    cursor: pointer;
    position: relative;
}

    .tab__list-item.active {
        cursor: default;
        color: #ff7600;
        font-weight: 500;
    }

        .tab__list-item.active:after {
            content: '';
            width: 100%;
            height: 4px;
            bottom: -1px;
            left: 0;
            position: absolute;
            background: #ff7600;
        }

.tab__items {
    float: left;
    width: 100%;
    margin-top: 33px;
}

.tab__item {
    float: left;
    width: 100%;
    display: none;
}

    .tab__item.active {
        display: block;
    }

.btn, .default-button {
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    padding: 19px 52px;
    margin-right: 10px;
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ff7600;
    background: #ff7600;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    font-family: "Montserrat", "Roboto", sans-serif;
    text-align: center;
    white-space: normal;
}

    .btn.btn-primary, .btn-request {
        background: #ff7600;
        color: #fff;
        border-radius: 4px;
        border: #2D3B5A;
        color: #ffffff;
        border: none;
        outline: none;
        cursor: pointer;
        text-align: center;
    }

    .btn.btn-info {
        background: white;
        color: #2D3B5A;
        border: 2px solid #ff7600;
    }
    .btn.btn-success {
        background: #2D3B5A;
        color: white;
        border: 2px solid #2D3B5A;
    }

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background: #ff7600 !important;
    border-color: #ff7600 !important;
}

.btn:hover, .default-button:hover {
    color: white;
    background: #ff7600;
    border-color: #ff7600;
    cursor: pointer;
}
.btn.btn-primary:hover {
    color: white;
    background: #ff7600;
    border-color: #ff7600;
    cursor: pointer;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn,
.default-button.disabled, .default-button[disabled], fieldset[disabled] .default-button {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.default-button.success-button {
    background: #ff7600;
    color: #ffffff;
    border: 2px solid #ff7600;
}

.btn-green {
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ff7600;
    background: #ff7600;
    border-radius: 4px;
}
    .btn-green:hover {
        color: white;
        background: #ff7600;
        border-color: #ff7600;
        cursor: pointer;
    }

.SmsSigning-sending-code {
    padding: 19px 82px;
}
.SmsSigning-wrap .SmsSigning-sending-code {
    padding: 6px 25px;
}
.SmsSigning-wrap .SmsSigning-checking-code {
    padding: 13px 40px;
    min-width: 240px;
}

.btn-small {
    padding: 10px 20px;
}

small, .small {
    color: gray;
}

.alert.alert-info {
    background:rgba(139, 169, 236, 0.1);
    border: none;
}

#requestForm .alert, .request-form .alert {
    display: block !important;
}

.form__white, .form__blue {
    width: 365px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #F6F9FE;
}

.form__blue {
    background: #F6F9FE;
    border-color: #FFFFFF;
}

.form-title {
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.form-input-hint {
    font-style: italic;
    font-size: 12px;
}

.form-input {
    width: 100%;
    border: 1px solid lightblue;
    background: #F3F6FD;
    /*line-height: 45px;*/
    padding: 13px;
    font-size: 16px;
    outline: none;
    border-radius: 4px;
    color: #2D3B5A;
    font-family: "Montserrat", "Roboto", sans-serif;
    margin-bottom: 20px;
}

    .form-input.form__white-input {
        background: #ffffff;
    }

.form-textarea {
    width: 100%;
    border: 1px solid lightblue !important;
    margin-bottom: 20px;
    border: 0;
    background: #F3F6FD;
    outline: none;
    height: 110px;
    resize: none;
    border-radius: 4px;
    font-size: 16px;
    padding: 19px;
    color: #2D3B5A;
    font-family: "Montserrat", "Roboto", sans-serif;
}

    .form-textarea.form__blue-textarea {
        background: #ffffff;
    }

    .form-input.readonly, .form-textarea.readonly {
        background: #eee;
        border-color: lightgray !important;
    }

.form-submit {
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 30px;
    background: #ffffff;
}

    .form-submit.form__blue-submit {
        background: #F6F9FE;
    }

.form-result {
    width: 100%;
    margin-top: 29px;
}

.field-validation-error, .form-result__success {
    width: 100%;
    padding: 5px 18px 5px 18px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 19px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
}

.field-validation-error {
    color: #ff7600;
    background: #FFF5FA;
    border: 1px solid #ff7600;
}

.form-result__success {
    background: #BEFFE2;
}

input[type="checkbox"] {
    width: 25px;
    height: 25px;
    border: 1px solid rgba(0,0,0,.3);
    outline: none;
    box-sizing: border-box;
}

.small input[type="checkbox"] {
    width: 12px;
    height: 12px;
}

.checkbox input[type="checkbox"] {
    margin-left: -25px;
}

.checkboxLabel {
    position: relative;
    font-size: 16px;
    line-height: 19px;
    padding-left: 24px;
    cursor: pointer;
}

    .checkboxLabel input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 1px;
        width: 1px;
    }

    .checkboxLabel .checkmark {
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 1px;
        border: 1px solid #ff7600;
        border-radius: 4px;
    }

    .checkboxLabel input:checked + input + .checkmark {
        background: url("../Content/Images/check.svg") no-repeat center;
    }

    .checkboxLabel p, .radioLabel p {
        font-weight: normal;
    }

.radioLabel {
    position: relative;
    font-size: 16px;
    line-height: 19px;
    padding-left: 24px;
    padding-right: 44px;
    cursor: pointer;
}

    .radioLabel input {
        display: none;
    }

    .radioLabel .radiobtn {
        position: absolute;
        width: 16px;
        height: 16px;
        left: 0;
        top: 1px;
        border: 1px solid #ff7600;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .radioLabel input:checked + .radiobtn {
        background: url("../Content/Images/radio.svg") no-repeat center;
    }

.custom-select__wrapper select {
    display: none;
}

.custom-select-visual {
    min-width: 226px;
    border: 2px solid #ff7600;
    width: auto;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 19px;
    font-size: 16px;
    line-height: 19px;
    color: #ff7600;
    position: relative;
    background: #ffffff;
    z-index: 3;
}

.custom-select__wrapper.form-input-day, .custom-select__wrapper.form-input-month, .custom-select__wrapper.form-input-year {
    float: left;
    padding-right: 10px;
}

    .custom-select__wrapper.form-input-day > .custom-select-visual {
        min-width: 76px;
    }

    .custom-select__wrapper.form-input-month > .custom-select-visual {
        min-width: 156px;
    }

    .custom-select__wrapper.form-input-year > .custom-select-visual {
        min-width: 96px;
    }

.custom-select-visual__value {
    padding: 15px 10px 15px 0;
    background: url("../Content/Images/select_down.svg") no-repeat right;
}

.custom-select-visual.dropdown .custom-select-visual__value {
    background: url("../Content/Images/select_up.svg") no-repeat right;
}

.custom-select-visual__dropdown {
    display: none;
    position: absolute;
    background: #ffffff;
    left: -2px;
    padding: 0 19px 19px 19px;
    width: calc(100% + 4px);
    border: 2px solid #ff7600;
    top: 55px;
    max-height: 300px;
    overflow: scroll;
    border-top: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index: 2;
}

.custom-select-visual.dropdown .custom-select-visual__dropdown {
    display: block;
}

.custom-select-visual__option {
    padding: 5px 0;
    cursor: pointer;
    margin-bottom: 5px;
}

#header {
    float: left;
    width: 100%;
}

.headerTop {
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.6);
}

.wrapper {
    width: 1180px;
    margin: 0 auto;
}

.headerLogo {
    float: left;
    width: 300px;
}

.headerLogoImage {
    float: left;
    margin-right: 9px;
    position: relative;
    top: 15px;
}

.headerLogoName {
    font-size: 35px;
    color: #ff7600;
    font-weight: 700;
    margin-top: 34px;
}

.headerLogoDesc {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: #2D3B5A;
    font-weight: 600;
    padding: 0 9px;
}

.headerContacts {
    float: right;
    padding-top: 19px;
}

.headerContact {
    float: left;
    margin-right: 8px;
    position: relative;
    padding-left: 60px;
}

    .headerContact.email {
        line-height: 50px;
    }

    .headerContact:before {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        top: 0;
        left: 0;
        border-radius: 50%;
        position: absolute;
    }

    .headerContact.phone:before {
        background: rgba(34, 232, 145, 0.22) url("../Content/Images/call-answer.svg") no-repeat center;
    }

    .headerContact.email:before {
        background: url(../Content/Images/telegram.png) no-repeat center;
        border-radius: 0;
        width: 40px;
        height: 40px;
        margin-top: 5px;
    }
    .form-control {
        border: none;
        text-align: center;
        font-weight: bold;
        border-bottom: 1px solid #ff7600;
        box-shadow: none !important;
    }
    .btn-container {
        text-align: center;
    }
    .form-group {
        text-align: center;
    }
    .headerContact a {
        font-size: 24px;
        color: #2D3B5A;
        text-decoration: none;
        float: left;
        height: 24px;
        margin-top: -7px;
    }
    .headerContact.phone a {
        margin-right: 28px;
    }

.headerContact .description {
    font-size: 70%;
    color: gray;
    position: relative;
    top: 9px;
}

.linkBtn {
    font-size: 16px;
    line-height: 20px;
    display: block;
    padding: 18px 41px;
    color: #2D3B5A;
    text-decoration: none;
    border: 2px solid #ff7600;
    background: white;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

    .linkBtn:hover {
        background: #ff7600;
        color: #ffffff;
        cursor: pointer;
    }

.successBtn {
    font-size: 16px;
    line-height: 19px;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    background: #ff7600;
    border-radius: 4px;
    font-family: "Montserrat", sans-serif;
    border: #ff7600;
    text-transform: uppercase;
    cursor: pointer;
}

    .successBtn:hover {
        color: #ffffff;
        text-decoration: none;
    }

.headerModal.linkBtn {
    float: left;
}

.headerMenuWrap {
    float: left;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    line-height: 70px;
    padding-bottom: 10px;
}
    .headerMenuWrap .widget-main-navigation li a
    {
        font-size: 14px;
        line-height:4;
    }
    .headerMenuWrap .widget-main-navigation li.last{
        margin-left: 50px;
    }

    .widget h1 {
        text-align: center;
        color: #ff7600;
    }

.widget-Footer{
    clear: both;
}

.widget-main-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .widget-main-navigation li {
        float: left;
        margin-right: 45px;
        padding: 0;
        margin-bottom: 0;
        line-height: 70px;
        font-weight: 500;
    }

        .widget-main-navigation li:before, .widget-main-navigation li:after {
            display: none;
        }

        .widget-main-navigation li a {
            display: block;
            color: #2D3B5A;
            text-decoration: none;
            font-size: 16px;
            font-weight: 600;
            padding: 0 7px;
            position: relative;
        }

            .widget-main-navigation li a:hover:after, .widget-main-navigation li.current a:after {
                content: '';
                display: block;
                width: 100%;
                height: 3px;
                bottom: -1px;
                left: 0;
                background: #ff7600;
                position: absolute;
            }

        .widget-main-navigation li.last {
            float: right;
            position: relative;
        }

            .widget-main-navigation li.last a {
                display: block;
                position: relative;
                text-decoration: none;
                text-transform: uppercase;
            }

            .widget-main-navigation li.last .icon-logout {
                content: "";
                display: block;
                width: 50px;
                height: 50px;
                /*top: 10px;*/
                background: url("../Content/Images/icon-logout.svg") no-repeat center;
                position: absolute;
            }

@media (min-width: 500px) {
    .widget-main-navigation li.last .icon-man-user {
        content: "";
        display: block;
        width: 50px;
        height: 50px;
        top: 10px;
        left: -55px;
        background: rgba(154, 85, 91, 0.11) url("../Content/Images/man-user.svg") no-repeat center;
        border-radius: 50%;
        position: absolute;
    }
}

#calculatorContent span.header {
    font-weight: 500;
    font-size: large;
}
#calculatorContent span.value {
    font-weight: 700;
    font-size: larger;
}

.headelCalculator {
    padding: 0px 0 50px;
    background: rgba(255, 255, 255, 0.6);
}

.leftColumnCalc {
    float: left;
    width: calc(100% - 460px);
}

.leftColumnCalcTitle {
    font-size: 38px;
    line-height: 58px;
    font-weight: 600;
    color: #ff7600;
}

.leftColumnCalcDesc {
}

    .leftColumnCalcDesc ul {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style-type: none;
    }

    .leftColumnCalcDesc li {
        float: left;
        width: 100%;
        padding-left: 49px;
        line-height: 18px;
        font-size: 18px;
        margin-bottom: 0px;
        background: url("../Content/Images/success.png") no-repeat 0px 0px;
    }
.leftColumnCalc.mobele h3 {
    margin-top: 0px;
    font-size: 21px;
}
        .leftColumnCalcDesc li:after, .leftColumnCalcDesc li:before {
            content: none;
        }

        .leftColumnCalcDesc li h4 {
            font-size: 20px;
            color: #2D3B5A;
        }
    .leftColumnCalcDesc li small {
        color: gray;
    }

.leftColumnCardsList {
    float: left;
    display: flex;
    align-items: center;
}

    .leftColumnCardsList img {
        margin-right: 60px;
    }

.rightColumnCalc {
    float: right;
    width: 385px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��������� ���� */
}

.columnCalc {
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 20px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* ��������� ���� */
}

.calculatorFieldTitle {
}

.totalSumWrap {
    display: inline-block;
    padding-left: 19px;
    font-size: 22px;
    font-weight: 500;
    position: relative;
    padding-right: 32px;
}

#calculatorContent {
    margin-top: 15px;
}

.modal-action{
    cursor: pointer;
    border-bottom: 1px dashed #ff7600;
    color: #2D3B5A;
}

.calculatorBtnWrap{
    text-align: center;
}

.calcRequest {
    margin-top: 15px;
}

.calcResultTime {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
}

#main {
    float: left;
    width: 100%;
}

.principles {
    float: left;
    width: 100%;
    padding: 80px 0;
}

.principlesTop {
    float: left;
    width: 100%;
}

.principlesTopLeft {
    float: left;
    width: 53%;
}

.principlesTopRight {
    float: right;
    text-align: left;
    width: 37%;
    margin-top: 11px;
}

.principlesTopLeftTitle {
    float: left;
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    line-height: 58px;
    margin-bottom: 32px;
}

.principlesTopLeftText {
    float: left;
    width: 100%;
    font-size: 20px;
    line-height: 36px;
}

.percentPrinciples {
    float: left;
    width: 180px;
    height: 180px;
    background: rgba(209, 12, 109, 0.2);
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 56px;
    font-weight: 500;
}

    .percentPrinciples span {
        width: 130px;
        height: 130px;
        display: block;
        text-align: center;
        margin: 25px auto;
        background: #ff7600;
        border-radius: 50%;
        line-height: 130px;
    }

.percentPrinciplesText {
    float: left;
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 57px;
    margin-left: 22px;
}

.principlesList {
    float: left;
    width: 100%;
    margin-top: 75px;
}

.onePrinciple {
    float: left;
    width: 33%;
    padding-right: 75px;
    position: relative;
}

    .onePrinciple:before {
        display: block;
        color: #ff7600;
        opacity: 0.1;
        font-size: 104px;
        line-height: 127px;
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 700;
    }

#firstPrinciple:before {
    content: "01";
}

#secondPrinciple:before {
    content: "02";
}

#thirdPrinciple:before {
    content: "03";
}

.onePrincipleTitle {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 600;
    padding-top: 83px;
    margin-bottom: 40px;
}

.onePrincipleText {
}

    .onePrincipleText li {
        float: left;
        padding-left: 37px;
        width: 100%;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px;
        position: relative;
    }

        .onePrincipleText li:before {
            content: "";
            display: block;
            position: absolute;
            width: 24px;
            height: 24px;
            left: 0;
            top: 0;
            background: rgba(209, 12, 109, 0.22);
            border-radius: 50%;
        }

        .onePrincipleText li:after {
            content: "";
            display: block;
            position: absolute;
            width: 12px;
            height: 12px;
            left: 6px;
            top: 6px;
            background: #ff7600;
            border-radius: 50%;
        }

.motivation {
    float: left;
    width: 100%;
    background: rgba(139, 169, 236, 0.1) url("../Content/Images/trust_bg.png") no-repeat left bottom -90px;
    margin-bottom: 60px;
    margin-bottom: 60px;
    border-radius: 15px;
}

.motivationLeft {
    float: left;
    width: 340px;
    font-size: 36px;
    line-height: 48px;
    font-weight: 500;
    padding-left: 100px;
    position: relative;
}

    .motivationLeft:before {
        content: '';
        position: absolute;
        display: block;
        width: 80px;
        height: 3px;
        background: #2D3B5A;
        left: 0;
        top: 23px;
    }

.motivationRight {
    float: left;
    width: calc(100% - 410px);
    margin-left: 69px;
}

.motivationRightText {
    float: left;
    width: 100%;
    color: #ff7600;
    text-align: justify;
    font-size: 16px;
    line-height: 36px;
}

.motivationRequestWrap {
    float: left;
    width: 100%;
    margin-top: 12px;
}

.motivationRequest {
    float: left;
    margin-top: 13px;
    margin-right: 18px;
    position: relative;
    z-index: 1;
}

.motivationRequestRate {
    float: left;
    background: #FFFFFF;
    padding: 12px 0;
    font-size: 16px;
    line-height: 30px;
    width: calc(100% - 300px);
    margin-left: 30px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

    .motivationRequestRate:before {
        content: '';
        position: absolute;
        left: -70px;
        top: -3px;
        border: 45px solid transparent;
        border-right: 30px solid #ffffff;
        z-index: 0;
    }

    .motivationRequestRate span.title {
        float: left;
        font-size: 48px;
        line-height: 58px;
        margin-right: 10px;
    }

.motivationTrustTitle {
    margin-top:58px;
}
.motivationTrustTitle {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 37px;
    font-weight: 500;
    margin-bottom: 37px;
}

.motivationTrustItems {
    float: left;
    width: 100%;
}

.motivationTrustItem {
    width: 360px;
    float: left;
    padding-bottom: 25px;
    padding-left: 81px;
    font-size: 16px;
    line-height: 19px;
    position: relative;
}

    .motivationTrustItem > span {
        float: left;
        width: 100%;
        font-size: 30px;
        line-height: 37px;
        font-weight: 500;
        margin-bottom: 4px;
        margin-top: 1px;
    }
    .motivationTrustItem > span b {
        color: #ff7600;
        font-weight: 500;
    }

#countClientTrust {
    background: url("../Content/Images/trust_1.svg") no-repeat left top;
}

#moneyTrust {
    background: url("../Content/Images/trust_2.svg") no-repeat left top;
}

.howGet {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0 80px;
}

.howGetTitle {
    float: left;
    width: 100%;
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 90px;
}

.howGetStepsImages {
    float: left;
    width: 100%;
    position: relative;
}

.howGetStep {
    float: left;
    width: 33.3%;
    position: relative;
    z-index: 2;
}

.howGetStepsImagesBg {
    position: absolute;
    width: 70%;
    height: 5px;
    left: 15%;
    top: 103px;
    background: url("../Content/Images/dots_steps.svg") repeat-x;
    z-index: 1;
}

.howGetLink {
    float: left;
    width: 100%;
    margin-top: 70px;
}

    .howGetLink a {
        display: inline-block;
    }

.howGetStepImageWrap {
    min-height: 127px;
    vertical-align: bottom;
    line-height: 127px;
}

.howGetStepImage {
    max-width: 100%;
    background: #ffffff;
    vertical-align: bottom;
}

.howGetStepTitle {
    float: left;
    width: 100%;
    margin-bottom: 19px;
    line-height: 30px;
    margin-top: 46px;
}

    .howGetStepTitle span {
        padding-left: 45px;
        position: relative;
        font-size: 20px;
        line-height: 30px;
        display: inline-block;
    }

        .howGetStepTitle span:before {
            position: absolute;
            left: 0;
            top: 0;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            line-height: 30px;
            text-align: center;
            font-size: 20px;
            color: #FFFFFF;
            font-weight: 700;
            background: #ff7600;
        }

#firstStepGet span:before {
    content: "1";
}

#secondStepGet span:before {
    content: "2";
}

#thirdStepGet span:before {
    content: "3";
}

.howGetStepText {
    color: gray;
    font-size: 15px;
}

.faq {
    clear: both;
    padding: 50px 0;
    background: rgba(139, 169, 236, 0.1);
}

.faqTitle {
    float: left;
    width: 100%;
    font-size: 42px;
    line-height: 52px;
    font-weight: 500;
    margin-bottom: 40px;
}

.faqTabs {
    float: left;
    width: 100%;
    border-bottom: 1px solid #2D3B5A;
}

.faqTab {
    float: left;
    margin-right: 22px;
    font-size: 20px;
    line-height: 10px;
    padding: 0 2px 10px;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

    .faqTab.active {
        cursor: default;
        color: #ff7600;
        font-weight: 500;
    }

        .faqTab.active:after {
            content: '';
            width: 100%;
            height: 4px;
            bottom: -1px;
            left: 0;
            position: absolute;
            background: #ff7600;
        }

.faqContent {
    float: left;
    width: 100%;
    margin-top: 33px;
}

.oneFaqTabContent {
    float: left;
    width: 100%;
    display: none;
}

    .oneFaqTabContent.active {
        display: block;
    }

.questionList {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .questionList li {
        margin-bottom: 21px;
    }

.questionList li.active .oneQuestionTitle {
    color: #ff7600;
}

.oneQuestionText {
    padding-left: 21px;
    display: none;
}

.faqForm {
    float: right;
    width: 367px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    margin-top: 120px;
    margin-right: 20px;
}

.faqFormTitle {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.faqFormDesc {
    float: left;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}

.faqFormInput {
    float: left;
    width: 100%;
    border: none;
    background: #F3F6FD;
    line-height: 45px;
    padding: 0 19px;
    font-size: 16px;
    outline: none;
    border-radius: 4px;
    color: #2D3B5A;
    font-family: "Montserrat", "Roboto", sans-serif;
}

.faqFormTextarea {
    float: left;
    width: 100%;
    margin-top: 20px;
    border: 0;
    background: #F3F6FD;
    outline: none;
    height: 110px;
    resize: none;
    border-radius: 4px;
    font-size: 16px;
    padding: 19px;
    color: #2D3B5A;
    font-family: "Montserrat", "Roboto", sans-serif;
}

.faqFormSubmit {
    float: left;
    margin-top: 30px;
}

#footer {
    float: left;
    width: 100%;
    border-top: 2px solid #2D3B5A;
    padding: 50px 0;
    margin-top: 50px;
}

.footerTop {
    float: left;
    width: 100%;
    margin-bottom: 25px;
}

.footerLeftCol {
    float: left;
    width: 40%;
}

.footerCopy {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
}

.footerContact {
    float: left;
    color: #ff7600;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
}

.footerMiddle {
    float: left;
    width: 40%;
    text-align: center;
}

.footerMiddlePhone {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 37px;
    text-decoration: none;
    margin-bottom: 16px;
}

.footerRight {
    float: right;
    width: 20%;
    text-align: right;
}

    .footerRight span {
        float: left;
        width: 100%;
        font-size: 16px;
        line-height: 19px;
        color: rgba(255, 255, 255, 0.4);
        margin-bottom: 10px;
    }

.footerDeveloper, .footerDeveloper img {
    max-width: 100%;
}

.footerBottom {
    float: left;
    width: 100%;
}

.footerBottomText {
    float: left;
    width: 40%;
    font-size: 14px;
    line-height: 18px;
}

.footerBottomCards {
    float: left;
    width: 60%;
    text-align: center;
}

.footer-menu .menu > li {
    width: 230px;
    float: left;
    padding-left: 0;
}

    .footer-menu .menu > li:after, .footer-menu .menu > li:before {
        content: none;
    }

.calculatorSlider {
    float: left;
    width: 100%;
    position: relative;
    height: 60px;
    margin-top: 25px;
}

    .calculatorSlider .ui-slider {
        height: 6px;
        background: #B6BDCA;
        border-radius: 4px !important;
        border: 0;
    }

    .calculatorSlider .ui-slider-range-min {
        background: #ff7600;
    }

    .calculatorSlider .ui-slider-handle {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #ff7600;
        border: 0;
        top: -14px;
        margin-left: -16px;
        outline: none;
    }

        .calculatorSlider .ui-slider-handle:after {
            content: "";
            display: block;
            width: 46px;
            height: 46px;
            left: -7px;
            top: -7px;
            background: rgba(209, 12, 109, 0.2);
            border-radius: 50%;
            position: absolute;
        }

.sliderMinMax {
    position: absolute;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
    top: 25px;
}
    .sliderMinMax.active{
        color: #ff7600;
    }

.tariffSlider .sliderMinMax {
    font-weight: 500;
}

.sliderMin {
    left: 0;
}

.sliderMax {
    right: 0;
}

.sliderValue {
    font-weight: 600;
}

.menuOpenerWrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    background: #ffffff;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
    .menuOpenerWrapper .accountLink {
        top: 10px;
        left: 15px;
        position: absolute;
        border: 1px solid #ff7600;
        padding: 5px;
        border-radius: 20px;
        width: 40px;
        text-align: center;
    }
.menuOpenerWrapper .headerLogoName {
    margin-top: 6px;
    text-align: center;
    text-decoration: none;
    position: relative;
    left: -12px;
}

.menuOpenerWrapper .headerLogoImage {
    float: none;
    width: 30px;
    margin-right: 10px;
    margin-top: -37px;
}

    .menuOpener {
        display: none;
        position: fixed;
        width: 30px;
        height: 30px;
        right: 25px;
        top: 15px;
        background: url("../Content/Images/menu-three-horizontal-lines-symbol.svg") no-repeat;
        cursor: pointer;
        z-index: 999;
    }

.closeMenu {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    right: 15px;
    top: 22px;
    background: url("../Content/Images/close.svg") no-repeat;
    cursor: pointer;
    -webkit-background-size: 24px;
    background-size: 24px;
}

.mobileHeaderPhones, .widget-MobileHeaderPhones {
    display: none;
}

#ContactUsFormId {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

    #ContactUsFormId form {
        display: none;
        background: #FFFFFF;
        width: 370px;
        padding: 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -185px;
        border-radius: 10px;
        margin-top: -350px;
    }

.modalTitle {
    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.modalDesc {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 20px;
}

.modalForm {
    float: left;
    width: 100%;
}

#ContactUsFormId fieldset {
    border: none;
}

#ContactUsFormId label {
    display: none;
}

#ContactUsFormId input[type=text] {
    float: left;
    width: 100%;
    border: none;
    background: #F3F6FD;
    line-height: 45px;
    padding: 0 19px;
    font-size: 16px;
    outline: none;
    border-radius: 4px;
    color: #2D3B5A;
    font-family: "Montserrat", "Roboto", sans-serif;
}


#ContactUsFormId textarea {
    float: left;
    width: 100%;
    margin-top: 20px;
    border: 0;
    background: #F3F6FD;
    outline: none;
    height: 110px;
    resize: none;
    border-radius: 4px;
    font-size: 16px;
    padding: 19px;
    color: #2D3B5A;
    font-family: "Montserrat", "Roboto", sans-serif;
}

.modalSubmit {
    float: left;
    margin-top: 30px;
}

.modalSubmitError {
    float: left;
    width: 100%;
    padding: 18px;
    font-size: 16px;
    line-height: 19px;
    color: #ff7600;
    background: #FFF5FA;
    margin-top: 20px;
    display: none;
}

.modalSubmitSuccess {
    float: left;
    width: 100%;
    padding: 18px;
    font-size: 16px;
    line-height: 19px;
    background: #BEFFE2;
    margin-top: 20px;
    display: none;
}

.modalClose {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 20px;
    top: 20px;
    background: url("../Content/Images/close.svg") no-repeat;
    cursor: pointer;
    -webkit-background-size: 24px;
    background-size: 24px;
}

.center-wrapper {
    width: 768px;
    margin: 0 auto;
}

    .center-wrapper > h1, .center-wrapper > h2, .center-wrapper > h3, .center-wrapper > p.lead {
        text-align: center;
    }

    .center-wrapper > form {
        width: 550px;
        margin: 0 auto;
    }

    .center-wrapper .form-group > label {
        margin-top: 20px;
        display: block;
    }

    .center-wrapper .form-group > input {
        margin-top: 5px;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-spacing: 0;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.widget-main-navigation ul.menu > li:nth-child(1) {
    display: none;
}
@media (max-width: 1200px) {

    .widget-main-navigation ul.menu > li:nth-child(6) {
        display: none;
    }

    .wrapper {
        width: 950px;
        margin: 0 auto;
    }

    .linkBtn {
        padding: 18px 30px;
    }

    .widget-main-navigation li {
        margin-right: 20px;
    }

    .leftColumnCardsList img {
        margin-right: 40px;
    }

    .principlesTopLeft {
        width: 45%;
    }

    .principlesTopRight {
        width: 46%;
    }

    .onePrinciple {
        padding-right: 40px;
        width: 33.3%;
    }

    .motivationLeft {
        width: 310px;
        padding-left: 70px;
    }

        .motivationLeft:before {
            width: 50px;
        }

    .motivationRight {
        width: calc(100% - 360px);
        margin-left: 49px;
    }

    .motivationRequestRate {
        margin-left: 20px;
        width: calc(100% - 240px);
    }

        .motivationRequestRate span.title {
            margin-right: 10px;
            margin-left: 5px;
            display:inline;
            width: 100%;
        }

        .motivationRequestRate:before {
            border: 45px solid transparent;
            border-right: 26px solid #ffffff;
        }

    .motivationRequest {
        margin-top: 17px;
    }

    .motivationTrustItem {
        padding-right: 55px;
    }
}

@media (max-width: 980px) {
    .wrapper {
        width: 100%;
        padding: 0 15px;
    }

    .exclamation {
        display: none;
    }

    .headerModal.linkBtn {
        margin-top: 12px;
    }

    .headerMenuWrap {
        line-height: 56px;
    }

    .widget-main-navigation li a {
        padding: 0 4px;
    }

    .widget-main-navigation li {
        margin-right: 5px;
        font-weight: 500;
    }

        .widget-main-navigation li.last a {
            font-size: 16px;
            text-transform: none;
        }

            .widget-main-navigation li.last a:before {
                width: 40px;
                height: 40px;
            }

    .leftColumnCalc, .rightColumnCalc {
        width: 100%;
    }

    .leftColumnCalcDesc {
        margin: 30px 0 20px;
    }

    .leftColumnCardsList img {
        margin-right: 60px;
    }

    .headerModal.linkBtn {
        float: right;
    }

    .calculatorBtnWrap {
        float: left;
        width: 100%;
        text-align: center;
    }


    .principles {
        padding: 40px 0;
    }

    .principlesTopLeft {
        width: 60%;
    }

    .principlesTopLeftTitle {
        margin-bottom: 15px;
    }

    .principlesTopRight {
        width: 40%;
        text-align: center;
        margin-top: 0;
    }

    .principlesList {
        margin-top: 35px;
    }

    .onePrinciple {
        padding-right: 25px;
    }

    .onePrincipleTitle {
        margin-bottom: 25px;
        height: 127px;
    }

    .percentPrinciples {
        float: none;
        margin: 0 auto;
        position: relative;
    }

        .percentPrinciples span {
            margin: 0;
            top: 25px;
            position: absolute;
            left: 25px;
        }

    .percentPrinciplesText {
        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }

    .motivation {
        padding: 40px 0;
    }

    .motivationLeft {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }

        .motivationLeft:before {
            display: none;
        }

    .motivationRight {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
    }

    .motivationRequest.linkBtn {
        width: 30%;
        text-align: center;
        margin-right: 0;
    }

    .motivationRequestRate {
        width: 65%;
        margin-left: 5%;
        line-height: 25px;
        padding-top: 15px;
    }

        .motivationRequestRate span.title {
            margin-top: -3px;
            display: inline;
            width: 100%;
        }

        .motivationRequestRate:before {
            border: 41px solid transparent;
            border-right: 30px solid #ffffff;
        }

    .motivation {
        background: #FFF5FA;
    }

    .motivationTrustTitle {
        text-align: center;
    }

    .howGet {
        padding: 40px 0;
    }

    .howGetTitle {
        margin-bottom: 55px;
    }

    .howGetStepsTexts {
        margin-top: 25px;
    }

    .howGetStep {
        padding: 0 5px;
    }

    .howGetStepTitle span {
        padding-left: 35px;
        font-size: 17px;
    }

    .howGetLink {
        margin-top: 40px;
    }

    .faq {
        padding: 40px 0;
    }

    .faqContent {
        margin-top: 25px;
    }

    .faqForm {
        width: 100%;
        margin-top: 5px;
    }

    #footer {
        padding: 40px 0;
    }

    .footerLeftCol {
        width: 100%;
        margin-bottom: 25px;
    }

    .footerCopy {
        margin-bottom: 5px;
    }

    .footerMiddle {
        width: 50%;
    }

    .footerRight {
        width: 50%;
        text-align: center;
        padding-top: 15px;
    }

    .footerBottomText {
        width: 50%;
    }

    .footerBottomCards {
        width: 50%;
    }
}

@media (max-width: 840px) {
    .widget-main-navigation li.last a {
        padding-left: 0;
    }

        .widget-main-navigation li.last a:before {
            display: none;
        }


    .headerContact a {
        font-size: 20px;
    }
    .headerContact.email{
        line-height: 40px;
    }
    .headerContact .description small{
        font-size: 80%;
    }
}

@media (max-width: 768px) {

    .widget-main-navigation ul.menu > li:nth-child(1) {
        display: inherit;
    }
    .widget-main-navigation ul.menu > li:nth-child(6) {
        display: inherit;
    }

    h1 {
        font-size: 27px;
        line-height: 27px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .center-wrapper {
        width: 100%;
    }

        .center-wrapper > form {
            width: 100%;
        }

        .widget-brand {
            display: none;
        }

    .headerTop {
        position: relative;
    }

    .headerLogo {
        width: 100%;
        margin-bottom: 20px;
    }

    .headerContacts {
        width: 100%;
    }

    .headerContact {
        display: none;
    }

    .headerModal.linkBtn {
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .headerMenuWrap {
        left: -300px;
        top: 0;
        position: fixed;
        width: 300px;
        background: #ffffff;
        height: 100vh;
        overflow-y: auto;
        z-index: 999;
    }

    .wrapper {
        margin-top: 10px;
    }

    .widget-main-navigation li {
        width: 85%;
        margin-right: 0;
    }

        .widget-main-navigation li.last {
            float: left;
            width: 100%;
            position: relative;
        }

            .widget-main-navigation li.last a {
                text-transform: uppercase;
            }

                .widget-main-navigation li.last a:before {
                    display: block;
                    background-size: 20px;
                }

    .widget-main-navigation {
        margin-top: 15px;
    }

    .headelCalculator {
        padding: 20px 0;
    }

    .leftColumnCardsList {
        width: 100%;
    }

        .leftColumnCardsList img {
            margin-right: auto;
        }

    .principles {
        padding: 30px 0;
    }

    .principlesTopLeft {
        width: 100%;
    }

    .principlesTopLeftTitle {
        line-height: 42px;
    }

    .principlesTopRight {
        width: 100%;
        margin-top: 20px;
    }

    .principlesList {
        margin-top: 20px;
    }

    .onePrinciple {
        width: 100%;
        padding-right: 0;
    }

    .onePrincipleTitle {
        height: 105px;
    }

    .motivation {
        padding: 30px 0;
    }

    .motivationRequest.linkBtn {
        width: 100%;
        margin-top: 10px;
    }

    .motivationRequestRate {
        width: 100%;
        margin-left: 0;
        margin-top: 25px;
        text-align: center;
    }

        .motivationRequestRate span.title {
            margin-top: 0;
            width: 100%;
            text-align: center;
        }

        .motivationRequestRate:before {
            border: 30px solid transparent;
            border-bottom: 15px solid #ffffff;
            left: 50%;
            top: -45px;
            margin-left: -30px;
        }

    .motivationTrustItem {
        width: 100%;
        margin-bottom: 20px;
    }

        .motivationTrustItem:last-of-type {
            margin-bottom: 0;
        }

    .motivationTrustItem {
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0;
    }

        .motivationTrustItem br {
            display: none;
        }

    .howGet {
        padding: 30px 0;
    }

    .howGetTitle {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 35px;
    }

    .howGetStep {
        padding: 0;
        width: 100%;
        margin-bottom: 25px;
    }

    .howGetStepsImagesBg {
        display: none;
    }

    .howGetLink {
        margin-top: 25px;
    }

        .howGetLink a {
            width: 100%;
        }

    .faq {
        padding: 30px 0;
    }

    .faqTitle {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 30px;
    }

    .faqTabs {
        display: flex;
        overflow-x: auto;
    }

        .faqTabs::-webkit-scrollbar {
            display: none;
        }

    .faqTab {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 10px;
        margin-right: 25px;
    }

    .questionList li {
        margin-bottom: 10px;
    }

    .oneQuestionTitle {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .oneQuestionText {
        padding-left: 10px;
        font-size: 15px;
        line-height: 22px;
    }

    .faqFormSubmit {
        width: 100%;
        text-align: center;
    }

    .footerLeftCol {
        text-align: center;
    }

    .footerMiddle {
        width: 100%;
        margin-bottom: 25px;
    }

    .footerRight {
        width: 100%;
    }

    .footerBottomText {
        width: 100%;
        margin-bottom: 15px;
    }

    .footerBottomCards {
        width: 100%;
    }

    .menuOpenerWrapper, .menuOpener, .closeMenu {
        display: block;
    }

    .widget-MobileHeaderPhones {
        display: block;
    }
    .mobileHeaderPhones {
        display: block;
        float: left;
        width: 100%;
        padding-left: 50px;
        position: relative;
        margin-top: 15px;
    }

        .mobileHeaderPhones:before {
            content: "";
            display: block;
            width: 40px;
            height: 40px;
            left: 0;
            background: rgba(209, 12, 109, 0.11) url('../Content/Images/call-answer.svg') no-repeat center;
            border-radius: 50%;
            position: absolute;
            background-size: 20px;
        }

        .mobileHeaderPhones.email:before {
            background: rgba(209, 12, 109, 0.11) url(../Content/Images/telegram.png) no-repeat center;
        }

        .mobileHeaderPhones a {
            color: #ff7600;
            text-decoration: none;
            float: left;
            width: 100%;
            line-height: 34px;
        }

    .howGetStepTitle {
        margin-top: 19px;
        margin-bottom: 10px;
    }
}


@media (max-width:500px) {
    .btn, .default-button {
        width: 95%;
        white-space: normal;
    }

    #calculatorContent span.header {
        font-size: initial;
    }

    #calculatorContent span.value {
        font-size: initial;
    }

    .faqTab {
        font-size: 14px;
        line-height: 17px;
        padding-bottom: 7px;
        margin-right: 15px;
    }

    .rent-request fieldset .legend {
        width: 100%;
    }
    ul.actions-Restructorizations > li, ul.actions-RentRequestAction > li{
        float: none;
        margin: 15px;
        display: block;
    }
    .rent-request .rent-request-menu {
        float: none;
    }
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    border-radius: 10px;
}

    .badge:empty {
        display: none;
    }
    .badge-success {
        color: #fff;
        background-color: #28a745;
    }

.wallet {
    margin-top: 58px;
}

    .wallet .help-title {
        font-weight: 500;
        font-size: 20px;
        line-height: 36px;
    }

    .wallet ul li {
        font-size: 20px;
        line-height: 30px;
    }
/*Rentrequest*/
.not-finished {
    background: linear-gradient(180deg, #F0F4FB 0%, #DCE5F6 100%);
    border-radius: 10px;
    padding: 20px;
}

    .not-finished span.time-desc {
        color: gray;
        display: inline-block;
        width: 60px;
        text-align:center;
    }

    .not-finished .time-d, .not-finished .time-h, .not-finished .time-min, .not-finished .time-s, .not-finished .time-del {
        line-height: 68px;
        font-weight: 500;
        font-size: 40px;
        color: #ff7600;
        display: inline-block;
        text-align: center;
    }

    .not-finished .time-h, .not-finished .time-min, .not-finished .time-d, .not-finished .time-s {
        border-radius: 10px;
        width: 60px;
        text-align: center;
        color: #ff7600;
        background: #fff;
        display: inline-block;
        text-align: center;
    }

    .not-finished .time-item-separated {
        width: 75px;
    }

    .not-finished .time-del {
        width: 10px;
    }
    @media(max-width:500px){
        .not-finished .time-h, .not-finished .time-min, .not-finished .time-d, .not-finished .time-s {
            font-size: 35px;
            width: 50px;
        }
        .not-finished span.time-desc {
            width: 50px;
        }
            .not-finished .time-item-separated, .not-finished span.time-desc.time-item-separated {
                width: 65px;
            }
        .not-finished .time-del {
            width: 7px;
        }
    }

.actions-UserRequestShapes li:before, .actions-UserRequestShapes li:after {
    background: none;
}

.exclamation {
    float: left;
    width: 142px;
    height: 142px;
    background: rgba(209, 12, 109, 0.2);
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 82px;
    line-height: 100px;
    font-weight: 500;
    margin-right: 5px;
}

    .exclamation span {
        width: 90px;
        height: 90px;
        display: block;
        text-align: center;
        margin: 25px auto;
        background: #ff7600;
        border-radius: 50%;
        line-height: 100px;
    }

@media (max-width: 1200px) {
    .exclamation {
        width: 120px;
        height: 120px;
    }

        .exclamation span {
            margin: 15px auto;
        }
}

.rent-request {
    margin-right: 0;
    margin-left: 0;
}

    .rent-request fieldset {
        border: 3px solid #DCE5F6;
        border-radius: 7px;
        display: block;
        margin-inline-start: 2px;
        margin-inline-end: 2px;
        padding-block-start: 0.35em;
        padding-inline-start: 0.75em;
        padding-inline-end: 0.75em;
        padding-block-end: 0.625em;
        min-inline-size: min-content;
    }

        .rent-request fieldset button, .rent-request fieldset .btn {
            padding: 13px 20px;
            margin-bottom: 2px;
            display: inline-block;
        }

        .rent-request fieldset .legend {
            border-bottom: none;
            width: auto;
            color: #ff7600;
        }

rent-request fieldset .legend .actions-RentRequestAction {
    margin-right: 15px;
}

.rent-request fieldset .legend span {
    float: left;
    font-size: 30px;
    font-weight: bold;
    margin-right: 30px;
    margin-left: 30px;
    margin-top: 5px;
}

.rent-request fieldset .table td {
    border: none;
}

    .rent-request fieldset .table td:nth-child(2n) {
        font-weight: 500;
    }

.rent-request .tab-content {
    display: none;
}

    .rent-request .tab-content .header {
        font-weight: 500;
    }

.rent-request .reissue {
    position: relative;
    margin-right: 30px;
    text-decoration: none;
}

    .rent-request .reissue:after {
        background: url("../content/images/icon-reuse.png") no-repeat center;
        /*content: "";*/
        content: none;
        display: block;
        width: 21px;
        height: 21px;
        top: 0px;
        right: -30px;
        position: absolute;
    }

.rent-request-head {
    border-bottom: 1px solid #2D3A5A;
    padding: 30px;
    padding-bottom: 15px;
    font-weight: bold;
}

.rent-request-body {
    background-color: #F6F9FE;
    padding: 30px;
    border-radius: 10px;
    font-weight: 500;
    margin: 0;
}

    .rent-request-body .badge {
        background: #ff7600;
        font-weight: normal;
    }

    .rent-request-body small {
        font-size: 12px;
        font-weight: normal;
    }

.rent-request-menu-wrap {
    border-bottom: 3px solid #2D3B5A;
    margin-bottom: 30px;
    color: #2D3B5A;
}

    .rent-request-menu-wrap .requisites {
        line-height: 50px;
        text-decoration: none;
        font-size: 18px;
        position: relative;
    }

        .rent-request-menu-wrap .requisites:before {
            background: url("../content/images/icon-list.svg") no-repeat center;
            content: "";
            display: block;
            width: 22px;
            height: 23px;
            top: 13px;
            left: -29px;
            position: absolute;
        }

.rent-request-menu {
    float: left;
    list-style-type: none;
}

    .rent-request-menu li {
        float: left;
        line-height: 50px;
        padding: 3px 17px 2px 17px;
        margin-bottom: -2px;
    }

        .rent-request-menu li:before, .rent-request-menu li:after {
            content: none;
        }

        .rent-request-menu li a {
            display: block;
            color: #2D3B5A;
            font-weight: 500;
            text-decoration: none;
            font-size: 18px;
            padding: 0 7px;
            position: relative;
        }

            .rent-request-menu li a:hover, .rent-request-menu li.current a {
                color: #ff7600;
            }

                .rent-request-menu li a:hover:after, .rent-request-menu li.current a:after {
                    content: '';
                    display: block;
                    width: 100%;
                    height: 3px;
                    bottom: -1px;
                    left: 0;
                    background: #D20C6E;
                    position: absolute;
                }

@media (max-width: 768px) {
    .rent-request-menu li {
        float: none;
    }
    .leftColumnCalc.mobele h1 {
    text-align: center;
    font-size: 26px !important;
    line-height: 29px;
}
.principlesTopLeftTitle {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 23px;
}
.form-control {

    height: 24px !important;
   
}
}

.loan-number {
    /*color: #ff7600;*/
}

    .loan-number a {
        border-bottom: 1px dotted;
        text-decoration: none;
        float: none;
    }

.loan-status {
    color: #ff7600;
}

.choose-list li:before, .choose-list li:after {
    content: none;
}

ul.actions-widget li {
    padding: 0;
}

ul.docs li {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 23px;
    position: relative;
    padding: 3px 0 2px 37px;
}

    ul.docs li:before, ul.docs ul li:after {
        content: none;
    }

    ul.docs li a {
        position: relative;
        cursor: pointer;
    }

ul.docs ul li a:before {
    content: '';
    position: absolute;
    left: -26px;
    top: 0px;
    width: 23px;
    height: 26px;
    background: url("../content/images/icon-pdf.png");
    z-index: 2;
    border-radius: 0;
}

ul.docs li:before {
    content: '';
    position: absolute;
    margin-left: -30px;
    top: 0;
    width: 20px;
    height: 19px;
    background: none;
    background: url("../content/images/icon-download.png");
    z-index: 1;
    border-radius: 0;
}

ul.docs li:after {
    background: none;
}
/*end rent request*/
/*-ICONS*/
.lower-percent {
    background: url("../Content/Images/lower-percent.svg") no-repeat center center;
}

.vision {
    background: url("../Content/Images/vision.svg") no-repeat center center;
}

.favor {
    background: url("../Content/Images/favor.svg") no-repeat center center;
}

.agreement {
    background: url("../Content/Images/agreement.svg") no-repeat center center;
}

.ability {
    background: url("../Content/Images/ability.svg") no-repeat center center;
}


.agreement-signing .agreement {
    background: url("../Content/Images/agreement.svg") no-repeat center center;
    background-size: 150px 150px;
    min-height: 200px;
}

.actions-RentRequestAction {
    display: inline;
}

    .actions-RentRequestAction li {
        display: inline;
        padding: 0;
        margin: 0;
    }

        .actions-RentRequestAction li:before, .actions-RentRequestAction li:after,
        .actions-widget li:before, .actions-widget li:after,
        .personal-area-requests li:before, .personal-area-requests li:after,
        .pager li:before, .pager li:after,
        .list-group-item:before, .list-group-item:after,
        .form-summary-section li:before, .form-summary-section li:after {
            content: none;
        }

.personal-area-requests .table li {
    margin-bottom: 0px;
}

.pager li {
    padding-left: 5px;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}


.bs-callout-success {
    border-left-color: #ff7600;
}

.bs-callout-primary {
    border-left-color: #FF9604;
}

.bs-callout-danger {
    border-left-color: #ff7600;
}

.bs-callout-info {
    border-left-color: #ff7600;
}

.bs-callout-warning {
    border-left-color: #ff7600;
}

.page.content-item .published {
    display: none;
}


.ui-dropdownchecklist-selector,
.ui-dropdownchecklist-dropcontainer {
    background: #fff !important;
    border: 1px solid #f1f1f1;
    height: 35px;
    border-radius: 0;
    box-shadow: inset 1px 1.732px 5px 0px rgba(140, 140, 140, 0.392);
    padding: 10px;
    width: 100% !important;
    height: auto;
}

.ui-dropdownchecklist-selector {
    height: 35px;
}

.ui-dropdownchecklist-text, .ui-dropdownchecklist-selector-wrapper {
    width: 100% !important;
}

.ui-dropdownchecklist-item label:after {
    content: "" !important;
}

.paymentsTable{
    width:95%;
}

.ui-dropdownchecklist-item {
    width: 90%;
    background: none !important;
    border: none !important;
}

    .ui-dropdownchecklist-item input {
        margin-right: 5px;
        margin-top: -1px;
    }


.modal-auto-lg { /* Width */
    max-width: 100%;
    width: auto !important;
    display: inline-block;
}

#paymentSystemModal {
    z-index: -1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-open #paymentSystemModal {
    z-index: 1050;
}
span.smalll {
    font-size: 13px;
    position: absolute;
    left: 43%;
    color: #ff7600;
    top: -5px;
    text-transform: uppercase;
}
#blink {
	-webkit-animation: blink 2s linear infinite; 
	animation: blink 2s linear infinite; 
	font-weight: bold; 
	color: color: #ff7600; 
}

@-webkit-keyframes blink { 
	0% { color: #ff7600; }
	50% { color: #FFF; }
	100% { color: #ff7600; }
}

@keyframes blink {  
	0% { color: #ff7600; }
	50% { color: #FFF; }
	100% { color: #ff7600; } 
}

p.sma {
    text-align: center;
    font-size: 11px;
    color: #ff7600;
}
h3.rightColumnCalcTitle {
    margin-bottom: 0px !important;
}