.service_item .img_wrap {
    width: 100%
}

.service_items {
    text-align: center
}

.service_item_btn:hover svg {
    fill: #fff
}

.service_items {
    background-color: #f8f8ff
}

.service_items {
    display: flex;
    justify-content: center;
    padding-top: 30px
}

.service_item {
    display: inline-block;
    width: 20%;
    max-width: 155px;
    margin: 0 5.2% 50px;
    vertical-align: top
}

.service_item .img_wrap, .slider_2 {
    margin-left: auto;
    margin-right: auto
}

.service_item .title {
    margin-top: 34px;
    color: #5e7785;
    font-family: Roboto,sans-serif;
    font-size: 20px;
    line-height: 20px
}

.service_item_btn.open, .service_item_btn:hover {
    border-bottom: 3px solid #42337e;
    font-weight: 700;
    font-size: 20px;
    color: #67589b
}

.service_item_content .list_item, .service_item_head h3 {
    color: #323c47;
    font-family: 'Nunito Sans'
}

.service_items_control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 110px
}

.service_item_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 32px;
    margin: 0 20px;
    text-align: center;
    color: #655997;
    -webkit-transition: color .4s,background-color .4s;
    transition: color .4s,background-color .4s;
    cursor: pointer;
    font-family: 'Nunito Sans';
    font-size: 20px;
    width: 145px
}

.service_item_btn:first-of-type svg {
    fill: #17b135
}

.service_item_btn svg {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    vertical-align: middle;
    fill: #da3549;
    -webkit-transition: fill .4s;
    transition: fill .4s
}

.service_item_btn img {
    margin-right: 15px
}


.service_item_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 55px 42px;
    width: 41%;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(230,230,242,.42)
}

.service_item_content .left_img {
    width: 50%
}

.service_item_content .left_img img {
    width: 100%;
    max-width: 356px
}

.service_item_content .right_list {
    width: 90%;
    margin: 0;
    padding: 0 0 0 12px;
    counter-reset: list
}

.service_item_content .list_item {
    text-align: left;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: -.05px;
    line-height: 22px
}

.service_item_head {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%
}

.service_item_head img {
    width: 39px;
    height: 39px
}

.service_item_head h3 {
    font-size: 24px;
    letter-spacing: -.08px;
    line-height: 32px;
    text-align: center;
    font-weight: 600;
    margin-block: 24px
}

.service_item_content .list_item.active::before, .service_item_content .list_item:hover::before {
    border: 2px solid #f5cb08;
    box-shadow: 0 0 11px 0 rgba(0,0,0,.1)
}

.service_items_content {
    display: flex;
    justify-content: center;
    gap: 32px
}

.service_item_content--new-align-item {
    align-items: center
}

.service_item_content .list_item--new-radius::before {
    border-radius: 6px;
    border: 2px solid #1f143f
}

.service_items_control--new-width {
    max-width: 460px
}

.service_item_btn--new {
    min-height: 43px;
    padding: 12px 15px;
    border-radius: 3px 0 0 3px;
    color: #0d253e;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

@media screen and (max-width:1170px) {
    .service_item {
        width: -webkit-calc(20vw - 20px);
        width: calc(20vw - 20px);
        max-width: none;
        margin-left: -webkit-calc(2.4vw);
        margin-left: calc(2.4vw);
        margin-right: -webkit-calc(2.4vw);
        margin-right: calc(2.4vw)
    }
}

@media screen and (max-width:780px) {
    .service_item_content .left_img {
        padding-left: 10px;
        padding-right: 10px
    }

    .service_item_content .right_list {
        padding-left: 0
    }


    .service_item_btn {
        font-size: 20px
    }

    .service_item_btn svg {
        margin-right: 6px
    }

    .service_items {
        padding-top: 20px
    }
}


@media screen and (max-width:680px) {
    .service_item_content {
        padding-top: 30px;
        width: 80%
    }

    .service_item_head {
        flex-direction: row;
        justify-content: center
    }

    .service_item_head img {
        margin-right: 10px
    }

    .service_items_content {
        flex-direction: column;
        align-items: center
    }

    .service_item {
        width: -webkit-calc(30vw - 20px);
        width: calc(30vw - 20px)
    }

}

@media screen and (max-width:590px) {
    .service_item_head h3 {
        font-size: 22px
    }
}

@media screen and (max-width:500px) {
    .service_item_content {
        padding-bottom: 30px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service_item_btn {
        font-size: 0
    }

    .service_item_btn svg {
        margin-right: 0
    }

    .service_item_content .left_img {
        display: none
    }

    .service_item_content .right_list {
        width: 100%
    }

    .service_items_control {
        margin-bottom: 20px;
        padding-bottom: 10px
    }

    .service_item_content .list_item {
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 16px
    }

    .service_item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .service_item:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .service_item .img_wrap {
        width: 40%;
        margin: 0
    }

    .service_item .title {
        width: 50%;
        margin-top: 20px
    }

    .service_item_btn--new {
        font-size: 0
    }
}

@media screen and (max-width:420px) {
    .service_item_content {
        width: 100%
    }
}