#stepsCont .steps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 80px;
    padding: 0;
}
#stepsCont .steps.two {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    gap: 10%;
}
#stepsCont .steps > div {
    background-repeat: no-repeat;
    width: 290px;
    min-height: 150px;
    height: auto;
}
#stepsCont .steps h3,
#stepsCont .steps p {
    margin-left: 68px;
}
#stepsCont .steps h3 {
    font-family: 'Cera Medium';
    font-size: 20px;
    margin-top: 7px;
    margin-bottom: 0;
}
#stepsCont .steps p {
    font-family: 'Cera Regular';
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0;
    margin-top: 10px;
}
#stepsCont .step1 {
    background-image: url("/images/step1.png");
}
#stepsCont .step2 {
    background-image: url("/images/step2.png");
}
#stepsCont .step3 {
    background-image: url("/images/step3.png");
}
#stepsCont .step4 {
    background-image: url("/images/step4.png");
}
@media all and (max-width: 1200px) {
    #tabsSteps,
    .hitSteps .wrapper:nth-child(1){
        padding: 0 25px;
    }
}
@media all and (max-width: 904px) {
    #stepsCont .steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        column-gap: 18%;
        row-gap: 25px;
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
    }
}
@media all and (max-width: 768px) {
    #tabsSteps {
        margin-top: 30px;
    }
    #stepsCont .steps h3,
    #stepsCont .steps p {
        font-size: 14px;
    }
    #stepsCont .steps {
        column-gap: 6%;
    }
    #stepsCont .steps > div {
        width: 47%;
        min-height: 100px;
        background-size: contain;
    }
    #tabsSteps {
        padding: 0 60px;
    }
    #stepsCont .steps {
        margin: 40px 0 30px;
    }
}
@media all and (max-width: 764px) {

}
@media all and (max-width: 744px) {
    #stepsCont .steps > div {
        width: 47%;
    }
}
@media all and (max-width: 580px) {
    #stepsCont .steps {
        margin: 40px 0 30px;
    }
    #tabsSteps {
        padding: 0 20px;
        margin-top: 10px;
    }
}
@media all and (max-width: 560px) {
    #stepsCont .steps {
        width: 100%;
    }
}
@media all and (max-width: 476px) {
    #stepsCont .steps {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
    }
    #stepsCont .steps > div {
        width: 72%;
    }
}
@media all and (max-width: 450px) {
    #stepsCont .steps > div {
        width: 60%;
    }
}
@media all and (max-width: 440px) {
    #stepsCont .steps h3 {
        font-size: 14px;
    }
    #stepsCont .steps p {
        font-size: 14px;
    }
    #stepsCont .steps > div {
        min-height: 100px;
        height: 100px;
        width: 100%;
    }
    #stepsCont .steps > div {
        background-size: contain;
    }
    #stepsCont .steps > div br {
        display: none;
    }
    #tabsSteps .ui-state-default a {
        font-size: 16px;
    }
}
@media all and (max-width: 420px) {
    #deposit-hit .hint + .notice {
        bottom: -115px;
        width: 200px;
    }
    .hint + .notice::before {
        left: 63%;
    }
}
@media all and (max-width: 382px) {
    #tabsSteps {
        padding: 0;
    }
}
@media all and (max-width: 375px) {
    #deposit-hit #tabsSteps .hint + .notice {
        left: unset;
        right: 0;
    }
    #tabsSteps .hint + .notice::before {
        left: 85%;
        top: -20px;
    }
}
@media all and (max-width: 355px) {
    #tabsSteps {
        padding: 0 10px;
    }
    #deposit-hit #deposit-calc {
        padding: 0 10px;
    }
    #preimuszhestva .wrapper:nth-child(1) {
        padding: 20px 10px 30px 10px;
    }
}
@media all and (max-width: 325px) {
    #tabsSteps .ui-tabs-nav {
        gap: 15px;
    }
}