@font-face {
    font-family: 'Rubik';
    src: local('Rubik'), local('Rubik-Regular'), url('../../../font/profile/Rubik.woff2') format('woff2'), url('../../../font/profile/Rubik.woff') format('woff'), url('../../../../font/profile/Rubik.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: local('Rubik Italic'), local('Rubik-Italic'), url('../../../font/profile/Rubikitalic.woff2') format('woff2'), url('../../../font/profile/Rubikitalic.woff') format('woff'), url('../../../font/profile/Rubikitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium'), local('Rubik-Medium'), url('../../../font/profile/Rubikmedium.woff2') format('woff2'), url('../../../font/profile/Rubikmedium.woff') format('woff'), url('../../../font/profile/Rubikmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium Italic'), local('Rubik-MediumItalic'), url('../../../font/profile/Rubikmediumitalic.woff2') format('woff2'), url('../../../font/profile/Rubikmediumitalic.woff') format('woff'), url('../../../font/profile/Rubikmediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

body {
    font-family: 'Rubik';
    font-size: 12px;
}

#app {
    height: 100%;
}

.form-control {
    font-size: 12px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1440px;
    }
}

html {
    background: #F4F8F9;
}

html, body {
    overflow-x: hidden;
}

body,
html,
main,
.container,
.container > .row {
    min-height: 100%;
    position: relative;
}

body > main {
    overflow-x: hidden;
}

a,
a:hover {
    text-decoration: none;
    color: #4DA1FF;
}

/* ---------------------------------------------------------
left */

/*
.main_left {
  border-right:1px solid #C5C5C5;
}
*/
.main_left_logo {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_left_logo img {
    display: block;
    max-width: 200px;
}

.main_left_menu {
    padding-top: 70px;
}

.main_left_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px 0;
    position: relative;
}

.main_left_menu a:before {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: -20px;
    width: 5px;
    height: 40px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-border-radius: 0 10px 10px 0;
    border-radius: 0 10px 10px 0;
    background: #4192EC;
    box-shadow: 2px 3px 11px rgba(1, 172, 253, 0.74);
    content: '';
}

.main_left_menu a:hover:before,
.main_left_menu a.active:before {
    left: 0;
}

/* --------------------------------------------------------
top center */

.main_center {
    background: #F4F8F9;
    position: relative;
}

.main_top {
    height: 100px;
    position: relative;
    border-bottom: 1px solid #C5C5C5;
    background: #fff;
}

.main_center:after {
    position: absolute;
    top: 0;
    bottom: 0;
    background: #F4F8F9;
    left: -10000px;
    width: 10000px;
    content: '';
    display: block;
    height: 100%;
}

/*
.main_top:after {
  position:absolute;
  top:0;
  bottom:0;
  border-bottom:1px solid #C5C5C5;
  background:#fff;
  left:-15px;
  width:10000px;
  content:'';
  display:block;
  height:100%;
}
*/
.main_top_stages {
    height: 100px;
    display: flex;
    padding-top: 25px;
    position: relative;
    margin-left: 45px;
    /*  justify-content: center;*/
}

.mts_item {
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    position: relative;
    /*
    margin-right:86px;
    */
    margin-right: 60px;
    z-index: 3;
    background: #fff;
}

.mts_item:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 14px;
    height: 14px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background: #5B9AF8;
}

.mts_item:before {
    position: absolute;
    top: 15px;
    left: 32px;
    width: 86px;
    content: '';
    margin: auto;
    background: #c1d9fc;
    height: 2px;
    z-index: 1;
}

.mts_item:last-child:before {
    display: none;
}

.mts_item:last-child {
    margin: 0;
}

.mts_item span {
    position: absolute;
    left: -43px;
    right: -43px;
    font-size: 12px;
    text-align: center;
    color: #000000;
    opacity: 0.3;
    bottom: -26px;
}

.mts_item.mts_item_ready {
    background: url(../../../images/profile/ico_mts_item_ready.png) no-repeat center #c1d9fc;
}

.mts_item.mts_item_ready:after {
    display: none;
}

.mts_item.mts_item_ready span,
.mts_item.mts_item_active span {
    opacity: 1;
}

/*
.mts_item.mts_item_active:before {
  background:#E9ECEF;
}
*/
.mts_item.mts_item_next:after {
    background: #E9ECEF;
}

/*
.mts_item.mts_item_next {
  margin-right:0;
}
*/
/*
.mts_item_none {
  display:none;
}
*/
/*
.mts_item_next:before {
  display:none;
}
*/

/* -------------------------------------------------
right */

.main_right_in {
    width: 180px;
    margin: auto;
}

.mrti_avatar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100px;
}

.mrti_avatar div {
    width: 54px;
    height: 54px;
    border-radius: 100px;
}

.main_right_title {
    display: flex;
    align-items: center;
    padding-top: 34px;
    margin-bottom: 34px;
}

.mrti_ico {
    background: url(../../../images/profile/ico_notification.png) no-repeat center #4DA1FF;
    position: relative;
    border-radius: 4px;
    width: 55px;
    min-width: 55px;
    height: 55px;
}

.mrti_ico span {
    position: absolute;
    text-align: center;
    font-weight: bold;
    /*background: #123456;*/
    /*background: #FF7878;*/
    background: #FF7878;
    display: block;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    top: -8px;
    right: -8px;
    line-height: 24px;
    color: #FFFFFF;
}

.mrti_text {
    padding-left: 20px;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #323C47;
}

.main_right_item {
    position: relative;
    padding-top: 18px;
    margin-bottom: 24px;
}

.main_right_item:after {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(77, 161, 255, 0.4);
    border-radius: 2px;
    height: 5px;
    width: 50px;
    content: '';
}

.main_right_item span {
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    display: block;
    color: #989898;
    margin-bottom: 2px;
}

.main_right_item p {
    font-size: 12px;
    line-height: 20px;
}

.main_right_item p b {
    font-weight: 500;
    color: #4DA1FF;
}

/* -----------------------------------------------------
main_content */

.main_content {
    /*  padding:60px; */
    padding: 30px;
}

.main_content_top {
    margin-bottom: 30px;
}

.mct_left {
    height: 70px;
}

.mct_left_title {
    font-size: 34px;
    line-height: 45px;
}

.mct_left_back {
    font-size: 12px;
    line-height: 19px;
    margin-left: 50px;
    padding-left: 30px;
    background: url(../../../images/profile/ico_mct_left_back.png) no-repeat center left;
    color: #4DA1FF;
}

.mct_left_back:hover {
    color: #4DA1FF;
    text-decoration: none;
}

.mct_right {
    display: flex;
    align-items: center;
}

.mct_right a,
.mct_right button {
    display: block;
    height: 46px;
    width: 100%;
    line-height: 46px;
    font-weight: 500;
    font-size: 12px;
    width: 48%;
    margin-right: 4%;
    text-align: center;
}

.mct_right a:last-child,
.mct_right button:last-child {
    margin: 0;
}

.mct_right_preview {
    color: #4DA1FF;
    background-color: #F4F8F9;
    text-decoration: none;
    border: 2px solid #4DA1FF;
    border-radius: 2px;
}

.mct_right_save {
    color: #fff;
    text-decoration: none;
    border: 2px solid #4DA1FF;
    background: #4DA1FF;
    border-radius: 2px;
}

.mct_right_save:hover,
.mct_right_preview:hover {
    text-decoration: none;
}

.mct_right_preview:hover {
    color: #4DA1FF;
}

.mct_right_save:hover {
    color: #fff;
}

.main_content_center.row {
    margin-left: -20px;
    margin-right: -20px;
}

.main_content_center.row > div {
    padding-left: 20px;
    padding-right: 20px;
}

.mcc_block {
    background: #FFFFFF;
    border-radius: 6px;
    padding: 20px 20px 20px;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.02);
}

.mcc_block_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #90A0A4;
    margin-bottom: 20px;
    position: relative;
}

.mcc_block_title span {
    color: #4DA1FF;
}

/* ------------------------------------------------------
form */

.mcc_block label {
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}

.mcc_block input[type="text"],
.mcc_block input[type="email"],
.mcc_block input[type="tel"],
.mcc_block input[type="date"],
.mcc_block input[type="number"] {
    width: 100%;
    border: 1px solid #E9EFF4;
    border-radius: 4px;
    font-size: 12px;
    height: 46px;
    padding: 0 12px;
    margin-bottom: 20px;
}

.mcc_block input[type="number"] {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.mcc_block textarea {
    width: 100%;
    border: 1px solid #E9EFF4;
    border-radius: 4px;
    /*
    font-size:12px;
    */
    height: 174px;
    padding: 12px;
    margin-bottom: 20px;
}

.mcc_block input:focus,
.mcc_block textarea:focus {
    background: #F4F8F9;
    -webkit-box-shadow: 0 0 5px 0 rgba(77, 161, 255, 0.5);
    box-shadow: 0 0 5px 0 rgba(77, 161, 255, 0.5);
    outline: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mcc_block_input_number {
    position: relative;
}

.mcc_block_input_number span {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 24px;
    height: 23px;
    z-index: 2;
    background: rgba(244, 247, 249, 0.4);
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    line-height: 23px;
    color: #808FA3;
}

.mcc_block_input_number span:first-child {
    top: 23px;
    -webkit-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
    border-left: 1px solid #E9EFF4;
}

.mcc_block_input_number span:last-child {
    top: 0;
    -webkit-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
    border-bottom: 1px solid #E9EFF4;
    border-left: 1px solid #E9EFF4;
}

.mcc_block_input_date {
    position: relative;
}

.mcc_block_input_date span {
    position: absolute;
    height: 46px;
    cursor: pointer;
    content: '';
    width: 46px;
    top: 0;
    right: 0;
    display: block;
    border-left: 1px solid #E9EFF4;
    z-index: 2;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background: url(../../../images/profile/ico_input_calendar.png) no-repeat center rgba(244, 247, 249, 0.4);
}

.mcc_block .row {
    margin-left: -10px;
    margin-right: -10px;
}

.mcc_block .row > div {
    padding-left: 10px;
    padding-right: 10px;
}

.mcc_block .input_social input {
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.mcc_block .input_social.mcc_is_vk input {
    background-image: url(../../../images/profile/ico_input_vk.png);
}

.mcc_block .input_social.mcc_is_in input {
    background-image: url(../../../images/profile/ico_input_in.png);
}

.mcc_block .input_social.mcc_is_wh input {
    background-image: url(../../../images/profile/ico_input_wh.png) !important;
}

.mcc_block .input_social.mcc_is_vi input {
    background-image: url(../../../images/profile/ico_input_vi.png) !important;
}

.mcc_block .input_social.mcc_is_fb input {
    background-image: url(../../../images/profile/ico_input_fb.png);
}

.mcc_block .input_social.mcc_is_tl input {
    background-image: url(../../../images/profile/ico_input_tl.png);
}

.mcc_block .input_social.mcc_is_ok input {
    background-image: url(../../../images/profile/ico_input_okl.png);
}

.mcc_block_item_page {
    min-height: 54px;
    border: 1px solid #E9EFF4;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    /*  padding:0 20px; */
    padding: 0 10px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.mcc_bip_ico {
    padding-right: 12px;
}

.mcc_bip_title {
    font-size: 12px;
    color: #000;
    word-break: break-word;
}

.mcc_bip_title img {
    cursor: pointer;
}

.main_content_step_2 .mcc_bip_title {
    color: #a2a8ad;
}

.main_content_step_2 .mcc_bip_inc,
.main_content_step_3 .mcc_bip_inc,
.main_content_step_8 .mcc_bip_inc {
    margin-left: auto;
    width: 30px;
    height: 12px;
}

.main_content_step_2 .mcc_bip_inc input,
.main_content_step_3 .mcc_bip_inc input,
.main_content_step_8 .mcc_bip_inc input,
.main_content_step_9 .mcc_bip_inc input {
    display: none;
}

.main_content_step_2 .mcc_bip_inc, label,
.main_content_step_3 .mcc_bip_inc, label,
.main_content_step_8 .mcc_bip_inc, label,
.main_content_step_9 .mcc_bip_inc label {
    margin: 0;
}

.main_content_step_2 .mcc_bip_inc span,
.main_content_step_3 .mcc_bip_inc span,
.main_content_step_8 .mcc_bip_inc span,
.main_content_step_9 .mcc_bip_inc span {
    position: relative;
    cursor: pointer;
    height: 20px;
    display: block;
    width: 30px;
}

.main_content_step_2 .mcc_bip_inc span:before,
.main_content_step_3 .mcc_bip_inc span:before,
.main_content_step_8 .mcc_bip_inc span:before,
.main_content_step_9 .mcc_bip_inc span:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 26px;
    height: 12px;
    border-radius: 13px;
    background: #f4f4f4;
    transition: .2s;
}

.main_content_step_2 .mcc_bip_inc span:after,
.main_content_step_3 .mcc_bip_inc span:after,
.main_content_step_8 .mcc_bip_inc span:after,
.main_content_step_9 .mcc_bip_inc span:after {
    content: '';
    position: absolute;
    top: -0;
    left: -2px;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: #FFF;
    border: 2px solid #D0D7DD;
    transition: .2s;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.main_content_step_2 .mcc_bip_inc input:checked + span:before,
.main_content_step_3 .mcc_bip_inc input:checked + span:before,
.main_content_step_8 .mcc_bip_inc input:checked + span:before,
.main_content_step_9 .mcc_bip_inc input:checked + span:before {
    background: #4DA1FF;
}

.main_content_step_2 .mcc_bip_inc input:checked + span:after,
.main_content_step_3 .mcc_bip_inc input:checked + span:after,
.main_content_step_8 .mcc_bip_inc input:checked + span:after,
.main_content_step_9 .mcc_bip_inc input:checked + span:after {
    left: 12px;
}

.main_content_step_2 .mcc_bip_inc input:focus + span:before,
.main_content_step_3 .mcc_bip_inc input:focus + span:before,
.main_content_step_8 .mcc_bip_inc input:focus + span:before,
.main_content_step_9 .mcc_bip_inc input:focus + span:before {

}

.main_content_step_2 .mcc_bip_active .mcc_bip_title {
    color: #000;
}

.main_content_step_2 .mcc_bip_inc_add,
.main_content_step_4 .mcc_bip_inc_add {
    width: 74px !important;
    height: 28px !important;
    text-align: center;
    cursor: pointer;
}

.main_content_step_2 .mcc_bip_inc i,
.main_content_step_4 .mcc_bip_inc i {
    width: 74px;
    height: 28px;
    display: block;
    font-style: normal;
    font-size: 11px;
    line-height: 28px;
    color: #4DA1FF;
    border: 1px solid #4DA1FF;
    border-radius: 2px;
}

.main_content_step_3 .mcc_bip_title {
    color: #000;
}

.main_content_step_3 ol ol li {
    padding-right: 0 !important;
}

.main_content_step_3 ol {
    counter-reset: item;
    padding-left: 30px;
}

.main_content_step_3 ol li {
    display: block
}

.main_content_step_3 ol li:before {
    content: counters(item, ".") " ";
    width: 45px;
    counter-increment: item;
    position: absolute;
    left: -30px;
    text-align: center;
    top: 0;
    bottom: 0;
    line-height: 55px;
}

.main_content_step_3 .placeholder:before {
    background: #4DA1FF;
}

.main_content_step_3 .mcc_bip_inc,
.main_content_step_4 .mcc_bip_inc {
    margin-left: auto;
    width: 6px;
    height: 22px;
    position: relative;
    z-index: 20;
}

.main_content_step_4 .mcc_bip_inc {
    margin-left: 10px;
}

.main_content_step_4 #tabs .mcc_bip_inc {
    margin-left: 10px;
}

.main_content_step_4 #tabs .mcc_bip_inc:last-child {
    margin-left: 55px;
}

.preview_img {
    background-image: url(../../../images/profile/ico_preview.png);
}

.main_content_step_4 .preview_img {
    margin-left: auto;
    width: 20px;
    min-width: 20px;
    height: 28px;
    display: block;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #4da1ff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.main_content_step_4 .preview_img:after {
    position: absolute;
    height: 18px;
    width: 20px;
    background: #fff;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.main_content_step_4 .preview_img:before {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    height: 18px;
    width: 20px;
    background: #fff;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background-image: url(../../../images/profile/ico_preview.png);
}

.main_content_step_4 {

}

.main_content_step_3 .mcc_bip_inc > b:before,
.main_content_step_3 .mcc_bip_inc > b:after,
.main_content_step_3 .mcc_bip_inc > b > b,
.main_content_step_4 .mcc_bip_inc > b:before,
.main_content_step_4 .mcc_bip_inc > b:after,
.main_content_step_4 .mcc_bip_inc > b > b {
    position: absolute;
    width: 5px;
    height: 5px;
    content: '';
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background: rgba(208, 215, 221, 0.72727);
    display: block;
}

.main_content_step_3 .mcc_bip_inc > b:before,
.main_content_step_4 .mcc_bip_inc > b:before {
    top: 0;
}

.main_content_step_3 .mcc_bip_inc > b:after,
.main_content_step_4 .mcc_bip_inc > b:after {
    bottom: 0;
}

.main_content_step_3 .mcc_bip_inc > b > b,
.main_content_step_4 .mcc_bip_inc > b > b {
    margin: auto;
    top: 0;
    bottom: 0;
}

.main_content_step_3 .mcc_bip_inc > b > b:before,
.main_content_step_3 .mcc_bip_inc > b > b:after,
.main_content_step_4 .mcc_bip_inc > b > b:before,
.main_content_step_4 .mcc_bip_inc > b > b:after {
    position: absolute;
    background: url(../../../images/profile/ico_arrow.png);
    width: 24px;
    height: 24px;
    top: -9px;
    content: '';
    display: block;
}

.main_content_step_3 .mcc_bip_inc > b > b:before,
.main_content_step_4 .mcc_bip_inc > b > b:before {
    left: -50px;
}

.main_content_step_3 .mcc_bip_inc > b > b:after,
.main_content_step_4 .mcc_bip_inc > b > b:after {
    left: -30px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.main_content_step_4 #add_block .mcc_bip_inc:last-child {
    display: none;
}

.mcc_block_subtitle {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.mcc_block_subtitle > div:first-child {
    display: flex;
    align-items: center;
}

.mcc_bs_ico {
    margin-right: 10px;
}

.mcc_bs_title {
    font-weight: 500;
    font-size: 18px;
    color: #536367;
}

.main_content_step_5 .mcc_block_subtitle .preview_img {
    height: 16px;
    display: block;
    padding-left: 26px;
    margin-left: 24px;
    line-height: 18px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-position: left center;
}

.mcc_block_file_img,
.mcc_block_file_file {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.mcc_block_file_img div,
.mcc_block_file_file div {
    width: 24px;
    height: 24px;
    margin-right: 16px;
    border-radius: 2px;
}

.mcc_block_file_img div {
    background: url(../../../images/profile/ico_file_img.png) no-repeat center rgba(77, 161, 255, 0.1);
}

.mcc_block_file_file div {
    background: url(../../../images/profile/ico_file_doc.png) no-repeat center rgba(77, 161, 255, 0.1);
}

.mcc_block_file_img span,
.mcc_block_file_file span {
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin-right: 10px;
}

.mcc_block_file_img i,
.mcc_block_file_file i {
    cursor: pointer;
    font-style: normal;
    font-size: 10px;
    display: block;
    line-height: 14px;
    margin-right: 10px;
    color: #989898;
}

.mcc_block_file_img a.preview_img,
.mcc_block_file_file a.preview_img {
    width: 20px;
    height: 16px;
    display: block;
}

.mcc_block_file_upload input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.mcc_block label.mcc_block_file_upload {
    border: 2px dashed #4DA1FF;
    width: 100%;
    /*  height:88px; */
    height: 100px;
    padding: 0 26px;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 13px;
    color: #4DA1FF;
    cursor: pointer;
    position: relative;
    text-transform: inherit;
    font-weight: normal;
    justify-content: center;
}

.mcc_block label.mcc_block_file_upload span {
    display: flex;
    align-items: center;
}

.mcc_block label.mcc_block_file_upload span img {
    margin-right: 10px;
}
.mcc_block_go_to_news,
.mcc_block_add_product,
.mcc_block_add_to_side,
.mcc_block_add_to_side_fake,
.mcc_block_delete_to_side {
    display: block;
    height: 46px;
    width: 100%;
    line-height: 46px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    background: #4DA1FF;
    border-radius: 2px;
    margin-bottom: 30px;
}

.mcc_block_add_to_side,
.mcc_block_add_to_side_fake,
.mcc_block_delete_to_side {
    margin-top: 23px;
    margin-bottom: 0;
}

.mcc_block_add_to_side_fake {
    margin: 0;
}
.mcc_block_go_to_news:hover,
.mcc_block_add_product:hover,
.mcc_block_add_to_side:hover,
.mcc_block_add_to_side_fake:hover,
.mcc_block_delete_to_side:hover {
    color: #fff;
}

.mcc_block_add_to_side_fake,
.mcc_block_delete_to_side {
    display: none;
    height: 46px;
    line-height: 46px;
}

.mcc_block_delete_to_side {
    background: #FF7878;
    margin: 20px 0 0;
}

.main_content_step_7 .mcc_block_delete_to_side {
    margin-top: 0;
}

.mcc_block_product_title.warning {
    border-color: red !important;
}

.mcc_block_demo_img {
    height: 200px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.mcc_block_demo_out {
    background: #FFFFFF;
    border: 1px solid rgba(151, 151, 151, 0.235331);
    box-shadow: 0px 7px 29px rgba(74, 74, 74, 0.146088);
    border-radius: 3px;
    margin-bottom: 30px;
}

.mcc_block_demo_out .mcc_bip_inc {
    float: right;
    margin-right: 0;
    margin-top: 2px;
}

.mcc_block_demo_out .row {
    padding: 20px 16px;
}

.mcc_block_demo_title {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    display: flex;
    align-items: center;
}

.mcc_block_demo_title i {
    border-radius: 50px;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.mcc_block_add_to_side {
    margin-top: 0;
}

/* login reg */

.main_content_login {
    display: flex;
    padding: 20px 0;
    height: 100%;
    align-items: center;
}

.main_content_login_img {
    display: flex;
    align-items: center;
}

.main_content_login > div {
    width: 100%;
}

.main_content_login_img img {
    display: block;
    max-width: 100%;
    margin: auto;
}

.mcl_form {
    background: #fff;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.02);
    border-radius: 6px;
    padding: 50px;
    text-align: center;
    margin-bottom: 10px;
    max-width: 520px;
    margin: auto;
}

.mcl_form_logo {
    margin-bottom: 10px;
}

.mcl_form_text {
    font-size: 12px;
    line-height: 25px;
    color: #637B96;
    margin-bottom: 20px;
}

.mcl_form_text b {
    color: #4DA1FF;
    font-weight: 500;
}

.mcl_form_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #90A0A4;
    margin-bottom: 20px;
}

.mcl_form form {
    width: 260px;
    margin: auto;
}

.mcl_form a {
    text-decoration: none;
    color: #4DA1FF;
}

.mcl_form a b {
    font-weight: 500;
}

.mcl_form form input[type="submit"] {
    width: 100%;
    height: 44px;
    background: #4DA1FF;
    border: 1px solid rgba(77, 161, 255, 0.7);
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
    font-weight: 500;
    font-size: 12px;
}

.submit-invisible-recaptcha {
    width: 100%;
    height: 44px;
    background: #4DA1FF;
    border: 1px solid rgba(77, 161, 255, 0.7);
    border-radius: 2px;
    cursor: pointer;
    color: #fff;
    margin-top: 20px;
    font-weight: 500;
    font-size: 12px;
}

.mcl_form_last {
    margin-top: 20px;
}

.input-effect {
    position: relative;
    z-index: 0;
    text-align: left;
    margin-top: 20px;
}

.input-effect input[type="text"],
.input-effect input[type="email"],
.input-effect input[type="tel"],
.input-effect input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    box-shadow: none;
}

.input-effect :focus {
    outline: none;
}

.effect-16 {
    border: 0;
    padding: 4px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

.effect-16 ~ .focus-border {
    position: absolute;
    top: 42px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #3399FF;
    transition: 0.4s;
}

.effect-16:focus ~ .focus-border,
.has-content.effect-16 ~ .focus-border {
    width: 100%;
    transition: 0.4s;
}

.effect-16 ~ label {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    color: #aaa;
    transition: 0.3s;
    z-index: -1;
    letter-spacing: 0.5px;
}

.effect-16:focus ~ label, .has-content.effect-16 ~ label {
    top: -10px;
    font-size: 12px;
    color: #77869E;
    transition: 0.3s;
}

.input-effect {

}

.effect-16.input_ok ~ .focus-border {
    background-color: #2AD95A;
    width: 100%;
    position: absolute;
}

.effect-16.input_ok ~ .focus-border:after {
    background: url(../../../images/profile/ico_input_ok.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: -32px;
    right: 0;
    content: '';
    display: block;
}

.mcl_form form .checkbox {
    margin: 0;
}

.mcl_form form .checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
    margin: 10px 0 0 20px;
}

.mcl_form form .checkbox__text {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

.mcl_form form .checkbox__text:before {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    opacity: 0;
    content: '';
    display: block;
    margin: auto;
    border-radius: 50px;
    transition: .2s;
    background: #4DA1FF;
}

.mcl_form form .checkbox__text:after {
    content: '';
    position: absolute;
    top: -0px;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #77869E;
    border-radius: 50px;
    transition: .2s;
}

.mcl_form form .checkbox input:checked + .checkbox__text:before {
    opacity: 1;
}

.mcl_form form .checkbox input:checked + .checkbox__text:after {

}

.mcl_form form .checkbox input:focus + .checkbox__text:before {

}

.mcl_form_input_last {
    display: flex;
    font-size: 12px;
    margin-top: 20px;
}

.mcl_form_input_last a {
    margin-left: auto;
    font-weight: 500;
}

.input-effect_sited {
    position: absolute;
    right: 0;
    top: 9px;
    color: #ccc;
}

.input-effect_site > input[type="text"] {
    padding-right: 86px;
}

.mcc_etabs_active {
    background-color: rgba(77, 161, 255, 0.1);
}

.input-effect_site_error,
.input-effect_site_ok {
    font-size: 12px;
    margin-top: 10px;
    line-height: 20px;
}

.input-effect_site_error img,
.input-effect_site_ok img {
    margin-right: 4px;
}

.input-effect_site_error {
    color: red;
}

.input-effect_site_ok {
    color: green;
}

/* main_content_step_error */

.main_content_step_error {
    height: 100%;
    text-align: center;
}

.main_content_step_error img {
    width: 80px;
    height: 70px;
    margin: 0 auto 16px;
    display: block;
}

.main_content_step_error .main_content_center {
    font-size: 38px;
    line-height: 60px;
    width: 700px;
    margin: auto;
    display: flex;
    height: 70%;
    padding-bottom: 30px;
    flex-direction: column;
    justify-content: center;
}

/* main_content_step_10 */

.main_content_step_10 .mcc_block {
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.main_content_step_10 .mcc_block_title {
    max-width: 500px;
    margin: 0 auto 30px;
    font-size: 28px;
    line-height: 33px;
}

.mcs_10_text {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #90A0A4;
    max-width: 600px;
    margin: 0 auto 40px;
}

.mcs_10_to_site {
    display: block;
    height: 46px;
    width: 230px;
    line-height: 46px;
    font-weight: 500;
    font-size: 12px;
    margin: 0 auto 40px;
    text-align: center;
}

.main_content_step_10 .main_left {
    display: none;
}

.main_content_step_10 .main_top_stages {
    max-width: 848px;
    margin: 0 auto 40px;
}

.mcs_10_to_step > div > div > div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.mcs_10_to_step .mts_item {
    margin-right: 70px;
}

.mcs_10_to_step .mts_item.mts_item_ready:last-child {
    margin-right: 0;
}

.mcc_block .row.mcs_10_cont {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
}

.mcs_10_cont > div > div {
    display: block;
    height: 46px;
    width: 230px;
    line-height: 46px;
    font-weight: 500;
    font-size: 12px;
    color: #4DA1FF;
    background: #F4F8F9;
    border: 2px solid #4DA1FF;
    border-radius: 2px;
    margin: 0 auto;
    text-align: center;
}

.mobile_menu,
.hide_mobile_menu {
    display: none;
}

.handle_fake {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}

/* mcl_question_in */

.mcl_question_in {
    text-align: center;
    color: #90A0A4;
    padding: 90px;
    background: #fff;
    max-width: 970px;
    margin: 0 auto;
    border-radius: 6px;
}

.mcl_question_in_top_title {
    font-size: 28px;
    line-height: 33px;
    font-weight: 500;
    margin-bottom: 30px;
}

.mcl_question_in_title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
}

.mcl_question .mcl_form_logo {
    margin-bottom: 30px;

}

.mcl_question {
    width: 100%;
}

.mcl_question_timer {
    margin-top: 90px;
}

.mcl_question_timer i {
    display: block;
    font-size: 19px;
    line-height: 23px;
    margin-bottom: 14px;
}

.mcl_question_timer .progress-bar {
    background: #4DA1FF;
    border-radius: 50px;
}

.mcl_question_in_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mcl_question_in_center > span {
    margin: 0 10px;
    font-size: 12px;
    line-height: 17px;
}

.mcl_question_in_center a {
    display: block;
    width: 240px;
    height: 46px;
    line-height: 44px;
}

.mcl_question_1 .mcl_question_in {
    position: relative;
}

.mcl_question_1 .mcl_question_in:after {
    content: '';
    display: block;
    background: url(../../../images/profile/mcl_question_1.png);
    width: 296px;
    height: 324px;
    position: absolute;
    top: -80px;
    right: -70px;
}

.mcl_question_in_input_left {
    text-align: left;
    margin-bottom: 40px;
}

/* main_content_request_left */

.main_content_request .main_content_request_left {
    display: flex;
    align-items: center;
}

.main_content_request .main_content_request_left a {
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    margin-right: 4%;
    text-align: center;
    padding: 0 20px;
    background: #fff;
    border-color: #fff;
    color: #000;
    border: 1px solid #E9EFF4;
}

.main_content_request .main_content_request_left a.active,
.main_content_request .main_content_request_left a:hover {
    border: 1px solid #4DA1FF;
    background: #4DA1FF;
    color: #fff;
}

.main_content_request .mct_right input {
    height: 46px;
    background-image: url(../../../images/profile/ico_search.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
}

.main_content_request .mct_right {
    justify-content: flex-end;
}

.main_content_request .mct_right .form-group {
    margin: 0;
    margin-right: 4%;
}

.main_content_request .main_content_request_trow {
    font-size: 12px;
    line-height: 14px;
    color: #BABABA;
    margin: 0 0 6px 10px;
}

.main_content_request .main_content_request_row {
    margin: 0 0 10px;
}

.main_content_request .main_content_request_row > div {
    border-top: 1px solid #E9EFF4;
    border-bottom: 1px solid #E9EFF4;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 6px 15px;
}

.main_content_request .main_content_request_row > div:first-child {
    border-left: 1px solid #E9EFF4;
}

.main_content_request .main_content_request_row > div:last-child {
    border-right: 1px solid #E9EFF4;
    justify-content: flex-end;
}

.main_content_request .main_content_request_row > div:last-child a {
    display: block;
    height: 46px;
    width: 100%;
    line-height: 46px;
    font-size: 12px;
    width: 94px;
    margin-right: -9px;
    text-align: center;
}

.main_content_request .main_content_request_row > div:last-child a img {
    height: 25px;
}

.main_content_request .main_content_request_row:nth-child(even) {
    background: #EBF6FF;
}

.main_content_request_row i {
    width: 9px;
    height: 9px;
    border-radius: 50px;
    display: block;
    margin-right: 6px;
    margin-top: -2px;
}

/* main_content_request_single */

.main_content_request_single {

}

.main_content_request_single .main_content_request_row:nth-child(even) {
    background: #fff;
}

.main_content_request.main_content_request_single .main_content_request_row > div:last-child a {
    width: 40px;
}

.main_content_request.main_content_request_single select.form-control {
    height: 46px;
}

.main_content_request.main_content_request_single .mcc_block_title {
    display: flex;
    align-items: center;
}

.main_content_request.main_content_request_single .mcc_block_title a {
    display: block;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    width: 110px;
    margin-left: 4%;
    text-align: center;
}

.main_content_file {
    align-items: flex-end;
}

.main_content_file a {
    color: #000;
    font-size: 12px;
    text-align: center;
}

.main_content_file a img {
    display: block;
    margin: 0 auto 10px;
}

.mcc_block_color_pik {
    padding: 20px;
}

.mcc_block_color_pik .mcc_block_demo_title {
    text-align: center;
    min-height: 60px;
    margin-bottom: 20px;
    display: block;
}

.mcc_block_color_pik .sp-replacer {
    width: 100px;
    height: 100px;
    margin: auto;
    display: block;
}

.mcc_block_color_pik .sp-preview {
    width: 90px;
    height: 90px;
    margin: 0;
}

.mcc_block_color_pik .sp-dd {
    display: none;
}

@media all and (max-width: 1440px) {
    .container {
        max-width: inherit;
    }

    .mts_item {
        margin-right: 60px;
    }

    .mts_item span {
        font-size: 12px;
    }

    .mrti_text {
        padding-left: 10px;
        font-weight: 500;
        font-size: 12px;
    }

    .mct_left_title {
        font-size: 30px;
    }

    .mct_right a,
    .mct_right button {
        font-size: 12px;
        line-height: 42px;
        font-weight: normal;
    }

    .mcc_block label {
        font-size: 12px;
    }

    .main_content {
        padding: 30px;
    }

    .mcc_bip_title {
        font-size: 12px;
    }

    .mct_left_back {
        font-size: 12px;
    }

    .mcc_block_item_page {
        padding: 5px;
    }

    .mcc_bip_ico {
        padding-right: 5px;
    }

    .main_content_step_2 .mcc_bip_inc_add,
    .main_content_step_4 .mcc_bip_inc_add,
    .main_content_step_2 .mcc_bip_inc i,
    .main_content_step_4 .mcc_bip_inc i {
        width: 64px !important;
    }

    .main_content_step_2 .mcc_bip_inc i,
    .main_content_step_4 .mcc_bip_inc i {
        font-size: 10px;
    }

    .mts_item:before {
        width: 60px;
    }

    .main_right_in {
        width: 100%;
    }

    .mcs_10_to_step .mts_item {
        margin-right: 50px;
    }

    .main_content_step_10 .main_top_stages {
        max-width: 688px;
    }
}

@media all and (max-width: 1200px) {
    .mts_item:before {
        width: 42px;
    }

    .mts_item span {
        font-size: 11px;
    }

    .mts_item {
        margin-right: 40px;
    }

    .mct_left_title {
        font-size: 26px;
        line-height: initial;
    }

    .main_right_title {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }

    .mrti_ico {
        margin: 0 auto 10px;
    }

    .mrti_text {
        padding: 0;
    }

    .main_right_item p {
        font-size: 12px;
        line-height: initial;
    }

    .main_content {
        padding: 15px;
    }

    .mct_right a,
    .mct_right button {
        height: 46px;
        font-weight: 500;
        /*line-height: 30px;*/
    }

    .mct_left {
        height: auto;
    }

    .mcc_bip_ico {
        display: none;
    }

    .mcc_block_title {
        font-weight: normal;
        font-size: 12px;
        line-height: initial;
    }

    .mcc_block_item_page {
        min-height: 44px;
    }

    .main_content_step_3 ol li:before {
        line-height: 44px;
        height: 44px;
    }

    .main_content_step_2 .mcc_bip_inc i,
    .main_content_step_4 .mcc_bip_inc i {
        font-size: 8px;
    }

    .main_content_step_2 .mcc_bip_inc_add,
    .main_content_step_4 .mcc_bip_inc_add,
    .main_content_step_2 .mcc_bip_inc i,
    .main_content_step_4 .mcc_bip_inc i {
        width: 50px !important;
    }

    .main_content_step_4 .mcc_bip_inc,
    .main_content_step_4 #tabs .mcc_bip_inc {
        margin-left: 4px;
    }

    .mcc_block label.mcc_block_file_upload {
        padding: 0 10px;
        font-size: 9px;
    }

    .main_content_center.row {
        margin-left: -10px;
        margin-right: -10px;
    }

    .main_content_center.row > div {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mcc_block_demo_out .row {
        padding: 20px 10px;
    }

    .mcc_block_demo_title {
        font-weight: normal;
        font-size: 12px;
    }

    .mcs_10_to_step .mts_item {
        margin-right: 32px;
    }

    .main_content_step_10 .main_top_stages {
        max-width: 544px;
    }

    .main_right_in {
        width: 100%;
    }

    .mct_right a,
    .mct_right button {
        font-size: 12px;
    }

    .main_content_request .main_content_request_row > div {
        padding: 6px;
    }

    .main_content_request .main_content_request_trow {
        margin: 0 0 6px 0px;
    }

    .main_content_request .main_content_request_left,
    .main_content_request .mct_right {
        margin-bottom: 10px;
    }

    .main_content_request .mct_right a,
    .main_content_request .mct_right button {
        height: 46px;
        line-height: 44px;
    }

    .main_content_request .main_content_request_row > div:last-child a {
        margin-right: 0;
    }
}

@media all and (max-width: 960px) {
    html {
        overflow: auto;
    }

    .spoiler-text .mcc_block_add_product {
        margin-bottom: 15px;
    }

    .mcc_etabs {
        margin-bottom: 30px;
    }

    .mct_right a,
    .mct_right button {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
        font-weight: 500;
        height: 46px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 48%;
    }

    .mct_right {
        display: block;
    }

    .mcc_block > div > .row {
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px dashed;
    }

    .mcc_block_add_to_side {
        margin-top: 0;
    }

    .col-md-9,
    .col-md-3,
    .col-md-6,
    .col-md-2,
    .col-md-1,
    .col-md-8,
    .col-md-4,
    .col-md-12,
    .col-md-10 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mct_left {
        margin-bottom: 20px;
    }

    .main_content_center > div {
        margin-bottom: 20px;
    }

    .main_top_stages {
        display: none;
    }

    .mts_item:before {
        display: none;
    }

    .mts_item span {
        left: 48px;
        right: 0;
        color: #fff;
        bottom: 0;
        top: 9px;
    }

    .mts_item:last-child {
        margin: 2px 5px;
    }

    body .mts_item_none {
        display: none;
    }

    .main_content {
        padding: 0;
    }

    .mct_left {
        margin-top: 15px;
    }

    .main_left_logo {
        justify-content: left;
        position: relative;
    }

    .main_top > div > div > div:last-child {
        display: none;
    }

    .mobile_menu {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 100px;
        height: 38px;
        background: #4DA1FF;
        border: 1px solid rgba(77, 161, 255, 0.7);
        border-radius: 2px;
        color: #fff;
        font-size: 12px;
        display: block;
        right: 0;
        line-height: 38px;
        cursor: pointer;
        z-index: 30;
        padding-left: 10px;
    }

    .mobile_menu > div {
        position: absolute;
        width: 18px;
        height: 18px;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .mobile_menu > div > div,
    .mobile_menu > div:after,
    .mobile_menu > div:before {
        position: absolute;
        content: '';
        display: block;
        height: 2px;
        background: #fff;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .mobile_menu > div > div {
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .mobile_menu > div:after {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 0;
        width: 70%;
    }

    .mobile_menu > div:before {
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
    }

    .mobile_menu.mllmm_active > div > div {
        top: 8px;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .mobile_menu.mllmm_active > div:after {
        width: 0;
    }

    .mobile_menu.mllmm_active > div:before {
        top: 8px;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .hide_mobile_menu_op {
        position: fixed;
        z-index: -10;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.6);
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .hide_mobile_menu_op.hmmop_active {
        z-index: 10;
        opacity: 1;
    }

    .hide_mobile_menu {
        position: absolute;
        padding-top: 100px;
        top: 0;
        bottom: 0;
        display: block;
        background: #fff;
        width: 240px;
        right: -240px;
        z-index: 20;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .hide_mobile_menu.hmm_active {
        right: 0;
    }

    .hide_mobile_menu .main_top_stages {
        display: block;
        height: auto;
        padding: 0;
        margin-left: 20px;
    }

    .hide_mobile_menu .main_top_stages .mts_item {
        display: block;
        margin-bottom: 4px;
    }

    .hide_mobile_menu .main_top_stages .mts_item span {
        right: 0;
        color: #000;
        bottom: 0;
        top: 7px;
        font-size: 12px;
    }

    .hide_mobile_menu .main_top_stages .mts_item:last-child {
        margin-left: 0;
    }

    .hide_mobile_menu .main_top_stages .mts_item_none:after {
        background: #E9ECEF;
    }

    .main_content_step_error .main_content_center {
        font-size: 30px;
        line-height: 40px;
        width: 100%;
    }

    .main_left_logo img {
        max-width: 160px;
    }

    .main_content_request .main_content_request_left {
        display: block;
    }

    .main_content_request .main_content_request_left a {
        margin: 0 0 10px;
        width: 100%;
        display: block;
    }

    .main_content_request .mct_right .form-group {
        margin: 0;
    }

    .main_content_request .main_content_request_left a {

    }

    .main_content_request .mct_right input {
        margin-bottom: 10px;
    }

    .main_content_request .main_content_request_trow,
    .main_content_request .main_content_request_row {
        display: table;
        overflow: scroll;
        background: #fff;
    }

    .main_content_request .mcc_block {
        overflow: scroll;
    }

    .main_content_request .main_content_request_row > div:first-child {
        border-left: 0;
    }

    .main_content_request .main_content_request_row > div:last-child {
        border-right: 0;
        display: flex;
    }

    .main_content_request .main_content_request_row > div,
    .main_content_request .main_content_request_trow > div {
        justify-content: center;
        display: table-cell;
        min-width: 130px;
    }

    .main_content_request_row i {
        margin-top: 7px;
        float: left;
    }

    .main_content_request .main_content_request_row > div:last-child {
        justify-content: center;
    }

    .main_content_request .mcc_block_title {
        text-align: center;
    }
}

select.form-control {
    height: 46px !important;
    margin-bottom: 20px;
}

.error_input {
    border: 2px dashed red;
    padding: 10px;
    text-align: center;
    justify-content: center;
    display: block;
    margin: 10px 0 20px;
}

.main_content_step_5 .error_input_img {
    color: red;
    line-height: 20px;
    margin-right: 10px;
}

.mcc_block .error_input {
    margin-top: 0;
    width: 100%;
    text-align: center
}

.main_content_step_5 .error_input_img img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.main_content_step_5 .error_input_img span {
    display: inline-block;
    vertical-align: middle;
}

.step_5_att_img,
.gallery_fancy_img {
    width: 100px;
    height: 100px;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 10px;
    display: block;
    position: relative;
    max-width: 100%;
}

.step_5_att_img:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 2px;
    content: '';
    opacity: 0;
    background: url(../../../images/profile/ico_att_img_h.png) no-repeat center rgba(0, 0, 0, 0.4);
}

.step_5_att_img:hover:after {
    opacity: 1;
}

.step_5_att_del {
    font-size: 10px;
    line-height: 12px;
    color: #989898;
}

.step_5_att_remove {
    font-size: 10px;
    line-height: 12px;
    color: #989898;
}

.step_5_att_title {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 13px;
}

.step_5_att_row > div {
    margin-bottom: 10px;
}

.step_5_att_row {
    margin-bottom: 10px;
}

.step_5_faq_title_row {
    margin-bottom: 20px;
}

.step_5_faq_title_row > div {
    align-items: center;
    display: flex;
}

.step_5_faq_title_row > div > label {
    margin: 0;
}

.step_5_faq_title_row .mcc_block_add_product {
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}

.main_content_step_5 .spoiler-wrapper,
.main_content_step_6 .spoiler-wrapper,
.main_content_step_7 .spoiler-wrapper {
    background: #EFF5F9;
    border: 1px solid #E9EFF4;
    border-radius: 4px;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 0;
}

.main_content_step_5 .spoiler-wrapper .spoiler:after,
.main_content_step_6 .spoiler-wrapper .spoiler:after,
.main_content_step_7 .spoiler-wrapper .spoiler:after {
    position: absolute;
    width: 13px;
    height: 13px;
    background: url(../../../images/profile/ico_faq_arrow.png) no-repeat center;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 18px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.main_content_step_5 .spoiler-wrapper .spoiler.unfolded:after {

}

.main_content_step_5 .spoiler-wrapper .spoiler.folded:after,
.main_content_step_6 .spoiler-wrapper .spoiler.folded:after,
.main_content_step_7 .spoiler-wrapper .spoiler.folded:after {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.main_content_step_5 .spoiler-wrapper .mcc_block_delete_product .mcc_block_dl,
.main_content_step_6 .spoiler-wrapper .mcc_block_delete_product .mcc_block_dl,
.main_content_step_7 .spoiler-wrapper .mcc_block_delete_product .mcc_block_dl {
    background: #FF7878;
}

.main_content_step_5 .spoiler a,
.main_content_step_6 .spoiler a,
.main_content_step_7 .spoiler a {
    font-weight: 500;
    font-size: 12px;
    display: block;
    padding: 20px;
    line-height: 14px;
    color: #656565;
}

.main_content_step_5 .spoiler-text,
.main_content_step_6 .spoiler-text,
.main_content_step_7 .spoiler-text {
    padding: 20px;
}

.main_content_step_5 .spoiler-text .mcc_block_add_product,
.main_content_step_6 .spoiler-text .mcc_block_add_product,
.main_content_step_7 .spoiler-text .mcc_block_add_product {
    margin: 0;
}

.gallery_fancy_save,
.gallery_fancy_btn {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    display: block;
    text-align: center;
    background: #4DA1FF;
    border: 0.71875px solid rgba(77, 161, 255, 0.7);
    border-radius: 1.4375px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
}

.gallery_fancy_save:hover,
.gallery_fancy_btn:hover {
    color: #fff;
    text-decoration: none;
}

.gallery_fancy_in {
    max-width: 1000px;
    margin: auto;
}

.gallery_fancy_title_row {
    margin-bottom: 20px;
}

.gallery_fancy_title_row > div {

}

.gallery_fancy_title_row .mcc_block_title {
    margin: 0;
}

.fancybox-content {
    max-width: 1000px;
}

.fancybox-content .mcc_block {
    background: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

.gallery_fancy_table {
    width: 100%;
}

.gallery_fancy_img {
    margin: 0 10px 0 0;
}

.gallery_fancy_img_delete {
    text-align: right;
}

.gallery_fancy_img_delete a {
    font-size: 10px;
    line-height: 12px;
    color: #FF4545;
}

.gallery_fancy_img_desc label {
    margin: 0;
}

.gallery_fancy_img_desc,
.gallery_fancy_img_delete {
    margin-bottom: 10px;
}

.gallery_fancy_table td:first-child {
    width: 110px;
}

.gallery_fancy_table td {
    padding-bottom: 10px;
}

.mcc_block .gallery_fancy_table textarea {
    height: 76px;
    margin: 0;
}

.mcc_block .gallery_fancy_table label {
    line-height: 18px;
}

.main_content_step_5 .mcc_block {
    margin-bottom: 30px;
}

.label_marg {
    height: 23px;
    margin: 0 !important;
}

@media all and (max-width: 767px) {
    .step_5_faq_title_row > div > label {
        margin-bottom: 10px;
    }

    .gallery_fancy_title_row .mcc_block_title {
        margin: 0 0 10px;
        text-align: center;
    }

    .label_marg {
        height: 0;
    }

    .mct_right a,
    .mct_right button {
        width: 100%;
    }

    .mct_right button {
        width: 100% !important;
    }

}

.main_content_step_6 .mcc_block label.mcc_block_file_upload {
    height: 46px;
}


@-webkit-keyframes autofill {
    to {
        background: transparent;
    }
}

.step_5_att_title > input[type="text"] {
    border: 0;
    padding: 0;
    margin: 0;
    height: auto;
}

.mct_right button {
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    height: 46px;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    background: transparent;
    width: 48%;
    border-radius: 2px;
    margin-right: 4%;
    text-align: center;
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.mct_right button.mct_right_save {
    border: 2px solid #4DA1FF;
    background: #4DA1FF;
    margin: 0;
}

.container-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.mcc_block_delete_to_side {
    display: block !important;
}

.container-item .mcc_block_delete_to_side {
    margin-bottom: 0;
}

/* attach-main-file */
.mcc_block label.mcc_block_file_upload {
    position: relative;
    margin-bottom: 40px;
}

.mcc_block label.mcc_block_file_upload .main-file-input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

/* attach-file-list */
.attach-file-list {
}

.attach-file-list .file-item {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}

.attach-file-list .file-item .file-visual {
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.1);
    min-width: 100px;
    min-height: 100px;
}

@media (max-width: 580px) {
    .attach-file-list .file-item .file-visual {
        width: 50px;
        height: 50px;
        min-width: 50px;
        min-height: 50px;
    }
}

.attach-file-list .file-item .file-description {
    width: 100%;
}

.attach-file-list .file-item .actions {
    display: flex;
    justify-content: space-between;
}

.attach-file-list .file-item .actions .file-remove {
    font-size: 10px;
    line-height: 12px;
    color: #FF4545;
    cursor: pointer;
}

.main_content_step_5 .spoiler-wrapper .spoiler,
.main_content_step_6 .spoiler-wrapper .spoiler,
.main_content_step_7 .spoiler-wrapper .spoiler {
    position: relative;
}

.mcc_block_item_page .mcc_bip_inc {
    margin-left: auto;
}

.mcc_block_item_page .mcc_bip_inc.mcc_bip_inc_add {
    margin-left: 10px;
}

.main_content_request .mct_right .form-group {
    position: relative;
}

.main_content_request .mct_right .form-group form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 50px;
    padding: 0;
    background-position: 13px center;
}

.main_content_request .mct_right .form-group form input[name="search"] {
    padding-right: 54px;
}

.main_content_center {
    margin-top: 20px;
}

.main_content_center .request_navigation a {
    margin-right: 10px;
}

.main_content_center .request_navigation a:last-child {
    margin-right: 0;
}

.main_content_center .request_navigation a.active {
    color: #212529;
}

.request_navigation {
    text-align: center;
}

.request_navigation_amount a {
    margin-right: 10px
}

.request_navigation_amount a.active {
    color: #212529;
}

.request_navigation_amount a:last-child {
    margin-right: 0;
}

.main_content_request .main_content_request_left {
    align-items: stretch;
    height: auto;
}

.main_content_request .main_content_request_left a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
    padding: 0 20px;
    margin-right: 11px;
    height: auto;
    white-space: nowrap;
}

.main_content_request .main_content_request_left a:last-child {
    margin-right: 0;
}

.main_content.main_content_step_2 .mcc_block_item_page .mcc_bip_inc.mcc_bip_inc_add {
    margin-left: auto;
}

.mcc_block input[type="text"].error,
.mcc_block input[type="email"].error,
.mcc_block input[type="tel"].error,
.mcc_block input[type="date"].error {
    border-color: red;
}

input.error + label.error,
textarea.error + label.error {
    color: red;
}

label.error {
    color: red;
}

.main_content_step_2 .form_pages .error {
    position: absolute;
    bottom: -15px;
    left: 0;
    margin: 0;
    white-space: nowrap;
}

.editor_input.error,
input.error,
textarea.error {
    border-color: red;
}

label.error {
    position: relative;
    padding-left: 25px;
}

label.error::before {
    content: "";
    background-image: url(../../../images/profile/error.svg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: 0;
    left: 0;
}

.step_5_bottom_c {
    position: fixed;
    bottom: -100px;
    left: 0;
    right: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 100px;
    z-index: 10;
    transition: .5s ease;
    background: rgba(0, 0, 0, 0.5);
}

.step_5_bottom_c.fixed {
    bottom: 0;
}

.step_5_bottom_c .container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: auto;
}

.step_5_bottom_c .container > div:first-child {
    width: 20%;
}

.step_5_bottom_c .container > div:last-child {
    width: 80%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.step_5_bottom_c a,
.step_5_bottom_c button {
    display: block;
    height: 46px;
    line-height: 46px;
    font-weight: 500;
    font-size: 12px;
    width: 48%;
    margin-left: 4%;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border-radius: 2px;
}

.step_5_bottom_c a:hover,
.step_5_bottom_c button:hover {
    color: #fff;
}

.step_5_bottom_c .mct_right_save {
    background: #4DA1FF;
}

.step_5_bottom_c .mct_right_preview {
    background-color: transparent;
    border-color: #fff;
}

.mcc_block label.mcc_block_file_upload .error {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

.main_content_step_5 .mcc_block label.mcc_block_file_upload .error {
    margin: 0;
    bottom: -30px;
    white-space: nowrap;
}

.error-mimetype {
    position: relative;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
    padding-left: 25px;
    color: red;
}

.error-mimetype::before {
    content: "";
    background-image: url(../../../images/profile/error.svg);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 18px;
    height: 18px;
}

.main_content_step_7 .step_5_att_row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ui-menu.ui-autocomplete {
    background-color: #fff;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    list-style-type: none;
    max-width: 313px;
    padding: 15px 0;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.02);
}

.ui-menu.ui-autocomplete .ui-menu-item {
    padding: 0 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.ui-menu.ui-autocomplete .ui-menu-item:last-child {
    margin: 0;
}

.attach-file-list .file-item .file-description .inputs label.error {
    display: none !important;
}

.attach-file-list .file-item .file-description .inputs input.error + label.error {
    display: block !important;
}

input[type="file"] + label.error {
    white-space: normal !important;
    z-index: 5;
}

@media screen and (max-width: 1440px) {
    .main_content_request .main_content_request_left a {
        white-space: normal;
    }
}

@media screen and (max-width: 1200px) {
    .main_content_request .main_content_request_left a {
        padding: 0 15px;
    }
}

@media all and (max-width: 992px) {
    .mct_right button {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    .step_5_bottom_c .container > div:last-child {
        flex-direction: column;
    }

    .step_5_bottom_c .container > div:last-child a,
    .step_5_bottom_c .container > div:last-child button {
        height: 26px;
        margin: 5px 0 5px auto;
        line-height: 26px;
        width: 150px;
        font-size: 10px;
    }
}

input[type="file"] + .error {
    top: calc(100% + 10px);
    background-color: transparent !important;
    width: 300px;
    bottom: auto;
}

.phone_mask {
    background: url(../../../images/profile/fake_plus.png) !important;
    background-repeat: no-repeat !important;
    background-position: 12px center !important;
    padding-left: 20px !important;
}

.mcc_block .input_social.mcc_is_wh div,
.mcc_block .input_social.mcc_is_vi div {
    position: relative;
}

.mcc_block .input_social.mcc_is_wh div:after,
.mcc_block .input_social.mcc_is_vi div:after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: url(../../../images/profile/fake_plus.png) no-repeat;
    left: 41px;
    top: 20px;
    display: block;
    z-index: 3;
}

.mcc_block .input_social.mcc_is_wh input,
.mcc_block .input_social.mcc_is_vi input {
    padding-left: 48px !important;
}

.main_content_step_1 .step_5_att_img {
    background-size: contain;
}

/*--- catalog new 30-06-2020 start ---*/

.mcs6v4 {

}

.mcs6v4_ch > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.mcs6v4_ch > span {
    display: block;
    width: 18px;
    cursor: pointer;
    height: 18px;
}

.mcs6v4_ch > span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #BFCAD2;
    box-sizing: border-box;
    border-radius: 2px;
}

.mcs6v4_ch > input:checked + span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234DA1FF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.mcs6v4_ch > input:disabled + span::before {
    background-color: #e9ecef;
}

.mcs6v4_ch_l input {
    display: none;
}

.mcs6v4_ch_l span {
    position: relative;
    cursor: pointer;
    height: 20px;
    display: block;
    margin: auto;
    width: 30px;
}

.mcs6v4_ch_l span:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 36px;
    height: 14px;
    border-radius: 16px;
    background: #f4f4f4;
    transition: .2s;
}

.mcs6v4_ch_l span:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #FFF;
    border: 2px solid #D0D7DD;
    transition: .2s;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.mcs6v4_ch_l input:checked + span:before {
    background: #4DA1FF;
}

.mcs6v4_ch_l input:checked + span:after {
    left: 20px;
}

.mcs6v4_table {

}

.mcs6v4_table_menu {
    display: flex;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.4);
    margin: -20px -20px 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.mcs6v4_table_menu a {
    display: flex;
    height: 60px;
    padding: 0 22px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    color: #ABB3C0;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    border-right: 1px solid #ECECEC;
}

.mcs6v4_table_menu a:hover,
.mcs6v4_table_menu a.active {
    color: #3794FC;
    border-bottom: 3px solid #3794FC;
}

.mcs6v4_table_menu a:first-child {
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.mcs6v4_table_menu a:last-child {

}

.mcs6v4_table_head {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcs6v4_table_head_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcs6v4_table_head_l > div {
    padding-right: 14px;
}

.mcs6v4_table_sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcs6v4_table_sort label {
    font-size: 14px;
    font-weight: normal;
    color: #7B7B7B;
    margin: 0;
    text-transform: initial;
    padding-right: 10px;
}

.mcs6v4_table_sort select {
    margin: 0;
    cursor: pointer;
    max-width: 220px;
}

.mcs6v4_table_search {
    position: relative;
}

.mcs6v4_table_search input[type="text"] {
    padding-right: 50px;
    margin: 0;
}

.mcs6v4_table_search input[type="submit"] {
    position: absolute;
    height: 46px;
    width: 46px;
    right: 14px;
    background: url(../../../images/profile/mcs6v4_table_search.png) no-repeat center;
    border: 0;
    cursor: pointer;
    top: 0;
}

.mcs6v4_table_head_r .mcs6v4_table_tov,
.mcs6v4_table_footer_r .mcs6v4_table_transf,
.mcs6v4_table_footer_r .mcs6v4_table_del,
.mcs6v4_edit_btn_del,
.mcs6v4_edit_btn_save {
    width: 180px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-decoration: none;
    background: #4DA1FF;
    border-radius: 2px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF !important;
    height: 46px;
}

.mcs6v4_table_center {
    margin: 0 -20px;
}

.mcs6v4_table_center label {
    margin: 0;
}

.mcs6v4_table_item_head {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.mcs6v4_table_item_head > div {
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    color: #7B7B7B;
    display: table-cell;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
}

.mcs6v4_table_item_body {
    margin: 0 24px;
}

.mcs6v4_table_item_head > div,
.mcs6v4_table_item > div {
    padding: 10px;
    box-sizing: content-box;
}

.mcs6v4_table_item {
    display: table;
    width: 100%;
    margin-bottom: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mcs6v4_table_item:hover,
.mcs6v4_table_item.active {
    background: #F4FBFF;
}

.mcs6v4_table_item > div {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    min-height: 40px;
    margin: 6px 0;
    border-top: 1px solid #E9EFF4;
    border-bottom: 1px solid #E9EFF4;
}

.mcs6v4_table_item_head > div:first-child,
.mcs6v4_table_item > div:first-child {
    width: 18px;
    min-width: 18px;
}

.mcs6v4_table_item_head > div:first-child {
    padding-left: 40px;
}

.mcs6v4_table_item_head > div:last-child {
    padding-right: 40px;
}

.mcs6v4_table_item > div:first-child {
    padding-left: 16px;
    border-left: 1px solid #E9EFF4;
    border-top: 1px solid #E9EFF4;
    border-bottom: 1px solid #E9EFF4;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.mcs6v4_table_item_head > div:nth-child(2),
.mcs6v4_table_item > div:nth-child(2) {
    width: 40px;
    min-width: 40px;
}

.mcs6v4_table_item_head > div:nth-child(3),
.mcs6v4_table_item > div:nth-child(3) {
    text-align: left;
}

.mcs6v4_table_item_head > div:nth-child(4),
.mcs6v4_table_item > div:nth-child(4),
.mcs6v4_table_item_head > div:nth-child(5),
.mcs6v4_table_item > div:nth-child(5),
.mcs6v4_table_item_head > div:nth-child(6),
.mcs6v4_table_item > div:nth-child(6) {
    width: 100px;
}

.mcs6v4_table_item_head > div:last-child,
.mcs6v4_table_item > div:last-child {
    width: 60px;
    min-width: 60px;
}

.mcs6v4_table_item > div:last-child {
    padding-right: 16px;
    border-right: 1px solid #E9EFF4;
    border-top: 1px solid #E9EFF4;
    border-bottom: 1px solid #E9EFF4;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.mcs6v4_table_center tr {

}

.mcs6v4_table_img {
    display: block;
    background-color: #E3ECF3;
    background-image: url(../../../images/profile/mcs6v4_table_img.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.mcs6v4_table_title {
    font-weight: 500;
    font-size: 12px;
    color: #323C47;
    display: block;
    padding: 10px 0;
}

.mcs6v4_table_footer {
    border-top: 1px solid #D9D9D9;
    padding: 20px;
    margin: 0 -20px -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 1px;
    overflow: hidden;
    padding: 0 20px;

}

.mcs6v4_table_footer.active {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

.mcs6v4_table_footer_l {
    font-weight: normal;
    font-size: 14px;
    color: #7B7B7B;
}

.mcs6v4_table_footer_l b {
    color: #4DA1FF;
}

.mcs6v4_table_footer_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcs6v4_table_footer_r > div {
    padding-left: 14px;
}

.mcs6v4_table_footer_r .mcs6v4_table_transf {
    width: 100px;
}

.mcs6v4_table_footer_r .mcs6v4_table_del {
    width: 200px;
    background: #FF7879;;
}

.mcs6v4_edit {

}

.mcs6v4_edit_h {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}

.mcs6v4_edit_h_l {

}

.mcs6v4_edit_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    padding-right: 10px;
    color: #90A0A4;
    position: relative;
}

.mcs6v4_edit_title span {
    color: #4DA1FF;
}

.mcs6v4_edit_back {
    font-size: 12px;
    line-height: 19px;
    padding-left: 30px;
    background: url(../../../images/profile/ico_mct_left_back.png) no-repeat center left;
    color: #4DA1FF;
}

.mcs6v4_edit_h_r {
    display: flex;
}

.mcs6v4_edit_btn_del,
.mcs6v4_edit_btn_save {

}

.mcs6v4_edit_btn_del {
    background: #FF7879;
    margin-right: 14px;
}

.mcs6v4_edit_cat {

}

.mcs6v4_edit_cat .mccb_catalog_edit_att_img {
    min-width: 140px;
    width: 100%;
    height: 140px;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 10px !important;
    display: block;
    position: relative;
    border-radius: 6px;
    max-width: 100%;
}

.mcs6v4_edit_cat .mccb_catalog_edit_att_img span {
    background: url(../../../images/profile/mccb_catalog_edit_att_img_del.png);
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.mcc_block.mcs6v4_edit_cat label.mcc_block_file_upload {
    height: 140px;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}

.mcs6v4_edit_prod {

}

.mcs6v4_edit_prod .mcs6v4_edit_title {
    font-size: 18px;
    margin-bottom: 2px;
}

.mcs6v4_edit_prod .mcs6v4_table_menu {
    box-shadow: none;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    margin: 0 -20px 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mcs6v4_edit_prod .mcs6v4_table_menu a {
    padding: 0 36px;
}

.mcs6v4_edit_prod_body > div {
    display: none;
}

.mcs6v4_edit_prod_body > div.active {
    display: block;
}

.mcs6v4_edit_ch {
    display: flex;
    flex-wrap: wrap;
}

.mcs6v4_edit_ch > label {
    margin: 0 10px 10px 0;
    position: relative;
    line-height: 20px;
    text-transform: initial;
    font-size: 11px;
}

.mcs6v4_edit_ch > label span:before {
    position: absolute;
    left: 0;
    top: 0;
}

.mcs6v4_edit_ch > label span {
    padding-left: 24px;
    width: auto;
}

.mcs6v4_edit_prod .mccb_catalog_edit_att_img {
    min-width: 140px;
    width: 100px;
    height: 100px;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 10px !important;
    display: block;
    position: relative;
    border-radius: 6px;
    max-width: 100%;
}

.mcs6v4_edit_prod .mccb_catalog_edit_att_img span {
    background: url(../../../images/profile/mccb_catalog_edit_att_img_del.png);
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.mcc_block.mcs6v4_edit_prod .mcc_block_file_upload {
    margin-bottom: 20px;
}

.mcc_block.mcs6v4_edit_prod label.mcc_block_file_upload {
    height: 100px;
    padding: 10px;
    cursor: pointer;
}

.mcc_block.mcs6v4_edit_prod .mccbcp_add_img_row_col {
    flex-basis: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.mcc_block.mcs6v4_edit_prod .mccbcp_add_img_row_col .radio {
    cursor: pointer;
    display: flex;

}

.mcc_block.mcs6v4_edit_prod .mccbcp_add_img_row_col .radio span {
    position: relative;
    font-weight: normal;
    display: inline-block;
    line-height: 14px;
    padding-left: 6px;
    text-transform: initial;
}


.mcs6v4_edit_prod .mccbcpa_property {

}

.mcs6v4_edit_prod .mccbcpa_property_btn {
    margin: 20px 0 0 20px;
    width: 200px;
    cursor: pointer;
}

.mcs6v4_edit_prod .mccbcpa_property .mcc_block {
    height: 100%;
}

.mcs6v4_edit_prod .mccbcpa_property .mcc_block_add_product {
    margin: 0;
    cursor: pointer;
}

.mcs6v4_edit_prod .mccbcpa_property .mcc_block {

}

.mcs6v4_edit_prod .mccbcpa_property_in_top {
    display: flex;
    justify-content: space-between;
}

.mcs6v4_edit_prod .mccbcpa_property_in_top .mccb_catalog_btn.mcc_block_delete_to_side {
    min-width: 200px;
    width: 200px;
    cursor: pointer;
    margin: 0;
    background: #FF7879;
}

.mcs6v4_edit_prod .mccbcpa_property_in_par_i .mccb_catalog_btn.mccb_catalog_edit_del {
    width: 100%;
    cursor: pointer;
}

.mcs6v4_edit_prod .mccbcpa_property_item_title_input.warning,
.mcs6v4_edit_prod .mccbcpapipit_input.warning {
    border-color: red !important;
}

.mcs6v4_edit_prod .mccbcpa_property #mcc_etabs .mcc_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mcs6v4_edit_prod .mccbcpa_property .mcc_block_add_to_side,
.mcs6v4_edit_prod .mccbcpa_property .mcc_block_add_to_side_fake {
    cursor: pointer;
}

.mcs6v4_edit_prod #mcc_etabs {
    border: 1px solid #C6DCEF;
    box-sizing: border-box;
    border-radius: 5px;
}

.mcs6v4_edit_prod .mccbcpa_property {
    margin: 0;
}

.mcs6v4_edit_prod .mcc_block {
    padding: 20px 5px;
}

.mcs6v4_edit_prod .mccb_catalog_edit_del {
    background: url(../../../images/profile/mcs6v4_del.png) no-repeat center;
    height: 46px;
}

.mcs6v4_edit_prod .mccb_catalog_edit_radio {
    display: flex;
    margin: 0;
    height: 46px;
    justify-content: center;
    align-items: center;
}

.mcs6v4_edit_prod .mccb_catalog_edit_radio > label {
    margin: 0;
}

.mcs6v4_edit_prod .mccb_catalog_edit_radio > label span {
    margin-right: 10px;
}

.mcs6v4_edit_prod .mccbcpa_property_in_par > div label {
    font-weight: normal;
    font-size: 12px;
    color: #7B7B7B;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 15px;
    height: 23px;
    text-align: center;
    text-transform: initial;
}

.mcs6v4_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
}

.mcs6v4_pagination li {
    margin: 0 5px;
}

.mcs6v4_pagination a {
    background: linear-gradient(180deg, #F8FDFF 0%, #EEF9FF 100%);
    border: 1px solid #C3DAEE;
    box-sizing: border-box;
    line-height: 42px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.0426956);
    border-radius: 4px;
    width: 42px;
    height: 42px;
    font-size: 14px;
    text-align: center;
    color: #95A3B3;
    padding: 0;
}

.mcs6v4_pagination .page-item.active a.page-link {
    color: #000;
}

.mcs6v4_pagination li:first-child a,
.mcs6v4_pagination li:last-child a {
    background: #4DA1FF;
}

.mcs6v4_pagination li:first-child a {

}

.mcs6v4_pagination li:last-child a {

}

.mcs6v4_table_content {
    padding: 30px 0;
}

.mcs6v4_table_content_title {
    font-weight: 500;
    font-size: 18px;
    color: #90A0A4;
    margin-bottom: 16px;
}

.mcs6v4_table_content_entry {
    font-size: 12px;
    line-height: 26px;
    color: #95A3B3;
    margin-bottom: 16px;
}

.mcs6v4_table_content_file {
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.mcs6v4_table_content_file > div {
    padding-right: 24px;
    display: flex;
    padding-bottom: 6px;
}

.mcs6v4_table_content_file > div > div:first-child {
    padding-right: 10px;
}

.mcs6v4_table_content_file > div > div:last-child {
    line-height: 24px;
}

.mcs6v4_table_content_bottom #customFile .custom-file-input::after {
    content: "Выберите файл...";
}

.mcs6v4_table_content_bottom #customFile .custom-file-input::before {
    content: "Click me";
}

.mcs6v4_table_content_bottom .custom-file-input.selected::after {
    content: "" !important;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Выбрать";
    background: #F4F8F9;
    border: 1px solid #4DA1FF;
    font-weight: 500;
    font-size: 14px;
    color: #4DA1FF;
}

.mcs6v4_table_content_bottom .custom-file {
    overflow: hidden;
    height: 42px;
    max-width: 250px;
}

.mcs6v4_table_content_bottom .custom-file-input {
    white-space: nowrap;
}

.mcs6v4_table_content_bottom .input-group {
    max-width: 370px;
    display: flex;
    justify-content: space-between;
}

.mcs6v4_table_content_bottom .custom-file-label {
    max-width: 250px;
    border: 1px solid #E9EFF4;
    margin: 0;
    font-size: 12px;
    color: #95A3B3;
    line-height: 42px;
    z-index: 20;
    padding: 0 10px;
    font-weight: normal;
    border-radius: 4px;
    height: 42px;
}

.mcs6v4_table_content_bottom .custom-file-label:after {
    height: 41px;
    line-height: 42px;
    padding: 0 10px;
    text-align: center;
}

.mcs6v4_table_content_bottom {
    display: flex;
    justify-content: space-between;
}

.mcs6v4_table_content_bottom > div:first-child {
    width: 370px;
}

.mcs6v4_tcb_b,
.mcs6v4_tcb_r {
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF !important;
    height: 42px;
}

.mcs6v4_tcb_b {
    background: #4DA1FF;
    width: 100px;
}

.mcs6v4_tcb_r {
    background: #FF7879;
    width: 160px;
}


@media all and (max-width: 1199px) {
    .mcs6v4_table_head_l,
    .mcs6v4_table_footer_r {
        align-items: flex-end;
    }

    .mcs6v4_table_head {
        align-items: flex-end;
    }

    .mcs6v4_table .mcs6v4_table_sort {
        display: block;
    }

    .mcs6v4_table .mcs6v4_table_sort label {
        padding-bottom: 10px;
    }

    .mcs6v4_edit_prod .mcs6v4_table_menu a {
        padding: 0 16px;
    }
}

@media all and (max-width: 900px) {
    .mcs6v4_table_item_head > div,
    .mcs6v4_table_item > div {
        padding: 6px;
    }

    .mcs6v4_table_item_head > div {
        font-size: 12px;
    }

    .mcs6v4_table_item_head > div:nth-child(4),
    .mcs6v4_table_item > div:nth-child(4),
    .mcs6v4_table_item_head > div:nth-child(5),
    .mcs6v4_table_item > div:nth-child(5),
    .mcs6v4_table_item_head > div:nth-child(6),
    .mcs6v4_table_item > div:nth-child(6) {
        width: 88px;
    }

    .mcs6v4_table_search {
        width: 170px;
    }
}

@media all and (max-width: 767px) {
    .mcs6v4_table_item,
    .mcs6v4_table_title,
    .mcs6v4_table_item_head > div {
        font-size: 10px;
    }

    .mcs6v4_table_item_head > div,
    .mcs6v4_table_item > div {
        padding: 4px;
    }

    .mcs6v4_table_item_head > div:nth-child(4),
    .mcs6v4_table_item > div:nth-child(4),
    .mcs6v4_table_item_head > div:nth-child(5),
    .mcs6v4_table_item > div:nth-child(5),
    .mcs6v4_table_item_head > div:nth-child(6),
    .mcs6v4_table_item > div:nth-child(6) {
        width: 60px;
        min-width: 60px;
    }

    .mcs6v4_table_head,
    .mcs6v4_table_footer,
    .mcs6v4_table_head_l,
    .mcs6v4_table_footer_r,
    .mcs6v4_edit_h,
    .mcs6v4_edit_h_r,
    .mcs6v4_table_content_bottom {
        display: block;
        text-align: center;
    }

    .mcs6v4_table_content_bottom > div:first-child {
        width: 100%;
        margin-bottom: 16px;
        text-align: left;
    }

    .mcs6v4_table_content_bottom .input-group,
    .mcs6v4_tcb_r {
        margin: auto;
    }

    .mcs6v4_table_sort select,
    .mcs6v4_table_search,
    .mcs6v4_table_tov,
    .mcs6v4_table_transf,
    .mcs6v4_table_del,
    .mcs6v4_table_footer_l,
    .mcs6v4_edit_h_r > a {
        margin: 0 auto 10px;
    }

    .mcs6v4_edit_h_l {
        margin-bottom: 20px;
    }

    .mcs6v4_table_search {
        padding: 0;
    }

    .mcs6v4_table_item_head > div:nth-child(3), .mcs6v4_table_item > div:nth-child(3) {
        min-width: 190px;
    }

    .mcs6v4_table_center {
        overflow-x: scroll;
    }

    .mcs6v4_table_menu {
        display: block;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .mcs6v4_table_menu a {
        border-top: 1px solid rgba(0, 0, 0, 0.4);
    }

    .mcs6v4_table_menu a:first-child {
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        border-top: 0;
    }

    .mcs6v4_edit .mccbce_mon_img_row {
        margin-bottom: 20px;
    }

    .mcs6v4_edit_title {
        padding-right: 0;
    }

    .mcs6v4_edit_prod .mccbcpa_property > div:first-child {
        margin-bottom: 20px;
    }

    .mcs6v4_edit_prod .mccbcpa_property > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mcs6v4_table_search,
    .mcs6v4_table_head_r .mcs6v4_table_tov,
    .mcs6v4_table_footer_r .mcs6v4_table_transf,
    .mcs6v4_table_footer_r .mcs6v4_table_del,
    .mcs6v4_edit_btn_del, .mcs6v4_edit_btn_save {
        width: 220px;
    }

    .mcs6v4_table_search,
    .mcs6v4_table_head_l > div {
        padding: 0 !important;
    }

    .mcs6v4_table_search input[type="submit"] {
        right: 0;
    }
}

@media all and (max-width: 500px) {
    .mcs6v4_edit_prod .mccbcpa_property_in_top {
        flex-direction: column-reverse;
        align-items: center;
    }

    .mcs6v4_edit_prod .mccbcpa_property_in_top .mccb_catalog_btn.mcc_block_delete_to_side {
        margin-bottom: 30px;
    }

    .mcc_block_title {
        font-size: 18px;
    }

    .mccbcpa_property_in_par {
        display: none;
    }

    .mccbcpa_property_in_par_i > div > div {
        flex: 100%;
        max-width: 100%;
    }

    .mccb_catalog_edit_del {
        margin-bottom: 20px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }
}

/* old */


.mccb_catalog_edit_radio {
    display: flex;
}

.mccb_catalog_edit_radio > label {
    margin-right: 30px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-transform: initial;
    color: #5D5D5D;
    display: flex;
    cursor: pointer;
}

.mccb_catalog_edit_radio > label:last-child {
    margin-right: 0;
}

.mccb_catalog_edit_radio > label input {
    margin-right: 10px;
    opacity: 0.7;
}

.mccb_catalog_edit_radio {
    margin-bottom: 20px;
}

/*--- catalog new 30-06-2020 end ---*/

/*frontG*/
.btn-default {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 100%;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
}

.btn-save {
    border: 2px solid #4DA1FF;
    background: #4DA1FF;
    color: #ffffff;
}

.btn-remove {
    border: 2px solid #FF7878;
    background: #FF7878;
    color: #ffffff;
}

@media (max-width: 767px) {
    .btn-default {
        margin: 0 auto 10px;
    }
}

/*frontG*/
/*--- catalog new 07-07-2020 start ---*/
/* */

.mcs6v4_nn {
    text-align: center;
    padding: 70px 0;
    font-weight: 500;
    font-size: 24px;
    color: #ABB3C0;
}

.mcs6v4_nn p {
    margin: 20px 0;
}

.mcs6v4_nn a {
    background: #FF7879;
    width: 180px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF !important;
    height: 46px;
    margin: auto;
}

.mcs6v4_table_service {
    margin-bottom: -30px;
}

.mcs6v4_table_service a {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    height: 210px;
    font-size: 16px;
    color: #3794FC;
    display: flex;
    -webkit-box-shadow: 0 0 0 0 #3794FC;
    box-shadow: 0 0 0 0 #3794FC;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F4F8F9;
    border: 2px solid #4DA1FF;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mcs6v4_table_service p {
    margin: 0;
    text-align: center;
}

.mcs6v4_table_service > div {
    margin-bottom: 20px;
}

.mcs6v4_table_service svg {
    display: block;
    margin-bottom: 14px;
}

.mcs6v4_table_service a:hover {
    background: #3794FC;
    color: #fff;
    -webkit-box-shadow: 0 0 10px 1px #3794FC;
    box-shadow: 0 0 10px 1px #3794FC;
}

.mcs6v4_table_service a:hover path {
    fill: white;
}

.mcs6v4_table_service a.noactive,
.mcc_block_item_page.noactive {
    border-color: #B5B5B5 !important;
    background: #F4F8F9 !important;
    color: #B5B5B5 !important;
    -webkit-box-shadow: 0 0 0 0 #3794FC !important;
    box-shadow: 0 0 0 0 #3794FC !important;
}

.mcc_block_item_page.noactive .mcc_bip_ico {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.mcs6v4_table_service a.noactive path {
    fill: #B5B5B5 !important;
}

@media all and (max-width: 767px) {
    .mcs6v4_table_service a {
        flex-direction: row;
        padding: 16px 20px;
        justify-content: left;
        height: auto;
    }

    .mcs6v4_table_service svg {
        margin: 0 auto;
    }

    .mcs6v4_table_service a > span {
        padding-right: 30px;
        display: block;
        width: 60px;
    }

    .mcs6v4_table_service p {
        margin: 0;
        text-align: left;
    }
}

.mts_item {
    margin-right: 88px;
}

.mcc_block_demo_out {
    position: relative;
}

.mcc_block_demo_out_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    content: '';
}

.tooltiptext_out {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: black;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #323C47;
    background: linear-gradient(180deg, #F8FDFF 0%, #EEF9FF 100%);
    border: 1px solid #C3DAEE;
    box-sizing: border-box;
    top: -90px;
    left: -90px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.0426956);
}

.tooltiptext:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: url(../../../images/profile/tooltiptextaf.png);
}

.tooltiptext_out:hover .tooltiptext {
    visibility: visible;
}

@media all and (max-width: 961px) {
    .tooltiptext:after {
        left: initial;
        right: 10px;
    }

    .tooltiptext {
        left: initial;
        right: -5px;
    }
}

.mcs6v4_pagination_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
}

.mcs6v4_pagination_more a {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    line-height: 42px;
    height: 42px;
    width: 140px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mcs6v4_plm_v_1 {
    background: #4DA1FF;
    border-radius: 4px;
}

.mcs6v4_plm_v_2 {
    background: #FD7147;
    border-radius: 4px;
}

.mcs6v4_plm_v_3 {
    background: #FF6370;
    border-radius: 22px;
}

.mcs6v4_plm_v_4 {
    background: #182961;
}

.mcs6v4_plm_v_5 {
    background: #5F5FFE;
    box-shadow: 0px 4px 0px #FFCE32;
    border-radius: 24px 24px 0px 24px;
}

.mcs6v4_plm_v_6 {
    background: #EA4A4A;
}

.mcs6v4_plm_v_7 {
    background: linear-gradient(180deg, #FF4848 0%, #FE0402 100%);
    box-shadow: 0px 10px 25px rgba(255, 44, 44, 0.54021);
    border-radius: 22px;
}

.step_domain_title {
    font-weight: 500;
    font-size: 20px;
    color: #90A0A4;
    margin-bottom: 16px;
}

.step_domain_exist {
    border: 1px solid #E9EFF4;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 16px;
}

.step_domain_exist .row > div {
    align-items: center;
    display: flex;
}

.step_domain_exist a {
    font-weight: 500;
}

.step_domain_exist_ssl,
.step_domain_exist_nossl {
    font-weight: 500;
    line-height: 21px;
}

.step_domain_exist_ssl svg,
.step_domain_exist_nossl svg,
.step_domain_exist_main svg {
    margin-right: 10px;
}

.step_domain_exist_ssl {
    color: #1CAB26;
}

.step_domain_exist_nossl {
    color: #ED3535;
}

.step_domain_btn {
    background: #F4F8F9;
    border: 2px solid #4DA1FF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    margin-bottom: 16px;
    color: #4DA1FF;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.step_domain_btn.active,
.step_domain_btn:hover {
    background: #4DA1FF;
    color: #fff;
}

.step_domain_service_btn a {
    width: 126px;
}

.step_domain_form_btn a {
    width: 186px;
}

.step_domain_form > div {
    display: none;
}

.step_domain_form input[type="submit"] {
    background: #4DA1FF;
    border: 2px solid #4DA1FF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    width: 186px;
    display: block;
    border: 0;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    color: #fff;
}

.step_domain_form form .row .row > div > div {
    position: relative;
    z-index: 2;
}

.step_domain_form form .row .row > div > div:after {
    position: absolute;
    padding: 0 20px 0 40px;
    height: 46px;
    left: 0;
    right: 0;
    font-size: 10px;
    color: #ED3535;
    top: 0;
    bottom: 0;
    background: url(../../../images/profile/step_domain_alert.svg) no-repeat 15px center;
    background-size: 15px 13px;
    display: flex;
    align-items: center;
    visibility: hidden;
    content: 'Поле не может быть пустым';
}

.step_domain_form form .row .row > div > div input[type="text"]::placeholder,
.step_domain_form form .row .row > div > div textarea::placeholder {
    color: #c4c4c4;
}

.step_domain_form form .row .row > div > div.warning:after {
    visibility: visible
}

.step_domain_form form .row .row > div > div.warning input[type="text"]::placeholder,
.step_domain_form form .row .row > div > div.warning textarea::placeholder {
    color: #fff;
}

@media (max-width: 960px) {
    .mcc_block > div > .row {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .step_domain_exist {
        padding: 5px 20px;
    }

    .step_domain_exist .row > div {
        padding: 5px 0;
    }

}

@media (max-width: 600px) {
    .step_domain_service_btn .step_domain_btn,
    .step_domain_form_btn .step_domain_btn {
        margin: 0 auto 10px;
        display: block;
    }
}


.step_qr_title {
    font-weight: 500;
    font-size: 20px;
    color: #90A0A4;
    margin-bottom: 16px;
}

.step_qr_title span {
    color: #4DA1FF;
}

.step_qr_btn {
    background: #4DA1FF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    line-height: 46px;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
    color: #fff;
    margin-right: 20px;
}

.step_qr_btn:hover {
    color: #fff;
}

.step_qr_row {
    width: 216px;
}

.step_qr_code_title {
    font-weight: 500;
    font-size: 14px;
    color: #363636;
    margin-bottom: 12px;
    text-align: center;
    padding: 0 10px;
}

.step_qr_code {
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.132649);
    border-radius: 8px;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.mcs6v4_step_title_title {
    font-weight: 500;
    font-size: 20px;
    color: #90A0A4;
    margin-bottom: 16px;
}

.mcs6v4_step_title .mcc_block {
    margin-bottom: 16px;
}

.mcs6v4_step_title_btn {
    background: #4DA1FF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    line-height: 46px;
    text-align: center;
    width: 216px;
    margin-bottom: 16px;
    color: #fff;
    margin-right: 20px;
}

.mcs6v4_step_title_btn:hover {
    color: #fff;
}

.mcc_block_item_page.noactive {
    position: relative;
    z-index: 20;
}

/*--- catalog new 07-07-2020 end ---*/

.mcl_form .password_field {
    position: relative;
}

.mcl_form .password_field .eye_ico {
    display: block;
    cursor: pointer;
    position: absolute;
    content: '';
    right: 10px;
    background: url(../../../images/profile/eye_password.svg);
    width: 26px;
    height: 26px;
    top: 8px;
    z-index: 10;
}

/*promo start*/
@font-face {
    font-family: 'Rubik';
    src: local('Rubik'), local('Rubik-Regular'), url('../../../font/profile/Rubik.woff2') format('woff2'), url('../../../font/profile/Rubik.woff') format('woff'), url('../../../font/profile/Rubik.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: local('Rubik Italic'), local('Rubik-Italic'), url('../../../font/profile/Rubikitalic.woff2') format('woff2'), url('../../../font/profile/Rubikitalic.woff') format('woff'), url('../../../font/profile/Rubikitalic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium'), local('Rubik-Medium'), url('../../../font/profile/Rubikmedium.woff2') format('woff2'), url('../../../font/profile/Rubikmedium.woff') format('woff'), url('../../../font/profile/Rubikmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: local('Rubik Medium Italic'), local('Rubik-MediumItalic'), url('../../../font/profile/Rubikmediumitalic.woff2') format('woff2'), url('../../../font/profile/Rubikmediumitalic.woff') format('woff'), url('../../../font/profile/Rubikmediumitalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

.mcs6v4 {

}

.mcs6v4_ch > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.mcs6v4_ch > span {
    display: block;
    width: 18px;
    cursor: pointer;
    height: 18px;
}

.mcs6v4_ch > span::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: #FFFFFF;
    border: 1px solid #BFCAD2;
    box-sizing: border-box;
    border-radius: 2px;
}

.mcs6v4_ch > input:checked + span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%234DA1FF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.mcs6v4_ch > input:disabled + span::before {
    background-color: #e9ecef;
}

.mcs6v4_ch_l input {
    display: none;
}

.mcs6v4_ch_l span {
    position: relative;
    cursor: pointer;
    height: 20px;
    display: block;
    margin: auto;
    width: 30px;
}

.mcs6v4_ch_l span:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 36px;
    height: 14px;
    border-radius: 16px;
    background: #f4f4f4;
    transition: .2s;
}

.mcs6v4_ch_l span:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -2px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #FFF;
    border: 2px solid #D0D7DD;
    transition: .2s;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.04);
}

.mcs6v4_ch_l input:checked + span:before {
    background: #4DA1FF;
}

.mcs6v4_ch_l input:checked + span:after {
    left: 20px;
}

.mcs6v4_table {

}

.mcs6v4_table_menu {
    display: flex;
    box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.4);
    margin: -20px -20px 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.mcs6v4_table_menu a {
    display: flex;
    height: 60px;
    padding: 0 22px;
    font-size: 16px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-align: center;
    color: #ABB3C0;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    border-bottom: 3px solid transparent;
    text-decoration: none;
    border-right: 1px solid #ECECEC;
}

.mcs6v4_table_menu a:hover,
.mcs6v4_table_menu a.active {
    color: #3794FC;
    border-bottom: 3px solid #3794FC;
}

.mcs6v4_table_menu a:first-child {
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.mcs6v4_table_menu a:last-child {

}

.mcs6v4_table_head {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcs6v4_table_head_l {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcs6v4_table_head_l > div {
    padding-right: 14px;
}

.mcs6v4_table_sort {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcs6v4_table_sort label {
    font-size: 14px;
    font-weight: normal;
    color: #7B7B7B;
    margin: 0;
    text-transform: initial;
    padding-right: 10px;
}

.mcs6v4_table_sort select {
    margin: 0;
    cursor: pointer;
    max-width: 220px;
}

.mcs6v4_table_search {
    position: relative;
}

.mcs6v4_table_search input[type="text"] {
    padding-right: 50px;
    margin: 0;
}

.mcs6v4_table_search input[type="submit"] {
    position: absolute;
    height: 46px;
    width: 46px;
    right: 14px;
    background: url(../../../images/profile/mcs6v4_table_search.png) no-repeat center;
    border: 0;
    cursor: pointer;
    top: 0;
}

.mcs6v4_table_head_r .mcs6v4_table_tov,
.mcs6v4_table_footer_r .mcs6v4_table_transf,
.mcs6v4_table_footer_r .mcs6v4_table_del,
.mcs6v4_edit_btn_del,
.mcs6v4_edit_btn_save,
.row_properties_edit_add,
.row_prod_properties_edit_add {
    width: 180px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-decoration: none;
    background: #4DA1FF;
    border-radius: 2px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF !important;
    height: 46px;
}

.mcs6v4_table_center {
    margin: 0 -20px;
}

.mcs6v4_table_center label {
    margin: 0;
}

.mcs6v4_table_item_head {
    margin-bottom: 20px;
    display: table;
    width: 100%;
}

.mcs6v4_table_item_head > div {
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    color: #7B7B7B;
    display: table-cell;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
}

.mcs6v4_table_item_body {
    margin: 0 24px;
}

.mcs6v4_table_item_head > div,
.mcs6v4_table_item > div {
    padding: 10px;
    box-sizing: content-box;
}

.mcs6v4_table_item {
    display: table;
    width: 100%;
    margin-bottom: 14px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mcs6v4_table_item:hover,
.mcs6v4_table_item.active {
    background: #F4FBFF;
}

.mcs6v4_table_item > div {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    min-height: 40px;
    margin: 6px 0;
    border-top: 1px solid #E9EFF4;
    border-bottom: 1px solid #E9EFF4;
}

.mcs6v4_table_item_head > div:first-child,
.mcs6v4_table_item > div:first-child {
    width: 18px;
    min-width: 18px;
}

.mcs6v4_table_item_head > div:first-child {
    padding-left: 40px;
}

.mcs6v4_table_item_head > div:last-child {
    padding-right: 40px;
}

.mcs6v4_table_item > div:first-child {
    padding-left: 16px;
    border-left: 1px solid #E9EFF4;
    border-top: 1px solid #E9EFF4;
    border-bottom: 1px solid #E9EFF4;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
}

.mcs6v4_table_item_head > div:nth-child(2),
.mcs6v4_table_item > div:nth-child(2) {
    width: 40px;
    min-width: 40px;
}

.mcs6v4_table_item_head > div:nth-child(3),
.mcs6v4_table_item > div:nth-child(3) {
    text-align: left;
}

.mcs6v4_table_item_head > div:nth-child(4),
.mcs6v4_table_item > div:nth-child(4),
.mcs6v4_table_item_head > div:nth-child(5),
.mcs6v4_table_item > div:nth-child(5),
.mcs6v4_table_item_head > div:nth-child(6),
.mcs6v4_table_item > div:nth-child(6) {
    width: 100px;
}

.mcs6v4_table_item_head > div:last-child,
.mcs6v4_table_item > div:last-child {
    width: 60px;
    min-width: 60px;
}

.mcs6v4_table_item > div:last-child {
    padding-right: 16px;
    border-right: 1px solid #E9EFF4;
    border-top: 1px solid #E9EFF4;
    border-bottom: 1px solid #E9EFF4;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
}

.mcs6v4_table_center tr {

}

.mcs6v4_table_img {
    display: block;
    background-color: #E3ECF3;
    background-image: url(../../../images/profile/mcs6v4_table_img.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
}

.mcs6v4_table_title {
    font-weight: 500;
    font-size: 12px;
    color: #323C47;
    display: block;
    padding: 10px 0;
}

.mcs6v4_table_footer {
    border-top: 1px solid #D9D9D9;
    padding: 20px;
    margin: 0 -20px -20px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 1px;
    overflow: hidden;
    padding: 0 20px;

}

.mcs6v4_table_footer.active {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

.mcs6v4_table_footer_l {
    font-weight: normal;
    font-size: 14px;
    color: #7B7B7B;
}

.mcs6v4_table_footer_l b {
    color: #4DA1FF;
}

.mcs6v4_table_footer_r {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mcs6v4_table_footer_r > div {
    padding-left: 14px;
}

.mcs6v4_table_footer_r .mcs6v4_table_transf {
    width: 100px;
}

.mcs6v4_table_footer_r .mcs6v4_table_del {
    width: 200px;
    background: #FF7879;;
}

.mcs6v4_edit {

}

.mcs6v4_edit_h {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
}

.mcs6v4_edit_h_l {

}

.mcs6v4_edit_title {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    padding-right: 10px;
    color: #90A0A4;
    position: relative;
}

.mcs6v4_edit_title span {
    color: #4DA1FF;
}

.mcs6v4_edit_back {
    font-size: 12px;
    line-height: 19px;
    padding-left: 30px;
    background: url(../../../images/profile/ico_mct_left_back.png) no-repeat center left;
    color: #4DA1FF;
}

.mcs6v4_edit_h_r {
    display: flex;
}

.mcs6v4_edit_btn_del,
.mcs6v4_edit_btn_save {

}

.mcs6v4_edit_btn_del {
    background: #FF7879;
    /*margin-right: 14px;*/
}

.mcs6v4_edit_cat {

}

.mcs6v4_edit_cat .mccb_catalog_edit_att_img {
    min-width: 140px;
    width: 100%;
    height: 140px;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 10px !important;
    display: block;
    position: relative;
    border-radius: 6px;
    max-width: 100%;
}

.mcs6v4_edit_cat .mccb_catalog_edit_att_img span {
    background: url(../../../images/profile/mccb_catalog_edit_att_img_del.png);
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.mcc_block.mcs6v4_edit_cat label.mcc_block_file_upload {
    height: 140px;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}

.mcs6v4_edit_prod {

}

.mcs6v4_edit_prod .mcs6v4_edit_title {
    font-size: 18px;
    margin-bottom: 2px;
}

.mcs6v4_edit_prod .mcs6v4_table_menu {
    box-shadow: none;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    margin: 0 -20px 30px;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.mcs6v4_edit_prod .mcs6v4_table_menu a {
    padding: 0 36px;
}

.mcs6v4_edit_prod_body > div {
    display: none;
}

.mcs6v4_edit_prod_body > div.active {
    display: block;
}

.mcs6v4_edit_ch {
    display: flex;
    flex-wrap: wrap;
}

.mcs6v4_edit_ch > label {
    margin: 0 10px 10px 0;
    position: relative;
    line-height: 20px;
    text-transform: initial;
    font-size: 11px;
}

.mcs6v4_edit_ch > label span:before {
    position: absolute;
    left: 0;
    top: 0;
}

.mcs6v4_edit_ch > label span {
    padding-left: 24px;
    width: auto;
}

.mcs6v4_edit_prod .mccb_catalog_edit_att_img {
    min-width: 140px;
    width: 100px;
    height: 100px;
    border-radius: 2px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 0 10px !important;
    display: block;
    position: relative;
    border-radius: 6px;
    max-width: 100%;
}

.mcs6v4_edit_prod .mccb_catalog_edit_att_img span {
    background: url(../../../images/profile/mccb_catalog_edit_att_img_del.png);
    width: 18px;
    height: 18px;
    position: absolute;
    content: '';
    right: 7px;
    top: 7px;
    cursor: pointer;
}

.mcc_block.mcs6v4_edit_prod .mcc_block_file_upload {
    margin-bottom: 20px;
}

.mcc_block.mcs6v4_edit_prod label.mcc_block_file_upload {
    height: 100px;
    padding: 10px;
    cursor: pointer;
}

.mcc_block.mcs6v4_edit_prod .mccbcp_add_img_row_col {
    flex-basis: 0;
    -webkit-box-flex: 0;
    flex-grow: 0;
}

.mcc_block.mcs6v4_edit_prod .mccbcp_add_img_row_col .radio,
.mcs6v4_edit_promo .mccbcp_add_img_row_col .radio {
    cursor: pointer;
    display: flex;

}

.mcc_block.mcs6v4_edit_prod .mccbcp_add_img_row_col .radio span,
.mcs6v4_edit_promo .mccbcp_add_img_row_col .radio span {
    position: relative;
    font-weight: normal;
    display: inline-block;
    line-height: 14px;
    padding-left: 6px;
    text-transform: initial;
}


.mcs6v4_edit_prod .mccbcpa_property {

}

.mcs6v4_edit_prod .mccbcpa_property_btn {
    margin: 20px 0 0 20px;
    width: 200px;
    cursor: pointer;
}

.mcs6v4_edit_prod .mccbcpa_property .mcc_block {
    height: 100%;
}

.mcs6v4_edit_prod .mccbcpa_property .mcc_block_add_product {
    margin: 0;
    cursor: pointer;
}

.mcs6v4_edit_prod .mccbcpa_property .mcc_block {

}

.mcs6v4_edit_prod .mccbcpa_property_in_top {
    display: flex;
    justify-content: space-between;
}

.mcs6v4_edit_prod .mccbcpa_property_in_top .mccb_catalog_btn.mcc_block_delete_to_side {
    min-width: 200px;
    width: 200px;
    cursor: pointer;
    margin: 0;
    background: #FF7879;
}

.mcs6v4_edit_prod .mccbcpa_property_in_par_i .mccb_catalog_btn.mccb_catalog_edit_del {
    width: 100%;
    cursor: pointer;
}

.mcs6v4_edit_prod .mccbcpa_property_item_title_input.warning,
.mcs6v4_edit_prod .mccbcpapipit_input.warning {
    border-color: red !important;
}

.mcs6v4_edit_prod .mccbcpa_property #mcc_etabs .mcc_block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mcs6v4_edit_prod .mccbcpa_property .mcc_block_add_to_side,
.mcs6v4_edit_prod .mccbcpa_property .mcc_block_add_to_side_fake {
    cursor: pointer;
}

.mcs6v4_edit_prod #mcc_etabs {
    border: 1px solid #C6DCEF;
    box-sizing: border-box;
    border-radius: 5px;
}

.mcs6v4_edit_prod .mccbcpa_property {
    margin: 0;
}

.mcs6v4_edit_prod .mcc_block {
    padding: 20px 5px;
}

.mcs6v4_edit_prod .mccb_catalog_edit_del {
    background: url(../../../images/profile/mcs6v4_del.png) no-repeat center;
    height: 46px;
}

.mcs6v4_edit_prod .mccb_catalog_edit_radio {
    display: flex;
    margin: 0;
    height: 46px;
    justify-content: center;
    align-items: center;
}

.mcs6v4_edit_prod .mccb_catalog_edit_radio > label {
    margin: 0;
}

.mcs6v4_edit_prod .mccb_catalog_edit_radio > label span {
    margin-right: 10px;
}

.mcs6v4_edit_prod .mccbcpa_property_in_par > div label {
    font-weight: normal;
    font-size: 12px;
    color: #7B7B7B;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 15px;
    height: 23px;
    text-align: center;
    text-transform: initial;
}

.mcs6v4_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 40px;
}

.mcs6v4_pagination li {
    margin: 0 5px;
}

.mcs6v4_pagination a.page-link {
    background: linear-gradient(180deg, #F8FDFF 0%, #EEF9FF 100%);
    border: 1px solid #C3DAEE;
    box-sizing: border-box;
    line-height: 42px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.0426956);
    border-radius: 4px;
    width: 42px;
    height: 42px;
    font-size: 14px;
    text-align: center;
    color: #95A3B3;
    padding: 0;
}

.mcs6v4_pagination .page-item.active a.page-link {
    color: #000;
}

.mcs6v4_pagination li:first-child a.page-link,
.mcs6v4_pagination li:last-child a.page-link {
    background: #4DA1FF;
}

.mcs6v4_pagination li:first-child a.page-link {

}

.mcs6v4_pagination li:last-child a.page-link {

}

.mcs6v4_table_content {
    padding: 30px 0;
}

.mcs6v4_table_content_title {
    font-weight: 500;
    font-size: 18px;
    color: #90A0A4;
    margin-bottom: 16px;
}

.mcs6v4_table_content_entry {
    font-size: 12px;
    line-height: 26px;
    color: #95A3B3;
    margin-bottom: 16px;
}

.mcs6v4_table_content_file {
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.mcs6v4_table_content_file > div {
    padding-right: 24px;
    display: flex;
    padding-bottom: 6px;
}

.mcs6v4_table_content_file > div > div:first-child {
    padding-right: 10px;
}

.mcs6v4_table_content_file > div > div:last-child {
    line-height: 24px;
}

.mcs6v4_table_content_bottom #customFile .custom-file-input::after {
    content: "Выберите файл...";
}

.mcs6v4_table_content_bottom #customFile .custom-file-input::before {
    content: "Click me";
}

.mcs6v4_table_content_bottom .custom-file-input.selected::after {
    content: "" !important;
}

.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Выбрать";
    background: #F4F8F9;
    border: 1px solid #4DA1FF;
    font-weight: 500;
    font-size: 14px;
    color: #4DA1FF;
}

.mcs6v4_table_content_bottom .custom-file {
    overflow: hidden;
    height: 42px;
    max-width: 250px;
}

.mcs6v4_table_content_bottom .custom-file-input {
    white-space: nowrap;
}

.mcs6v4_table_content_bottom .input-group {
    max-width: 370px;
    display: flex;
    justify-content: space-between;
}

.mcs6v4_table_content_bottom .custom-file-label {
    max-width: 250px;
    border: 1px solid #E9EFF4;
    margin: 0;
    font-size: 12px;
    color: #95A3B3;
    line-height: 42px;
    z-index: 20;
    padding: 0 10px;
    font-weight: normal;
    border-radius: 4px;
    height: 42px;
}

.mcs6v4_table_content_bottom .custom-file-label:after {
    height: 41px;
    line-height: 42px;
    padding: 0 10px;
    text-align: center;
}

.mcs6v4_table_content_bottom {
    display: flex;
    justify-content: space-between;
}

.mcs6v4_table_content_bottom > div:first-child {
    width: 370px;
}

.mcs6v4_tcb_b,
.mcs6v4_tcb_r {
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF !important;
    height: 42px;
}

.mcs6v4_tcb_b {
    background: #4DA1FF;
    width: 100px;
}

.mcs6v4_tcb_r {
    background: #FF7879;
    width: 160px;
}


@media all and (max-width: 1199px) {
    .mcs6v4_table_head_l,
    .mcs6v4_table_footer_r {
        align-items: flex-end;
    }

    .mcs6v4_table_head {
        align-items: flex-end;
    }

    .mcs6v4_table .mcs6v4_table_sort {
        display: block;
    }

    .mcs6v4_table .mcs6v4_table_sort label {
        padding-bottom: 10px;
    }

    .mcs6v4_edit_prod .mcs6v4_table_menu a {
        padding: 0 16px;
    }
}

@media all and (max-width: 900px) {
    .mcs6v4_table_item_head > div,
    .mcs6v4_table_item > div {
        padding: 6px;
    }

    .mcs6v4_table_item_head > div {
        font-size: 12px;
    }

    .mcs6v4_table_item_head > div:nth-child(4),
    .mcs6v4_table_item > div:nth-child(4),
    .mcs6v4_table_item_head > div:nth-child(5),
    .mcs6v4_table_item > div:nth-child(5),
    .mcs6v4_table_item_head > div:nth-child(6),
    .mcs6v4_table_item > div:nth-child(6) {
        width: 88px;
    }

    .mcs6v4_table_search {
        width: 170px;
    }
}

@media all and (max-width: 767px) {
    .mcs6v4_table_item,
    .mcs6v4_table_title,
    .mcs6v4_table_item_head > div {
        font-size: 10px;
    }

    .mcs6v4_table_item_head > div,
    .mcs6v4_table_item > div {
        padding: 4px;
    }

    .mcs6v4_table_item_head > div:nth-child(4),
    .mcs6v4_table_item > div:nth-child(4),
    .mcs6v4_table_item_head > div:nth-child(5),
    .mcs6v4_table_item > div:nth-child(5),
    .mcs6v4_table_item_head > div:nth-child(6),
    .mcs6v4_table_item > div:nth-child(6) {
        width: 60px;
        min-width: 60px;
    }

    .mcs6v4_table_head,
    .mcs6v4_table_footer,
    .mcs6v4_table_head_l,
    .mcs6v4_table_footer_r,
    .mcs6v4_edit_h,
    .mcs6v4_edit_h_r,
    .mcs6v4_table_content_bottom {
        display: block;
        text-align: center;
    }

    .mcs6v4_table_content_bottom > div:first-child {
        width: 100%;
        margin-bottom: 16px;
        text-align: left;
    }

    .mcs6v4_table_content_bottom .input-group,
    .mcs6v4_tcb_r {
        margin: auto;
    }

    .mcs6v4_table_sort select,
    .mcs6v4_table_search,
    .mcs6v4_table_tov,
    .mcs6v4_table_transf,
    .mcs6v4_table_del,
    .mcs6v4_table_footer_l,
    .mcs6v4_edit_h_r > a {
        margin: 0 auto 10px;
    }

    .mcs6v4_edit_h_l {
        margin-bottom: 20px;
    }

    .mcs6v4_table_search {
        padding: 0;
    }

    .mcs6v4_table_item_head > div:nth-child(3), .mcs6v4_table_item > div:nth-child(3) {
        min-width: 190px;
    }

    .mcs6v4_table_center {
        overflow-x: scroll;
    }

    .mcs6v4_table_menu {
        display: block;
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
    }

    .mcs6v4_table_menu a {
        border-top: 1px solid rgba(0, 0, 0, 0.4);
    }

    .mcs6v4_table_menu a:first-child {
        -webkit-border-radius: 6px 6px 0 0;
        border-radius: 6px 6px 0 0;
        border-top: 0;
    }

    .mcs6v4_edit .mccbce_mon_img_row {
        margin-bottom: 20px;
    }

    .mcs6v4_edit_title {
        padding-right: 0;
    }

    .mcs6v4_edit_prod .mccbcpa_property > div:first-child {
        margin-bottom: 20px;
    }

    .mcs6v4_edit_prod .mccbcpa_property > div {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .mcs6v4_table_search,
    .mcs6v4_table_head_r .mcs6v4_table_tov,
    .mcs6v4_table_footer_r .mcs6v4_table_transf,
    .mcs6v4_table_footer_r .mcs6v4_table_del,
    .mcs6v4_edit_btn_del, .mcs6v4_edit_btn_save {
        width: 220px;
    }

    .mcs6v4_table_search,
    .mcs6v4_table_head_l > div {
        padding: 0 !important;
    }

    .mcs6v4_table_search input[type="submit"] {
        right: 0;
    }
}

@media all and (max-width: 500px) {
    .mcs6v4_edit_prod .mccbcpa_property_in_top {
        flex-direction: column-reverse;
        align-items: center;
    }

    .mcs6v4_edit_prod .mccbcpa_property_in_top .mccb_catalog_btn.mcc_block_delete_to_side {
        margin-bottom: 30px;
    }

    .mcc_block_title {
        font-size: 18px;
    }

    .mccbcpa_property_in_par {
        display: none;
    }

    .mccbcpa_property_in_par_i > div > div {
        flex: 100%;
        max-width: 100%;
    }

    .mccb_catalog_edit_del {
        margin-bottom: 20px;

        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }
}

/* old */


.mccb_catalog_edit_radio {
    display: flex;
}

.mccb_catalog_edit_radio > label {
    margin-right: 30px;
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    text-transform: initial;
    color: #5D5D5D;
    display: flex;
    cursor: pointer;
}

.mccb_catalog_edit_radio > label:last-child {
    margin-right: 0;
}

.mccb_catalog_edit_radio > label input {
    margin-right: 10px;
    opacity: 0.7;
}

.mccb_catalog_edit_radio {
    margin-bottom: 20px;
}

/* */

.mcs6v4_nn {
    text-align: center;
    padding: 70px 0;
    font-weight: 500;
    font-size: 24px;
    color: #ABB3C0;
}

.mcs6v4_nn p {
    margin: 20px 0;
}

.mcs6v4_nn a {
    background: #FF7879;
    width: 180px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-decoration: none;
    border-radius: 2px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF !important;
    height: 46px;
    margin: auto;
}

.mcs6v4_table_service {
    margin-bottom: -30px;
}

.mcs6v4_table_service a {
    margin: 0;
    font-style: normal;
    font-weight: 500;
    height: 210px;
    font-size: 16px;
    color: #3794FC;
    display: flex;
    -webkit-box-shadow: 0 0 0 0 #3794FC;
    box-shadow: 0 0 0 0 #3794FC;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #F4F8F9;
    border: 2px solid #4DA1FF;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.mcs6v4_table_service p {
    margin: 0;
    text-align: center;
}

.mcs6v4_table_service > div {
    margin-bottom: 20px;
}

.mcs6v4_table_service svg {
    display: block;
    margin-bottom: 14px;
}

.mcs6v4_table_service a:hover {
    background: #3794FC;
    color: #fff;
    -webkit-box-shadow: 0 0 10px 1px #3794FC;
    box-shadow: 0 0 10px 1px #3794FC;
}

.mcs6v4_table_service a:hover path {
    fill: white;
}

.mcs6v4_table_service a.noactive,
.mcc_block_item_page.noactive {
    border-color: #B5B5B5 !important;
    background: #F4F8F9 !important;
    color: #B5B5B5 !important;
    -webkit-box-shadow: 0 0 0 0 #3794FC !important;
    box-shadow: 0 0 0 0 #3794FC !important;
}

.mcc_block_item_page.noactive .mcc_bip_ico {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.mcs6v4_table_service a.noactive path {
    fill: #B5B5B5 !important;
}

@media all and (max-width: 767px) {
    .mcs6v4_table_service a {
        flex-direction: row;
        padding: 16px 20px;
        justify-content: left;
        height: auto;
    }

    .mcs6v4_table_service svg {
        margin: 0 auto;
    }

    .mcs6v4_table_service a > span {
        padding-right: 30px;
        display: block;
        width: 60px;
    }

    .mcs6v4_table_service p {
        margin: 0;
        text-align: left;
    }
}

.mts_item {
    margin-right: 88px;
}

.mcc_block_demo_out {
    position: relative;
}

.mcc_block_demo_out_in {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    content: '';
}

.tooltiptext_out {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.tooltiptext {
    visibility: hidden;
    width: 220px;
    background-color: black;
    color: #000;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #323C47;
    background: linear-gradient(180deg, #F8FDFF 0%, #EEF9FF 100%);
    border: 1px solid #C3DAEE;
    box-sizing: border-box;
    top: -90px;
    left: -90px;
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.0426956);
}

.tooltiptext:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background: url(../../../images/profile/tooltiptextaf.png);
}

.tooltiptext_out:hover .tooltiptext {
    visibility: visible;
}

@media all and (max-width: 961px) {
    .tooltiptext:after {
        left: initial;
        right: 10px;
    }

    .tooltiptext {
        left: initial;
        right: -5px;
    }
}

.mcs6v4_pagination_more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-top: 30px;
}

.mcs6v4_pagination_more a {
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: block;
    line-height: 42px;
    height: 42px;
    width: 140px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mcs6v4_plm_v_1 {
    background: #4DA1FF;
    border-radius: 4px;
}

.mcs6v4_plm_v_2 {
    background: #FD7147;
    border-radius: 4px;
}

.mcs6v4_plm_v_3 {
    background: #FF6370;
    border-radius: 22px;
}

.mcs6v4_plm_v_4 {
    background: #182961;
}

.mcs6v4_plm_v_5 {
    background: #5F5FFE;
    box-shadow: 0px 4px 0px #FFCE32;
    border-radius: 24px 24px 0px 24px;
}

.mcs6v4_plm_v_6 {
    background: #EA4A4A;
}

.mcs6v4_plm_v_7 {
    background: linear-gradient(180deg, #FF4848 0%, #FE0402 100%);
    box-shadow: 0px 10px 25px rgba(255, 44, 44, 0.54021);
    border-radius: 22px;
}

.step_domain_title {
    font-weight: 500;
    font-size: 20px;
    color: #90A0A4;
    margin-bottom: 16px;
}

.step_domain_exist {
    border: 1px solid #E9EFF4;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 16px;
}

.step_domain_exist .row > div {
    align-items: center;
    display: flex;
}

.step_domain_exist a {
    font-weight: 500;
}

.step_domain_exist_ssl,
.step_domain_exist_nossl {
    font-weight: 500;
    line-height: 21px;
}

.step_domain_exist_ssl svg,
.step_domain_exist_nossl svg,
.step_domain_exist_main svg {
    margin-right: 10px;
}

.step_domain_exist_ssl {
    color: #1CAB26;
}

.step_domain_exist_nossl {
    color: #ED3535;
}

.step_domain_btn {
    background: #F4F8F9;
    border: 2px solid #4DA1FF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    line-height: 42px;
    text-align: center;
    margin-bottom: 16px;
    color: #4DA1FF;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.step_domain_btn.active,
.step_domain_btn:hover {
    background: #4DA1FF;
    color: #fff;
}

.step_domain_service_btn a {
    width: 126px;
}

.step_domain_form_btn a {
    width: 186px;
}

.step_domain_form > div {
    display: none;
}

.step_domain_form input[type="submit"] {
    background: #4DA1FF;
    border: 2px solid #4DA1FF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    width: 186px;
    display: block;
    border: 0;
    cursor: pointer;
    line-height: 42px;
    text-align: center;
    color: #fff;
}

.step_domain_form form .row .row > div > div {
    position: relative;
    z-index: 2;
}

.step_domain_form form .row .row > div > div:after {
    position: absolute;
    padding: 0 20px 0 40px;
    height: 46px;
    left: 0;
    right: 0;
    font-size: 10px;
    color: #ED3535;
    top: 0;
    bottom: 0;
    background: url(../../../images/profile/step_domain_alert.svg) no-repeat 15px center;
    background-size: 15px 13px;
    display: flex;
    align-items: center;
    visibility: hidden;
    content: 'Поле не может быть пустым';
}

.step_domain_form form .row .row > div > div input[type="text"]::placeholder,
.step_domain_form form .row .row > div > div textarea::placeholder {
    color: #c4c4c4;
}

.step_domain_form form .row .row > div > div.warning:after {
    visibility: visible
}

.step_domain_form form .row .row > div > div.warning input[type="text"]::placeholder,
.step_domain_form form .row .row > div > div.warning textarea::placeholder {
    color: #fff;
}

@media (max-width: 960px) {
    .mcc_block > div > .row {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }

    .step_domain_exist {
        padding: 5px 20px;
    }

    .step_domain_exist .row > div {
        padding: 5px 0;
    }

}

@media (max-width: 600px) {
    .step_domain_service_btn .step_domain_btn,
    .step_domain_form_btn .step_domain_btn {
        margin: 0 auto 10px;
        display: block;
    }
}

.step_qr_title {
    font-weight: 500;
    font-size: 20px;
    color: #90A0A4;
    margin-bottom: 16px;
}

.step_qr_title span {
    color: #4DA1FF;
}

.step_qr_btn {
    background: #4DA1FF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    line-height: 46px;
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
    color: #fff;
    margin-right: 20px;
}

.step_qr_btn:hover {
    color: #fff;
}

.step_qr_row {
    width: 216px;
}

.step_qr_code_title {
    font-weight: 500;
    font-size: 14px;
    color: #363636;
    margin-bottom: 12px;
    text-align: center;
    padding: 0 10px;
}

.step_qr_code {
    background: #FFFFFF;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.132649);
    border-radius: 8px;
    padding: 18px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.mcs6v4_step_title_title {
    font-weight: 500;
    font-size: 20px;
    color: #90A0A4;
    margin-bottom: 16px;
}

.mcs6v4_step_title .mcc_block {
    margin-bottom: 16px;
}

.mcs6v4_step_title_btn {
    background: #4DA1FF;
    border-radius: 2px;
    font-weight: 500;
    font-size: 14px;
    display: block;
    line-height: 46px;
    text-align: center;
    width: 216px;
    margin-bottom: 16px;
    color: #fff;
    margin-right: 20px;
}

.mcs6v4_step_title_btn:hover {
    color: #fff;
}

.mcc_block_item_page.noactive {
    position: relative;
    z-index: 20;
}

.mcs6v4_table_promo .mcs6v4_table_item_head div,
.mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div {
    text-align: center;
}

.mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(2),
.mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(2),
.mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(3),
.mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(3),
.mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(4),
.mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(4),
.mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(5),
.mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(5) {
    width: 120px;
}

.mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(8),
.mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(8),
.mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(9),
.mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(9) {
    width: 15px;
}

.mcs6v4_table_promo .mcs6v4_table_item > div > span {
    display: none;
}

.mcs6v4_edit_promo .mcs6v4_edit_prod_body > div {
    display: flex;
}

.mcs6v4_edit_promo .mcs6v4_table_menu {
    height: 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
    margin: -20px -20px 20px;
}

.mcs6v4_edit_promo .mccbcp_add_img_row_col {
    display: flex;
    height: 42px;
    align-items: center;
}

.mcs6v4_edit_promo .mccbcp_add_img_row_col > label {
    margin-right: 14px;
    margin-bottom: 0;
}

.mcs6v4_edit_promo_r_op {
    padding-right: 0 !important;
}

.mcs6v4_edit_promo_l_op {
    padding-left: 0 !important;
}

.row_properties_edit .row a,
.row_prod_properties_edit .row a {
    display: block;
    margin-top: 36px;
    text-align: center;
}

.row_properties_edit_add,
.row_prod_properties_edit_add {
    cursor: pointer;
}

@media all and (max-width: 960px) {
    .mcs6v4_edit_promo_r_op,
    .mcs6v4_edit_promo_l_op {
        padding: 0 15px !important;
    }

    .mcs6v4_edit_promo_l_op .label_marg {
        display: none;
    }

    .mcs6v4_edit_promo .mcs6v4_edit_btn_save {
        width: 100%;
    }
}

@media all and (max-width: 1200px) {
    .mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(2),
    .mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(2),
    .mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(3),
    .mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(3),
    .mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(4),
    .mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(4),
    .mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(5),
    .mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(5),
    .mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(6),
    .mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(6) {
        width: auto;
    }

    .mcs6v4_table_promo .mcs6v4_table_item_head {
        display: none;
    }

    .mcs6v4_table_promo .mcs6v4_table_item {
        display: flex;
        flex-wrap: wrap;
        border: 1px solid #E9EFF4;
        padding: 20px;
    }

    .mcs6v4_table_promo .mcs6v4_table_item > div {
        display: flex;
        border: 0 !important;
        padding: 0 10px;
        min-height: auto;
        margin-bottom: 10px;
    }

    .mcs6v4_table_promo .mcs6v4_table_item > div > span {
        opacity: 0.6;
        white-space: nowrap;
        display: block;
        padding-right: 10px;
    }

    .mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(8),
    .mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(8),
    .mcs6v4_table_promo .mcs6v4_table_item_head div:nth-child(9),
    .mcs6v4_table_promo .mcs6v4_table_item_body .mcs6v4_table_item div:nth-child(9) {
        flex-basis: 100%;
        justify-content: center;
    }
}

.mcl_form .password_field {
    position: relative;
}

.mcl_form .password_field .eye_ico {
    display: block;
    cursor: pointer;
    position: absolute;
    content: '';
    right: 10px;
    background: url(../../../images/profile/eye_password.svg);
    width: 26px;
    height: 26px;
    top: 8px;
    z-index: 10;
}

.mcl_form .password_field input {
    padding-right: 40px;
}

/* modal */

.modal_request {
    padding: 50px 100px;
    max-width: 900px;
    background: #FFFFFF;
    box-shadow: 0px 30px 90px rgba(0, 0, 0, 0.5);
}

.modal_img {
    margin-bottom: 26px;
    position: relative;
}

.modal_title {
    font-weight: 500;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
    margin-bottom: 14px;
}

.modal_text {
    text-align: center;
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
}

.modal_form {

}

.modal_form_text {

}

.modal_form_text input {

}

.modal_form_text input:focus {
    outline: none;
}

.modal_form_btn {

}

.modal_form_btn input {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.modal_form_btn input:focus {
    outline: none;
}

.modal_form_btn input:disabled {
    background: #c4c4c4 !important;
}

.modal_checkbox {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
}

.modal_checkbox input {

}

.modal_checkbox label {
    cursor: pointer;
}

.modal_checkbox label > input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal_checkbox label > span {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 12px;
    line-height: 20px;
}

.modal_checkbox label > span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #CCCCCC;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 10px;
}

.modal_checkbox label > input:checked + span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%2365B7F6' d='M17.1632 1.67811L15.6254 0.594949C15.1999 0.296384 14.617 0.41095 14.3322 0.848381L6.79409 12.3674L3.32992 8.77769C2.96809 8.40275 2.37844 8.40275 2.01661 8.77769L0.69996 10.1421C0.338132 10.517 0.338132 11.128 0.69996 11.5064L6.02688 17.0264C6.32506 17.3354 6.79409 17.5714 7.21623 17.5714C7.63836 17.5714 8.06384 17.2972 8.33857 16.8841L17.4111 3.01471C17.6992 2.57728 17.5886 1.97668 17.1632 1.67811Z'/%3e%3c/svg%3e");
}

/* modal #modal_1 */

#modal_1.modal_request {
    border-radius: 30px;
}

#modal_1 .modal_img {
    height: 116px;
}

#modal_1 .modal_img:after {
    margin: auto;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #FE0000;
    box-shadow: 7px 7px 17px rgba(255, 44, 44, 0.54021);
    width: 88px;
    height: 88px;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

#modal_1 .modal_img svg {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

#modal_1 .modal_title {
    position: relative;
    padding-bottom: 16px;
}

#modal_1 .modal_title:after {
    position: absolute;
    content: '';
    display: block;
    width: 52px;
    height: 8px;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FE0000;
    border-radius: 5px;
}

#modal_1 .modal_text {
    color: #525252;
}

#modal_1 .modal_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#modal_1 .modal_form_text {
    position: relative;
    margin-right: -40px;
}

#modal_1 .modal_form_text input {
    background: #EEF9FF;
    border: 1px solid #C2E2FD;
    -webkit-border-radius: 24px 0 0 24px;
    border-radius: 24px 0 0 24px;
    width: 260px;
    height: 50px;
    font-size: 17px;
    padding: 0 50px 0 16px;
}

#modal_1 .modal_form_btn {
    position: relative;
    z-index: 2;
}

#modal_1 .modal_form_btn input {
    background: #FE0000;
    box-shadow: 0px 7px 17px rgba(255, 44, 44, 0.54021);
    border-radius: 24px;
    width: 156px;
    height: 50px;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1.6px;
}

#modal_1 .modal_form_btn input:disabled {
    box-shadow: 0px 7px 17px #c4c4c4;
}

#modal_1 .modal_checkbox {

}

#modal_1 .modal_checkbox input {

}

#modal_1 .modal_checkbox label > span::before {
    border: 2px solid #CCCCCC;
    border-radius: 7px;
}

#modal_1 .modal_checkbox label > input:checked + span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%2365B7F6' d='M17.1632 1.67811L15.6254 0.594949C15.1999 0.296384 14.617 0.41095 14.3322 0.848381L6.79409 12.3674L3.32992 8.77769C2.96809 8.40275 2.37844 8.40275 2.01661 8.77769L0.69996 10.1421C0.338132 10.517 0.338132 11.128 0.69996 11.5064L6.02688 17.0264C6.32506 17.3354 6.79409 17.5714 7.21623 17.5714C7.63836 17.5714 8.06384 17.2972 8.33857 16.8841L17.4111 3.01471C17.6992 2.57728 17.5886 1.97668 17.1632 1.67811Z'/%3e%3c/svg%3e");
}


/* modal #modal_2 */

#modal_2.modal_request {

}

#modal_2 .modal_img {
    height: 116px;
}

#modal_2 .modal_img:after {
    margin: auto;
    background: #FF7048;
    width: 116px;
    height: 116px;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

#modal_2 .modal_img svg {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: -10px;
    bottom: 0;
    top: 0;
    margin: auto;
}

#modal_2 .modal_title {
    font-size: 46px;
    font-weight: bold;
}

#modal_2 .modal_title span {
    color: #FF7048;
}

#modal_2 .modal_text {
    color: #888888;
    font-size: 21px;
    line-height: 27px;
}

#modal_2 .modal_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#modal_2 .modal_form_text {

}

#modal_2 .modal_form_text input {
    background: #fff;
    box-shadow: 0px 13px 29px rgba(0, 0, 0, 0.03);
    border-radius: 4px 0 0 4px;
    width: 260px;
    height: 50px;
    font-size: 17px;
    border: 0;
    padding: 0 16px;
}

#modal_2 .modal_form_btn {

}

#modal_2 .modal_form_btn input {
    width: 152px;
    height: 50px;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: 500;
    background: #FF7048;
    font-size: 16px;
    border-radius: 0px 4px 4px 0px;
}

#modal_2 .modal_checkbox {

}

#modal_2 .modal_checkbox span::before {
    border: 1px solid #CCCCCC;
    background: #fff;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

#modal_2 .modal_checkbox label > input:checked + span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23FE8B3C' d='M17.1632 1.67811L15.6254 0.594949C15.1999 0.296384 14.617 0.41095 14.3322 0.848381L6.79409 12.3674L3.32992 8.77769C2.96809 8.40275 2.37844 8.40275 2.01661 8.77769L0.69996 10.1421C0.338132 10.517 0.338132 11.128 0.69996 11.5064L6.02688 17.0264C6.32506 17.3354 6.79409 17.5714 7.21623 17.5714C7.63836 17.5714 8.06384 17.2972 8.33857 16.8841L17.4111 3.01471C17.6992 2.57728 17.5886 1.97668 17.1632 1.67811Z'/%3e%3c/svg%3e");
}

/* modal #modal_3 */

#modal_3.modal_request {
    border-radius: 30px;

}

#modal_3.modal_request > div {
    display: flex;
    align-items: center;
}

#modal_3 .modal_cont {
    padding-left: 40px;
}

#modal_3 .modal_img {
    min-width: 174px;
}

#modal_3 .modal_img:after {
    margin: auto;
    background: #FF6370;
    width: 174px;
    height: 174px;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

#modal_3 .modal_img svg {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

#modal_3 .modal_title {
    font-style: italic;
    font-size: 40px;
    color: #535B6C;
    text-align: left;
}

#modal_3 .modal_text {
    font-size: 27px;
    line-height: initial;
    color: #B5B5B5;
    text-align: left;
}

#modal_3 .modal_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#modal_3 .modal_form_text {
    position: relative;
    margin-right: -156px;
    width: 100%;
}

#modal_3 .modal_form_text input {
    -webkit-border-radius: 24px;
    border-radius: 24px;
    width: 100%;
    height: 50px;
    font-size: 17px;
    border: 0;
    box-shadow: 0px 12px 41px rgba(255, 99, 112, 0.195613);
    padding: 0 16px 0 16px;
    color: #FF6370;
}

#modal_3 .modal_form_btn {
    position: relative;
    z-index: 2;
}

#modal_3 .modal_form_btn input {
    background: #FF6370;
    box-shadow: 0px 10px 15px rgba(255, 99, 112, 0.330502);
    border-radius: 24px;
    width: 156px;
    height: 50px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

#modal_3 .modal_form_btn input:disabled {
    box-shadow: 0px 7px 17px #c4c4c4;
}

#modal_3 .modal_checkbox {
    color: #B5B5B5;
}

#modal_3 .modal_checkbox input {

}

#modal_3 .modal_checkbox label > span::before {
    border: 2px solid #CCCCCC;
    border-radius: 7px;
}

#modal_3 .modal_checkbox label > input:checked + span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23FF6370' d='M17.1632 1.67811L15.6254 0.594949C15.1999 0.296384 14.617 0.41095 14.3322 0.848381L6.79409 12.3674L3.32992 8.77769C2.96809 8.40275 2.37844 8.40275 2.01661 8.77769L0.69996 10.1421C0.338132 10.517 0.338132 11.128 0.69996 11.5064L6.02688 17.0264C6.32506 17.3354 6.79409 17.5714 7.21623 17.5714C7.63836 17.5714 8.06384 17.2972 8.33857 16.8841L17.4111 3.01471C17.6992 2.57728 17.5886 1.97668 17.1632 1.67811Z'/%3e%3c/svg%3e");
}


/* modal #modal_4 */


#modal_4.modal_request {

}

#modal_4 .modal_img {
    height: 148px;
    width: 148px;
    margin-left: auto;
    margin-right: auto;
}

#modal_4 .modal_img:before {
    margin: auto;
    background: #fff;
    border: 2px solid #000;
    border-radius: 4px;
    transform: perspective(100px) rotate3d(0, -34, 0, 160deg);
    height: 128px;
    width: 128px;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 15px;
    bottom: 0;
    top: 0;
}

#modal_4 .modal_img:after {
    margin: auto;
    background: #FFCE96;
    border-radius: 4px;
    transform: perspective(100px) rotate3d(0, -34, 0, -160deg);
    height: 128px;
    width: 128px;
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    right: 15px;
    bottom: 0;
    top: 0;
}

#modal_4 .modal_img svg {
    display: block;
    position: absolute;
    z-index: 3;
    left: 0;
    right: -10px;
    bottom: 0;
    top: 0;
    margin: auto;
}

#modal_4 .modal_title {
    font-size: 43px;
    font-weight: bold;
}

#modal_4 .modal_title span {
    color: #FFCE96;
}

#modal_4 .modal_text {
    color: #8c8c8c;
    font-size: 20px;
    line-height: 30px;
}

#modal_4 .modal_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#modal_4 .modal_form_text {

}

#modal_4 .modal_form_text input {
    background: #fff;
    border: 1px solid #C3C3C3;
    width: 260px;
    height: 50px;
    font-size: 17px;
    padding: 0 16px;
}

#modal_4 .modal_form_btn {
    padding-left: 10px;
}

#modal_4 .modal_form_btn input {
    width: 152px;
    height: 50px;
    color: #fff;
    border: 0;
    cursor: pointer;
    border-radius: 5px;
    background: #FFCE96;
    font-weight: bold;
    font-size: 18px;
}

#modal_4 .modal_checkbox {

}

#modal_4 .modal_checkbox span::before {
    border: 1px solid #CCCCCC;
    background: #fff;
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

#modal_4 .modal_checkbox label > input:checked + span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23FFCE96' d='M17.1632 1.67811L15.6254 0.594949C15.1999 0.296384 14.617 0.41095 14.3322 0.848381L6.79409 12.3674L3.32992 8.77769C2.96809 8.40275 2.37844 8.40275 2.01661 8.77769L0.69996 10.1421C0.338132 10.517 0.338132 11.128 0.69996 11.5064L6.02688 17.0264C6.32506 17.3354 6.79409 17.5714 7.21623 17.5714C7.63836 17.5714 8.06384 17.2972 8.33857 16.8841L17.4111 3.01471C17.6992 2.57728 17.5886 1.97668 17.1632 1.67811Z'/%3e%3c/svg%3e");
}


/* modal #modal_5 */

#modal_5.modal_request {

}

#modal_5.modal_request > div {
    display: flex;
    align-items: center;
}

#modal_5 .modal_cont {
    padding-left: 40px;
}

#modal_5 .modal_img {
    min-width: 152px;
}

#modal_5 .modal_img:after {
    margin: auto;
    background: #EA4A4A;
    width: 152px;
    height: 120px;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-border-radius: 14px 14px 14px 0;
    border-radius: 14px 14px 14px 0;
}

#modal_5 .modal_img:before {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #EA4A4A;
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 58px;
}

#modal_5 .modal_img svg {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

#modal_5 .modal_title {
    font-size: 43px;
    font-weight: bold;
    text-align: left;
}

#modal_5 .modal_title span {
    color: #EA4A4A;
}

#modal_5 .modal_text {
    font-size: 21px;
    line-height: initial;
    color: #888;
    text-align: left;
}

#modal_5 .modal_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#modal_5 .modal_form_text {
    position: relative;
    margin-right: -156px;
    width: 100%;
}

#modal_5 .modal_form_text input {
    width: 100%;
    height: 50px;
    font-size: 17px;
    border: 1px solid #EA4A4A;
    padding: 0 16px 0 16px;
}

#modal_5 .modal_form_btn {
    position: relative;
    z-index: 2;
}

#modal_5 .modal_form_btn input {
    background: #EA4A4A;
    width: 156px;
    height: 50px;
    border: 0;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

#modal_5 .modal_form_btn input:disabled {

}

#modal_5 .modal_checkbox {
    color: #555;
    justify-content: end;
}

#modal_5 .modal_checkbox input {

}

#modal_5 .modal_checkbox label > span::before {
    border: 2px solid #EA4A4A;
    border-radius: 0;
    background: #F7F7F7;
}

#modal_5 .modal_checkbox label > input:checked + span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3e%3cpath fill='%23EA4A4A' d='M17.1632 1.67811L15.6254 0.594949C15.1999 0.296384 14.617 0.41095 14.3322 0.848381L6.79409 12.3674L3.32992 8.77769C2.96809 8.40275 2.37844 8.40275 2.01661 8.77769L0.69996 10.1421C0.338132 10.517 0.338132 11.128 0.69996 11.5064L6.02688 17.0264C6.32506 17.3354 6.79409 17.5714 7.21623 17.5714C7.63836 17.5714 8.06384 17.2972 8.33857 16.8841L17.4111 3.01471C17.6992 2.57728 17.5886 1.97668 17.1632 1.67811Z'/%3e%3c/svg%3e");
}


@media all and (max-width: 767px) {
    .modal_request {
        padding: 20px;
    }

    .modal_form {

    }

    .modal_form_text {
        order: 1;
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .modal_form_btn {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .modal_checkbox {
        order: 2;
        max-width: 170px;
    }

    .modal_checkbox span {
        font-size: 12px;
        line-height: 19px;
    }

    .modal_title {
        font-size: 22px !important;
        line-height: 26px !important;
    }

    .modal_text {
        font-size: 16px !important;
        line-height: 22px !important;
    }

    #modal_1 .modal_img {
        height: 77px;
        margin-bottom: 14px;
    }

    #modal_1 .modal_img:after {
        height: 55px;
        width: 55px;
    }

    #modal_1 .modal_img svg {
        height: 39px;
        width: 9px;
    }

    #modal_1 .modal_form_text {
        margin: 0;
    }

    #modal_1 .modal_form_text input {
        border-radius: 24px;
    }

    #modal_1 .modal_form_btn {
        margin-top: 10px;
    }

    #modal_2 .modal_img {
        height: 88px;
        margin-bottom: 14px;
    }

    #modal_2 .modal_img:after {
        height: 88px;
        width: 88px;
    }

    #modal_2 .modal_img svg {
        height: 56px;
        width: 45px;
        right: -8px;
    }

    #modal_2 .modal_form_text {
        order: 1;
        display: flex;
        justify-content: center;
        width: 158px;
    }

    #modal_2 .modal_form_text input {
        font-size: 14px;
        padding-right: 0;
        padding-left: 10px;
        width: 158px;
    }

    #modal_2 .modal_form_btn {
        order: 2;
        display: flex;
        justify-content: center;
        width: 100px;
    }

    #modal_2 .modal_form_btn input {
        font-size: 14px;
        font-weight: 400;
        padding: 0;
    }

    #modal_2 .modal_checkbox {
        order: 3;
    }

    #modal_3.modal_request > div {
        flex-direction: column;
    }

    #modal_3 .modal_img {
        height: 84px;
    }

    #modal_3 .modal_img:after {
        width: 84px;
        height: 84px;
    }

    #modal_3 .modal_img svg {
        height: 38px;
    }

    #modal_3 .modal_cont {
        padding: 0;
    }

    #modal_3 .modal_title,
    #modal_3 .modal_text {
        text-align: center;
    }

    #modal_3 .modal_form_text {
        margin-right: 0;
        justify-content: center;
        display: flex;
    }

    #modal_3 .modal_form_text input {
        max-width: 250px;
    }

    #modal_3 .modal_form_btn {
        margin-top: 10px;
    }

    #modal_4 .modal_img {
        width: 90px;
        height: 90px;
    }

    #modal_4 .modal_img svg {
        height: 50px;
    }

    #modal_4 .modal_img:before {
        height: 80px;
        width: 80px;
        left: 4px;
    }

    #modal_4 .modal_img:after {
        height: 80px;
        width: 80px;
        right: 4px;
    }

    #modal_4 .modal_form_btn {
        margin-top: 10px;
    }

    #modal_5.modal_request > div {
        flex-direction: column;
    }

    #modal_5 .modal_img {
        height: 90px;
        width: 90px;
        min-width: 90px;
    }

    #modal_5 .modal_img:after {
        width: 90px;
        height: 70px;
    }

    #modal_5 .modal_img:before {
        border-right: 20px solid transparent;
        border-top: 20px solid #EA4A4A;
        top: 79px;
    }

    #modal_5 .modal_img svg {
        height: 38px;
    }

    #modal_5 .modal_cont {
        padding: 0;
    }

    #modal_5 .modal_title,
    #modal_5 .modal_text {
        text-align: center;
    }

    #modal_5 .modal_form_text {
        margin-right: 0;
        justify-content: center;
        display: flex;
    }

    #modal_5 .modal_form_text input {
        max-width: 250px;
    }

    #modal_5 .modal_checkbox {
        justify-content: center;
    }

    #modal_5 .modal_form_btn {
        margin-top: 10px;
    }
}

html {
    height: 100% !important;
}

body {
    min-height: 100% !important;
    height: auto !important;
}

/*promo end*/

/*---catalog-category-10112020-start---*/
.mcs6v4_table_item {
    background: #fff;
}

.sortable_cat ol li {
    margin-left: 36px;
    width: calc(100% - 36px);
    position: relative;
}

.sortable_cat .mcs6v4_table_item {
    position: relative;
    z-index: 2;
}

.mcs6v4ti_act {
    position: relative;
    z-index: 2;
}

.mcs6v4ti_act > .mcs6v4_table_item > div:first-child {
    padding-left: 50px;
    position: relative;
}

/*
.sortable_cat li li .mcs6v4_table_item > div:first-child {
  padding-left: 16px !important;
}
*/
.sortable_cat li li .mcs6v4ti_par_cl {
    display: none !important;
}

.sortable_cat ol > li:before {
    left: -18px;
    top: -42px;
    content: '';
    display: block;
    height: calc(100% + 12px);
    border-left: 1px dashed #AAB4BB;
    position: absolute;
    z-index: 0;
}

.sortable_cat ol > li:after {
    left: -18px;
    top: 0;
    content: '';
    display: block;
    width: 18px;
    bottom: 0;
    margin: auto;
    height: 1px;
    border-top: 1px dashed #AAB4BB;
    position: absolute;
    z-index: 0;
}

.mcs6v4ti_par_cl {
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    background: #4DA1FF;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 100px;
    border-radius: 100px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mcs6v4ti_par_cl.active {
    background: green;
}

.mcs6v4ti_par_cl:after {
    position: absolute;
    width: 60%;
    height: 2px;
    background: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
}

.mcs6v4ti_par_cl:before {
    position: absolute;
    height: 60%;
    width: 2px;
    background: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    display: block;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.mcs6v4ti_par_cl.active:before {
    opacity: 1;
}

.mcs6v4ti_par_cl {
    display: none;
}

.mcs6v4ti_act .mcs6v4ti_par_cl {
    display: block;
}

.sortable_cat {
    padding: 0;
}

.sortable_cat li {
    list-style: none;
}

.sortable_cat li .mcs6v4_table_title {
    padding: 0 !important;
}

.hide_ac {
    display: none;
}

.sortable_cat li .mcs6v4_table_item > div:first-child {
    padding-left: 15px !important;
}

.sortable_cat li.mcs6v4ti_act > .mcs6v4_table_item > div:first-child {
    padding-left: 50px !important;
    position: relative;
}

.mcs6v4ti_par_cl {
    left: 56px;
}

.mcs6v4ti_par_ch {
    width: 40px;
    height: 24px;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
}

.mcs6v4ti_par_ch:after {
    position: absolute;
    background: url(../../../images/profile/ico_arrow.png);
    width: 20px;
    height: 24px;
    top: 0;
    content: '';
    left: 0;
    display: block;
}

.mcs6v4ti_par_ch:before {
    position: absolute;
    background: url(../../../images/profile/ico_arrow.png);
    width: 20px;
    height: 24px;
    top: 0;
    right: 0;
    content: '';
    display: block;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mcs6v4thr_cat {
    display: flex;
}

.mcs6v4thr_cat > a {
    margin-right: 5px;
}

.mcs6v4thr_cat > form {
    margin-right: 5px;
}

.mcs6v4tih_cat_t {
    width: auto !important;
    text-align: left !important;
    padding-left: 24px !important;
}

/*---catalog-category-10112020-end---*/

/*---design-fonts-21122020-start---*/

.step_form_test {

}
.step_form_test_title {

}
.step_form_test_subtitle {

}
.step_form_test {
    background: #FFFFFF;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.132649);
    border-radius: 8px;
    padding:20px;
}
.step_form_test > label {
    color:#B6B7B8;
    margin:0;
}
.step_form_test > div {
    padding: 12px 0;
    line-height:initial;
}

.step_5_sortable {
    padding:0;
}
.step_5_sortable li {
    list-style:none;
    padding:0 0 15px;
    display:flex;
}
.step_5_sortable li > div:last-child {
    width: 100%;
}
.step_5_sortable li > div .step_5_att_img {
    float:left;
    margin:0 16px 0 0;
}
.step_5_sortable li .step_5_sortable_mov {
    width: 40px;
    min-width:40px;
    margin: auto;
    height: 24px;
    z-index: 20;
    position:relative;
}
.step_5_sortable li .step_5_sortable_mov:after {
    position: absolute;
    background: url(../../../images/profile/ico_arrow.png);
    width: 20px;
    height: 24px;
    top: 0;
    content: '';
    left:-0;
    display: block;
}
.step_5_sortable li .step_5_sortable_mov:before {
    position: absolute;
    background: url(../../../images/profile/ico_arrow.png);
    width: 20px;
    height: 24px;
    top: 0;
    right:-0;
    content: '';
    display: block;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sortable_faq {
    padding:0;
}
.sortable_faq li {
    list-style:none;
}
.sortable_faq .spoiler-wrapper {
    margin-left:40px;
}
.sortable_faq .sortable_faq_mov  {
    width: 40px;
    min-width:40px;
    height: 24px;
    position:absolute;
    left:-50px;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 20;
}
.sortable_faq .sortable_faq_mov:after {
    position: absolute;
    background: url(../../../images/profile/ico_arrow.png);
    width: 20px;
    height: 24px;
    top: 0;
    content: '';
    left:0;
    display: block;
}
.sortable_faq .sortable_faq_mov:before {
    position: absolute;
    background: url(../../../images/profile/ico_arrow.png);
    width: 20px;
    height: 24px;
    top: 0;
    right:0;
    content: '';
    display: block;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

/*---design-fonts-21122020-end---*/

/*---sortable-faq-start---*/
.step_5_sortable.step_5_att_row > li > div > p.step_5_att_title > input[type="text"] {
    width: auto;
}
.mcc_block_file_file > .step_5_sortable_file_mov {
    background: none;
    position: relative;
    width: 40px;
    margin-right: 0;
}
.mcc_block_file_file > .step_5_sortable_file_mov:before,
.mcc_block_file_file > .step_5_sortable_file_mov:after{
    width: 24px;
    height: 24px;
    top: 0;
    content: '';
    left:0;
    display: block;
    position: absolute;
    background-image: url(../../../images/profile/ico_arrow.png);
    background-repeat: no-repeat;
    background-size: contain;

}
.mcc_block_file_file > .step_5_sortable_file_mov:after{
    left: auto;
    right: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
ol.step_5_sortable_file {
    padding-inline-start: 0;
}
/*---sortable-faq-end---*/

/*---rotate-gallery-img-start---*/
.step_5_att_img_rott {
    width: 24px;
    height: 24px;
    display: flex;
    opacity: 0.4;
    background: url(../../../images/profile/rotate.svg);
    background-size: contain;
    cursor: pointer;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    margin-top: 10px;
}
/*---rotate-gallery-img-end---*/
