.help-block {
    color: red;
}

.city-current {
    padding-left: 40px!important;
    text-decoration: underline;
}

.filter .form-group label {
    font-size: 15px;
    color: #000;
}

.has-error input,
.has-error select,
.has-error textarea {
    border: 1px solid red;
}

#stellsPartner1 {
    margin-bottom: 0 !important;
}

.filter .section-footer .filter-actions button:not(.btn) {
    background: -webkit-gradient(linear, left top, right top, color-stop(33%, #5c7cfa), color-stop(0%, rgba(255, 255, 255, 0))) repeat-x bottom;
    background: -webkit-linear-gradient(left, #5c7cfa 33%, rgba(255, 255, 255, 0) 0%) repeat-x bottom;
    background: -o-linear-gradient(left, #5c7cfa 33%, rgba(255, 255, 255, 0) 0%) repeat-x bottom;
    background: linear-gradient(to right, #5c7cfa 33%, rgba(255, 255, 255, 0) 0%) repeat-x bottom;
    background-size: auto auto;
    -webkit-background-size: 3px 1px;
    background-size: 3px 1px;
    margin-right: 24px;
    color: #5c7cfa;
    -webkit-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
    border: none;
    font-size: 13px;
    padding: 0px;
    cursor: pointer;
}

.advantages {
    max-height: none;
}

.advantages .section-body {
    text-align: left;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px;
    margin-bottom: 20px;
}

h1,
h2,
h3 {
    font-family: "muller", sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1.5px;
}

.float-buttons .btn img {
    width: 14px;
    margin: 0 0 10px 0;
}

.nav-list.alphabet a::before {
    color: #343a40;
}

.callb-fixed-but {
    width: 60px;
    height: 60px;
    background: #5c7cfa url("../images/ico-telephone.svg") no-repeat center center;
    position: fixed;
    border-radius: 50%;
    right: 130px;
    bottom: 30px;
    z-index: 999;
    cursor: pointer;
    background-size: 70%;
}

.telegram-fixed-but {
    width: 60px;
    height: 60px;
    background: #5c7cfa url("../images/telegram-icon.svg") no-repeat center center;
    position: fixed;
    border-radius: 50%;
    right: 130px;
    bottom: 30px;
    z-index: 999;
    cursor: pointer;
    background-size: 50%;
    background-position: 45%;
}

.pulse {
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(92, 124, 250, 0.4);
    animation: pulse 2s infinite;
}

.pulse:hover {
    animation: none;
}

.form-checkbox input[type=checkbox] {
    display: none;
}

.form-checkbox .control-label::before {
    content: '';
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    border: 2px solid #5c7cfa;
    border-radius: 4px;
    top: 0;
}

.form-checkbox input[type=checkbox]:checked+.control-label::before {
    background: #5c7cfa;
}

.form-checkbox input[type=checkbox]:checked+.control-label::after {
    content: '✓';
    color: #ffffff;
    position: absolute;
    top: 1px;
    left: 6px;
}

.form-checkbox .control-label {
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(92, 124, 250, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(92, 124, 250, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(92, 124, 250, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(92, 124, 250, 0.4);
        box-shadow: 0 0 0 0 rgba(92, 124, 250, 0.4);
    }

    20% {
        bottom: 50px;
        background-color: #3e5098;
    }

    50% {
        bottom: 30px;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(92, 124, 250, 0);
        box-shadow: 0 0 0 10px rgba(92, 124, 250, 0);

    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(92, 124, 250, 0);
        box-shadow: 0 0 0 0 rgba(92, 124, 250, 0);
        bottom: 30px;
    }
}

.grecaptcha-badge {
    opacity: 0.1 !important;
}

.links-mobileapp {
    margin-top: 20px;
}

@media (max-width: 425px) {
    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }
}

/* MAIN PAGE CATALOG BLOCK */
.nav-block-tiles .nav-tile-list {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
}

.nav-block-tiles .nav-tile-item {
    width: calc(25% - 20px * 3/4);
}

.nav-block-tiles .tile-img-block {
    position: relative;
    display: block;
}

.nav-block-tiles .tile-img-block img {
    width: 100%;
    height: auto;
}

.nav-block-tiles .tile-img-block > span {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    color: #fff;
    font-family: "muller", sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 1.5px;
}

.nav-block-tiles .tile-child-items {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    overflow: hidden;
} 

.nav-block-tiles .tile-child-items.hidden {
    max-height: 90px;
}

.nav-block-tiles .tile-child-items .child-item {
    display: flex;
    gap: 5px;
}

.nav-block-tiles .tile-child-items .child-item:not(:last-child)::after {
    margin-left: 5px;
    content: '|';
    display: block;
}

.nav-block-tiles .tile-child-items .child-item a {
    color: #343a40;
    border-bottom: 1px solid rgba(77, 77, 77, 0.2);
}


.nav-block-tiles .tile-child-items .child-item a:hover {
    color: #5c7cfa;
}

.nav-block-tiles .more-button-block {
    margin-top: 5px;
    text-align: left;
}

.nav-block-tiles .more-button-block .more-button {
    background: none;
    border: none;
    color: #5c7cfa;
    cursor: pointer;
    padding-left: 0;
}

.nav-block-tiles .more-button-block .more-button:hover {
    color: #5c7cfadd;
}