#lizing .main-screen{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}
#lizing .block-title{
    position: relative;
    z-index: 1;
}
#lizing .page-h1.mobile {
    display: none;
}
#lizing .sub-title{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    max-width: 514px;
    color: #797979;
}
#lizing .small-sub-title {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    color: #797979;
    margin-bottom: 8px;
}
#lizing .sub-title.text{
    margin-top: 16px;
}
#lizing .main-picture{
    position: relative;
    height: 550px;
}
#lizing .main-picture .gray-rect{
    position: absolute;
    height: 100%;
    width: 708px;
    background: #F5F5F5;
    border-radius: 10px 10px 10px 400px;
    top: -57px;
    right: 0;
    overflow: hidden;
}
#lizing .main-picture .gray-rect:before{
    content: '';
    position: absolute;
    width: 614px;
    height: 620px;
    top: 21px;
    right: -88px;
    background: url("/wp-content/themes/liftmann/img/lizing/banner-logo.svg") no-repeat center;
    background-size: contain;
}
#lizing .main-picture img.image {
    width: 512px;
    height: 504px;
    object-fit: contain;
    object-position: top;
    position: absolute;
    top: -7px;
    right: 98px;
    transform: scale(1);

    transition: .5s cubic-bezier(0.12, 0, 0.39, 0);
    opacity: 0;
}
#lizing .main-picture.load-animation img.image {
    top: -7px;
    right: 98px;
    opacity: 1;
    transform: scale(1.4);
}
#lizing .advantages{
    margin-bottom: 100px;
}
#lizing .page-sub-title{
    color: #343434;
    margin: 0 0 48px 0;
}
#lizing .advantages .advantages__items{
    display: flex;
    gap: 20px;
}
#lizing .advantages .advantages__items .items{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 62%;
}
#lizing .advantages .advantages__items .items:last-child{
    width: calc(38% - 20px);
}
#lizing .advantages .advantages__items .items .item{
    background: #F5F5F5;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: calc(40% - 20px);
    min-height: 200px;
}
#lizing .advantages .advantages__items .items .item .title__item{
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}
#lizing .advantages .advantages__items .items .item .text{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #797979;
}
#lizing .advantages .advantages__items .items .item:first-child,
#lizing .advantages .advantages__items .items .item:last-child{
    width: calc(60%);
}
#lizing .advantages .advantages__items .items:last-child .item{
    position: relative;
    width: 100%;
    height: 420px;
    background: #EE3224;
    color: #FFF;
    overflow: hidden;
}
#lizing .advantages .advantages__items .items:last-child .item:before{
    content: '';
    position: absolute;
    width: 366px;
    height: 370px;
    top: 185px;
    right: 24px;
    background: url("/wp-content/themes/liftmann/img/lizing/banner-logo.svg") no-repeat center;
    background-size: contain;
    opacity: .2;
}
#lizing .advantages .advantages__items .items:last-child .item .text{
    color: #FFF;
    font-weight: 300;
}#lizing .how-to-buy {
     margin-bottom: 100px;
 }

#lizing .how-to-buy .page-sub-title {
    max-width: 570px;
}


#lizing .how-to-buy .slider-steps {
    display: flex;
    gap: 20px;
    counter-reset: step 0;
}

#lizing .how-to-buy .slider-steps .step-slide {
    max-width: 11.2%;
    width: 100%;
    background: #F5F5F5;
    border-radius: 10px;
    padding: 24px;
    min-height: 416px;
    /*height: 416px;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 36px;
    cursor: pointer;
    transition: max-width .3s linear, background .3s linear;
    counter-increment: step 1;
    position: relative;
    overflow: hidden;
}

#lizing .how-to-buy .slider-steps .step-slide:before {
    content: "0" counter(step);
    position: absolute;
    bottom: 0;
    left: -20px;
    height: 100%;
    font-size: 96px;
    line-height: 118px;
    font-weight: 200;
    letter-spacing: -10px;
    color: #9F9F9F;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    transition: .2s linear;
}

#lizing .how-to-buy .slider-steps .step-slide:hover:before {
    color: #EE3224;
}

#lizing .how-to-buy .slider-steps .step-slide.active {
    max-width: 49%;
    width: 100%;
    background: #EE3224;
    position: relative;
    overflow: hidden;
}

#lizing .how-to-buy .slider-steps .step-slide.active:before {
    content: none;
}

#lizing .how-to-buy .slider-steps .step-slide .step-header {
    display: none;
    justify-content: space-between;
    min-width: 660px;
}

#lizing .how-to-buy .slider-steps .step-slide.active .step-header {
    display: flex;
}

#lizing .how-to-buy .slider-steps .step-slide.active.width-auto .step-header {
    min-width: auto;
}

#lizing .how-to-buy .slider-steps .step-slide .step-header .step {
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    color: #fff;
}

#lizing .how-to-buy .slider-steps .step-slide .step-header .step-icon {
    width: 264px;
    height: 264px;
    position: absolute;
    top: -32px;
    right: -32px;
}

/*  STEP 1 */
#lizing .how-to-buy .slider-steps .step-slide[data-step="1"] .step-header .step-icon span.line {
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 128px;
    height: 8px;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="1"] .step-header .step-icon span.line:before {
    content: "";
    position: absolute;
    top: 1px;
    right: 0;
    height: 6px;
    width: 80px;
    background: #fff;
    border-radius: 3px;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="1"] .step-header .step-icon span.line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 8px;
    width: 7px;
    background: #fff;
    border-radius: 4px;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="1"].active .step-header .step-icon span.line:before {
    animation: step1AnimationWidth .5s ease-out .7ms;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;

    -webkit-animation: step1AnimationWidth .5s ease-out .7ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="1"].active .step-header .step-icon span.line {
    animation: step1Animation .5s ease-out .7ms;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;

    -webkit-animation: step1Animation .5s ease-out .7ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
}

@keyframes step1Animation {
    0% {
        top: 50%;
        width: 128px;
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        top: 0;
        width: 190px;
        transform: translate(-50%, 111px) rotate(-90deg);
    }
}

@-webkit-keyframes step1Animation {
    0% {
        top: 50%;
        width: 128px;
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        top: 0;
        width: 190px;
        transform: translate(-50%, 111px) rotate(-90deg);
    }
}

@keyframes step1AnimationWidth {
    0% {
        width: 80px;
    }
    100% {
        width: 142px;
    }
}

@-webkit-keyframes step1AnimationWidth {
    0% {
        width: 80px;
    }
    100% {
        width: 142px;
    }
}

/*  STEP 2 */
#lizing .how-to-buy .slider-steps .step-slide[data-step="2"] .step-header .step-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0);
    width: 94px;
    height: 94px;
    object-fit: contain;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="2"].active .step-header .step-icon svg path {
    stroke-width: 3px;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="2"].active .step-header .step-icon svg {
    animation: step2Animation .5s ease-out .7ms;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;

    -webkit-animation: step2Animation .5s ease-out .7ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
}

@keyframes step2Animation {
    0% {
        width: 94px;
        height: 94px;
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        width: 220px;
        height: 220px;
        transform: translate(-50%, -50%) rotate(90deg);
    }
}

@-webkit-keyframes step2Animation {
    0% {
        width: 94px;
        height: 94px;
        transform: translate(-50%, -50%) rotate(0);
    }
    100% {
        width: 220px;
        height: 220px;
        transform: translate(-50%, -50%) rotate(90deg);
    }
}

/*  STEP 3 */
#lizing .how-to-buy .slider-steps .step-slide[data-step="3"] .step-header .step-icon span {
    width: 150px;
    height: 6px;
    border-radius: 3px;
    background: #fff;
    position: absolute;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="3"] .step-header .step-icon span:first-child {
    left: 54px;
    top: 95px;
    transform: rotate(0deg);
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="3"] .step-header .step-icon span:last-child {
    left: 54px;
    top: 163px;
    transform: rotate(0deg);
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="3"].active .step-header .step-icon {
    right: -14px;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="3"].active .step-header .step-icon span:first-child {
    animation: step3AnimationLine1 .5s ease-out .7ms;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;

    -webkit-animation: step3AnimationLine1 .5s ease-out .7ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="3"].active .step-header .step-icon span:last-child {
    animation: step3AnimationLine2 .5s ease-out .7ms;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;

    -webkit-animation: step3AnimationLine2 .5s ease-out .7ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
}

@keyframes step3AnimationLine1 {
    0% {
        transform: rotate(0deg);
        width: 150px;
        left: 54px;
        top: 95px;
    }
    100% {
        transform: rotate(45deg);
        width: 124px;
        left: 41px;
        top: 157px;
    }
}

@-webkit-keyframes step3AnimationLine1 {
    0% {
        transform: rotate(0deg);
        width: 150px;
        left: 54px;
        top: 95px;
    }
    100% {
        transform: rotate(45deg);
        width: 124px;
        left: 41px;
        top: 157px;
    }
}

@keyframes step3AnimationLine2 {
    0% {
        transform: rotate(0deg);
        width: 150px;
        left: 54px;
        top: 163px;
    }
    100% {
        transform: rotate(-45deg);
        width: 200px;
        left: 114px;
        top: 130px;
    }
}

@-webkit-keyframes step3AnimationLine2 {
    0% {
        transform: rotate(0deg);
        width: 150px;
        left: 54px;
        top: 163px;
    }
    100% {
        transform: rotate(-45deg);
        width: 200px;
        left: 114px;
        top: 130px;
    }
}

/*  STEP 4 */
#lizing .how-to-buy .slider-steps .step-slide[data-step="4"] .step-header .step-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 128px;
    height: 128px;
    object-fit: contain;
}
#lizing .how-to-buy .slider-steps .step-slide[data-step="4"].active .step-header .step-icon svg path {
    stroke-width: 2px;
}
#lizing .how-to-buy .slider-steps .step-slide[data-step="4"].active .step-header .step-icon svg {
    animation: step4Animation .5s ease-out .7ms;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;

    -webkit-animation: step4Animation .5s ease-out .7ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
}

@keyframes step4Animation {
    0% {
        top: 50%;
        left: 50%;
        width: 128px;
        height: 128px;
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    100% {
        top: 0;
        left: 0;
        width: 268px;
        height: 268px;
        transform: translate(-12px, -12px) rotate(90deg);
    }
}

@-webkit-keyframes step4Animation {
    0% {
        top: 50%;
        left: 50%;
        width: 128px;
        height: 128px;
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    100% {
        top: 0;
        left: 0;
        width: 268px;
        height: 268px;
        transform: translate(-12px, -12px) rotate(90deg);
    }
}

/*  STEP 5 */
#lizing .how-to-buy .slider-steps .step-slide[data-step="5"] .step-header .step-icon svg {
    position: absolute;
    top: 57px;
    right: 57px;
    width: 130px;
    height: 130px;
    transform: rotate(0);
    object-fit: contain;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="5"].active .step-header .step-icon svg path {
    stroke-width: 3px;
}

#lizing .how-to-buy .slider-steps .step-slide[data-step="5"].active .step-header .step-icon svg {
    animation: step45animation .5s ease-out .7ms;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;

    -webkit-animation: step45animation .5s ease-out .7ms;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
}

@keyframes step45animation {
    0% {
        top: 57px;
        right: 57px;
        width: 130px;
        height: 130px;
        transform: rotate(0);
    }
    100% {
        top: 0;
        right: -2px;
        width: 206px;
        height: 206px;
        transform: rotate(90deg);
    }
}

@-webkit-keyframes step5Animation {
    0% {
        top: 57px;
        right: 57px;
        width: 130px;
        height: 130px;
        transform: rotate(0);
    }
    100% {
        top: 0;
        right: -2px;
        width: 206px;
        height: 206px;
        transform: rotate(90deg);
    }
}
#lizing .how-to-buy .slider-steps .step-slide .step-body {
    display: none;
    color: #fff;
    min-width: 660px;
}
#lizing .how-to-buy .slider-steps .step-slide.active .step-body {
    display: block;
}
#lizing .how-to-buy .slider-steps .step-slide.active.width-auto .step-body {
    min-width: auto;
}
#lizing .how-to-buy .slider-steps .step-slide .step-body .step-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    text-transform: uppercase;
}
#lizing .how-to-buy .slider-steps .step-slide .step-body .step-text {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}
#lizing .how-to-buy .slider-steps .step-slide .step-body .step-sub-text {
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    color: #F5F5F5;
    margin-top: 8px;
}
#lizing .how-to-buy .step-dots {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 24px 0 0 0;
}
#lizing .how-to-buy .step-dots .dot {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #D9D9D9;
    cursor: pointer;
    transition: .2s linear;
}
#lizing .how-to-buy .step-dots .dot.active {
    background: #EE3224;
    width: 40px;
}
/*  end step slider */
/*  lizing-company  */
#lizing .lizing-company {
    margin-bottom: 100px;
}
#lizing .lizing-company .page-sub-title {
    text-align: center;
}
#lizing .lizing-company .company-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    max-width: 1117px;
    margin: 0 auto;
}
#lizing .lizing-company .sub-text {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #797979;
    text-align: center;
    margin-top: 16px;
}
#lizing .lizing-company .company-items .item {
    width: 264px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #E5E5E5;
    padding: 12px;
    display: flex;
    align-items: center;
}
#lizing .lizing-company .company-items .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/*  end lizing-company  */
/*  leasing-calculator  */
#lizing .leasing-calculator {
    margin-bottom: 280px;
}

#lizing .leasing-calculator .page-sub-title {
    max-width: 570px;
}
#lizing .leasing-calculator .calculator-bg {
    padding: 64px;
    background: #F5F5F5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
#lizing .leasing-calculator .calculator-title {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: #EE3224;
    margin-bottom: 48px;
}
#lizing .leasing-calculator .custom-calculator {
    display: flex;
    flex-wrap: wrap;
    gap: 57px 20px;
    margin-bottom: 123px;
}
#lizing .leasing-calculator .custom-calculator .group-item {
    width: calc(100% / 2 - 20px / 2);
}
#lizing .leasing-calculator .custom-calculator .group-item .name-group {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
#lizing .leasing-calculator .custom-calculator .group-item .name-group label {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #343434;
}
#lizing .leasing-calculator .custom-calculator .group-item .name-group .text-help {
    position: relative;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
#lizing .leasing-calculator .custom-calculator .group-item .name-group .text-help .icon {
    position: relative;
    width: 18px;
    height: 18px;
}
#lizing .leasing-calculator .custom-calculator .group-item .name-group .text-help .icon:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("/wp-content/themes/liftmann/img/lizing/icon-help.svg") no-repeat center;
    background-size: contain;
}
#lizing .leasing-calculator .custom-calculator .group-item .name-group .text-help .text {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    width: 279px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 7.8px #00000040;
    z-index: -1;
    transform: translateY(3px);
    transition: opacity .2s, transform .2s ease;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}
#lizing .leasing-calculator .custom-calculator .group-item .name-group .text-help:hover .text {
    opacity: 1;
    transform: translateY(-24px);
    z-index: 1;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    height: 60px;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-currency {
    display: flex;
    gap: 15px;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-currency .currency {
    padding: 8px;
    background: #F5F5F5;
    border-radius: 8px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 8px;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-currency .currency img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0 6px;
    position: relative;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .field-label {
    display: flex;
    width: 100%;
    position: relative;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input input {
    width: 100%;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3C3D3F;
    background: transparent;
    z-index: 1;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input input.percent {
    text-align: right;
    margin-right: 6px;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input input:focus-visible {
    outline: none;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .field-label .flex-text {
    display: flex;
    gap: 6px;
    position: absolute;
    top: 0;
    left: 0;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .field-label .flex-text span:first-child {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    opacity: 0;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-currency .group-input {
    padding: 0 6px 0 10px;
    height: auto;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input span {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    text-transform: uppercase;
    color: #797979;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input span.thin {
    font-weight: 300;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input span.month {
    font-weight: 400;
    text-transform: none;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    display: flex;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range input[type="range"] {
    width: 100%;
    max-width: none;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range .rangeslider {
    background: #F5F5F5;
    box-shadow: none;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range .rangeslider:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #EE3224;
    border-radius: 50%;
    top: -1px;
    left: 0;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range .rangeslider--horizontal {
    height: 4px;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range .rangeslider__fill {
    background: #EE3224;
    box-shadow: none;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range .rangeslider__handle {
    background: #EE3224;
    width: 12px;
    height: 12px;
    top: -5px;
    border: none;
    transition: box-shadow .2s linear;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range .rangeslider__handle:after {
    content: none;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range .rangeslider__handle:active,
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range .rangeslider__handle:hover {
    box-shadow: 0 0 0px 3px #FF968E;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-values {
    position: absolute;
    top: calc(100% + 25px);
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #797979;
}
#lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-values span {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}
#lizing .leasing-calculator .calculator-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
#lizing .leasing-calculator .calculator-footer .block-info {
    display: flex;
    justify-content: space-between;
    gap: 106px;
}
#lizing .leasing-calculator .calculator-footer .block-info .price-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #797979;
}
#lizing .leasing-calculator .calculator-footer .block-info .price-block .thin {
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
}
#lizing .leasing-calculator .calculator-footer .block-info .price-block .price {
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
}
#lizing .leasing-calculator .calculator-footer .block-info .price-block.monthly-payment .price {
    color: #EE3224;
}
#lizing .leasing-calculator .calculator-footer .block-info .text {
    width: 454px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #797979;
}
#lizing .leasing-calculator .calculator-footer .button {
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    width: 290px;
    cursor: pointer;
    transition: .2s linear;
}
/* форма обратной связи */
#lizing .feedback-form{
    position: relative;
    margin-bottom: 470px;
    height: 643px;
}

#home-feedback .feedback-form {
    margin-bottom: 368px;
    margin-top: 180px;
}

#lizing .feedback-form:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 769px;
    height: 100%;
    background: #F5F5F5;
    border-radius: 10px 400px 10px 0;
    z-index: 0;
}

#lizing .feedback-form:after{
    content: '';
    position: absolute;
    width: 617px;
    height: 623px;
    top: 34px;
    left: 193px;
    background: url(/wp-content/themes/liftmann/img/lizing/banner-logo.svg) no-repeat center;
    background-size: contain;
    z-index: 0;
}

#lizing .feedback-form .image{
    width: 960px;
    height: 934px;
    object-fit: contain;
    object-position: top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    transform: translate(270px, -152px) scale(1);
    transition: transform .5s linear;
}

#lizing .feedback-form.load-active .image{
    transform: translate(375px, -46px) scale(1.28);
}

#lizing .feedback-form .feedback-block{
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    max-width: 710px;
    width: 100%;
    margin: 0 0 0 auto;
    padding-top: 23px;
}

#lizing .feedback-form .feedback-block .title{
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    color: #343434;
    margin-bottom: 16px;
    text-transform: none;
}

#lizing .feedback-form .feedback-block .sub-title{
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #343434;
    margin-bottom: 33px;
    max-width: 53%;
    width: 100%;
}

#lizing .feedback-form .feedback-block form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

#lizing .feedback-form .feedback-block .group-input{
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

#lizing .feedback-form .feedback-block form p{
    margin: 0;
}

#lizing .feedback-form .feedback-block br{
    display: none;
}

#lizing .feedback-form .feedback-block .group-input.phone,
#lizing .feedback-form .feedback-block .group-input.email{
    width: calc(100% / 2 - 20px / 2);
}

#lizing .feedback-form .feedback-block .group-input label{
    position: absolute;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #9F9F9F;
    top: 17px;
    left: 28px;
    cursor: text;
    opacity: 1;
    transition: .2s linear;
}

#lizing .feedback-form .feedback-block .group-input input {
    width: 100%;
    padding: 16px 28px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #3C3D3F;
    border: 1px solid #9F9F9F;
    transition: .2s linear;
    margin-bottom: 0;
}

#lizing .feedback-form .feedback-block .group-input input::placeholder{
    color: #9F9F9F;
    transition: .2s linear;
}

#lizing .feedback-form .feedback-block .group-input input:focus-visible::placeholder{
    padding-left: 10px;
}

#lizing .feedback-form .feedback-block .group-input input:hover{
    border-color: #EE3224;
}

#lizing .feedback-form .feedback-block .group-input input:focus-visible{
    border-color: #EE3224;
    caret-color: #EE3224;
    outline: none;
}

#lizing .feedback-form .feedback-block .wpcf7-not-valid-tip,
#lizing .feedback-form .feedback-block form .wpcf7-response-output{
    font-size: 12px;
    line-height: 15px;
    font-weight: 400;
    color: #EE3224;
    margin-top: 2px;
}

#lizing .feedback-form .feedback-block form[data-status="sent"] .wpcf7-response-output{
    color: #4AA657;
}

#lizing .feedback-form .feedback-block form input[aria-invalid="true"]{
    background: #EE32241A;
    border-color: #EE3224;
}

#lizing .feedback-form .feedback-block form input[aria-invalid="true"]::placeholder{
    color: #EE3224;
}

#lizing .feedback-form .feedback-block .block-button{
    display: flex;
    gap: 20px;
    margin-top: 13px;
}

#lizing .feedback-form .feedback-block .block-button .text{
    width: calc(100% / 2 - 20px / 2);
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #797979;
}

#lizing .feedback-form .feedback-block .block-button .text > p{
    line-height: 17px;
}

#lizing .feedback-form .feedback-block .block-button .text a{
    color: #797979;
    text-decoration: underline;
}

#lizing .feedback-form .feedback-block .block-button > p{
    width: calc(100% / 2 - 20px / 2);
}

#lizing .feedback-form .feedback-block button{
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 16px;
    transition: .2s linear;
    margin: 0;
}

#lizing .feedback-form .feedback-block button:disabled{
    opacity: .8;
}

#lizing .feedback-form .feedback-block button:disabled:hover{
    opacity: .8;
    background-color: #ee3224;
    color: #fff;
}
/* end форма обратной связи */

@media (max-width: 1500px) {
    #lizing .feedback-form.load-active .image{
        transform: translate(280px, -46px) scale(1.28);
    }
}
@media (max-width: 1400px){
    #lizing .how-to-buy .slider-steps .step-slide {
        min-height: 433px;
    }

    #lizing .how-to-buy .slider-steps .step-slide .step-body,
    #lizing .how-to-buy .slider-steps .step-slide .step-header {
        min-width: 620px;
    }

    #lizing .feedback-form .image{
        transform: translate(200px, -152px) scale(1);
    }

    #lizing .feedback-form.load-active .image{
        transform: translate(200px, -46px) scale(1.18);
    }
}
@media (max-width: 1300px){
    #lizing .leasing-calculator .calculator-footer .block-info {
        gap: 44px;
    }

    #lizing .feedback-form .image{
        transform: translate(100px, -152px) scale(.9);
    }

    #lizing .feedback-form.load-active .image{
        transform: translate(120px, -46px) scale(1.16);
    }
}
@media (max-width: 1200px){
    #lizing .how-to-buy .slider-steps .step-slide {
        min-height: 447px;
    }

    #lizing .how-to-buy .slider-steps .step-slide .step-body,
    #lizing .how-to-buy .slider-steps .step-slide .step-header {
        min-width: 507px;
    }

    #lizing .leasing-calculator .calculator-footer .block-info {
        gap: 24px;
    }

    #lizing .leasing-calculator .calculator-footer .block-info .text {
        width: 371px;
    }

    #lizing .feedback-form .image{
        transform: translate(0px, -152px) scale(.8);
    }

    #lizing .feedback-form.load-active .image{
        transform: translate(100px, -96px) scale(1.16);
    }
}
@media (max-width: 1100px){
    #lizing .sub-title{
        max-width: 478px;
    }
    #lizing .sub-title.text{
        margin-top: 12px;
    }
    #lizing .main-picture .gray-rect{
        top: -36px;
    }

    #lizing .main-picture img.image {
        object-position: right;
        width: 400px;
    }

    #lizing .main-picture.load-animation img.image {
        transform: scale(1.3);
        right: 68px;
    }
    #lizing .how-to-buy .slider-steps .step-slide {
        min-height: 470px;
    }
    #lizing .how-to-buy .slider-steps .step-slide .step-body,
    #lizing .how-to-buy .slider-steps .step-slide .step-header {
        min-width: 452px;
    }

    #lizing .leasing-calculator .calculator-footer {
        flex-direction: column;
        align-items: stretch;
    }

    #lizing .feedback-form .image {
        display: none;
    }

    #lizing .feedback-form:before,
    #lizing .feedback-form:after {
        content: none;
    }

    #lizing .feedback-form .feedback-block {
        max-width: none;
    }

    #lizing .feedback-form {
        height: auto;
    }

    #lizing .feedback-form .feedback-block .block-button {
        width: 100%;
    }

    #lizing .leasing-calculator,
    #lizing .feedback-form {
        margin-bottom: 100px;
    }
}
@media (max-width: 992px){
    #lizing .advantages .advantages__items{
        flex-direction: column;
    }
    #lizing .advantages .advantages__items .items {
        width: 100%;
    }

    #lizing .advantages .advantages__items .items:last-child {
        width: 100%;
    }

    #lizing .advantages .advantages__items .items:last-child .item .text {
        max-width: 60%;
    }

    #lizing .advantages .advantages__items .items:last-child .item:before {
        width: 35%;
        height: 100%;
        top: 30px;
        right: 24px;
        background: url(/wp-content/themes/liftmann/img/lizing/banner-logo.svg) no-repeat right;
        background-size: contain;
    }

    #lizing .how-to-buy .slider-steps {
        flex-direction: column;
    }

    #lizing .how-to-buy .slider-steps .step-slide.active,
    #lizing .how-to-buy .slider-steps .step-slide {
        max-width: none;
    }

    #lizing .how-to-buy .slider-steps .step-slide {
        max-height: 127px;
        min-height: 127px;
        transition: .3s linear;
    }

    #lizing .how-to-buy .slider-steps .step-slide.active {
        min-height: 400px;
    }

    #lizing .how-to-buy .slider-steps .step-slide .step-body,
    #lizing .how-to-buy .slider-steps .step-slide .step-header {
        min-width: auto;
    }

    #lizing .how-to-buy .step-dots {
        display: none;
    }

    #lizing .leasing-calculator .calculator-footer .block-info {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 44px;
    }

    #lizing .leasing-calculator .custom-calculator .group-item {
        width: 100%;
    }

    #lizing .leasing-calculator .calculator-footer .block-info .text {
        width: 70%;
    }

    #lizing .main-picture img.image {
        width: 380px;
        top: 20px;
    }

    #lizing .main-picture.load-animation img.image {
        transform: scale(1.3);
        right: 68px;
        top: 20px;
    }
}
@media (max-width: 768px){
    #lizing .page-h1.mobile {
        line-height: 32px;
        margin-bottom: 16px;
        display: block;
        order: 1;
        font-weight: 500;
    }
    #lizing .main-picture .gray-rect{
        top: 0;
        width: 100%;
    }

    #lizing .main-picture .gray-rect:before{
        width: 86.7%;
        height: 112.7%;
        top: 2.9%;
        right: -12.4%;
    }

    #lizing .main-screen {
        flex-direction: column;
        margin-bottom: 24px;
    }
    #lizing .main-picture {
        margin-bottom: 87px;
    }
    #lizing .page-h1.mobile{
        line-height: 32px;
        margin-bottom: 16px;
        display: block;
        order: 1;
        font-weight: 500;
    }
    #lizing .page-h1.desktop{
        display: none;
    }
    #lizing .main-picture {
        order: 2;
    }
    #lizing .block-title {
        order: 3;
    }
    #lizing .sub-title {
        color: #797979;
    }
    #lizing .sub-title.text {
        margin-top: 12px;
    }#lizing .page-sub-title,
     #lizing .lizing-company .page-sub-title{
         font-weight: 500;
         margin-bottom: 20px;
         line-height: 32px;
     }
    #lizing .advantages .advantages__items .items,
    #lizing .advantages .advantages__items{
        gap: 10px;
    }

    #lizing .advantages .advantages__items .items .item{
        gap: 8px;
        width: calc(40% - 10px);
    }
    #lizing .advantages .advantages__items .items .item .title__item{
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
    }

    #lizing .advantages .advantages__items .items .item .text{
        font-size: 14px;
        line-height: 16px;
    }

    #lizing .advantages .advantages__items .items:last-child .item{
        min-height: 290px;
        height: auto;
    }

    #lizing .advantages .advantages__items .items:last-child .item:before{
        width: 35%;
        height: 100%;
        top: unset;
        bottom: -16%;
        right: 24px;
        background: url(/wp-content/themes/liftmann/img/lizing/banner-logo.svg) no-repeat right bottom;
        background-size: contain;
    }
    #lizing .advantages .advantages__items .items:last-child .item .text{
        max-width: none;
    }
    #lizing .how-to-buy .slider-steps {
        gap: 10px;
    }

    #lizing .how-to-buy .slider-steps .step-slide {
        gap: 0;
    }

    #lizing .how-to-buy .slider-steps .step-slide.active {
        min-height: 344px;
    }
    #lizing .how-to-buy .slider-steps .step-slide .step-header .step-icon {
        width: 100px;
        height: 100px;
    }

    #lizing .how-to-buy .slider-steps .step-slide .step-header .step {
        font-size: 28px;
        line-height: 34px;
    }

    #lizing .how-to-buy .slider-steps .step-slide .step-body .step-title {
        font-size: 16px;
        line-height: 20px;
    }

    #lizing .how-to-buy .slider-steps .step-slide .step-body .step-text {
        font-size: 14px;
        line-height: 16px;
    }

    #lizing .how-to-buy .slider-steps .step-slide {
        max-height: 98px;
        min-height: 98px;
        transition: .6s ease-out;
    }

    #lizing .how-to-buy .slider-steps .step-slide:before {
        font-size: 84px;
        line-height: 90px;
        bottom: 4px;
    }

    #lizing .how-to-buy .slider-steps .step-slide .step-body .step-sub-text {
        font-size: 10px;
        line-height: 12px;
    }

    #lizing .lizing-company .company-items {
        gap: 14px;
    }

    #lizing .lizing-company .company-items .item {
        width: calc(100% / 3 - 14px + 14px / 3);
        height: 70px;
    }

    #lizing .advantages,
    #lizing .how-to-buy,
    #lizing .lizing-company,
    #lizing .leasing-calculator,
    #lizing .feedback-form{
        margin-bottom: 56px;
    }
    #lizing .leasing-calculator .calculator-bg {
        padding: 20px;
    }

    #lizing .leasing-calculator .custom-calculator {
        margin-bottom: 55px;
        gap: 39px;
    }

    #lizing .leasing-calculator .calculator-title {
        font-size: 28px;
        line-height: 32px;
        font-weight: 500;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .name-group {
        gap: 8px;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .name-group label {
        font-size: 16px;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input input,
    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input span,
    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .field-label .flex-text span:first-child {
        font-size: 16px;
        line-height: 20px;
        height: 20px;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input span {
        font-weight: 400;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field {
        padding: 8px 4px;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-currency {
        padding: 0 0 0 4px;
        gap: 8px;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input {
        padding: 0;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-currency .group-input {
        padding: 0 0 0 4px;
        height: auto;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field {
        height: 56px;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range {
        top: calc(100% + 8px);
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-range .rangeslider__handle {
        width: 16px;
        height: 16px;
        top: -6px;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .group-values {
        top: calc(100% + 22px);
    }

    #lizing .leasing-calculator .calculator-footer .block-info {
        gap: 20px 24px;
    }

    #lizing .leasing-calculator .calculator-footer .block-info .text {
        width: 100%;
    }

    #lizing .leasing-calculator .calculator-footer {
        gap: 20px;
    }

    #lizing .leasing-calculator .custom-calculator .group-item .name-group .text-help .text {
        left: 50%;
        transform: translateX(-50%);
    }

    #lizing .leasing-calculator .custom-calculator .group-item .name-group .text-help:hover .text {
        transform: translate(-50%, -24px);
    }

    #lizing .leasing-calculator .custom-calculator .group-item:first-child .name-group .text-help:hover .text {
        transform: translate(-236px, -24px);
    }

    #lizing .leasing-calculator .custom-calculator .group-item:first-child .name-group .text-help .text {
        left: 0;
        transform: translateX(-100%);
    }

    #lizing .leasing-calculator .custom-calculator .group-item .item .field .group-input .field-label:nth-child(2) input,
    #lizing .leasing-calculator .custom-calculator .group-item:last-child .item .field .group-input input {
        min-width: 26px;
    }
    #lizing .main-picture img.image {
        width: 281px;
        height: 288px;
        top: 50%;
        left: 50%;
        right: inherit;
        transform: translate(-50%, -50%) scale(1);
    }
    #lizing .main-picture.load-animation img.image {
        transform: translate(-50%, -50%) scale(1.8);
        right: inherit;
        top: 50%;
        left: 50%;
    }
    #lizing .feedback-form .feedback-block .title{
        font-size: 27px;
        line-height: 32px;
        font-weight: 500;
        margin-bottom: 8px;
    }
    #lizing .feedback-form .feedback-block .sub-title{
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 20px;
    }
    #lizing .feedback-form .feedback-block form{
        gap: 10px;
    }
    #lizing .feedback-form .feedback-block .block-button{
        margin-top: 14px;
    }
    #lizing .feedback-form .feedback-block .group-input.phone,
    #lizing .feedback-form .feedback-block .group-input.email{
        width: calc(100% / 2 - 10px / 2);
    }
    #lizing .feedback-form .feedback-block .block-button{
        flex-direction: column;
    }
    #lizing .feedback-form .feedback-block .block-button .text,
    #lizing .feedback-form .feedback-block .block-button > p{
        width: 100%;
    }


    #lizing .how-to-buy .slider-steps .step-slide .step-header .step-icon {
        width: 160px;
        height: 160px;
        top: -18px;
        right: -18px;
    }

    /*  data-step="1"   */
    @keyframes step1Animation {
        0% {
            top: 50%;
            width: 128px;
            transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
            top: 0;
            width: 141px;
            transform: translate(-50%, 73px) rotate(-90deg);
        }
    }

    @-webkit-keyframes step1Animation {
        0% {
            top: 50%;
            width: 128px;
            transform: translate(-50%, -50%) rotate(0deg);
        }
        100% {
            top: 0;
            width: 141px;
            transform: translate(-50%, 73px) rotate(-90deg);
        }
    }

    @keyframes step1AnimationWidth {
        0% {
            width: 80px;
        }
        100% {
            width: 93px;
        }
    }

    @-webkit-keyframes step1AnimationWidth {
        0% {
            width: 80px;
        }
        100% {
            width: 93px;
        }
    }

    /*  data-step="2"   */
    #lizing .how-to-buy .slider-steps .step-slide[] .step-header .step-icon svg {
        width: 67px;
        height: 67px;
    }

    #lizing .how-to-buy .slider-steps .step-slide[data-step="2"].active .step-header .step-icon svg path {
        stroke-width: 4px;
    }

    @keyframes step2Animation {
        0% {
            width: 67px;
            height: 67px;
            transform: translate(-50%, -50%) rotate(0);
        }
        100% {
            width: 130px;
            height: 130px;
            transform: translate(-50%, -50%) rotate(90deg);
        }
    }

    @-webkit-keyframes step2Animation {
        0% {
            width: 67px;
            height: 67px;
            transform: translate(-50%, -50%) rotate(0);
        }
        100% {
            width: 130px;
            height: 130px;
            transform: translate(-50%, -50%) rotate(90deg);
        }
    }


    /*  data-step="3"   */
    #lizing .how-to-buy .slider-steps .step-slide[data-step="3"] .step-header .step-icon span {
        width: 106px;
    }

    #lizing .how-to-buy .slider-steps .step-slide[data-step="3"] .step-header .step-icon span:first-child {
        left: 27px;
        top: 53px;
        transform: rotate(0deg);
    }

    #lizing .how-to-buy .slider-steps .step-slide[data-step="3"] .step-header .step-icon span:last-child {
        left: 27px;
        top: 101px;
        transform: rotate(0deg);
    }

    #lizing .how-to-buy .slider-steps .step-slide[data-step="3"].active .step-header .step-icon {
        right: -18px;
    }

    @keyframes step3AnimationLine1 {
        0% {
            transform: rotate(0deg);
            width: 106px;
            left: 27px;
            top: 53px;
        }
        100% {
            transform: rotate(45deg);
            width: 86px;
            left: 2px;
            top: 99px;
        }
    }

    @-webkit-keyframes step3AnimationLine1 {
        0% {
            transform: rotate(0deg);
            width: 106px;
            left: 27px;
            top: 53px;
        }
        100% {
            transform: rotate(45deg);
            width: 86px;
            left: 2px;
            top: 99px;
        }
    }

    @keyframes step3AnimationLine2 {
        0% {
            transform: rotate(0deg);
            width: 106px;
            left: 27px;
            top: 101px;
        }
        100% {
            transform: rotate(-45deg);
            width: 200px;
            left: 43px;
            top: 59px;
        }
    }

    @-webkit-keyframes step3AnimationLine2 {
        0% {
            transform: rotate(0deg);
            width: 106px;
            left: 27px;
            top: 101px;
        }
        100% {
            transform: rotate(-45deg);
            width: 200px;
            left: 43px;
            top: 59px;
        }
    }


    /*  data-step="4"   */
    #lizing .how-to-buy .slider-steps .step-slide[data-step="4"] .step-header .step-icon svg {
        width: 80px;
        height: 80px;
    }

    #lizing .how-to-buy .slider-steps .step-slide[data-step="4"].active .step-header .step-icon svg path {
        stroke-width: 3px;
    }

    @keyframes step4Animation {
        0% {
            top: 50%;
            left: 50%;
            width: 80px;
            height: 80px;
            transform: translate(-50%, -50%) rotate(-90deg);
        }
        100% {
            top: 6px;
            left: 23px;
            width: 134px;
            height: 134px;
            transform: translate(0px, 0px) rotate(90deg);
        }
    }

    @-webkit-keyframes step4Animation {
        0% {
            top: 50%;
            left: 50%;
            width: 80px;
            height: 80px;
            transform: translate(-50%, -50%) rotate(-90deg);
        }
        100% {
            top: 6px;
            left: 23px;
            width: 134px;
            height: 134px;
            transform: translate(0px, 0px) rotate(90deg);
        }
    }

    /*  data-step="5"   */
    #lizing .how-to-buy .slider-steps .step-slide[data-step="5"] .step-header .step-icon svg {
        top: 33px;
        right: 47px;
        width: 80px;
        height: 80px;
    }

    #lizing .how-to-buy .slider-steps .step-slide[data-step="5"].active .step-header .step-icon svg path {
        stroke-width: 4px;
    }

    @keyframes step45animation {
        0% {
            top: 33px;
            right: 47px;
            width: 80px;
            height: 80px;
            transform: rotate(0);
        }
        100% {
            top: -7px;
            right: -7px;
            width: 160px;
            height: 160px;
            transform: rotate(90deg);
        }
    }

    @-webkit-keyframes step5Animation {
        0% {
            top: 33px;
            right: 47px;
            width: 80px;
            height: 80px;
            transform: rotate(0);
        }
        100% {
            top: -7px;
            right: -7px;
            width: 160px;
            height: 160px;
            transform: rotate(90deg);
        }
    }
}
@media (max-width: 576px){
    #lizing .main-screen,
    #company .main-screen,
    #installment .main-screen {
        overflow-x: hidden;
    }

    #lizing .main-picture{
        height: 308px;
        border-bottom-left-radius: 200px;
    }

    #lizing .main-picture .gray-rect{
        right: -12px;
        width: calc(100% + 12px);
    }

    #lizing .main-picture .gray-rect:before{
        width: 92.2%;
        height: 113.6%;
        top: 4.2%;
        right: -14.7%;
    }

    #lizing .advantages .advantages__items .items .item,
    #lizing .advantages .advantages__items .items .item:first-child,
    #lizing .advantages .advantages__items .items .item:last-child{
        width: 100%;
    }

    #lizing .advantages .advantages__items .items .item{
        min-height: auto;
    }

    #lizing .lizing-company .company-items .item {
        width: calc(100% / 2 - 14px / 2);
    }

    #lizing .leasing-calculator .custom-calculator .group-item .name-group .text-help .text {
        width: 259px;
    }

    #lizing .feedback-form .feedback-block .group-input.phone,
    #lizing .feedback-form .feedback-block .group-input.email{
        width: 100%;
    }

    #lizing .feedback-form .feedback-block .sub-title{
        max-width: 100%;
    }

    #lizing .main-picture.load-animation img.image {
        transform: translate(-50%, -50%) scale(1.34);
    }
}
@media (max-width: 460px){
    #lizing .advantages .advantages__items .items:last-child .item:before{
        width: 169px;
        height: 174px;
        bottom: -32px;
        right: 24px;
    }

    #lizing .leasing-calculator .calculator-footer .button {
        width: 100%;
    }
}