

/* Start:/local/templates/gikom/components/bitrix/news.list/calc/style.css?17371073198190*/
.step_title {
    color: #313131;
    font-family: "Jost";
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.18px;
    text-transform: uppercase; 
}
.step_content {
    width: calc(100% - 280px);
    padding-right: 30px;
}
.step_image {
    width: 280px;
    height: 426px;
    position: relative;
}
.step_image img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    -webkit-object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}
.step_image .step_image_second {
    position: absolute;
    z-index: 5;
    left: 0;
    top:0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 0.3s, opacity 0.3s;
    -moz-transition: visibility 0.3s, opacity 0.3s;
    transition: visibility 0.3s, opacity 0.3s;
}
.step_image:hover .step_image_second {
    opacity: 1;
    visibility: visible;
}
.step_bottom {
    margin-top: 40px;
}
.step_bottom .step_count {
    margin-left: auto;
    margin-right: 20px;
}
.step_bottom .step_count span {
    color: #99242C;
}

#steps_form {
    height: 650px;
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(234, 234, 234, 0.12);
    border-radius: 12px;
}
.step_row {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 60px;
    opacity: 0;
    visibility: hidden;
    color: #707070;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    -webkit-transform: translateX(-50%) scale(0.6);
    -moz-transform: translateX(-50%) scale(0.6);
    transform: translateX(-50%) scale(0.6);
    -webkit-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
.step_row.current_step ~ .step_row {
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
}
.step_row.current_step {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}
.step_row.last_step {
    -webkit-row-gap: 25px;
    row-gap: 25px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0%) scale(1) !important;
    -moz-transform: translateX(0%) scale(1) !important;
    transform: translateX(0%) scale(1) !important;
}
.step_select_image {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 40px;
    -webkit-gap: 30px;
    gap: 30px;
}
.step_row .step_content_inner {
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-gap: 10px;
    gap: 10px;
}
.step_select_image_item {
    cursor: pointer;
}
.step_select_image_item input {
    display: none;
}
.step_select_image_item img {
    display: block;
    max-width: 250px;
    border-radius: 6px;
    opacity: 0.7;
}
.step_row .form-control {
    background: #F6F6F6;
}
.step_row .form-control[type=number] {
    -moz-appearance:textfield;
}
.step_row .form-control[type=number]::-webkit-outer-spin-button,
.step_row .form-control[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
.step_select_image_item label {
    cursor: pointer;
}
.step_select_image_item i::before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Ccircle opacity='0.6' cx='22' cy='22.5' r='8.75' stroke='%2399242C' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.step_select_image_item input:checked ~ img {
    opacity: 1;
}
.step_select_image_item input:checked ~ p i::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Ccircle cx='22' cy='22' r='8.75' stroke='%2399242C' stroke-width='1.5'/%3E%3Ccircle cx='22' cy='22' r='6' fill='%2399242C'/%3E%3C/svg%3E") no-repeat;
}
.step_select input[type="radio"] {
    display: none;
}
.step_select label {
    cursor: pointer;
}
.step_select i::before {
    content: '';
    display: block;
    width: 44px;
    height: 44px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='45' viewBox='0 0 44 45' fill='none'%3E%3Ccircle opacity='0.6' cx='22' cy='22.5' r='8.75' stroke='%2399242C' stroke-width='1.5'/%3E%3C/svg%3E") no-repeat;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.step_select input:checked + i::before {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' viewBox='0 0 44 44' fill='none'%3E%3Ccircle cx='22' cy='22' r='8.75' stroke='%2399242C' stroke-width='1.5'/%3E%3Ccircle cx='22' cy='22' r='6' fill='%2399242C'/%3E%3C/svg%3E") no-repeat;
}
.step_input {
    max-width: 400px;
    padding-bottom: 17px;
}
.step_input label {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px; 
    margin-bottom: 15px;
}
.last_step_header {
    max-width: 373px;
    -webkit-row-gap: 30px;
    row-gap: 30px;
}
.last_step_header_title {
    color: #313131;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px; 
    letter-spacing: 0.18px;
    text-transform: uppercase;
    text-align: center;
}
.last_step_header_title span {
    color: #99242C;
}
.last_step_header_desc {
    color: #313131;
    font-size: 16px;
    line-height: 20px;  
    text-align: center;
}
.last_step_form {
    -webkit-column-gap: 20px;
    column-gap: 20px;
    max-width: 808px;
}
.last_step_form .form-group {
    width: calc(33.33% - 20px + (20px / 3));
    padding-bottom: 17px;
    margin: 0;
}
.last_step_form .form-group label {
    display: block;
    color: #707070;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 15px;
}
.last_step_form .form-group label span {
    color: #99242C;
}
.last_step_bottom {
    width: 100%;
    max-width: 398px;
}
.last_step_bottom .form-agreement {
    margin-bottom: 25px;
}
@media (max-width: 767.98px) {
    #steps_form {
        margin: 0 -20px;
        height: auto;
    }
    .step_row {
        display: none !important;
        padding: 30px 20px;
        position: relative;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0%) scale(1);
        -moz-transform: translateX(0%) scale(1);
        transform: translateX(0%) scale(1);
    }
    .step_row.current_step {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .step_row.last_step {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .step_row.current_step ~ .step_row {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
    .step_title {
        font-size: 13px;
        line-height: 17px; 
    }
    .step_select_image {
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: flex-start !important;
        -ms-flex-align: flex-start !important;
        align-items: flex-start !important;
    }
    .step_select_image_item img {
        height: 150px;
        width: 280px;
        max-width: 280px;
        -webkit-object-fit: cover;   
        object-fit: cover;      
    }
    .step_select_image_item p {
        -webkit-box-pack: flex-start !important;
        -ms-flex-pack: flex-start !important;
        justify-content: flex-start !important;
    }
    .step_content {
        width: 100%;
        padding-right: 0;
    }
    .step_content_inner {
        padding-top: 30px;
    }
    .step_image {
        display: none;
    }
    .last_step_form {
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0 20px;
    }
    .last_step_form .form-group {
        width: 100%;
    }
}
/* End */
/* /local/templates/gikom/components/bitrix/news.list/calc/style.css?17371073198190 */
