.btn,
.main_header .wrap_header {
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-touch-callout: none;
    user-select: none
}

.main_grid_home li .main_content .main_picture,
.main_header .wrap_header .left .opt_menu .wrap_popover {
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s
}

.global_form .base .upload_picture .title,
.main_default_table_crm td.title,
.main_grid_dark ul.wrap_grid_dark li .main_content .text {
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis
}

.main_header {
    width: 100%;
    min-height: 100px;
    background: #36384C;
    padding: 0 30px;
    position: relative;
    z-index: 15
}

.main_header.transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: 0 0
}

.main_header.transparent .wrap_header .left .opt_menu a {
    color: rgba(255, 255, 255, .8)
}

.main_header .wrap_header {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.main_header .wrap_header .left {
    font-size: 0;
    padding-top: 26px
}

.main_header .wrap_header .left .opt_menu {
    display: inline-block;
    position: relative;
    padding: 15px 40px 15px 0;
    font-size: 14px;
    color: #fff;
    vertical-align: middle
}

.main_header .wrap_header .left .opt_menu.logo_kaizen {
    padding-top: 2px;
    padding-bottom: 0;
    box-shadow: 1px 0 0 rgba(255, 255, 255, .2);
    margin-right: 40px;
    position: relative;
    z-index: 2
}

.main_header .wrap_header .left .opt_menu.logo_kaizen img {
    height: 39px
}

.main_header .wrap_header .left .opt_menu.logo_kaizen:active {
    opacity: .7
}

.main_header .wrap_header .left .opt_menu.logo_kaizen.no_line {
    box-shadow: none
}

.main_header .wrap_header .left .opt_menu.select a {
    color: #2CDBA0 !important
}

.main_header .wrap_header .left .opt_menu.select .wrap_popover ul.main_popover_options li a {
    color: inherit !important
}

.main_header .wrap_header .left .opt_menu .wrap_popover {
    top: 55px;
    transition: all ease .15s;
    left: -15px
}

.main_header .wrap_header .left .opt_menu:hover a {
    color: #fff
}

.main_header .wrap_header .left .opt_menu:focus-within a,
.main_header .wrap_header .left .opt_menu.open>a {
    color: #fff
}

.main_header .wrap_header .left .opt_menu:hover .wrap_popover {
    visibility: visible;
    opacity: 1;
    top: 45px
}

.main_header .wrap_header .left .opt_menu:focus-within .wrap_popover,
.main_header .wrap_header .left .opt_menu.open .wrap_popover {
    visibility: visible;
    opacity: 1;
    top: 45px
}

@media screen and (max-width:800px) {
    .main_header .wrap_header .left .opt_menu {
        padding: 15px 25px 15px 0
    }

    .main_header .wrap_header .left .opt_menu.logo_kaizen {
        margin-right: 25px
    }
}

.main_header .wrap_header .left .opt_menu a {
    color: rgba(255, 255, 255, .6)
}

.main_header .wrap_header .left .opt_menu a:hover {
    color: rgba(255, 255, 255, .9)
}

.main_header .wrap_header .right {
    padding-top: 29px
}

.main_header .wrap_header .btn_menu,
.main_header .wrap_header .logo_kaizen_mini,
.main_header .wrap_header .menu_header,
.main_header .wrap_header ul.main_popover_menu {
    display: none
}

@media screen and (max-width:700px) {

    .main_header,
    .main_header.transparent {
        position: fixed;
        background-color: #36384C
    }

    .main_header {
        height: 60px;
        padding: 0;
        min-height: 0;
        top: 0;
        left: 0;
        right: 0;
        box-shadow: 0 1px 5px rgba(54, 56, 76, .2);
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-image: -webkit-linear-gradient(bottom, #36384C, #41435b);
        background-image: -moz-linear-gradient(bottom, #36384C, #41435b);
        background-image: -o-linear-gradient(bottom, #36384C, #41435b);
        background-image: -ms-linear-gradient(bottom, #36384C, #41435b);
        background-image: linear-gradient(bottom, #36384C, #41435b)
    }

    .main_header.transparent {
        background-image: -webkit-linear-gradient(bottom, #36384C, #41435b);
        background-image: -moz-linear-gradient(bottom, #36384C, #41435b);
        background-image: -o-linear-gradient(bottom, #36384C, #41435b);
        background-image: -ms-linear-gradient(bottom, #36384C, #41435b);
        background-image: linear-gradient(bottom, #36384C, #41435b)
    }

    .main_header .wrap_header .left {
        display: none
    }

    .main_header .wrap_header .right {
        padding-top: 10px;
        padding-right: 10px
    }

    .main_header .wrap_header .logo_kaizen_mini {
        display: inline-block;
        position: absolute;
        top: 13px;
        left: 13px;
        z-index: 1;
        box-shadow: 1px 0 0 rgba(255, 255, 255, .15);
        font-size: 0;
        padding-right: 15px
    }

    .main_header .wrap_header .logo_kaizen_mini img {
        height: 34px
    }

    .main_header .wrap_header .logo_kaizen_mini:active {
        opacity: .5
    }

    .main_header .wrap_header .btn_menu {
        display: none;
        position: absolute;
        width: 40px;
        height: 40px;
        top: 50%;
        margin-top: -20px;
        left: 20px;
        opacity: .5
    }

    .main_header .wrap_header .btn_menu u {
        display: block;
        position: absolute;
        text-decoration: none;
        background: #fff;
        height: 2px;
        width: 30px;
        top: 50%;
        margin-top: -1px
    }

    .main_header .wrap_header .btn_menu u:first-child {
        top: 10px !important;
        left: auto;
        margin-left: auto;
        margin-top: auto;
        width: 25px
    }

    .main_header .wrap_header .btn_menu u:last-child {
        bottom: 10px;
        left: auto;
        margin-left: auto;
        margin-top: auto;
        top: auto;
        width: 25px
    }

    .main_header .wrap_header .menu_header {
        position: absolute;
        top: 20px;
        left: 95px;
        display: block
    }

    .main_header .wrap_header .menu_header a {
        color: #fff;
        padding: 15px 0
    }

    .main_header .wrap_header .menu_header .arrow {
        width: 12px;
        height: 12px;
        margin-bottom: 1px;
        margin-left: 4px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        opacity: .5
    }

    .main_header .wrap_header .menu_header .arrow:after,
    .main_header .wrap_header .menu_header .arrow:before {
        content: "";
        position: absolute;
        width: 7px;
        height: 1px;
        background: #fff;
        top: 50%;
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg)
    }

    .main_header .wrap_header .menu_header .arrow:before {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
        right: 0
    }

    .main_header .wrap_header .menu_header .arrow:after {
        left: 0
    }

    .main_header .wrap_header .menu_header:active {
        opacity: .5
    }

    .main_header .wrap_header ul.main_popover_menu {
        color: #fff;
        position: fixed;
        display: none;
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100vh;
        background: #36384C;
        z-index: 10;
        padding: 20px 30px 30px
    }

    .main_header .wrap_header ul.main_popover_menu.view {
        display: block
    }

    .main_header .wrap_header ul.main_popover_menu li {
        font-size: 16px;
        color: rgba(255, 255, 255, .6);
        padding: 8px 0;
        font-weight: 500
    }

    .main_header .wrap_header ul.main_popover_menu li:active {
        color: #fff
    }

    .main_header .wrap_header ul.main_popover_menu li.select {
        color: #2CDBA0
    }

    .main_header .wrap_header ul.main_popover_menu .sub_menu {
        display: block;
        padding-left: 20px
    }

    .main_header .wrap_header ul.main_popover_menu .sub_menu li {
        font-weight: 300
    }

    .main_header .wrap_header ul.main_popover_menu .sub_menu li.select {
        color: #fff;
        font-weight: 400
    }
}

.btn,
.check {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.icon_20,
.icon_20_crm {
    width: 20px;
    height: 20px
}

.icon_20,
.icon_20_crm,
.icon_30 {
    display: inline-block;
    vertical-align: middle
}

.icon_20_crm {
    background: url(../../images/crm/icons/icon-20.png) no-repeat;
    background-size: 20px !important
}

.icon_20_crm.edit {
    background-position: 0 0
}

.icon_20_crm.trash {
    background-position: 0 -20px
}

.icon_20 {
    background: url(../../images/landing/icons/icon-20.png) no-repeat;
    background-size: 20px !important
}

.icon_20.tik {
    background-position: 0 -20px
}

.icon_20.star {
    background-position: 0 -40px
}

.icon_20.star.off {
    background-position: 0 -60px
}

.icon_30 {
    width: 30px;
    height: 30px;
    background: url(../../images/landing/icons/icon-30.png) no-repeat;
    background-size: 30px !important
}

.icon_40_blue,
.icon_40_green,
.icon_40_lila,
.icon_40_orange {
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle
}

.icon_30.map_footer {
    background-position: 0 0
}

.icon_30.map_add_footer {
    background-position: 0 -30px
}

.icon_30.phone_footer {
    background-position: 0 -60px
}

.icon_30.linkedin {
    background-position: 0 -90px
}

.icon_30.twitter {
    background-position: 0 -120px
}

.icon_30.facebook {
    background-position: 0 -150px
}

.icon_30.field_force.icon1 {
    background-position: 0 -180px
}

.icon_30.field_force.icon2 {
    background-position: 0 -210px
}

.icon_30.field_force.icon3 {
    background-position: 0 -240px
}

.icon_30.field_force.icon4 {
    background-position: 0 -270px
}

.icon_40_blue {
    background: url(../../images/landing/icons/icon-40-blue.png) no-repeat;
    background-size: 40px !important
}

.icon_40_blue.blue1 {
    background-position: 0 0
}

.icon_40_blue.blue2 {
    background-position: 0 -40px
}

.icon_40_blue.blue3 {
    background-position: 0 -80px
}

.icon_40_blue.blue4 {
    background-position: 0 -120px
}

.icon_40_blue.blue5 {
    background-position: 0 -160px
}

.icon_40_blue.blue6 {
    background-position: 0 -200px
}

.icon_40_blue.blue7 {
    background-position: 0 -240px
}

.icon_40_blue.blue8 {
    background-position: 0 -280px
}

.icon_40_blue.blue9 {
    background-position: 0 -320px
}

.icon_40_blue.blue10 {
    background-position: 0 -360px
}

.icon_40_blue.blue11 {
    background-position: 0 -400px
}

.icon_40_green {
    background: url(../../images/landing/icons/icon-40-green.png) no-repeat;
    background-size: 40px !important
}

.icon_40_green.green1 {
    background-position: 0 0
}

.icon_40_green.green2 {
    background-position: 0 -40px
}

.icon_40_green.green3 {
    background-position: 0 -80px
}

.icon_40_orange {
    background: url(../../images/landing/icons/icon-40-orange.png) no-repeat;
    background-size: 40px !important
}

.icon_40_orange.orange1 {
    background-position: 0 0
}

.icon_40_orange.orange2 {
    background-position: 0 -40px
}

.icon_40_orange.orange3 {
    background-position: 0 -80px
}

.icon_40_lila {
    background: url(../../images/landing/icons/icon-40-lila.png) no-repeat;
    background-size: 40px !important
}

.icon_40_lila.lila1 {
    background-position: 0 0
}

.icon_40_lila.lila2 {
    background-position: 0 -40px
}

.icon_40_lila.lila3 {
    background-position: 0 -80px
}

.icon_40_lila.lila4 {
    background-position: 0 -120px
}

.icon_40_lila.lila5 {
    background-position: 0 -160px
}

.icon_50 {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    background: url(../../images/landing/icons/icon-50.png) no-repeat;
    background-size: 50px !important
}

.icon_50.dark_field {
    background-position: 0 0
}

.icon_50.dark_market {
    background-position: 0 -50px
}

.icon_50.dark_medical {
    background-position: 0 -100px
}

.icon_50.dark_territory {
    background-position: 0 -150px
}

.icon_50.dark_forecasting {
    background-position: 0 -200px
}

.icon_50.dark_incentives {
    background-position: 0 -250px
}

.icon_70 {
    display: inline-block;
    vertical-align: middle;
    width: 70px;
    height: 70px;
    background: url(../../images/landing/icons/icon-70.png) no-repeat;
    background-size: 70px !important
}

.icon_70.analytics {
    background-position: 0 0
}

.icon_70.market_access {
    background-position: 0 -70px
}

.icon_70.medical_affairs {
    background-position: 0 -140px
}

.icon_70.territory {
    background-position: 0 -210px
}

.icon_70.ai {
    background-position: 0 -280px
}

.icon_70.incentives {
    background-position: 0 -350px
}

.icon_70.solution1 {
    background-position: 0 -420px
}

.icon_70.solution2 {
    background-position: 0 -490px
}

.icon_70.solution3 {
    background-position: 0 -560px
}

.icon_70.field_grid {
    background-position: 0 -630px
}

.icon_70.field_map {
    background-position: 0 -700px
}

.icon_70.field_stat {
    background-position: 0 -770px
}

.icon_70.field_doc {
    background-position: 0 -840px
}

.icon_70.market_map {
    background-position: 0 -700px
}

.icon_70.market_role {
    background-position: 0 -910px
}

.icon_70.market_focus {
    background-position: 0 -980px
}

.icon_70.medical_1 {
    background-position: 0 -1120px
}

.icon_70.medical_2 {
    background-position: 0 -1050px
}

.icon_70.medical_3 {
    background-position: 0 -1190px
}

.icon_70.territory_1 {
    background-position: 0 -1330px
}

.icon_70.territory_2 {
    background-position: 0 -1260px
}

.icon_70.territory_3 {
    background-position: 0 -1400px
}

.icon_70.target_1 {
    background-position: 0 -1470px
}

.icon_70.target_2 {
    background-position: 0 -1540px
}

.icon_70.target_3 {
    background-position: 0 -1610px
}

.icon_70.incentives_1 {
    background-position: 0 -1680px
}

.icon_70.incentives_2 {
    background-position: 0 -1750px
}

.icon_70.incentives_3 {
    background-position: 0 -1820px
}

.icon_70.prescriptive_1 {
    background-position: 0 -1890px
}

.icon_70.prescriptive_2 {
    background-position: 0 -1960px
}

.icon_80 {
    display: inline-block;
    width: 80px;
    height: 80px;
    background: url(../../images/landing/icons/icon-80.png) no-repeat;
    background-size: 80px !important
}

.icon_80.ok {
    background-position: 0 0
}

.main_claim {
    width: 100%;
    background: #2b2d3d;
    position: relative;
    display: table
}

.main_claim .wrap_claim {
    display: table-cell;
    height: 100%;
    margin: 0 auto;
    position: relative;
    vertical-align: middle;
    text-align: center;
    padding: 50px 100px
}

.main_claim .wrap_claim:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(54, 56, 76, .7);
    background-image: -webkit-linear-gradient(-25deg, rgba(54, 56, 76, .7), #0c0c10);
    background-image: -moz-linear-gradient(-25deg, rgba(54, 56, 76, .7), #0c0c10);
    background-image: -o-linear-gradient(-25deg, rgba(54, 56, 76, .7), #0c0c10);
    background-image: -ms-linear-gradient(-25deg, rgba(54, 56, 76, .7), #0c0c10);
    background-image: linear-gradient(-25deg, rgba(54, 56, 76, .7), #0c0c10);
    opacity: .7;
    z-index: 0
}

.main_claim .wrap_claim.home {
    height: 700px;
    padding-top: 80px
}

.main_claim .wrap_claim.home.prescriptive_analytics {
    background: url(../../images/landing/solutions/prescriptive-analytics/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.home.prescriptive_analytics h1 {
    max-width: 640px
}

.main_claim .wrap_claim.home.field_force {
    background: url(../../images/landing/home/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.home.market_access {
    background: url(../../images/landing/solutions/field-force/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.home.medical_affairs {
    background: url(../../images/landing/solutions/medical-affairs/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.home.territory {
    background: url(../../images/landing/solutions/territory-alignment/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.home.target_setting {
    background: url(../../images/landing/solutions/target-setting/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.home.target_setting h1 {
    max-width: 900px
}

.main_claim .wrap_claim.home.inventives {
    background: url(../../images/landing/solutions/incentives/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.home p {
    max-width: 550px
}

.main_claim .wrap_claim.prescriptive_analytics_page {
    height: 500px;
    background: url(../../images/landing/solutions/prescriptive-analytics/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.prescriptive_analytics_page p {
    max-width: 500px
}

.main_claim .wrap_claim.prescriptive_analytics_page .btn {
    min-width: 150px
}

.main_claim .wrap_claim.prescriptive_analytics_page h1 {
    max-width: 640px
}

.main_claim .wrap_claim.field_force_analytics {
    height: 500px;
    background: url(../../images/landing/solutions/field-force/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.field_force_analytics p {
    max-width: 500px
}

.main_claim .wrap_claim.field_force_analytics .btn {
    min-width: 150px
}

.main_claim .wrap_claim.market_access_analytics {
    background: url(../../images/landing/solutions/market-access/bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 250px;
    padding-top: 100px
}

.main_claim .wrap_claim.market_access_analytics h1 {
    font-size: 50px;
    max-width: 900px
}

.main_claim .wrap_claim.market_access_analytics p {
    max-width: 600px
}

@media screen and (max-width:600px) {
    .main_claim .wrap_claim.market_access_analytics {
        padding-bottom: 150px;
        padding-top: 130px;
        height: auto !important
    }
}

.main_claim .wrap_claim.medical_affairs_analytics {
    background: url(../../images/landing/solutions/medical-affairs/bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 250px;
    padding-top: 100px
}

.main_claim .wrap_claim.medical_affairs_analytics h1 {
    font-size: 50px;
    max-width: 750px
}

.main_claim .wrap_claim.medical_affairs_analytics p {
    max-width: 500px
}

@media screen and (max-width:600px) {
    .main_claim .wrap_claim.medical_affairs_analytics {
        padding-bottom: 150px;
        padding-top: 130px;
        height: auto !important
    }
}

.main_claim .wrap_claim.territory_alignment {
    background: url(../../images/landing/solutions/territory-alignment/bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 250px;
    padding-top: 100px
}

.main_claim .wrap_claim.territory_alignment h1 {
    max-width: 600px;
    font-size: 48px
}

.main_claim .wrap_claim.territory_alignment p {
    max-width: 650px
}

@media screen and (max-width:600px) {
    .main_claim .wrap_claim.territory_alignment {
        padding-bottom: 150px;
        padding-top: 130px;
        height: auto !important
    }
}

.main_claim .wrap_claim.target_setting_tool {
    height: 500px;
    background: url(../../images/landing/solutions/target-setting/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.target_setting_tool:before {
    height: 500px
}

.main_claim .wrap_claim.target_setting_tool h1 {
    font-size: 40px;
    max-width: 750px
}

.main_claim .wrap_claim.target_setting_tool p {
    max-width: 550px
}

.main_claim .wrap_claim.incentives_tool {
    height: 500px;
    background: url(../../images/landing/solutions/incentives/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.incentives_tool:before {
    opacity: .7;
    height: 500px
}

.main_claim .wrap_claim.incentives_tool h1 {
    max-width: 800px;
    font-size: 50px
}

.main_claim .wrap_claim.incentives_tool p {
    max-width: 580px
}

.main_claim .wrap_claim.clients {
    height: 550px
}

.main_claim .wrap_claim.clients .logo_clients {
    display: block;
    padding-bottom: 30px
}

.main_claim .wrap_claim.clients .logo_clients img {
    max-width: 350px;
    max-height: 70px
}

.main_claim .wrap_claim.clients .btn {
    min-width: 170px;
    margin-bottom: 10px
}

.main_claim .wrap_claim.clients p {
    max-width: 650px
}

.main_claim .wrap_claim.blog {
    height: 380px
}

.main_claim .wrap_claim.contact {
    height: 380px;
    background: url(../../images/landing/contact/bg.jpg) center 70% no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.contact:before {
    display: none;
    height: 380px
}

.main_claim .wrap_claim.company {
    height: 500px;
    background: url(../../images/landing/company/bg.jpg) center no-repeat;
    background-size: cover
}

.main_claim .wrap_claim.company h1 {
    font-weight: 400;
    font-size: 40px;
    max-width: 800px;
    line-height: 1.5
}

.main_claim .wrap_claim article {
    font-size: 12px;
    text-transform: uppercase;
    color: #FB9B30;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    z-index: 3
}

.main_claim .wrap_claim h1,
.main_claim .wrap_claim p {
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    z-index: 3;
    position: relative
}

.main_claim .wrap_claim h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -1px
}

.main_claim .wrap_claim p {
    font-size: 20px;
    line-height: 1.6
}

.main_claim .wrap_claim .btn {
    padding: 17px 25px 19px;
    position: relative;
    z-index: 3
}

.main_claim .wrap_claim img {
    z-index: 3;
    position: relative
}

@media screen and (max-width:768px) {

    .main_claim .wrap_claim.field_force_analytics,
    .main_claim .wrap_claim.territory_alignment {
        height: 500px
    }

    .main_claim .wrap_claim {
        padding: 50px
    }

    .main_claim .wrap_claim.field_force_analytics p {
        max-width: 550px
    }

    .main_claim .wrap_claim.market_access_analytics h1 {
        max-width: 600px;
        font-size: 32px
    }

    .main_claim .wrap_claim.market_access_analytics p {
        max-width: 550px
    }

    .main_claim .wrap_claim.medical_affairs_analytics h1 {
        font-size: 34px
    }

    .main_claim .wrap_claim.medical_affairs_analytics p {
        max-width: 400px
    }

    .main_claim .wrap_claim.incentives_tool,
    .main_claim .wrap_claim.target_setting_tool {
        height: 600px
    }

    .main_claim .wrap_claim.territory_alignment h1 {
        max-width: 500px;
        font-size: 40px
    }

    .main_claim .wrap_claim.territory_alignment p {
        max-width: 480px
    }

    .main_claim .wrap_claim.target_setting_tool h1 {
        font-size: 36px;
        max-width: 550px
    }

    .main_claim .wrap_claim.target_setting_tool p {
        max-width: 650px
    }

    .main_claim .wrap_claim.incentives_tool h1 {
        max-width: 560px;
        font-size: 36px
    }

    .main_claim .wrap_claim.incentives_tool p {
        max-width: 580px;
        font-size: 18px
    }
}

@media screen and (max-width:700px) {

    .main_claim .wrap_claim.market_access_analytics h1,
    .main_claim .wrap_claim.medical_affairs_analytics h1 {
        font-size: 32px
    }

    .main_claim .wrap_claim.incentives_tool,
    .main_claim .wrap_claim.target_setting_tool {
        height: 600px
    }

    .main_claim .wrap_claim {
        padding: 70px 30px 30px
    }

    .main_claim .wrap_claim.market_access_analytics p {
        max-width: 300px
    }

    .main_claim .wrap_claim.target_setting_tool h1 {
        font-size: 36px;
        max-width: 550px
    }

    .main_claim .wrap_claim.target_setting_tool p {
        max-width: 450px
    }

    .main_claim .wrap_claim.incentives_tool h1 {
        max-width: 560px;
        font-size: 36px
    }

    .main_claim .wrap_claim.incentives_tool p {
        max-width: 550px;
        font-size: 18px
    }

    .main_claim .wrap_claim article {
        font-size: 10px;
        letter-spacing: 3px
    }

    .main_claim .wrap_claim h1 {
        font-size: 32px
    }

    .main_claim .wrap_claim p {
        font-size: 14px;
        max-width: 500px
    }

    .main_claim .wrap_claim.home {
        height: 550px
    }
}

@media screen and (max-width:500px) {
    .main_claim .wrap_claim.field_force_analytics {
        height: 550px
    }

    .main_claim .wrap_claim.market_access_analytics {
        height: 600px
    }

    .main_claim .wrap_claim.market_access_analytics h1 {
        font-size: 28px !important
    }

    .main_claim .wrap_claim.medical_affairs_analytics h1 {
        font-size: 27px;
        max-width: 260px
    }

    .main_claim .wrap_claim.medical_affairs_analytics p {
        max-width: 280px
    }

    .main_claim .wrap_claim.territory_alignment {
        height: 560px
    }

    .main_claim .wrap_claim.territory_alignment h1 {
        max-width: 260px;
        font-size: 32px
    }

    .main_claim .wrap_claim.territory_alignment p {
        max-width: 240px
    }

    .main_claim .wrap_claim.target_setting_tool {
        height: 500px
    }

    .main_claim .wrap_claim.target_setting_tool h1 {
        font-size: 27px;
        max-width: 260px
    }

    .main_claim .wrap_claim.target_setting_tool p {
        max-width: 190px
    }

    .main_claim .wrap_claim.incentives_tool,
    .main_claim .wrap_claim.incentives_tool:before {
        height: 600px
    }

    .main_claim .wrap_claim.incentives_tool h1 {
        max-width: 280px;
        font-size: 26px
    }

    .main_claim .wrap_claim.incentives_tool p {
        max-width: 240px;
        font-size: 14px
    }

    .main_claim .wrap_claim.clients {
        height: 550px
    }

    .main_claim .wrap_claim.clients .logo_clients {
        display: block;
        padding-bottom: 30px
    }

    .main_claim .wrap_claim.clients .logo_clients img {
        max-width: 200px;
        max-height: 60px
    }

    .main_claim .wrap_claim.clients .btn {
        min-width: 170px
    }

    .main_claim .wrap_claim.company {
        height: 500px
    }

    .main_claim .wrap_claim.company h1 {
        font-weight: 400;
        font-size: 22px;
        max-width: 260px
    }

    .main_claim .wrap_claim article {
        font-size: 10px;
        letter-spacing: 1px
    }

    .main_claim .wrap_claim h1 {
        font-size: 28px;
        max-width: 280px
    }

    .main_claim .wrap_claim p {
        font-size: 14px;
        max-width: 280px
    }

    .main_claim.home,
    .main_claim.home .wrap_claim.home:before {
        height: 550px
    }
}

.main_claim_contact .wrap_claim_contact .left .main_content .btn,
.main_claim_contact .wrap_claim_contact .right .main_content .btn,
.main_prescriptive_analytics_page .cta a {
    min-width: 180px
}

.arrow_slider {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
    z-index: 10;
    cursor: pointer
}

.arrow_slider.negative {
    box-shadow: 0 0 0 1px rgba(54, 56, 76, .2)
}

.arrow_slider.negative:hover {
    box-shadow: 0 0 0 1px rgba(54, 56, 76, .3)
}

.arrow_slider.negative .arrow:after,
.arrow_slider.negative .arrow:before {
    background: #36384C
}

@media screen and (max-width:1024px) {
    .arrow_slider {
        width: 50px;
        height: 50px;
        top: 50%;
        margin-top: -25px
    }

    .arrow_slider.left {
        left: 20px !important
    }

    .arrow_slider.right {
        right: 20px !important
    }
}

@media screen and (max-width:768px) {
    .arrow_slider {
        display: none
    }
}

.arrow_slider:hover {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .3)
}

.arrow_slider.left {
    left: 30px
}

.arrow_slider.right {
    right: 30px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
    unicode-bidi: bidi-override;
    direction: rtl
}

.arrow_slider .arrow {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px
}

.arrow_slider .arrow:after,
.arrow_slider .arrow:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #fff;
    left: 50%;
    margin-left: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg)
}

.arrow_slider .arrow:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
    top: 1px
}

.arrow_slider .arrow:after {
    bottom: 1px
}

.main_timer_slide {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 10
}

.main_timer_slide.negative .timer {
    background: rgba(54, 56, 76, .1)
}

.main_timer_slide.negative .timer:hover {
    background: rgba(54, 56, 76, .5)
}

.main_timer_slide.negative .timer.select {
    background: rgba(54, 56, 76, .3)
}

.main_timer_slide.negative .timer .bar {
    background: #36384C
}

.main_timer_slide .timer {
    width: 30px;
    height: 3px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, .1);
    display: inline-block;
    margin: 0 4px;
    cursor: pointer;
    position: relative
}

.main_timer_slide .timer:hover {
    background: rgba(255, 255, 255, .7)
}

.main_timer_slide .timer.select {
    background: rgba(255, 255, 255, .3)
}

.main_timer_slide .timer .bar {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background: #fff
}

.main_phrase {
    width: 100%;
    padding: 50px 30px;
    text-align: center
}

.main_phrase.advantage {
    padding-bottom: 0
}

.main_phrase.advantage .wrap_phrase p {
    font-size: 18px;
    color: rgba(54, 56, 76, .5)
}

@media screen and (max-width:700px) {
    .main_phrase.advantage .wrap_phrase {
        max-width: 200px
    }

    .main_phrase.advantage .wrap_phrase p {
        font-size: 14px
    }
}

.main_phrase .wrap_phrase {
    width: 100%;
    max-width: 600px;
    margin: 0 auto
}

.main_phrase .wrap_phrase p {
    display: block;
    line-height: 1.6;
    font-weight: 400
}

.main_grid_home {
    width: 100%;
    display: table;
    max-width: 1160px;
    margin: 0 auto;
    padding: 50px 15px;
    font-size: 0
}

@media screen and (max-width:900px) {
    .main_grid_home {
        padding: 10px
    }
}

@media screen and (max-width:400px) {
    .main_grid_home {
        padding: 0 0 10px
    }
}

@media screen and (max-width:320px) {
    .main_grid_home {
        padding: 0 0 20px
    }
}

.main_grid_home li {
    display: inline-block;
    width: 33.33%;
    padding: 15px;
    vertical-align: top
}

@media screen and (max-width:900px) {
    .main_grid_home li {
        width: 50%
    }
}

@media screen and (max-width:650px) {
    .main_grid_home li {
        width: 100%
    }

    .main_grid_home li .main_content {
        max-width: 380px;
        margin: 0 auto
    }
}

.main_grid_home li .main_content.first p,
.main_grid_home li .main_content.second p {
    max-width: 280px
}

.main_grid_home li .main_content {
    width: 100%;
    text-align: center
}

.main_grid_home li .main_content:hover.first .main_picture {
    background-color: #4189ff
}

.main_grid_home li .main_content:hover.second .main_picture {
    background-color: #23cb92
}

.main_grid_home li .main_content:hover.third .main_picture {
    background-color: #945baf
}

.main_grid_home li .main_content:hover.fourth .main_picture {
    background-color: #c65c73
}

.main_grid_home li .main_content:hover.fifth .main_picture {
    background-color: #4189ff
}

.main_grid_home li .main_content:hover.sixth .main_picture {
    background-color: #7d57c8
}

.main_grid_home li .main_content.first .main_picture {
    background: url(../../images/landing/home/grid/img-1.png) center no-repeat #5A99FF
}

.main_grid_home li .main_content.first a {
    color: #5A99FF
}

.main_grid_home li .main_content.second .main_picture {
    background: url(../../images/landing/home/grid/img-2.png) center no-repeat #2CDBA0
}

.main_grid_home li .main_content.second a {
    color: #2CDBA0
}

.main_grid_home li .main_content.third .main_picture {
    background: url(../../images/landing/home/grid/img-3.png) center no-repeat #9F6CB7
}

.main_grid_home li .main_content.third a {
    color: #9F6CB7
}

.main_grid_home li .main_content.fourth .main_picture {
    background: url(../../images/landing/home/grid/img-4.png) center no-repeat #CD6F83
}

.main_grid_home li .main_content.fourth a {
    color: #CD6F83
}

.main_grid_home li .main_content.fifth .main_picture {
    background: url(../../images/landing/home/grid/img-5.png) center no-repeat #5A99FF
}

.main_grid_home li .main_content.fifth a {
    color: #5A99FF
}

.main_grid_home li .main_content.sixth .main_picture {
    background: url(../../images/landing/home/grid/img-6.png) center no-repeat #8C6ACE
}

.main_grid_home li .main_content.sixth a {
    color: #FD8C4A
}

.main_grid_home li .main_content .main_picture {
    height: 200px;
    width: 100%;
    display: block;
    background-size: cover !important;
    transition: all ease .15s;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0
}

.main_grid_home li .main_content .main_picture span {
    color: #fff;
    display: block;
    padding-top: 33px;
    font-weight: 500;
    font-size: 16px
}

.main_grid_home li .main_content .icon_70 {
    margin-top: -35px;
    background-color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.main_grid_home li .main_content p {
    color: rgba(54, 56, 76, .5);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    max-width: 220px;
    margin: 0 auto;
    padding-bottom: 10px
}

.main_grid_home li .main_content .more_info {
    display: block;
    margin-bottom: 20px;
    font-size: 14px
}

.main_grid_home li .main_content .more_info b {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding-left: 1px;
    line-height: 14px;
    box-shadow: 0 0 0 1px rgba(54, 56, 76, .2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: top;
    margin: 2px 0 0 5px;
    font-weight: 700
}

.main_default_grid {
    width: 100%;
    padding: 60px 0;
    position: relative;
    z-index: 1
}

.main_default_grid.advantage {
    background: rgba(90, 153, 255, .1);
    padding: 80px 0
}

.main_default_grid.advantage ul.wrap_default_grid li {
    max-width: 320px;
    padding: 15px 50px
}

.main_default_grid.advantage ul.wrap_default_grid li:first-child {
    box-shadow: 1px 0 0 rgba(54, 56, 76, .15)
}

.main_default_grid.advantage ul.wrap_default_grid li:last-child {
    box-shadow: -1px 0 0 rgba(54, 56, 76, .15)
}

@media screen and (max-width:768px) {
    .main_default_grid.advantage ul.wrap_default_grid.w30 li {
        width: 100%;
        display: block;
        margin: 0 auto
    }

    .main_default_grid.advantage ul.wrap_default_grid li {
        padding: 0 20px 40px;
        max-width: 270px
    }

    .main_default_grid.advantage ul.wrap_default_grid li:first-child,
    .main_default_grid.advantage ul.wrap_default_grid li:last-child {
        box-shadow: none
    }
}

.main_default_grid.field_force {
    padding: 0
}

.main_default_grid.field_force ul.wrap_default_grid li .wrap_icon {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    background: #fff
}

.main_default_grid.field_force ul.wrap_default_grid li .wrap_icon .icon_30 {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px
}

.main_default_grid.field_force ul.wrap_default_grid li .text {
    max-width: 230px;
    margin: 0 auto
}

.main_default_grid.field_force ul.wrap_default_grid li .text b {
    max-width: 160px;
    margin: 0 auto
}

.main_default_grid.market_access {
    text-align: center;
    padding-top: 0
}

.main_default_grid.market_access .main_picture {
    display: block;
    margin: -200px auto 0
}

.main_default_grid.market_access .main_picture img {
    max-width: 963px;
    width: 100%
}

.main_default_grid.market_access ul.wrap_default_grid li .text {
    max-width: 250px;
    margin: 0 auto
}

@media screen and (max-width:600px) {
    .main_default_grid.market_access .main_picture {
        margin-top: -100px
    }

    .main_default_grid.market_access ul.wrap_default_grid {
        padding-top: 20px
    }
}

.main_default_grid.medical_affairs {
    text-align: center;
    padding-top: 0
}

.main_default_grid.medical_affairs .main_picture {
    display: block;
    margin: -200px auto 0
}

.main_default_grid.medical_affairs .main_picture img {
    max-width: 860px;
    width: 100%
}

.main_default_grid.medical_affairs ul.wrap_default_grid {
    max-width: 900px
}

.main_default_grid.medical_affairs ul.wrap_default_grid li .text {
    max-width: 210px;
    margin: 0 auto
}

@media screen and (max-width:600px) {
    .main_default_grid.medical_affairs .main_picture {
        margin-top: -100px
    }

    .main_default_grid.medical_affairs ul.wrap_default_grid {
        padding-top: 20px
    }
}

.main_default_grid.territory_alignment {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0
}

.main_default_grid.territory_alignment .main_picture {
    display: block;
    margin: -200px auto 0
}

.main_default_grid.territory_alignment .main_picture img {
    max-width: 860px;
    width: 100%
}

.main_default_grid.territory_alignment ul.wrap_default_grid {
    max-width: 900px
}

.main_default_grid.territory_alignment ul.wrap_default_grid li .text {
    max-width: 250px;
    margin: 0 auto
}

@media screen and (max-width:600px) {
    .main_default_grid.territory_alignment .main_picture {
        margin-top: -100px
    }

    .main_default_grid.territory_alignment ul.wrap_default_grid {
        padding-top: 20px
    }
}

@media screen and (max-width:400px) {
    .main_default_grid.territory_alignment ul.wrap_default_grid {
        padding-bottom: 40px
    }
}

.main_default_grid.target_settings ul.wrap_default_grid {
    max-width: 980px
}

.main_default_grid.target_settings ul.wrap_default_grid li .text {
    max-width: 220px;
    margin: 0 auto
}

.main_default_grid ul.wrap_default_grid {
    width: 100%;
    display: table;
    font-size: 0;
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center
}

.main_default_grid ul.wrap_default_grid.w30 li {
    width: 33.33%
}

.main_default_grid ul.wrap_default_grid.w25 li {
    width: 25%
}

.main_default_grid ul.wrap_default_grid li {
    padding: 15px;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
    vertical-align: top;
    font-size: 0
}

.main_default_grid ul.wrap_default_grid li .text {
    display: block;
    color: rgba(54, 56, 76, .5);
    font-size: 14px !important
}

.main_default_grid ul.wrap_default_grid li .text b {
    color: #36384C;
    display: block;
    padding: 10px 0
}

@media screen and (max-width:768px) {
    .main_default_grid ul.wrap_default_grid.w30 li {
        width: 100%;
        margin: 0 auto
    }

    .main_default_grid ul.wrap_default_grid.w25 li {
        width: 50%;
        margin: 0 auto
    }
}

@media screen and (max-width:500px) {
    .main_default_grid ul.wrap_default_grid.w25 li {
        width: 100%;
        margin: 0 auto
    }

    .main_default_grid ul.wrap_default_grid li .text {
        display: block;
        color: rgba(54, 56, 76, .5);
        font-size: 14px !important
    }

    .main_default_grid ul.wrap_default_grid li .text b {
        color: #36384C;
        display: block;
        padding: 10px 0;
        margin: 0 auto
    }
}

.main_content_grid {
    width: 100%;
    display: table;
    position: relative;
    padding: 0 50px
}

.main_content_grid .img_figure,
.main_content_grid.prescriptive_analytics .img_figure {
    position: absolute;
    display: inline-block
}

.main_content_grid.right {
    margin-top: 30px
}

.main_content_grid.right .wrap_content_grid .main_content {
    float: right
}

.main_content_grid.prescriptive_analytics .img_figure.ipad_1 {
    background: url(../../images/landing/solutions/prescriptive-analytics/ipad1.png) top right no-repeat;
    background-size: 713px;
    height: 514px;
    top: 30px;
    right: 50%;
    bottom: 0;
    left: 0
}

.main_content_grid.prescriptive_analytics .img_figure.ipad_2 {
    background: url(../../images/landing/solutions/prescriptive-analytics/ipad2.png) top left no-repeat;
    background-size: 713px;
    height: 514px;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 50%
}

.main_content_grid .img_figure.ipad_1 {
    background: url(../../images/landing/solutions/field-force/ipad1.png) top right no-repeat;
    background-size: 713px;
    height: 514px;
    top: 30px;
    right: 50%;
    bottom: 0;
    left: 0
}

.main_content_grid .img_figure.ipad_2 {
    background: url(../../images/landing/solutions/field-force/ipad2.png) top left no-repeat;
    background-size: 713px;
    height: 514px;
    top: 30px;
    right: 0;
    bottom: 0;
    left: 50%
}

.main_content_grid .wrap_content_grid {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    display: table
}

.main_content_grid .wrap_content_grid .main_content {
    width: 47%;
    padding: 70px 0
}

.main_content_grid .wrap_content_grid .main_content h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 700;
    display: block;
    padding-bottom: 20px
}

.main_content_grid .wrap_content_grid .main_content p {
    font-size: 18px;
    line-height: 1.5;
    display: block;
    padding-bottom: 30px;
    letter-spacing: -.5px
}

.main_content_grid .wrap_content_grid .main_content .list_detail {
    display: table;
    width: 100%;
    padding-bottom: 30px
}

.main_content_grid .wrap_content_grid .main_content .list_detail:last-child {
    padding-bottom: 0
}

.main_content_grid .wrap_content_grid .main_content .list_detail .icon_70 {
    float: left
}

.main_content_grid .wrap_content_grid .main_content .list_detail .text {
    display: block;
    color: rgba(54, 56, 76, .7);
    line-height: 1.5;
    padding-left: 90px;
    max-width: 400px;
    letter-spacing: -.5px
}

.main_content_grid .wrap_content_grid .main_content .list_detail .text b {
    color: #36384C;
    display: block
}

@media screen and (max-width:768px) {

    .main_content_grid .img_figure,
    .main_content_grid.prescriptive_analytics .img_figure {
        position: relative;
        display: block;
        width: 100%
    }

    .main_content_grid {
        padding: 0
    }

    .main_content_grid.right {
        margin-top: 0
    }

    .main_content_grid .img_figure.ipad_1,
    .main_content_grid .img_figure.ipad_2,
    .main_content_grid.prescriptive_analytics .img_figure.ipad_1,
    .main_content_grid.prescriptive_analytics .img_figure.ipad_2 {
        background-position: center;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        height: 60vh;
        background-size: contain;
        margin-top: 40px
    }

    .main_content_grid.right .wrap_content_grid .main_content {
        float: none
    }

    .main_content_grid .wrap_content_grid .main_content {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0
    }
}

@media screen and (max-width:500px) {

    .main_content_grid .img_figure,
    .main_content_grid.prescriptive_analytics .img_figure {
        position: relative;
        display: block;
        width: 100%
    }

    .main_content_grid .img_figure.ipad_1,
    .main_content_grid .img_figure.ipad_2,
    .main_content_grid.prescriptive_analytics .img_figure.ipad_1,
    .main_content_grid.prescriptive_analytics .img_figure.ipad_2 {
        height: 40vh;
        margin-top: 20px
    }

    .main_content_grid {
        padding: 0
    }

    .main_content_grid .wrap_content_grid .main_content {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        padding: 0 30px
    }

    .main_content_grid .wrap_content_grid .main_content p {
        font-size: 16px
    }

    .main_content_grid .wrap_content_grid .main_content .list_detail .text {
        font-size: 12px
    }
}

.main_grid_picture_center {
    width: 100%
}

.main_grid_picture_center.field_force {
    background: #f2f2f5;
    margin-top: 170px
}

.main_grid_picture_center .wrap_grid_picture_center {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding: 80px 10px
}

.main_grid_picture_center .wrap_grid_picture_center .img_figure {
    display: block;
    max-width: 723px;
    margin: -200px auto 0
}

.main_grid_picture_center .wrap_grid_picture_center .img_figure img {
    width: 100%
}

.main_grid_picture_center .wrap_grid_picture_center h2 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    display: block;
    padding: 0 15px 20px
}

.main_grid_picture_center .wrap_grid_picture_center p {
    font-size: 18px;
    line-height: 1.5;
    display: block;
    padding: 0 15px 30px;
    max-width: 600px;
    margin: 0 auto
}

@media screen and (max-width:500px) {
    .main_grid_picture_center.field_force {
        margin-top: 100px
    }

    .main_grid_picture_center.field_force .wrap_grid_picture_center .img_figure {
        margin-top: -150px
    }

    .main_grid_picture_center.field_force .wrap_grid_picture_center p {
        font-size: 16px;
        max-width: 350px
    }
}

.main_grid_paragraph {
    width: 100%;
    padding: 80px 30px
}

.main_grid_paragraph.company ul.wrap_grid_paragraph li .main_text {
    text-align: center;
    padding: 0 100px
}

.main_grid_paragraph.company ul.wrap_grid_paragraph li .main_text .text_content article,
.main_grid_paragraph.territory ul.wrap_grid_paragraph li .main_text .text_content article {
    padding-bottom: 20px;
    display: block
}

.main_grid_paragraph.company ul.wrap_grid_paragraph li .main_text .text_content {
    text-align: center;
    color: #36384C
}

.main_grid_paragraph.company ul.wrap_grid_paragraph li .main_logo {
    background-size: cover !important
}

.main_grid_paragraph.company ul.wrap_grid_paragraph li .main_logo.img1 {
    background: url(../../images/landing/company/img.jpg) center no-repeat
}

.main_grid_paragraph.company ul.wrap_grid_paragraph li .main_logo.img2 {
    background: url(../../images/landing/company/img2.jpg) center no-repeat
}

.main_grid_paragraph.territory ul.wrap_grid_paragraph li .main_text .text_content {
    max-width: 280px
}

.main_grid_paragraph.territory ul.wrap_grid_paragraph li .main_text .text_content b {
    display: block;
    padding-bottom: 10px
}

.main_grid_paragraph.territory ul.wrap_grid_paragraph li .main_text .text_content .sub {
    font-size: 12px;
    display: block;
    padding-top: 10px;
    max-width: 280px
}

.main_grid_paragraph.territory ul.wrap_grid_paragraph li .main_logo.picture1 {
    background: url(../../images/landing/solutions/territory-alignment/img.jpg) top left;
    background-size: cover
}

.main_grid_paragraph.territory ul.wrap_grid_paragraph li .main_logo.picture2 {
    background: url(../../images/landing/solutions/territory-alignment/img2.png) top left;
    background-size: cover
}

.main_grid_paragraph ul.wrap_grid_paragraph {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: table
}

.main_grid_paragraph ul.wrap_grid_paragraph li {
    width: 100%;
    display: table
}

.main_grid_paragraph ul.wrap_grid_paragraph li.right .main_logo,
.main_grid_paragraph ul.wrap_grid_paragraph li.right .main_text {
    float: right
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo,
.main_grid_paragraph ul.wrap_grid_paragraph li .main_text {
    width: 50%;
    height: 40vh;
    font-size: 16px;
    line-height: 1.5;
    float: left
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo {
    text-align: center
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.pfizer {
    background: #007CC2
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.pfizer img {
    max-height: 70px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.bms {
    background: #0073AE
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.bms img {
    max-height: 100px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.msd {
    background: #00877C
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.msd img {
    max-height: 70px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.kyowa {
    background: #FF6634
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.kyowa img {
    max-height: 19px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.rovy {
    background: #019859
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.rovy img {
    max-height: 110px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.nutricia {
    background: #9778D3
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.nutricia img {
    max-height: 61px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.uriage {
    background: #00529F
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.uriage img {
    max-height: 60px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.mylan {
    background: #00BAE6
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.mylan img {
    max-height: 56px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.zambon {
    background: #BDD51B
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.zambon img {
    max-height: 58px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.almirall {
    background: #0083B0
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.almirall img {
    max-height: 62px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.nordic {
    background: #008449
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo.nordic img {
    max-height: 64px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo .wrap_logo {
    display: table-cell;
    width: 100vw;
    vertical-align: middle;
    height: 40vh;
    text-align: center
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_logo .wrap_logo img {
    margin: 0 auto
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_text {
    padding: 0 60px
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_text .text_content {
    color: rgba(54, 56, 76, .5);
    display: table-cell;
    vertical-align: middle;
    height: 40vh
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_text .text_content article {
    color: #2CDBA0
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_text .text_content b {
    color: #36384C
}

.main_grid_paragraph ul.wrap_grid_paragraph li .main_text .text_content .sub {
    display: block
}

.main_grid_paragraph p {
    font-size: 26px;
    display: block;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
    padding-top: 80px;
    line-height: 1.6
}

@media screen and (max-width:768px) {
    .main_grid_paragraph.company ul.wrap_grid_paragraph li .main_text {
        text-align: center;
        padding: 0 40px
    }

    .main_grid_paragraph.company ul.wrap_grid_paragraph li .main_text .text_content {
        text-align: center;
        color: #36384C
    }

    .main_grid_paragraph.company ul.wrap_grid_paragraph li .main_text .text_content article {
        display: block;
        padding-bottom: 20px
    }

    .main_grid_paragraph ul.wrap_grid_paragraph li .main_text {
        padding: 0 35px
    }

    .main_grid_paragraph ul.wrap_grid_paragraph li .main_text .text_content article {
        display: block;
        padding-bottom: 20px
    }
}

@media screen and (max-width:600px) {
    .main_grid_paragraph {
        padding: 15px
    }

    .main_grid_paragraph.company ul.wrap_grid_paragraph li .main_text {
        padding: 20px 20px 30px
    }

    .main_grid_paragraph.company ul.wrap_grid_paragraph li .main_text .text_content article {
        padding-bottom: 10px
    }

    .main_grid_paragraph ul.wrap_grid_paragraph li .main_logo,
    .main_grid_paragraph ul.wrap_grid_paragraph li .main_text {
        width: 100%;
        display: block;
        float: none
    }

    .main_grid_paragraph ul.wrap_grid_paragraph li .main_text {
        padding: 15px 20px 30px;
        height: auto;
        font-size: 14px
    }

    .main_grid_paragraph ul.wrap_grid_paragraph li .main_text .text_content {
        height: auto
    }

    .main_grid_paragraph p {
        font-size: 18px;
        padding-top: 40px
    }
}

.main_grid_dark {
    width: 100%;
    padding: 80px 30px;
    background: #2b2d3d
}

.main_grid_dark h2 {
    display: block;
    text-align: center;
    max-width: 530px;
    font-weight: 400;
    margin: 0 auto;
    padding-bottom: 40px;
    color: #fff;
    line-height: 1.5;
    font-size: 22px
}

.main_grid_dark ul.wrap_grid_dark {
    font-size: 0;
    width: 100%;
    max-width: 980px;
    margin: 0 auto
}

.main_grid_dark ul.wrap_grid_dark li {
    padding: 15px;
    width: 33.33%;
    display: inline-block;
    vertical-align: top;
    font-size: 0
}

.main_grid_dark ul.wrap_grid_dark li .main_content {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1);
    padding: 30px 20px
}

.main_grid_dark ul.wrap_grid_dark li .main_content:hover {
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5);
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s
}

.main_grid_dark ul.wrap_grid_dark li .main_content:hover .icon_50 {
    opacity: 1;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s
}

.main_grid_dark ul.wrap_grid_dark li .main_content .icon_50 {
    display: block;
    margin: 0 auto;
    opacity: .5
}

.main_grid_dark ul.wrap_grid_dark li .main_content .text {
    display: block;
    text-align: center;
    padding-top: 10px;
    white-space: nowrap;
    overflow: hidden
}

@media screen and (max-width:768px) {
    .main_grid_dark ul.wrap_grid_dark li {
        width: 50%
    }
}

@media screen and (max-width:550px) {
    .main_grid_dark h2 {
        font-size: 18px;
        max-width: 260px
    }

    .main_grid_dark ul.wrap_grid_dark {
        text-align: center
    }

    .main_grid_dark ul.wrap_grid_dark li {
        width: 100%;
        padding: 15px 0;
        max-width: 300px;
        margin: 0 auto
    }
}

.main_grid_multi_icons {
    width: 100%;
    padding: 80px 30px 0
}

.main_grid_multi_icons .main_title {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 50px
}

.main_grid_multi_icons .main_title h2 {
    font-weight: 500;
    font-size: 30px;
    display: block;
    padding-bottom: 20px
}

.main_grid_multi_icons .main_title p {
    color: rgba(54, 56, 76, .5);
    font-size: 24px;
    display: block;
    line-height: 1.5
}

.main_grid_multi_icons ul.wrap_grid_multi_icons {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    padding-bottom: 80px
}

.main_grid_multi_icons ul.wrap_grid_multi_icons.color_blue article {
    color: #5A99FF
}

.main_grid_multi_icons ul.wrap_grid_multi_icons.color_green article {
    color: #2CDBA0
}

.main_grid_multi_icons ul.wrap_grid_multi_icons.color_orange article {
    color: #FB9B30
}

.main_grid_multi_icons ul.wrap_grid_multi_icons.color_lila article {
    color: #8C6ACE
}

.main_grid_multi_icons ul.wrap_grid_multi_icons:last-child {
    padding-bottom: 0
}

.main_grid_multi_icons ul.wrap_grid_multi_icons article {
    font-size: 18px;
    display: block;
    text-align: center;
    font-weight: 500;
    padding-bottom: 20px
}

.main_grid_multi_icons ul.wrap_grid_multi_icons li {
    width: 20%;
    font-size: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 10px
}

.main_grid_multi_icons ul.wrap_grid_multi_icons li.section_title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 20px
}

.main_grid_multi_icons ul.wrap_grid_multi_icons li.section_title article {
    padding-bottom: 0
}

.main_grid_multi_icons ul.wrap_grid_multi_icons li .main_content {
    width: 100%;
    font-size: 14px
}

.main_grid_multi_icons ul.wrap_grid_multi_icons li .main_content .text {
    color: rgba(54, 56, 76, .5);
    display: block;
    padding-top: 5px
}

@media screen and (max-width:768px) {
    .main_grid_multi_icons .main_title {
        max-width: 500px
    }

    .main_grid_multi_icons ul.wrap_grid_multi_icons li {
        width: 25%
    }

    .main_grid_multi_icons ul.wrap_grid_multi_icons li .main_content .text {
        font-size: 12px
    }
}

@media screen and (max-width:500px) {
    .main_grid_multi_icons {
        padding: 60px 20px
    }

    .main_grid_multi_icons .main_title {
        max-width: 260px
    }

    .main_grid_multi_icons .main_title h2 {
        font-size: 24px
    }

    .main_grid_multi_icons .main_title p {
        font-size: 18px
    }

    .main_grid_multi_icons ul.wrap_grid_multi_icons {
        text-align: left
    }

    .main_grid_multi_icons ul.wrap_grid_multi_icons li {
        width: 50%
    }

    .main_grid_multi_icons ul.wrap_grid_multi_icons li .main_content .text {
        font-size: 12px
    }
}

.main_grid_blog {
    width: 100%;
    padding: 80px 15px
}

.main_grid_blog h2 {
    font-size: 24px;
    text-align: center;
    display: block;
    font-weight: 500;
    padding-bottom: 50px
}

.main_grid_blog ul.wrap_grid_blog {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    font-size: 0
}

.main_grid_blog .wrap_grid_blog>a .blog_entry {
    width: 33.33%;
    font-size: 0;
    display: inline-block;
    padding: 20px;
    color: #36384C;
    font-weight: 400;
    vertical-align: top
}

.main_grid_blog .wrap_grid_blog>a .blog_entry:hover .main_content .picture:before {
    background: 0 0;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s
}

.tooltipster-fall,
.tooltipster-grow-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.main_grid_blog .wrap_grid_blog>a .blog_entry .main_content {
    width: 100%
}

.main_grid_blog .wrap_grid_blog>a .blog_entry .main_content .picture {
    clear: both;
    height: 250px;
    background: rgba(54, 56, 76, .05);
    background-size: cover;
    display: block;
    position: relative
}

.main_grid_blog .wrap_grid_blog>a .blog_entry .main_content .picture:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(54, 56, 76, .1)
}

.main_grid_blog .wrap_grid_blog>a .blog_entry .main_content .date {
    font-size: 12px;
    color: rgba(54, 56, 76, .5);
    display: block;
    padding: 15px 20px 5px
}

.main_grid_blog .wrap_grid_blog>a .blog_entry .main_content .text {
    font-size: 16px;
    line-height: 1.5;
    display: block;
    padding: 0 20px;
    font-weight: 500
}

@media screen and (max-width:768px) {
    .main_grid_blog .wrap_grid_blog>a .blog_entry {
        width: 50%
    }
}

@media screen and (max-width:500px) {
    .main_grid_blog h2 {
        font-size: 18px
    }

    .main_grid_blog ul.wrap_grid_blog {
        text-align: center
    }

    .main_grid_blog .wrap_grid_blog>a .blog_entry {
        width: 100%;
        max-width: 380px;
        margin: 0 auto;
        text-align: left
    }
}

.main_quote_box {
    width: 100%;
    padding: 30px 30px 50px;
    display: table;
    height: 500px;
    height: 100%;
    position: relative
}

.main_quote_box.bg {
    background: rgba(54, 56, 76, .05)
}

.main_quote_box .wrap_quote_box {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 500px
}

.main_quote_box .wrap_quote_box h3 {
    font-family: 'PT Serif', serif;
    font-size: 31px;
    font-weight: 300;
    font-style: italic;
    max-width: 700px;
    margin: 0 auto;
    color: rgba(54, 56, 76, .5);
    line-height: 1.4
}

.main_quote_box .wrap_quote_box .customer_logo {
    display: block;
    margin: 40px auto 0
}

.main_quote_box .wrap_quote_box .customer_logo.bms {
    height: 35px
}

.main_quote_box .wrap_quote_box .customer_logo.zambon {
    height: 39px
}

.main_quote_box .wrap_quote_box .customer_logo.pfizer {
    height: 55px
}

.main_quote_box .wrap_quote_box .manager {
    opacity: .7;
    display: block;
    padding-top: 15px
}

@media screen and (max-width:800px) {
    .main_quote_box .wrap_quote_box h3 {
        font-size: 22px;
        max-width: 500px
    }

    .main_quote_box .wrap_quote_box .customer_logo.bms {
        height: 25px
    }

    .main_quote_box .wrap_quote_box .customer_logo.zambon {
        height: 29px
    }

    .main_quote_box .wrap_quote_box .customer_logo.pfizer {
        height: 35px
    }

    .main_quote_box .wrap_quote_box .manager {
        font-size: 12px
    }
}

.main_claim_contact {
    width: 100%;
    margin: 30px 0
}

.main_claim_contact .wrap_claim_contact {
    display: table;
    width: 100%;
    position: relative;
    max-width: 1100px;
    margin: 0 auto
}

.main_claim_contact .wrap_claim_contact .left,
.main_claim_contact .wrap_claim_contact .right {
    width: 50%
}

.main_claim_contact .wrap_claim_contact .left .main_content,
.main_claim_contact .wrap_claim_contact .right .main_content {
    padding: 50px 30px;
    text-align: center
}

.main_claim_contact .wrap_claim_contact .left .main_content h3,
.main_claim_contact .wrap_claim_contact .right .main_content h3 {
    font-size: 36px;
    display: block;
    padding-bottom: 30px;
    font-weight: 400
}

@media screen and (max-width:900px) {

    .main_claim_contact .wrap_claim_contact .left .main_content h3,
    .main_claim_contact .wrap_claim_contact .right .main_content h3 {
        font-size: 28px
    }
}

.main_claim_contact .wrap_claim_contact .or {
    display: block;
    width: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -10px
}

.main_claim_contact .wrap_claim_contact .or:before {
    content: "";
    position: absolute;
    width: 1px;
    background: rgba(54, 56, 76, .15);
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: 0
}

.main_claim_contact .wrap_claim_contact .or b {
    display: block;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    text-align: center;
    line-height: 40px;
    font-weight: 400
}

@media screen and (max-width:700px) {

    .main_claim_contact,
    .main_claim_contact .wrap_claim_contact {
        margin: 0
    }

    .main_claim_contact .wrap_claim_contact .left,
    .main_claim_contact .wrap_claim_contact .right {
        width: 100%
    }

    .main_claim_contact .wrap_claim_contact .left .main_content h3,
    .main_claim_contact .wrap_claim_contact .right .main_content h3 {
        font-size: 26px
    }

    .main_claim_contact .wrap_claim_contact .or {
        width: auto;
        height: 20px;
        left: 20px;
        right: 20px;
        bottom: auto;
        top: 50% !important;
        margin-top: -10px !important;
        margin-left: auto
    }

    .main_claim_contact .wrap_claim_contact .or:before {
        width: 100%;
        height: 1px;
        bottom: auto;
        left: 0;
        right: 0;
        top: 50%;
        margin-top: 0
    }
}

.main_footer {
    width: 100%;
    background: #2b2d3d;
    padding: 50px 30px;
    text-align: center
}

.main_footer .wrap_footer {
    max-width: 1100px;
    margin: 0 auto
}

.main_footer .wrap_footer .logo_kaizen {
    opacity: .5
}

.main_footer .wrap_footer .logo_kaizen img {
    height: 29px
}

.main_footer .wrap_footer nav {
    font-size: 0;
    padding: 30px 0
}

.main_footer .wrap_footer nav a {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    margin: 0 20px
}

.main_footer .wrap_footer nav a:hover {
    color: #fff
}

.main_footer .wrap_footer ul.main_grid_footer {
    width: 100%;
    padding: 0 15px;
    display: table;
    font-size: 0
}

.main_footer .wrap_footer ul.main_grid_footer li {
    padding: 15px;
    display: inline-block;
    width: 33.33%;
    height: 100%;
    min-height: 185px;
    font-size: 0
}

.trumbowyg-box,
.trumbowyg-box .trumbowyg-editor {
    min-height: 130px !important
}

.main_footer .wrap_footer ul.main_grid_footer li .main_content {
    padding: 30px 0;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    width: 100%;
    position: relative
}

.main_footer .wrap_footer ul.main_grid_footer li .main_content .icon {
    display: block;
    margin: -45px auto 0;
    width: 60px;
    height: 30px;
    position: relative;
    background: #2b2d3d;
    z-index: 2
}

.main_footer .wrap_footer ul.main_grid_footer li .main_content .icon .icon_30 {
    opacity: .4;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px
}

.main_confirm .close:hover,
.main_footer .wrap_footer .share .btn_share:hover .icon_30 {
    opacity: 1
}

.main_footer .wrap_footer ul.main_grid_footer li .main_content span {
    display: block
}

.main_footer .wrap_footer .privacy {
    width: 100%;
    font-size: 12px;
    color: rgba(255, 255, 255, .3);
    display: block;
    padding-top: 30px
}

.main_footer .wrap_footer .privacy u {
    text-decoration: none;
    display: inline-block;
    padding: 0 10px;
    font-weight: 700
}

.main_footer .wrap_footer .privacy a {
    color: rgba(255, 255, 255, .3)
}

.main_footer .wrap_footer .privacy a:hover {
    color: rgba(255, 255, 255, .5)
}

.main_footer .wrap_footer .share {
    display: block;
    width: 100%;
    padding-top: 30px
}

.main_footer .wrap_footer .share .btn_share {
    display: inline-block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    position: relative
}

.main_footer .wrap_footer .share .btn_share .icon_30 {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px;
    opacity: .5
}

@media screen and (max-width:800px) {
    .main_footer .wrap_footer nav a {
        display: block;
        padding: 5px
    }

    .main_footer .wrap_footer ul.main_grid_footer {
        padding: 0
    }

    .main_footer .wrap_footer ul.main_grid_footer li {
        width: 100%;
        padding: 15px 0;
        max-width: 380px
    }

    .main_footer .wrap_footer .privacy span {
        display: block;
        padding-bottom: 10px
    }

    .main_footer .wrap_footer .privacy u {
        display: none
    }
}

.main_bread {
    width: 100%;
    background: #fff;
    padding: 27px 30px 30px
}

.main_bread .wrap_bread {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto
}

.main_bread .wrap_bread .section {
    display: table;
    width: 100%
}

.main_bread .wrap_bread .section.up {
    padding-bottom: 10px
}

.main_bread .wrap_bread .section.up a {
    font-size: 12px;
    font-weight: 400;
    color: rgba(54, 56, 76, .5)
}

.main_bread .wrap_bread .section.up a:hover {
    color: rgba(54, 56, 76, .9)
}

.main_bread .wrap_bread .section.up u {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    color: rgba(54, 56, 76, .3);
    padding: 0 5px
}

.main_bread .wrap_bread .section.down h1 {
    font-size: 24px;
    font-weight: 500
}

@media screen and (max-width:700px) {
    .main_bread {
        display: none
    }
}

.main_comment {
    width: 100%;
    padding: 100px 30px 0
}

.main_comment .wrap_comment {
    display: block;
    max-width: 660px;
    margin: 0 auto;
    position: relative
}

.main_comment .wrap_comment:before {
    position: absolute;
    content: "“";
    font-size: 250px;
    color: rgba(44, 219, 160, .5);
    font-weight: 400;
    top: 0;
    left: -35px;
    line-height: .7
}

.main_comment .wrap_comment p {
    font-style: oblique;
    font-size: 24px;
    color: rgba(54, 56, 76, .7);
    line-height: 1.6;
    padding-left: 55px
}

.main_comment .wrap_comment .owner {
    display: block;
    padding-left: 55px;
    padding-top: 20px
}

.main_comment .wrap_comment .owner .pic_user {
    display: inline-block
}

.main_comment .wrap_comment .owner .name {
    display: inline-block;
    color: rgba(54, 56, 76, .5);
    vertical-align: top;
    padding: 10px 0 0 10px
}

.main_comment .wrap_comment .owner .name u {
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    color: rgba(54, 56, 76, .5)
}

.main_comment .wrap_comment .owner .name b {
    color: #36384C
}

.main_comment .wrap_comment .owner .name i {
    font-style: normal
}

@media screen and (max-width:768px) {
    .main_comment .wrap_comment {
        max-width: 500px
    }

    .main_comment .wrap_comment p {
        font-size: 22px
    }
}

@media screen and (max-width:500px) {
    .main_comment {
        padding: 60px 0
    }

    .main_comment .wrap_comment {
        max-width: 250px
    }

    .main_comment .wrap_comment:before {
        left: -60px;
        font-size: 400px;
        color: rgba(44, 219, 160, .1)
    }

    .main_comment .wrap_comment p {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 0
    }

    .main_comment .wrap_comment .owner {
        padding-left: 0
    }

    .main_comment .wrap_comment .owner .name {
        padding: 0 0 0 10px
    }

    .main_comment .wrap_comment .owner .name u {
        display: none
    }

    .main_comment .wrap_comment .owner .name i {
        display: block
    }
}

.main_not_found {
    width: 100%;
    height: 90vh;
    background-color: rgba(44, 219, 160, .7);
    background-image: -webkit-linear-gradient(top, rgba(44, 219, 160, .7), #fff);
    background-image: -moz-linear-gradient(top, rgba(44, 219, 160, .7), #fff);
    background-image: -o-linear-gradient(top, rgba(44, 219, 160, .7), #fff);
    background-image: -ms-linear-gradient(top, rgba(44, 219, 160, .7), #fff);
    background-image: linear-gradient(top, rgba(44, 219, 160, .7), #fff);
    display: table;
    padding: 130px 30px
}

.main_not_found .wrap_not_found {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.main_not_found .wrap_not_found .main_content .title {
    display: inline-block;
    padding-bottom: 20px;
    font-size: 150px;
    font-weight: 800;
    line-height: 1
}

.main_not_found .wrap_not_found .main_content .description {
    display: block;
    padding-bottom: 40px;
    max-width: 580px;
    line-height: 1.5;
    margin: 0 auto;
    color: rgba(54, 56, 76, .7);
    font-size: 18px
}

@media screen and (max-width:700px) {
    .main_not_found .wrap_not_found .main_content .title {
        font-size: 110px
    }

    .main_not_found .wrap_not_found .main_content .description {
        font-size: 12px
    }
}

.main_prescriptive_analytics_page {
    overflow-x: hidden;
    display: inline
}

.main_prescriptive_analytics_page .main_claim {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 500px;
    background: url(../../images/landing/solutions/prescriptive-analytics/bg.jpg) center no-repeat;
    background-size: cover
}

.main_prescriptive_analytics_page .main_claim:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(54, 56, 76, .7)
}

.main_prescriptive_analytics_page .main_claim .main_content {
    width: 100%;
    text-align: center
}

.main_prescriptive_analytics_page .main_claim article {
    font-size: 12px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #FB9B30;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    z-index: 3
}

.main_prescriptive_analytics_page .main_claim h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    color: #fff;
    display: block;
    position: relative;
    z-index: 3;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 20px
}

.main_prescriptive_analytics_page .main_claim p {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    display: block;
    position: relative;
    z-index: 3;
    max-width: 450px;
    margin: 0 auto;
    letter-spacing: -.4px
}

@media screen and (max-width:700px) {
    .main_prescriptive_analytics_page .main_claim {
        padding-top: 70px
    }

    .main_prescriptive_analytics_page .main_claim article {
        font-size: 10px
    }

    .main_prescriptive_analytics_page .main_claim h1 {
        font-size: 38px
    }

    .main_prescriptive_analytics_page .main_claim p {
        font-size: 17px;
        max-width: 320px;
        margin: 0 auto
    }
}

@media screen and (max-width:500px) {
    .main_prescriptive_analytics_page .main_claim {
        padding-top: 70px
    }

    .main_prescriptive_analytics_page .main_claim .main_content {
        padding: 30px
    }

    .main_prescriptive_analytics_page .main_claim article {
        font-size: 10px
    }

    .main_prescriptive_analytics_page .main_claim h1 {
        font-size: 30px;
        max-width: 300px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_claim p {
        font-size: 15px;
        max-width: 280px;
        margin: 0 auto
    }
}

.main_prescriptive_analytics_page .main_section_1 {
    width: 100%;
    position: relative;
    padding: 100px 0 80px
}

.main_prescriptive_analytics_page .main_section_1 .wrap_section_1 {
    max-width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

.main_prescriptive_analytics_page .main_section_1 .wrap_section_1 .left_content {
    flex: 0 0 54%;
    padding: 80px
}

.main_prescriptive_analytics_page .main_section_1 .wrap_section_1 .right_content {
    flex: 0 0 46%;
    position: relative
}

.main_prescriptive_analytics_page .main_section_1 .wrap_section_1 img {
    display: block;
    width: 750px;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    transform: rotate(5deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
    filter: drop-shadow(0 10px 30px rgba(54, 56, 76, .15))
}

.main_prescriptive_analytics_page .main_section_1 .wrap_section_1 h2 {
    font-size: 37px;
    max-width: 400px;
    font-weight: 800;
    display: block;
    letter-spacing: -1.5px;
    line-height: 1.4;
    padding-bottom: 20px
}

.main_prescriptive_analytics_page .main_section_1 .wrap_section_1 p {
    font-size: 23px;
    font-weight: 400;
    display: block;
    letter-spacing: -.5px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .7)
}

.main_prescriptive_analytics_page .main_section_1 ul.main_grid {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    padding-top: 50px
}

.main_prescriptive_analytics_page .main_section_1 ul.main_grid li {
    display: flex;
    flex: 0 0 50%;
    padding: 0 30px
}

.main_prescriptive_analytics_page .main_section_1 ul.main_grid li span {
    display: block;
    margin-right: 20px
}

.main_prescriptive_analytics_page .main_section_1 ul.main_grid li p {
    flex: 1;
    font-size: 14px;
    letter-spacing: -.2px;
    color: rgba(54, 56, 76, .7);
    line-height: 1.6;
    max-width: 320px
}

.main_prescriptive_analytics_page .main_section_1 ul.main_grid li p b {
    display: block;
    color: #36384C;
    font-size: 16px;
    padding-bottom: 5px;
    font-weight: 600
}

@media screen and (max-width:980px) {
    .main_prescriptive_analytics_page .main_section_1 {
        padding: 70px 0
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 {
        max-width: 880px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 .left_content {
        flex: 0 0 55%;
        padding: 40px
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 .right_content {
        flex: 0 0 45%
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 img {
        width: 600px
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 h2 {
        font-size: 31px;
        max-width: 380px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 p {
        font-size: 19px
    }

    .main_prescriptive_analytics_page .main_section_1 ul.main_grid {
        max-width: 860px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_1 ul.main_grid li {
        display: block
    }
}

@media screen and (max-width:600px) {
    .main_prescriptive_analytics_page .main_section_1 {
        padding: 30px 0
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 {
        display: block
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 .left_content,
    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 .right_content {
        flex: none;
        text-align: center
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 .right_content {
        padding: 0 30px
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 .left_content {
        padding: 20px
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 h2 {
        font-size: 25px
    }

    .main_prescriptive_analytics_page .main_section_1 .wrap_section_1 p {
        font-size: 15px;
        max-width: 280px;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .main_prescriptive_analytics_page .main_section_1 ul.main_grid {
        display: block;
        text-align: center;
        padding-top: 30px
    }

    .main_prescriptive_analytics_page .main_section_1 ul.main_grid li {
        padding-bottom: 40px
    }

    .main_prescriptive_analytics_page .main_section_1 ul.main_grid li span {
        display: inline-block;
        margin: 0
    }

    .main_prescriptive_analytics_page .main_section_1 ul.main_grid li p {
        font-size: 12px;
        max-width: 280px;
        margin: 0 auto;
        padding-top: 10px
    }

    .main_prescriptive_analytics_page .main_section_1 ul.main_grid li p b {
        font-size: 14px
    }
}

.main_prescriptive_analytics_page .main_section_2 {
    width: 100%;
    position: relative;
    padding: 80px 30px;
    background: rgba(54, 56, 76, .05);
    text-align: center
}

.main_prescriptive_analytics_page .main_section_2 h2 {
    font-size: 37px;
    max-width: 450px;
    margin: 0 auto;
    font-weight: 800;
    display: block;
    letter-spacing: -1.5px;
    line-height: 1.4;
    padding-bottom: 20px
}

.main_prescriptive_analytics_page .main_section_2 p.subtitle {
    font-size: 23px;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto;
    display: block;
    letter-spacing: -.5px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .7)
}

.main_prescriptive_analytics_page .main_section_2 ul.main_grid {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
    max-width: 1100px;
    margin: 0 auto
}

.main_prescriptive_analytics_page .main_section_2 ul.main_grid li {
    flex: 50%;
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: center
}

.main_prescriptive_analytics_page .main_section_2 ul.main_grid li .main_content {
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(54, 56, 76, .1);
    background: #fff;
    width: 100%
}

.main_prescriptive_analytics_page .main_section_2 ul.main_grid li .main_content img {
    display: block;
    width: 100%
}

.main_prescriptive_analytics_page .main_section_2 ul.main_grid li .main_content p.title {
    display: block;
    letter-spacing: -.3px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #36384C
}

.main_prescriptive_analytics_page .main_section_2 ul.main_grid li .main_content.last {
    background: 0 0;
    box-shadow: 0 0 0 1px rgba(54, 56, 76, .1);
    padding: 50px 30px;
    height: 100%;
    display: flex;
    align-items: center
}

.main_prescriptive_analytics_page .main_section_2 ul.main_grid li .main_content.last div {
    display: flex;
    flex-wrap: wrap;
    max-width: 300px;
    margin: 0 auto
}

.main_prescriptive_analytics_page .main_section_2 ul.main_grid li .main_content.last div p {
    flex: 1;
    line-height: 1.5
}

.main_prescriptive_analytics_page .main_section_2 ul.main_grid li .main_content.last div .icon_20 {
    margin-right: 10px
}

@media screen and (max-width:880px) {
    .main_prescriptive_analytics_page .main_section_2 {
        padding: 70px 10px
    }

    .main_prescriptive_analytics_page .main_section_2 h2 {
        font-size: 31px
    }

    .main_prescriptive_analytics_page .main_section_2 p.subtitle {
        font-size: 19px;
        max-width: 400px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_2 ul.main_grid {
        padding-top: 30px
    }

    .main_prescriptive_analytics_page .main_section_2 ul.main_grid li {
        padding: 10px
    }
}

@media screen and (max-width:680px) {
    .main_prescriptive_analytics_page .main_section_2 {
        padding: 70px 10px
    }

    .main_prescriptive_analytics_page .main_section_2 h2 {
        font-size: 25px;
        max-width: 280px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_2 p.subtitle {
        font-size: 15px;
        max-width: 280px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_2 ul.main_grid {
        display: block;
        max-width: 450px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_2 ul.main_grid li .main_content {
        padding: 25px
    }

    .main_prescriptive_analytics_page .main_section_2 ul.main_grid li .main_content p.title {
        max-width: 220px;
        margin: 0 auto;
        font-size: 13px;
        text-align: center
    }
}

.main_prescriptive_analytics_page .main_section_3 {
    width: 100%;
    position: relative;
    padding: 80px 30px;
    text-align: center
}

.main_prescriptive_analytics_page .main_section_3 h2 {
    font-size: 37px;
    max-width: 550px;
    margin: 0 auto;
    font-weight: 800;
    display: block;
    letter-spacing: -1.5px;
    line-height: 1.4;
    padding-bottom: 20px
}

.main_prescriptive_analytics_page .main_section_3 p.subtitle {
    font-size: 23px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    letter-spacing: -.5px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .7)
}

.main_prescriptive_analytics_page .main_section_3 .legend {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0
}

.main_prescriptive_analytics_page .main_section_3 .legend div {
    display: flex;
    align-items: center;
    padding: 0 20px;
    font-weight: 800;
    letter-spacing: -.2px
}

.main_prescriptive_analytics_page .main_section_3 .legend div .text {
    display: block;
    padding-left: 10px
}

.main_prescriptive_analytics_page .main_section_3 .legend div .star {
    margin: 0 -1px
}

.main_prescriptive_analytics_page .main_section_3 .table {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto
}

.main_prescriptive_analytics_page .main_section_3 ul.main_grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 30px
}

.main_prescriptive_analytics_page .main_section_3 ul.main_grid li {
    flex: 50%;
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: center
}

.main_prescriptive_analytics_page .main_section_3 ul.main_grid li .main_content {
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(54, 56, 76, .1);
    background: #fff;
    width: 100%
}

.main_prescriptive_analytics_page .main_section_3 ul.main_grid li .main_content img {
    display: block;
    width: 100%
}

.main_prescriptive_analytics_page .main_section_3 ul.main_grid li .main_content p.title {
    display: block;
    letter-spacing: -.3px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #36384C
}

.main_prescriptive_analytics_page .main_section_3 ul.main_grid li .main_content.last {
    background: 0 0;
    box-shadow: 0 0 0 1px rgba(54, 56, 76, .1);
    padding: 50px 30px;
    height: 100%;
    display: flex;
    align-items: center
}

.main_prescriptive_analytics_page .main_section_3 ul.main_grid li .main_content.last div {
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
    margin: 0 auto
}

.main_prescriptive_analytics_page .main_section_3 ul.main_grid li .main_content.last div p {
    flex: 1;
    line-height: 1.5
}

.main_prescriptive_analytics_page .main_section_3 ul.main_grid li .main_content.last div .icon_20 {
    margin-right: 10px
}

@media screen and (max-width:880px) {
    .main_prescriptive_analytics_page .main_section_3 h2 {
        font-size: 31px;
        max-width: 450px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_3 p.subtitle {
        font-size: 19px;
        max-width: 460px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_3 .legend div {
        padding: 0 15px
    }

    .main_prescriptive_analytics_page .main_section_3 .legend div .star {
        margin: 0 -2px
    }

    .main_prescriptive_analytics_page .main_section_3 .legend div .text {
        font-size: 12px
    }

    .main_prescriptive_analytics_page .main_section_3 ul.main_grid {
        display: block;
        max-width: 400px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_3 ul.main_grid li {
        display: block;
        flex: none
    }
}

@media screen and (max-width:680px) {
    .main_prescriptive_analytics_page .main_section_3 {
        padding: 60px 10px
    }

    .main_prescriptive_analytics_page .main_section_3 h2 {
        font-size: 25px;
        max-width: 310px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_3 p.subtitle {
        font-size: 15px;
        max-width: 280px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_3 .legend {
        display: inline-block;
        text-align: center
    }

    .main_prescriptive_analytics_page .main_section_3 .legend div {
        padding: 0 15px;
        text-align: center
    }

    .main_prescriptive_analytics_page .main_section_3 .legend div .star {
        margin: 0 -2px
    }

    .main_prescriptive_analytics_page .main_section_3 .legend div .text {
        font-size: 12px
    }

    .main_prescriptive_analytics_page .main_section_3 ul.main_grid {
        display: block;
        max-width: 400px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_3 ul.main_grid li {
        display: block;
        flex: none;
        padding: 10px
    }
}

.main_prescriptive_analytics_page .main_section_4 {
    width: 100%;
    position: relative;
    padding: 80px 30px;
    background: rgba(54, 56, 76, .05);
    text-align: center
}

.main_prescriptive_analytics_page .main_section_4 h2 {
    font-size: 37px;
    max-width: 550px;
    margin: 0 auto;
    font-weight: 800;
    display: block;
    letter-spacing: -1.5px;
    line-height: 1.4;
    padding-bottom: 20px
}

.main_prescriptive_analytics_page .main_section_4 p.subtitle {
    font-size: 23px;
    font-weight: 400;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    letter-spacing: -.5px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .7)
}

.main_prescriptive_analytics_page .main_section_4 .main_compo {
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 80px 0
}

.main_prescriptive_analytics_page .main_section_4 .main_compo .picture {
    width: 100%;
    max-width: 70%;
    height: 550px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: url(../../images/landing/solutions/prescriptive-analytics/bg.jpg) center no-repeat;
    background-size: cover
}

.main_prescriptive_analytics_page .main_section_4 .main_compo .main_text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.main_prescriptive_analytics_page .main_section_4 .main_compo .main_text .box_text {
    width: 500px;
    padding: 40px;
    background: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(54, 56, 76, .1);
    text-align: left
}

.main_prescriptive_analytics_page .main_section_4 .main_compo .main_text .box_text h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -.7px;
    display: block;
    padding-bottom: 20px
}

.main_prescriptive_analytics_page .main_section_4 .main_compo .main_text .box_text p {
    font-size: 19px;
    display: block;
    line-height: 1.5;
    color: rgba(54, 56, 76, .7)
}

.main_prescriptive_analytics_page .main_section_4 .main_grid h3 {
    font-size: 27px;
    font-weight: 700;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.4;
    letter-spacing: -.7px;
    display: block;
    padding-bottom: 50px
}

.main_prescriptive_analytics_page .main_section_4 .main_grid h3.sub {
    max-width: 580px;
    margin: 0 auto
}

.main_prescriptive_analytics_page .main_section_4 .main_grid .legend {
    display: flex;
    justify-content: center
}

.main_prescriptive_analytics_page .main_section_4 .main_grid .legend div {
    display: flex;
    align-items: center;
    margin: 0 20px
}

.main_prescriptive_analytics_page .main_section_4 .main_grid .legend div .text {
    font-size: 700;
    padding-left: 10px;
    display: block;
    font-weight: 700
}

.main_prescriptive_analytics_page .main_section_4 .main_grid .legend div .bar {
    width: 30px;
    height: 4px;
    display: block
}

.main_prescriptive_analytics_page .main_section_4 .main_grid .legend div .bar.green {
    background: #7EBE6D
}

.main_prescriptive_analytics_page .main_section_4 .main_grid .legend div .bar.red {
    background: #F94D41
}

.main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid {
    display: flex;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 80px
}

.main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li {
    flex: 50%;
    padding: 20px;
    text-align: left;
    display: flex;
    align-items: center
}

.main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li .main_content {
    padding: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(54, 56, 76, .1);
    background: #fff;
    width: 100%
}

.main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li .main_content img {
    display: block;
    width: 100%
}

.main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li .main_content p.title {
    display: block;
    letter-spacing: -.3px;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #36384C
}

.main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li .main_content.last {
    background: 0 0;
    box-shadow: 0 0 0 1px rgba(54, 56, 76, .1);
    padding: 50px 30px;
    height: 100%;
    display: flex;
    align-items: center
}

.main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li .main_content.last div {
    display: flex;
    flex-wrap: wrap;
    max-width: 380px;
    margin: 0 auto
}

.main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li .main_content.last div p {
    flex: 1;
    line-height: 1.5
}

.main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li .main_content.last div .icon_20 {
    margin-right: 10px
}

.main_prescriptive_analytics_page .main_section_4 .main_grid .table_2 {
    width: 100%;
    max-width: 550px;
    margin: 0 auto
}

@media screen and (max-width:880px) {
    .main_prescriptive_analytics_page .main_section_4 h2 {
        font-size: 31px
    }

    .main_prescriptive_analytics_page .main_section_4 p.subtitle {
        font-size: 19px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo {
        padding: 70px 0
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo .main_text .box_text {
        width: 360px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo .main_text .box_text h2 {
        font-size: 23px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo .main_text .box_text p {
        font-size: 15px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo .picture {
        height: 450px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid h3 {
        font-size: 23px;
        max-width: 400px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid h3.sub {
        max-width: 490px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid {
        padding-bottom: 50px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li {
        padding: 15px
    }
}

@media screen and (max-width:680px) {
    .main_prescriptive_analytics_page .main_section_4 {
        padding: 50px 0
    }

    .main_prescriptive_analytics_page .main_section_4 h2 {
        font-size: 25px;
        padding-bottom: 10px
    }

    .main_prescriptive_analytics_page .main_section_4 p.subtitle {
        font-size: 15px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo {
        padding: 40px 0 60px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo .main_text {
        padding-right: 20px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo .main_text .box_text {
        width: 250px;
        padding: 30px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo .main_text .box_text h2 {
        font-size: 19px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo .main_text .box_text p {
        font-size: 13px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_compo .picture {
        height: 450px;
        -webkit-border-radius: 0 10px 10px 0;
        -moz-border-radius: 0 10px 10px 0;
        border-radius: 0 10px 10px 0
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid h3 {
        font-size: 19px;
        max-width: 230px;
        margin: 0 auto;
        padding-bottom: 30px
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid h3.sub {
        max-width: 290px;
        margin: 0 auto
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid .legend {
        display: inline-block
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid {
        padding-bottom: 50px;
        padding-top: 20px;
        display: block
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li {
        padding: 20px 20px 0
    }

    .main_prescriptive_analytics_page .main_section_4 .main_grid ul.main_grid li .main_content p.title {
        max-width: 250px;
        margin: 0 auto;
        text-align: center
    }
}

.main_prescriptive_analytics_page .cta {
    width: 100%;
    padding: 50px 30px 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.main_prescriptive_analytics_page .cta .or {
    display: block;
    padding: 0 30px
}

@media screen and (max-width:500px) {
    .main_prescriptive_analytics_page .cta {
        display: block
    }

    .main_prescriptive_analytics_page .cta .or {
        padding: 10px 0
    }
}

.main_detail_blog {
    width: 100%;
    padding: 100px 30px
}

.main_detail_blog .wrap_detail_blog {
    width: 100%;
    max-width: 700px;
    margin: 0 auto
}

.main_detail_blog .wrap_detail_blog .back {
    font-size: 16px;
    color: rgba(54, 56, 76, .5)
}

.main_detail_blog .wrap_detail_blog .back:hover {
    color: rgba(54, 56, 76, .8)
}

.main_detail_blog .wrap_detail_blog .title_post {
    display: block;
    padding: 15px 0
}

.main_detail_blog .wrap_detail_blog h1,
.main_detail_blog .wrap_detail_blog h2,
.main_detail_blog .wrap_detail_blog h3,
.main_detail_blog .wrap_detail_blog h4 {
    font-weight: 500;
    padding: 0;
    margin: 0;
    color: rgba(54, 56, 76, .8);
    display: block
}

.main_detail_blog .wrap_detail_blog h1 {
    font-size: 46px;
    line-height: 1.3
}

.main_detail_blog .wrap_detail_blog h2 {
    font-size: 32px;
    line-height: 1.3
}

.main_detail_blog .wrap_detail_blog h3 {
    font-size: 26px;
    line-height: 1.3
}

.main_detail_blog .wrap_detail_blog h4 {
    font-size: 20px;
    line-height: 1.4
}

.main_detail_blog .wrap_detail_blog blockquote {
    font-family: 'PT Serif', serif;
    padding-left: 25px;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    max-width: 500px;
    color: rgba(54, 56, 76, .8);
    line-height: 1.4;
    position: relative
}

.main_detail_blog .wrap_detail_blog blockquote:before {
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(44, 219, 160, .5)
}

.main_detail_blog .wrap_detail_blog blockquote strong {
    font-size: 18px;
    font-style: normal;
    display: block;
    padding-top: 10px
}

.main_detail_blog .wrap_detail_blog .author {
    display: block;
    padding-bottom: 40px
}

.main_detail_blog .wrap_detail_blog .author span {
    font-size: 14px;
    color: #36384C
}

.main_detail_blog .wrap_detail_blog .author span b {
    font-weight: 400;
    color: rgba(54, 56, 76, .5)
}

.main_detail_blog .wrap_detail_blog strong {
    font-weight: 600;
    color: rgba(54, 56, 76, .9)
}

.main_detail_blog .wrap_detail_blog .picture {
    display: block;
    font-size: 0;
    position: relative;
    margin-bottom: 30px
}

.main_detail_blog .wrap_detail_blog .picture:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 1px rgba(54, 56, 76, .1)
}

.main_detail_blog .wrap_detail_blog .picture img,
.main_detail_blog .wrap_detail_blog img {
    width: 100%
}

.main_detail_blog .wrap_detail_blog p {
    display: block;
    line-height: 1.6;
    font-size: 18px;
    color: rgba(54, 56, 76, .8);
    position: relative
}

.main_detail_blog .wrap_detail_blog ul li {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .8);
    position: relative;
    padding: 0 0 10px 20px
}

.main_detail_blog .wrap_detail_blog ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(54, 56, 76, .3);
    left: 1px;
    top: 10px
}

.main_detail_blog .wrap_detail_blog ol li {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .8);
    position: relative;
    padding: 0 0 10px 20px;
    list-style: inherit !important
}

.main_detail_blog .wrap_detail_blog .main_blog_footer {
    display: table;
    width: 100%;
    box-shadow: 0 -1px 0 rgba(54, 56, 76, .1);
    padding: 30px 0;
    margin-top: 60px
}

.main_detail_blog .wrap_detail_blog .main_blog_footer .left span {
    vertical-align: top;
    padding-top: 10px;
    display: inline-block
}

.main_detail_blog .wrap_detail_blog .main_blog_footer .left u {
    text-decoration: none;
    font-weight: 700;
    color: rgba(54, 56, 76, .3);
    display: inline-block;
    padding: 9px 7px 0
}

.main_detail_blog .wrap_detail_blog .main_blog_footer .right {
    font-size: 0
}

.main_detail_blog .wrap_detail_blog .main_blog_footer .right .btn_social {
    display: inline-block;
    margin-left: 15px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative
}

.main_detail_blog .wrap_detail_blog .main_blog_footer .right .btn_social .icon_30 {
    position: absolute;
    left: 50%;
    margin-left: -15px;
    top: 50%;
    margin-top: -15px
}

.main_detail_blog .wrap_detail_blog .main_blog_footer .right .btn_social.facebook {
    background: #3b5998
}

.main_detail_blog .wrap_detail_blog .main_blog_footer .right .btn_social.twitter {
    background: #1da1f2
}

.main_detail_blog .wrap_detail_blog .main_blog_footer .right .btn_social.linkedin {
    background: #0077b5
}

@media screen and (max-width:600px) {
    .main_detail_blog .wrap_detail_blog h1 {
        font-size: 32px;
        line-height: 1.3
    }

    .main_detail_blog .wrap_detail_blog h2 {
        font-size: 28px
    }

    .main_detail_blog .wrap_detail_blog h3 {
        font-size: 22px
    }

    .main_detail_blog .wrap_detail_blog h4 {
        font-size: 16px
    }

    .main_detail_blog .wrap_detail_blog p,
    .main_detail_blog .wrap_detail_blog ul ol {
        font-size: 15px
    }

    .main_detail_blog .wrap_detail_blog .main_blog_footer .left,
    .main_detail_blog .wrap_detail_blog .main_blog_footer .right {
        float: none
    }

    .main_detail_blog .wrap_detail_blog .main_blog_footer .left {
        text-align: center
    }

    .main_detail_blog .wrap_detail_blog .main_blog_footer .left span {
        padding-top: 0
    }

    .main_detail_blog .wrap_detail_blog .main_blog_footer .left .by {
        display: none
    }

    .main_detail_blog .wrap_detail_blog .main_blog_footer .left .name {
        display: block;
        padding-top: 10px
    }

    .main_detail_blog .wrap_detail_blog .main_blog_footer .left u {
        display: none
    }

    .main_detail_blog .wrap_detail_blog .main_blog_footer .left .mr5 {
        margin-right: 0 !important
    }

    .main_detail_blog .wrap_detail_blog .main_blog_footer .right {
        display: block;
        text-align: center;
        padding-top: 20px
    }

    .main_detail_blog .wrap_detail_blog .main_blog_footer .right .btn_social {
        margin: 0 10px
    }
}

.main_try_free_page {
    width: 100%;
    padding: 80px 30px 100px;
    background: rgba(54, 56, 76, .05)
}

.main_try_free_page .wrap_try_free_page {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

.main_try_free_page .wrap_try_free_page .main_picture {
    display: block
}

.main_try_free_page .wrap_try_free_page .main_picture img {
    max-width: 450px;
    width: 100%
}

.main_try_free_page .wrap_try_free_page .main_title {
    text-align: center;
    padding-bottom: 40px
}

.main_try_free_page .wrap_try_free_page .main_title.ok .icon_80 {
    margin-top: 40px
}

.main_try_free_page .wrap_try_free_page .main_title.ok h1 {
    max-width: 500px;
    padding-top: 20px
}

.main_try_free_page .wrap_try_free_page .main_title.ok p {
    max-width: 650px;
    padding-bottom: 10px
}

.main_try_free_page .wrap_try_free_page .main_title.ok a {
    margin-top: 25px;
    min-width: 170px
}

.main_try_free_page .wrap_try_free_page .main_title h1 {
    font-size: 34px;
    max-width: 400px;
    margin: 0 auto;
    font-weight: 500;
    display: block;
    line-height: 1.4;
    padding-bottom: 20px;
    padding-top: 40px
}

.main_try_free_page .wrap_try_free_page .main_title p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .5);
    max-width: 500px;
    margin: 0 auto
}

.main_try_free_page .wrap_try_free_page .global_form {
    max-width: 400px;
    margin: 0 auto
}

.main_try_free_page .wrap_try_free_page .global_form .wrap_footer_form .btn {
    display: block;
    text-align: center
}

@media screen and (max-width:500px) {
    .main_try_free_page {
        padding-top: 100px
    }

    .main_try_free_page .wrap_try_free_page .main_title h1 {
        font-size: 28px
    }

    .main_try_free_page .wrap_try_free_page .main_title p {
        font-size: 16px
    }
}

.main_request_demo_page {
    width: 100%;
    padding: 80px 30px 100px;
    background: rgba(54, 56, 76, .05)
}

.main_request_demo_page .wrap_request_demo_page {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

.main_request_demo_page .wrap_request_demo_page .main_picture {
    display: block
}

.main_request_demo_page .wrap_request_demo_page .main_picture img {
    max-width: 450px;
    width: 100%
}

.main_request_demo_page .wrap_request_demo_page .main_title {
    text-align: center;
    padding-bottom: 40px
}

.main_request_demo_page .wrap_request_demo_page .main_title h1 {
    font-size: 34px;
    font-weight: 500;
    display: block;
    line-height: 1.4;
    padding-bottom: 20px;
    padding-top: 40px
}

.main_request_demo_page .wrap_request_demo_page .main_title p {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .5);
    max-width: 500px;
    margin: 0 auto
}

.main_request_demo_page .wrap_request_demo_page .global_form {
    max-width: 400px;
    margin: 0 auto
}

.main_request_demo_page .wrap_request_demo_page .global_form .wrap_footer_form .btn {
    display: block;
    text-align: center
}

@media screen and (max-width:500px) {
    .main_request_demo_page {
        padding-top: 100px
    }

    .main_request_demo_page .wrap_request_demo_page .main_title h1 {
        font-size: 28px
    }

    .main_request_demo_page .wrap_request_demo_page .main_title p {
        font-size: 16px
    }
}

.main_contact_page {
    width: 100%;
    padding: 80px 30px 100px
}

.main_contact_page .wrap_contact_page {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    font-size: 0
}

.main_contact_page .wrap_contact_page .main_left_content {
    width: 40%;
    display: inline-block;
    font-size: 14px;
    padding-right: 40px;
    vertical-align: top
}

.main_contact_page .wrap_contact_page .main_left_content h1 {
    font-size: 34px;
    font-weight: 500;
    display: block;
    padding-bottom: 20px
}

.main_contact_page .wrap_contact_page .main_left_content p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .5);
    padding-bottom: 20px
}

.main_contact_page .wrap_contact_page .main_left_content .main_info {
    width: 100%;
    box-shadow: 0 1px 0 rgba(54, 56, 76, .1);
    padding: 20px 0;
    font-size: 0
}

.main_contact_page .wrap_contact_page .main_left_content .main_info.total_width li {
    width: 100%
}

.main_contact_page .wrap_contact_page .main_left_content .main_info.grid {
    padding-bottom: 0
}

.main_contact_page .wrap_contact_page .main_left_content .main_info article {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding-bottom: 6px;
    color: #5A99FF
}

.main_contact_page .wrap_contact_page .main_left_content .main_info .text {
    display: block;
    line-height: 1.4;
    font-size: 14px;
    color: #36384C;
    font-weight: 400
}

.main_contact_page .wrap_contact_page .main_left_content .main_info .text .icon_30 {
    margin-right: 10px
}

.main_contact_page .wrap_contact_page .main_left_content .main_info .text .icon_30.linkedin {
    background-color: #0077b5
}

.main_contact_page .wrap_contact_page .main_left_content .main_info li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    padding-bottom: 20px
}

.main_contact_page .wrap_contact_page .main_right_content {
    width: 60%;
    display: inline-block;
    font-size: 14px;
    vertical-align: top
}

.main_contact_page .wrap_contact_page .main_right_content .global_form {
    background: rgba(54, 56, 76, .05);
    padding: 40px
}

@media screen and (max-width:768px) {
    .main_contact_page .wrap_contact_page {
        max-width: 500px
    }

    .main_contact_page .wrap_contact_page .main_left_content,
    .main_contact_page .wrap_contact_page .main_right_content {
        width: 100%
    }

    .main_contact_page .wrap_contact_page .main_left_content {
        padding-bottom: 50px;
        padding-right: 0
    }
}

@media screen and (max-width:550px) {
    .main_contact_page {
        padding: 0
    }

    .main_contact_page .wrap_contact_page {
        max-width: none
    }

    .main_contact_page .wrap_contact_page .main_left_content {
        padding: 40px 20px 50px
    }

    .main_contact_page .wrap_contact_page .main_right_content .global_form {
        padding: 30px 20px 70px
    }
}

.main_general_page {
    width: 100%;
    padding: 80px 30px;
    color: rgba(54, 56, 76, .8)
}

.main_general_page .wrap_general_page {
    max-width: 800px;
    margin: 0 auto
}

.main_general_page .wrap_general_page h1 {
    font-size: 34px;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
    line-height: 1.3
}

.main_general_page .wrap_general_page h2 {
    font-size: 26px;
    font-weight: 500;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 1.3
}

.main_general_page .wrap_general_page p {
    display: block;
    font-size: 16px;
    padding-bottom: 20px;
    line-height: 1.6;
    color: rgba(54, 56, 76, .8)
}

.main_general_page .wrap_general_page ol li {
    font-size: 16px;
    line-height: 1.6;
    list-style: inherit !important;
    padding-bottom: 15px
}

.main_general_page .wrap_general_page .menu_acces_privacy {
    display: block;
    padding-bottom: 50px;
    margin-bottom: 50px;
    box-shadow: 0 1px 0 rgba(54, 56, 76, .1)
}

.main_general_page .wrap_general_page .menu_acces_privacy a {
    color: rgba(54, 56, 76, .7);
    display: block;
    margin-bottom: 7px
}

.main_confirm,
.main_general_page .wrap_general_page .menu_acces_privacy a:hover {
    color: #36384C
}

@media screen and (max-width:600px) {
    .main_general_page {
        padding-top: 100px
    }

    .main_general_page .wrap_general_page h1 {
        font-size: 26px
    }

    .main_general_page .wrap_general_page h2 {
        font-size: 18px
    }

    .main_general_page .wrap_general_page p {
        font-size: 14px
    }
}

.main_confirm {
    width: 330px;
    padding: 25px 35px 30px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 50px rgba(54, 56, 76, .5)
}

.main_confirm article {
    font-size: 20px;
    display: block;
    font-weight: 500;
    padding-bottom: 15px
}

.main_confirm p,
.main_confirm span {
    line-height: 1.4;
    display: block;
    padding-bottom: 25px
}

.main_confirm article.red {
    color: #ff6d5e
}

.main_confirm p {
    font-size: 16px;
    color: rgba(54, 56, 76, .9)
}

.main_confirm p b {
    font-weight: 600;
    color: #21222e
}

.main_confirm span {
    font-size: 14px;
    color: rgba(54, 56, 76, .7);
    margin-top: -10px
}

.main_confirm .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 14px;
    opacity: .5;
    cursor: pointer
}

.main_confirm .close:after,
.main_confirm .close:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background: #36384C;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: 0
}

.main_modal,
.pic_user:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.main_confirm .close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg)
}

.main_confirm .footer .btn.secondary {
    box-shadow: none;
    background: 0 0;
    font-weight: 500;
    color: rgba(54, 56, 76, .7)
}

.main_confirm .footer .btn.secondary:hover {
    color: #36384C
}

.global_form {
    width: 100%;
    padding-bottom: 20px;
    text-align: left
}

.global_form:last-child {
    padding-bottom: 0
}

.global_form .base {
    width: 100%;
    padding-bottom: 18px;
    display: table
}

.global_form .base:last-child {
    padding-bottom: 0
}

.global_form .base h2 {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding-bottom: 10px;
    line-height: 1.5
}

.global_form .base h3 {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 20px 0 0
}

.global_form .base h4 {
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding: 10px 0 0;
    color: #2CDBA0;
    text-transform: uppercase;
    margin: 0
}

.global_form .base article {
    font-weight: 500;
    padding-bottom: 6px
}

.global_form .base article .aditional {
    float: right;
    font-size: 12px;
    color: rgba(54, 56, 76, .5);
    font-weight: 400
}

.global_form .base article .aditional b {
    font-weight: 500;
    color: rgba(54, 56, 76, .6)
}

.global_form .base .check2 .aditional {
    font-size: 12px;
    color: rgba(54, 56, 76, .5);
    display: inline-block
}

.global_form .base .check2 .aditional b {
    font-weight: 500;
    color: rgba(54, 56, 76, .6)
}

.global_form .base .description {
    display: block;
    font-size: 12px;
    color: rgba(54, 56, 76, .5);
    padding-top: 6px;
    line-height: 1.4
}

.global_form .base .child {
    width: 47.5%;
    float: left
}

.global_form .base .child:last-child {
    float: right
}

@media screen and (max-width:500px) {
    .global_form .base .child {
        float: none;
        display: block;
        width: 100%;
        padding-bottom: 18px
    }

    .global_form .base .child:last-child {
        float: left;
        padding-bottom: 0
    }
}

.global_form .base .group_option_list {
    width: 100%;
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(54, 56, 76, .2);
    max-height: 200px;
    overflow: auto
}

.global_form .base .group_option_list .check {
    width: 100%
}

.global_form .base .upload_picture {
    width: 100%;
    display: table;
    position: relative
}

.global_form .base .upload_picture .picture {
    float: left;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    background: url(../../images/core/user-test.html) center no-repeat rgba(54, 56, 76, .05);
    background-size: cover;
    margin-right: 10px
}

.global_form .base .upload_picture .picture:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: inset 0 0 0 1px rgba(54, 56, 76, .1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.global_form .base .upload_picture .title {
    display: block;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px
}

.global_form .base .upload_picture .secondary {
    width: 100%;
    text-align: center
}

.global_form .wrap_footer_form {
    width: 100%;
    display: table;
    padding-top: 10px
}

.global_form .wrap_footer_form .left_content {
    float: left
}

.global_form .wrap_footer_form .right_content {
    float: right
}

.global_form .wrap_footer_form .right_content .primary {
    margin-left: 20px
}

.global_form .wrap_footer_form .right_content .secondary {
    font-weight: 400
}

.main_modal {
    background-color: rgba(54, 56, 76, .5);
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    min-width: 980px;
    z-index: 50
}

.main_modal .wrap_modal {
    width: 100%;
    height: 100vh;
    display: table-cell;
    vertical-align: middle
}

.main_modal .wrap_modal .content_modal {
    width: 100%;
    padding: 50px 0;
    max-height: 100vh;
    position: relative;
    overflow: auto
}

.pic_user {
    display: inline-block;
    width: 37px;
    height: 37px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #78C71D;
    position: relative;
    overflow: hidden;
    cursor: default;
    background-size: cover;
    background-position: center center
}

.pic_user:before {
    content: "";
    position: absolute;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.pic_user.blue {
    background-color: #5A99FF
}

.pic_user.yellow {
    background-color: #FBD630
}

.pic_user.red {
    background-color: #F94D41
}

.pic_user.marc {
    background: url(https://media.licdn.com/dms/image/C4E03AQGlBqLEpWnaAA/profile-displayphoto-shrink_800_800/0?e=1531958400&amp;v=beta&amp;t=3e2IJBZnHfrCBUcDfsDcbZxGqS6Fket1LYz_E5q351k) no-repeat !important;
    background-size: cover !important
}

.pic_user .pic_user_text {
    font-weight: 700;
    text-align: center;
    width: 100%;
    font-size: 10px;
    position: absolute;
    line-height: 0;
    top: 50%;
    margin-top: 0;
    color: #fff
}

.main_arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.main_arrow.bottom_right .wrap_popover {
    right: 0;
    top: 20px
}

.main_arrow.bottom_left .wrap_popover {
    left: 0;
    top: 20px
}

.main_arrow.top_left .wrap_popover {
    left: 0;
    bottom: 20px
}

.main_arrow.top_right .wrap_popover {
    right: 0;
    bottom: 20px
}

.main_arrow.middle_top .wrap_popover {
    bottom: 25px
}

.main_arrow.middle_top .wrap_popover .indicative_arrow {
    bottom: -7px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2deg)
}

.main_arrow.middle_bottom .wrap_popover {
    top: 25px
}

.main_arrow.middle_bottom .wrap_popover .indicative_arrow {
    top: -7px
}

.main_arrow .icon_arrow_options {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 1;
    opacity: .5
}

.main_arrow .icon_arrow_options:after,
.main_arrow .icon_arrow_options:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #36384C;
    left: 50%;
    margin-left: -1px;
    top: 50%;
    margin-top: -1px
}

.wrap_popover .indicative_arrow,
.wrap_popover .indicative_arrow:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent
}

.main_arrow .icon_arrow_options:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
    left: 6px
}

.main_arrow .icon_arrow_options:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
    right: 6px
}

.main_arrow:focus .icon_arrow_options {
    opacity: 1
}

.main_arrow:focus .wrap_popover {
    visibility: visible;
    opacity: 1
}

.wrap_popover {
    background: #fff;
    box-shadow: 0 5px 30px rgba(54, 56, 76, .1);
    position: absolute;
    z-index: 20 !important;
    text-align: left;
    visibility: hidden;
    opacity: 0
}

.wrap_popover .indicative_arrow {
    top: -8px;
    left: 50%;
    margin-left: -7px;
    border-bottom: 7px solid rgba(54, 56, 76, .3)
}

.wrap_popover .indicative_arrow:before {
    content: "";
    top: 1px;
    left: -7px;
    border-bottom: 7px solid #fff
}

.wrap_popover .big_indicative_arrow,
.wrap_popover .big_indicative_arrow:before {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent
}

.wrap_popover .big_indicative_arrow {
    top: -12px;
    left: 50%;
    margin-left: -12px;
    border-bottom: 12px solid rgba(54, 56, 76, .25)
}

.wrap_popover .big_indicative_arrow:before {
    content: "";
    top: 1px;
    left: -12px;
    border-bottom: 12px solid #fff
}

.wrap_popover ul.main_popover_options {
    width: 100%;
    padding: 15px
}

.wrap_popover ul.main_popover_options li {
    width: 100%;
    padding: 5px 25px 6px 10px;
    color: rgba(54, 56, 76, .7);
    display: block;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400
}

.wrap_popover ul.main_popover_options li a {
    color: inherit !important;
    display: block
}

.wrap_popover ul.main_popover_options li:hover {
    color: #21222e
}

.wrap_popover ul.main_popover_options li.select {
    color: rgba(54, 56, 76, .7);
    font-weight: 400
}

.wrap_popover .sep {
    display: block;
    clear: both;
    height: 1px;
    background: rgba(54, 56, 76, .05);
    margin: 4px -4px
}

.main_default_popup {
    margin: 0 auto;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 0 5px 50px rgba(54, 56, 76, .5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.main_default_popup.quick_view {
    max-width: 900px
}

.main_default_popup.default {
    max-width: 680px
}

.main_default_popup.preview_product_detail {
    max-width: 500px
}

.main_default_popup.language {
    max-width: 600px
}

.main_default_popup.upload_media {
    max-width: 900px
}

.main_default_popup .main_header_popup {
    width: 100%;
    z-index: 1;
    position: relative;
    text-align: left
}

.main_default_popup .main_header_popup .title {
    display: block;
    font-weight: 500;
    position: relative;
    padding-top: 25px;
    padding-left: 30px;
    padding-right: 60px;
    font-size: 19px;
    color: rgba(0, 0, 0, .7)
}

.main_default_popup .main_header_popup .sub_title {
    display: block;
    position: relative;
    text-align: center;
    letter-spacing: 1px;
    font-size: 13px;
    margin-top: -9px;
    padding-bottom: 9px
}

.main_default_popup .main_header_popup .description {
    display: block;
    position: relative;
    text-align: center;
    letter-spacing: .5px;
    font-size: 13px;
    margin-top: -6px;
    padding-bottom: 14px !important;
    opacity: .6
}

.main_default_popup .main_header_popup .ico {
    width: 24px;
    height: 20px;
    position: absolute;
    top: 14px;
    z-index: 1
}

.main_default_popup .main_header_popup .ico.close {
    background: url(../images/components/ico_close.png) center no-repeat;
    opacity: .3;
    right: 10px
}

.main_default_popup .main_header_popup .ico.back {
    background: url(../images/components/ico_back.png) center no-repeat;
    opacity: .3;
    left: 14px
}

.main_default_popup .main_header_popup .ico:hover {
    opacity: .6
}

.main_default_popup .icon_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    cursor: pointer
}

.main_default_popup .icon_close:after,
.main_default_popup .icon_close:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #ccc;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -10px
}

.main_default_popup .icon_close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg)
}

.main_default_popup .icon_close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg)
}

.main_default_popup .icon_close:hover:after,
.main_default_popup .icon_close:hover:before {
    background: #333
}

.main_default_popup .main_content_popup {
    width: 100%;
    position: relative;
    padding: 25px 30px 30px;
    text-align: left
}

.main_default_popup .main_content_popup h4 {
    font-weight: 400;
    display: block;
    padding-bottom: 20px;
    padding-right: 50px
}

.main_default_popup .main_content_popup.upload_media #empty_upload {
    display: block;
    text-align: center
}

.main_default_popup .main_content_popup.upload_media #empty_upload p {
    font-size: 14px;
    color: #36384C;
    line-height: 18px;
    margin: 0 auto 15px;
    max-width: 400px
}

.main_default_popup .main_content_popup.upload_media #event_media_wrap_drag {
    position: absolute;
    pointer-events: none;
    top: -1px;
    right: -67px;
    bottom: -1px;
    left: -1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(90, 153, 255, .05);
    border: 2px dashed #5A99FF;
    z-index: 10
}

.main_default_popup .main_content_popup.upload_media #uploaded_list .media_box {
    display: inline-block;
    width: 30%;
    margin-right: 25px;
    margin-bottom: 30px;
    border: 1px solid silver;
    position: relative
}

.main_default_popup .main_content_popup.upload_media #uploaded_list .media_box .picture {
    display: block;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.main_default_popup .main_content_popup.upload_media #uploaded_list .media_box .filename {
    display: block;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding: 10px
}

.main_default_popup .main_content_popup.upload_media #uploaded_list .media_box input,
.main_default_popup .main_content_popup.upload_media #uploaded_list .media_box textarea {
    display: block;
    margin: 10px;
    width: calc(100% - 20px);
    resize: none
}

.main_default_popup .main_content_popup.upload_media #uploaded_list .media_box textarea {
    height: 80px
}

.main_default_popup .main_content_popup.upload_media #uploaded_list .media_box .event_media_remove {
    display: none;
    cursor: pointer;
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    background-color: #FBD630;
    background-image: url(../../images/crm/icons/icon-20-default.png);
    background-repeat: no-repeat;
    background-position: 0 -60px
}

.main_default_popup .main_content_popup.upload_media #uploaded_list .media_box:hover .event_media_remove {
    display: block
}

.main_default_popup ::-webkit-scrollbar {
    width: 5px;
    position: absolute
}

.main_default_popup ::-webkit-scrollbar-thumb {
    background: rgba(44, 219, 160, .5)
}

.main_default_popup .main_footer_popup {
    width: 100%;
    padding: 0 30px 30px;
    display: table
}

.main_default_popup .main_footer_popup .text {
    display: block;
    max-width: 50%;
    text-align: left;
    font-size: 13px;
    float: left;
    padding-top: 10px;
    padding-left: 10px;
    color: rgba(0, 0, 0, .5)
}

.main_default_popup .main_footer_popup .btn {
    float: right
}

.main_default_popup .main_footer_popup .btn.secondary {
    box-shadow: none;
    background: 0 0;
    color: rgba(54, 56, 76, .7)
}

.main_default_popup .main_footer_popup .btn.secondary:hover {
    color: #36384C
}

ul.main_default_tabs {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    text-align: center;
    z-index: 0
}

ul.main_default_tabs li {
    display: inline-block;
    margin-right: -5px;
    position: relative
}

ul.main_default_tabs li a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 20px;
    color: rgba(44, 219, 160, .5);
    position: relative
}

ul.main_default_tabs li a:hover {
    color: rgba(44, 219, 160, .8)
}

ul.main_default_tabs li a.select {
    color: #1fb582
}

ul.main_default_tabs li a.select:before {
    content: "";
    position: absolute;
    height: 3px;
    background: #5A99FF;
    bottom: -16px;
    left: 0;
    right: 0
}

ul.main_default_tabs li span.more {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 15px;
    color: rgba(44, 219, 160, .5);
    position: relative
}

ul.main_default_tabs li span.more:hover .main_popover_options {
    visibility: visible;
    opacity: 1
}

ul.main_default_tabs li span.arrow_options {
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: -3px;
    top: 2px
}

ul.main_default_tabs li span.arrow_options:before {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    margin-left: -4px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid rgba(44, 219, 160, .5)
}

ul.main_default_tabs li span.arrow_options:focus:before,
ul.main_default_tabs li span.arrow_options:hover:before {
    border-top: 6px solid #5A99FF
}

ul.main_default_tabs li span.arrow_options:focus .main_popover_custom {
    visibility: visible !important;
    opacity: 1 !important;
    right: 0
}

@media screen and (max-width:1280px) {
    .main_default_tabs li a {
        margin: 0 15px
    }

    .main_default_tabs li .more {
        margin: 0 7px
    }
}

.wrap_alert {
    position: fixed;
    right: 35px;
    bottom: 35px;
    visibility: hidden;
    opacity: 0;
    z-index: 9999999
}

.wrap_alert .alert {
    position: relative;
    font-size: 12px;
    color: #fff;
    background: #36384C;
    display: inline-block;
    max-width: 700px;
    padding: 15px 60px 17px 20px;
    line-height: 1.4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.wrap_alert .alert a {
    color: #FBD630;
    font-weight: 600;
    display: inline-block
}

.wrap_alert .alert p {
    display: block
}

.wrap_alert .alert .close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 13px;
    right: 14px;
    opacity: .5;
    cursor: pointer
}

.wrap_alert .alert .close:after,
.wrap_alert .alert .close:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: 0
}

.wrap_alert .alert .close:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg)
}

.wrap_alert .alert .close:hover {
    opacity: 1
}

.tooltip {
    cursor: pointer
}

.tooltipster-default {
    border-radius: 3px;
    background: rgba(54, 56, 76, .95);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 1px 5px rgba(54, 56, 76, .1)
}

.tooltipster-default .tooltipster-content {
    font-family: Montserrat, sans-serif;
    font-size: 10px;
    line-height: 15px;
    padding: 5px 10px;
    overflow: hidden;
    max-width: 200px
}

.tooltipster-icon {
    cursor: help;
    margin-left: 2px
}

.btn,
.check label,
.check2 label {
    cursor: pointer;
    font-size: 14px
}

.tooltipster-base {
    padding: 0;
    font-size: 0;
    line-height: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999999;
    pointer-events: none;
    width: auto;
    overflow: visible
}

.btn.dis,
.check.dis label {
    pointer-events: none !important
}

.tooltipster-base .tooltipster-content {
    overflow: hidden
}

.tooltipster-arrow {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
    display: block;
    width: 0;
    height: 0;
    position: absolute
}

.trumbowyg-box h1,
.trumbowyg-box h2,
.trumbowyg-box h3,
.trumbowyg-box h4 {
    line-height: 1.3 !important;
    font-weight: 500 !important;
    padding: 0 !important;
    display: block !important;
    color: rgba(54, 56, 76, .8) !important;
    text-transform: none !important
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-left span,
.tooltipster-arrow-top-right span {
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-top: 5px solid;
    bottom: -5px
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-top: 9px solid;
    bottom: -7px
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-bottom-right span {
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-bottom: 5px solid;
    top: -5px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid;
    top: -7px
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top span {
    left: 0;
    right: 0;
    margin: 0 auto
}

.tooltipster-arrow-bottom-left span,
.tooltipster-arrow-top-left span {
    left: 6px
}

.tooltipster-arrow-bottom-left .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
    left: 5px
}

.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-top-right span {
    right: 6px
}

.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border {
    right: 5px
}

.tooltipster-arrow-left .tooltipster-arrow-border,
.tooltipster-arrow-left span {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-left: 8px solid;
    top: 50%;
    margin-top: -7px;
    right: -7px
}

.tooltipster-arrow-left .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-left: 9px solid;
    margin-top: -8px
}

.tooltipster-arrow-right .tooltipster-arrow-border,
.tooltipster-arrow-right span {
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    border-right: 8px solid;
    top: 50%;
    margin-top: -7px;
    left: -7px
}

.tooltipster-arrow-right .tooltipster-arrow-border {
    border-top: 9px solid transparent !important;
    border-bottom: 9px solid transparent !important;
    border-right: 9px solid;
    margin-top: -8px
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.tooltipster-grow-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    top: 0;
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    left: -40px;
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

.tooltipster-content-changing {
    opacity: .5;
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.btn_extend .more_options:before,
.main_select .arrow:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg)
}

.trumbowyg-box {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    background: #fff !important
}

.trumbowyg-box.trumbowyg-editor-hidden textarea {
    min-height: 130px !important;
    font-family: Montserrat, sans-serif !important;
    border: none !important;
    box-shadow: none !important
}

.trumbowyg-box h1 {
    font-size: 48px !important
}

.trumbowyg-box h2 {
    font-size: 32px !important
}

.trumbowyg-box h3 {
    font-size: 26px !important
}

.trumbowyg-box h4 {
    font-size: 20px !important
}

.trumbowyg-box blockquote {
    font-family: 'PT Serif', serif;
    padding-left: 25px;
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    max-width: 500px;
    color: rgba(54, 56, 76, .8);
    line-height: 1.4;
    position: relative
}

.trumbowyg-box blockquote:before {
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(44, 219, 160, .5)
}

.trumbowyg-box blockquote strong {
    font-size: 18px;
    font-style: normal;
    display: block;
    padding-top: 10px
}

.trumbowyg-box p {
    display: block;
    line-height: 1.6;
    font-size: 18px;
    color: rgba(54, 56, 76, .8);
    position: relative
}

.trumbowyg-box ol li,
.trumbowyg-box ul li {
    font-size: 18px;
    line-height: 1.5;
    color: rgba(54, 56, 76, .7);
    padding: 0 0 10px 20px
}

.trumbowyg-box p img {
    width: 100%
}

.trumbowyg-box ul li {
    position: relative;
    list-style: none !important
}

.trumbowyg-box ul li:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(54, 56, 76, .3);
    left: 1px;
    top: 10px
}

.trumbowyg-box ol li {
    position: relative;
    list-style: inherit !important
}

.btn_extend {
    position: relative;
    display: table
}

.btn,
.check {
    display: inline-block
}

.btn_extend .primary {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    float: left
}

.btn_extend .more_options {
    width: 30px;
    height: 36px;
    position: relative;
    background: #2CDBA0;
    display: block;
    float: left;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background-image: -webkit-linear-gradient(top, #2CDBA0, #1fb582);
    background-image: -moz-linear-gradient(top, #2CDBA0, #1fb582);
    background-image: -o-linear-gradient(top, #2CDBA0, #1fb582);
    background-image: -ms-linear-gradient(top, #2CDBA0, #1fb582);
    background-image: linear-gradient(top, #2CDBA0, #1fb582);
    box-shadow: inset 0 0 0 1px #178a63;
    margin-left: -1px;
    cursor: pointer
}

.btn_extend .more_options:after,
.btn_extend .more_options:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 1px;
    background: #fff;
    top: 50%;
    margin-top: -1px
}

.btn,
.btn.secondary,
.btn.secondary2,
.check,
.check label {
    position: relative
}

.btn_extend .more_options:before {
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 10px
}

.btn_extend .more_options:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
    right: 10px
}

.btn_extend .more_options:focus {
    background: #1b9f73;
    box-shadow: inset 0 0 0 1px #178a63
}

.btn_extend .more_options:focus .wrap_popover {
    visibility: visible;
    opacity: 1;
    right: 0;
    left: auto;
    top: 35px;
    -webkit-border-radius: 2px 0 2px 2px;
    -moz-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px
}

.btn_extend .more_options .wrap_popover {
    left: auto;
    right: 0
}

.btn {
    padding: 10px 20px 12px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -webkit-user-select: none;
    user-select: none
}

.check,
.check2 label {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.btn.big {
    padding: 15px 25px 18px
}

.btn.small {
    padding: 4px 15px 7px
}

.btn.primary {
    background: #2CDBA0;
    font-weight: 800;
    color: #fff
}

.btn.primary:hover {
    background: #42dfaa
}

.btn.primary2 {
    background: 0 0;
    font-weight: 800;
    color: #36384C;
    box-shadow: inset 0 0 0 2px #2CDBA0
}

.btn.primary2.negative {
    color: #fff
}

.btn.primary2.negative:active {
    color: rgba(255, 255, 255, .7)
}

.btn.primary2:active {
    color: rgba(54, 56, 76, .7)
}

.btn.primary3 {
    background: #36384C;
    font-weight: 800;
    color: #fff;
    text-align: center
}

.btn.primary3:hover {
    background: #41435b
}

.btn.primary4 {
    background: rgba(54, 56, 76, .2);
    font-weight: 500;
    color: #36384C;
    text-align: center
}

.btn.primary4:hover,
.btn.secondary {
    background: rgba(54, 56, 76, .1)
}

.btn.secondary {
    color: #36384C;
    box-shadow: inset 0 0 0 1px rgba(54, 56, 76, .2);
    font-weight: 400
}

.btn.secondary:hover {
    background: rgba(54, 56, 76, .2)
}

.btn.secondary2 {
    color: #36384C;
    background: 0 0;
    box-shadow: inset 0 0 0 2px rgba(54, 56, 76, .2);
    font-weight: 400
}

.btn.secondary2.negative {
    color: #fff;
    background: 0 0;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .2)
}

.btn.secondary2:hover.negative {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .3)
}

.btn.dis {
    box-shadow: inset 0 0 0 1px rgba(54, 56, 76, .1) !important;
    background: 0 0 !important;
    color: rgba(54, 56, 76, .2) !important
}

.check {
    margin: 4px 25px 4px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none
}

.check2 label,
input.dis,
select.dis,
textarea.dis {
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    user-select: none
}

.check label {
    display: block;
    padding-left: 35px;
    height: 21px;
    font-weight: 400;
    padding-bottom: 22px;
    line-height: 20px
}

.check label:after,
.check label:before {
    content: "";
    position: absolute;
    height: 21px;
    left: 0;
    width: 21px
}

.check label:before {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    box-shadow: 0 0 0 1px rgba(54, 56, 76, .25);
    background: #fff
}

.check2 label:before,
.radio label:before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.check label:after {
    background: 0 0;
    top: 0;
    background-size: 100%
}

.check2,
.check2 label,
.radio,
.radio label {
    position: relative
}

.check label:active:before {
    box-shadow: 0 0 0 1px rgba(54, 56, 76, .35)
}

.check.dis label {
    color: rgba(0, 0, 0, .3)
}

.check.dis label:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .02);
    color: rgba(0, 0, 0, .2)
}

.check.err label:before {
    box-shadow: inset 0 0 0 1px #ff6d5e
}

.check span {
    display: inline-block;
    padding-left: 30px;
    margin: -4px 0 0
}

.check input[type=checkbox]:checked+label:after {
    background: url(../../images/landing/icons/icon-20.png) center 0 no-repeat;
    background-size: 20px
}

.check input[type=checkbox]:checked+label:before {
    background: #2CDBA0;
    box-shadow: 0 0 0 1px #2CDBA0
}

.check input[type=checkbox]:checked+label:active:after {
    opacity: .5
}

.check2 {
    display: block;
    margin: 2px 0;
    z-index: 0
}

.check2 label,
.main_select,
.radio,
.radio label,
.radio span {
    display: inline-block
}

.check2 label {
    -webkit-user-select: none;
    user-select: none;
    padding-left: 45px;
    height: 18px;
    font-weight: 400;
    padding-bottom: 20px;
    vertical-align: top;
    line-height: 18px
}

.check2 label:after,
.check2 label:before {
    position: absolute;
    content: ""
}

.check2 label:before {
    width: 16px;
    height: 16px;
    left: 1px;
    top: 1px;
    border-radius: 50%;
    z-index: 1;
    background: #fff;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    -o-transition: all ease .15s;
    transition: all ease .15s;
    box-shadow: none
}

.check2 label:after {
    width: 36px;
    height: 18px;
    left: 0;
    top: 0;
    background: rgba(54, 56, 76, .2);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.check2 label:active:before {
    box-shadow: none
}

.check2 input[type=checkbox]:checked+label:before {
    left: 19px !important;
    background: #fff
}

.check2 input[type=checkbox]:checked+label:after {
    background: #2CDBA0
}

.check2 input[type=checkbox]:checked+label:active:after {
    opacity: 1
}

input,
select,
textarea {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    padding: 10px 15px 13px;
    box-shadow: inset 0 0 0 1px rgba(54, 56, 76, .2) !important;
    border: none !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    width: 100%;
    display: table;
    background: #fff;
    color: #36384C !important
}

input.err,
select.err,
textarea.err {
    box-shadow: inset 0 0 0 1px #F94D41 !important
}

input.dis,
select.dis,
textarea.dis {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .02);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
    color: rgba(54, 56, 76, .5) !important
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(54, 56, 76, .4);
    text-transform: none;
    font-size: inherit
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(54, 56, 76, .4);
    font-size: inherit
}

input:focus,
select:focus,
textarea:focus {
    box-shadow: inset 0 0 0 1px rgba(54, 56, 76, .3), inset 0 2px 1px rgba(54, 56, 76, .05) !important
}

input:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: rgba(54, 56, 76, .2);
    font-size: inherit
}

input:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: rgba(54, 56, 76, .2);
    font-size: inherit
}

.radio {
    margin: 5px 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio label {
    font-size: 14px;
    padding-left: 30px;
    height: 21px;
    font-weight: 400;
    padding-bottom: 22px;
    line-height: 20px;
    cursor: pointer
}

.radio label:before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    left: 0;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(54, 56, 76, .25);
    background-color: #fff;
    background-image: -webkit-linear-gradient(top, #fff, #F8F8F9);
    background-image: -moz-linear-gradient(top, #fff, #F8F8F9);
    background-image: -o-linear-gradient(top, #fff, #F8F8F9);
    background-image: -ms-linear-gradient(top, #fff, #F8F8F9);
    background-image: linear-gradient(top, #fff, #F8F8F9)
}

input[type=radio]:checked+label:after,
ul.main_lateral_menu_crm li .opt_menu.notify:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: ""
}

.radio label:active:before {
    box-shadow: inset 0 0 0 1px rgba(54, 56, 76, .35), inset 0 20px 0 rgba(0, 0, 0, .02)
}

.radio.dis label {
    pointer-events: none !important;
    color: rgba(0, 0, 0, .3)
}

.radio.dis label:before {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .02);
    color: rgba(0, 0, 0, .2)
}

.radio.err label:before {
    box-shadow: inset 0 0 0 1px #F94D41
}

.radio span {
    padding-left: 30px;
    margin: -4px 0 0
}

input[type=radio]:checked+label:after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #36384C;
    left: 7px;
    top: 7px;
    position: absolute
}

.main_select {
    position: relative;
    vertical-align: top;
    width: 100%
}

.main_select .arrow {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    pointer-events: none;
    background: #fff;
    right: 5px;
    top: 50%;
    margin-top: -13px
}

.main_select .arrow:after,
.main_select .arrow:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #2CDBA0;
    top: 50%;
    margin-top: -1px
}

.main_select .arrow:before {
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 50%;
    margin-left: -5px
}

.main_select .arrow:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
    left: 50%;
    margin-left: -2px
}

.main_select select {
    font-weight: 500;
    padding-right: 40px
}

textarea {
    resize: none;
    line-height: 1.4
}

textarea#edit_news_text,
textarea#new_news_text {
    min-height: 210px
}

input.data {
    padding-left: 40px;
    background: url(../../images/icons/components/ico-calendar-input.png) 10px center no-repeat;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px
}

input::-webkit-clear-button,
input::-webkit-inner-spin-button {
    display: none
}

input::-webkit-calendar-picker-indicator {
    font-size: 14px;
    margin-top: 2px;
    color: #2CDBA0
}

input::-webkit-calendar-picker-indicator:hover {
    background: 0 0
}

ul.main_lateral_menu_crm {
    width: 260px;
    background: #36384C;
    min-height: 100vh;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    color: #fff;
    padding: 30px 30px 50px;
    cursor: default
}

ul.main_lateral_menu_crm .main_user {
    width: 100%;
    padding-bottom: 30px
}

ul.main_lateral_menu_crm .main_user .logo,
ul.main_lateral_menu_crm .main_user span {
    display: block
}

ul.main_lateral_menu_crm .main_user .logo img {
    height: 33px
}

ul.main_lateral_menu_crm .main_user .user {
    margin-top: 23px;
    padding-top: 20px;
    color: rgba(255, 255, 255, .5);
    font-weight: 500;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, .1)
}

ul.main_lateral_menu_crm .main_user .mail {
    color: rgba(255, 255, 255, .3);
    font-size: 12px;
    padding-top: 5px
}

ul.main_lateral_menu_crm li {
    width: 100%
}

ul.main_lateral_menu_crm li article {
    font-size: 11px;
    color: rgba(255, 255, 255, .3);
    font-weight: 600;
    padding-top: 30px;
    padding-bottom: 10px;
    text-transform: uppercase
}

ul.main_lateral_menu_crm li .opt_menu {
    display: block;
    color: rgba(255, 255, 255, .6);
    font-weight: 600;
    padding: 12px 0;
    position: relative;
    line-height: 0;
    cursor: pointer
}

ul.main_lateral_menu_crm li .opt_menu:hover {
    color: #fff
}

ul.main_lateral_menu_crm li .opt_menu:hover b {
    color: rgba(255, 255, 255, .4)
}

ul.main_lateral_menu_crm li .opt_menu.logout {
    font-weight: 400
}

ul.main_lateral_menu_crm li .opt_menu.select {
    color: #fff;
    font-weight: 700
}

ul.main_lateral_menu_crm li .opt_menu.select b {
    color: rgba(255, 255, 255, .4);
    font-weight: 600
}

ul.main_lateral_menu_crm li .opt_menu.select:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    width: 3px;
    background: #2CDBA0
}

ul.main_lateral_menu_crm li .opt_menu.notify:after {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ff6d5e;
    left: -16px;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%
}

ul.main_lateral_menu_crm li .opt_menu b {
    font-weight: 400;
    font-weight: 600;
    float: right;
    font-size: 11px;
    color: rgba(255, 255, 255, .4)
}

ul.main_lateral_menu_crm li .separator {
    display: block;
    padding: 15px 0
}

@media screen and (max-width:900px) {
    #lateral_popup {
        left: -300px
    }

    .main_lateral_menu_crm {
        position: fixed;
        top: 0;
        left: -300px;
        bottom: 0;
        overflow: auto;
        z-index: 100;
        box-shadow: 0 0 40px rgba(0, 0, 0, .2)
    }
}

.main_header_mobile_crm {
    position: relative;
    height: 50px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    display: none
}

@media screen and (max-width:800px) {
    .main_header_mobile_crm {
        display: block
    }
}

.main_filter_default_crm {
    width: 100%;
    padding: 15px 0;
    box-shadow: 0 1px 0 rgba(54, 56, 76, .1);
    display: table;
    position: relative;
    z-index: 1
}

.main_filter_default_crm input,
.main_filter_default_crm select {
    width: auto;
    padding: 4px 10px 6px;
    float: left;
    letter-spacing: .5px
}

.main_filter_default_crm .main_select {
    width: auto;
    margin-right: 15px;
    max-width: 20%
}

.main_filter_default_crm .main_select .arrow {
    content: "";
    position: absolute;
    height: 23px;
    width: 16px
}

.main_filter_default_crm .main_select select {
    padding-right: 25px;
    width: 100%
}

.main_filter_default_crm .icon_refresh {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    width: 20px;
    height: 20px;
    background: url(../../images/crm/icons/icon-20-default.png) center -30px no-repeat;
    opacity: .3
}

.main_filter_default_crm .icon_refresh:hover {
    opacity: .6
}

.main_filter_default_crm .search {
    margin-right: 15px;
    width: 20%;
    padding-left: 20px;
    padding-right: 25px;
    background: url(../../images/crm/icons/icon-20-default.png) 3px 3px no-repeat
}

.main_filter_default_crm .search::-webkit-search-cancel-button {
    position: absolute;
    cursor: pointer;
    background: url(../../images/crm/icons/icon-20-default.png) center -62px no-repeat;
    opacity: .3;
    right: 5px;
    top: 5px;
    width: 16px;
    height: 16px;
    -webkit-appearance: none
}

.main_filter_default_crm .search::-webkit-search-cancel-button:hover {
    opacity: .5
}

.main_filter_default_crm .total {
    display: block;
    float: left;
    font-weight: 400;
    letter-spacing: normal;
    font-size: 16px;
    color: rgba(0, 0, 0, .5)
}

.main_filter_default_crm .separator {
    float: left;
    height: 26px;
    line-height: 0;
    width: 1px;
    background: rgba(0, 0, 0, .1);
    margin: 0 15px 0 0
}

.main_filter_default_crm .close_filter {
    display: none;
    padding-top: 10px;
    text-align: center
}

@media screen and (max-width:700px) {

    .main_filter_default_crm .main_select,
    .main_filter_default_crm .search {
        width: 100%;
        margin-right: auto;
        margin-bottom: 10px
    }

    .main_filter_default_crm input,
    .main_filter_default_crm select {
        width: 100%;
        float: none
    }

    .main_filter_default_crm .main_select {
        max-width: 100%
    }

    .main_filter_default_crm .separator {
        display: none
    }

    .main_filter_default_crm .close_filter {
        display: block
    }
}

.main_default_table_crm {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    z-index: 2
}

.main_default_table_crm td,
.main_default_table_crm th {
    text-align: left;
    border-bottom: 1px solid rgba(54, 56, 76, .1);
    padding: 8px 15px 9px 0
}

.main_default_table_crm td:first-child,
.main_default_table_crm td:nth-child(2),
.main_default_table_crm th:first-child,
.main_default_table_crm th:nth-child(2) {
    width: 30px
}

.main_default_table_crm td:last-child,
.main_default_table_crm th:last-child {
    width: 50px
}

.main_default_table_crm tr:hover td.controls .icon_20_crm {
    opacity: .5;
    visibility: visible
}

.main_default_table_crm td img {
    height: 50px
}

.main_default_table_crm td:nth-child(n+4) {
    font-size: 10px;
    color: rgba(54, 56, 76, .5)
}

.main_default_table_crm td .status {
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(54, 56, 76, .2);
    right: 1px;
    top: 14px;
    display: inline-block
}

.main_default_table_crm td .status.online {
    background: #2CDBA0
}

.main_default_table_crm td.title {
    white-space: nowrap;
    overflow: hidden;
    max-width: 300px;
    color: #36384C;
    cursor: pointer;
    font-weight: 500
}

.main_default_table_crm td.title:hover {
    color: rgba(54, 56, 76, .5)
}

.main_default_table_crm td.controls {
    width: 80px;
    text-align: right
}

.main_default_table_crm td.controls .icon_20_crm {
    margin-left: 10px;
    opacity: 0;
    visibility: hidden
}

.main_default_table_crm td.controls .icon_20_crm:first-child {
    margin-left: 0
}

.main_default_table_crm td.controls .icon_20_crm:hover {
    opacity: 8 !important
}

.main_default_table_crm th {
    font-size: 12px;
    font-weight: 400;
    color: #36384C
}

.trumbowyg-button-pane.fixed {
    position: fixed !important;
    background: red !important
}

@media screen and (max-width:700px) {
    .main_default_table_crm {
        display: none
    }
}

.list_media {
    width: 100%;
    position: relative;
    z-index: 2;
    display: table
}

.list_media li {
    display: inline-block;
    width: 290px;
    height: 290px;
    margin-right: 30px;
    margin-top: 30px;
    position: relative;
    cursor: pointer
}

.list_media li .picture {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 290px;
    height: 290px
}

.list_media li:hover:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .3)
}

@media screen and (max-width:1024px) {

    .list_media li,
    .list_media li .picture {
        width: 200px;
        height: 200px
    }
}

@media screen and (max-width:500px) {

    .list_media li,
    .list_media li .picture {
        width: 160px;
        height: 160px
    }
}

@media screen and (max-width:425px) {

    .list_media li,
    .list_media li .picture {
        width: 290px;
        height: 290px
    }
}

ul.main_list_default_crm_mobile {
    display: none
}

ul.main_list_default_crm_mobile li {
    padding: 10px 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    position: relative;
    display: table;
    width: 100%
}

ul.main_list_default_crm_mobile li .picture {
    display: block;
    float: left;
    height: 50px;
    margin-right: 10px
}

ul.main_list_default_crm_mobile li .picture img {
    height: 100%
}

ul.main_list_default_crm_mobile li .status {
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ccc;
    right: 1px;
    top: 14px
}

ul.main_list_default_crm_mobile li .status.online {
    background: #7EBE6D
}

ul.main_list_default_crm_mobile li .info_product {
    padding-left: 50px;
    display: block;
    font-size: 11px
}

ul.main_list_default_crm_mobile li .info_product .title {
    max-width: 80%;
    display: block;
    font-size: 12px;
    line-height: 1.4
}

ul.main_list_default_crm_mobile li .info_product .price {
    color: rgba(0, 0, 0, .7);
    font-weight: 600;
    font-size: 13px
}

ul.main_list_default_crm_mobile li .info_product .price .before {
    font-size: 11px;
    color: rgba(0, 0, 0, .5);
    margin-right: 5px;
    display: inline-block;
    position: relative;
    font-weight: 400
}

ul.main_list_default_crm_mobile li .info_product .price .before:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #F94D41;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0deg);
    top: 50%
}

ul.main_list_default_crm_mobile li .info_product .stock {
    float: right;
    color: rgba(0, 0, 0, .5)
}

ul.main_list_default_crm_mobile li .info_product .stock b {
    font-weight: 400;
    color: rgba(0, 0, 0, .8)
}

ul.main_list_default_crm_mobile.no_picture li .info_product {
    padding-left: 0
}

@media screen and (max-width:700px) {
    ul.main_list_default_crm_mobile {
        display: block
    }
}

.wrap_main_content_global {
    position: relative;
    overflow-x: hidden
}

.main_default_content_crm {
    width: 100%;
    background: #fff;
    min-height: 100vh;
    padding: 25px 25px 25px 295px
}

.main_default_content_crm .main_title_tpl {
    box-shadow: 0 1px 0 rgba(54, 56, 76, .1);
    width: 100%;
    padding-bottom: 25px;
    display: table
}

.main_default_content_crm .main_title_tpl .open_menu {
    float: left;
    position: relative;
    z-index: 1;
    display: none;
    width: 30px;
    height: 30px;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 15px
}

.main_default_content_crm .main_title_tpl .open_menu u {
    display: block;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    top: 50%;
    margin-top: -2px
}

.main_default_content_crm .main_title_tpl .open_menu u:after,
.main_default_content_crm .main_title_tpl .open_menu u:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: rgba(0, 0, 0, .2)
}

.main_default_content_crm .main_title_tpl .open_menu u:before {
    top: -7px
}

.main_default_content_crm .main_title_tpl .open_menu u:after {
    bottom: -7px
}

.main_default_content_crm .main_title_tpl .open_menu .notify {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
    width: 8px;
    height: 8px;
    box-shadow: 0 0 0 3px #fff;
    background: #ff6d5e;
    top: 2px;
    right: 0
}

.main_default_content_crm .main_title_tpl .open_menu:active u,
.main_default_content_crm .main_title_tpl .open_menu:active u:after,
.main_default_content_crm .main_title_tpl .open_menu:active u:before {
    background: rgba(0, 0, 0, .5)
}

.main_default_content_crm .main_title_tpl h2 {
    text-align: left;
    float: left;
    font-size: 24px;
    font-weight: 500;
    padding-top: 5px
}

.main_default_content_crm .main_title_tpl .primary {
    float: right;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (max-width:900px) {
    .main_default_content_crm {
        padding: 20px
    }

    .main_default_content_crm .main_title_tpl {
        padding-bottom: 20px
    }

    .main_default_content_crm .main_title_tpl .open_menu {
        display: inline-block
    }

    .main_default_content_crm .main_title_tpl h3 {
        text-align: left;
        float: left;
        font-size: 23px;
        font-weight: 400;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        max-width: 66%;
        letter-spacing: 0
    }

    .main_default_content_crm .main_title_tpl .primary {
        float: right;
        padding: 0;
        height: 38px;
        width: 45px;
        text-indent: -9000px;
        position: relative
    }

    .main_default_content_crm .main_title_tpl .primary:after,
    .main_default_content_crm .main_title_tpl .primary:before {
        content: "";
        position: absolute;
        width: 14px;
        height: 2px;
        background: #fff;
        top: 50%;
        margin-top: -1px;
        left: 50%;
        margin-left: -7px
    }

    .main_default_content_crm .main_title_tpl .primary:after {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg)
    }
}

.main_tpl_core_login {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: table;
    width: 100%;
    height: 100%;
    background: #36384C;
    background-size: cover
}

.main_tpl_core_login .main_content {
    display: table-cell;
    vertical-align: middle;
    z-index: 1;
    position: relative;
    text-align: center
}

.main_tpl_core_login .main_content .wrap_content {
    max-width: 330px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 35px;
    text-align: center;
    background: #36384C;
    box-shadow: 0 10px 60px #21222e;
    margin: auto
}

.main_tpl_core_login .main_content .wrap_content .logo {
    padding: 10px 0 40px
}

.main_tpl_core_login .main_content .wrap_content .logo img {
    height: 50px
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input {
    background: 0 0;
    color: #fff !important;
    box-shadow: inset 0 0 0 1px #606488 !important;
    position: relative
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input:first-child {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    margin-bottom: -1px
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input:last-child {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input::-webkit-input-placeholder {
    color: #7a7ea1;
    text-transform: none;
    font-size: inherit
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input::-moz-placeholder {
    color: #7a7ea1;
    font-size: inherit
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input:focus {
    box-shadow: inset 0 0 0 1px #7a7ea1 !important;
    z-index: 1;
    color: #fff !important
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input:focus::-webkit-input-placeholder {
    color: #4b4e6a;
    font-size: inherit
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input:focus::-moz-placeholder {
    color: #606488;
    font-size: inherit
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input:focus:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1px #7a7ea1, inset 0 50px 0 #36384C !important;
    -webkit-text-fill-color: #fff !important
}

.main_tpl_core_login .main_content .wrap_content .global_form .base input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 1px #606488, inset 0 50px 0 #36384C !important;
    -webkit-text-fill-color: #fff !important
}

.main_tpl_core_login .main_content .wrap_content .global_form .btn {
    padding: 11px 20px 14px;
    max-height: 41px
}

.main_tpl_core_login .main_content .wrap_content .global_form .btn.dis {
    color: #36384C !important;
    background: #4b4e6a !important
}

.main_tpl_core_login .main_content .wrap_content .main_footer {
    background: rgba(0, 0, 0, .03);
    padding: 20px 30px 25px;
    width: auto;
    clear: both;
    margin: 30px -30px -30px;
    text-align: center
}

.main_tpl_core_login .main_content .wrap_content .main_footer a {
    font-weight: 400;
    color: rgba(44, 219, 160, .7)
}

.main_tpl_core_login .main_content .wrap_content .main_footer a:hover,
a {
    color: #2CDBA0
}

.main_tpl_core_login .main_content .wrap_content .main_footer .copyright {
    font-weight: 700;
    opacity: .2
}

.main_tpl_core_login .slide {
    position: absolute;
    background: url(https://images.unsplash.com/photo-1492553367271-05900038b153?ixlib=rb-0.3.5&ixid=eyJhcHBfaWQiOjEyMDd9&s=03afa3b7a20871af1c38ca048b80c000&auto=format&fit=crop&w=934&q=80) center no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-animation: fadeIn ease-in-out 1s;
    -moz-animation: fadeIn ease-in-out 1s;
    animation: fadeIn ease-in-out 1s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: none;
    -moz-animation-delay: none;
    animation-delay: none;
    z-index: 0
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 100;
    src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUQjIg1_i6t8kCHKm45_QpRyS7j.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 200;
    src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_aZA3gnD-w.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_cJD3gnD-w.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhzg.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD-w.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD-w.ttf) format('truetype')
}

@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD-w.ttf) format('truetype')
}

@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v11/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype')
}

body,
html {
    font-family: Montserrat, sans-serif;
    margin: 0 !important;
    letter-spacing: -.2px;
    padding: 0 !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-text-size-adjust: none !important;
    text-size-adjust: none !important;
    -moz-font-smoothing: antialiased !important;
    -webkit-font-smoothing: antialiased !important;
    font-size: 14px;
    color: #36384C;
    z-index: 1;
    width: 100%
}

body {
    background: #fff;
    min-height: 100%
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    height: 100%
}

a {
    text-decoration: none;
    font-weight: bolder;
    font-weight: 600;
    cursor: pointer;
    position: relative
}

a.secondary {
    color: #7a7ea1;
    font-weight: 400
}

a.secondary.arrow:after,
a.secondary.arrow:before {
    background: #7a7ea1
}

a.secondary.arrow:before {
    top: 8px
}

a.secondary.arrow:after {
    top: 12px
}

a.small {
    font-size: 12px;
    font-weight: 400
}

a:hover {
    color: #1fb582
}

a:hover.arrow:after,
a:hover.arrow:before {
    background: #1fb582
}

a:hover.secondary {
    color: #4b4e6a
}

a:hover.secondary.arrow:after,
a:hover.secondary.arrow:before {
    background: #4b4e6a
}

a.arrow {
    padding-right: 13px
}

a.arrow:after,
a.arrow:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 1px;
    background: #2CDBA0;
    right: 0;
    z-index: 1
}

a.arrow:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1deg);
    top: 7px
}

a.arrow:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-1deg);
    top: 11px
}

b {
    font-weight: 700
}

img {
    border: none !important
}

b,
div,
fieldset,
form,
h1,
h2,
h3,
i,
li,
p,
p1,
p2,
p3,
ul {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    list-style: none !important
}

.green {
    color: #7EBE6D !important
}

.yellow {
    color: #FBD630 !important
}

.blue {
    color: #5A99FF !important
}

.lila {
    color: #8C6ACE !important
}

.brown {
    color: #BF9862 !important
}

.orange {
    color: #FB9B30 !important
}

.fuxia {
    color: #EF4567 !important
}

.corp {
    color: #2CDBA0 !important
}

.bolder {
    font-weight: 500 !important
}

.bold {
    font-weight: 600 !important
}

.uppercase {
    text-transform: uppercase
}

.min100 {
    min-width: 100px !important
}

.min150 {
    min-width: 150px !important
}

.min200 {
    min-width: 200px !important
}

.min250 {
    min-width: 250px !important
}

.min300 {
    min-width: 300px !important
}

.min350 {
    min-width: 350px !important
}

.min400 {
    min-width: 400px !important
}

.min450 {
    min-width: 450px !important
}

.min500 {
    min-width: 500px !important
}

.min550 {
    min-width: 550px !important
}

.min600 {
    min-width: 600px !important
}

.min650 {
    min-width: 650px !important
}

.min700 {
    min-width: 700px !important
}

.min750 {
    min-width: 750px !important
}

.min800 {
    min-width: 800px !important
}

.max100 {
    max-width: 100px !important
}

.max150 {
    max-width: 150px !important
}

.max200 {
    max-width: 200px !important
}

.max250 {
    max-width: 250px !important
}

.max300 {
    max-width: 300px !important
}

.max350 {
    max-width: 350px !important
}

.max400 {
    max-width: 400px !important
}

.max450 {
    max-width: 450px !important
}

.max500 {
    max-width: 500px !important
}

.max550 {
    max-width: 550px !important
}

.max600 {
    max-width: 600px !important
}

.max650 {
    max-width: 650px !important
}

.max700 {
    max-width: 700px !important
}

.max750 {
    max-width: 750px !important
}

.max800 {
    max-width: 800px !important
}

.w5 {
    width: 5%
}

.w10 {
    width: 10%
}

.w15 {
    width: 15%
}

.w20 {
    width: 20%
}

.w25 {
    width: 25%
}

.w30 {
    width: 30%
}

.w35 {
    width: 35%
}

.w40 {
    width: 40%
}

.w45 {
    width: 45%
}

.w50 {
    width: 48%
}

.w55 {
    width: 55%
}

.w60 {
    width: 60%
}

.w65 {
    width: 65%
}

.w70 {
    width: 70%
}

.w75 {
    width: 75%
}

.w80 {
    width: 80%
}

.w85 {
    width: 85%
}

.w90 {
    width: 90%
}

.w95 {
    width: 95%
}

.w100 {
    width: 100%
}

.w10px {
    width: 10px
}

.w20px {
    width: 20px
}

.w30px {
    width: 30px
}

.w40px {
    width: 40px
}

.w50px {
    width: 50px
}

.w60px {
    width: 60px
}

.w70px {
    width: 70px
}

.w80px {
    width: 80px
}

.w90px {
    width: 90px
}

.f12 {
    font-size: 12px !important
}

.f14 {
    font-size: 14px !important
}

.f16 {
    font-size: 16px !important
}

.f18 {
    font-size: 18px !important
}

.f20 {
    font-size: 20px !important
}

.f22 {
    font-size: 22px !important
}

.f24 {
    font-size: 24px !important
}

.f26 {
    font-size: 26px !important
}

.f28 {
    font-size: 28px !important
}

.f30 {
    font-size: 30px !important
}

.f32 {
    font-size: 32px !important
}

.f34 {
    font-size: 34px !important
}

.right {
    float: right
}

.left {
    float: left
}

.hidden {
    display: none !important
}

.line {
    display: block;
    height: 1px;
    background: rgba(54, 56, 76, .1)
}

.sep_10,
.sep_15,
.sep_20,
.sep_25,
.sep_30 {
    display: inline-block !important;
    vertical-align: middle !important;
    position: relative !important
}

.block,
.sep_line {
    display: block
}

.sep_10.ln:before,
.sep_15.ln:before,
.sep_20.ln:before,
.sep_25.ln:before,
.sep_30.ln:before {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    right: 3px !important;
    height: 1px !important;
    background: #d4d5e0 !important;
    top: 38px !important
}

.sep_10 {
    width: 10px;
    height: 10px
}

.sep_15 {
    width: 15px;
    height: 15px
}

.sep_20 {
    width: 20px;
    height: 20px
}

.sep_25 {
    width: 25px;
    height: 25px
}

.sep_30 {
    width: 30px;
    height: 30px
}

.sep_line {
    width: 100%;
    height: 1px;
    background-color: rgba(54, 56, 76, .2)
}

.sep_line.dashed {
    border-top: 1px dashed rgba(54, 56, 76, .2);
    background-color: transparent !important
}

.op8 {
    opacity: .8 !important
}

.op7 {
    opacity: .7 !important
}

.op6 {
    opacity: .6 !important
}

.op5 {
    opacity: .5 !important
}

.op4 {
    opacity: .4 !important
}

.op3 {
    opacity: .3 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.mb5 {
    margin-bottom: 5px !important
}

.mb10 {
    margin-bottom: 10px !important
}

.mb15 {
    margin-bottom: 15px !important
}

.mb20 {
    margin-bottom: 20px !important
}

.mb25 {
    margin-bottom: 25px !important
}

.mb30 {
    margin-bottom: 30px !important
}

.mt0 {
    margin-top: 0 !important
}

.mt5 {
    margin-top: 5px !important
}

.mt10 {
    margin-top: 10px !important
}

.mt15 {
    margin-top: 15px !important
}

.mt20 {
    margin-top: 20px !important
}

.mt25 {
    margin-top: 25px !important
}

.mt30 {
    margin-top: 30px !important
}

.ml0 {
    margin-left: 0 !important
}

.ml5 {
    margin-left: 5px !important
}

.ml10 {
    margin-left: 10px !important
}

.ml15 {
    margin-left: 15px !important
}

.ml20 {
    margin-left: 20px !important
}

.ml25 {
    margin-left: 25px !important
}

.ml30 {
    margin-left: 30px !important
}

.mr0 {
    margin-right: 0 !important
}

.mr5 {
    margin-right: 5px !important
}

.mr10 {
    margin-right: 10px !important
}

.mr15 {
    margin-right: 15px !important
}

.mr20 {
    margin-right: 20px !important
}

.mr25 {
    margin-right: 25px !important
}

.mr30 {
    margin-right: 30px !important
}

.pb0 {
    padding-bottom: 0 !important
}

.pb5 {
    padding-bottom: 5px !important
}

.pb10 {
    padding-bottom: 10px !important
}

.pb15 {
    padding-bottom: 15px !important
}

.pb20 {
    padding-bottom: 20px !important
}

.pb25 {
    padding-bottom: 25px !important
}

.pb30,
.pb40,
.pb50 {
    padding-bottom: 30px !important
}

.pt0 {
    padding-top: 0 !important
}

.pt5 {
    padding-top: 5px !important
}

.pt10 {
    padding-top: 10px !important
}

.pt15 {
    padding-top: 15px !important
}

.pt20 {
    padding-top: 20px !important
}

.pt25 {
    padding-top: 25px !important
}

.pt30,
.pt40,
.pt50 {
    padding-top: 30px !important
}

.pl0 {
    padding-left: 0 !important
}

.pl5 {
    padding-left: 5px !important
}

.pl10 {
    padding-left: 10px !important
}

.pl15 {
    padding-left: 15px !important
}

.pl20 {
    padding-left: 20px !important
}

.pl25 {
    padding-left: 25px !important
}

.pl30,
.pl40,
.pl50 {
    padding-left: 30px !important
}

.pr0 {
    padding-right: 0 !important
}

.pr5 {
    padding-right: 5px !important
}

.pr10 {
    padding-right: 10px !important
}

.pr15 {
    padding-right: 15px !important
}

.pr20 {
    padding-right: 20px !important
}

.pr25 {
    padding-right: 25px !important
}

.pr30,
.pr40,
.pr50 {
    padding-right: 30px !important
}

.inline_block {
    display: inline-block
}

.table {
    display: table
}

.wrap-tabs section {
    display: none
}

.wrap-tabs section.content-current {
    display: block
}

[type=checkbox],
input[type=radio] {
    display: none
}

.btn,
.primary,
.secondary,
button,
input,
label,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.btn:invalid,
.primary:invalid,
.secondary:invalid,
button:invalid,
input:invalid,
label:invalid,
select:invalid,
textarea:invalid {
    box-shadow: none
}

.btn:-moz-submit-invalid,
.primary:-moz-submit-invalid,
.secondary:-moz-submit-invalid,
button:-moz-submit-invalid,
input:-moz-submit-invalid,
label:-moz-submit-invalid,
select:-moz-submit-invalid,
textarea:-moz-submit-invalid {
    box-shadow: none
}

.btn:-moz-ui-invalid,
.primary:-moz-ui-invalid,
.secondary:-moz-ui-invalid,
button:-moz-ui-invalid,
input:-moz-ui-invalid,
label:-moz-ui-invalid,
select:-moz-ui-invalid,
textarea:-moz-ui-invalid {
    box-shadow: none
}

.mdl_none {
    left: auto;
    margin-left: auto;
    margin-top: auto;
    top: auto
}

#loading_full {
    display: none;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(54, 56, 76, .5)
}

#loading_full:before {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    left: 50%;
    margin-left: 25px;
    top: 50%;
    margin-top: -50px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 3px rgba(0, 0, 0, .05)
}
.main_grid_blog .wrap_grid_blog>a .blog_entry .main_content .picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}
