@charset "utf-8";

/* CSS Document */

html {
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto Slab', serif;
    font-size: 0.8em;
    color: #212121;
}

h1,
h2,
p,
ul,
ol,
li,
form {
    margin: 0;
    padding: 0;
    border: none;
}

input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e0e0e0;
}

a {
    color: #212121;
}

ol {
    margin: 20px 0 0 12px;
}

ol li {
    margin-bottom: 5px;
}

p {
    margin: 20px 0 0 0;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

hr {
    border: none;
    border-bottom: 1px solid #e0e0e0;
    margin: 1em 0 0 0;
    height: 10px;
    width: 100%;
    display: block;
}

img {
    vertical-align: middle;
    border: none;
}

.button {
    background-color: #ef6c00;
    display: inline-block;
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.5s ease;
    font-weight: 700;
    border:0;
    font-family: 'Roboto Slab', serif;
}

.button:hover {
    background-color: #fb892a;
}

#main_header {
    background-color: #fdd835;
    padding: 2em 0;
    margin-bottom: 15px;
}

.outer {
    max-width: 1140px;
    margin: 0 auto;
}

.logo {
    line-height: 0;
    float: left;
}

.header_info {
    text-align: right;
}

.header_info .phone_number {
    background: url(../img/phone_icon.png) left center no-repeat;
    padding: 0 0 0 70px;
    height: 45px;
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.header_info .phone_number small {
    display: block;
    font-size: 11px;
    line-height: 14px;
}

.header_info .email_address {
    background: url(../img/email_icon.png) left center no-repeat;
    padding: 0 0 0 55px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 20px;
    text-decoration: none;
    margin-left: 5%;
}

.header_info .email_address small {
    display: block;
    font-size: 11px;
}

#main_menu {
    background: url(../img/bg_menu.gif) left bottom repeat-x;
    margin-bottom: 60px;
}

#main_menu li {
    float: left;
    list-style: none;
    position: relative;
}

#main_menu li a {
    text-decoration: none;
    display: block;
    padding: 24px 40px;
}

#main_menu li .active,
#main_menu li a:hover {
    border-bottom: 2px solid #212121;
    padding-bottom: 22px;
}


@media screen and (max-width:640px) {
	#main_menu li {
		white-space: nowrap;
	}

	#main_menu li a {
		padding: 20px 10px;
	}
}

.side_info {
    background: url(../img/info_icon.png) left top no-repeat;
    float: right;
    width: 220px;
    font-size: 0.9em;
    color: #616161;
}

.side_info p {
    padding: 0 0 0 75px;
    line-height: 1.7em;
}

.main_content {
    margin: 0 260px 0 0;
    padding-bottom: 70px;
}

.title_h2 {
    font-weight: 700;
    font-size: 2.1em;
    margin-bottom: 20px;
}

.main_content .methods {
    margin-bottom: 30px;
    font-size: 1.2em;
    color: #616161;
}

.index_form {
    background-color: #f5f5f5;
    text-align: center;
    padding: 3em 1em;
}

.index_form .form_content {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.index_form .or_content {
    display: inline-block;
    vertical-align: middle;
    padding-top: 70px;
    font-size: 1.2em;
    width: 10%;
}

.index_form .form_content label {
    display: block;
    margin: 0 0 6px;
}

.index_form .form_content .last_label {
    margin-bottom: 30px;
}

.index_form .form_content input {
    width: 100%;
    padding: 10px 3%;
    margin-bottom: 12px;
}

.index_form .form_content .button {
    margin-top: 20px;
}

.index_form .form_content .retrieve {
    color: #757575;
    font-size: 0.8em;
    margin-top: 14px;
    display: inline-block;
}

.index_form .bottom_form {
    text-align: left;
    margin: 0 2.5%;
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
    padding-top: 20px;
}

.index_form .bottom_form input {
    padding: 10px 6px;
    margin-bottom: 12px;
    margin-right: 10px;
    width: 40%;
}

.index_form .bottom_form p {
    margin-top: 5px;
}

.index_form .bottom_form .input_content {
    padding-top: 20px;
}

.bottom {
    padding: 35px 0 50px;
}

.bottom p {
    width: 48%;
    float: left;
    line-height: 25px;
}

.bottom p img {
    margin-right: 6px;
}

.bottom p:last-child {
    text-align: right;
    float: right;
}

#main_footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 10px 0;
}

#main_footer p {
    margin: 0;
}

#main_footer span {
    float: right;
    color: #474747;
}

#main_footer span a {
    color: #fff;
    margin: 0 4px;
    text-decoration: none;
}

#main_footer span a:hover {
    text-decoration: underline;
}

.support_info {
    padding: 20px 0;
}

.phone_contact {
    display: inline-block;
    background: #f5f5f5 url(../img/phone_icon_yellow.png) 30px 30px no-repeat;
    font-size: 1.8em;
    width: 48%;
    vertical-align: middle;
}

.phone_contact p {
    padding: 130px 30px 30px 30px;
}

.phone_contact small {
    display: block;
    font-size: 0.55em
}

.email_contact {
    background: #f5f5f5 url(../img/email_icon_yellow.png) 30px 30px no-repeat;
    margin-left: 4%;
}

.email_contact a {
    text-decoration: none;
}

.email_contact a:hover {
    text-decoration: underline;
}

.faq_content {
/*    padding: 0 20px 70px 80px; */
}

.faq_content h3 {
    font-size: 1.4em;
}

.faq_content p {
    font-size: 1.2em;
}

.faq_content ul {
    margin-top: 1.2em;
}

.faq_content ul li {
    padding: 0 0 0 19px;
    list-style: none;
    font-size: 1.2em;
    margin-bottom: 6px;
}

.faq_content ul li:not(.faq-item) {
    background: url(../img/bullet_point.png) left 10px no-repeat;
    font-size: 1.0em;
}

.page_not_found {
    margin-top: 20px;
    padding-bottom: 20px;
    border: 1px solid #e9e8e7;
}

.page_not_found .title {
    background-color: #fdd835;
    color: #000;
    padding: 10px 15px;
    font-size: 1.4em;
}

.page_not_found p {
    padding: 0 20px;
}





/**/

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container {
    *zoom: 1;
}


.container .left_col {
	float: left;
	width: 30%;
}

.container .main_content {
	float: right;
	width: 65%;
	margin: 0;
}



@media screen and (max-width: 900px) {
	.container .left_col {
		float: none;
		width: auto;
		margin-bottom: 1em;
	}

	.container .main_content {
		float: none;
		width: auto;
		margin: 0;
	}
}


.digit {
    background: #d71a1a;
    color: #fff;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    margin: 0px 10px 0 40px;
    border-radius: 100%;
    right:0;
    top: 0;
}

@media screen and (max-width:460px) {
	.digit {
		margin-left: 0;
		right: 0;
	}
}

/*info logged*/

.info-logged {
    padding: 0 0 40px 0;
    position: relative;
    background: #f5f5f5;
}

.info-logged h2 {
    font-size: 1.2em;
}

.info-logged ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 1em;
}

.info-logged li {
    position: relative;
    padding:0;
    margin-bottom: 5px;
    line-height: 24px;
}

.info-logged li:before {
    content:"\00b7";
    color: #bdbdbd;
    margin-right: 10px;
    line-height: 24px;
    font-size: 3em;
    line-height: 24px;
    vertical-align: bottom;
}

.logout {
    position: absolute;
    bottom: 0;
    right: 25px;
    line-height: 24px;
    text-decoration: none;
}

.logout:hover {
    color: #d71a1a;
}

.logout span {
    color: #d71a1a;
    font-weight: bold;
    font-size: 1.8em;
    vertical-align: bottom;
    display: inline-block;
}

/*blocks*/

.block {
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    margin-bottom: 20px;
}

.block-in {
    padding: 25px;
}

.block h2 {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 20px 30px;
    font-weight: normal;
}

.block-in--top-action {
    margin-bottom: 2em;
    padding: 1em 25px;
    border-bottom: 1px solid #e0e0e0;
    margin: -25px -25px 2em -25px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}

.block-in--top-action a {
    text-decoration: none;
    font-weight: bold;
}

.block-in--top-action a:hover {
    color: #0091ea;
}

/*ticket view*/

.ticket {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 2em;
    margin-bottom: 2em;
}

.ticket:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 0;
}

.ticket h3 {
    font-size: 1.3em;
    margin-bottom: 1em;
    position: relative;
    padding-left: 26px;
}



.ticket h3:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #18a854;
}


.ticket-open h3:before {
    background: #18a854;
}

.ticket-open h3:before {
    background: #d71a1a;
}


.ticket-closed h3:before {
    background: #90a4ae;
}
 


.ticket dl {
    border-bottom: 1px dotted #e0e0e0;
    padding: .7em 0;
    display: table;
    width: 100%;
    margin: 0;
}

.ticket > dl:last-child {
    border-bottom: 0;
    padding-bottom: 0;

}

.ticket dt {
    display: table-cell;
    width: 120px;
}

.ticket dd {
    display: table-cell;
}

.ticket dd.ticket-message {
    font-weight: bold;
}



.ticket-answers {
    margin-top: 2em;
    margin-bottom: 1em;
}
.ticket-answers ul {
    list-style-type: none;
    padding-left: 120px;
    margin: 0;
}
.ticket-answers li {
    margin: 0 0 1px 0;
}

.ticket-answers li a {
    display: block;
    border-left: 2px solid #fdd835;
    background: #fafafa;
    padding: 1em;
    text-decoration: none;
}

.ticket-answers li a:hover {
    background: #ffefa6;
}

.ticket-actions {
    padding-left: 120px;
}

/*ticket list*/

.table {
	max-width: 100%;
	overflow-x: auto;
}

.table .button {
    font-size: 12px;
    padding: 7px 12px;
    line-height: normal;
}

.table table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1em;
}

.table table th {
    background: #fafafa;
}

.table table th,
.table table td {
    padding: 1em;
    border:1px solid #e0e0e0;
    vertical-align: top;
}

.table ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.table ul li {
    position: relative;
    padding: 0;
    margin: 0;
    line-height: 24px;
    padding-left: 18px;
}

.table ul li:before {
    content:"\00b7";
    color: #bdbdbd;
    font-size: 3em;
    position: absolute;
    top:-2px;
    left: 0;
    line-height: inherit;

}

.red {
    color:#d71a1a ;
}

.green {
    color:#18a854 ;
}

.table a:hover {
    text-decoration: none;
}

.ticket-open .status-ticket {
    background: #d71a1a;
    color: #fff;
}
.ticket-answered .status-ticket {
    background: #18a854;
    color: #fff;
}
.ticket-closed .status-ticket {
    background: #fafafa;
    color: #bdbdbd;
}

.ticket-service {
    background: #fff1d9;
}

.text-right {
    text-align: right;
}

.ticket-submit {
    margin: 2em 0 0 0;
}

.ticket-submit h3 {
    font-size: 1.3em;
    margin-bottom: 0;
}

.ticket-submit p {
    margin-bottom: 2em;
}

.ticket-submit--form {
    background: #fafafa;
    padding: 2em;
}

.form-group {
    margin-bottom: 1em;
}

.form-action {
    margin-bottom: 0;
    margin-top: 2em;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group select,
.form-group textarea {
    background: #fff;
    padding: 10px;
    width: 100%;
    line-height: normal;
    font-family: 'Roboto Slab', serif;
    font-size: 14px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    border: 1px solid #e0e0e0;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
}

.form-group textarea {
    min-height: 160px;
}

.form-message {
    padding: 10px;
    margin-bottom: 1em;
    border-radius: 3px;
    background: #e0e0e0;
    font-weight: bold;
}

.form-message--error {
    background: #f6d6d6;
    color: #d71a1a;
}


.form-message--success {
    background: #dcf6d6;
    color: #18a854;
}




.popup {
    padding: 28px;
    position: relative;
    background-color: #ffe5e5;
    margin-bottom: 20px;
}

.popup .close {
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../img/close.png);
    width: 14px;
    height: 14px;
    display: block;
    opacity: .4;
}

.popup .close:hover {
	opacity: .6;
}

.popup .photo {
    width: 18%;
    margin-right: 4%;
}

 

.popup-fraud p {
    font-size: 1em;
    width: auto;
    margin-bottom: .5em;
}
.popup-fraud h2 {
    font-size: 2.4em;
    text-align: center;
    margin-bottom: 1em;
    color: #d71a1a;
}


.subscriptions-info {
	margin-bottom: 1em;
}



.left_content {
	background: #f5f5f5;
	padding: 25px;
}



.left_col .title {
	text-align: center;
	margin: 0;
	font-size: 1.5em;
	font-weight: bold;
	background: #fdd835;
	padding: 20px;

}


.left_col .phone_number {
    background:  url(../img/phone_icon_yellow.png) left center no-repeat;
    background-size: 48px auto;
    padding: 0 25px 0 70px;
    margin-bottom: 3em;
}

.left_col .phone_number span {
	font-size: 24px;
	font-weight: bold;
	display: block;
}

.left_col .phone_number p {
	margin: 0;
}

.left_col .phone_number small {
    display: block;
    font-size: 11px;
    line-height: 14px;
}

.left_col .email_link {
    background:  url(../img/email_icon_yellow.png) left center no-repeat;
    background-size: 48px auto;
    padding: 25px 25px 25px 70px;
    line-height: 42px;

    text-align: left;
    font-size: 16px;
}

.left_col .email_link small {
    display: block;
    font-size: 11px;
}

.index_form .form_content .button { margin-top: 10px; }

.form-message--error
{
    margin-bottom: 0;
    margin-top: 10px;
}
 
@media all and (max-width: 1160px) {
    .outer {
        padding: 0 5px;
    }
}

@media all and (max-width: 900px) {
    #main_menu {
        margin-bottom: 30px;
    }
    .side_info {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        min-height: 42px;
    }
    .side_info p {
        padding: 0 0 0 55px;
    }
    .main_content {
        margin: 0;
    }
}

@media all and (max-width: 720px) {
    .support_info {
        padding: 0;
    }

     .popup p {
        font-size: 1em;
    }

    .phone_contact {
        display: block;
        background: #f5f5f5 url(../img/phone_icon_yellow.png) 20px 20px no-repeat;
        font-size: 1.8em;
        width: 100%;
    }
    .phone_contact p {
        padding: 120px 20px 20px 20px;
    }
    .phone_contact small {
        display: block;
        font-size: 0.55em
    }
    .email_contact {
        background: #f5f5f5 url(../img/email_icon_yellow.png) 20px 20px no-repeat;
        margin-left: 0;
    }
    .email_contact p {
        padding-top: 100px;
    }
}

@media all and (max-width: 650px) {
    #main_header {
        padding: 1em 0;
        margin-bottom: 0;
    }
    .main_content {
        margin: 0;
        padding-bottom: 95px;
    }
    .logo {
        line-height: 0;
        float: none;
    }
    .index_form .form_content {
        width: 42%;
        display: block;
        text-align: left;
    }
    .index_form .or_content {
        display: block;
        vertical-align: middle;
        padding-top: 15px;
        margin-bottom: 15px;
        font-size: 1.6em;
        width: 100%;
    }
     .popup p {
        font-size: 1.2em;
    }
    .index_form .bottom_form input {
        padding: 10px 6px;
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }
    .index_form .form_content .button {
        margin-top: 0;
    }
    .index_form .form_content .last_label {
        margin-bottom: 10px;
    }
    #main_menu li a {
        text-decoration: none;
        display: block;
        padding: 14px 20%;
    }
    #main_menu li .active,
    #main_menu li a:hover {
        padding-bottom: 16px;
    }
    .header_info {
        text-align: left;
        margin-top: 15px;
    }
    .header_info .phone_number {
        padding: 0 0 0 48px;
        background-size: 38px;
        height: auto;
        font-size: 20px;
        display: block;
    }
    .header_info .email_address {
        padding: 0 0 0 48px;
        background-size: 38px;
        margin-top: 5px;
        height: auto;
        display: block;
        font-size: 17px;
        margin-left: 0;
    }
    .header_info .email_address small {
        display: block;
        font-size: 11px;
    }
    #main_footer span {
        float: none;
        color: #474747;
        display: block;
    }
    .bottom {
        padding: 10px 0 10px;
    }
    .bottom p {
        width: 100%;
        float: none;
        line-height: 18px;
    }
    .bottom p img {
        margin-right: 6px;
    }
    .bottom p:last-child {
        text-align: left;
        float: none;
    }
    .phone_contact {
        font-size: 1.4em;
    }
    .title_h2 {
        font-size: 1.6em;
        margin-bottom: 20px;
    }
    .faq_content {
        padding: 0 8px 20px 8px;
    }
}

a.hotline {
	text-decoration: none;
}

/* dialog ui */
.ui-dialog-title      { font-size:90%; }
.ui-dialog-content    { font-size:60%; }
.ui-dialog-content em { font-style:normal; }
.ui-dialog-content em.denomination { display:block; font-weight:bold; color:#369; text-align:center; text-transform:uppercase; }
.ui-button-text { font-size:70%; text-shadow:none; }

.ui-dialog button {
    width: auto;
    height: auto;
}
.ui-dialog p {
	font-size: 13px;
	line-height: normal;
	margin-bottom: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
	padding: 0;
}

/* FAQs */
.faq-list { margin:0; padding:0; list-style:none; }
.faq-list li { margin-bottom:1em; }
.faq-list ul { list-style-type:disc; }

.faq-list .plus {
    color: #FDD835;
    font-size: 20px;
    font-weight: 700;
    margin-right: 10px;
}

.flags {position:absolute; top:9px; right:10px; height:11px; line-height:11px; }
.flags a {display:inline-block; margin:0 0 0 3px;}
.flags img { width:16px; }