.b_34976 .container-fluid {
    background: #fff
}

.b_34976 .container {
    padding: 45px 0 40px 0;
    font-family: Arial
}

.b_34976 h1.title {
    margin: 15px 0 10px;
    text-align: center;
    color: #34383a;
    font-size: 48px;
    font-family: "Open Sans", Arial;
    font-weight: 400
}

.b_34976 .title_2 {
    margin: 15px 0 0 0;
    text-align: center;
    color: #5c5c5c;
    font-size: 25px;
    font-family: "Open Sans", Arial;
    font-weight: 300
}

.b_34976 .item_list {
    margin: 55px 5px 0;
    padding-bottom: 50px
}

.b_34976 .item_list .sortable-placeholder {
    position: relative;
    float: left;
    width: 33.33%;
    height: 290px;
    border: 3px dashed #CCC;
    background-image: url("/_s/images/land/overlay_move.png");
    background-position: center center;
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_34976 .item_list .sortable-placeholder {
        background-image: url("/_s/images/land/overlay_move.retina.png");
        background-size: 60px 60px
    }
}

.b_34976 .item_list .item {
    float: left;
    width: 33.33%;
    min-width: 290px;
    text-align: center
}

.b_34976 .item_list .item[data-editor] a {
    cursor: pointer
}

.b_34976 .item_list .item a.img {
    position: relative;
    display: table;
    width: 100%;
    width: calc(100% - -2px);
    height: 290px;
    overflow: hidden;
    text-decoration: none !important
}

.b_34976 .item_list .item a.img .preview_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    text-decoration: none;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.b_34976 .item_list .item a.img .overlay {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.b_34976 .item_list .item a.img .overlay .img_title {
    color: #FFF;
    font-size: 18px;
    font-family: "Open Sans", Arial;
    font-weight: 600;
    text-transform: uppercase
}

.b_34976 .item_list .item a.img .overlay .img_desc {
    margin-top: 5px;
    color: #FFF;
    font-size: 13px;
    font-family: "Open Sans", Arial;
    font-weight: 300
}

.b_34976 .item_list .item a.img:hover .preview_img {
    -webkit-transform: scale(1.2)
}

.b_34976 .item_list .item a.img:hover .overlay {
    opacity: 1
}

.b_34976 .item_list .item .editor_item_btn {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 63px;
    height: 32px;
    border: 1px solid #BBB
}

.b_34976 .item_list .item .editor_item_btn a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    opacity: .7;
    background-image: url("/_s/images/admin/main_sprite.png?v5");
    background-repeat: no-repeat;
    cursor: pointer
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_34976 .item_list .item .editor_item_btn a {
        background-image: url("/_s/images/admin/main_sprite.retina.png?v4");
        background-size: 348px 298px
    }
}

.b_34976 .item_list .item .editor_item_btn a[data-command="edit"] {
    background-position: -237px -220px
}

.b_34976 .item_list .item .editor_item_btn a[data-command="remove"] {
    background-position: -293px -157px;
    border-left: 1px solid #BBB
}

.b_34976 .item_list .item .editor_item_btn a:hover {
    opacity: 1
}

.b_34976 .item_list .item:hover .editor_item_btn {
    display: block
}

.b_34976 .item_list:hover .editor_item_add {
    display: block
}

@media(max-width:767px) {
    body.adaptive .b_34976 .container .title, body.adaptive .b_34976 .container .title_2 {
        padding: 0 7%
    }

    body.adaptive .b_34976 .container .item_list {
        width: 100%;
        margin: 45px auto 0;
        padding: 0
    }

    body.adaptive .b_34976 .container .item_list .item {
        width: 100%;
        padding: 0
    }

    body.adaptive .b_34976 .container .item_list .item .img {
        max-width: 100%
    }

    body.adaptive .b_34976 .container .item_list .item .img .overlay {
        position: absolute;
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 10px 7%;
        opacity: 1
    }
}

@media(max-width:570px) {
    body.adaptive .b_34976 .container-fluid {
        border-bottom: 0
    }

    body.adaptive .b_34976 .container {
        padding: 30px 0 0;
        width: 100%
    }
}

@media(min-width:571px) and (max-width:767px) {
    body.adaptive .b_34976 .container {
        padding: 35px 0 65px
    }

    body.adaptive .b_34976 .container .item_list {
        margin-top: 50px
    }

    body.adaptive .b_34976 .container .item_list .item a.img {
        height: 340px
    }
}
.b_62280 .container-fluid {
    background: #fff
}

.b_62280 .container {
    padding: 48px 0;
    color: #000;
    font-family: Arial
}

.b_62280 .container .logo .company_name {
    margin-top: 10px;
    font-size: 21px;
    line-height: 108%
}

.b_62280 .container .desc {
    font-size: 20px;
    line-height: 140%
}

.b_62280 .container .phone {
    font-size: 29px;
    line-height: 140%;
    text-align: right
}

.b_62280 .container .phone_desc {
    font-size: 16px;
    line-height: 140%;
    text-align: right
}

.b_62280 .container .text p {
    margin: 0
}

.b_62280 .container .spacedText_toolbar li.size ul.size {
    top: 32px !important
}

.b_68215 .container-fluid {
    border-bottom: 0
}

.b_68215 .container-fluid .bg_image {
    background: url("/img/main_bg.jpg");
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-position: 50% 0
}

.b_68215 .container-fluid .bg_image.parallax {
    background-position: 50% 50%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover
}

.b_68215 .container-fluid .bg_filter_noise {
    position: relative;
    background: transparent url("/img/overlay.png") repeat
}

.b_68215 .container-fluid .bg_filter_dark {
    position: relative;
    background: rgba(0, 0, 0, 0.5)
}

.b_68215 .container-fluid .bg_filter_off {
    position: relative
}

.b_68215 .container-fluid .container {
    padding: 80px 0;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-family: Arial;
    height: auto;
    min-height: 400px;
    max-height: 700px;
    text-align: center
}

.b_68215 .container-fluid .size-2 .container {
    padding: 170px 0;
    min-height: 600px
}

.b_68215 .title_1 {
    margin: 0;
    font-size: 60px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: 700
}

.b_68215 .title_2 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_68215 .note {
    display: inline-block;
    position: relative;
    min-width: 100px;
    margin-top: 100px;
    padding: 5px;
    font-size: 16px;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_97774 .container-fluid {
    background: #f7f7f7
}

.b_97774 .container {
    padding: 45px 0 60px 0;
    font-family: Arial
}

.b_97774 h1.title {
    margin: 15px 0 10px 0;
    text-align: center;
    color: #34383a;
    font-size: 48px;
    line-height: 56px;
    font-family: "Open Sans", Arial;
    font-weight: 400
}

.b_97774 .title_2 {
    margin: 10px 0 25px 0;
    text-align: center;
    color: #5c5c5c;
    font-size: 25px;
    font-family: "Open Sans", Arial;
    font-weight: 300
}

.b_97774 .item_list {
    margin-top: 35px
}

.b_97774 .item_list .item {
    position: relative;
    float: left;
    width: 25%;
    padding: 15px 15px;
    margin: 15px 0;
    text-align: center
}

.b_97774 .item_list .item:first-child .arrow {
    display: none
}

.b_97774 .item_list .item .arrow {
    position: absolute;
    top: 40px;
    left: -50px;
    width: 100px;
    height: 20px;
    background-image: url("/img/arrow.png");
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_97774 .item_list .item .arrow {
        background-image: url("/img/arrow.retina.png");
        background-size: 100px 10px
    }
}

.b_97774 .item_list .item .ico {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    margin-bottom: 20px;
    border-radius: 43px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center center
}

.b_97774 .item_list .item .ico.ico_svg {
    line-height: 60px;
    text-align: center
}

.b_97774 .item_list .item .ico.ico_svg svg {
    margin-top: -2px;
    vertical-align: middle;
    fill: currentColor
}

.b_97774 .item_list .item .name {
    margin-bottom: 18px;
    color: #2b2b2b;
    font-size: 20px;
    font-family: "Open Sans", Arial;
    font-weight: 600
}

@media all and (max-width:1199px) {
    .b_97774 .item_list .item .name {
        font-size: 15px
    }
}

.b_97774 .item_list .item .desc {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial
}

@media all and (max-width:1199px) {
    .b_97774 .item_list .item .desc {
        font-size: 12px;
        line-height: 20px
    }
}

.b_96194 .container-fluid {
    background: #fff
}

.b_96194 .container {
    padding: 45px 0 60px 0;
    font-family: Arial
}

.b_96194 h1.title {
    margin: 15px 0 10px 0;
    text-align: center;
    color: #34383a;
    font-size: 48px;
    line-height: 56px;
    font-family: "Open Sans", Arial;
    font-weight: 400
}

.b_96194 .title_2 {
    margin: 10px 0 25px 0;
    text-align: center;
    color: #5c5c5c;
    font-size: 25px;
    font-family: "Open Sans", Arial;
    font-weight: 300
}

.b_96194 .item_list {
    margin-top: 50px
}

.b_96194 .item_list .item {
    position: relative;
    float: left;
    width: 50%;
    padding: 40px 60px 40px 135px
}

.b_96194 .item_list .item .img {
    position: absolute !important;
    top: 40px;
    left: 0;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.b_96194 .item_list .item .img.hide_border {
    box-shadow: none
}

.b_96194 .item_list .item .name {
    margin-bottom: 15px;
    color: #2b2b2b;
    font-size: 20px;
    font-family: "Open Sans", Arial;
    font-weight: 600
}

.b_96194 .item_list .item .desc {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial
}

.b_58235 .container-fluid {
    border-bottom: 0;
    background: url("/img/main_bg.jpg");
    background-size: cover;
    background-position: top center;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.b_58235 .container-fluid .dark_noise {
    position: relative;
    background: transparent url("/img/overlay.png") repeat
}

.b_58235 .container-fluid .dark {
    position: relative;
    background: rgba(0, 0, 0, 0.5)
}

.b_58235 .container-fluid .container {
    padding: 80px 0;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-family: Arial;
    min-height: 550px;
    text-align: center
}

.b_58235 .title_1 {
    margin: 0;
    font-size: 60px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: 700
}

.b_58235 .title_2 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_58235 .btn_note {
    display: inline-block;
    position: relative;
    min-width: 100px;
    margin-top: 100px;
    padding: 5px;
    font-size: 16px;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_58235 .btn_wrap {
    position: relative;
    margin-top: 25px;
    display: inline-block
}

.b_58235 .btn_wrap:before {
    display: block;
    position: absolute;
    bottom: 18px;
    left: -78px;
    width: 70px;
    height: 70px;
    content: "";
    background-image: url("/img/arrow2.png");
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_58235 .btn_wrap:before {
        background-image: url("/img/arrow2.retina.png");
        background-size: 70px 70px
    }
}

.b_58235 .btn_wrap.no_arrow:before {
    display: none
}

.b_58235 .btn_wrap.no_btn_note {
    margin-top: 100px
}

.b_58235 .btn_wrap a.btn {
    display: inline-block;
    padding: 1px 1px;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.b_58235 .btn_wrap a.btn div {
    display: inline-block;
    width: 100%;
    padding: 1px 1px;
    border-radius: 3px
}

.b_58235 .btn_wrap a.btn div span {
    display: inline-block;
    width: 100%;
    padding: 14px 50px;
    text-align: center;
    border-radius: 3px
}

.b_58235 .btn_wrap a.btn:hover {
    text-decoration: none
}

.b_58235 .btn_wrap a.btn.blue {
    background: #0999b2;
    background: #0999b2;
    background: -webkit-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -moz-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -o-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -ms-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: linear-gradient(to bottom, #0999b2 0, #011352 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.blue div {
    background: #00d6ef;
    background: #00d6ef;
    background: -webkit-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -moz-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -o-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -ms-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: linear-gradient(to bottom, #00d6ef 0, #0161a1 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.blue div span {
    background: #019fcc;
    background: #019fcc;
    background: -webkit-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #019fcc 0, #0172ae 100%) no-repeat;
    text-shadow: 0 1px 0 #00537f
}

.b_58235 .btn_wrap a.btn.blue:hover span {
    background: #018dc0;
    background: #018dc0;
    background: -webkit-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #018dc0 0, #0172ae 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.blue:active span {
    background: #0172ae;
    background: #0172ae;
    background: -webkit-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -moz-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -o-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -ms-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: linear-gradient(to bottom, #0172ae 0, #018dc0 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.green {
    background: #77b606;
    background: #77b606;
    background: -webkit-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -moz-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -o-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -ms-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: linear-gradient(to bottom, #77b606 0, #034f01 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.green div {
    background: #b1df5d;
    background: #b1df5d;
    background: -webkit-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -moz-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -o-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -ms-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: linear-gradient(to bottom, #b1df5d 0, #459b02 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.green div span {
    background: #78be1a;
    background: #78be1a;
    background: -webkit-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #78be1a 0, #3e9802 100%) no-repeat;
    text-shadow: 0 1px 0 #3b7f06
}

.b_58235 .btn_wrap a.btn.green:hover span {
    background: #61af11;
    background: #61af11;
    background: -webkit-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #61af11 0, #3e9802 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.green:active span {
    background: #3e9802;
    background: #3e9802;
    background: -webkit-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -moz-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -o-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -ms-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: linear-gradient(to bottom, #3e9802 0, #61af11 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.orange {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #a00000 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.orange div {
    background: #fcb700;
    background: #fcb700;
    background: -webkit-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -moz-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -o-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -ms-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: linear-gradient(to bottom, #fcb700 0, #fd8803 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.orange div span {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #fc6700 100%) no-repeat;
    text-shadow: 0 1px 0 #dd5900
}

.b_58235 .btn_wrap a.btn.orange:hover span {
    background: #fd7400;
    background: #fd7400;
    background: -webkit-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fd7400 0, #fc6700 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.orange:active span {
    background: #fc6700;
    background: #fc6700;
    background: -webkit-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -moz-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -o-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -ms-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: linear-gradient(to bottom, #fc6700 0, #fd7400 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.purple {
    background: #8122d5;
    background: #8122d5;
    background: -webkit-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -moz-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -o-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -ms-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: linear-gradient(to bottom, #8122d5 0, #260844 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.purple div {
    background: #cc9feb;
    background: #cc9feb;
    background: -webkit-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -moz-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -o-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -ms-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: linear-gradient(to bottom, #cc9feb 0, #7d1fd2 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.purple div span {
    background: #ae4cea;
    background: #ae4cea;
    background: -webkit-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #ae4cea 0, #6516b7 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_58235 .btn_wrap a.btn.purple:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #8c33d2 0, #6516b7 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.purple:active span {
    background: #6516b7;
    background: #6516b7;
    background: -webkit-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -moz-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -o-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -ms-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: linear-gradient(to bottom, #6516b7 0, #8c33d2 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.purple_light {
    background: #8c72bb;
    background: #8c72bb;
    background: -webkit-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -o-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: linear-gradient(to bottom, #8c72bb 0, #342759 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.purple_light div {
    background: #f2caff;
    background: #f2caff;
    background: -webkit-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -moz-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -o-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -ms-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: linear-gradient(to bottom, #f2caff 0, #8d73bc 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.purple_light div span {
    background: #bbaad9;
    background: #bbaad9;
    background: -webkit-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #bbaad9 0, #745da9 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_58235 .btn_wrap a.btn.purple_light:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #9e8ac5 0, #745da9 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.purple_light:active span {
    background: #745da9;
    background: #745da9;
    background: -webkit-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -moz-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -o-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -ms-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: linear-gradient(to bottom, #745da9 0, #9e8ac5 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.rose {
    background: #f77eaf;
    background: #f77eaf;
    background: -webkit-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -moz-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -o-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -ms-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: linear-gradient(to bottom, #f77eaf 0, #c02859 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.rose div {
    background: #ffd2e4;
    background: #ffd2e4;
    background: -webkit-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd2e4 0, #f371a5 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.rose div span {
    background: #f586b4;
    background: #f586b4;
    background: -webkit-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f586b4 0, #f16096 100%) no-repeat;
    text-shadow: 0 1px 0 #a85474
}

.b_58235 .btn_wrap a.btn.rose:hover span {
    background: #f377a8;
    background: #f377a8;
    background: -webkit-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f377a8 0, #f16096 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.rose:active span {
    background: #f16096;
    background: #f16096;
    background: -webkit-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -moz-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -o-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -ms-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: linear-gradient(to bottom, #f16096 0, #f377a8 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.red {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -moz-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -o-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -ms-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: linear-gradient(to bottom, #e00505 0, #760000 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.red div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc0c0 0, #e00505 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.red div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #f30000 0, #aa0d0d 100%) no-repeat;
    text-shadow: 0 1px 0 #6c090b
}

.b_58235 .btn_wrap a.btn.red:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #d50505 0, #aa0d0d 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.red:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -moz-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -o-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -ms-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: linear-gradient(to bottom, #aa0d0d 0, #d50505 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.yellow {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #d36e00 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.yellow div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -o-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: linear-gradient(to bottom, #ffe7e4 0, #ffbe12 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.yellow div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd61f 0, #ff9d00 100%) no-repeat;
    text-shadow: 0 1px 0 #ce6200
}

.b_58235 .btn_wrap a.btn.yellow:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #ff9d00 100%) no-repeat
}

.b_58235 .btn_wrap a.btn.yellow:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -moz-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -o-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -ms-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: linear-gradient(to bottom, #ff9d00 0, #ffc516 100%) no-repeat
}

.b_74590 .container-fluid {
    background: url("/img/bg.jpg");
    background-repeat: repeat
}

.b_74590 .container-fluid .container {
    padding: 100px 0;
    text-align: left
}

@media all and (max-width:1199px) {
    .b_74590 .container-fluid .container {
        padding: 80px 0
    }
}

.b_74590 .img_wrap {
    float: left;
    width: 42%
}

.b_74590 .data_wrap {
    float: left;
    width: 58%
}

.b_74590 .img {
    position: relative;
    width: 450px;
    height: 350px;
    border: 10px solid #FFF;
    box-shadow: 0 0 0 1px #EEE;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.b_74590 .img:before {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 450px;
    height: 20px;
    margin-top: 10px;
    background: url("/img/shadow.png") no-repeat
}

.b_74590 .img.hide_border {
    border: 0;
    box-shadow: none
}

.b_74590 .img.hide_border:before {
    display: none
}

@media all and (max-width:1199px) {
    .b_74590 .img {
        width: 350px;
        height: 272px
    }

    .b_74590 .img:before {
        width: 350px;
        background-image: url("/img/shadow_1024.png")
    }
}

.b_74590 .video {
    position: relative;
    width: 450px;
    height: 350px;
    border: 10px solid #FFF;
    box-shadow: 0 0 0 1px #EEE
}

.b_74590 .video:before {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 450px;
    height: 20px;
    margin-top: 10px;
    background: url("/img/shadow.png") no-repeat
}

.b_74590 .video.hide_border {
    border: 0;
    box-shadow: none
}

.b_74590 .video.hide_border:before {
    display: none
}

.b_74590 .video iframe, .b_74590 .video object, .b_74590 .video embed {
    width: 100%;
    height: 100%
}

@media all and (max-width:1199px) {
    .b_74590 .video {
        width: 350px;
        height: 272px
    }

    .b_74590 .video:before {
        width: 350px;
        background-image: url("/img/shadow_1024.png")
    }
}

.b_74590 .title_1 {
    margin: -15px 0 0 -3px;
    padding: 0;
    color: #383838;
    text-shadow: 0 1px 0 #FFF;
    font-size: 50px;
    line-height: 128%;
    font-family: "Open Sans", Arial;
    font-weight: 600;
    text-transform: uppercase
}

@media all and (max-width:1199px) {
    .b_74590 .title_1 {
        font-size: 45px
    }
}

.b_74590 .title_2 {
    margin-top: 25px;
    color: #383838;
    text-shadow: 0 1px 0 #FFF;
    font-size: 24px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: normal;
    text-transform: uppercase
}

@media all and (max-width:1199px) {
    .b_74590 .title_2 {
        margin-top: 22px;
        font-size: 22px
    }
}

.b_74590 .desc {
    position: relative;
    margin-top: 42px;
    color: #383838;
    text-shadow: 0 1px 0 #FFF;
    font-size: 16px;
    line-height: 145%;
    font-family: "Open Sans", Arial
}

@media all and (max-width:1199px) {
    .b_74590 .desc {
        margin-top: 32px
    }
}

.b_74590 .list {
    margin-top: 20px
}

.b_74590 .list ul {
    list-style-type: none
}

.b_74590 .list ul li {
    position: relative;
    margin-bottom: 6px;
    padding-left: 3px;
    color: #383838;
    text-shadow: 0 1px 0 #FFF;
    font-size: 16px;
    line-height: 145%;
    font-family: "Open Sans", Arial
}

.b_74590 .list ul li:before {
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    left: -20px;
    width: 20px;
    height: 20px;
    background: url("/img/list_bullet.png") no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_74590 .list ul li:before {
        background: url("/img/list_bullet.retina.png") no-repeat;
        background-size: 20px 20px
    }
}

.b_74590 .show_list .desc {
    margin-top: 25px
}

.b_74590 .show_list .btn_wrap {
    margin-top: 25px
}

.b_74590 .btn_wrap {
    position: relative;
    margin-top: 45px;
    display: inline-block
}

@media all and (max-width:1199px) {
    .b_74590 .btn_wrap {
        margin-top: 32px
    }
}

.b_74590 .btn_wrap a.btn {
    display: inline-block;
    width: 100%;
    padding: 1px 1px;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.b_74590 .btn_wrap a.btn div {
    display: inline-block;
    width: 100%;
    padding: 1px 1px;
    border-radius: 3px
}

.b_74590 .btn_wrap a.btn div span {
    display: inline-block;
    width: 100%;
    padding: 14px 35px 12px 35px;
    text-align: center;
    border-radius: 3px
}

.b_74590 .btn_wrap a.btn:hover {
    text-decoration: none
}

.b_74590 .btn_wrap a.btn.blue {
    background: #0999b2;
    background: #0999b2;
    background: -webkit-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -moz-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -o-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -ms-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: linear-gradient(to bottom, #0999b2 0, #011352 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.blue div {
    background: #00d6ef;
    background: #00d6ef;
    background: -webkit-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -moz-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -o-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -ms-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: linear-gradient(to bottom, #00d6ef 0, #0161a1 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.blue div span {
    background: #019fcc;
    background: #019fcc;
    background: -webkit-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #019fcc 0, #0172ae 100%) no-repeat;
    text-shadow: 0 1px 0 #00537f
}

.b_74590 .btn_wrap a.btn.blue:hover span {
    background: #018dc0;
    background: #018dc0;
    background: -webkit-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #018dc0 0, #0172ae 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.blue:active span {
    background: #0172ae;
    background: #0172ae;
    background: -webkit-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -moz-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -o-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -ms-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: linear-gradient(to bottom, #0172ae 0, #018dc0 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.green {
    background: #77b606;
    background: #77b606;
    background: -webkit-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -moz-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -o-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -ms-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: linear-gradient(to bottom, #77b606 0, #034f01 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.green div {
    background: #b1df5d;
    background: #b1df5d;
    background: -webkit-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -moz-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -o-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -ms-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: linear-gradient(to bottom, #b1df5d 0, #459b02 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.green div span {
    background: #78be1a;
    background: #78be1a;
    background: -webkit-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #78be1a 0, #3e9802 100%) no-repeat;
    text-shadow: 0 1px 0 #3b7f06
}

.b_74590 .btn_wrap a.btn.green:hover span {
    background: #61af11;
    background: #61af11;
    background: -webkit-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #61af11 0, #3e9802 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.green:active span {
    background: #3e9802;
    background: #3e9802;
    background: -webkit-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -moz-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -o-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -ms-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: linear-gradient(to bottom, #3e9802 0, #61af11 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.orange {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #a00000 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.orange div {
    background: #fcb700;
    background: #fcb700;
    background: -webkit-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -moz-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -o-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -ms-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: linear-gradient(to bottom, #fcb700 0, #fd8803 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.orange div span {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #fc6700 100%) no-repeat;
    text-shadow: 0 1px 0 #dd5900
}

.b_74590 .btn_wrap a.btn.orange:hover span {
    background: #fd7400;
    background: #fd7400;
    background: -webkit-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fd7400 0, #fc6700 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.orange:active span {
    background: #fc6700;
    background: #fc6700;
    background: -webkit-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -moz-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -o-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -ms-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: linear-gradient(to bottom, #fc6700 0, #fd7400 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.purple {
    background: #8122d5;
    background: #8122d5;
    background: -webkit-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -moz-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -o-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -ms-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: linear-gradient(to bottom, #8122d5 0, #260844 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.purple div {
    background: #cc9feb;
    background: #cc9feb;
    background: -webkit-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -moz-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -o-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -ms-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: linear-gradient(to bottom, #cc9feb 0, #7d1fd2 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.purple div span {
    background: #ae4cea;
    background: #ae4cea;
    background: -webkit-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #ae4cea 0, #6516b7 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_74590 .btn_wrap a.btn.purple:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #8c33d2 0, #6516b7 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.purple:active span {
    background: #6516b7;
    background: #6516b7;
    background: -webkit-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -moz-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -o-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -ms-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: linear-gradient(to bottom, #6516b7 0, #8c33d2 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.purple_light {
    background: #8c72bb;
    background: #8c72bb;
    background: -webkit-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -o-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: linear-gradient(to bottom, #8c72bb 0, #342759 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.purple_light div {
    background: #f2caff;
    background: #f2caff;
    background: -webkit-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -moz-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -o-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -ms-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: linear-gradient(to bottom, #f2caff 0, #8d73bc 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.purple_light div span {
    background: #bbaad9;
    background: #bbaad9;
    background: -webkit-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #bbaad9 0, #745da9 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_74590 .btn_wrap a.btn.purple_light:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #9e8ac5 0, #745da9 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.purple_light:active span {
    background: #745da9;
    background: #745da9;
    background: -webkit-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -moz-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -o-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -ms-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: linear-gradient(to bottom, #745da9 0, #9e8ac5 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.rose {
    background: #f77eaf;
    background: #f77eaf;
    background: -webkit-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -moz-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -o-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -ms-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: linear-gradient(to bottom, #f77eaf 0, #c02859 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.rose div {
    background: #ffd2e4;
    background: #ffd2e4;
    background: -webkit-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd2e4 0, #f371a5 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.rose div span {
    background: #f586b4;
    background: #f586b4;
    background: -webkit-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f586b4 0, #f16096 100%) no-repeat;
    text-shadow: 0 1px 0 #a85474
}

.b_74590 .btn_wrap a.btn.rose:hover span {
    background: #f377a8;
    background: #f377a8;
    background: -webkit-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f377a8 0, #f16096 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.rose:active span {
    background: #f16096;
    background: #f16096;
    background: -webkit-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -moz-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -o-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -ms-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: linear-gradient(to bottom, #f16096 0, #f377a8 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.red {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -moz-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -o-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -ms-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: linear-gradient(to bottom, #e00505 0, #760000 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.red div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc0c0 0, #e00505 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.red div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #f30000 0, #aa0d0d 100%) no-repeat;
    text-shadow: 0 1px 0 #6c090b
}

.b_74590 .btn_wrap a.btn.red:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #d50505 0, #aa0d0d 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.red:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -moz-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -o-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -ms-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: linear-gradient(to bottom, #aa0d0d 0, #d50505 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.yellow {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #d36e00 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.yellow div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -o-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: linear-gradient(to bottom, #ffe7e4 0, #ffbe12 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.yellow div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd61f 0, #ff9d00 100%) no-repeat;
    text-shadow: 0 1px 0 #ce6200
}

.b_74590 .btn_wrap a.btn.yellow:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #ff9d00 100%) no-repeat
}

.b_74590 .btn_wrap a.btn.yellow:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -moz-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -o-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -ms-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: linear-gradient(to bottom, #ff9d00 0, #ffc516 100%) no-repeat
}

.b_54986 .container-fluid {
    border-bottom: 0;
    background: url("/img/otkuda_bg.jpg");
    background-size: cover;
    background-position: top center;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.b_54986 .container-fluid .dark_noise {
    position: relative;
    background: transparent url("/img/overlay.png") repeat
}

.b_54986 .container-fluid .dark {
    position: relative;
    background: rgba(0, 0, 0, 0.5)
}

.b_54986 .container-fluid .container {
    padding: 80px 0;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-family: Arial;
    min-height: 550px;
    text-align: center
}

.b_54986 .title_1 {
    margin: 0;
    font-size: 60px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: 700
}

.b_54986 .title_2 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_54986 .btn_note {
    display: inline-block;
    position: relative;
    min-width: 100px;
    margin-top: 100px;
    padding: 5px;
    font-size: 16px;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_54986 .btn_wrap {
    position: relative;
    margin-top: 25px;
    display: inline-block
}

.b_54986 .btn_wrap:before {
    display: block;
    position: absolute;
    bottom: 18px;
    left: -78px;
    width: 70px;
    height: 70px;
    content: "";
    background-image: url("/img/arrow2.png");
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_54986 .btn_wrap:before {
        background-image: url("/img/arrow2.retina.png");
        background-size: 70px 70px
    }
}

.b_54986 .btn_wrap.no_arrow:before {
    display: none
}

.b_54986 .btn_wrap.no_btn_note {
    margin-top: 100px
}

.b_54986 .btn_wrap a.btn {
    display: inline-block;
    padding: 1px 1px;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.b_54986 .btn_wrap a.btn div {
    display: inline-block;
    width: 100%;
    padding: 1px 1px;
    border-radius: 3px
}

.b_54986 .btn_wrap a.btn div span {
    display: inline-block;
    width: 100%;
    padding: 14px 50px;
    text-align: center;
    border-radius: 3px
}

.b_54986 .btn_wrap a.btn:hover {
    text-decoration: none
}

.b_54986 .btn_wrap a.btn.blue {
    background: #0999b2;
    background: #0999b2;
    background: -webkit-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -moz-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -o-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -ms-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: linear-gradient(to bottom, #0999b2 0, #011352 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.blue div {
    background: #00d6ef;
    background: #00d6ef;
    background: -webkit-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -moz-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -o-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -ms-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: linear-gradient(to bottom, #00d6ef 0, #0161a1 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.blue div span {
    background: #019fcc;
    background: #019fcc;
    background: -webkit-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #019fcc 0, #0172ae 100%) no-repeat;
    text-shadow: 0 1px 0 #00537f
}

.b_54986 .btn_wrap a.btn.blue:hover span {
    background: #018dc0;
    background: #018dc0;
    background: -webkit-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #018dc0 0, #0172ae 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.blue:active span {
    background: #0172ae;
    background: #0172ae;
    background: -webkit-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -moz-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -o-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -ms-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: linear-gradient(to bottom, #0172ae 0, #018dc0 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.green {
    background: #77b606;
    background: #77b606;
    background: -webkit-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -moz-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -o-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -ms-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: linear-gradient(to bottom, #77b606 0, #034f01 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.green div {
    background: #b1df5d;
    background: #b1df5d;
    background: -webkit-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -moz-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -o-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -ms-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: linear-gradient(to bottom, #b1df5d 0, #459b02 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.green div span {
    background: #78be1a;
    background: #78be1a;
    background: -webkit-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #78be1a 0, #3e9802 100%) no-repeat;
    text-shadow: 0 1px 0 #3b7f06
}

.b_54986 .btn_wrap a.btn.green:hover span {
    background: #61af11;
    background: #61af11;
    background: -webkit-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #61af11 0, #3e9802 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.green:active span {
    background: #3e9802;
    background: #3e9802;
    background: -webkit-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -moz-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -o-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -ms-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: linear-gradient(to bottom, #3e9802 0, #61af11 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.orange {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #a00000 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.orange div {
    background: #fcb700;
    background: #fcb700;
    background: -webkit-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -moz-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -o-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -ms-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: linear-gradient(to bottom, #fcb700 0, #fd8803 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.orange div span {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #fc6700 100%) no-repeat;
    text-shadow: 0 1px 0 #dd5900
}

.b_54986 .btn_wrap a.btn.orange:hover span {
    background: #fd7400;
    background: #fd7400;
    background: -webkit-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fd7400 0, #fc6700 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.orange:active span {
    background: #fc6700;
    background: #fc6700;
    background: -webkit-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -moz-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -o-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -ms-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: linear-gradient(to bottom, #fc6700 0, #fd7400 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.purple {
    background: #8122d5;
    background: #8122d5;
    background: -webkit-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -moz-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -o-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -ms-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: linear-gradient(to bottom, #8122d5 0, #260844 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.purple div {
    background: #cc9feb;
    background: #cc9feb;
    background: -webkit-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -moz-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -o-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -ms-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: linear-gradient(to bottom, #cc9feb 0, #7d1fd2 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.purple div span {
    background: #ae4cea;
    background: #ae4cea;
    background: -webkit-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #ae4cea 0, #6516b7 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_54986 .btn_wrap a.btn.purple:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #8c33d2 0, #6516b7 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.purple:active span {
    background: #6516b7;
    background: #6516b7;
    background: -webkit-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -moz-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -o-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -ms-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: linear-gradient(to bottom, #6516b7 0, #8c33d2 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.purple_light {
    background: #8c72bb;
    background: #8c72bb;
    background: -webkit-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -o-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: linear-gradient(to bottom, #8c72bb 0, #342759 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.purple_light div {
    background: #f2caff;
    background: #f2caff;
    background: -webkit-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -moz-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -o-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -ms-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: linear-gradient(to bottom, #f2caff 0, #8d73bc 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.purple_light div span {
    background: #bbaad9;
    background: #bbaad9;
    background: -webkit-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #bbaad9 0, #745da9 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_54986 .btn_wrap a.btn.purple_light:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #9e8ac5 0, #745da9 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.purple_light:active span {
    background: #745da9;
    background: #745da9;
    background: -webkit-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -moz-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -o-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -ms-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: linear-gradient(to bottom, #745da9 0, #9e8ac5 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.rose {
    background: #f77eaf;
    background: #f77eaf;
    background: -webkit-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -moz-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -o-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -ms-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: linear-gradient(to bottom, #f77eaf 0, #c02859 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.rose div {
    background: #ffd2e4;
    background: #ffd2e4;
    background: -webkit-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd2e4 0, #f371a5 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.rose div span {
    background: #f586b4;
    background: #f586b4;
    background: -webkit-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f586b4 0, #f16096 100%) no-repeat;
    text-shadow: 0 1px 0 #a85474
}

.b_54986 .btn_wrap a.btn.rose:hover span {
    background: #f377a8;
    background: #f377a8;
    background: -webkit-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f377a8 0, #f16096 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.rose:active span {
    background: #f16096;
    background: #f16096;
    background: -webkit-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -moz-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -o-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -ms-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: linear-gradient(to bottom, #f16096 0, #f377a8 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.red {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -moz-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -o-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -ms-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: linear-gradient(to bottom, #e00505 0, #760000 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.red div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc0c0 0, #e00505 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.red div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #f30000 0, #aa0d0d 100%) no-repeat;
    text-shadow: 0 1px 0 #6c090b
}

.b_54986 .btn_wrap a.btn.red:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #d50505 0, #aa0d0d 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.red:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -moz-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -o-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -ms-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: linear-gradient(to bottom, #aa0d0d 0, #d50505 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.yellow {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #d36e00 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.yellow div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -o-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: linear-gradient(to bottom, #ffe7e4 0, #ffbe12 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.yellow div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd61f 0, #ff9d00 100%) no-repeat;
    text-shadow: 0 1px 0 #ce6200
}

.b_54986 .btn_wrap a.btn.yellow:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #ff9d00 100%) no-repeat
}

.b_54986 .btn_wrap a.btn.yellow:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -moz-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -o-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -ms-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: linear-gradient(to bottom, #ff9d00 0, #ffc516 100%) no-repeat
}

.b_59429 .container-fluid {
    background: #f7f7f7
}

.b_59429 .container {
    padding: 45px 0 60px 0;
    font-family: Arial
}

.b_59429 h1.title {
    margin: 15px 0 10px 0;
    text-align: center;
    color: #34383a;
    font-size: 48px;
    line-height: 56px;
    font-family: "Open Sans", Arial;
    font-weight: 400
}

.b_59429 .title_2 {
    margin: 10px 0 25px 0;
    text-align: center;
    color: #5c5c5c;
    font-size: 25px;
    font-family: "Open Sans", Arial;
    font-weight: 300
}

.b_59429 .item_list {
    margin-top: 35px
}

.b_59429 .item_list .item {
    float: left;
    width: 33.33%;
    padding: 15px 30px;
    margin: 15px 0;
    text-align: center
}

.b_59429 .item_list .item .img {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 25px;
    border-radius: 75px;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.b_59429 .item_list .item .img.hide_border {
    box-shadow: none
}

.b_59429 .item_list .item .name {
    margin-bottom: 15px;
    color: #2b2b2b;
    font-size: 20px;
    font-family: "Open Sans", Arial;
    font-weight: 600
}

.b_59429 .item_list .item .desc {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial
}

.b_59429 .item_list.hide_ico_border .item .ico {
    margin-bottom: 15px;
    border: 0;
    background-size: 60px
}

.b_65689 .container-fluid {
    background: #fff
}

.b_65689 .container {
    padding: 45px 0 60px 0;
    font-family: Arial
}

.b_65689 h1.title {
    margin: 15px 0 10px 0;
    text-align: center;
    color: #34383a;
    font-size: 48px;
    line-height: 56px;
    font-family: "Open Sans", Arial;
    font-weight: 400
}

.b_65689 .title_2 {
    margin: 10px 0 25px 0;
    text-align: center;
    color: #5c5c5c;
    font-size: 25px;
    font-family: "Open Sans", Arial;
    font-weight: 300
}

.b_65689 .item_list {
    margin-top: 50px
}

.b_65689 .item_list .item {
    position: relative;
    float: left;
    width: 50%;
    padding: 40px 60px 40px 135px
}

.b_65689 .item_list .item .img {
    position: absolute !important;
    top: 40px;
    left: 0;
    width: 110px;
    height: 110px;
    border-radius: 55px;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.b_65689 .item_list .item .img.hide_border {
    box-shadow: none
}

.b_65689 .item_list .item .name {
    margin-bottom: 15px;
    color: #2b2b2b;
    font-size: 20px;
    font-family: "Open Sans", Arial;
    font-weight: 600
}

.b_65689 .item_list .item .desc {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial
}

.b_65280 .container-fluid {
    border-bottom: 0;
    background: url("/img/main_bg.jpg");
    background-size: cover;
    background-position: top center;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.b_65280 .container-fluid .dark_noise {
    position: relative;
    background: transparent url("/img/overlay.png") repeat
}

.b_65280 .container-fluid .dark {
    position: relative;
    background: rgba(0, 0, 0, 0.5)
}

.b_65280 .container-fluid .container {
    padding: 80px 0;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-family: Arial;
    min-height: 550px;
    text-align: center
}

.b_65280 .title_1 {
    margin: 0;
    font-size: 60px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: 700
}

.b_65280 .title_2 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_65280 .btn_note {
    display: inline-block;
    position: relative;
    min-width: 100px;
    margin-top: 100px;
    padding: 5px;
    font-size: 16px;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_65280 .btn_wrap {
    position: relative;
    margin-top: 25px;
    display: inline-block
}

.b_65280 .btn_wrap:before {
    display: block;
    position: absolute;
    bottom: 18px;
    left: -78px;
    width: 70px;
    height: 70px;
    content: "";
    background-image: url("/img/arrow2.png");
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_65280 .btn_wrap:before {
        background-image: url("/img/arrow2.retina.png");
        background-size: 70px 70px
    }
}

.b_65280 .btn_wrap.no_arrow:before {
    display: none
}

.b_65280 .btn_wrap.no_btn_note {
    margin-top: 100px
}

.b_65280 .btn_wrap a.btn {
    display: inline-block;
    padding: 1px 1px;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.b_65280 .btn_wrap a.btn div {
    display: inline-block;
    width: 100%;
    padding: 1px 1px;
    border-radius: 3px
}

.b_65280 .btn_wrap a.btn div span {
    display: inline-block;
    width: 100%;
    padding: 14px 50px;
    text-align: center;
    border-radius: 3px
}

.b_65280 .btn_wrap a.btn:hover {
    text-decoration: none
}

.b_65280 .btn_wrap a.btn.blue {
    background: #0999b2;
    background: #0999b2;
    background: -webkit-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -moz-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -o-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -ms-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: linear-gradient(to bottom, #0999b2 0, #011352 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.blue div {
    background: #00d6ef;
    background: #00d6ef;
    background: -webkit-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -moz-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -o-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -ms-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: linear-gradient(to bottom, #00d6ef 0, #0161a1 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.blue div span {
    background: #019fcc;
    background: #019fcc;
    background: -webkit-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #019fcc 0, #0172ae 100%) no-repeat;
    text-shadow: 0 1px 0 #00537f
}

.b_65280 .btn_wrap a.btn.blue:hover span {
    background: #018dc0;
    background: #018dc0;
    background: -webkit-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #018dc0 0, #0172ae 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.blue:active span {
    background: #0172ae;
    background: #0172ae;
    background: -webkit-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -moz-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -o-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -ms-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: linear-gradient(to bottom, #0172ae 0, #018dc0 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.green {
    background: #77b606;
    background: #77b606;
    background: -webkit-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -moz-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -o-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -ms-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: linear-gradient(to bottom, #77b606 0, #034f01 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.green div {
    background: #b1df5d;
    background: #b1df5d;
    background: -webkit-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -moz-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -o-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -ms-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: linear-gradient(to bottom, #b1df5d 0, #459b02 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.green div span {
    background: #78be1a;
    background: #78be1a;
    background: -webkit-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #78be1a 0, #3e9802 100%) no-repeat;
    text-shadow: 0 1px 0 #3b7f06
}

.b_65280 .btn_wrap a.btn.green:hover span {
    background: #61af11;
    background: #61af11;
    background: -webkit-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #61af11 0, #3e9802 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.green:active span {
    background: #3e9802;
    background: #3e9802;
    background: -webkit-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -moz-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -o-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -ms-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: linear-gradient(to bottom, #3e9802 0, #61af11 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.orange {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #a00000 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.orange div {
    background: #fcb700;
    background: #fcb700;
    background: -webkit-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -moz-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -o-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -ms-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: linear-gradient(to bottom, #fcb700 0, #fd8803 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.orange div span {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #fc6700 100%) no-repeat;
    text-shadow: 0 1px 0 #dd5900
}

.b_65280 .btn_wrap a.btn.orange:hover span {
    background: #fd7400;
    background: #fd7400;
    background: -webkit-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fd7400 0, #fc6700 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.orange:active span {
    background: #fc6700;
    background: #fc6700;
    background: -webkit-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -moz-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -o-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -ms-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: linear-gradient(to bottom, #fc6700 0, #fd7400 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.purple {
    background: #8122d5;
    background: #8122d5;
    background: -webkit-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -moz-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -o-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -ms-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: linear-gradient(to bottom, #8122d5 0, #260844 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.purple div {
    background: #cc9feb;
    background: #cc9feb;
    background: -webkit-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -moz-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -o-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -ms-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: linear-gradient(to bottom, #cc9feb 0, #7d1fd2 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.purple div span {
    background: #ae4cea;
    background: #ae4cea;
    background: -webkit-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #ae4cea 0, #6516b7 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_65280 .btn_wrap a.btn.purple:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #8c33d2 0, #6516b7 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.purple:active span {
    background: #6516b7;
    background: #6516b7;
    background: -webkit-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -moz-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -o-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -ms-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: linear-gradient(to bottom, #6516b7 0, #8c33d2 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.purple_light {
    background: #8c72bb;
    background: #8c72bb;
    background: -webkit-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -o-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: linear-gradient(to bottom, #8c72bb 0, #342759 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.purple_light div {
    background: #f2caff;
    background: #f2caff;
    background: -webkit-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -moz-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -o-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -ms-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: linear-gradient(to bottom, #f2caff 0, #8d73bc 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.purple_light div span {
    background: #bbaad9;
    background: #bbaad9;
    background: -webkit-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #bbaad9 0, #745da9 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_65280 .btn_wrap a.btn.purple_light:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #9e8ac5 0, #745da9 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.purple_light:active span {
    background: #745da9;
    background: #745da9;
    background: -webkit-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -moz-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -o-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -ms-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: linear-gradient(to bottom, #745da9 0, #9e8ac5 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.rose {
    background: #f77eaf;
    background: #f77eaf;
    background: -webkit-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -moz-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -o-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -ms-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: linear-gradient(to bottom, #f77eaf 0, #c02859 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.rose div {
    background: #ffd2e4;
    background: #ffd2e4;
    background: -webkit-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd2e4 0, #f371a5 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.rose div span {
    background: #f586b4;
    background: #f586b4;
    background: -webkit-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f586b4 0, #f16096 100%) no-repeat;
    text-shadow: 0 1px 0 #a85474
}

.b_65280 .btn_wrap a.btn.rose:hover span {
    background: #f377a8;
    background: #f377a8;
    background: -webkit-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f377a8 0, #f16096 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.rose:active span {
    background: #f16096;
    background: #f16096;
    background: -webkit-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -moz-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -o-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -ms-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: linear-gradient(to bottom, #f16096 0, #f377a8 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.red {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -moz-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -o-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -ms-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: linear-gradient(to bottom, #e00505 0, #760000 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.red div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc0c0 0, #e00505 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.red div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #f30000 0, #aa0d0d 100%) no-repeat;
    text-shadow: 0 1px 0 #6c090b
}

.b_65280 .btn_wrap a.btn.red:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #d50505 0, #aa0d0d 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.red:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -moz-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -o-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -ms-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: linear-gradient(to bottom, #aa0d0d 0, #d50505 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.yellow {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #d36e00 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.yellow div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -o-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: linear-gradient(to bottom, #ffe7e4 0, #ffbe12 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.yellow div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd61f 0, #ff9d00 100%) no-repeat;
    text-shadow: 0 1px 0 #ce6200
}

.b_65280 .btn_wrap a.btn.yellow:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #ff9d00 100%) no-repeat
}

.b_65280 .btn_wrap a.btn.yellow:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -moz-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -o-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -ms-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: linear-gradient(to bottom, #ff9d00 0, #ffc516 100%) no-repeat
}

.b_35436 .container-fluid {
    background: #f7f7f7
}

.b_35436 .container {
    padding: 45px 0 60px 0;
    font-family: Arial
}

.b_35436 h1.title {
    margin: 15px 0 10px 0;
    text-align: center;
    color: #34383a;
    font-size: 48px;
    line-height: 56px;
    font-family: "Open Sans", Arial;
    font-weight: 400
}

.b_35436 .title_2 {
    margin: 10px 0 25px 0;
    text-align: center;
    color: #5c5c5c;
    font-size: 25px;
    font-family: "Open Sans", Arial;
    font-weight: 300
}

.b_35436 .item_list {
    margin-top: 50px
}

.b_35436 .item_list .item {
    position: relative;
    float: left;
    width: 50%;
    border-top: 1px solid #e0e0e0;
    padding: 40px 60px 40px 160px
}

.b_35436 .item_list .item.item_right {
    border-left: 1px solid #e0e0e0
}

.b_35436 .item_list .item:nth-child(1) {
    border-top: 0
}

.b_35436 .item_list .item:nth-child(2) {
    border-top: 0
}

.b_35436 .item_list .item .ico {
    position: absolute !important;
    top: 80px;
    left: 60px;
    width: 65px;
    height: 65px;
    border-radius: 33px;
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 2px 1px 0 #d6d6d6;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center center
}

.b_35436 .item_list .item .ico.ico_svg {
    line-height: 65px;
    text-align: center
}

.b_35436 .item_list .item .ico.ico_svg svg {
    margin-left: 2px;
    margin-top: -2px;
    vertical-align: middle;
    fill: currentColor
}

.b_35436 .item_list .item .name {
    margin-bottom: 15px;
    color: #2b2b2b;
    font-size: 20px;
    font-family: "Open Sans", Arial;
    font-weight: 600
}

.b_35436 .item_list .item .desc {
    color: #5c5c5c;
    font-size: 14px;
    line-height: 22px;
    font-family: Arial;
    min-height: 60px
}

.b_35436 .item_list.hide_name .item .ico {
    top: 40px
}

@media all and (max-width:1199px) {
    .b_35436 .item_list .item {
        padding: 40px 40px 40px 140px
    }

    .b_35436 .item_list .item .ico {
        left: 40px
    }
}

.b_96843 .container-fluid {
    border-bottom: 0;
    background: url("/img/main_bg.jpg");
    background-size: cover;
    background-position: top center;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.b_96843 .container-fluid .dark_noise {
    position: relative;
    background: transparent url("/img/overlay.png") repeat
}

.b_96843 .container-fluid .dark {
    position: relative;
    background: rgba(0, 0, 0, 0.5)
}

.b_96843 .container-fluid .container {
    padding: 80px 0;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-family: Arial;
    min-height: 550px;
    text-align: center
}

.b_96843 .title_1 {
    margin: 0;
    font-size: 60px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: 700
}

.b_96843 .title_2 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_96843 .btn_note {
    display: inline-block;
    position: relative;
    min-width: 100px;
    margin-top: 100px;
    padding: 5px;
    font-size: 16px;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_96843 .btn_wrap {
    position: relative;
    margin-top: 25px;
    display: inline-block
}

.b_96843 .btn_wrap:before {
    display: block;
    position: absolute;
    bottom: 18px;
    left: -78px;
    width: 70px;
    height: 70px;
    content: "";
    background-image: url("/img/arrow2.png");
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_96843 .btn_wrap:before {
        background-image: url("/img/arrow2.retina.png");
        background-size: 70px 70px
    }
}

.b_96843 .btn_wrap.no_arrow:before {
    display: none
}

.b_96843 .btn_wrap.no_btn_note {
    margin-top: 100px
}

.b_96843 .btn_wrap a.btn {
    display: inline-block;
    padding: 1px 1px;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.b_96843 .btn_wrap a.btn div {
    display: inline-block;
    width: 100%;
    padding: 1px 1px;
    border-radius: 3px
}

.b_96843 .btn_wrap a.btn div span {
    display: inline-block;
    width: 100%;
    padding: 14px 50px;
    text-align: center;
    border-radius: 3px
}

.b_96843 .btn_wrap a.btn:hover {
    text-decoration: none
}

.b_96843 .btn_wrap a.btn.blue {
    background: #0999b2;
    background: #0999b2;
    background: -webkit-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -moz-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -o-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -ms-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: linear-gradient(to bottom, #0999b2 0, #011352 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.blue div {
    background: #00d6ef;
    background: #00d6ef;
    background: -webkit-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -moz-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -o-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -ms-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: linear-gradient(to bottom, #00d6ef 0, #0161a1 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.blue div span {
    background: #019fcc;
    background: #019fcc;
    background: -webkit-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #019fcc 0, #0172ae 100%) no-repeat;
    text-shadow: 0 1px 0 #00537f
}

.b_96843 .btn_wrap a.btn.blue:hover span {
    background: #018dc0;
    background: #018dc0;
    background: -webkit-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #018dc0 0, #0172ae 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.blue:active span {
    background: #0172ae;
    background: #0172ae;
    background: -webkit-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -moz-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -o-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -ms-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: linear-gradient(to bottom, #0172ae 0, #018dc0 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.green {
    background: #77b606;
    background: #77b606;
    background: -webkit-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -moz-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -o-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -ms-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: linear-gradient(to bottom, #77b606 0, #034f01 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.green div {
    background: #b1df5d;
    background: #b1df5d;
    background: -webkit-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -moz-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -o-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -ms-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: linear-gradient(to bottom, #b1df5d 0, #459b02 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.green div span {
    background: #78be1a;
    background: #78be1a;
    background: -webkit-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #78be1a 0, #3e9802 100%) no-repeat;
    text-shadow: 0 1px 0 #3b7f06
}

.b_96843 .btn_wrap a.btn.green:hover span {
    background: #61af11;
    background: #61af11;
    background: -webkit-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #61af11 0, #3e9802 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.green:active span {
    background: #3e9802;
    background: #3e9802;
    background: -webkit-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -moz-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -o-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -ms-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: linear-gradient(to bottom, #3e9802 0, #61af11 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.orange {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #a00000 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.orange div {
    background: #fcb700;
    background: #fcb700;
    background: -webkit-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -moz-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -o-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -ms-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: linear-gradient(to bottom, #fcb700 0, #fd8803 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.orange div span {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #fc6700 100%) no-repeat;
    text-shadow: 0 1px 0 #dd5900
}

.b_96843 .btn_wrap a.btn.orange:hover span {
    background: #fd7400;
    background: #fd7400;
    background: -webkit-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fd7400 0, #fc6700 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.orange:active span {
    background: #fc6700;
    background: #fc6700;
    background: -webkit-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -moz-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -o-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -ms-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: linear-gradient(to bottom, #fc6700 0, #fd7400 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.purple {
    background: #8122d5;
    background: #8122d5;
    background: -webkit-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -moz-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -o-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -ms-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: linear-gradient(to bottom, #8122d5 0, #260844 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.purple div {
    background: #cc9feb;
    background: #cc9feb;
    background: -webkit-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -moz-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -o-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -ms-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: linear-gradient(to bottom, #cc9feb 0, #7d1fd2 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.purple div span {
    background: #ae4cea;
    background: #ae4cea;
    background: -webkit-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #ae4cea 0, #6516b7 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_96843 .btn_wrap a.btn.purple:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #8c33d2 0, #6516b7 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.purple:active span {
    background: #6516b7;
    background: #6516b7;
    background: -webkit-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -moz-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -o-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -ms-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: linear-gradient(to bottom, #6516b7 0, #8c33d2 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.purple_light {
    background: #8c72bb;
    background: #8c72bb;
    background: -webkit-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -o-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: linear-gradient(to bottom, #8c72bb 0, #342759 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.purple_light div {
    background: #f2caff;
    background: #f2caff;
    background: -webkit-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -moz-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -o-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -ms-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: linear-gradient(to bottom, #f2caff 0, #8d73bc 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.purple_light div span {
    background: #bbaad9;
    background: #bbaad9;
    background: -webkit-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #bbaad9 0, #745da9 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_96843 .btn_wrap a.btn.purple_light:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #9e8ac5 0, #745da9 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.purple_light:active span {
    background: #745da9;
    background: #745da9;
    background: -webkit-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -moz-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -o-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -ms-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: linear-gradient(to bottom, #745da9 0, #9e8ac5 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.rose {
    background: #f77eaf;
    background: #f77eaf;
    background: -webkit-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -moz-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -o-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -ms-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: linear-gradient(to bottom, #f77eaf 0, #c02859 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.rose div {
    background: #ffd2e4;
    background: #ffd2e4;
    background: -webkit-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd2e4 0, #f371a5 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.rose div span {
    background: #f586b4;
    background: #f586b4;
    background: -webkit-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f586b4 0, #f16096 100%) no-repeat;
    text-shadow: 0 1px 0 #a85474
}

.b_96843 .btn_wrap a.btn.rose:hover span {
    background: #f377a8;
    background: #f377a8;
    background: -webkit-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f377a8 0, #f16096 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.rose:active span {
    background: #f16096;
    background: #f16096;
    background: -webkit-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -moz-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -o-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -ms-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: linear-gradient(to bottom, #f16096 0, #f377a8 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.red {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -moz-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -o-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -ms-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: linear-gradient(to bottom, #e00505 0, #760000 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.red div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc0c0 0, #e00505 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.red div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #f30000 0, #aa0d0d 100%) no-repeat;
    text-shadow: 0 1px 0 #6c090b
}

.b_96843 .btn_wrap a.btn.red:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #d50505 0, #aa0d0d 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.red:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -moz-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -o-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -ms-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: linear-gradient(to bottom, #aa0d0d 0, #d50505 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.yellow {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #d36e00 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.yellow div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -o-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: linear-gradient(to bottom, #ffe7e4 0, #ffbe12 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.yellow div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd61f 0, #ff9d00 100%) no-repeat;
    text-shadow: 0 1px 0 #ce6200
}

.b_96843 .btn_wrap a.btn.yellow:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #ff9d00 100%) no-repeat
}

.b_96843 .btn_wrap a.btn.yellow:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -moz-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -o-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -ms-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: linear-gradient(to bottom, #ff9d00 0, #ffc516 100%) no-repeat
}

.b_54807 .container-fluid {
    background: #fff
}

.b_54807 .container {
    padding: 50px 0 70px 0;
    font-family: Arial
}

.b_54807 h1.title {
    margin: 10px 0 10px 0;
    text-align: center;
    color: #34383a;
    font-size: 48px;
    line-height: 56px;
    font-family: "Open Sans", Arial;
    font-weight: 400
}

.b_54807 .title_2 {
    margin-top: 10px;
    margin-bottom: 25px;
    text-align: center;
    color: #5c5c5c;
    font-size: 25px;
    font-family: "Open Sans", Arial;
    font-weight: 300
}

.b_54807 .item_list {
    margin: 50px auto 0 auto
}

.b_54807 .item_list .item {
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 35px;
    padding: 10px 50px 0 50px
}

.b_54807 .item_list .item .name {
    color: #2b2b2b;
    font-size: 18px;
    font-family: "Open Sans", Arial;
    font-weight: 600
}

.b_54807 .item_list .item .desc {
    margin-top: 15px;
    color: #5c5c5c;
    font-size: 15px;
    line-height: 22px;
    font-family: Arial
}

.b_54807 .item_list .item .desc img {
    margin: 15px 0
}

.b_46308 .container-fluid {
    border-bottom: 0;
    background: url("/img/main_bg.jpg");
    background-size: cover;
    background-position: top center;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.b_46308 .container-fluid .dark_noise {
    position: relative;
    background: transparent url("/img/overlay.png") repeat
}

.b_46308 .container-fluid .dark {
    position: relative;
    background: rgba(0, 0, 0, 0.5)
}

.b_46308 .container-fluid .container {
    padding: 80px 0;
    color: #fff;
    text-shadow: 0 1px 1px #000;
    font-family: Arial;
    min-height: 550px;
    text-align: center
}

.b_46308 .title_1 {
    margin: 0;
    font-size: 60px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: 700
}

.b_46308 .title_2 {
    margin-top: 20px;
    font-size: 26px;
    line-height: 120%;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_46308 .btn_note {
    display: inline-block;
    position: relative;
    min-width: 100px;
    margin-top: 100px;
    padding: 5px;
    font-size: 16px;
    font-family: "Open Sans", Arial;
    font-weight: normal
}

.b_46308 .btn_wrap {
    position: relative;
    margin-top: 25px;
    display: inline-block
}

.b_46308 .btn_wrap:before {
    display: block;
    position: absolute;
    bottom: 18px;
    left: -78px;
    width: 70px;
    height: 70px;
    content: "";
    background-image: url("/img/arrow2.png");
    background-repeat: no-repeat
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_46308 .btn_wrap:before {
        background-image: url("/img/arrow2.retina.png");
        background-size: 70px 70px
    }
}

.b_46308 .btn_wrap.no_arrow:before {
    display: none
}

.b_46308 .btn_wrap.no_btn_note {
    margin-top: 100px
}

.b_46308 .btn_wrap a.btn {
    display: inline-block;
    padding: 1px 1px;
    border-radius: 3px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: Arial;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}

.b_46308 .btn_wrap a.btn div {
    display: inline-block;
    width: 100%;
    padding: 1px 1px;
    border-radius: 3px
}

.b_46308 .btn_wrap a.btn div span {
    display: inline-block;
    width: 100%;
    padding: 14px 50px;
    text-align: center;
    border-radius: 3px
}

.b_46308 .btn_wrap a.btn:hover {
    text-decoration: none
}

.b_46308 .btn_wrap a.btn.blue {
    background: #0999b2;
    background: #0999b2;
    background: -webkit-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -moz-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -o-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: -ms-linear-gradient(top, #0999b2 0, #011352 100%) no-repeat;
    background: linear-gradient(to bottom, #0999b2 0, #011352 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.blue div {
    background: #00d6ef;
    background: #00d6ef;
    background: -webkit-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -moz-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -o-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: -ms-linear-gradient(top, #00d6ef 0, #0161a1 100%) no-repeat;
    background: linear-gradient(to bottom, #00d6ef 0, #0161a1 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.blue div span {
    background: #019fcc;
    background: #019fcc;
    background: -webkit-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #019fcc 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #019fcc 0, #0172ae 100%) no-repeat;
    text-shadow: 0 1px 0 #00537f
}

.b_46308 .btn_wrap a.btn.blue:hover span {
    background: #018dc0;
    background: #018dc0;
    background: -webkit-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -moz-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -o-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: -ms-linear-gradient(top, #018dc0 0, #0172ae 100%) no-repeat;
    background: linear-gradient(to bottom, #018dc0 0, #0172ae 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.blue:active span {
    background: #0172ae;
    background: #0172ae;
    background: -webkit-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -moz-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -o-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: -ms-linear-gradient(top, #0172ae 0, #018dc0 100%) no-repeat;
    background: linear-gradient(to bottom, #0172ae 0, #018dc0 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.green {
    background: #77b606;
    background: #77b606;
    background: -webkit-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -moz-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -o-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: -ms-linear-gradient(top, #77b606 0, #034f01 100%) no-repeat;
    background: linear-gradient(to bottom, #77b606 0, #034f01 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.green div {
    background: #b1df5d;
    background: #b1df5d;
    background: -webkit-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -moz-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -o-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: -ms-linear-gradient(top, #b1df5d 0, #459b02 100%) no-repeat;
    background: linear-gradient(to bottom, #b1df5d 0, #459b02 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.green div span {
    background: #78be1a;
    background: #78be1a;
    background: -webkit-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #78be1a 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #78be1a 0, #3e9802 100%) no-repeat;
    text-shadow: 0 1px 0 #3b7f06
}

.b_46308 .btn_wrap a.btn.green:hover span {
    background: #61af11;
    background: #61af11;
    background: -webkit-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -moz-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -o-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: -ms-linear-gradient(top, #61af11 0, #3e9802 100%) no-repeat;
    background: linear-gradient(to bottom, #61af11 0, #3e9802 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.green:active span {
    background: #3e9802;
    background: #3e9802;
    background: -webkit-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -moz-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -o-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: -ms-linear-gradient(top, #3e9802 0, #61af11 100%) no-repeat;
    background: linear-gradient(to bottom, #3e9802 0, #61af11 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.orange {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #a00000 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #a00000 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.orange div {
    background: #fcb700;
    background: #fcb700;
    background: -webkit-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -moz-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -o-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: -ms-linear-gradient(top, #fcb700 0, #fd8803 100%) no-repeat;
    background: linear-gradient(to bottom, #fcb700 0, #fd8803 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.orange div span {
    background: #fe7f00;
    background: #fe7f00;
    background: -webkit-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fe7f00 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fe7f00 0, #fc6700 100%) no-repeat;
    text-shadow: 0 1px 0 #dd5900
}

.b_46308 .btn_wrap a.btn.orange:hover span {
    background: #fd7400;
    background: #fd7400;
    background: -webkit-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -moz-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -o-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: -ms-linear-gradient(top, #fd7400 0, #fc6700 100%) no-repeat;
    background: linear-gradient(to bottom, #fd7400 0, #fc6700 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.orange:active span {
    background: #fc6700;
    background: #fc6700;
    background: -webkit-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -moz-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -o-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: -ms-linear-gradient(top, #fc6700 0, #fd7400 100%) no-repeat;
    background: linear-gradient(to bottom, #fc6700 0, #fd7400 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.purple {
    background: #8122d5;
    background: #8122d5;
    background: -webkit-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -moz-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -o-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: -ms-linear-gradient(top, #8122d5 0, #260844 100%) no-repeat;
    background: linear-gradient(to bottom, #8122d5 0, #260844 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.purple div {
    background: #cc9feb;
    background: #cc9feb;
    background: -webkit-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -moz-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -o-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: -ms-linear-gradient(top, #cc9feb 0, #7d1fd2 100%) no-repeat;
    background: linear-gradient(to bottom, #cc9feb 0, #7d1fd2 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.purple div span {
    background: #ae4cea;
    background: #ae4cea;
    background: -webkit-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #ae4cea 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #ae4cea 0, #6516b7 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_46308 .btn_wrap a.btn.purple:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -o-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c33d2 0, #6516b7 100%) no-repeat;
    background: linear-gradient(to bottom, #8c33d2 0, #6516b7 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.purple:active span {
    background: #6516b7;
    background: #6516b7;
    background: -webkit-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -moz-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -o-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: -ms-linear-gradient(top, #6516b7 0, #8c33d2 100%) no-repeat;
    background: linear-gradient(to bottom, #6516b7 0, #8c33d2 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.purple_light {
    background: #8c72bb;
    background: #8c72bb;
    background: -webkit-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -moz-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -o-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: -ms-linear-gradient(top, #8c72bb 0, #342759 100%) no-repeat;
    background: linear-gradient(to bottom, #8c72bb 0, #342759 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.purple_light div {
    background: #f2caff;
    background: #f2caff;
    background: -webkit-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -moz-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -o-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: -ms-linear-gradient(top, #f2caff 0, #8d73bc 100%) no-repeat;
    background: linear-gradient(to bottom, #f2caff 0, #8d73bc 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.purple_light div span {
    background: #bbaad9;
    background: #bbaad9;
    background: -webkit-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #bbaad9 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #bbaad9 0, #745da9 100%) no-repeat;
    text-shadow: 0 1px 0 #62567a
}

.b_46308 .btn_wrap a.btn.purple_light:hover span {
    background: #9e8ac5;
    background: #9e8ac5;
    background: -webkit-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -moz-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -o-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: -ms-linear-gradient(top, #9e8ac5 0, #745da9 100%) no-repeat;
    background: linear-gradient(to bottom, #9e8ac5 0, #745da9 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.purple_light:active span {
    background: #745da9;
    background: #745da9;
    background: -webkit-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -moz-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -o-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: -ms-linear-gradient(top, #745da9 0, #9e8ac5 100%) no-repeat;
    background: linear-gradient(to bottom, #745da9 0, #9e8ac5 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.rose {
    background: #f77eaf;
    background: #f77eaf;
    background: -webkit-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -moz-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -o-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: -ms-linear-gradient(top, #f77eaf 0, #c02859 100%) no-repeat;
    background: linear-gradient(to bottom, #f77eaf 0, #c02859 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.rose div {
    background: #ffd2e4;
    background: #ffd2e4;
    background: -webkit-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd2e4 0, #f371a5 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd2e4 0, #f371a5 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.rose div span {
    background: #f586b4;
    background: #f586b4;
    background: -webkit-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f586b4 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f586b4 0, #f16096 100%) no-repeat;
    text-shadow: 0 1px 0 #a85474
}

.b_46308 .btn_wrap a.btn.rose:hover span {
    background: #f377a8;
    background: #f377a8;
    background: -webkit-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -moz-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -o-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: -ms-linear-gradient(top, #f377a8 0, #f16096 100%) no-repeat;
    background: linear-gradient(to bottom, #f377a8 0, #f16096 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.rose:active span {
    background: #f16096;
    background: #f16096;
    background: -webkit-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -moz-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -o-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: -ms-linear-gradient(top, #f16096 0, #f377a8 100%) no-repeat;
    background: linear-gradient(to bottom, #f16096 0, #f377a8 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.red {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -moz-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -o-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: -ms-linear-gradient(top, #e00505 0, #760000 100%) no-repeat;
    background: linear-gradient(to bottom, #e00505 0, #760000 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.red div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc0c0 0, #e00505 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc0c0 0, #e00505 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.red div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #f30000 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #f30000 0, #aa0d0d 100%) no-repeat;
    text-shadow: 0 1px 0 #6c090b
}

.b_46308 .btn_wrap a.btn.red:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -moz-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -o-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: -ms-linear-gradient(top, #d50505 0, #aa0d0d 100%) no-repeat;
    background: linear-gradient(to bottom, #d50505 0, #aa0d0d 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.red:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -moz-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -o-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: -ms-linear-gradient(top, #aa0d0d 0, #d50505 100%) no-repeat;
    background: linear-gradient(to bottom, #aa0d0d 0, #d50505 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.yellow {
    background: #e00505;
    background: #e00505;
    background: -webkit-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #d36e00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #d36e00 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.yellow div {
    background: #ffc0c0;
    background: #ffc0c0;
    background: -webkit-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -o-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffe7e4 0, #ffbe12 100%) no-repeat;
    background: linear-gradient(to bottom, #ffe7e4 0, #ffbe12 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.yellow div span {
    background: #f30000;
    background: #f30000;
    background: -webkit-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffd61f 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffd61f 0, #ff9d00 100%) no-repeat;
    text-shadow: 0 1px 0 #ce6200
}

.b_46308 .btn_wrap a.btn.yellow:hover span {
    background: #d50505;
    background: #d50505;
    background: -webkit-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -moz-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -o-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: -ms-linear-gradient(top, #ffc516 0, #ff9d00 100%) no-repeat;
    background: linear-gradient(to bottom, #ffc516 0, #ff9d00 100%) no-repeat
}

.b_46308 .btn_wrap a.btn.yellow:active span {
    background: #aa0d0d;
    background: #aa0d0d;
    background: -webkit-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -moz-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -o-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: -ms-linear-gradient(top, #ff9d00 0, #ffc516 100%) no-repeat;
    background: linear-gradient(to bottom, #ff9d00 0, #ffc516 100%) no-repeat
}

.b_10012 .container-fluid {
    background: #f7f7f7
}

.b_10012 .container {
    position: relative;
    padding: 70px 0;
    color: #000;
    font-size: 14px;
    line-height: 140%;
    font-family: Arial
}

.b_10012 .logo .company_name {
    margin-top: 10px;
    font-size: 21px;
    line-height: 108%
}

.b_10012 .desc {
    color: #8c8c8c
}

.b_10012 .policy_wrap {
    margin-top: 5px
}

.b_10012 .policy_wrap a.policy {
    cursor: pointer;
    color: #1369a2
}

.b_10012 .phone_desc {
    color: #8c8c8c;
    text-align: center
}

.b_10012 .phone {
    margin-top: -15px;
    font-size: 29px;
    line-height: 140%;
    text-align: center
}

.b_10012 .text p {
    margin: 0
}

.b_10012 .span5 {
    position: relative
}

.b_10012 .copyright {
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0;
    width: 31.25%;
    text-align: center
}

.b_10012 .copyright a {
    display: inline-block;
    height: 40px;
    color: #828282;
    font-family: 'Open Sans';
    font-weight: 400;
    text-decoration: none;
    font-size: 13px;
    line-height: 40px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.b_10012 .copyright a:hover {
    color: #343434
}

.b_10012 .copyright a:hover i {
    opacity: 1
}

.b_10012 .copyright a i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url("/_s/images/land/copyright.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    opacity: .4;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_10012 .copyright a i {
        background-image: url("/_s/images/land/copyright.retina.png");
        background-size: 40px 40px
    }
}

.b_10012 .copyright a span {
    display: inline-block;
    height: 40px;
    vertical-align: middle
}

.b_10012 .show_copyright {
    padding-bottom: 80px
}

.b_71522 .container-fluid {
    background: #fff
}

.b_71522 .container {
    padding: 45px 0 20px;
    font-family: Arial
}

.b_71522 h1.title {
    margin: 15px 10px 0;
    text-align: center;
    color: #34383a;
    font-size: 48px;
    font-family: "Open Sans", Arial;
    font-weight: 400
}

.b_71522 .title_2 {
    margin: 10px 0 0;
    text-align: center;
    color: #5c5c5c;
    font-size: 25px;
    font-family: "Open Sans", Arial;
    font-weight: 300
}

.b_71522 .item_list {
    margin: 50px 5px 0;
    padding-bottom: 50px;
    text-align: center
}

.b_71522 .item_list .sortable-placeholder {
    position: relative;
    display: inline-block;
    width: 185px;
    height: 95px;
    text-align: center;
    border: 3px dashed #CCC;
    background-image: url("/_s/images/land/overlay_move.png");
    background-position: center center;
    background-repeat: no-repeat;
    padding: 2px;
    vertical-align: bottom
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_71522 .item_list .sortable-placeholder {
        background-image: url("/_s/images/land/overlay_move.retina.png");
        background-size: 60px 60px
    }
}

.b_71522 .item_list .item {
    display: inline-block;
    width: 185px;
    height: 105px;
    padding: 10px 5px;
    text-align: center
}

.b_71522 .item_list .item img {
    max-height: 85px;
    vertical-align: top
}

.b_71522 .item_list .item .editor_item_btn {
    display: none;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #BBB
}

.b_71522 .item_list .item .editor_item_btn a {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    opacity: .7;
    background-image: url("/_s/images/admin/main_sprite.png?v5");
    background-repeat: no-repeat;
    cursor: pointer;
    background-position: -293px -157px
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (min-resolution:1.3dppx) {
    .b_71522 .item_list .item .editor_item_btn a {
        background-image: url("/_s/images/admin/main_sprite.retina.png?v5");
        background-size: 348px 298px
    }
}

.b_71522 .item_list .item .editor_item_btn a:hover {
    opacity: 1
}

.b_71522 .item_list .item:hover .editor_item_btn {
    display: block
}

.b_71522 .item_list.gray .item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: url("/_app/block/11/grayscale.svg#greyscale");
    filter: gray;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.b_71522 .item_list.gray .item img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: none
}

.b_71522 .item_list:hover .editor_item_add {
    display: block
}

@media(max-width:570px) {
    body.adaptive .b_71522 .container {
        padding: 30px 0 25px 0
    }

    body.adaptive .b_71522 .container .title {
        margin: 15px 0 0
    }

    body.adaptive .b_71522 .container .item_list {
        margin: 40px 0 20px;
        padding-bottom: 0
    }

    body.adaptive .b_71522 .container .item_list .item {
        width: 150px;
        height: 85px
    }
}

@media(min-width:571px) and (max-width:767px) {
    body.adaptive .b_71522 .container {
        padding-bottom: 30px
    }

    body.adaptive .b_71522 .container .item_list {
        margin-top: 45px;
        padding-bottom: 25px
    }
}

@-webkit-keyframes rightEnd {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@keyframes rightEnd {
    0% {
        left: 0
    }

    50% {
        left: -30px
    }

    100% {
        left: 0
    }
}

@-webkit-keyframes leftEnd {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

@keyframes leftEnd {
    0% {
        left: 0
    }

    50% {
        left: 30px
    }

    100% {
        left: 0
    }
}

.b_35680 .noanimate {
    -webkit-transition-property: none !important;
    -moz-transition-property: none !important;
    transition-property: none !important
}

.b_35680 .rightEnd {
    -webkit-animation: rightEnd .3s;
    animation: rightEnd .3s;
    position: relative
}

.b_35680 .leftEnd {
    -webkit-animation: leftEnd .3s;
    animation: leftEnd .3s;
    position: relative
}

.b_35680 .container-fluid {
    background: #f7f7f7;
    overflow: hidden
}

.b_35680 .container {
    font-family: Arial;
    padding: 45px 0 25px
}

.b_35680 h1.title {
    font-family: 'Open Sans', Arial;
    font-size: 48px;
    font-weight: 400;
    line-height: 140%;
    margin: 15px 0 10px;
    text-align: center;
    color: #34383a
}

.b_35680 .title_2 {
    font-family: 'Open Sans', Arial;
    font-size: 25px;
    font-weight: 300;
    margin: 10px 0 0;
    text-align: center;
    color: #5c5c5c;
    position: relative;
    z-index: 2
}

.b_35680 .slider_wrap {
    overflow: hidden;
    width: 95%;
    width: calc(100% - 30px);
    margin: 0 auto;
    padding-top: 40px;
    z-index: 2;
    position: relative
}

.b_35680 .slider_pager {
    display: none;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.b_35680 .slider_pager li {
    width: 14px;
    height: 14px;
    margin: 0 3px;
    border: 1px solid #c6c6c6;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    transition: all 100ms ease
}

.b_35680 .slider_pager li a {
    display: none
}

.b_35680 .slider_pager li.active {
    border-color: #4e4e4e
}

.b_35680 .slider {
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transition-timing-function: inherit !important;
    -moz-transition-timing-function: inherit !important;
    -o-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
    -webkit-transition-duration: inherit !important;
    -moz-transition-duration: inherit !important;
    -o-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: -webkit-transform, height;
    -moz-transition-property: -moz-transform, height;
    transition-property: transform, height;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    transform: translate(0px, 0px)
}

.b_35680 .controls {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: -15px;
    z-index: 0
}

.b_35680 .controls .prev, .b_35680 .controls .next {
    display: table;
    position: absolute;
    top: 0;
    width: 30px;
    height: 100%;
    cursor: pointer
}

.b_35680 .controls .prev:hover .button, .b_35680 .controls .next:hover .button {
    opacity: .7
}

.b_35680 .controls .prev .button, .b_35680 .controls .next .button {
    display: table-cell;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    opacity: .3;
    background-image: url('/_s/images/admin/slider_act_dark.png');
    background-repeat: no-repeat;
    background-size: 120px 40px
}

@media(-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi), (-webkit-min-device-pixel-ratio:1.3), (min-resolution:1.3dppx) {
    .b_35680 .controls .prev .button, .b_35680 .controls .next .button {
        background-image: url('/_s/images/admin/slider_act_dark.retina.png')
    }
}

.b_35680 .controls .prev {
    left: -20px
}

.b_35680 .controls .prev .button {
    background-position: -20px center
}

.b_35680 .controls .next {
    right: -20px
}

.b_35680 .controls .next .button {
    background-position: -70px 50%
}

.b_35680 .row-holder {
    position: relative;
    display: inline-block
}

.b_35680 .item {
    display: inline-block;
    width: 33.33%;
    padding: 0 15px 75px;
    vertical-align: top;
    word-break: break-word;
    letter-spacing: normal
}

.b_35680 .item:nth-child(3n-2) {
    padding-left: 2px
}

.b_35680 .item:nth-child(3n) {
    padding-right: 2px
}

.b_35680 .item .item_data {
    font-family: Arial;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.b_35680 .item .item_data .text {
    font-size: 13px;
    line-height: 20px;
    color: #5c5c5c
}

.b_35680 .item .item_data .namedesc-holder {
    margin-top: 15px
}

.b_35680 .item .item_data .name {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.1em;
    margin-right: 95px;
    color: #2b2b2b;
    min-height: 1em
}

.b_35680 .item .item_data .desc {
    font-size: 12px;
    line-height: 1.1em;
    margin-top: 2px;
    margin-right: 95px;
    color: #bd905d;
    min-height: 1em
}

.b_35680 .item .item_data .img_holder {
    position: relative;
    width: 100%;
    height: 0
}

.b_35680 .item .item_data .img_wrap {
    position: absolute;
    right: 0;
    bottom: -50px;
    width: 92px;
    height: 92px;
    padding: 5px;
    border: 1px solid #ececec;
    border-radius: 45px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.b_35680 .item .item_data .img_wrap .img {
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 45px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.b_35680 .editor_item_add_placeholder {
    display: none !important;
    opacity: 0
}

.b_35680 .item_list {
    margin: 15px 0 0
}

.b_35680 .item_list:not(.slidered) {
    letter-spacing: -1em;
    margin-top: 55px
}

.b_35680 .item_list.slidered .slider .item {
    position: relative;
    white-space: normal
}

.b_35680 .item_list.slidered .editor_item {
    position: absolute;
    width: 300%;
    height: 32px;
    top: -36px;
    bottom: auto;
    right: 0
}

.b_35680 .item_list.slidered .editor_hide_remove.item .editor_item_add {
    left: calc(50% - 75px) !important
}

.b_35680 .item_list.slidered .editor_item .editor_extra_overlay,
.b_35680 .item_list.slidered .editor_item .editor_item_top, .b_35680 .item_list.slidered .editor_item .editor_item_bottom,
.b_35680 .item_list.slidered .editor_item .editor_item_right {
    display: none !important
}

.b_35680 .item_list.slidered .editor_item .editor_item_add, .b_35680 .item_list.slidered .editor_item .editor_item_remove {
    top: auto;
    bottom: 0;
    width: 150px;
    cursor: pointer;
    text-align: center;
    opacity: 1;
    color: #6c7176;
    border-color: #d4d6d8;
    background: #f9fdff
}

.b_35680 .item_list.slidered .editor_item .editor_item_add:hover,
.b_35680 .item_list.slidered .editor_item .editor_item_remove:hover {
    color: #30343b
}

.b_35680 .item_list.slidered .editor_item .editor_item_add:hover a,
.b_35680 .item_list.slidered .editor_item .editor_item_remove:hover a {
    opacity: 1
}

.b_35680 .item_list.slidered .editor_item .editor_item_add a, .b_35680 .item_list.slidered .editor_item .editor_item_remove a {
    display: inline-block;
    width: 18px;
    opacity: .6
}

.b_35680 .item_list.slidered .editor_item .editor_item_add span,
.b_35680 .item_list.slidered .editor_item .editor_item_remove span {
    font-size: 11px;
    line-height: 32px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: bottom;
    text-transform: uppercase
}

.b_35680 .item_list.slidered .editor_item .editor_item_add {
    right: 50%;
    left: auto
}

.b_35680 .item_list.slidered .editor_item .editor_item_add a {
    background-position: -214px -260px
}

.b_35680 .item_list.slidered .editor_item .editor_item_remove {
    left: 50%;
    margin-left: -1px
}

.b_35680 .item_list.slidered .editor_item .editor_item_remove a {
    background-position: -176px -261px
}

.b_35680 .item_list.slidered .editor_item .editor_item_remove_placeholder {
    box-sizing: content-box;
    width: 100%;
    height: 170px;
    padding: 0;
    top: 35px
}

.b_35680 .item_list.slidered .editor_item .editor_item_add_placeholder {
    top: 0;
    right: 0;
    width: 15px;
    height: calc(100% - 75px);
    margin: 0
}

@media(max-width:570px) {
    body.adaptive .b_35680 .container {
        padding: 30px 0 20px;
        width: 100%
    }

    body.adaptive .b_35680 .container .title, body.adaptive .b_35680 .container .title_2 {
        width: 86%;
        margin-left: auto;
        margin-right: auto
    }

    body.adaptive .b_35680 .container .slider_pager {
        display: block
    }

    body.adaptive .b_35680 .container .item_list {
        margin: 0 0 5px
    }

    body.adaptive .b_35680 .container .item_list:not(.slidered) .item {
        display: block;
        width: 100%;
        margin: 0 auto 55px;
        padding: 0
    }

    body.adaptive .b_35680 .container .item_list:not(.slidered) .item .item_data {
        border-top-width: 0
    }

    body.adaptive .b_35680 .container .item_list.slidered .slider_wrap {
        width: 100%
    }

    body.adaptive .b_35680 .container .item_list.slidered .slider_wrap .slider_holder {
        transition-timing-function: cubic-bezier(0, 0, 0, 1) !important
    }

    body.adaptive .b_35680 .container .item_list.slidered .item {
        padding: 0 0 75px !important;
        width: 100%
    }

    body.adaptive .b_35680 .container .item_list .item .item_data {
        border-right-width: 0;
        padding: 20px 7%
    }

    body.adaptive .b_35680 .container .item_list .item .item_data .text {
        font-size: 15px
    }

    body.adaptive .b_35680 .container .item_list .item .item_data .name {
        font-size: 17px
    }

    body.adaptive .b_35680 .container .item_list .item .item_data .desc {
        font-size: 14px;
        margin-top: 4px
    }

    body.adaptive .b_35680 .container .item_list .item:last-child .item_data {
        border-right-width: 1px
    }

    body.adaptive .b_35680 .container .controls {
        display: none
    }
}

@media(min-width:571px) and (max-width:767px) {
    body.adaptive .b_35680 .container {
        padding: 30px 0 25px;
        overflow: hidden
    }

    body.adaptive .b_35680 .container .item_list {
        margin-top: 40px
    }

    body.adaptive .b_35680 .container .item_list:not(.slidered) {
        margin-bottom: 0
    }

    body.adaptive .b_35680 .container .item_list:not(.slidered) .item {
        width: 50%;
        margin-bottom: 60px;
        padding: 0 7px
    }

    body.adaptive .b_35680 .container .item_list.slidered {
        margin-top: 0
    }

    body.adaptive .b_35680 .container .item_list.slidered .slider {
        white-space: nowrap
    }

    body.adaptive .b_35680 .container .item_list.slidered .slider_holder {
        transition-timing-function: cubic-bezier(0, 0, 0, 1) !important
    }

    body.adaptive .b_35680 .container .item_list.slidered .slider_wrap {
        width: 95%;
        width: calc(100% - 60px)
    }

    body.adaptive .b_35680 .container .item_list.slidered .item {
        width: 100%;
        padding: 0 2px 60px
    }

    body.adaptive .b_35680 .container .item_list .item .text {
        font-size: 16px
    }

    body.adaptive .b_35680 .container .item_list .slider_wrap {
        padding-top: 25px
    }

    body.adaptive .b_35680 .container .controls .prev {
        left: -2px
    }

    body.adaptive .b_35680 .container .controls .next {
        right: -2px
    }
}

@media(min-width:768px) and (max-width:1025px) and (orientation:portrait) {
    body.adaptive .b_35680 .container .item_list.slidered .slider_holder {
        transition-timing-function: cubic-bezier(0, 0, 0, 1) !important
    }

    body.adaptive .b_35680 .container .item_list .item .text {
        font-size: 16px
    }

    body.adaptive .b_35680 .container .controls .prev {
        left: -15px
    }

    body.adaptive .b_35680 .container .controls .next {
        right: -15px
    }
}