@font-face {
    font-family: 'calibri_regular';
    src: url('calibri/calibri-webfont.eot'),
    url('calibri/calibri-webfont.woff') format('woff'),
    url('calibri/calibri-webfont.ttf') format('truetpe');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri_bold';
    src: url('calibri/calibri_bold-webfont.eot'),
    url('calibri/calibri_bold-webfont.woff') format('woff'),
    url('calibri/calibri_bold-webfont.ttf') format('truetpe');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri_italic';
    src: url('calibri/calibri_italic-webfont.eot'),
    url('calibri/calibri_italic-webfont.woff') format('woff'),
    url('calibri/calibri_italic-webfont.ttf') format('truetpe');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'calibri_bold_italic';
    src: url('calibri/calibri_bold_italic-webfont.eot'),
    url('calibri/calibri_bold_italic-webfont.woff') format('woff'),
    url('calibri/calibri_bold_italic-webfont.ttf') format('truetpe');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontello';
    src: url('fontello/fontello.eot'),
    url('fontello/fontello.eot#iefix') format('embedded-opentype'),
    url('fontello/fontello.woff2') format('woff2'),
    url('fontello/fontello.woff') format('woff'),
    url('fontello/fontello.ttf') format('truetype'),
    url('fontello/fontello.svg#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gabriola';
    src: url('gab/Gabriola.eot');
    src: url('gab/Gabriola.eot?#iefix') format('embedded-opentype'),
    url('gab/Gabriola.woff') format('woff'),
    url('gab/Gabriola.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

*:before, *:after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    height: 100%;
    font: normal 18px/1.2 'calibri_regular', sans-serif;
    color: #000;
}

aside, nav, footer, header, section, article, menu {
    display: block;
}

a {
    color: inherit;
    cursor: pointer;
}

a img {
    border: none;
}

img {
    vertical-align: middle;
}

.mm2 {
    font-size: 20px !important
}

p {
    margin: 0 0 15px 0;
}

strong, b {
    font: normal 1em/1.2 'calibri_bold', sans-serif;
}

em {
    font: normal 1em/1.2 'calibri_italic', sans-serif;
}

em strong, strong em, em b {
    font: normal 1em/1.2 'calibri_bold_italic', sans-serif;
}

ol {
    margin: 0 0 30px 20px;
}

ol li {
    margin: 0 0 7px 0;
}

ul {
    margin: 0 0 30px 20px;
}

ul li {
    margin: 0 0 7px 0;
}

nav ul, nav ul li {
    list-style: none;
    margin: 0;
}

/* Forms */
textarea {
    resize: none;
    overflow: hidden;
}

fieldset {
    border: none;
}

.green {
    color: #5e913b
}

.red {
    color: #c00000
}

.blue3 {
    color: #0000cc
}

.blue4 {
    color: #5195d3
}

.underline {
    text-decoration: underline
}

.phone {
    display: block
}

.desk {
    display: none
}

.input {
    position: relative;
}

.input input, .input textarea {
    color: #262626;
    display: block;
    background: #fff;
    border: 1px solid #7f7f7f;
    width: 100%;
}

.input input {
    font: normal 18px/30px 'calibri_regular', sans-serif;
    padding: 0 10px;
}

.input textarea {
    font: normal 15px/1.2 'calibri_regular', sans-serif;
    min-height: 100px;
    padding: 10px;
}

.input:before {
    content: attr(data-label);
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
    font: normal 18px/12px 'calibri_regular', sans-serif;
    transition: all .3s ease;
    color: #bababa;
}

.input.focus:before, .input.fill:before {
    top: 0;
    font: normal 12px/12px 'calibri_regular', sans-serif;
}

.input.error {
    border-bottom: 1px solid #d11818;
}

.input label.error {
    font: normal 12px/12px 'calibri_regular', sans-serif;
    position: absolute;
    left: 0;
    top: 100%;
    color: #d11818;
    margin: 5px 0 0 0;
}

.check_box {
    position: relative;
    padding: 0 0 0 35px;
}

.check_box input {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.check_box label {
    display: inline-block;
    vertical-align: middle;
    color: #262626;
    cursor: pointer;
}

.check_box label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 23px;
    height: 23px;
    background: #fff;
    border: 1px solid #7f7f7f;
    margin: -3px 13px 0 -35px;
}


.sx-checkboxes-v2 .check_box label:before
{
    margin: -6px 10px 0px -29px;
}

.check_box input:checked + label:before {
    background: #fff url(../img/icons.png) -23px -28px no-repeat;
    background-size: 250px;
}

.check_box_content .check_box {
    margin: 0 0 15px 0;
}

.modal .check_box label:before {
    width: 18px;
    height: 18px;
}

.modal .check_box input:checked + label:before {
    background: #fff url(../img/icons.png) -24px -29px no-repeat;
    background-size: 250px;
}

.modal .check_box input:disabled + label:before {
    background: #e7e6e6;
}

.modal .check_box input:disabled + label {
    color: #7f7f7f;
}

.nselect {
    position: relative;
    color: #262626;
    text-align: left;
}

.nselect._active {
}

.nselect._active .nselect__inner {
    opacity: 1;
    visibility: visible;
}

.nselect._top .nselect__inner {
    top: inherit;
    bottom: 40px;
}

.nselect._disabled:after {
    display: block;
}

.nselect._disabled .nselect__head {
    cursor: default;
}

.nselect .nselect__head {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 0 40px 0 10px;
    border: 1px solid #7f7f7f;
    background: #fff;
    font: normal 18px/30px 'calibri_regular', sans-serif;
}

.nselect .nselect__head span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.no-select .nselect .nselect__head {
    color: #7f7f7f
}

.no-select .nselect:after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
}

.nselect .nselect__head i {
    display: block;
    width: 31px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: #e7e6e6;
    border-left: 1px solid #7f7f7f;
}

.nselect .nselect__head i:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid #7f7f7f;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: none;
    position: absolute;
    left: 7px;
    top: 9px;
}

.nselect._active .nselect__head:after {
}

.nselect .nselect__inner {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 330px;
    z-index: 1500;
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity, visibility;
}

.nselect .nselect__inner {
    background: #fff;
    border: 1px solid #7f7f7f;
    border-top: none;
    opacity: 0;
    visibility: hidden;
    font: normal 17px/1.4 'calibri_regular', sans-serif;
}

.nselect .nselect__list {
    max-height: 280px;
    overflow: hidden;
    margin: 0;
}

.nselect .nselect__list li {
    margin: 0;
    list-style: none;
}

.nselect .nselect__list li._hide {
    display: none;
}

.nselect .nselect__list li span {
    display: block;
    cursor: pointer;
    padding: 3px 10px;
    transition: all .3s ease;
}

.nselect .nselect__list li:last-child span {
    border-color: transparent;
}

.nselect .nselect__list li._active span, .nselect .nselect__list li:hover span {
    color: #2a7cc6;
}

.nselect._active .nselect__inner {
    opacity: 1;
    visibility: visible;
}

.nselect._disabled .nselect__head {
    opacity: .8;
}

/* Custom scroll */
.mCustomScrollbar {
    -ms-touch-action: none;
    touch-action: none;
}

.mCustomScrollbar.mCS_no_scrollbar {
    -ms-touch-action: auto;
    touch-action: auto;
}

.mCustomScrollBox {
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    direction: ltr;
}

.mCSB_container {
    overflow: hidden;
    width: auto;
    height: auto;
}

/* Custom scroll for select */
.nselect .mCSB_container {
    padding: 5px 0;
}

.nselect .mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.nselect .mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.nselect .mCSB_scrollTools .mCSB_draggerRail {
    width: 4px;
    height: 101%;
    margin: 0 auto;
    background: #e7e6e6;
}

.nselect .mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 101%;
    height: 30px;
    z-index: 1;
}

.nselect .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    background: #2a7cc6;
}

/* Custom scroll for blocks */
.mCSB_inside > .mCSB_container {
    margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
    margin-right: 0;
    margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-left: 0;
}

.mCSB_scrollTools {
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 0;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
    margin: 16px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
    width: 16px;
    height: 101%;
    margin: 0 auto;
    background: #fff;
}

.mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
    border-left: 1px solid #7f7f7f;
    border-right: 1px solid #7f7f7f;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
}

.mCSB_scrollTools .mCSB_dragger {
    cursor: pointer;
    width: 100%;
    height: 30px;
    z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    position: relative;
    width: 14px;
    height: 100%;
    margin: 0 auto;
    background: #c3c3c3;
}

.mCSB_horizontal.mCSB_inside > .mCSB_container {
    margin: 0 0 30px 0;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
    min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto;
    height: 16px;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
    margin: 0 16px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    width: 100%;
    height: 16px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
    width: 30px;
    height: 100%;
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 14px;
    margin: 1px 0;
}

.mCSB_container_wrapper {
    position: absolute;
    height: auto;
    width: auto;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 16px 16px 0;
}

.mCSB_container_wrapper > .mCSB_container {
    padding: 0 16px 16px 0;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 16px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 16px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
    bottom: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    right: 0;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 20px;
}

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
    margin-right: 0;
    margin-left: 15px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
    padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
    padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
    margin-right: 0;
    margin-left: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
    margin-bottom: 0;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
    display: block;
    position: absolute;
    height: 16px;
    width: 16px;
    overflow: hidden;
    cursor: pointer;
    background: #d5d5d5;
    border: 1px solid #7f7f7f;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
    bottom: -1px;
}

.mCSB_scrollTools .mCSB_buttonUp:after, .mCSB_scrollTools .mCSB_buttonDown:after, .mCSB_scrollTools .mCSB_buttonLeft:after, .mCSB_scrollTools .mCSB_buttonRight:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
}

.mCSB_scrollTools .mCSB_buttonUp:after, .mCSB_scrollTools .mCSB_buttonDown:after {
    left: 3px;
    top: 4px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.mCSB_scrollTools .mCSB_buttonUp:after {
    border-bottom: 7px solid #7f7f7f;
    border-top: none;
}

.mCSB_scrollTools .mCSB_buttonDown:after {
    border-top: 7px solid #7f7f7f;
    border-bottom: none;
}

.mCSB_scrollTools .mCSB_buttonLeft:after, .mCSB_scrollTools .mCSB_buttonRight:after {
    left: 4px;
    top: 3px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.mCSB_scrollTools .mCSB_buttonLeft:after {
    border-right: 7px solid #7f7f7f;
    border-left: none;
}

.mCSB_scrollTools .mCSB_buttonRight:after {
    border-left: 7px solid #7f7f7f;
    border-right: none;
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
    opacity: 0.75;
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
    opacity: 0.9;
}

/* Buttons */
.Button {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    position: relative;
    border-radius: 20px;
    transition: all .3s ease;
}

.Button input, .Button button {
    display: block;
    width: 100%;
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    text-transform: inherit;
    text-align: inherit;
    border-radius: inherit;
    padding: 0 37px;
    position: relative;
    z-index: 1;
    font: normal 19px/38px 'calibri_regular', sans-serif;
    cursor: pointer;
}

a.Button {
    padding: 0 37px;
    font: normal 19px/38px 'calibri_regular', sans-serif;
}

.Button.defaultBtn {
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.Button.defaultBtn:hover {
    background: #307abe;
    color: #fff;
    border: 1px solid #307abe;
}

.Button.grayBtn {
    color: #fff;
    border: 1px solid #fff;
    text-transform: none;
}

.Button.grayBtn:hover {
    background: #536d97;
    border: 1px solid #536d97;
}

.Button.greenBtn {
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
}

.Button.greenBtn:hover {
    background: #487858;
    border: 1px solid #487858;
}

.Button.blueBtn {
    color: #5195d3;
    border: 1px solid #5195d3;
}

.Button.blueBtn:hover {
    background: #5195d3;
    color: #fff;
}

.Button.brounBtn {
    color: #8e7b4c;
    border: 1px solid #8e7b4c;
}

.Button.brounBtn:hover {
    background: #8e7b4c;
    color: #fff;
}


.modal_gray .Button.brounBtn {
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
    padding: 0;
}

.modal_gray .Button.brounBtn:hover {
    background: #595959;
    color: #fff;
    border: 1px solid #595959;
}

.modal_red .Button.brounBtn {
    color: #fff;
    border: 1px solid #fff;
}

.modal_red .Button.brounBtn:hover {
    background: #ff5b5b;
    color: #fff;
    border: 1px solid #ff5b5b;
}

.modal_blue .Button.brounBtn {
    color: #5195d3;
    border: 1px solid #5195d3;
}

.modal_blue .Button.brounBtn:hover {
    background: #5195d3;
    color: #fff;
    border: 1px solid #5195d3;
}

.Button.bigBlueBtn {
    color: #fff;
    background: #3384cd;
    border-radius: 0;
    text-transform: none;
}

.Button.bigBlueBtn:hover {
    background: #2a7cc6;
}

.Button.bigBlueBtn input, a.Button.bigBlueBtn {
    padding: 0 22px;
    font: normal 17px/55px 'calibri_regular', sans-serif;
}

a.Button.start {
    padding: 0 58px;
    margin-top: -10px
}

.Button.start input {
    /*padding: 0 58px;*/
}

.two_b .Button {
    width: 192px
}

.modal_blue .Button.b2969a3 {
    color: #2969a3;
    border: 1px solid #2969a3;
}

.modal_blue .Button.b2969a3:hover {
    background: #2969a3;
    color: #fff;
}

.mobile_nastr .Button button {
    padding: 0px
}

.blub .Button.defaultBtn {
    text-transform: inherit
}

/* Titles */
h1, .H1 {
    font: normal 22px/1.2 'calibri_bold', sans-serif;
    margin: 0 0 20px 0;
    text-align: center;
}

h2, .H2 {
    font: normal 20px/1.0 'calibri_bold', sans-serif;
    margin: 0 0 20px 0;
}

h3, .H3 {
    font: normal 18px/1.0 'calibri_bold', sans-serif;
    margin: 0 0 20px 0;
}

h4, .H4 {
    font: normal 16px/1.0 'calibri_bold', sans-serif;
    margin: 0 0 20px 0;
}

/* Grid */
#page_WRP {
    width: 100%;
    min-width: 320px;
    min-height: 100%;
    overflow: hidden;
}

#page_WRP:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0%;
}

#page_WRP.bluePage {
    background: #8cbae6;
}

#page_WRP.bluePage:before {
    background: radial-gradient(farthest-corner at 50% 0, #dfebf5 0%, #83b7e8 100%);
    width: 100%
}

#page_WRP.grayPage {
    background: #b9c5d5;
}

#page_WRP.grayPage:before {
    background: radial-gradient(farthest-corner at 50% 0, #e8ecf0 0%, #b1bdce 100%);
}

#page_WRP.greenPage {
    background: #7bb08d;
}

#page_WRP.greenPage:before {
    background: radial-gradient(farthest-corner at 50% 0, #d8e7dd 0%, #9ac3a8 100%);
}

.silverPage {
    background: #e6e6e6;
}

.silverPage.whitePage {
    background: #fff;
}

.silverPage:before {
    background: radial-gradient(farthest-corner at 50% 0, #f0f0f0 0%, #e6e6e6 100%);
}

#page_WRP.whitePage {
    background: #fff;
}

.silverPage .logo_none #page {
    padding: 0px 0 2px 0;
}

.pingPage {
    background: #fbe5d6;
}

.green2Page {
    background: #e5efe8;
}

.green3Page {
    background: #deebf7;
}

.goldPage {
    background: #fff1b7;
}

#headerWrap {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

#page {
    position: relative;
    padding: 25px 0 50px 0;
}

.logo_none #page {
    padding: 10px 0 50px 0;
}

.widthFix {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.contentFix {
    padding: 0 20px;
    max-width: 760px;
    margin: 0 auto;
}

.clearfix {
    display: block;
    width: 100%;
    height: 0;
    clear: both;
}

.mobHide {
    display: none;
}

/* Header */
.headFlex {
    /*margin: 25px 0 0 0;*/
    padding: 25px 0 0 0;
}

header .logo {
    display: block;
    /*width: 136px;
    height: 109px;*/
    /*background: url(../img/logo.png) center center no-repeat;*/
    background: url(../img/logo/Logo_LM.svg) center center no-repeat;
    width: 153px;
    height: 153px;
    /*background: url(../img/mentor-logo.svg) center center no-repeat;*/
    /*background: url(../img/logo-v2.svg) center center no-repeat;*/
    background-size: auto 100%;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    header .logo {
        width: 165px;
        height: 165px;
    }
}

#topMenu {
    display: none;
}

.statisticsChart2 {
    display: block !important;
    width: 450px;
    float: right;
    margin: 25px 0 40px 0;
    position: relative;
    overflow: hidden;
}

.statisticsChart .сhartBg-admin {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 0 35px 45px;
}

.statisticsChart.digit4 .сhartBg-admin {
    padding: 0 0 35px 55px;
}

.statisticsChart .сhartBg-admin:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #9c9c9c;
    /* IE9, iOS 3.2+ */
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBzdG9wLWNvbG9yPSIjYzhjOGM4IiBzdG9wLW9wYWNpdHk9IjEiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM3MDcwNzAiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI3ZzZ2cpIiAvPjwvc3ZnPg==);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0, rgb(200, 200, 200)), color-stop(1, rgb(112, 112, 112)));
    /* Android 2.3 */
    background-image: -webkit-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(112, 112, 112) 100%);
    /* IE10+ */
    background-image: linear-gradient(to bottom, rgb(200, 200, 200) 0%, rgb(112, 112, 112) 100%);
    background-image: -ms-linear-gradient(top, rgb(200, 200, 200) 0%, rgb(112, 112, 112) 100%);

}


#wordChart, #canvas, #canvas2 {
    position: relative;
    z-index: 1;
}

/* Side panel */
#menu_mobile {
    background: #b1bdce;
    color: #2969a3;
    width: 100%;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 100;
    padding: 35px 0 30px 0;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow-style: none;
    overflow: -moz-scrollbars-none;
    transition: all .3s ease;
    text-align: center;
}

#menu_mobile:before {
    content: '';
    display: block;
    background: radial-gradient(farthest-corner at 50% 0, #e8ecf0 0%, #b1bdce 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0%;
}

#menu_mobile.open:before {
    position: fixed;
}

#menu_mobile::-webkit-scrollbar {
    width: 0;
}

#menu_mobile.open {
    right: 0;
}

#menu_mobile ul {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
    position: relative;
}

#menu_mobile ul li {
    font: normal 18px/1.3 'calibri_regular', sans-serif;
    margin: 0 0 20px 0;
    text-align: left;
}

#menu_mobile ul li a {
    text-decoration: none;
}

#menu_mobile .settingIco {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.settingIco:before {
    content: '\e800';
    font: normal 21px/20px 'fontello';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #8c8c8c;
}

.menu_icon, .menu_icon2, .menu_icon_theme {
    width: 30px;
    height: 25px;
    position: fixed;
    z-index: 101;
    right: 20px;
    bottom: 20px;
}

.menu_icon span, .menu_icon2 span, .menu_icon_theme span {
    display: block;
    width: 100%;
    height: 5px;
    background: #bfbfbf;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all .3s ease;
}

.greenPage .menu_icon span, .grayPage .menu_icon span, .grayPage .menu_icon_theme span {
    background: #eaeaea;
}

.bluePage .menu_icon span,
.bluePage .menu_icon2 span,
.menu_icon.open span,
.menu_icon.open span,

.bluePage .menu_icon_theme span,
.menu_icon_theme.open span
{
    display: block;
    width: 100%;
    height: 5px;
    background: #ddeaf7;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all .3s ease;
}


.menu_icon span:before, .menu_icon span:after,
.menu_icon2 span:before, .menu_icon2 span:after,
.menu_icon_theme span:before, .menu_icon_theme span:after
{
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #bfbfbf;
    position: absolute;
    left: 0;
    transition: all .3s ease;
}

.bluePage .menu_icon_theme span:before,
.bluePage .menu_icon_theme span:after,
.bluePage .menu_icon span:before,
.bluePage .menu_icon span:after,
.bluePage .menu_icon2 span:before,
.bluePage .menu_icon2 span:after,
.menu_icon.open span:before,
.menu_icon.open span:after,
.menu_icon_theme.open span:before,
.menu_icon_theme.open span:after
{
    background: #ddeaf7;
}

.greenPage .menu_icon span:before,
.greenPage .menu_icon span:after,
.grayPage .menu_icon span:before,
.grayPage .menu_icon span:after,

.greenPage .menu_icon_theme span:before,
.greenPage .menu_icon_theme span:after,
.grayPage .menu_icon_theme span:before,
.grayPage .menu_icon_theme span:after
{
    background: #eaeaea;
}

.greenPage .questionIco {
    color: #eaeaea;
}

.menu_icon span:before,
.menu_icon_theme span:before
{
    top: -10px;
}

.menu_icon span:after,
.menu_icon_theme span:after
{
    top: 10px;
}

.menu_icon.open,
.menu_icon_theme.open
{
    position: fixed;
}

.menu_icon.open span, .menu_icon2 span, .menu_icon_theme span
{
    background: transparent !important;
}

.menu_icon_theme.open span:before,
.menu_icon_theme.open span:after,
.menu_icon2 span:before,
.menu_icon2 span:after,
.menu_icon.open span:before,
.menu_icon.open span:after,
.menu_icon2 span:before,
.menu_icon2 span:after
{
    top: 0 !important;
}

.menu_icon.open span:before, .menu_icon2 span:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menu_icon.open span:after, .menu_icon2 span:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.menu_icon_theme.open span:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.menu_icon_theme.open span:after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.estimate-mobile_vocs {
    color: #333f50
}

.estimate-mobile_vocs2 {
    color: #606e8d
}

.questionIco {
    width: 30px;
    height: 25px;
    position: fixed;
    z-index: 99;
    right: 60px;
    bottom: 20px;
    color: #ddeaf7;
    font: normal 30px/0.9 'calibri_bold', sans-serif;
}

/* Pages */
article {
    margin: 0 0 30px 0;
}

article h1 {
    color: #0070c0;
}

article ul {
    margin: 0 0 30px 0;
}

article ul li {
    list-style: none;
    margin: 0px 0 15px 28px;
}

article ul li:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 7px;
    background: #767171;
    border-radius: 50%;
    margin: 0 20px 0 -28px;
}

article .blue {
    color: #0070c0;
}

.blue {
    color: #0001d0;
}

.blue2 {
    color: #0070c0;
}

article .underlined {
    border-bottom: 1px solid #3a4958;
}

article .articleTitle {
    font: normal 1em/1.2 'calibri_bold', sans-serif;
    margin: 0 0 15px 0;
}

article .articleTitle span {
    border-bottom: 1px solid #262626;
}

article .scrImg {
    display: none;
}

article.about .leftImg {
    margin: 0 0 15px 0;
    /*text-align: center;*/
}

article.about .leftImg img {
    max-width: 320px;
    height: auto;
}

article.about p, article.about figure, .modal p {
    margin: 0 0 15px 0;
}

article.about .anchorTitle {
    font: normal 1em/1.2 'calibri_bold', sans-serif;
    margin: 0 0 5px 0;
}

article.about .underlinedTitle {
    margin: 0 0 5px 0;
}

article.about .underlinedTitle span {
    border-bottom: 1px solid #3a4958;
}


.sideMenu ul:not(.mobHide) {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 20px 0;
    width: 100%;
}

.sideMenu ul li a {
    color: #0070c0;
}

.sideMenu ul li {
    padding: 5px 0
}

.est_block h1 {
    color: #0070c0;
}

.est_block .wordsForm, .est_block .formTitle {
    display: none;
}

.est_block .result {
    font: normal 18px/1.2 'calibri_bold', sans-serif;
    margin: 0 0 20px 0;
    text-align: center;
}

.est_block .result .count {
    margin: 0 0 10px 0;
    font: normal 28px/1.0 'calibri_bold', sans-serif;
    color: #0070c0;
    letter-spacing: .05em;
}

.askIco {
    margin: 0 0 0 5px;
    color: rgb(166, 166, 166);
    border: 1px solid rgb(166, 166, 166);
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    text-align: center;
    font: normal 13px/14px 'calibri_bold';
}

.whitePage .askIco {
    color: rgb(191, 191, 191);
    border: 1px solid rgb(191, 191, 191);
}

.question .askIco {
    display: none;
    margin: -15px 0 0 10px;
}

.est_block .proclamation {
    margin: 0 0 25px 0;
    color: #0070c0;
    font: normal 18px/1.2 'calibri_bold', sans-serif;
}

.est_block .note {
    max-width: 700px;
    margin: 0 auto 25px auto;
}

.est_block .buttons {
    margin: 0 0 35px 0;
    text-align: center;
}

.est_block .buttons .Button {
    margin: 0 5px 10px 5px;
}

.est_block .mainDirections {
    display: none;
}

.est_block .mobileDirections .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    background: url(../img/icons.png) 0 -30px no-repeat;
    background-size: 250px;
    margin-right: 10px;
}

.est_block .mobileDirections ul {
    font: normal 18px/1.2 'calibri_bold', sans-serif;
    list-style: none;
}

.est_block .mobileDirections ul li {
    position: relative;
}

.est_block .mobileDirections ul li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 10px;
}

.dQuote {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 22px;
    background: url(../img/icons.png) -92px -58px no-repeat;
    background-size: 250px;
    margin: 0 5px;
}


.arrow-white {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 12px;
    background: url(../img/icons2.png) -24px -1px no-repeat;
    background-size: 204px;
    margin-right: 4px;
    margin-left: 4px;
}

.blub .arrow-white {
    background: url(../img/icons2.png) -39px -1px no-repeat;
    background-size: 204px;
}

.ssilka {
    border-bottom: 1px solid #b9d2e8;
    color: #b9d2e8
}

.blub .ssilka {
    border-bottom: 1px solid #0070c0;
    color: #0070c0
}

.ssilka a {
    color: #93cdff;
    text-decoration: none
}

.blub .ssilka a {
    color: #0070c0
}

.subscr_b {
    max-width: 595px;
    margin: 0 auto;
    padding: 0 20px;
}

.subscr_b h1 {
    color: #262626;
    margin: 0 0 15px 0;
}

.subscr_b .note {
    text-align: center;
    margin: 0 0 20px 0;
}

.subscr_b .note .date {
    font: normal 1em/1.2 'calibri_bold', sans-serif;
}

.subscr_b p {
    margin: 0 0 10px 0;
}

.subscr_b .sale-acountpay-fixedpay-list {
    text-align: center;
    width: 220px;
    margin: 0 auto 15px auto;
    font-size: 0;
}

.subscr_b .sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    margin: 0 5px 10px 5px;
    border: 2px solid #2e75b6;
    background: #fff;
    color: #2e75b6;
    font: normal 17px/58px 'calibri_bold', sans-serif;
    transition: all .3s ease;
    cursor: pointer;
}

.subscr_b .sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item.active, .subscr_b .sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item:hover {
    background: #2e75b6;
    color: #fff;
}

.subscr_b .subscrPayment {
    width: 210px;
    height: 165px;
    border: 2px solid #2e75b6;
    background: #fff;
    margin: 0 auto 20px auto;
    text-align: center;
    padding: 0 0 20px 0;
}

.subscr_b .subscrPayment .period {
    background: #2e75b6;
    color: #fff;
    font: normal 18px/1.2 'calibri_bold', sans-serif;
    padding: 15px;
    margin: 0 0 15px 0;
}

.subscr_b .subscrPayment .price {
    font: normal 30px/1.0 'calibri_bold', sans-serif;
    margin: 0 0 10px 0;
    color: #2e75b6;
}

.subscr_b .subscrPayment .price input {
    display: none;
}

.subscr_b .subscrPayment .blueBtn {
    display: inline-block;
    vertical-align: middle;
}

.subscr_b .subscrPayment .blueBtn input {
    display: block;
    width: 100%;
    color: #fff;
    background: #2e75b6;
    border: none;
    padding: 0 22px;
    font: normal 17px/35px 'calibri_bold', sans-serif;
    cursor: pointer;
    transition: all .3s ease;
}

.subscr_b .subscrPayment .blueBtn input:hover {
    background: #2a7cc6;
}

.subscr_b .subscrBefore {
    display: none;
}

/* Blocks */
.goNext {
    margin: 0 0 30px 0;
    text-align: center;
}

.sharedet {
    margin: 0 0 30px 0;
    text-align: center;
}

.sharedet .title {
    color: #3b3838;
    font: normal 17px/1.2 'calibri_bold', sans-serif;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

.sharedet .shareLink {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1px 5px 1px;
    text-decoration: none;
    border-radius: 4px;
    color: #fff;
    padding: 2px 3px 2px 2px;
    font: normal 14px/1.2 'calibri_regular', sans-serif;
}

.sharedet .shareLink:before {
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    margin: 0 5px 0 0;
    font: normal 18px/26px 'fontello';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    border-radius: 3px;
}

.sharedet .shareLink.fb {
    background: #39579a;
}

.sharedet .shareLink.fb:before {
    content: '\f09a';
    color: #39579a;
}

.sharedet .shareLink.tw {
    background: #00abf0;
}

.sharedet .shareLink.tw:before {
    content: '\f099';
    color: #00abf0;
}

.sharedet .shareLink.gp {
    background: #be3308;
}

.sharedet .shareLink.gp:before {
    content: '\e804';
    color: #be3308;
}

.sharedet .shareLink.vk {
    background: #41658b;
}

.sharedet .shareLink.vk:before {
    content: '\f189';
    color: #41658b;
}

.sharedet .shareLink.ok {
    background: #f4960f;
}

.sharedet .shareLink.ok:before {
    content: '\f263';
    color: #f4960f;
}

.sharedet .shareLink.lj {
    background: #6899c4;
}

.sharedet .shareLink.lj:before {
    content: '\e802';
    color: #6899c4;
}

.sharedet .shareLink.ma {
    background: #2f69a1;
}

.sharedet .shareLink.ma:before {
    content: '\e801';
    color: #2f69a1;
}

.sharedet .addShare {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 2px 5px 2px;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    background: #e86340;
}

.sharedet .addShare:before {
    content: '\e803';
    font: normal 22px/30px 'fontello';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.logo_none header {
    display: none;
}

.center_text {
    max-width: 490px;
    padding: 0px 15px;
    margin: 0 auto;
    text-align: left
}

.center_text .min_margin {
    margin: 0 0 10px 0
}

.center_text a {
    color: #2f5597
}

.center_text a:hover {
    text-decoration: none
}

.center_text h1 {
    color: #262626;
    /*display: none*/
}

/* Forms */
.personal_vhod.sx-change-password {
    max-width: 463px;
}

.personal_vhod.sx-settings {
    max-width: 371px;
}

.personal_vhod.sx-settings .inpBox label, .personal_vhod.sx-settings .inpBoxValue label
{
    width: 113px;
    min-width: 113px;
}
.personal_vhod {
    max-width: 400px;
    margin: 0 auto 40px auto;
    padding: 0 20px;

}

.personal_vhod h1 {
    color: #262626;
    margin: 0 0 15px 0;
}

.personal_vhod .inpBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px 0;
}

.personal_vhod .inpBoxValue {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 15px 0;
}

.personal_vhod.sx-change-password .inpBox label, .personal_vhod.sx-change-password .inpBoxValue label {
    width: 192px;
}

.personal_vhod .inpBox label, .personal_vhod .inpBoxValue label {
    width: 115px;
}

.personal_vhod .inpBox .input, .personal_vhod .inpBox .select, .personal_vhod .inpBoxValue .inpValue {
    flex-grow: 1;
    max-width: 70%;
}


.personal_vhod .inpBoxValue .inpValue {
    padding: 0 0 0 10px;
    word-wrap: break-word;
}

.personal_vhod .check_box {
    margin: 15px 0 25px 0;
}

.personal_vhod .buttons .Button {
    display: block;
    width: 210px;
    margin: 0 auto 10px auto;
}

.personal_vhod .one_buttons .Button {
    display: table;
    width: auto;
}

.personal_vhod .check_box, .check_box_content {
    margin: 15px 0 25px 0;
}

.check_box_content .check_box {
    margin: 0 0 15px 0
}

/* Statistics */
/*.statisticsChart {
    display: none;
}*/

.statisticsTable {
    max-width: 600px;
    margin: 0 auto 30px auto;
}

.statisticsTable .statisticsWord {
    font: normal 17px/1.2 'calibri_bold', sans-serif;
    margin: 0 0 7px 20px;
    text-transform: uppercase;
}

.scrollBox {
    position: relative;
    overflow: auto;
}

.statisticsTable .scrollBox {
    width: 100%;
    height: 250px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #7f7f7f;
}

.statisticsTable .mCSB_container_wrapper > .mCSB_container {
    padding: 0;
    width: 100% !important;
}

.statisticsTable table {
    border-collapse: collapse;
    border: 1px solid #7f7f7f;
    font: normal 11px/1.2 'calibri_regular', sans-serif;
    width: 100%;
    margin-bottom: -1px;
    border-bottom: 0px;
    margin-top: -1px;
}

.statisticsTable table th {
    background: #adb9ca;
    border: 1px solid #7f7f7f;
    padding: 5px 2px;
    font: normal 1em/1.2 'calibri_regular', sans-serif;
    white-space: nowrap;
}

.statisticsTable table td {
    background: #ebeef2;
    border: 1px solid #7f7f7f;
    padding: 2px;
    text-align: right;
    transition: all .3s ease;
    white-space: nowrap;
}

.statisticsTable table tr:hover td, .statisticsTable table tr.active td {
    background: #cee1f2;
    font: normal 1em/1.2 'calibri_bold', sans-serif;
}

.statisticsTable table .center {
    text-align: center;
}

.statisticsTable table:not(.head), .statisticsTable table:not(.head) tr:first-child td {
    border-top: none;
}

.statisticsTable .Button {
    display: block;
    margin: 0 0 10px 0;
}

.none_table {
    display: none
}

.statisticsTable .head {
    margin-bottom: 0px;
}

.statisticsTable table tr:last-child td {
    margin-bottom: -1px;
    border-bottom: 0px
}

/* Settings */
.desktopSettings {
    display: none;
}

.mobile_nastr {
    display: block;
    margin: 0 0 30px 0;
}

.mobile_nastr .settings {
    margin: 0 0 15px 0;
}

.mobile_nastr .settings .line {
    margin: 0 20px;
    color: #fff;
    height: 1px;
    background: #d9e0e9;
}

.mobile_nastr .settings .inpBox {
    padding: 12px 20px;
    max-width: 320px;
    margin: 0 auto;
}

.mobile_nastr .settings .inpBox .check_box {
    margin: 0 0 10px 0;
}

.mobile_nastr .settings .inpBox .select {
    display: inline-block;
    vertical-align: middle;
    width: 192px;
    margin: 0 0 0 35px;
}

.mobile_nastr .settings .inpBox .beforeSel + .select {
    margin: 0 0 0 10px;
}

.mobile_nastr .settings .inpBox .select.size01 {
    width: 103px;
}

.mobile_nastr .settings .inpBox .select.size02 {
    width: 149px;
}

.mobile_nastr .settings .inpBox .select.size03 {
    width: 75px;
}

.mobile_nastr .settings .inpBox .beforeSel {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 35px;
}

.mobile_nastr .settings .inpBox .questionIco {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 15px;
    text-align: center;
    position: static;
    color: #7f7f7f;
    font: normal 26px/0.9 'calibri_regular', sans-serif;
}

.mobile_nastr .buttons {
    max-width: 320px;
    margin: 0 auto;
    padding: 0 30px;
    text-align: center;
}

.mobile_nastr .buttons .Button {
    margin: 0 0 10px 0;
    width: 260px;
}

.sound_elem {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.sound_elem .volIco {
    display: inline-block;
    vertical-align: middle;
    width: 27px;
    height: 28px;
    background: url(../img/icons.png) 0 -91px no-repeat;
    background-size: 250px;
}

.sound_elem .volSlider {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}

.sound_elem .volSlider .rangebox {
    width: 100%;
    height: 16px;
    position: relative;
    background: url(../img/icons.png) -50px -30px no-repeat;
    background-size: 250px;
}

.sound_elem .volSlider .progressInput {
    position: absolute;
    opacity: 0;
}

.sound_elem .volSlider .handle {
    height: 26px;
    width: 8px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -13px 0 0 -4px;
    background: #7f7f7f;
    cursor: pointer;
}

.volIco {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    background: url(../img/icons.png) 0 -91px no-repeat;
    background-size: 250px;
}

/* Vocabulary */
.desktopVocabulary {
    display: none;
}

.bl_image .img {
    margin: 0 0 12px 0;
}

.bl_image .img img {
    display: block;
    max-width: 100%;
    height: auto;
    border: 1px solid #bfbfbf;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, .35);
}

.bl_image .loadInput {
    width: 200px;
    height: 140px;
}

.loadInput {
    position: relative;
    border: 1px dashed #bfbfbf;
    overflow: hidden;
    border-image: url(../img/dash.png) 1 round;
}

.loadInput:hover {
    border: 1px dashed #b5b5b5
}

.silverPage .loadInput {
    border: 1px dashed #a1a1a1;
}

.mobile_vocs .bl_image .loadInput {
    border: 1px dashed #b4b4b4;
}


.mobile_vocs .bl_image .loadInput input {
    width: 50%;
    height: 50%;
    margin: 25%;
}

.silverPage .loadInput:hover {
    border: 1px dashed #9c9c9c;
}

.loadInput input {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20em;
    cursor: pointer;
    opacity: 0;
    position: relative;
    z-index: 1;
}

.loadInput label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #bfbfbf;
    font: 17px/1.2 'calibri_regular', sans-serif;
    text-align: center;
}

.silverPage .loadInput label {
    color: #a6a6a6
}

.mobile_vocs .bl_image .loadInput label {
    color: #b4b4b4;
}

.loadInput label:after {
    content: '';
    display: block;
    width: 27px;
    height: 35px;
    margin: 8px 0 0 0;
    background: url(../img/icons.png) -63px -210px no-repeat;
    background-size: 250px;
}

.bl_image .loadInput label {
    font: 1em/1.2 'calibri_regular', sans-serif;
}

.loadInput:hover label:after {
    background: url(../img/icons.png) -92px -210px no-repeat;
    background-size: 250px;
}


.silverPage .loadInput label:after {
    background: url(../img/icons.png) -5px -210px no-repeat;
    background-size: 250px;
}

.silverPage .loadInput:hover label:after {
    background: url(../img/icons.png) -34px -210px no-repeat;
    background-size: 250px;
}

.silverPage .bl_image .loadInput label:after {
    width: 35px;
    height: 40px;
    background: url(../img/icons.png) -107px -253px no-repeat;
    background-size: 300px;
}

.silverPage .bl_image .loadInput input {
    position: absolute;
    top: 0;
}

.mobile_vocs .tabletText {
    display: none;
}

.mobile_vocs .gray {
    color: #a6a6a6;
}

.word_b .word {
    margin: -10px 0 8px 10px;
    /*font: normal 18px/1.2 'calibri_bold', sans-serif;*/
    font-family: 'calibri_bold', sans-serif;
    line-height: 1.2;
    font-style: normal;
    font-size: 18px;
    color: #7f7f7f;
}

.word_b .word sup {
    color: #bfbfbf;
    font: normal 11px/1.2 'calibri_regular', sans-serif;
}

.word_b .word.green {
    color: #00b050;
}

.word_b .word.red {
    color: #c00000;
}

.word_b .word.gray {
    color: #595959;
}

.word_b .word.blue {
    color: #0070c0;
}

.word_b .texts {
    margin: 0 10px 15px 10px;
}

.word_b .estimate-text {
    width: 282px;
    border-bottom: 1px solid #ddeaf7;
    margin: 0 10px 10px 10px;
    padding-bottom: 10px
}

.word_b .volIco {
    display: none;
}

.wordField {
    background: #fff;
    position: relative;
    margin: 0 0 8px 0;
    -webkit-box-shadow: inset -1px -2px 5px #858585;
    -moz-box-shadow: inset -1px -2px 5px #858585;
    box-shadow: inset -1px -2px 5px #858585;
}


.estimate-mobile_vocs2 .wordField {
    background: #e9ecef
}

.wordFieldGray {
    background: #dfdede
}

.whitePage .wordFieldGray {
    background: #edebeb
}

.gray-box .wordFieldGray {
    margin-bottom: 5px
}

.word_bGray {
    color: #7f7f7f
}

.gray-box {
    margin-bottom: 15px
}
.gray-box:first-child {
    margin-top: 15px
}

.graypointThree {
    width: 35px;
    height: 35px;
    background: url(../img/icons.png) -63px -128px no-repeat;
    background-size: 250px;
    position: absolute;
    top: -17px;
    right: 58px;
}

#request {
    margin: 0 auto;
    position: absolute;
    right: 0%;
    z-index: 999;
    top: -15px
}

.wordField:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-box-shadow: inset 1px 1px 1px #a1a1a1;
    -moz-box-shadow: inset 1px 1px 1px #a1a1a1;
    box-shadow: inset 1px 1px 2px #a1a1a1;
}

.estimate-mobile_vocs .wordField {
    -webkit-box-shadow: inset -1px -2px 5px #2f6597;
    -moz-box-shadow: inset -1px -2px 5px #2f6597;
    box-shadow: inset -1px -2px 5px #2f6597;
}

.estimate-mobile_vocs .wordField:before {
    -webkit-box-shadow: inset 1px 1px 1px #5d80c0;
    -moz-box-shadow: inset 1px 1px 1px #5d80c0;
    box-shadow: inset 1px 1px 2px #5d80c0;
}


.wordField.gray {
    background: #e0e0e0;
    color: #8c8c8c;
}

.wordField .text:nth-child(even) {
    padding: 0 10px 7px 10px;
    height: 28px
}

.wordField .text:nth-child(odd) {
    padding: 4px 10px 0 10px;
    height: 26px
}

.wordField .onetext:nth-child(odd) {
    padding: 9px 10px 10px;
    height: 40px
}

.wordField .tooltip {
    width: 6px;
    height: 6px;
    background: #d9d9d9;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 5px;
}

.wordFieldGray .tooltip {
    background: #bfbfbf;
}

.mobile_vocs .wordField .tooltip {
    right: 6px;
}

.wordField.gray .tooltip {
    background: #bfbfbf;
}

.wordField .input textarea {
    border: none;
    background: none;
    font: 1em/1.2 'calibri_regular', sans-serif;
    min-height: 52px;
    padding: 5px 10px;
    color: inherit;
}

.mobile_vocs .bl_image {
    /*width: 280px;*/
    width: 100%;
    max-width: 404px;
    margin: 0 0 20px 0;
}

.mobile_vocs .bl_image .loadInput {
    width: 100%;
    /*height: 195px;*/
    height: 213px;
}

.mobileControls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobileControls .nums {
    flex-grow: 1;
    /*margin: 0 15px;*/
}

.mobileControls .nums a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 2px solid #b4b4b4;
    text-decoration: none;
    margin: 0 10px 0 0;
    font: normal 23px/36px 'calibri_bold', sans-serif;
    text-align: center;
    color: #b4b4b4;
    background: #d9d8d8;
    transition: all .3s ease;
}

.mobileControls .nums a:hover, .mobileControls .nums a.active {
    background: #e6e6e6;
}

.mobileControls .nextArr {
    width: 40px;
    height: 40px;
    min-height: 40px;
    background: url(../img/icons.png) -223px -414px no-repeat;
    background-size: 306px;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/*.mobileControls .nextArr:active {
    transform: translateY(2px);
}*/

.mobileControls .nextArr:active {
    transform: scale(1.2);
    opacity: 0.75;
}


.mobileControls .volIco, .mobile_vocs .volIco {
    width: 40px;
    height: 40px;
    background: url(../img/icons.png) 0 -357px no-repeat;
    background-size: 342px;;
}

.whitePage .mobileControls .volIco {
    width: 40px;
    height: 40px;
    background: url(../img/icons.png) -223px -70px no-repeat;
    background-size: 342px;
}

.whitePage .mobileControls .nums a {
    border: 2px solid #bfbfbf;
    color: #bfbfbf;
    background: #fff;
}

.whitePage .mobileControls .nums a:hover, .whitePage .mobileControls .nums a.active {
    background: #edebeb;
}

.openPanel {
    width: 30px;
    height: 25px;
    position: fixed;
    z-index: 98;
    right: 20px;
    bottom: 20px;
}

.openPanel span {
    display: block;
    width: 100%;
    height: 5px;
    background: #b4b4b4;
    position: absolute;
    left: 0;
    top: 10px;
    transition: all .3s ease;
}

.openPanel span:before, .openPanel span:after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #b4b4b4;
    position: absolute;
    left: 0;
    transition: all .3s ease;
}

.whitePage .openPanel span, .whitePage v.openPanel span:before, .whitePage .openPanel span:after {
    background: #bfbfbf;
}

.openPanel span:before {
    top: -10px;
}

.openPanel span:after {
    top: 10px;
}

#menu_mobile .menu_icon, #menu_mobile .menu_icon2 {
    /*position: absolute;*/
    position: fixed;
}

#vocabularyPanel {
    width: 75px;
    height: 100%;
    position: fixed;
    right: -75px;
    bottom: 0;
    z-index: 99;
    border: 1px solid #afabab;
    background: #f7f7f7;
    transition: all .3s ease;
    opacity: 0;
}

#vocabularyPanel .vocabularyPanel2 {
    width: 75px;
    height: 480px;
    /*height: 600px;*/
    /*height: 540px;*/
    /*height: 593px;*/
    /*height: 580px;*/
    /*height: 540px;*/
    /*position: fixed;*/
    position: absolute;
    bottom: 0;
    z-index: 99;
}

.sx-toggle-mobile-stat {
    display: none !important;
}

#vocabularyPanel .vocaLink.help {
    border-top: 1px solid #afabab;
}

#vocabularyPanel.open {
    right: 0;
    opacity: 1;
}

#vocabularyPanel .vocaLink {
    display: block;
    text-decoration: none;
    /*min-height: 58px;*/
    height: 60px;
    width: 73px;
    color: #959595;
    text-align: center;
    border-bottom: 1px solid #afabab;
    position: relative;
}

#vocabularyPanel .vocaLink.counter {
    color: #677e9d;
    font: normal 22px/60px 'calibri_bold', sans-serif;
}

#vocabularyPanel .vocaLink.menu {
    font: normal 22px/60px 'calibri_bold', sans-serif;
}

#vocabularyPanel .menu_icon2 {
    position: relative;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
}

#vocabularyPanel .menu_icon2 span {
    left: 21px;
    /*top: 23px;*/
    top: 28px;
    width: 30px;
}

#vocabularyPanel .menu_icon2 span, #vocabularyPanel .menu_icon2 span:before, #vocabularyPanel .menu_icon2 span:after {
    background: #959595;
}

#vocabularyPanel .vocaLink.help {
    font: 36px/60px 'calibri_regular', sans-serif;
}

#vocabularyPanel .vocaLink.close-spelling:before, #vocabularyPanel .vocaLink.pencil:before, #vocabularyPanel .vocaLink.settings:before, #vocabularyPanel .vocaLink.prevArr:before, #vocabularyPanel .vocaLink.nextArr:before {
    content: '';
    display: block;
    width: 50px;
    height: 45px;
    position: relative;
    left: 12px;
    top: 9px;
}

#vocabularyPanel .vocaLink.close-spelling:before {
    background: url(../img/icons.png) -52px -163px no-repeat;
    background-size: 250px;
}

#vocabularyPanel .vocaLink.pencil:before {
    background: url(../img/konvert_148_148_148.png) 5px -2px no-repeat;
    background-size: 42px;
}

#vocabularyPanel .vocaLink.settings:before {
    background: url(../img/icons.png) 6px -163px no-repeat;
    background-size: 250px;
}

#vocabularyPanel .vocaLink.prevArr:before {
    /*background: url(../img/icons.png) -170px -166px no-repeat;
    background-size: 250px;*/

    background: url(../img/next_148_148_148.png) 9px 7px no-repeat;
    background-size: 32px;
    transform: rotate(180deg);
}


@media screen and (min-width: 528px) {


    #vocabularyPanel .vocaLink.pencil:before {
        background: url(../img/konvert_148_148_148.png) 3px -2px no-repeat;
        background-size: 42px;
    }
}


#vocabularyPanel .vocaLink.nextArr:before {
    /*background: url(../img/icons.png) -212px -166px no-repeat;
    background-size: 250px;*/

    background: url(../img/next_148_148_148.png) 10px 2px no-repeat;
    background-size: 32px;
}

#vocabularyPanel .vocaLink.prevArr .sup, #vocabularyPanel .vocaLink.nextArr .sup {
    font: 17px/1.0 'calibri_regular', sans-serif;
    position: absolute;
    right: 12px;
    top: 6px;
}

/* Modal */
.modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    -ms-overflow-style: none;
    overflow-style: none;
    overflow: -moz-scrollbars-none;
    padding: 10px;
}

.modal hr, .modal_line_3 hr {
    border-bottom: 1px solid #afabab;
    height: 0px
}

.modal::-webkit-scrollbar {
    width: 0;
}

.modal .inner {
    display: table;
    width: 100%;
    height: 100%;
}

.modal .modalContent {
    display: table-cell;
    vertical-align: middle;
}

.modal .close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.modal .close:before, .modal .close:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #8e7b4c;
    position: absolute;
    left: 0;
    top: 10px;
}


.modal_silver .modalMessage {
    background: #f2f2f2;
}

.modal.modal_silver textarea {
    border: 1px solid silver;
    border-radius: 2px;
}

.modal_silver .Button.grayBtn {
    color: #7f7f7f;
    border: 1px solid #7f7f7f;
    background: transparent;
}

.modal_silver .Button.grayBtn :hover,
.Button.hover-black-gray:hover,
.Button.hover-black-gray:focus,
.Button.hover-black-gray:active {
    color: white !important;
    background: #7f7f7f !important;
    outline: 0 !important;
    border: 0px solid #7f7f7f;
}

.modal_silver .Button input, .modal_silver .Button button {
    font: normal 15px/34px 'calibri_regular', sans-serif;
    text-align: center;
}


.modal_gray .close:before, .modal_gray .close:after, .modal_red .close:before, .modal_red .close:after {
    background: #fff;
}

.modal_salad .close:before, .modal_salad .close:after, .modal_green .close:before, .modal_green .close:after {
    background: #000;
}
.modal_ping .close:before, .modal_ping .close:after {
    background: #933204;
}

.modal_blue .close:before, .modal_blue .close:after {
    background: #2969a3
}

.modal .close:before {
    transform: rotate(-45deg);
}

.modal .close:after {
    transform: rotate(45deg);
}

.modal_gray .center {
    width: 140px;
    margin: 0 auto;
    margin-top: 6px
}

.modalMessage {
    max-width: 460px;
    margin: 0 auto;
    padding: 20px 20px 23px;
    background: #fff1b7;
    position: relative;
    -webkit-box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.75);
    border: 1px solid #7f7f7f
}

.modalMessage li {
    padding-left: 4px;
    margin-bottom: 5px
}

.modalMessage .nselect__inner li {
    margin: 0px
}

.logo_none article ul li {
    margin-bottom: 7px
}

.logo_none article ul {
    margin-bottom: 15px
}

.logo_none article h3 {
    text-align: center;
    margin-bottom: 12px
}

hr {
    background: #eaeaea;
    color: #eaeaea;
    border: none;
    height: 1px
}

.modalMessage .blue {
    color: #0070c0
}

.modalMessage .blue span {
    color: #ff0000
}

.modalMessage b {
    font: normal 18px/1.2 'calibri_bold', sans-serif;
}

.modalMessage.small b {
    font: normal 15px/1.2 'calibri_bold', sans-serif;
}

.modalMessage.small {
    font-size: 15px;
    padding: 10px
}

.modal ul {
    margin-bottom: 15px
}

.modalMessage.small p {
    margin-bottom: 10px
}

.modal_red .modalMessage {
    background: #ff9f9f;
}

.modal_ping .modalMessage {
    background: #fbe5d6;
}

.modal_blue .modalMessage {
    background: #deebf7
}

.modal_green .modalMessage {
    background: #e2f0d6;
}

.modal_green2 .modalMessage {
    background: #deebf7
}

.modal_gray .modalMessage {
    background: #7f7f7f;
    max-width: 390px;
    color: #fff
}

.modal_gray .modalMessage b {
    color: #b9d2e8
}

.modal_gray .modalMessage h3 {
    text-align: center;
    margin: 0px;
}

.modal_gray .modalMessage .text {
    text-align: left;
    margin: 20px auto;
    max-width: 94%;
}

.modal_gray .modalMessage .text p {
    margin-bottom: 15px;
}

.center {
    text-align: center;
}

.modal textarea, .blub textarea {
    width: 100%;
    height: 160px;
    padding: 10px;
    border: 1px solid #7f7f7f;
}

.modal_table {
    margin-bottom: 10px
}

.modal_table td:last-child {
    padding: 0px 10px;
    font-style: italic
}

.modalMessage .modal_table b {
    font-size: 14px
}

.modal_salad .modalMessage {
    background: #ecff9b;
}

.blub .nselect .nselect__list li span {
    display: block;
    cursor: pointer;
    padding: 0px 10px;
    transition: all .3s ease;
}

.blub ul li:before {
    display: none
}


.pointOne {
    width: 36px;
    display: inline-block;
    height: 20px;
    background: url(../img/icons.png) 13px -128px no-repeat;
    background-size: 250px;
}

.pointTwo {
    width: 36px;
    display: inline-block;
    height: 20px;
    background: url(../img/icons.png) -25px -128px no-repeat;
    background-size: 250px;
}


.pointTwoRotate {
    width: 36px;
    display: inline-block;
    height: 20px;
    background: url(../img/icons.png) -19px -133px no-repeat;
    background-size: 250px;
    transform: rotate(90deg);
}

.pointThree {
    width: 36px;
    display: inline-block;
    /*float:left;*/
    margin-right: 4px;
    height: 36px;
    background: url(../img/icons.png) -63px -126px no-repeat;
    background-size: 250px;
}


.o33 .pointOne {
    width: 32px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    background: url(../img/icons.png) 11px -162px no-repeat;
    background-size: 300px;
}

.o33 .pointTwo {
    width: 32px;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    background: url(../img/icons.png) -36px -162px no-repeat;
    background-size: 300px;
}

.o33 .pointThree {
    width: 32px;
    vertical-align: top;
    display: inline-block;
    float: none;
    margin-right: 4px;
    height: 36px;
    background: url(../img/icons.png) -81px -155px no-repeat;
    background-size: 300px;
}

.modal_line_3 .href, .modal_line_3 .download {
    display: inline-block;
    width: 90px;
    border-radius: 40px;
    height: 40px;
    border: 1px solid #fff;
}

.modal_line_3 .href {
    margin-right: 10px
}

.modal_line_3 .href span {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: url(../img/icons.png) -401px -422px no-repeat;
    background-size: 500px;
}

.modal_line_3 .download span {
    display: inline-block;
    height: 40px;
    width: 40px;
    background: url(../img/icons.png) -363px -422px no-repeat;
    background-size: 500px;
}


.modal .modal_line_3.o33 .pointThree {
    height: 21px;
    background: url(../img/icons.png) -64px -132px no-repeat;
    background-size: 246px;
}

.modal .o33 .text-inline {
    display: inline-block;
    max-width: 476px;
    vertical-align: top;
}


.modal .arrow_two, .blub .arrow_two {
    width: 30px;
    height: 27px;
    display: inline-block;
    background: url(../img/icons.png) -119px -59px no-repeat;
    background-size: 170px;
    vertical-align: middle;
}

.modal .sx-icon-rewind-prev {
    background: url(../img/icons.png) -114px -1px no-repeat;
    background-size: 250px;
    width: 21px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.modal .sx-icon-rewind-next {
    background: url(../img/icons.png) -156px -1px no-repeat;
    background-size: 250px;
    width: 21px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.modal .o30 p:after {
    content: '';
    clear: both;
    display: block;
}


.modal.modal_salad b {
    font-weight: 600;
    margin-bottom: 5px
}

.modalMessage a {
    text-decoration: none
}


.modal_line .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    margin: 0 15px;
    background: url(../img/icons.png) 0 -15px no-repeat;
    background-size: 150px;
}

.modal_line_2 .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    margin: 0px;
    background: url(../img/icons.png) 3px -15px no-repeat;
    background-size: 150px;
}

.modal_line_3 .arrow {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    margin: 0px 7px;
    background: url(../img/icons.png) 3px -20px no-repeat;
    background-size: 180px;
}

.modal_line_2 .arrow_2 {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 16px;
    margin: 0px;
    background: url(../img/icons.png) 3px -15px no-repeat;
    background-size: 150px;
    transform: rotate(180deg);
}

.modal33-m {
    display: inline-block;
    vertical-align: middle;
    width: 93px;
    height: 50px;
    margin: 0px;
    background: url(../img/icons.png) -257px -416px no-repeat;
    background-size: 500px;
}

.modal_line .txt {
    display: inline-block;
    vertical-align: middle;
    min-width: 90px;
}

.text .modal_line .txt {
    margin-bottom: 10px
}

.modal_line .txt-c {
    min-width: 45px;
}

.modal_gray .modalMessage h3.chtoto {
    font-weight: 500;
    font-size: 16px;
    font-family: 'calibri_normal', sans-serif;
}


.volIco-modal {
    background: url(../img/icons.png) -320px -44px no-repeat;
    margin-left: 6px;
    background-size: 400px;
    display: inline-block;
    width: 30px;
    height: 26px;
    vertical-align: middle;
}

/*.volIco-modal:hover { background: url(../img/icons.png) -320px -69px no-repeat; background-size: 400px; cursor:pointer}*/
.stroki {
    display: block
}

.modal_line_stroki {
    max-width: 430px;
    margin: 0px auto
}

.modal_line_stroki .arrow {
    margin-left: 0px
}

.mobile_vocs .texts .mobile {
    margin-top: 7px;
    height: 22px
}


.mobile_vocs .topArrow2 {
    width: 30px;
    height: 21px;
    position: absolute;
    top: 14px;
    right: 10px;
    /* left: 50%; */
    margin: 0 0 0 -9px;
    background: url(../img/icons.png) 1px -389px no-repeat;
    background-size: 332px;
    z-index: 9;
}

.mobile_vocs .topArrow2-2 {
    -moz-transform: rotate(180deg); /* Для Firefox */
    -ms-transform: rotate(180deg); /* Для IE */
    -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg); /* Для Opera */
    transform: rotate(180deg);
}

.estimate-next .nextArr {
    background: url(../img/icons.png) -172px -412px no-repeat;
    background-size: 306px;
}


.statBlock-single {
    /*width: 240px;*/
    width: 298px;
    margin: 0px auto;
    color: #3b3b3b;
    position: absolute;
    /* top: 50%; */
    /* margin-top: -70px; */
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.statBlock-single .stat {
    margin: 0 0 7px 0;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.statBlock-single .stat .label {
    width: 96px;
}

.statBlock-single .stat .value {
    width: 89px;
}

.statBlock-single .stat .unit {
    width: 113px;
}


/*.statBlock-single .stat .label {
    width: 40%;
}*/

/*
.statBlock-single .stat .value {
    width: 25%;
}

.statBlock-single .stat .unit {
    width: 25%;
}
*/

.statBlock-single .stat .value {
    padding: 0 10px;
    flex-grow: 1;
}

.statBlock-single strong {
    color: #7a8faa;
}

.statBlock-single .status {
    margin: 0 0 7px 0;
    display: flex;
}

/*.statBlock-single .status .label {
    width: 40%;
}*/

.statBlock-single .status .value {
    padding: 0 10px;
}


.socBlock {
    margin: 0 0 20px 0;
    text-align: center;
}

.socBlock .socIco {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin: 0 2px 8px 2px;
    text-decoration: none;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

.socBlock .socIco:before {
    font: normal 16px/28px 'fontello';
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.socBlock .socIco.fb {
    background: #3c5b9b;
}

.socBlock .socIco.fb:before {
    content: '\f09a';
}

.socBlock .socIco.tw {
    background: #2daae1;
}

.socBlock .socIco.tw:before {
    content: '\f099';
}

.socBlock .socIco.gp {
    background: #dd4c3a;
}

.socBlock .socIco.gp:before {
    content: '\f0d5';
}

.socBlock .socIco.vk {
    background: #41658b;
}

.socBlock .socIco.vk:before {
    content: '\f189';
}

.socBlock .socIco.ok {
    background: #f67d17;
}

.socBlock .socIco.ok:before {
    content: '\f263';
}

.socBlock .socIco.lj {
    background: #306599;
}

.socBlock .socIco.lj:before {
    content: '\e802';
}

.socBlock .socIco.lk {
    background: #0173b2;
}

.socBlock .socIco.lk:before {
    content: '\f0e1';
}

.socBlock .socIco.yh {
    background: #592c71;
}

.socBlock .socIco.yh:before {
    content: '\e805';
}

.socBlock .socIco.tm {
    background: #2a445f;
}

.socBlock .socIco.tm:before {
    content: '\e806';
}

.socBlock .socIco.in {
    background: #3d739c;
}

.socBlock .socIco.in:before {
    content: '\f32d';
}

.socBlock .socIco.ya {
    background: #fff;
    color: #ff0000;
}

.socBlock .socIco.ya:before {
    content: '\f305';
}


@media (max-width: 400px) {
    .mobile_vocs .bl_image {
        width: 100%;
        margin: 0 0 20px 0;
    }
}

@media screen and (max-width: 480px) {

    .graypointThree {
        right: 77px
    }

    .estimate-next {
        display: block;
        text-align: right
    }

    .estimate-next .nextArr {
        float: right;
    }
}


@media screen and (min-width: 480px) {
    .statisticsTable table {
        table-layout: fixed;
    }

    /* Vocabulary */
    .word_b {
        margin: 0 50px;
        position: relative;
    }

    .sx-mobile-view-min.sx-mobile-horisontal .word_b {
        margin-left: 0;
    }

    .sx-mobile-horisontal .sx-mobile-content-synonyms .word_b {
        margin-right: 0;
    }

    .mobile_vocs {
        position: relative;
    }

    .mobile_vocs .mobile {
        display: none;
    }

    .word_b .volIco {
        display: block;
        position: absolute;
        left: -50px;
        top: 39px;
    }

    /*
    todo:short
    .wordField .text:nth-child(even), .wordField .text:nth-child(odd) {
        padding: 9px 10px 10px;
    }*/
    .wordField .input textarea {
        min-height: 37px;
    }

    .mobile_vocs .bl_image {
        /*width: 220px;*/
        width: auto;
        float: left;
    }

    .mobile_vocs .tabletText {
        display: block;
        margin: 0 0 0 235px;
    }

    .mobileControls {
        display: block;
        width: 40px;
        position: absolute;
        top: 80px;
        right: 6px;
    }

    .mobileControls .nums {
        margin: 0;
        margin-top: 15px
    }

    .mobileControls .nums a {
        margin: 0 0 20px 0;
    }

    .sx-mobile-view-max .mobileControls .nums {
        display: none;
    }


    .mobileControls .volIco {
        display: none;
    }

    .mobileControls .nextArr {
        display: block;
        position: absolute;
        top: -42px;
        left: 0;
    }

    .estimate-next .nextArr {
        top: -52px
    }
}

#vocabularyPanel .vocaLink.current {
    background: #ececec;
}


body i {
    font-family: 'calibri_italic';
}
body b, body strong {
    font-family: 'calibri_bold';
}
body em b,
body em strong {
    font-family: 'calibri_bold_italic';
}



@media screen and (min-width: 528px) {
    #vocabularyPanel {
        height: 60px;
        width: 100%;
        right: 0;
        bottom: -75px;
    }

    #vocabularyPanel .vocabularyPanel2 {
        height: 58px;
        /*width: 648px;*/
        /*width: 568px;*/
        /*width: 628px;*/
        /*width: 568px;*/
        width: 508px;
        /*width: 528px;*/
        right: 0;
        bottom: 0px;
        position: absolute;
        display: flex;
        justify-content: space-between;
        float: right;
    }

    #vocabularyPanel.open {
        bottom: 0;
        opacity: 1;
    }

    #vocabularyPanel .vocaLink.help {
        border-left: 1px solid #afabab;
        border-top: none
    }

    #vocabularyPanel .vocaLink {
        height: 58px;
        width: 60px;
        border-bottom: none;
        border-right: 1px solid #afabab;
    }

    #vocabularyPanel .menu_icon2 {
        width: 60px;
    }

    #vocabularyPanel.vocabularyPanel2 .menu_icon {
        width: 60px;
        float: right
    }

    #vocabularyPanel .vocaLink.counter {
        font: normal 22px/60px 'calibri_bold', sans-serif;
        width: 85px;
        /*width: auto;*/
        min-width: 60px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #vocabularyPanel .vocaLink.current {
        background: #ececec;
    }

    #vocabularyPanel .vocaLink.menu {
        font: normal 22px/60px 'calibri_bold', sans-serif;
        width: 85px;
        border: 0px;
    }

    #vocabularyPanel .vocaLink.close-spelling:before, #vocabularyPanel .vocaLink.pencil:before, #vocabularyPanel .vocaLink.settings:before, #vocabularyPanel .vocaLink.prevArr:before, #vocabularyPanel .vocaLink.nextArr:before {
        left: 5px;
    }

    #vocabularyPanel .menu_icon2 span {
        left: 15px;
        top: 27px;
    }
}


@media screen and (min-width: 640px) {
    .subscr_b .sale-acountpay-fixedpay-list {
        width: 440px;
    }

    .statisticsTable .scrollBox {
        height: 370px;
    }

    .statisticsTable table {
        font: normal 17px/1.2 'calibri_regular', sans-serif;
        width: 585px;
    }

    .statisticsTable table th {
        padding: 5px 0;
        min-width: 97px;
    }

    .statisticsTable table td {
        padding: 2px 14px;
        min-width: 97px;
    }

    .statisticsTable table td .space {
        padding: 0 15px;
    }

    .statisticsTable .Button {
        display: inline-block;
        margin: 0 10px 10px 0;
    }

    .stroki {
        display: inline-block
    }

    .modal_line_stroki .arrow878 {
        margin-left: 14px
    }
}


.check_box_wrapper {
    position: relative;
    padding: 0 0 0 35px;
}

.mobile_nastr .settings .inpBox .check_box_wrapper {
    margin: 0 0 10px 0;
}


.leftArrow {
    width: 19px;
    height: 11px;
    position: absolute;
    top: 10px;
    left: 50%;
    margin: 0 0 0 -9px;
    background: url(../img/icons.png) -154px -31px no-repeat;
    background-size: 250px;
    z-index: 999;

    -moz-transform: rotate(270deg); /* Для Firefox */
    -ms-transform: rotate(270deg); /* Для IE */
    -webkit-transform: rotate(270deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(270deg); /* Для Opera */
    transform: rotate(270deg);
}
.sx-small .leftArrow {
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
}

/*@media screen and (min-width: 1031px) {

}*/
@media screen and (min-width: 1131px) {
    .sideMenu {
        position: fixed
    }

    .phone, #request, #small-request {
        display: none
    }

    .word_b .word {
        margin-top: 5px
    }

    .desk {
        display: block
    }

    p {
        margin: 0 0 20px 0;
    }

    body {
        font: normal 17px/1.2 'calibri_regular', sans-serif;
    }


    /* Buttons */
    .Button.defaultBtn {
        color: #fff;
        border: 1px solid #fff;
    }

    .Button.defaultBtn:hover {
        background: #307abe;
        color: #fff;
        border: 1px solid #307abe;
    }

    .Button.grayBtn {
        color: #fff;
        border: 1px solid #fff;
    }

    .Button.grayBtn:hover {
        background: #536d97;
        border: 1px solid #536d97;
    }

    a.Button.start {
        margin-top: 0px;
    }

    /* Titles */
    h1, .H1 {
        font: normal 21px/1.2 'calibri_bold', sans-serif;
        margin: 0 0 35px 0;
    }

    .modalMessage b {
        font: normal 17px/1.2 'calibri_bold', sans-serif;
    }

    /* Grid */
    #page_WRP:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0%;
    }

    #page_WRP.bluePage {
        background: #7aaddd;
    }

    #page_WRP.bluePage:before {
        background: radial-gradient(farthest-corner at 50% 0, #dfebf5 0%, #8cbae6 65%, #8cbae6 100%);
    }


    #page_WRP.grayPage {
        background: #adb9ca;
    }

    #page_WRP.grayPage:before {
        background: radial-gradient(farthest-corner at 50% 0, #e7ebf0 0%, #adb9ca 65%, #adb9ca 100%);
    }

    #page_WRP.silverPage {
        background: #f0f0f0;
    }

    #page_WRP.silverPage:before {
        background: radial-gradient(farthest-corner at 50% 0, #f0f0f0 0%, #d2d2d2 65%, #d2d2d2 100%);
    }


    #page_WRP.greenPage:before {
        background: radial-gradient(farthest-corner at 50% 0, #d8e7dd 0%, #9ac3a8 65%, #9ac3a8 100%);
    }


    #page, .logo_none #page, .silverPage .logo_none #page {
        padding: 45px 0 0 0;
        margin-top: 10px;
    }

    .leftCol {
        width: 218px;
        float: left;
    }

    .mainCol {
        margin: 0 0 0 240px;
    }

    .mobHide {
        display: block;
    }

    /* Header */
    .logo_none header {
        display: block
    }

    .headFlex {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*margin: 30px 0 0 0;*/
        padding: 30px 0 0 0;

    }

    header .logo {
        margin: 0;
    }

    #topMenu {
        display: flex;
        justify-content: space-between;
        flex-grow: 1;
        margin: 0 0 0 40px;
        white-space: nowrap;
    }

    #topMenu ul {
        display: flex;
    }

    #topMenu ul li a {
        /*display: block;*/
        background: #5c5c5c;
        color: #fff;
        font: normal 17px/45px 'calibri_regular', sans-serif;
        text-decoration: none;
        padding: 0 20px;
        transition: all .3s ease;
        height: 45px;
        display: flex;
    }

    #topMenu ul li a:hover, #topMenu ul li.current > a {
        background: #2a6ba6;
    }

    #topMenu .menu li {
        margin: 0 1px 0 0;
    }

    #topMenu .links li {
        margin: 0 0 0 1px;
    }

    #topMenu .spacer {
        background: #5c5c5c;
        flex-grow: 1;
    }

    .whitePage #topMenu .menu li, .whitePage #topMenu .links li, .silverPage #topMenu .menu li, .silverPage #topMenu .links li {
        margin: 0;
    }

    .whitePage #topMenu, .silverPage #topMenu {
        border-right: 1px solid #bfbfbf;
        border-top: 1px solid #bfbfbf;
        border-bottom: 1px solid #bfbfbf;
    }

    .whitePage #topMenu ul li a, .whitePage #topMenu .spacer, .silverPage #topMenu ul li a, .silverPage #topMenu .spacer {
        background: none;
        color: #a6a6a6;
        border-left: 1px solid #bfbfbf;
    }

    .whitePage #topMenu ul li a:hover {
        background: #f7f5f5;
    }

    .whitePage #topMenu ul li.current>a {
        background: #f7f5f5;
        /*background: red;*/
        border-top: 1px solid transparent;

    }

    .silverPage #topMenu ul li a:hover, .silverPage #topMenu ul li.current>a {
        background: rgba(0, 0, 0, 0.05);
    }

    .menu_icon, .questionIco, .openPanel {
        display: none;
    }

    .question .askIco {
        display: block
    }

    /* Pages */
    article {
        margin: 0 0 50px 0;
    }

    article ul {
        margin: 0 0 40px 0;
    }

    article ul li {
        margin: 0 0 20px 28px;
    }

    article ul li:before {
        margin: 0 15px 0 -22px;
    }

    .sideMenu ul:not(.mobHide), .sideMenu ul {
        display: block;
    }

    .sideMenu ul li {
        padding: 0
    }

    article .mobImg {
        display: none;
    }

    article .scrImg {
        display: block;
    }

    article.about .leftImg {
        float: left;
        margin: 0 30px 55px 0;
    }

    article.about .leftImg img {
        max-width: 100%;
        height: auto;
    }

    .goNext {
        margin: 0 0 55px 0;
    }

    .sharedet {
        margin: 0 0 50px 0;
    }

    .sharedet .title {
        margin: 0 0 20px 0;
    }

    .est_block {
        width: 880px;
        margin: 0 auto;
        text-align: center;
    }

    .est_block h1 {
        margin: 0 0 55px 0;
    }

    .est_block .wordsForm, .est_block .formTitle {
        display: block;
    }

    .est_block .formTitle {
        color: #2f5597;
        /*padding-left: 15px;*/
        padding-left: 7px;
        font: normal 24px/1.2 'calibri_bold', sans-serif;
        margin: 0 0 10px 0;
        text-align: left;
    }

    .est_block .result {
        margin: 0 0 80px 0;
    }

    .est_block .result .count {
        margin: 0 0 15px 0;
    }

    .est_block .proclamation {
        margin: 0 auto 40px auto;
        max-width: 575px;
        background: #bdd7ee;
        border: 1px solid #0070c0;
        padding: 12px 35px;
        box-shadow: 4px 4px 4px rgba(0, 0, 0, .4);
    }

    .est_block .note {
        margin: -50px auto 70px auto;
        text-align: left;
    }

    .est_block p {
        margin: 0 0 20px 0;
    }

    .est_block .mobileDirections {
        display: none;
    }

    .est_block .mainDirections {
        display: block;
        width: 680px;
        margin: 0 auto;
        text-align: left;
    }

    .est_block .mainDirections p {
        margin: 0 0 10px 0;
    }

    .est_block .mainDirections ul {
        font: normal 17px/1.2 'calibri_bold', sans-serif;
        list-style: none;
        margin: 0 0 30px 30px;
    }

    .est_block .mainDirections ul li {
        position: relative;
    }

    .est_block .mainDirections ul li:before {
        content: '';
        display: block;
        width: 4px;
        height: 4px;
        background: #000;
        border-radius: 50%;
        position: absolute;
        left: -30px;
        top: 10px;
    }

    .est_block .mainDirections .arrow {
        display: inline-block;
        vertical-align: middle;
        width: 15px;
        height: 16px;
        margin: 0 15px;
        background: url(../img/icons.png) 0 -30px no-repeat;
        background-size: 250px;
    }

    .est_block .mainDirections ul {
        font: normal 17px/1.2 'calibri_bold', sans-serif;
    }

    .est_block .mainDirections .txt {
        display: inline-block;
        vertical-align: middle;
        min-width: 130px;
    }

    .est_block .proclamation {
        font: normal 17px/1.2 'calibri_bold', sans-serif;
    }

    .est_block .result {
        font: normal 17px/1.2 'calibri_bold', sans-serif;
    }

    .est_block .mobileDirections ul {
        font: normal 17px/1.2 'calibri_bold', sans-serif;
        list-style: none;
    }

    .subscr_b h1 {
        margin: 0 0 40px 0;
    }

    .subscr_b .note {
        margin: 0 0 40px 0;
    }

    .subscr_b .note .date {
        font: normal 1em/1.2 'calibri_regular', sans-serif;
    }

    .subscr_b .sale-acountpay-fixedpay-list {
        margin: 0 0 40px 0;
        width: auto;
    }

    .subscr_b .sale-acountpay-fixedpay-list .sale-acountpay-fixedpay-item {
        margin: 0 5px;
        font: normal 17px/50px 'calibri_bold', sans-serif;
        width: 88px;
    }

    .subscr_b .subscrPayment {
        width: 238px;
        height: 185px;
        float: left;
        margin: 0 0 40px 0;
        padding: 0 0 25px 0;
    }

    .subscr_b .subscrPayment .period {
        font: normal 20px/1.2 'calibri_bold', sans-serif;
    }

    .subscr_b .subscrPayment .price {
        font: normal 34px/1.0 'calibri_bold', sans-serif;
        margin: 0 0 10px 0;
    }

    .subscr_b .subscrPayment .blueBtn input {
        font: normal 19px/37px 'calibri_bold', sans-serif;
    }

    .subscr_b .subscrBefore {
        width: 238px;
        height: 185px;
        display: flex;
        align-items: center;
        justify-content: center;
        float: right;
        border: 2px solid #2e75b6;
        background: #fff;
        margin: 0 0 40px 0;
        position: relative;
        text-align: center;
        font: normal 23px/1.2 'calibri_bold', sans-serif;
        color: #2e75b6;
        padding: 20px;
        position: relative;
    }

    .subscr_b .subscrBefore:before {
        content: '';
        display: block;
        width: 80px;
        height: 38px;
        position: absolute;
        left: -80px;
        top: 50%;
        margin: -19px 0 0 0;
        background: url(../img/icons.png) 0 -50px no-repeat;
        background-size: 250px;
    }

    .subscr_b .subscrBefore:after {
        content: '';
        display: block;
        width: 12px;
        height: 12px;
        position: absolute;
        left: -88px;
        top: 50%;
        margin: -6px 0 0 0;
        border-radius: 50%;
        background: #2e75b6;
    }

    .center_text h1 {
        display: block;
    }

    /* Forms */
    .wordsForm {
        /*margin: 0 0 70px 0;*/
    }

    .wordsForm .inputSet {
        border: 1px solid #a6a6a6;
        background: #fff;
    }

    .wordsForm .inputSet input {
        width: 100%;
        background: none;
        border: none;
        border-top: 1px solid #bfbfbf;
        font: normal 20px/53px 'calibri_regular', sans-serif;
        padding: 0 20px;
    }

    .wordsForm .inputSet input:first-child {
        border-top: none;
    }

    .wordsForm .Button {
        margin: 20px 0 0 0;
    }

    .wordsForm .inputSet {
        display: flex;
    }

    .wordsForm .inputSet input {
        width: 33.3333%;
        border-top: none;
        border-left: 1px solid #bfbfbf;
    }

    .wordsForm .inputSet input:first-child {
        border-left: none;
    }

    .personal_vhod {
        padding: 0;
    }

    .personal_vhod h1 {
        margin: 0 0 55px 0;
    }

    .personal_vhod .inpBox label, .personal_vhod .inpBoxValue label {
        width: 101px;
    }

    .personal_vhod.sx-change-password .inpBox label, .personal_vhod.sx-change-password .inpBoxValue label {
        width: 188px;
    }

    .personal_vhod .inpBox .input, .personal_vhod .inpBox .select, .personal_vhod .inpBoxValue .inpValue {
        max-width: 274px;
    }

    .personal_vhod .check_box {
        margin: 30px 0 40px 0;
    }

    .check_box_content .check_box {
        margin: 0 0 15px 0
    }

    .personal_vhod .buttons {
        display: flex;
        justify-content: space-between;
    }

    .personal_vhod .buttons .Button {
        display: inline-block;
        width: auto;
        margin: 0;
    }

    .personal_vhod .one_buttons {
        display: block;
        text-align: center;
    }

    .check_box_content .check_box {
        margin: 0 0 15px 0;
    }

    .nselect .nselect__head {
        font: normal 17px/30px 'calibri_regular', sans-serif;
    }

    /* Statistics */
    .statisticsTable .Button {
        margin: 0 15px 15px 0;
    }

    /* Settings */
    .mobile_nastr {
        display: none;
    }

    .desktopSettings {
        display: block;
        width: 960px;
        margin: 0 auto 40px auto;
    }

    .desktopSettings .setList {
        width: 400px;
        float: left;
        margin: 4px 0 40px 0;
    }

    .desktopSettings .setList dt {
        width: 130px;
        float: left;
    }

    .desktopSettings .setList dd {
        margin: 0 0 33px 140px;
    }

    .desktopSettings .settings {
        width: 540px;
        /*float: right;
        margin: 0 0 40px 0;*/
        margin: auto;
    }

    .desktopSettings .settings .inpBox {
        display: flex;
        align-items: center;
        margin: 0 0 21px 0;
        height: 32px;
    }

    .desktopSettings .settings .inpBox .check_box {
        width: 191px;
        margin: 0 0px 0 0;
    }


    /*.desktopSettings .settings .inpBox .check_box {
        width: 220px;
        margin: 0 20px 0 0;
    }*/

    /*.desktopSettings .settings .inpBox .check_box_wrapper {
        width: 220px;
        margin: 0 20px 0 0;
        position: relative;
        padding: 0 0 0 35px;
    }*/
    .desktopSettings .settings .inpBox .check_box_wrapper {
        width: 191px;
        margin: 0 0 0px 0 0;
        position: relative;
        padding: 0 0 0 35px;
    }

    .desktopSettings .settings .inpBox .select {
        width: 120px;
    }

    .desktopSettings .settings .inpBox .afterSel {
        margin: 0 0 0 10px;
    }

    .desktopSettings .settings .Button {
        margin: 20px 20px 0 0;
    }

    .sound_elem {
        margin: 0 0 0 25px;
    }

    .sound_elem .volIco {
        margin: 0 30px 0 0;
    }

    .sound_elem .volSlider {
        display: inline-block;
        vertical-align: middle;
        width: 90px;
    }

    .sound_elem .volSlider .rangebox {
        width: 100%;
        height: 16px;
        position: relative;
        background: url(../img/icons.png) -50px -30px no-repeat;
        background-size: 250px;
    }

    .sound_elem .volSlider .progressInput {
        position: absolute;
        opacity: 0;
    }

    .sound_elem .volSlider .handle {
        height: 26px;
        width: 8px;
        position: absolute;
        left: 0;
        top: 50%;
        margin: -13px 0 0 -4px;
        background: #7f7f7f;
        cursor: pointer;
    }

    .desktopSettings .buttons {
        clear: both;
    }

    .modal_gray .modalMessage .text {
        text-align: left;
        margin: 20px auto;
        max-width: 250px;
    }

    .modal_gray .modalMessage h3 {
        font: normal 17px/1.2 'calibri_bold', sans-serif;
    }

}


/*@media screen and (min-width: 1130px) {*/
@media screen and (min-width: 1131px) {
    /* Pages */
    .est_block {
        width: 1030px;
    }

    /* Forms */
    .est_block .wordsForm {
        display: flex;
        justify-content: space-between;
    }

    .wordsForm .inputSet {
        flex-grow: 1;
    }

    .personal_vhod .check_box, .check_box_content {
        margin: 30px 0 40px 0;
    }

    .check_box_content .check_box {
        margin: 0 0 15px 0;
    }

    .wordsForm .Button {
        margin: 0 0 0 20px;
    }

    /* Statistics */
    .statisticsChart {
        display: block;
        width: 450px;
        float: right;
        margin: 10px 0 40px 0;
        position: relative;
        overflow: hidden;
    }

    .statisticsChart .сhartBg {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 0 35px 45px;
    }

    .statisticsChart.digit4 .сhartBg {
        padding: 0 0 35px 55px;
    }

    .statisticsChart .сhartBg:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #ebeef2;
    }

    .statisticsChart .сhartBg:after {
        content: '';
        display: block;
        position: absolute;
        top: 0px;
        width: 90%;
        height: 92%;
        z-index: 999;
        border: 1px solid #7e7e7e;
    }


    .statisticsTable {
        width: 600px;
        float: left;
        /*margin: 0 0 40px 0;*/
        margin: 10px 0px 40px 0;
    }


    /* Vocabulary */
    .mobile_vocs {
        display: none;
    }

    .desktopVocabulary {
        display: block; /*height: 555px;*/
        padding: 0 0 100px 0;
        position: relative;
    }

    .vocabularyColumn {
        margin: 0 225px 0 0;
    }

    .vocabularyControls {
        width: 200px;
        float: right;
        padding: 35px 0 0 0;
        margin-right: 7px
    }

    .vocabularyFooter {
        width: 200px;
        height: 140px;
        position: absolute;
        right: 7px;
        top: 550px;
        /* left: 0; */
        bottom: 0;
        max-width: 1160px;
    }


    .dictionarySubsc {
        height: 20px;
        /* left: 0px; */
        top: auto;
        bottom: 0px;
        width: 300px;
        left: 50%;
        position: absolute;
        text-align: center;
        margin: -1px 0px 29px -247px;
        color: #0000cc;
    }

    .dictionarySubsc.fixed {
        position: fixed;
        width: 100%;
        top: auto;
        left: auto;
        max-width: 1160px;
        margin: 10px 0px 29px -100px;
        right: auto;
    }

    .vocabularyFooter .width {
        overflow: hidden;
    }

    .vocabularyFooter.fixed {
        position: fixed;
        width: 100%;
        max-width: 1093px;
        top: auto;
        right: auto;
    }

    .vocabularyFooter.fixed .width {
        padding: 0 20px;
        max-width: 1200px;
        margin: 0 auto;
    }



    .topArrow {
        width: 19px;
        height: 11px;
        position: absolute;
        top: 22px;
        left: 50%;
        margin: 0 0 0 -9px;
        background: url(../img/icons.png) -154px -31px no-repeat;
        background-size: 250px;
        z-index: 999;

    }

    .topArrow-2 {
        -moz-transform: rotate(180deg); /* Для Firefox */
        -ms-transform: rotate(180deg); /* Для IE */
        -webkit-transform: rotate(180deg); /* Для Safari, Chrome, iOS */
        -o-transform: rotate(180deg); /* Для Opera */
        transform: rotate(180deg);
    }

    .wordList .gray {
        color: #a6a6a6;
    }

    .wordList .text.gray, .wordBlock .text.gray {
        color: #bfbfbf;
    }

    .silverPage .wordList .text.gray, .silverPage .wordBlock .text.gray {
        color: #a6a6a6;
    }

    .wordList .word, .wordBlock .word {
        /*margin: 0 0 5px 55px;*/
        margin: 0 0 5px 53px;
        font: normal 25px/1.2 'calibri_bold', sans-serif;
        color: #7f7f7f;
    }

    .wordList .word.green, .wordBlock .word.green {
        color: #00b050;
    }

    .wordList .word.red, .wordBlock .word.red {
        color: #c00000;
    }

    .wordList .fieldBlock {
        margin: 0 0 25px 0;
    }

    .fieldSet {
        width: 824px;
        /*width: 831px;*/
        /*width: 831px;*/
        display: flex;
        justify-content: space-between;
        margin: 0 0 4px 45px;
        border-top: 1px solid #999999;
        border-left: 1px solid #999999;
        background: #fff;
        height: 55px;
        position: relative;
        -webkit-box-shadow: inset -1px -2px 5px #858585;
        -moz-box-shadow: inset -1px -2px 5px #858585;
        box-shadow: inset -1px -2px 5px #858585;
        cursor: default;
    }


    .fieldSet:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-box-shadow: inset 0px 0px 1px #858585;
        -moz-box-shadow: inset 0px 0px 1px #858585;
        box-shadow: inset 0px 0px 1px #858585;
    }


    .fieldSet2 .volIco {
        position: absolute;
        left: 5px;
        top: 12px;
        background: url(../img/icons.png) -125px -51px no-repeat;
        background-size: 250px;
    }

    .whitePage .fieldSet2 .volIco {
        background: url(../img/icons.png) -407px -119px no-repeat;
        background-size: 500px;
        cursor: pointer
    }

    /*.whitePage .fieldSet2 .volIco:hover {
        background: url(../img/icons.png) -407px -88px no-repeat;
        background-size: 500px;
        cursor: pointer
    }*/

    .silverPage .fieldSet2 .volIco {
        background: url(../img/icons.png) -447px -119px no-repeat;
        background-size: 500px;
        cursor: pointer
    }

    .silverPage .fieldSet2 .volIco:hover {
        background: url(../img/icons.png) -447px -88px no-repeat;
        background-size: 500px;
        cursor: pointer
    }

    .fieldSet .field {
        position: relative;
        border-bottom: 1px solid #7a7a7a;
        border-right: 1px solid #7a7a7a;
    }

    .fieldSet .field:nth-child(1) {
        width: 257px;
        max-width: 257px;
        /*min-width: 264px;*/
        border-right: 1px solid #bfbfbf;
    }

    .fieldSet .field:nth-child(2) {
        width: 284px;
        min-width: 284px;
        border-right: 1px solid #bfbfbf;
    }

    .fieldSet .field:nth-child(3) {
        width: 282px;
        min-width: 282px;
    }

    .fieldSet .field .text:nth-child(even),
    .fieldSet .field.sx-field-1 .text:nth-child(even) {
        margin: 0 8px 5px 8px;
        overflow: hidden;
        height: 22px;
    }

    .fieldSet .field .text:nth-child(odd) {
        margin: 4px 8px 0 8px;
        overflow: hidden;
        height: 21px;
    }

    .fieldSet .field.sx-field-1 .text:first-child {
        height: 22px;
    }

    .fieldSet .field.sx-field-1 .text:nth-child(2) {
        margin-top: -1px;
    }

    .fieldSet .field.sx-field-1 .text {
        /*margin: 5px 4px 0 8px;*/
        margin: 4px 4px 0 8px;
        overflow: hidden;
        height: 20px;
        margin-left: 0;
        padding-left: 8px;
        margin-left: 0 !important;
    }

    .fieldSet .field.greenField:before {
        content: '';
        display: block;
        width: 2px;
        height: 100%;
        background: #00b050;
        position: absolute;
        left: 0;
        top: 0;
    }

    .fieldSet .field.redField:before {
        content: '';
        display: block;
        width: 2px;
        height: 100%;
        background: #c00000;
        position: absolute;
        left: 0;
        top: 0;
    }

    .fieldSet.gray {
        background: #f3f3f3;
        color: #8c8c8c;
    }

    .fieldSet.gray:hover {
        background: #f0f0f0;
        color: #8c8c8c;
    }

    .silverPage .fieldSet.gray {
        background: none
    }

    .silverPage .fieldSet.gray:hover {
        background: rgba(0, 0, 0, 0.01)
    }

    .fieldSet.gray .field {
        box-shadow: inset 0 0 2px #d8d8d8;
    }

    .fieldSet .field .tooltip {
        width: 6px;
        cursor: pointer;
        height: 6px;
        background: #d9d9d9;
        border-radius: 50%;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .fieldSet .field .tooltip:before {
        content: '';
        position: absolute;
        height: 12px;
        margin: -3px 0 0 -3px;
        width: 12px;
        position: absolute;
        cursor: pointer
    }

    .fieldSet.gray .field .tooltip {
        background: #bfbfbf;
        cursor: pointer;
    }

    .fieldSet .field .input textarea {
        border: none;
        background: none;
        font: 1em/1.2 'calibri_regular', sans-serif;
        min-height: 52px;
        padding: 5px 10px;
        color: inherit;
    }

    .dictionarySubsc {
        height: 20px;
        color: #0000cc;
    }

    .wordBlock .fieldSet {
        margin: 0 0 14px 45px;
    }

    .wordBlock .bl_image {
        margin: 0 -15px 25px 45px;
        display: flex;
        width: 840px
    }

    .wordBlock .bl_image .img {
        margin: 0;
    }

    .wordBlock .bl_image .img, .wordBlock .bl_image .loadImg {
        width: 50%;
        padding: 0 15px 0 0;
    }

    .wordBlock .bl_image .loadInput {
        /*width: 100%;
        height: 100%;*/

        width: 404px;
        /*height: 270px;*/
        height: 270px;
    }

    .wordBlock .bl_image .img img {
        height: 270px;
    }

    .wordBlock .bl_image .loadInput label {
        font: 28px/1.2 'calibri_regular', sans-serif;
    }

    .wordBlock .bl_image .loadInput label:after {
        width: 48px;
        height: 64px;
        background: url(../img/icons.png) -9px -369px no-repeat;
        background-size: 440px;
    }

    .wordBlock .bl_image .loadInput:hover label:after {
        background: url(../img/icons.png) -60px -369px no-repeat;
        background-size: 440px;
    }

    .whitePage .wordBlock .bl_image .loadInput label:after {
        width: 48px;
        height: 64px;
        background: url(../img/icons.png) -111px -369px no-repeat;
        background-size: 440px;
    }

    .whitePage .wordBlock .bl_image .loadInput:hover label:after {
        background: url(../img/icons.png) -162px -369px no-repeat;
        background-size: 440px;
    }


    .bl_image {
        margin: 0 0 35px 0;
    }

    .vocabularyFooter .statBlock {
        width: 200px;
        float: right;
        color: #a6a6a6;
        /*color: #bfbfbf;*/
        font: 15px/1.2 'calibri_regular', sans-serif;
        padding-bottom: 20px;
        transition: 600ms linear; /* Время изменения */
    }
    .vocabularyFooter .statBlock:hover,  .vocabularyFooter .statBlock.sx-hovered{
        color: #8c8c8c;
    }

    .silverPage .vocabularyFooter .statBlock:hover,  .silverPage .vocabularyFooter .statBlock.sx-hovered {
        color: #787878;
    }

    .silverPage .vocabularyFooter .statBlock {
        color: #a6a6a6;
    }

    .statBlock-single {
        width: 200px;
        margin: 0px auto
    }

    .vocabularyFooter .statBlock .stat, .statBlock-single .stat {
        margin: 0 0 7px 0;
        display: flex;
        justify-content: space-between;
        white-space: nowrap;
    }

    .vocabularyFooter .statBlock .stat .label, .vocabularyControls .statBlock .stat .value, .statBlock-single .stat .label, .statBlock-single .stat .value {
        width: 33%;
    }

    .vocabularyFooter .statBlock .stat .unit, .statBlock-single .stat .unit {
        width: 34%;
    }

    .vocabularyFooter .statBlock .stat .value, .statBlock-single .stat .value {
        padding: 0 10px;
        flex-grow: 1;
    }

    .vocabularyFooter .statBlock strong, .statBlock-single strong {
        color: #7a8faa;
    }

    .vocabularyFooter .statBlock .status, .statBlock-single .status {
        margin: 0 0 7px 0;
        display: flex;
    }

    .vocabularyFooter .statBlock .status .label, .statBlock-single .status .label {
        width: 33%;
    }

    .vocabularyFooter .statBlock .status .value, .statBlock-single .status .value {
        padding: 0 10px;
    }

    .controlsBlock {
        margin: 0 0 15px 0;
    }

    .controlsBlock .controlBox {
        font-size: 0;
    }

    .controlsBlock .control {
        display: inline-block;
        vertical-align: top;
        width: 35px;
        height: 35px;
        margin: 0 3px 3px 0;
        border: 1px solid #c7c7c7;
        box-shadow: inset 0 0 1px #d8d8d8;
        text-decoration: none;
    }

    .controlsBlock .control.nextArr {
        width: 111px;
        height: 55px;
        margin: 0 3px 12px 0;
        background: url(../img/icons.png) -141px -81px no-repeat;
        background-size: 250px;
    }

    .controlsBlock .control.plus, .controlsBlock .control.minus {
        width: 54px;
    }

    .controlsBlock .control.next, .controlsBlock .control.prev {
        width: 35px;
    }

    .controlsBlock .control.next {
        background: url(../img/icons.png) -150px -129px no-repeat;
        background-size: 250px;
    }

    .controlsBlock .control.prev {
        background: url(../img/icons.png) -108px -129px no-repeat;
        background-size: 250px;
    }

    .controlsBlock .control.plus {
        background: url(../img/icons.png) -215px -128px no-repeat;
        background-size: 250px;
    }

    .controlsBlock .control.minus {
        background: url(../img/icons.png) -177px -128px no-repeat;
        background-size: 250px;
    }

    .controlsBlock .control.pointOne {
        background: url(../img/icons.png) 14px -128px no-repeat;
        background-size: 250px;
    }

    .controlsBlock .control.pointTwo {
        background: url(../img/icons.png) -25px -128px no-repeat;
        background-size: 250px;
    }

    .controlsBlock .control.pointThree {
        background: url(../img/icons.png) -63px -128px no-repeat;
        background-size: 250px;
    }

    .controlsBlock .control:hover {
        background-color: rgba(0, 0, 0, 0.01);
    }

    /*.controlsBlock .control:nth-child(3) {background-color: rgba(0,0,0,0.05);}
	.controlsBlock .control:nth-child(3):hover {background-color: rgba(0,0,0,0.06);}*/
    .controlsBlock .askIco {
        vertical-align: top;
        font: normal 13px/14px 'calibri_regular';
    }

    .controlsBlock .count {
        display: inline-block;
        vertical-align: middle;
        color: #a6a6a6;
        font: 27px/1.2 'calibri_regular', sans-serif;
        margin: 0 0 0 5px;
    }


    .controlsBlock .control {
        border: 1px solid #7a7a7a;
        border-top: 1px solid #999999;
        border-left: 1px solid #999999;
        -webkit-box-shadow: inset 0px -1px 3px #858585;
        position: relative;
        -moz-box-shadow: inset 0px -1px 3px #858585;
        box-shadow: inset 0px -1px 3px #858585;
    }

    .controlsBlock .control:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        -webkit-box-shadow: inset 0px 0px 0px #858585;
        -moz-box-shadow: inset 0px 0px 0px #858585;
        box-shadow: inset 0px 0px 0px #858585;
    }


    .whitePage .controlsBlock .count {
        color: #bfbfbf;
    }

    .whitePage .controlsBlock .control.nextArr {
        background: url(../img/icons.png) -66px -81px no-repeat;
        background-size: 250px;
    }

    .whitePage .controlsBlock .control.next {
        /*background: url(../img/icons.png) -140px 6px no-repeat;*/
        background: url(../img/icons.png) -150px 5px no-repeat;
        background-size: 250px;
    }

    .whitePage .controlsBlock .control.prev {
        /*background: url(../img/icons.png) -100px 6px no-repeat;*/
        background: url(../img/icons.png) -108px 5px no-repeat;
        background-size: 250px;
    }

    .sx-prev-icon-help {
        /*background: url(../img/icons.png) -100px 6px no-repeat;*/
        background: url(../img/icons.png) -124px -144px no-repeat;
        background-size: 272px;
        height: 26px;
    }

    /*.whitePage .controlsBlock .control.settings {
        background: url(../img/icons.png) 6px -95px no-repeat;
        background-size: 151px;
    }*/
    .whitePage .controlsBlock .control.plus {
        background: url(../img/icons.png) -215px 6px no-repeat;
        background-size: 250px;
    }

    .whitePage .controlsBlock .control.minus {
        background: url(../img/icons.png) -177px 6px no-repeat;
        background-size: 250px;
    }

    .whitePage .controlsBlock .control.pointOne {
        background: url(../img/icons.png) 14px 6px no-repeat;
        background-size: 250px;
    }

    .whitePage .controlsBlock .control.pointTwo {
        background: url(../img/icons.png) -25px 6px no-repeat;
        background-size: 250px;
    }

    .whitePage .controlsBlock .control.pointThree {
        background: url(../img/icons.png) -63px 6px no-repeat;
        background-size: 250px;
    }

    .whitePage .controlsBlock .control:hover {
        background-color: #fafafa;
    }

    /*.whitePage .controlsBlock .control.pointThree:nth-child(3){background-color:#f3f3f3}
	.whitePage .controlsBlock .control.pointThree:nth-child(3):hover {background-color:#f0f0f0}*/
}

@media screen and (min-width: 1200px) {
    .statisticsTable {
        margin: 10px 0 40px 50px;
    }
}


.personal_vhod.sx-settings .inpBox .input, .personal_vhod.sx-settings .inpBox .select, .personal_vhod.sx-settings .inpBoxValue .inpValue {
    max-width: 64%;
}


@media screen and (max-width: 360px) {
    .personal_vhod .inpBox .input, .personal_vhod .inpBox .select, .personal_vhod .inpBoxValue .inpValue {
        flex-grow: 1;
        max-width: 64%;
    }

    .personal_vhod.sx-settings .inpBox .input, .personal_vhod.sx-settings .inpBox .select, .personal_vhod.sx-settings .inpBoxValue .inpValue {
        flex-grow: 1;
        max-width: 64% ;
    }

}

@media screen and (max-width: 640px) {
    .statisticsTable .head {
        display: none
    }

    .none_table {
        display: table-row;
    }

    .statisticsTable .buttons {
        max-width: 265px;
        margin: 0px auto
    }

    .statisticsTable .statisticsWord {
        margin: 0 0 7px 6px;
        font: normal 15px/1.2 'calibri_bold', sans-serif;
    }

    .statisticsTable .scrollBox {
        border-top: 1px solid #7f7f7f;
    }

    .mCSB_scrollTools .mCSB_buttonUp {
        top: -1px
    }

    .mCSB_scrollTools a + .mCSB_draggerContainer {
        margin: 15px 0;
    }

    .mCSB_container_wrapper {
        right: -1px
    }

    #page_WRP.bluePage {
        background: #83b7e8;
    }

    #page_WRP.grayPage {
        background: #b1bdce;
    }

    #page_WRP.greenPage {
        background: #9ac3a8;
    }
}

.silverPage #page_WRP.nob:before {
    display: none
}


/*  @media (min-height: 385px) and (max-height: 395px){
.mobile_vocs .bl_image, .bl_image .img, .bl_image .img img, .mobile_vocs .bl_image .loadInput{width:auto; max-height:170px; height:auto}
  }
       @media (min-height: 395px) and (max-height: 405px){
.mobile_vocs .bl_image, .bl_image .img, .bl_image .img img, .mobile_vocs .bl_image .loadInput{width:auto; max-height:180px; height:auto}
  }
       @media (min-height: 405px) and (max-height: 415px){
.mobile_vocs .bl_image, .bl_image .img, .bl_image .img img, .mobile_vocs .bl_image .loadInput{width:auto; max-height:190px; height:auto}
  }
     @media (min-height: 415px) and (max-height: 425px){
.mobile_vocs .bl_image, .bl_image .img, .bl_image .img img, .mobile_vocs .bl_image .loadInput{width:auto; max-height:200px; height:auto}
  }
   @media (min-height: 425px) and (max-height: 435px){
.mobile_vocs .bl_image, .bl_image .img, .bl_image .img img, .mobile_vocs .bl_image .loadInput{width:auto; max-height:210px; height:auto}
  }

     @media (min-height: 435px) and (max-width: 1130px){
.mobile_vocs .bl_image, .bl_image .img, .bl_image .img img, .mobile_vocs .bl_image .loadInput{width:auto; max-height:220px; height:auto}

  }*/

@media (max-height: 435px) {
    .mobile_vocs .bl_image .loadInput {
        height: 150px
    }
}


@media (min-height: 330px) {
    .mobile_vocs .mobile.sx-second-line {
        display: block
    }

    .wordField .text:nth-child(odd) {
        /*padding: 5px 10px 0 10px;*/
        padding: 4px 10px 0 10px;
    }

    .wordField .text:nth-child(even) {
        padding: 0 10px 7px 10px;
    }

    /*.mobile_vocs .tabletText {
        display: none
    }*/
    .wordField .onetext:nth-child(odd) {
        padding: 9px 10px 10px;
        height: 40px
    }
}

@media (min-height: 340px) {
    /*.mobileControls .nextArr {
        top: -42px;
    }*/

    .bluePage .mobileControls .nextArr {
        top: -52px;
    }

    .word_b .volIco {
        top: 39px;
    }

}

.mobile_vocs .tabletText .gray {
    display: none
}

@media (max-height: 360px) {
    .mobile_vocs .texts .mobile {
        display: none
    }

    .mobile_vocs .tabletText {
        display: block
    }


}

@media (max-height: 340px) {
    .mobile_vocs .mobile {
        display: none
    }

    .mobile_vocs .mobile.sx-second-line {
        display: block
    }

    .mobile_vocs .tabletText {
        display: block
    }

    /*.mobile_vocs .tabletText .gray {
        display: block
    }*/
    /*
    todo:short
    .wordField .text:nth-child(odd) {
        padding: 9px 10px 10px;
        height: 40px
    }*/

}

@media (max-height: 330px) {
    /*.mobile_vocs .bl_image, .bl_image .img, .bl_image .img img, .mobile_vocs .bl_image .loadInput{width:auto; max-height:150px; height:auto}
.mobile_vocs .bl_image .loadInput{width:200px}*/
    .mobile_vocs .tabletText {
        display: block;
        margin: 0 0 0 225px;
    }
}


@media (max-height: 320px) {
    /*.mobile_vocs .bl_image, .bl_image .img, .bl_image .img img, .mobile_vocs .bl_image .loadInput{width:auto; max-height:135px; height:auto}
.mobile_vocs .bl_image .loadInput{width:185px}*/
    .mobile_vocs .tabletText {
        display: block;
        margin: 0 0 0 205px;
    }
}

@media (max-height: 310px) {
    /*.mobile_vocs .bl_image, .bl_image .img, .bl_image .img img, .mobile_vocs .bl_image .loadInput{width:auto; max-height:120px; height:auto}
.mobile_vocs .bl_image .loadInput{width:170px}*/
    .mobile_vocs .tabletText {
        display: block;
        margin: 0 0 0 205px;
    }
}

@media (max-height: 300px) {
    .mobile_vocs .bl_image, .bl_image .img, .bl_image .img img {
        /*width: auto;
        max-height: 115px;
        height: auto*/
    }

    .mobile_vocs .tabletText {
        display: block;
        margin: 0 0 0 185px;
    }
}


@media (max-height: 540px) and (max-width: 480px) {
    .mobileControls .nextArr {
        /*width: 160px;*/
        width: 147px;
    }
    .sx-btns-fixed {
        z-index: 0 !important;
    }
    .mobileControls .nums {
        z-index: 1;
    }
}

@media (max-height: 540px) and (max-width: 375px) {
    .mobileControls .nextArr {
        /*width: 140px;*/
        width: 127px;
    }
    .sx-btns-fixed {
        z-index: 0 !important;
    }
    .mobileControls .nums {
        z-index: 1;
    }
}

@media (max-height: 540px) and (max-width: 360px) {
    .mobileControls .nextArr {
        /*width: 120px;*/
        width: 107px;
    }
    .sx-btns-fixed {
        z-index: 0 !important;
    }
    .mobileControls .nums {
        z-index: 1;
    }
}


@media (max-height: 540px) and (max-width: 335px) {
    .mobileControls .nextArr {
        width: 87px;
        /*display: none;*/
        /*width: 100px;*/
    }
    .sx-btns-fixed {
        z-index: 0 !important;
    }
    .mobileControls .nums {
        z-index: 1;
    }
}


.mobile_vocs .topArrow2 {
    width: 40px;
    height: 35px;
    position: absolute;
    top: 0px;
    right: 0px;
    /* padding-right: 10px; */
    /* left: 50%; */
    margin: 0 0 0 0px;
    /*background: url(../img/icons.png) 10px -389px no-repeat;
    background-size: 332px;*/

    background: url(../img/icons.png) 10px -302px no-repeat;
    background-size: 260px;

    z-index: 9;
}


.sect_50 {
    width: 50%;
    float: left;
    padding: 0 10px 0 20px
}

.sect_33 {
    width: 33.333%;
    float: left;
    padding: 0 10px 0 20px;
    border-right: 1px solid #7f7f7f;
}

.sect_50 .sect_2, .sect_33 .sect_2 {
    padding-left: 32px;
    margin-top: 10px
}

.sect_50 .check_box, .sect_33 .check_box {
    margin-top: 10px;
    line-height: 1;
}

.sect_50 .check_box:first-child, .sect_33 .check_box:first-child {
    margin-top: 0px
}

.sect_50:first-child {
    padding: 0 20px 0 10px;
    border-right: 1px solid #7f7f7f;
}

.sect_33:first-child {
    padding: 0 20px 0 10px;
}

.sect_33:last-child {
    border-right: 0px
}

.sect:after {
    content: '';
    display: block;
    clear: both
}

.modal .check_box input:checked + label:before {
    background: #fff url(../img/icons2.png) -22px -27px no-repeat;
    background-size: 225px;
}

.modal .sx-checkboxes-v2 .check_box input:checked + label:before {
    background: #d9d9d9 url(../img/icons2.png) -22px -27px no-repeat;
    background-size: 225px;
}


/*.modal .check_box.sx-modal-no-open-trigger-wrapper input:checked + label:before {
    background: #fff url(../img/icons2.png) -21px -25px no-repeat;
    background-size: 204px;
}*/

.modal_green .Button.brounBtn {
    color: #487858;
    border: 1px solid #487858;
}

.modal_green .Button.brounBtn:hover {
    background: #487858;
    color: #fff;
    border: 1px solid #487858;
}

.modal_green .close:before, .modal_green .close:after {
    background: #487858;
}

.modal_pink .Button.brounBtn {
    color: #ff5b5b;
    border: 1px solid #ff5b5b;
}

.modal_pink .Button.brounBtn:hover {
    background: #ff5b5b;
    color: #fff;
    border: 1px solid #ff5b5b;
}

.modal_pink .close:before, .modal_pink .close:after {
    background: #ff5b5b;
}

.modal .help, .sx-help {
    font: normal 15px/1.2 'calibri_regular', sans-serif;
    margin-top: 15px;
    padding-left: 15px;
    position: relative
}

.modal .help:before, .sx-help:before {
    content: '*';
    position: absolute;
    left: 0px
}


.openPanel2 span, .openPanel2 span:after, .openPanel2 span:before {
    background: #8c8c8c
}

.s19 {
    font-size: 19px
}


.sx-full-mobile-info .check_box {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0 10px 35px;
    position: relative;
    margin-bottom: -1px
}

.sx-full-mobile-info .line-top {
    border-top: 1px solid #eaeaea;
    margin-top: 15px
}

.sx-full-mobile-info .blub .sect_2 {
    padding-left: 35px;
    display: none
}

.sx-full-mobile-info .blub .sect_2 .check_box:first-child {
    border-top: 1px solid #eaeaea;
}

.sx-full-mobile-info .open_sect_2 {
    background: url(../img/icons2.png) -66px 2px no-repeat;
    background-size: 250px;
    width: 24px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 12px
}

.sx-full-mobile-info .open_sect {
    background: url(../img/icons2.png) -92px 0px no-repeat;
    background-size: 250px;
}

.sx-full-mobile-info .no-border {
    border: none;
}


.sx-full-mobile-info .askIco {
    position: absolute;
    left: 140px;
    top: 14px;
    text-decoration: none
}

.check_box input:disabled + label {
    color: #7f7f7f;
}

.check_box input:disabled + label:before {
    background: #e7e6e6;
}

.sx-full-mobile-info.sx-border-always .check_box.no-border {
    border-bottom: 1px solid #eaeaea;
}


#modal47.modal .arrow_two {
    width: 30px;
    height: 29px;
    margin-top: -10px;
    display: inline-block;
    background: url(../img/icons.png) -119px -54px no-repeat;
    background-size: 170px;
    vertical-align: middle;
}