.main_advantages {
    background-color: #583f9d;
    padding: 60px 0 80px 0
}

.main_advantages .content {
    display: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 395px
}

.main_advantages .content .text {
    width: 50%;
    padding: 30px 25px 30px 40px
}

.main_advantages .content .text h2, .main_advantages .content .text h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #30373d
}

.main_advantages .content .text p {
    font-size: 18px;
    line-height: 28px;
    color: #30373d;
    font-weight: 400;
    margin-top: 17px
}

.main_advantages .content .text ul {
    margin-top: 20px
}

.main_advantages .content .text ul li {
    padding-left: 20px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #30373d;
    font-family: source-font, sans-serif;
    font-weight: 400;
    margin-bottom: 15px
}

.main_advantages .content .text ul li:last-child {
    margin-bottom: 0
}

.main_advantages .content .text ul li:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid #ab9feb;
    background-color: #583f9d
}

.main_advantages .content .image {
    width: 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.main_advantages .h2 {
    text-align: center;
    color: #fff;
    font-size: 38px;
    line-height: 48px
}

.main_advantages_box {
    background-color: #fff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, .05);
    overflow: hidden;
    margin-top: 45px
}

.main_advantages .tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #dedede
}

.main_advantages .tab {
    width: 25%;
    padding: 25px 37px 20px 37px;
    border-right: 1px solid #e9e9e9;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.main_advantages .tab.active,
.main_advantages .tab:focus,
.main_advantages .tab:hover {
    background-color: #f8f8f8
}

.main_advantages .tab:last-child {
    border-right: none
}

.main_advantages .tab .image_overlay {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main_advantages .tab .image_overlay img {
    max-height: 100%
}

.main_advantages .tab span {
    font-size: 18px;
    font-weight: 700;
    color: #30373d;
    margin: 15px 0 5px 0;
    display: block
}

.main_advantages .tab p {
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    color: #30373d;
    font-family: montserrat-font, sans-serif
}

@media only screen and (max-width:1199px) {
    .main_advantages .content .text h2, .main_advantages .content .text h3 {
        font-size: 30px;
        line-height: 40px
    }
    .main_advantages .tab {
        padding: 20px
    }
}

@media only screen and (max-width:991px) {
    .main_advantages .tab {
        padding: 10px
    }
    .main_advantages .content .image {
        display: none
    }
    .main_advantages .content .text {
        width: 100%;
        padding: 30px
    }
}

@media only screen and (max-width:767px) {
    .main_advantages .tab p {
        display: none;
    }
    /* .main_advantages .tabs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    } */
    /* .main_advantages .tab {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #e9e9e9;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        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;
        text-align: left
    }
    .main_advantages .tab:last-child {
        border-bottom: none
    }
    .main_advantages .tab .image_overlay {
        width: 100px;
        height: 40px
    }
    .main_advantages .tab span {
        margin: 0 0 5px 0;
        font-size: 16px;
        line-height: 20px
    } */
    .main_advantages .h2 {
        font-size: 35px;
        line-height: 42px
    }
    .main_advantages_box {
        margin-top: 25px
    }
    .main_advantages {
        padding: 40px 0
    }
    /* .main_advantages .tab .info {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
        flex: 1 1 0
    } */
}

@media only screen and (max-width:480px) {
    .main_advantages .h2 {
        font-size: 30px;
        line-height: 38px
    }
    /* .main_advantages .tab .image_overlay {
        width: 80px
    } */
    .main_advantages .content .text {
        padding: 20px
    }
    .main_advantages .content .text h2, .main_advantages .content .text h3 {
        font-size: 25px;
        line-height: 30px
    }
    .main_advantages .content .text p {
        font-size: 16px;
        line-height: 20px
    }
    .main_advantages .content {
        flex-direction: column;
    }
    .main_advantages .content .image {
        display: block;
        width: 100%;
        height: 190px;
    }
    .main_advantages .tab span {
        font-size: 10px;
        margin: 5px 0px 0px 0px;
    }
    .main_advantages .tab .image_overlay {
        height: 25px;
    }
    .main_advantages .button {
        width: 260px !important;
    }
}