/* Вкладки для окна с кнопками */
div.tabs {
    margin: 10px 0;
}

ul.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.tabNavigation li {
    display: inline;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
    background: -moz-linear-gradient(top, #027bcc 1%, #156ba4 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #027bcc), color-stop(100%, #156ba4));
    background: -webkit-linear-gradient(top, #027bcc 1%, #156ba4 100%);
    background: -o-linear-gradient(top, #027bcc 1%, #156ba4 100%);
    background: -ms-linear-gradient(top, #027bcc 1%, #156ba4 100%);
    background: linear-gradient(to bottom, #027bcc 1%, #156ba4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#027bcc', endColorstr='#156ba4', GradientType=0);
    color: #fff;
    cursor: default;
}

ul.tabNavigation li a:hover {
    color: #2B5C8A;
}

.buttonsbox, .blocksbox, .graphicsbox, .headlinesbox, .multimediabox, .layoutsbox {
    height: 160px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 10px;
    background: #FDFDFD;
}

.insert-elem {
    width: 470px;
}

.insert-elem .innerTop {
    height: 470px;
}

.insert-elem table {
    width: 360px;
    margin: 0 auto;
}

.insert-elem table tr td {
    width: 190px;
    height: 80px;
    max-height: 125px;

}

.insert-elem table tr td img {
    width: auto;
    height: auto;
    max-width: 190px;
    max-height: 100px;
    display: block;
    margin: 10px auto 0;
    padding: 5px;
}

.insert-elem table tr td img:hover {
    cursor: pointer;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    -khtml-opacity: 0.7;
}

.headlinesbox table tr td img {
    max-width: 350px !important;
}

.layoutsbox table tr td img {
    width: 150px !important;
    height: 160px !important;
    max-width: 150px !important;
    max-height: 160px !important;
}

.selected-elem {
    border: dotted 2px #038D14;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.solid-block-preview {
    width: 180px;
    height: 50px;
    margin: 10px auto;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 3px #ccc;
    cursor: pointer;
}

.dotted-block-preview {
    width: 180px;
    height: 50px;
    margin: 10px auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 3px #ccc;
    cursor: pointer;
}

.insert-elem #blockbuilder {
    width: 400px;
    margin: 0 auto;
}

#multimediabox table, #blockbuilder {
    width: 100%;
}

#multimediabox table tr td, #blockbuilder tr td {
    padding-bottom: 20px;
    padding-right: 10px;
}

#multimediabox table tr p, #blockbuilder tr p {
    margin-bottom: 10px;
}

.ui-slider {
    height: 6px;
    position: relative;
    text-align: left;
    background: #fff;
    border: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.ui-slider .ui-slider-handle {
    outline-color: transparent;
    position: absolute;
    top: -6px;
    left: -1px;
    margin-left: -5px;
    z-index: 2;
    border-radius: 50%;
    border: 0;
    outline: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: #2e97de;
}

.ui-slider .ui-slider-range {
    background: #ccc;
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.build-border-width, .build-border-radius, .build-button-width {
    width: 130px;
}

.code-width-builder, .block-radius-builder, .code-radius-builder, .button-border-builder, .form-width-builder, .window-radius-builder, .window-border-builder {
    width: 220px;
    display: inline-block;
}

.current-code-width,
.current-block-radius,
.current-code-radius,
.current-button-border,
.current-form-width,
.current-window-radius,
.current-window-border {
    display: inline-block;
    width: 40px;
}

.current-btn-border {
    display: inline-block;
    margin-left: 15px;
    position: relative;
    top: 2px;
}

/*stylish radio/checkbox */
.compiledButtonStyle .radiobox {
    margin: 0 !important;
    padding: 0 !important;
}

.compiledButtonStyle .radiobox span {
    display: none;
}

.compiledButtonStyle label {
    cursor: pointer;
}

.JC-popup {
    background: #fff;
}

.JC-popup input {
    font-size: 14px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: #ccc 1px solid;
    padding: 4px;
    margin: 0;
}

.JC-popup h1, .JC-popup p {
    margin: 5px 0;
    text-align: center;
}

.JC-popup form {
    margin: 0;
    padding: 0;
}

.JC-popup a.close {
    display: block;
    float: right;
    color: #ccc;
    font-size: 20px;
    margin: -18px -10px 10px 0;
    text-decoration: none;
}

.JC-popup a.close {
    margin-right: -5px;
}

.JC-popup a.close:hover {
    color: #727272;
}

.JC-popup td {
    padding-bottom: 5px;
}

.JC-popup td.label {
    padding-right: 5px;
}

.JC-popup .jc_compile_btn {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
}

.JC-popup input:focus {
    outline: none;
}

.jc_compile_btn {
    cursor: pointer;
    margin: 0 auto;
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
}

.jc_compile_btn .fa-check-circle {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 35px;
    color: #fff;
}

.jc_compile_block {
    box-shadow: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    position: relative;
}

.jc_compile_block .fa-check-circle {
    position: absolute;
    left: 15px;
    top: 12px;
    font-size: 35px;
    color: #2e97de;
}

.jc_compile_btn, .jc_compile_block, .jc_compile_btn span, .form-submit {
    text-decoration: none; /*text-transform:capitalize;*/
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.form-submit {
    padding: 0 20px;
    height: 58px;
    border: 1px solid transparent;
    color: #fff;
    font: bold 24px/58px Arial;
}

.jc_compile_btn.small span {
    height: 38px;
    font: bold 18px/38px Arial;
}

input.form-submit.small {
    height: 50px;
    padding-bottom: 7px;
}

/* compiled buttons NEW */
.jc_compile_btn.black-smooth-gradient {
    background: #c4c4c4; /* Old browsers */
    background: -moz-linear-gradient(top, #c4c4c4 0%, #383838 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c4c4c4), color-stop(100%, #383838)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c4c4c4 0%, #383838 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c4c4c4 0%, #383838 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c4c4c4 0%, #383838 100%); /* IE10+ */
    background: linear-gradient(to bottom, #c4c4c4 0%, #383838 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c4c4c4', endColorstr='#383838', GradientType=0); /* IE6-9 */
    font: normal 24px Arial;
    color: #fff;
}

.jc_compile_btn.white-smooth-gradient {
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0); /* IE6-9 */
}

.jc_compile_btn.blue-smooth-gradient {
    background: rgb(167, 207, 223); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(167, 207, 223, 1) 0%, rgba(35, 83, 138, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(167, 207, 223, 1)), color-stop(100%, rgba(35, 83, 138, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(167, 207, 223, 1) 0%, rgba(35, 83, 138, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(167, 207, 223, 1) 0%, rgba(35, 83, 138, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(167, 207, 223, 1) 0%, rgba(35, 83, 138, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(167, 207, 223, 1) 0%, rgba(35, 83, 138, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a7cfdf', endColorstr='#23538a', GradientType=0); /* IE6-9 */
}

.jc_compile_btn.ltblue-smooth-gradient {
    background: #cfe7fa; /* Old browsers */
    background: -moz-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cfe7fa), color-stop(100%, #6393c1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cfe7fa 0%, #6393c1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cfe7fa 0%, #6393c1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cfe7fa', endColorstr='#6393c1', GradientType=0); /* IE6-9 */
    font: normal 24px Arial;
    color: #fff;
}

.jc_compile_btn.green-smooth-gradient {
    background: rgb(201, 222, 150); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(201, 222, 150, 1) 0%, rgba(138, 182, 107, 1) 44%, rgba(57, 130, 53, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(201, 222, 150, 1)), color-stop(44%, rgba(138, 182, 107, 1)), color-stop(100%, rgba(57, 130, 53, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(201, 222, 150, 1) 0%, rgba(138, 182, 107, 1) 44%, rgba(57, 130, 53, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(201, 222, 150, 1) 0%, rgba(138, 182, 107, 1) 44%, rgba(57, 130, 53, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(201, 222, 150, 1) 0%, rgba(138, 182, 107, 1) 44%, rgba(57, 130, 53, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(201, 222, 150, 1) 0%, rgba(138, 182, 107, 1) 44%, rgba(57, 130, 53, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9de96', endColorstr='#398235', GradientType=0); /* IE6-9 */
}

.jc_compile_btn.ltpurple-smooth-gradient {
    background: rgb(229, 112, 231); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(229, 112, 231, 1) 0%, rgba(200, 94, 199, 1) 47%, rgba(168, 73, 163, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(229, 112, 231, 1)), color-stop(47%, rgba(200, 94, 199, 1)), color-stop(100%, rgba(168, 73, 163, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(229, 112, 231, 1) 0%, rgba(200, 94, 199, 1) 47%, rgba(168, 73, 163, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(229, 112, 231, 1) 0%, rgba(200, 94, 199, 1) 47%, rgba(168, 73, 163, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(229, 112, 231, 1) 0%, rgba(200, 94, 199, 1) 47%, rgba(168, 73, 163, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(229, 112, 231, 1) 0%, rgba(200, 94, 199, 1) 47%, rgba(168, 73, 163, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e570e7', endColorstr='#a849a3', GradientType=0); /* IE6-9 */
}

.jc_compile_btn.gold-smooth-gradient {
    background: rgb(234, 185, 45); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(234, 185, 45, 1) 0%, rgba(199, 152, 16, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(234, 185, 45, 1)), color-stop(100%, rgba(199, 152, 16, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(234, 185, 45, 1) 0%, rgba(199, 152, 16, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(234, 185, 45, 1) 0%, rgba(199, 152, 16, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(234, 185, 45, 1) 0%, rgba(199, 152, 16, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(234, 185, 45, 1) 0%, rgba(199, 152, 16, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eab92d', endColorstr='#c79810', GradientType=0); /* IE6-9 */
}

.jc_compile_btn.yellow-smooth-gradient {
    background: rgb(255, 214, 94); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 214, 94, 1)), color-stop(100%, rgba(254, 191, 4, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 214, 94, 1) 0%, rgba(254, 191, 4, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd65e', endColorstr='#febf04', GradientType=0); /* IE6-9 */
}

.jc_compile_btn.red-smooth-gradient {
    background: rgb(255, 48, 25); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 48, 25, 1)), color-stop(100%, rgba(207, 4, 4, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 48, 25, 1) 0%, rgba(207, 4, 4, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0); /* IE6-9 */
}

.jc_compile_btn.ltgreen-smooth-gradient {
    /*background: rgb(210,255,82); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(210, 255, 82, 1) 0%, rgba(145, 232, 66, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(210, 255, 82, 1)), color-stop(100%, rgba(145, 232, 66, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(210, 255, 82, 1) 0%, rgba(145, 232, 66, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(210, 255, 82, 1) 0%, rgba(145, 232, 66, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(210, 255, 82, 1) 0%, rgba(145, 232, 66, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(210, 255, 82, 1) 0%, rgba(145, 232, 66, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d2ff52', endColorstr='#91e842', GradientType=0); /* IE6-9 */
}

.jc_subblock_none {
    border: solid 1px #E0E0E0;
    background: url(../images/subscr-blocks/none.png) #fff;
    background-size: 100% 100%;
}

.jc_subblock_0 {
    padding: 0;
}

.jc_subblock_1 {
    border: solid 1px #E0E0E0;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.jc_subblock_2 {
    border: solid 1px #E0E0E0;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.jc_subblock_3 {
    border: solid 1px #E0E0E0;
    background: #fff;
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.4), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.jc_subblock_4 {
    border: solid 1px #E0E0E0;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 10px 6px -6px #777;
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 10px 6px -6px #777;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 10px 6px -6px #777;
}

.jc_subblock_5 {
    border: solid 1px #E0E0E0;
    background: #fff;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 3px 10px #999;
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 3px 10px #999;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 3px 10px #999;
}

.jc_subblock_6 {
    border: solid 1px #E0E0E0;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, rgba(0, 0, 0, 0.14) 0px 0px 20px 3px;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, rgba(0, 0, 0, 0.14) 0px 0px 20px 3px;
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, rgba(0, 0, 0, 0.14) 0px 0px 20px 3px;
}

.jc_subblock_7 {
    border: solid 1px #E0E0E0;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.jc_subblock_7:before, .jc_subblock_7:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 10px;
    bottom: 10px;
    left: 0;
    right: 0;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.jc_subblock_7:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.jc_subblock_8 {
    border: solid 1px #E0E0E0;
    background: #fff;
    position: relative;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.jc_subblock_8:before, .jc_subblock_8:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    top: 0;
    bottom: 0;
    left: 10px;
    right: 10px;
    -moz-border-radius: 100px / 10px;
    border-radius: 100px / 10px;
}

.jc_subblock_8:after {
    right: 10px;
    left: auto;
    -webkit-transform: skew(8deg) rotate(3deg);
    -moz-transform: skew(8deg) rotate(3deg);
    -ms-transform: skew(8deg) rotate(3deg);
    -o-transform: skew(8deg) rotate(3deg);
    transform: skew(8deg) rotate(3deg);
}

.jc_subblock_9 {
    border: solid 1px #E0E0E0;
    background: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 5px 0 -4px #fff, 0 5px 0 -3px #E0E0E0, 0 11px 0 -8px #fff, 0 11px 0 -7px #E0E0E0, 0 17px 0 -12px #fff, 0 17px 0 -11px #E0E0E0;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 5px 0 -4px #fff, 0 5px 0 -3px #E0E0E0, 0 11px 0 -8px #fff, 0 11px 0 -7px #E0E0E0, 0 17px 0 -12px #fff, 0 17px 0 -11px #E0E0E0;
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1) inset, 0 5px 0 -4px #fff, 0 5px 0 -3px #E0E0E0, 0 11px 0 -8px #fff, 0 11px 0 -7px #E0E0E0, 0 17px 0 -12px #fff, 0 17px 0 -11px #E0E0E0;
}

.jc_subblocktexture_0 {
    padding: 0;
}

.jc_subblocktexture_1 {
    background: url(../images/subscr-blocks/bgsubform.png);
}

.jc_subblocktexture_2 {
    background: url(../images/subscr-blocks/bgimg.jpg);
}

.jc_subblocktexture_3 {
    background: url(../images/subscr-blocks/witewall_3.png);
}

.jc_subblocktexture_4 {
    background: url(../images/subscr-blocks/white_wall_hash.png);
}

#term + div .selected, #tarrif + div .selected {
    font-weight: bold;
    color: #007CCF;
}

.discount, #tarrif + div .discount.selected {
    color: #BA392A !important;
}

a.click {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

div.c0 {
    margin-left: -2px;
}

div.c1 {
    margin-left: 6px;
}

div.c2 {
    margin-left: -4px;
}

div.c3 {
    margin-left: 6px;
}

div.c4 {
    margin-left: 6px;
}

.compiledBlock input[type="radio"],
.compiledTexture input[type="radio"],
.compiledButtonStyle input[type="radio"] {
    display: none;
}

.compiledBlock label,
.compiledTexture label,
.compiledButtonStyle label {
    margin-right: 15px;
    margin-bottom: 15px;
}

/*compiled buttons*/
.g-button.submitBtn {
    color: #fff;
    width: auto;
}

.g-button, .submitBtn.g-button {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

.g-button:hover {
    text-decoration: none !important;
    color: #FFFFFF !important;
}

.g-button, .g-button span, .submitBtn.g-button {
    text-decoration: none;
    text-transform: capitalize;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.g-button span, .submitBtn.g-button {
    padding: 0 20px;
    height: 58px;
    border: 1px solid transparent;
    color: #fff;
    font: bold 24px/58px Arial;
}

.g-button.small span, .submitBtn.g-button.small {
    height: 38px;
    font: bold 18px/38px Arial;
}

.compiledButton td {
    padding: 0 0 20px 20px;
}

.g-button.blue span {
    border-top: 1px solid #8eb9d7;
    border-bottom: 1px solid #001a2c;
}

.g-button.blue {
    text-shadow: 0 -1px 0 #0a3b5e;
    background: -moz-linear-gradient(top, #1b70ae 0%, #014b81 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1b70ae), color-stop(100%, #014b81));
    background: -webkit-linear-gradient(top, #1b70ae 0%, #014b81 100%);
    background: -o-linear-gradient(top, #1b70ae 0%, #014b81 100%);
    background: -ms-linear-gradient(top, #1b70ae 0%, #014b81 100%);
    background: linear-gradient(to bottom, #1b70ae 0%, #014b81 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b70ae', endColorstr='#014b81', GradientType=0);
}

.g-button.red span {
    border-top: 1px solid #ff989c;
    border-bottom: 1px solid #400003;
}

.g-button.red {
    text-shadow: 0 -1px 0 #8c1419;
    background: -moz-linear-gradient(top, #fe3138 0%, #bd0209 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe3138), color-stop(100%, #bd0209));
    background: -webkit-linear-gradient(top, #fe3138 0%, #bd0209 100%);
    background: -o-linear-gradient(top, #fe3138 0%, #bd0209 100%);
    background: -ms-linear-gradient(top, #fe3138 0%, #bd0209 100%);
    background: linear-gradient(to bottom, #fe3138 0%, #bd0209 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe3138', endColorstr='#bd0209', GradientType=0);
}

.g-button.pink span {
    border-top: 1px solid #c88dc7;
    border-bottom: 1px solid #220121;
}

.g-button.pink {
    text-shadow: 0 -1px 0 #4e0b4d;
    background: -moz-linear-gradient(top, #90198d 0%, #630461 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #90198d), color-stop(100%, #630461));
    background: -webkit-linear-gradient(top, #90198d 0%, #630461 100%);
    background: -o-linear-gradient(top, #90198d 0%, #630461 100%);
    background: -ms-linear-gradient(top, #90198d 0%, #630461 100%);
    background: linear-gradient(to bottom, #90198d 0%, #630461 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#90198d', endColorstr='#630461', GradientType=0);
}

.g-button.green span {
    border-top: 1px solid #75f5a2;
    border-bottom: 1px solid #024218;
}

.g-button.green {
    text-shadow: 0 -1px 0 #8c1419;
    background: -moz-linear-gradient(top, #32fa78 0%, #06bf47 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32fa78), color-stop(100%, #06bf47));
    background: -webkit-linear-gradient(top, #32fa78 0%, #06bf47 100%);
    background: -o-linear-gradient(top, #32fa78 0%, #06bf47 100%);
    background: -ms-linear-gradient(top, #32fa78 0%, #06bf47 100%);
    background: linear-gradient(to bottom, #32fa78 0%, #06bf47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32fa78', endColorstr='#06bf47', GradientType=0);
}

.g-button.orange span {
    border-top: 1px solid #fac678;
    border-bottom: 1px solid #523203;
}

.g-button.orange {
    text-shadow: 0 -1px 0 #8c1419;
    background: -moz-linear-gradient(top, #f7ac3b 0%, #bf7404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7ac3b), color-stop(100%, #bf7404));
    background: -webkit-linear-gradient(top, #f7ac3b 0%, #bf7404 100%);
    background: -o-linear-gradient(top, #f7ac3b 0%, #bf7404 100%);
    background: -ms-linear-gradient(top, #f7ac3b 0%, #bf7404 100%);
    background: linear-gradient(to bottom, #f7ac3b 0%, #bf7404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ac3b', endColorstr='#bf7404', GradientType=0);
}

.g-button.green span {
    border-top: 1px solid #75f5a2;
    border-bottom: 1px solid #024218;
}

.g-button.green {
    text-shadow: 0 -1px 0 #8c1419;
    background: -moz-linear-gradient(top, #32fa78 0%, #06bf47 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32fa78), color-stop(100%, #06bf47));
    background: -webkit-linear-gradient(top, #32fa78 0%, #06bf47 100%);
    background: -o-linear-gradient(top, #32fa78 0%, #06bf47 100%);
    background: -ms-linear-gradient(top, #32fa78 0%, #06bf47 100%);
    background: linear-gradient(to bottom, #32fa78 0%, #06bf47 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#32fa78', endColorstr='#06bf47', GradientType=0);
}

.g-button.orange span {
    border-top: 1px solid #fac678;
    border-bottom: 1px solid #523203;
}

.g-button.orange {
    text-shadow: 0 -1px 0 #8c1419;
    background: -moz-linear-gradient(top, #f7ac3b 0%, #bf7404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7ac3b), color-stop(100%, #bf7404));
    background: -webkit-linear-gradient(top, #f7ac3b 0%, #bf7404 100%);
    background: -o-linear-gradient(top, #f7ac3b 0%, #bf7404 100%);
    background: -ms-linear-gradient(top, #f7ac3b 0%, #bf7404 100%);
    background: linear-gradient(to bottom, #f7ac3b 0%, #bf7404 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7ac3b', endColorstr='#bf7404', GradientType=0);
}
