.cn_block {
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    border-radius: 4px;
    background-color: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    margin-left: 22px;
    margin-bottom: 22px;
}

.cn_block_hor {
    display: table;
    border-collapse: separate;
    width: calc(100% - 22px);
    margin-left: 22px;
    margin-bottom: 22px;
}
.cn_block_hor > .cn_block {
    display: table-cell;
    width: 65%;
}
.cn_block_hor > .cn_block.links {
    border-left: 22px solid transparent;
    background-clip: padding-box;
}

@media all and (max-width: 991px){
    .cn_block_hor, .cn_block_hor > .cn_block {
        display: block;
        width: auto;
    }
    .cn_block_hor {
        margin: 0;
    }
    .cn_block_hor > .cn_block.links {
        border: 0;
    }
    .private-data-block {
        display: block;
        width: calc(100% - 20px)!important;
    }
}
@media all and (max-width: 767px){
    .private-data-block {
        width: 100%!important;
    }
    .private-data-block.links {
        margin-left: 0;
    }
}
/*@media all and (min-width: 1000px){
    .cn_block_right { margin-left: 0px; }
}*/

.cn_block.login {
    margin-left: 0px;
}
@media all and (max-width: 767px){
    .cn_block {
        margin-left: 0;
    }
}
.login h3 {
    font-size: 130%;
    margin-top: 5px;
    font-weight: normal;
}
.login .banner {
    width: 100
}

/* control */
.cn_block_header {
    color: #89bf42;
    padding: 10px 20px;
    font: 400 100% 'Roboto', sans-serif;
    letter-spacing: 1px;
    border-radius: 4px 4px 0 0;
    font-size: 22px;
}
.cn_block_content{
    padding: 4px 20px 20px;
}
.cn_block_header.error{
    background: #bd604a;
}
.cn_block_item {
    font-family: Roboto, sans-serif;
    min-height: 25px;
    padding: 10px 0;
    /* padding: 10px 0 0 0; */
}
/*@media all and (max-width: 768px){.cn_block_item {min-height: 65px;}}*/
.cn_block_item:hover {
    background-color: #dfe2e0;
}
.cn_block_item_name {
    display: inline-block;
    width: 38%;
    vertical-align: middle;
    text-align: right;
    padding-right: 1em;
}
.cn_block_item_value {
    display: inline-block;
    font: 500 100% "Roboto", sans-serif;
    vertical-align: middle;
    max-width: 60%;
}
.cn_block_item_value .icon{
    font-size: 70%;
    top: -1px;
    margin-left: 4px;
    color: #89bf42;
}
.cn_block_item_links {
    display: inline-block;
    vertical-align: middle;
    float: right;
    z-index: 3;
    margin-top: -3px;
    text-align: right;
}

.cn_block_item:hover {
    background-color: white;
}
.cn_block.links .cn_block_item {
    min-height: 25px;
}
.cn_block.links .icon {
    color: #89bf42;
    font-size: 90%;
    min-width: 13px;
}
.cn_block.links .disabled,
.cn_block.links .disabled .icon {
    color: #a9a9a9;
}

.cn_block_item_value ul, .cn_block_item_value ol {
    padding-left: 17px;
}
@media all and (max-width: 992px){
    .cn_block_item_value {
        max-width: 47%;
    }
}
@media all and (max-width: 468px){
    .cn_block_item_name, .cn_block_item_value, .cn_block_item_links {
        width: 100%;
        max-width: 100%;
    }
    .cn_block_item_links {
        float: none;
    }
    .cn_block_item_name {
        text-align: left;
    }
}
.cn_block_item  .title{
    font: 500 130% 'Roboto', sans-serif;
}
.cn_block  .price{
    font: 300 100% 'Roboto', sans-serif;
    font-size: 80%;
}


.cn_block_content_rows .cn_block_item {
    padding: 0;
}
.cn_block_content_rows .cn_block_item .cn_block_item_value {
    max-width: 100%!important;
}
.cn_block_content_rows .cn_block_item .cn_block_item_value > input:not([type="file"]):not([type="radio"]):not([type="checkbox"]),
.cn_block_content_rows .cn_block_item .cn_block_item_value > select,
.cn_block_content_rows .cn_block_item .cn_block_item_value > textarea  {
    width: 100%;
    max-width: 100%;
}
.cn_block_content_rows .cn_block_item .cn_block_item_name{
    width: auto;
    display: block;
    vertical-align: top;
    text-align: left;
}
.cn_block_content_rows input:not([type="file"]):not([type="radio"]):not([type="checkbox"]), .cn_block_content_rows textarea, .cn_block_content_rows select {
    margin-bottom: 19px!important;
}
.cn_block_content_rows input::-webkit-input-placeholder {
  color: #cccccc;
}
.cn_block_content_rows input::-moz-placeholder {
  color: #cccccc;
}
.cn_block_content_rows input:-ms-input-placeholder {
  color: #cccccc;
}
.cn_block_content_rows input:-moz-placeholder {
  color: #cccccc;
}

.cn_block_content_rows .input_error_help{
    margin: -19px 0 0;
}
@media all and (max-width: 419px){
    .cn_block_content_rows .cn_block_item .cn_block_item_value{
        width: 100%;
    }
}
@media all and (min-width: 457px){
    .cn_block_content_rows .cn_block_item .cn_block_item_value{
        width: 420px;
    }
}

/* table стиль в две колонки в правой предпологается значек карандаша */
.cn_block_content_rows .cn_block_item_value.table{
    display: table;
    margin: 0;
}
.cn_block_content_rows .cn_block_item_value.table .col{
    display: table-cell;
}
.cn_block_content_rows .cn_block_item_value.table .col.one{
    width: 100%;
}
.cn_block_content_rows .cn_block_item_value.table .col.one input,
.cn_block_content_rows .cn_block_item_value.table .col.one select,
.cn_block_content_rows .cn_block_item_value.table .col.one textarea {
    width: 100%;
}
.cn_block_content_rows .cn_block_item_value .icon.fa {
    font-size: 20px;
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 0 0 0 5px;
}
.cn_block_content_rows .cn_block_item_value .icon.fa.inactive {
    color: #6d6d6d;
}
.cn_block_content_rows fieldset {
	border: 1px solid #c0c0c0;
	padding: 10px;
	border-radius: 7px;
	margin-bottom: 20px;
}
.cn_block_content_rows legend {
    display: block;
    width: auto;
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: inherit;
    color: #3b4952;
    border: 0;
}
.cn_block_content_rows .additional {
    font-size: 10px;
    margin: -19px 0 0;
    display: block;
}
.cn_block_content_rows .additional.attention {
	color: #a94442!important;
}
.cn_block_content_rows .additional.info {
	color: #91c84a!important;
}
.change_contact_details .input_error_help + .additional {
    display: none;
}
/* стиль table*/

/* dvo */

.cn_block_dvo {
    padding: 0 0 30px 0;
    min-height: 24em;
    margin-top: 5px;
    padding: 0 0 40px 0;
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(33.333% - 20px);
    width: calc(33.333% - 20px);
    border-radius: 6px;
    border: 1px solid #c9d4df;
}
.cn_block_dvo_two {
    width: calc(50% - 20px);
}
.cn_block_dvo:not(:nth-child(3n+3)) {
    margin-right: 25px;
}
.cn_block_dvo.cn_block_dvo_two:not(:nth-child(3n+3)) {
    margin-right: 0;
}
.cn_block_dvo.cn_block_dvo_two:not(:nth-child(2n+2)) {
    margin-right: 25px;
}
.cn_block_dvo:first-child {
    margin-left: 0px;
}
@media all and (max-width: 991px){
    .cn_block_dvo {
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
    }
    .cn_block_dvo:not(:nth-child(3n+3)) { margin-right: auto; }
    .cn_block_dvo:not(:nth-child(2n+2)) { margin-right: 25px; }
}
@media all and (max-width: 768px){
    .cn_block_dvo {
        width: 100%;
    }
}

.cn_block_dvo_img {
    display: inline-block;
    width: 8%;
    vertical-align: middle;
}
.cn_block_dvo_name {
    font: 400 100% 'Roboto', sans-serif;
    font-size: 14px;
    padding: 12px;
    background: #89bf42;
    color: white;
    border-radius: 5px 5px 0 0;
    text-align: left;
    padding: 6px 12px;
    font-size: 20px;
}
.cn_block_dvo_value {
    padding: 13px;
}
.cn_block_dvo_value img {
    width: 100%;
    margin-bottom: 0.5em;
}
.cn_block_dvo_link {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    left: 0px;
    right: 0px;
    bottom: 15px;
    padding: 0 15px;
}
.cn_block_dvo_link a {
    float: left;
    color: #89bf42;
}
.cn_block_dvo_link a:hover {
    color: #489600;
}
.cn_block_dvo_link .button {
    float: right;
    margin-top: -5px;
}

.cn_block_dvo2 {
    display: inline-block;
    padding: 15px 0;
    border-bottom: 1px solid #D3DDDD;
    width: 100%;
}
.cn_block_dvo2 > * {
    display: inline-block;
    vertical-align: middle;
}
.cn_block_dvo2_img {
    width: 40px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
.cn_block_dvo2_img .fa{
    background-color: #91C84A;
    color: white;
    font-size: 28px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 5px;
}
.cn_block_dvo2_name {
    font-weight: 600;
    font-size: 120%;
    min-width: 120px;
    display: inline-block;
    vertical-align: super;
}
.cn_block_dvo2_img_and_name {
    width: calc(25% + 50px);
}
.cn_block_dvo2_img_and_name > .cn_block_dvo2_name {
    width: calc(100% - 55px);
}
.cn_block_dvo2_desc {
    width: calc(75% - 180px);
    padding-right: 10px;
    font-size: 14px;
}
.cn_block_dvo2_link {
    float: right;
}
.cn_block_dvo2_btn {
    text-align: center;
    width: 110px;
}
.cn_block_dvo2_btn > .button {
    height: auto;
    padding: 6px;
    width: 100%;
}
.cn_block_dvo2_btn > .button:before {
    content: none;
}
@media all and (max-width: 991px){
    .cn_block_dvo2_img_and_name {
        width: calc(40% + 30px);
    }
    .cn_block_dvo2_desc {
        width: calc(60% - 160px);
    }
}
@media all and (max-width: 567px){
    .cn_block_dvo2_img_and_name {
        width: calc(100% - 110px);
    }
    .cn_block_dvo2_desc {
        width: 100%;
    }
    .cn_block_dvo2_btn {
        right: 0;
        top: 25px;
        position: absolute;
    }
}

/* main */

.cn_block.main {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 15px 25px;
}
.cn_block.letter {
    background: #fff url(/img/pa-back.png) no-repeat 0 100%;
}
.cn_main_icon {
    flex: 1 1 50px;
    text-align: center;
    min-width: 115px;
}
.cn_main_letter {
    flex: 4 1 200px;
}
.cn_main_letter_head{
    padding-bottom: 20px;
}
.cn_main_letter_person {
    font: 400 250% "Roboto", sans-serif;
    color: #89bf42;
    text-transform: capitalize;
}
.cn_main_letter_message {
    font: 300 140% "Roboto", sans-serif;
}
.cn_main_conditions_top {
    display: flex;
    flex-wrap: wrap;
}
.cn_main_conditions_bottom {
    border-top: 1px solid #92aaaa;
}
.cn_main_conditions_top p , .cn_main_conditions_bottom p{
    padding: 15px 0;
    margin: 0;
    font-size: 140%;
}
.cn_main_conditions_top p {
    border-top: 1px solid #92aaaa;
}
.cn_main_conditions_bottom p {
    border-bottom: 1px solid #92aaaa;
}
.cn_block.main .conditions-block {
    flex: 1 1 250px;
}
.cn_block.main .conditions-block + .conditions-block {
    margin-left: 10px;
}
.cn_block.main .conditions-block-name {
    background: #f8f9f9;
    font-family: 'Roboto';
    font-size: 100%;
    padding: 15px 45px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0;
}
.cn_block.main .conditions-block-p {
    padding: 15px 0;
    margin: 0;
    font-size: 140%;
}
.cn_block.main .feedback-block {
    padding: 40px 0 25px 0;
    text-align: right;
    font-size: 110%;
}
.cn_block.main .reminder{
    color: #89bf42;
    padding: 15px 20px;
    text-decoration: none;
}

/* notice */
.notice .cn_block_content {
    padding: 20px 20px;
}
.cn_block .notice {
    background: #edf1f1;
}
.notice .notice_item {
    background: #fff;
    padding: 5px 19px 0px;
}
.notice .notice_item:not(:last-child){
    margin-bottom: 5px;
}
.notice .notice_item_text{
    display: inline-block;
    width: calc(100% - 55px);
    padding: 5px 10px;
}
.notice .notice_title {
    font-size: 165%;
    color: #669b20;
}
.notice .notice_item .arrow{
    cursor: pointer;
    left: calc(100% - 27px);
    position: absolute;
    top: 28px;
    width: 13px;
    height: 9px;
    font-size: 20px;
    font-weight: 900;
    color: #89bf42;
}
.notice .notice_date{
    color: #8b8a8a;
    margin-right: 20px;
    display: inline-block;
}
.notice .see_later{
    color: #89bf42;
}
.notice .have_seen{
    margin-top: 10px;
}
.notice_item.active .arrow{
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.notice .cn_block_content {
    max-height: 70px; /*272px;*/
    overflow: auto;
    background: #edf1f1;
    padding: 0;
}
.cn_block_content.no-max{
    max-height: none;
}
/* .notice .cn_block_content::-webkit-scrollbar-thumb { */
    /* background: #89bf42!important; */
/* } */
/* .notice .cn_block_content::-webkit-scrollbar { */
    /* width: 4px; */
/* } */
/* .notice .notice_item.good{ */
    /* background-color: #eaffec; */
/* } */
/* .notice .notice_item.warning{ */
    /* background-color: #ffffe8; */
/* } */
/* .notice .notice_item.danger{ */
    /* background-color: #ffeaea; */
/* } */
.notice_item_img {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: top;
}
.notice_item_img.good {
    background: url('/img/icons/notice-good.png') no-repeat;
    background-size: cover;
}
.notice_item_img.warning {
    background: url('/img/icons/notice-warning.png') no-repeat;
    background-size: cover;
}
.notice_item_img.danger {
    background: url('/img/icons/notice-danger.png') no-repeat;
    background-size: cover;
}
.notice_item_img .fa {
    font-size: 50px;
    color: #89bf42;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}

.notice_item_img .fa-times-circle:before,
.notice_item_img .fa-exclamation-circle:before
{
    position: relative;
    top: -5px;
    left: -2.5px;
}

.notice_item_img .fa-exclamation-circle{
    background-color: #e4e400;
}
.notice_item_img .fa-times-circle{
    background-color: #ff3434;
}
.notice .notice_content{
    display:none;
    background-color: #fff;
    width: calc(100% - -38px);
    left: -19px;
    padding: 10px 0 10px 82px;
    font-size: 115%;
    text-align: justify;
    padding-right: 20px;
}
.notice .notice_content a {
    color: #489600;
}
.notice .notice_content .notice_date{
    padding: 20px;
    display: inline-block;
    width: 18%;
    vertical-align: top;
}
.notice .notice_content .notice_text{
    display: inline-block;
    padding: 20px;
    vertical-align: top;
}
.notice .line_arrow_close {
    border-bottom: 1px solid #669b20;
    width: 100%;
    height: 20px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(237,241,241,1) 100%);
    text-align: center;
    margin-top: -10px;
    cursor: row-resize;
}
.notice .arrow_close {
    font-size: 170%;
    color: #fff;
    background-color: #669b20;
    width: 30px;
    height: 20px;
    display: block;
    font-weight: 900;
    text-align: center;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
    margin: 0 auto;
}
.notice .arrow_close.cl:before {
    display: block;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.alert-after-notices {
    position: absolute;
    z-index: 99;
    width: 40%;
    text-align: center;
    right: 0;
    top: 0;
    opacity: 0;
    display: none;
}
.alert-after-notices.active {
    display: block;
    opacity: 0.8;
}
.alert-after-notices a {
    color: white;
    font-weight: bold;
}
@media all and (max-width: 420px){
    .notice .notice_content {
        padding-left: 20px;
    }
    .notice_item_img, .notice .notice_item_text {
        vertical-align: middle;
    }
}

/*profile*/

.profile .cn_block_item:hover {
    background-color: #fff;
}
.profile .cn_block_item_name {
    width: 30%;
}
.profile .cn_block_item_value {
    width: 69%;
    max-width: none;
}

.change_tariff td{
    font-size: 80%;
}
.change_tariff td:nth-child(2){
    border-style: solid;
    border-color: #CDD7E1;
    border-width: 0 1px;
}

/*captcha*/

.vm_captcha,
.vm_modal_captcha
{
    height: 78px;
}

.v_captcha,
.v_modal_captcha
{
    display: none;
}

.v_captcha.visible,
.v_modal_captcha.visible
{
    display: block!important;
}

.vm_captcha .v_captcha > input,
.vm_captcha .v_captcha  > img,
.vm_modal_captcha .v_modal_captcha > input,
.vm_modal_captcha .v_modal_captcha  > img,
{
    display: inline-block;
}

.vm_captcha .v_captcha > input,
.vm_modal_captcha .v_modal_captcha > input
{
    width: calc(100% - 125px);
    display: inline-block;
}

.vm_captcha .g-recaptcha,
.vm_captcha .h-captcha,
.vm_modal_captcha .v_modal_recaptcha
{
    position: absolute;
    top: 0;
    width: 304px;
}

@media (max-width: 767px){
    .vm_captcha,
    .vm_modal_captcha
    {
        max-width: 100%;
    }

    .vm_captcha .g-recaptcha,
    .vm_captcha .h-captcha,
    .vm_modal_captcha .v_modal_recaptcha
    {
    }
}

/*#pay_page*/
.pay_page_form {
    margin-bottom: 2em;
}
.pay_services_forms {
    display: none;
}
.pay_radio_img small{
    font-size: 70%;
    margin-top: -0.7em;
    display: block;
    margin-left: 10px;
    color: #6d6d6d;
}
.pay_radio_img input {
    margin-top: 15px;
}

.pay_link_img {
    margin: 0 20px;
}
.pay_link_img:hover {
    color: #489600;
}
.vega_modal a.pay_link_text{
    color: #3b4952;
}
.vega_modal a.pay_link_text:hover{
    color: #489600;
}
.pay_link_text .fa{
    color: #489600;
}


/*banner*/
.banner img {
    width: 100%;
}
.banner .banner-link {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.aside_banner {
    padding: 1em 0;
    text-align: center;
}
.aside_banner a{
    display: inline-block;
    width: 100%;
}
.aside_banner a > img{
    width: 100%;
}
@media (max-width: 767px){
    .aside_banner {
        display: none;
    }
}
/*table*/
.table-striped thead td {
    font-weight: 500;
}

.vm_f {
    max-width: 840px;
}
.vm_f .col {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.vm_f .col.one {
    text-align: left;
    padding-right: 20px;
}
.vm_f .col .cn_block_content_rows > div:last-child {
    margin-top: 0;
    margin-bottom: 15px;
}
@media (max-width: 460px){
    .vm_f {
        max-width: none;
    }
}
@media (max-width: 768px){
    .vm_f .col {
        display: block;
        width: 100%;
    }
    .vm_f .col.one {
        padding-right: 0;
    }
}
@media (max-width: 1091px){
    .vm_f .col .cn_block_content_rows .cn_block_item .cn_block_item_value {
        width: 100%;
    }
}
.not_modal .col {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
@media (max-width: 991px){
    .not_modal .col {
        width: 100%;
    }
}

.iptv_packet .price {
	display: table;
	width: 100%;
	background: #f2f9ea;
    padding: 8px 20px;
    margin: 5px 0 15px;
}
.iptv_packet .price > div {
	display: table-cell;
}
.iptv_packet .price_text {
	font-weight: 600;
	font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
}
.iptv_packet .price_sum {
	font-size: 23px;
    font-weight: 600;
    margin: 0;
	text-align: right;
}
.iptv_packet .price_sum .uah_w_vat {
	font-size: 14px;
    text-transform: uppercase;
    margin-left: 5px;
}
.iptv_packet .desc {
    font-size: 15px;
	min-height: 40px;
    text-align: justify;
}
.iptv_packet .status {
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    right: 13px;
    top: 6px;
}
.iptv_packet .cn_block_dvo_name {
    font-size: 16px;
}
@media all and (max-width: 991px){
    .iptv_packet .cn_block_dvo.cn_block_dvo_two{
        display: block;
        width: 100%;
    }
}
.burgundy {
    color: #a23030;
}
.troubleticket .show_content.icon {
    color: #89bf42;
    cursor: pointer;
}

.button.inactive {
    background-color: #6d6d6d;
}
#vega_internet_change_tariff .tariff_agreement_text {
    overflow: auto;
    height: 300px;
    /*max-width: 800px;*/
}
.status_active {
    color: #89bf42 !important;
}
.status_blocked {
    color: #a23030 !important;
    font-weight: 600 !important;
}
.documents .cn_block
{
    font-size: 14px;
}
.documents .cn_block a img
{
    padding-right: 10px;
}
.centered
{
    text-align: center !important;
}
.nowrap
{
    white-space: nowrap;
}
iframe.speedtest
{
    width: 700px;
    height: 650px;
}
@media (max-width: 750px)
{
    iframe.speedtest
    {
        width: 100%;
    }
}

.share_documents .top_block
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.share_documents .left_block
{
    width: calc(100% - 220px);
    float: left;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    margin-right: 20px;
}

.share_documents .right_block
{
    width: 200px;
    float: right;
    text-align: center;
    margin-bottom: 15px;
}

.share_documents .left_block #countdown_block
{
    margin-top: 10px;
    margin-bottom: 20px;
}

@media all and (max-width: 767px)
{
    .share_documents .left_block, .share_documents .right_block
    {
        clear: both;
        float: none;
        width: 100%;
    }
    .share_documents .left_block
    {
        margin-bottom: 20px;
    }
}
