.steps2 .step.result .wrapp .main_box {
    padding: 50px;
}
.step.result .btn_box {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: flex-end;
    -webkit-box-pack: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    position: static;
}
.step.result .btn_box a,
.step.result .btn_box button {
    font-size: 16px;
    margin: 0 10px 0 0;
}
.step.result .btn_box p {
    max-width: 240px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    margin-top: 30px;
    position: relative;
    padding-left: 5px;
}
.step.result .btn_box p:before {
    content: "*";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}
.step.result .btn_box span {
    color: #ff8a00;
}
.steps2 .step.result .wrapp .right_box {
    background: #008ae0;
    color: #fff;
}
.steps2 .step.result .wrapp .right_box .title {
    color: #fff;
}
.steps2 .step.result .wrapp .right_box li {
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
}
.steps2 .step.result .wrapp .right_box li:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
    background: #e0f3ff;
}
.result_box {
    margin-top: 50px;
}
.result_box .item {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin-bottom: 50px;
}
.result_box .border {
    border-bottom: 2px solid #e0f3ff;
    padding-bottom: 50px;
}
.result_box .name {
    width: calc(100% - 180px);
    font-weight: 600;
    font-size: 16px;
    line-height: 56px;
}
.result_box .price {
    font-weight: 600;
    font-size: 24px;
    line-height: 56px;
    width: 180px;
    padding: 0;
}
.result_box .main_price {
    color: #ff8a00;
}
.calculator_page .container {
    z-index: 2;
    position: relative;
}
.calculator_page .main_bg:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, #111 0, rgba(17, 17, 17, 0) 46.14%);
}
.calculator_section {
    background: #f2faff;
    padding-bottom: 110px;
    position: relative;
}
.calculator_section .container {
    bottom: 40px;
}
.calculator_section .section_img {
    position: absolute;
    left: 0;
    bottom: -100px;
    max-width: 600px;
}
.custom-select {
    position: relative;
    font-family: Arial;
}
.custom-select select {
    display: none;
}
.select-selected {
    background-color: #1e90ff;
}
.select-selected:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #008ae0;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.select-selected.select-arrow-active:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #008ae0;
    border-top: 0;
}
.select-items div,
.select-selected {
    padding: 12px 15px;
    cursor: pointer;
    user-select: none;
    background: #fff;
    border: 1px solid #b6e3ff;
    box-sizing: border-box;
    border-radius: 3px;
    color: #008ae0;
}
.select-items div {
    border: none;
    border-radius: 0;
}
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border: 1px solid #b6e3ff;
    border-radius: 3px;
}
.select-hide {
    display: none;
}
.same-as-selected,
.select-items div:hover {
    background: #008ae0;
    color: #fff;
}
.parameters .box,
.parameters .main {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.parameters .box {
    margin-bottom: 20px;
}
.last_step .bg {
    background: url(../images/skviz_bg.jpg) center/cover no-repeat;
    color: #fff;
}
.last_step .form {
    background: #e0f3ff;
}
.last_step {
    overflow: hidden;
}
.last_step .row > div {
    padding: 50px 75px;
    height: 100%;
}
.skviz_section {
    padding: 140px 0;
    background: #f2faff;
}
.skviz_section .step,
.steps2 .step .wrapp {
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 138, 224, 0.05);
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
}
.step .main_box {
    padding: 40px 50px 100px 50px;
    width: calc(100% - 370px);
    position: relative;
}
.step:not(.active) {
    display: none;
}
.step .icon_box {
    background: #fff;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-radius: 50%;
}
.step .icon_box div {
    box-shadow: 0 20px 20px rgba(0, 138, 224, 0.21);
    width: 110px;
    height: 110px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
}
.step .right_box {
    width: 370px;
    background: #e0f3ff;
    border-radius: 0 10px 10px 0;
    position: relative;
    padding: 100px 70px;
    text-align: center;
}
.steps2 .step .right_box {
    text-align: left;
}
.steps2 .step .right_box .title {
    margin-bottom: 30px;
    color: #ff8a00;
}
.step .right_box .icon_box {
    margin: 0 auto 25px auto;
    display: block;
}
.step .right_box p {
    text-align: left;
    margin-bottom: 20px;
}
.step .right_box .name {
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}
.step .right_box .info {
    margin-bottom: 15px;
}
.step .right_box span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #555;
}
.skviz_section .right_box:before {
    color: #b6e3ff;
    font-family: Font Awesome\5 Pro;
    content: "\f10e";
    font-size: 42px;
    font-weight: 700;
    position: absolute;
    top: 35px;
    left: 40px;
}
.progress_box {
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    margin: 25px 0;
}
.progress_box .progress {
    border: 3px solid #b6e3ff;
    border-radius: 20px;
    background: #fff;
    position: relative;
    padding: 4px;
    width: calc(100% - 150px);
}
.progress_box .progress .bg {
    content: "";
    background: #e0f3ff;
    border-radius: 20px;
    display: block;
    height: 10px;
    width: 100%;
}
.progress_box .progress .change {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    background: #008ae0;
    border-radius: 20px;
    height: 10px;
    width: 0%;
    max-width: calc(100% - 8px);
    transition: 0.3s;
}
.progress_box p {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding-left: 20px;
}
.progress_box p span {
    color: #555;
}
.progress_box2 .progress {
    background: #fff;
    box-shadow: 0 20px 20px rgba(0, 138, 224, 0.21);
    border-radius: 10px;
    position: relative;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    padding: 35px 40px;
    overflow: hidden;
}
.progress_box2 .progress .progress_step {
    width: 10px;
    height: 10px;
    background: #b6e3ff;
    border-radius: 50%;
    font-size: 0;
    display: inline-block;
    position: relative;
    text-align: center;
    z-index: 2;
}
.progress_box2 .progress .progress_step.active {
    background: #fff;
    border: 2px solid #ff8a00;
    box-shadow: 0 10px 20px rgba(255, 138, 0, 0.3);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #ff8a00;
}
.progress_box2 .progress .progress_step.check {
    background: #fff;
    border: 2px solid #ff8a00;
    color: #ff8a00;
    box-shadow: 0 10px 20px rgba(255, 138, 0, 0.3);
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 30px;
    background: #ff8a00;
}
.progress_box2 .progress .progress_step.check:before {
    content: "\f00c";
    font-family: Font Awesome\5 Pro;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-weight: 300;
}
.progress_box2 .progress .progress_step:last-child.active {
    width: 48px;
    height: 48px;
    line-height: 42px;
}
.progress_box2 .progress .progress_step > * {
    display: none;
}
.progress_box2 .progress .progress_step.active > * {
    display: inline-block;
    vertical-align: middle;
}
.progress_box2 .progress .progress_step:after {
    content: "";
    height: 3px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    width: 400px;
    background: #e0f3ff;
}
.progress_box2 .progress .progress_step.active:after {
    left: 30px;
}
.progress_box2 .progress .progress_step.check:after {
    background: #ff8a00;
    height: 2px;
    left: 30px;
}
.progress_box2 .progress .progress_step:last-child:after {
    background: #fff;
    height: 4px;
}
.progress_box2 .progress .progress_step:last-child.active:after {
    left: 46px;
    background: #fff;
}
.steps2 .step > .title {
    margin: 60px 0;
}
.steps2 .step .main_box .title {
    margin-bottom: 40px;
}
.steps2 .step .wrapp .main_box {
    border-width: 2px 1px 2px 2px;
    border-style: solid;
    border-color: #b6e3ff;
    border-radius: 10px 0 0 10px;
}
.steps2 .step .wrapp .right_box {
    border-width: 2px 2px 2px 1px;
    border-style: solid;
    border-color: #b6e3ff;
}
.step .checkbox .img_box img,
.step .radio .img_box img {
    width: 100%;
}
.step .checkbox .img_box,
.step .radio .img_box {
    box-shadow: 0 10px 10px rgba(0, 138, 224, 0.05);
}
.step label div,
.step label span {
    font-weight: 600;
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 15px;
    color: #222;
    min-height: 40px;
}
.step .checkbox div,
.step .checkbox span {
    line-height: 22px;
}
.step .btn_box {
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 50px;
}
.step .btn_box button {
    margin-left: 10px;
}
.step .btn_box i {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}
.reset_input {
    height: 100%;
    display: block;
}
.reset_input .img_box {
    border: 8px solid #e0f3ff;
    box-shadow: 0 10px 10px rgba(0, 138, 224, 0.05);
    height: calc(100% - 80px);
    position: relative;
}
.reset_input .img_box img {
    max-width: 90px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.select-items div, .select-selected {
    padding: 12px 15px;
    cursor: pointer;
    user-select: none;
    background: #fff;
    border: 1px solid #b6e3ff;
    box-sizing: border-box;
    border-radius: 3px;
    color: #008ae0;
}
.radio2 .radio__text2 {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    border: 2px solid #b6e3ff;
    border-radius: 3px;
    color: #008ae0;
    transition: .3s;
    margin: 0 1px;
}
.radio2 input:checked+.radio__text2 {
    background: #008ae0;
    border: 2px solid #008ae0;
    color: #fff;
    box-shadow: 0 20px 20px rgb(0 138 224 / 21%);
}
