

/* Start:/local/components/barrier/filter.calc.cycle/templates/.default/style.css?17253578652850*/
.page-filter-cycle {
    max-width: 900px;
    margin: 0 auto 100px auto;
    padding: 0 20px;
}

.title-block {
    margin: 60px auto 30px auto;
    text-align: center;
    max-width: 850px;
}

.filter-cycle-title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.3;
}

.title-block-sub {
    color: #575757;
    font-size: 18px;
    line-height: 28px;
}

.product-img img {
    width: 100%;
}

.product-img {
    width: 193px;
    margin: 0 auto 30px auto;
}

.filter-cycle-title-sub {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.filter-cycle-main-field-label {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}

.filter-cycle-main-field-inp {
    position: relative;
}

.filter-cycle-main-field-inp-quantity {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #F4F4F4;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    top: 17px;
    cursor: pointer;
}

.qnt-down {
    left: 10px;
}

.qnt-up {
    right: 10px;
}

.filter-cycle-result-data sup {
    vertical-align: super;
    font-size: smaller;
}

.filter-cycle-main-field-inp input {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #E1E1E1;
    width: 100%;
    padding: 20px 15px;
    text-align: center;
    box-sizing: border-box;
}

.filter-cycle-main-field-inp input:focus {
    border: 1px solid black;
}

.filter-cycle-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.filter-cycle-main {
    width: calc(100%/2 - 10px);
    margin-bottom: 30px;
}

.filter-cycle-result {
    background: black;
    border-radius: 30px;
    padding: 30px;
}

.filter-cycle-result-title {
    text-align: center;
    margin-bottom: 10px;
    color: white;
    font-weight: bold;
    font-size: 24px;
}

.filter-cycle-result-data {
    color: white;
    text-align: center;
    margin-bottom: 10px;
    font-size: 48px;
    font-weight: bold;
}

.filter-cycle-result-text {
    text-align: center;
    font-size: 16px;
    color: white;
    margin-bottom: 15px;
}

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

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

@media (max-width: 992px) {
    .filter-cycle-title {
        font-size: 24px;
    }

    .title-block-sub {
        font-size: 16px;
    }

    .filter-cycle-title-sub {
        font-size: 18px;
    }

    .filter-cycle-main-field-label {
        font-size: 14px;
    }

    .filter-cycle-main {
        width: 100%;
    }

    .filter-cycle-result-title {
        font-size: 18px;
    }

    .filter-cycle-result-data {
        font-size: 38px;
    }

    .filter-cycle-result-text {
        font-size: 14px;
    }

    .page-filter-cycle {
        margin: 0 auto 60px auto;
    }
}

/* End */


/* Start:/local/components/barrier/form/templates/filter-cycle-form/style.css?17248329258292*/
.gray {
    background: #F4F4F4;
    border-radius: 30px;
}

.ank-form {
    padding-bottom: 30px;
}

.ank-page {
    max-width: 550px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
}

.ank-page h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 80px;
    line-height: 57px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 0.02em;
}


.ank-form-title {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
}

.ank-form-title-small {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    margin: 30px 0 25px 0;
    color: black;
}

.ank-form-input {
    width: 100%;
    padding: 15px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    margin-top: 20px;
    box-sizing: border-box;
    background: white;
}

.ank-form-input::placeholder {
    color: #A4A1A1;
}

.ank-form select {
    width: 100%;
    padding: 15px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
}

.ank-form-title.last {
    margin-top: 30px;
    margin-bottom: 10px;
}

.ank-form [type="submit"] {
    margin: 15px 0 15px 0;
    width: 100%;
}

.ank-form-disclaimer {
    padding: 0 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #121212;
}

.ank-form-disclaimer a {
    color: #121212;
}

.custom-file-upload {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 8px 15px;
    border: 2px solid #1E1E1E;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
}

.custom-file-upload:hover {
    background-color: #1E1E1E;
    color: white;
}

.delete-button {
    background: none;
    border: none;
    color: #f00;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
    padding: 0;
}

.delete-button:hover {
    text-decoration: underline;
}


textarea {
    resize: none;
    margin-top: 10px;
    font-family: "SFProDisplay";
}

#file-list div {
    margin-top: 10px;
}

.success-block {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    display: none;
}

.success-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 57px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #1E1E1E;
    margin-bottom: 15px;
}

.success-desc {
    max-width: 490px;
    margin: 0 auto 90px auto;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    color: #1E1E1E;
}

.success-footer {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    color: #1E1E1E;
}

.ank-count {
    margin-top: 20px;
}

.ank-count-title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 1.55;
}

.ank-form-input-count {
    color: rgb(30, 30, 30);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 5px;
    width: 40px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    margin: 0 5px;
    text-align: center;
}

.ank-quantity-up, .ank-quantity-down {
    font-size: 26px;
    cursor: pointer;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.service-form-head {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 45px 10px 30px 10px;
    box-sizing: border-box;
}

.service-back {
    color: #a4a1a1;
    font-weight: 300;
    text-decoration: none;
}

.service-form-head h1 {
    color: #1e1e1e;
    font-size: 80px;
    font-family: 'SFPro',Arial,sans-serif;
    line-height: 1.2;
    font-weight: 700;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    text-align: center;
    padding-top: 105px;
}

.service-head-sub-title {
    max-width: 450px;
    margin: 0 auto;
    color: black;
    font-size: 24px;
    font-family: 'SFPro',Arial,sans-serif;
    font-weight: 400;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    line-height: 37px;
    text-align: center;
    padding-top: 15px;
}

.service-head-sub-sm {
    text-align: center;
    margin-top: 15px;
    font-size: 19px;
}

.no-mt {
    margin-top: 0px;
}

.form-row {
    margin-top: 20px;
}

#cap-block {
    color: red;
}

.success-btn {
    text-align: center;
    margin-top: 25px;
}

.success-btn a {
    width: 350px;
}

@media (max-width: 992px) {
    .service-form-head h1 {
        font-size: 40px;
    }

    .form-title {
        font-size: 24px!important;
    }
}

.service-half-connect {
    max-width: 550px;
    display: flex;
    margin: 25px auto 20px auto;
}

.service-half-item:first-child {
    margin-right: 10px;
}

.service-half-item {
    width: calc(50% - 5px);
    padding: 15px;
    background: white;
    border-radius: 15px;
}

.service-half-item-title {
    font-size: 16px;
    margin-bottom: 5px;
    color: black;
}

.service-half-item-phone a {
    font-size: 24px;
    font-weight: bold;
    color: black!important;
}

.service-half-item-tg {
    display: flex;
}

.service-half-item-tg-qr {
    margin-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-half-item-tg-link a {
    display: flex;
    font-size: 24px;
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.service-half-item-tg-link svg {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.service-half-item-tg-title {
    font-size: 16px;
    margin-bottom: 5px;
}

.form-title {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    color: black;
    line-height: 1.3;
}

.ank-radio-wrapper {
    display: flex;
}

.radio-item {
    margin-right: 20px;
}

.radio-item input {
    margin-right: 5px;
}

.radio-item label {
    color: black;
}

.radio-item input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.radio-item input+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    cursor: pointer;
}

.radio-item input+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.radio-item input:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.radio-item input:checked+label::before {
    border-color: #A4A1A1;
    background-color: white;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='black'/%3e%3c/svg%3e");
    background-size: 10px;
}

.radio-item input:disabled+label::before {
    background-color: #e9ecef;
}

@media (max-width: 992px) {

    .ank-radio-wrapper {
        flex-direction: column;
    }

    .ank-form-title-small {
        font-size: 18px;
    }

    .service-half-connect {
        flex-direction: column;
    }

    .service-half-item:first-child {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .service-half-item {
        width: 100%;
        box-sizing: border-box;
    }

    .service-half-item-tg-qr {
        display: none;
    }

    .service-half-item-phone a {
        font-size: 18px;
    }

    .service-half-item-tg-link a {
        font-size: 18px;
    }

    .service-half-item-tg-link svg {
        width: 20px;
        height: 18px;
    }

    .service-svg {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .service-half-item-title {
        font-size: 14px;
    }

    .service-head-sub-title {
        font-size: 14px;
        line-height: 26px;
    }

    .service-head-sub-sm {
        font-size: 16px;
        text-align: start;
    }
}

/* End */
/* /local/components/barrier/filter.calc.cycle/templates/.default/style.css?17253578652850 */
/* /local/components/barrier/form/templates/filter-cycle-form/style.css?17248329258292 */
