@charset "utf-8";
/* CSS Document */

body {
  background-color: #fff;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
  line-height: normal;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}

h1,
h2,
h3,
p,
ul,
li,
form,
dl,
dd {
  margin: 0;
  padding: 0;
  border: none;
}
ul,
li {
  list-style: none;
}
img {
  vertical-align: middle;
}
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6px;
  background: #f3f3f3;
  margin: 0;
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
}
strong {
  font-weight: 700;
}
p {
  margin: 15px 0 0 0;
}
p:first-child {
  margin-top: 0;
}

.right {
  float: right;
}
.text_center {
  text-align: center;
}
/* Colors */
.green_color {
  color: #00c2a2;
}
.red_color {
  color: #9e005d;
}

.background_purple {
  background-color: #9e005d;
}
.background_black {
  background-color: #3e454d;
}

.button {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 10px 20px;
  vertical-align: middle;
  transition: background-color 0.5s ease;
  border: 0;
  cursor: pointer;
}
.button.background_black:hover {
  background-color: #565e66;
}
.button.background_purple:hover {
  background-color: #bb1a79;
}

.big_txt {
  text-transform: uppercase;
  font-size: 1.8em;
  margin: 15px 0;
  line-height: 1.5em;
}
.big_txt .button {
  font-size: 0.9em;
  margin-top: 8px;
}
.padd {
  padding: 15px 2.5%;
}
.important_padd {
  margin: 0 2.5%;
}

.outer {
  max-width: 960px;
  margin: 0 auto;
}

/* Header */
#main_header {
  position: relative;
  padding: 15px 0 2px 0;
  min-height: 130px;
}
.faq_header {
  min-height: 0 !important;
}
.logo {
  float: left;
  margin-bottom: 12px;
}
.logo img {
  width: 100%;
}
.header_right {
  float: right;
  text-align: right;
}
.flags {
  display: inline-block;
}
.flags img {
  margin: 0 0 0 3px;
}
/* Header search */
.search {
  background-color: #f3f3f3;
  margin-top: 8px;
  display: inline-block;
}
.search a {
  display: inline-block;
  background: url(../img/search.png) center center no-repeat;
  width: 46px;
  height: 46px;
  vertical-align: middle;
}
.search input {
  border: none;
  line-height: 46px;
  width: 155px;
  box-shadow: none;
}

.header_phone {
  margin-top: 8px;
}
.header_phone strong {
  font-size: 1.9em;
  display: block;
  color: #9e005d;
}
.header_phone a {
  color: #9e005d;
}

.main_top {
  background-color: #f1f2f2;
  position: relative;
  padding: 50px 2.5% 15px 2.5%;
  margin-bottom: 20px;
}
.index_img {
  background: url(../img/big_img.jpg) center top no-repeat;
  background-size: cover;
  padding-bottom: 65px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .index_txt {
    padding: 2em;
  }
}

.index_txt h2 {
  color: #fff;
  font-size: 2em;
  text-transform: uppercase;
  line-height: 1.5;
  margin-bottom: 1em;
}
.index_txt p {
  color: #fff;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.5;
}
.index_txt a {
  color: #1ac8ab;
}

#main_menu {
  position: absolute;
  border-bottom: 5px solid #1ac8ab;
  left: 2.5%;
  top: -33px;
  z-index: 10;
  font-size: 1.1em;
}
#main_menu .active {
  background-color: #1ac8ab;
}
#main_menu ul {
  height: 60px;
  line-height: 60px;
}
#main_menu li {
  float: left;
  background-color: #3e454d;
  transition: background-color 0.5s ease;
}
#main_menu li:hover {
  background-color: #565e66;
}
#main_menu li a {
  padding: 0 45px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.index_main_content {
  background-color: #f1f2f2;
  width: 100%;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.solutions {
  position: relative;
}
.solution {
  display: inline-block;
  vertical-align: top;
  width: 29.8%;
  margin-left: 2.5%;
  background-color: #fff;
  text-align: center;
  margin-top: -42px;
  position: relative;
  z-index: 20;
  padding-bottom: 18px;
}
.solution .title {
  background-color: #1ac8ab;
  color: #fff;
  font-size: 1.6em;
  padding: 12px 0;
}
.solution .title span {
  text-transform: uppercase;
}
.solution p {
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 1.6em;
}
.solution form {
  margin: 15px 10% 0 10%;
}
.solution form label {
  display: block;
  margin: 0 9% 5px 9%;
}
.solution form input {
  width: 100%;
  border: none;
  padding: 10px 7px;
  background-color: #f3f3f3;
  margin-bottom: 10px;
  text-align: center;
  -moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.solution .button {
  padding: 8px 12px;
}

.important_info {
  float: left;
  width: 57%;
}
.important_info_right {
  float: right;
  width: 39%;
}
.important_info_title {
  line-height: 30px;
  font-size: 1.6em;
  margin-bottom: 10px;
}
.important_info_title small {
  text-transform: none;
  font-size: 0.6em;
}
.green_title {
  color: #1ac8ab;
  text-transform: uppercase;
  font-size: 1.8em;
}
.important_info .content {
  border: 1px solid #959595;
  padding: 12px 3.5%;
}
.important_info .content .title {
  font-size: 1.4em;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 8px;
}
.important_info .content .title small {
  text-transform: none;
  display: block;
}
.important_info ul {
  margin-top: 15px;
}
.important_info li {
  background: url(../img/bullet_point.png) left 9px no-repeat;
  padding: 0 0 0 14px;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.important_info li:last-child {
  margin-bottom: 0;
}
.important_info li a {
  color: #000;
}
.important_info li a:hover {
  text-decoration: none;
}
.important_info .phone {
  background: url(../img/phone_icon.png) 10px center no-repeat;
  padding: 0 0 0 70px;
  margin-bottom: 10px;
  text-align: center;
}
.important_info .no_icon {
  background: none;
  padding: 0;
}
.important_info .phone span {
  color: #1ac8ab;
  font-size: 2.2em;
}
.important_info .phone small {
  color: #959595;
  font-size: 1em;
}
.important_info .phone p {
  border-bottom: 1px solid #c2c2c2;
  padding-bottom: 15px;
}
.important_info .email {
  background: url(../img/email_icon.png) 10px center no-repeat;
  padding: 0 0 0 70px;
  text-align: center;
}
.important_info .email p {
  padding: 20px 0;
}
.important_info .email a {
  color: #1ac8ab;
  font-weight: 700;
  font-size: 1.2em;
}

#main_footer {
  padding: 20px 0;
  clear: both;
  color: #b7b7b7;
  font-size: 0.85em;
}
#main_footer a {
  color: #b7b7b7;
  float: right;
}

.support_contacts {
  text-align: center;
  padding: 10px 0 30px;
  font-size: 2.4em;
}
.email_support {
  background: url(../img/email_icon2.png) center top no-repeat;
  padding: 120px 0 0 0;
  display: inline-block;
  vertical-align: top;
  color: #3e454d;
  margin-right: 5%;
}
.email_support a {
  color: #3e454d;
}
.phone_support {
  background: url(../img/phone_icon2.png) center top no-repeat;
  padding: 120px 0 0 0;
  display: inline-block;
  vertical-align: top;
  color: #3e454d;
  margin-left: 5%;
}

.connect_form {
  margin-top: 30px;
}
.connect_form label {
  width: 35%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  margin-right: 2%;
  padding-top: 7px;
}
.connect_form input {
  width: 45%;
  background-color: #f3f3f3;
  padding: 10px 6px;
  border: none;
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.connect_form .button {
  padding: 5px 10px;
  margin: 0 0 0 37%;
}
.connect_form p {
  margin-top: 22px;
}
.connect_form .retrieve_pass {
  margin-left: 37%;
  display: inline-block;
  margin-top: 8px;
  font-size: 0.9em;
}

.centered_list {
  text-align: center;
}
.centered_list ul {
  display: inline-block;
  text-align: left;
  margin-top: 0;
}
.credit_cards {
  border-top: 1px solid #c2c2c2;
  text-align: center;
  padding: 10px 0;
  margin-top: 10px;
}

.faq {
  padding: 34px 0 10px 0;
}
.faq .main_top {
  background-color: #fff;
}
.faq_title {
  font-size: 1.8em;
  color: #00c2a2;
}
.faq_sub_title {
  font-size: 1.3em;
  border-top: 1px solid #c2c2c2;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.faq_sub_title a {
  color: #000;
  text-decoration: none;
}
.faq_content p {
  margin: 0 20px 15px 20px;
}
/*.faq_content ul {margin:0 20px 15px 40px;}*/

.welcome {
  padding-bottom: 30px;
  margin: 0 2%;
  position: relative;
}
.welcome .disconect {
  position: absolute;
  right: -2%;
  bottom: 22px;
  background: url(../img/cross.png) left center no-repeat;
  line-height: 24px;
  height: 27px;
  padding: 0 0 0 28px;
  display: block;
  color: #555555;
  font-size: 1.4em;
  text-decoration: none;
}
.welcome .disconect:hover {
  text-decoration: underline;
}
.welcome .title {
  font-size: 1.6em;
  text-transform: uppercase;
}
.welcome p {
  font-size: 1.3em;
}

.members_popup {
  position: relative;
  top: -40px;
  background-color: #fff;
  margin: 0 2.5%;
  text-transform: uppercase;
}
.members_popup .close {
  position: absolute;
  right: 4px;
  top: 3px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
  line-height: 16px;
}
.members_popup .title {
  background-color: #1ac8ab;
  color: #fff;
  font-size: 1.5em;
  padding: 8px 15px;
}
.members_popup p {
  padding: 0 15px 15px 15px;
}

.white_bg {
  background-color: #fff;
}
.subscriptions {
  font-size: 1.4em;
  padding: 0 20px 35px 20px;
}

.subscription_content {
  border: 1px solid #959595;
  margin-bottom: 25px;
}
.subscription_content dd {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.subscription_content td {
  width: 36%;
}

.subscription_content dd:last-child,
.subscription_content td:last-child {
  margin-right: 0;
}
.subscription_content dl,
.subscription_content tr {
  padding: 14px 0;
  margin: 0 2%;
}
.subscription_content dl:first-child,
.subscription_content tr:first-child {
  border-bottom: 1px solid #cccccc;
}
.subscription_content .product_link {
  color: #9e005d;
  font-size: 1.2em;
}
.subscription_content li {
  margin-bottom: 5px;
}
.subscription_content li:last-child {
  margin: 0;
}
.subscription_content .button {
  padding: 4px 18px;
  text-transform: uppercase;
}

.ticket_content {
  border: 1px solid #959595;
  margin: 5px 0 15px;
  background-color: #f1f2f2;
}
.ticket_content dl {
  padding: 15px 0 15px 2.5%;
  font-size: 1.1em;
}
.ticket_content dl:nth-of-type(odd) {
  background-color: #fff;
}
.ticket_content a {
  color: #9e005d;
}
.ticket_content .titles {
  text-transform: uppercase;
  padding-bottom: 35px;
  font-weight: bold;
}
.ticket_content dd {
  float: left;
  width: 22%;
  margin-right: 2%;
  text-align: center;
}
.ticket_content dd:first-child {
  text-align: left;
}

.question_form {
  border: 1px solid #959595;
  padding: 20px 2.5%;
}
.question_form .title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 1.1em;
}
.question_form label {
  display: inline-block;
  width: 24%;
  vertical-align: top;
  padding-top: 3px;
}
.question_form input {
  border: none;
  width: 76%;
  padding: 8px;
}
.question_form textarea {
  border: none;
  resize: none;
  background: #f3f3f3;
  width: 76%;
  padding: 8px;
  height: 120px;
  -moz-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.4);
}
.question_form .button {
  padding: 8px 20px;
  text-transform: uppercase;
  font-size: 1.2em;
}

.page_not_found {
  margin-top: 20px;
  background-color: #fff;
  padding-bottom: 15px;
}
.page_not_found .title {
  background-color: #1ac8ab;
  color: #fff;
  padding: 6px 12px;
  font-weight: 700;
}
.page_not_found p {
  padding: 0 12px 0 12px;
}

/* 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 .response {
  font-size: 0.9em;
  padding-left: 20px;
}

.g-recaptcha {
  margin: 0 auto;
  width: 164px;
}

.email_support a {
  font-size: 25px;
}

@media all and (max-width: 980px) {
  #main_header {
    padding: 15px 5px 0 5px;
  }
  .important_info .phone {
    padding: 0 0 0 50px;
  }
  .important_info .phone span {
    font-size: 2em;
  }
  .important_info .email {
    padding: 0 0 0 50px;
  }
  .important_info .email a {
    font-size: 1em;
  }
  .support_contacts {
    font-size: 2em;
  }
}
@media all and (max-width: 800px) {
  .main_top {
    padding: 80px 2.5% 65px 2.5%;
  }
  #main_menu {
    top: 0;
  }
  .important_info {
    width: 50%;
  }
  .important_info_right {
    width: 46%;
  }
  .index_txt p {
    font-size: 1.5em;
    text-transform: uppercase;
    line-height: 1.2em;
  }

  .support_contacts {
    font-size: 1.6em;
  }
}
@media all and (max-width: 650px) {
  .logo {
    width: 44%;
  }
  .main_top {
    padding: 60px 2.5% 15px 2.5%;
  }
  .index_txt p {
    font-size: 1.2em;
    text-transform: uppercase;
    line-height: 1em;
  }
  #main_menu ul {
    height: 40px;
    line-height: 40px;
  }
  #main_menu li a {
    padding: 0 15px;
  }
  .solution {
    display: block;
    width: 100%;
    text-align: left;
    margin-left: 0;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .solution .title {
    font-size: 1.6em;
    padding: 8px 3%;
  }
  .solution form {
    margin: 10px 3% 0 3%;
  }
  .solution form label {
    display: block;
    margin: 0 0 5px 0;
  }
  .solution p {
    padding: 0 3%;
    line-height: 1.6em;
  }
  .important_info {
    width: 100%;
    float: none;
  }
  .important_info_right {
    width: 100%;
    float: none;
    margin-top: 15px;
  }
  .important_info_title {
    text-align: left;
  }
  .big_txt {
    text-transform: uppercase;
    font-size: 1em;
    margin: 10px 0 0 0;
    line-height: 1.5em;
  }

  .welcome .disconect {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 20px;
  }
  .support_contacts {
    font-size: 1.1em;
  }
  .ticket_content {
    font-size: 0.8em;
  }
  .question_form {
    font-size: 0.8em;
  }
  .g-recaptcha {
    margin: 0;
  }
}
