@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&subset=latin-ext,vietnamese';
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&subset=latin-ext,vietnamese';
@import 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900&subset=latin-ext,vietnamese';
.icon-bitcoin {
  background-image: url(../img/sprite.png);
  background-position: 0px -131px;
  width: 82px;
  height: 18px; }

.icon-card {
  background-image: url(../img/sprite.png);
  background-position: -131px 0px;
  width: 87px;
  height: 55px; }

.icon-paypal {
  background-image: url(../img/sprite.png);
  background-position: -131px -70px;
  width: 82px;
  height: 21px; }

.icon-time {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 116px;
  height: 116px; }

html {
  height: 100%; }
  html.lock {
    overflow: hidden;
    position: fixed;
    width: 100%; }
  htmlbody {
    overflow: hidden;
    position: fixed; }

input {
  -webkit-appearance: none; }

body {
  font-size: 17px;
  min-width: 320px;
  position: relative;
  line-height: 1.5;
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  overflow-x: hidden;
  color: #4f5362;
  height: 100%; }

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  25% {
    opacity: .5; }
  50% {
    opacity: 0; }
  75% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  0% {
    opacity: 1; }
  25% {
    opacity: .5; }
  50% {
    opacity: 0; }
  75% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@-webkit-keyframes peg-top {
  from {
    -webkit-transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg); } }

@keyframes peg-top {
  from {
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    transform: rotateZ(0deg); }
  to {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg); } }

.peg-top {
  -webkit-animation: peg-top 1s linear;
  animation: peg-top 1s linear; }

.preloader {
  background-color: rgba(21, 67, 83, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999; }
  .preloader img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -55px 0 0 -55px;
    -webkit-animation: blink 2s infinite linear;
    animation: blink 2s infinite linear; }

a {
  color: #154353;
  font-size: 17px;
  text-decoration: underline; }
  a:hover, a:focus, a:visited {
    color: #154353;
    text-decoration: none; }

.icons {
  display: inline-block; }

b {
  font-weight: 900; }

button {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  outline: none; }

a.btn {
  line-height: 48px; }

.btn {
  display: inline-block;
  background-color: #ffbc2b;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  color: #093645;
  text-align: center;
  width: 250px;
  height: 50px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 17px;
  letter-spacing: 0.7px;
  border: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: top; }
  .btn.btn-print-pdf {
    background: #f2f5f7;
    margin: 50px auto;
    display: block; }
    .btn.btn-print-pdf i {
      font-size: 35px;
      vertical-align: middle; }
  .btn.load {
    color: transparent; }
    .btn.load::before {
      content: '';
      display: block;
      border: 3px solid #093645;
      border-left-color: transparent;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      width: 25px;
      height: 25px;
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -12px 0 0 -12px;
      -webkit-animation: peg-top 2s infinite linear;
      animation: peg-top 2s infinite linear; }
  .btn:disabled {
    background-color: #ccc;
    color: #fff; }
    .btn:disabled.load {
      color: transparent !important; }
    .btn:disabled:hover {
      cursor: not-allowed;
      background-color: #ccc;
      color: #fff; }
  .btn.center_btn {
    display: block;
    margin: 0 auto; }
  .btn.btn_white {
    background-color: #fff;
    border: 2px solid #093645; }
    .btn.btn_white_orange {
      border: 2px solid #ffbc2b;
      background-color: #fff;
      color: #ffbc2b; }
      .btn.btn_white_orange:hover {
        background-color: #ffbc2b;
        color: #093645; }
    .btn.btn_white.active {
      background-color: #f7a900;
      border-color: #f7a900; }
    .btn.btn_white:hover {
      background-color: #ffbc2b;
      border-color: #ffbc2b; }
  .btn:hover {
    cursor: pointer;
    background-color: #f7a900; }
  .btn.btn_ok {
    background-color: #fff;
    border: 2px solid #093645;
    width: 100px; }
    .btn.btn_ok:hover {
      background-color: #093645;
      color: #fff; }

.home .header {
  background-image: url("../img/header_bg_home.jpg");
  height: 710px; }

.dmca_reg.white-header #toggle span {
  background-color: #154353; }
  .dmca_reg.white-header #toggle span::before, .dmca_reg.white-header #toggle span::after {
    background-color: #154353; }

.dmca_reg.white-header #toggle.on span {
  background-color: transparent; }
  .dmca_reg.white-header #toggle.on span::before, .dmca_reg.white-header #toggle.on span::after {
    background-color: #fff; }

.dmca_reg.white-header .header {
  background: #fff;
  height: 225px; }
  .dmca_reg.white-header .header::after {
    display: none; }
  .dmca_reg.white-header .header h1 {
    color: #154353;
    font-size: 48px;
    margin: 0 auto; }

@media only screen and (min-width: 1245px) {
  .dmca_reg.white-header .top_navigation .menu li.login_item a {
    border-color: #154353; }
    .dmca_reg.white-header .top_navigation .menu li.login_item a:hover {
      background-color: #154353;
      color: #fff; }
  .dmca_reg.white-header .top_navigation .menu li a {
    color: #154353; } }

.dmca_reg .header {
  background-image: url("../img/header_bg_dmca_reg.jpg");
  height: 348px; }

.dmca_reg .header_title h1 {
  font-size: 46px;
  margin: 0 auto; }
  @media only screen and (min-width: 580px) {
    .dmca_reg .header_title h1 {
      margin: .67em auto 0;
      font-size: 48px; } }
  @media only screen and (min-width: 768px) {
    .dmca_reg .header_title h1 {
      font-size: 64px;
      margin: 0 auto; } }
  @media only screen and (min-width: 1230px) {
    .dmca_reg .header_title h1 {
      margin: .5em 0; } }

.reg_page .header {
  background-image: url("../img/header_bg_contact.jpg"); }

.dmca_agent .header {
  background-image: url("../img/header_bg_dmca_agent.jpg");
  height: 348px;
  background-size: auto; }
  @media only screen and (min-width: 1200px) {
    .dmca_agent .header {
      background-size: cover; } }

.dmca_agent .header_title h1 {
  font-size: 48px;
  margin: 1em auto 0; }
  @media only screen and (min-width: 768px) {
    .dmca_agent .header_title h1 {
      font-size: 64px;
      margin: 0.67em auto 0; } }

.dmca_agent .header_title p {
  max-width: 625px;
  margin: 0 auto; }

.blog .header {
  height: 345px;
  background-image: url("../img/header_bg_blog.jpg"); }
  @media only screen and (min-width: 580px) {
    .blog .header {
      height: 395px; } }

.blog .header_title h1 {
  font-size: 48px;
  margin: 0 auto;
  max-width: 350px; }
  @media only screen and (min-width: 580px) {
    .blog .header_title h1 {
      font-size: 64px;
      margin: 0.67em auto 0; } }

.contact .header {
  background-image: url("../img/header_bg_contact.jpg");
  min-height: 460px; }

.not_found .header {
  background-image: url("../img/header_404.jpg");
  min-height: 545px; }
  .not_found .header .header_title {
    padding: 1em 0 0; }
    .not_found .header .header_title::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 580px) {
      .not_found .header .header_title {
        padding: 5em 0 0; } }

.header {
  background-color: #000;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .header::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #093645;
    opacity: .6; }

.logotype {
  width: 220px; }
  @media only screen and (min-width: 768px) {
    .logotype {
      width: 275px; } }

#toggle {
  display: block;
  width: 28px;
  height: 30px;
  float: right;
  margin: 15px 0 0;
  position: relative;
  z-index: 3; }
  @media only screen and (min-width: 1245px) {
    #toggle {
      display: none; } }
  #toggle span {
    display: block;
    position: relative;
    width: 100%;
    height: 5px;
    background-color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    #toggle span::after, #toggle span::before {
      content: '';
      position: absolute;
      left: 0;
      top: -9px;
      width: 100%;
      height: 5px;
      background-color: #fff;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-border-radius: 2px;
      border-radius: 2px;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #toggle span::after {
      top: 9px; }
  #toggle.on span {
    background-color: transparent; }
    #toggle.on span::before {
      -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
      transform: rotate(45deg) translate(5px, 5px); }
    #toggle.on span::after {
      -webkit-transform: rotate(-45deg) translate(7px, -8px);
      -ms-transform: rotate(-45deg) translate(7px, -8px);
      transform: rotate(-45deg) translate(7px, -8px); }
  #toggle.on + #menu {
    display: block; }

.top_navigation {
  position: relative;
  z-index: 2;
  padding: 25px 15px; }
  .top_navigation::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 1245px) {
    .top_navigation {
      padding: 25px 50px; } }
  .top_navigation .logotype {
    float: left; }
  .top_navigation .menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #154353;
    z-index: 2;
    padding: 5px 0 0;
    display: none; }
    @media only screen and (min-width: 1245px) {
      .top_navigation .menu {
        float: right;
        position: relative;
        width: auto;
        height: auto;
        left: auto;
        top: auto;
        background-color: transparent;
        display: block; } }
    .top_navigation .menu ul {
      list-style-type: none;
      margin: 0;
      padding: 50px 0 0;
      overflow: hidden; }
      @media only screen and (min-height: 568px) {
        .top_navigation .menu ul {
          padding: 150px 0 0; } }
      @media only screen and (min-width: 1245px) {
        .top_navigation .menu ul {
          padding: 0; } }
    .top_navigation .menu li {
      display: block;
      padding: 2px 0; }
      @media only screen and (min-height: 410px) {
        .top_navigation .menu li {
          padding: 0; } }
      @media only screen and (min-width: 1245px) {
        .top_navigation .menu li {
          float: left; } }
      .top_navigation .menu li.login_item a {
        width: 160px;
        padding: 5px 0;
        border-color: #fff;
        border: 2px solid #fff;
        margin-bottom: 0; }
        .top_navigation .menu li.login_item a:hover {
          background-color: #fff;
          color: #154353; }
      .top_navigation .menu li a {
        text-transform: uppercase;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
        border: 2px solid transparent;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: block;
        text-align: center;
        margin: 0 auto 0;
        width: 160px;
        letter-spacing: 0.7px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .top_navigation .menu li a:hover {
          color: #ffbc2b; }
        @media only screen and (min-height: 410px) {
          .top_navigation .menu li a {
            margin: 0 auto 20px;
            font-size: 24px; } }
        @media only screen and (min-width: 1245px) {
          .top_navigation .menu li a {
            font-size: 17px;
            padding: 5px 0;
            color: #fff;
            width: auto;
            margin-left: 55px; } }

.header_title {
  position: relative;
  text-align: center;
  z-index: 1;
  color: #fff; }
  .header_title.one_line h1 {
    font-size: 48px;
    margin: 0.77em 15px 0;
    max-width: none; }
    @media only screen and (min-width: 992px) {
      .header_title.one_line h1 {
        font-size: 64px; } }
  .header_title h1 {
    font-size: 26px;
    margin: 0 auto;
    max-width: 350px; }
    @media only screen and (min-width: 380px) {
      .header_title h1 {
        font-size: 30px;
        max-width: 380px; } }
    @media only screen and (min-width: 580px) {
      .header_title h1 {
        font-size: 32px;
        padding: 0 15px;
        max-width: none;
        margin: 0.67em 0 0; } }
    @media only screen and (min-width: 768px) {
      .header_title h1 {
        font-size: 48px; } }
    @media only screen and (min-width: 992px) {
      .header_title h1 {
        font-size: 64px; } }
  .header_title .sub-title {
    margin-top: 10px;
    margin: 30px auto;
    max-width: 1020px;
    font-size: 17px; }
    @media only screen and (min-width: 768px) {
      .header_title .sub-title {
        font-size: 21px; } }
    @media only screen and (min-width: 992px) {
      .header_title .sub-title {
        margin: 60px auto;
        font-size: 29px; } }
  .header_title p {
    margin-top: 0;
    font-size: 21px;
    padding: 0 15px; }

.sub-title {
  font-size: 17px;
  text-align: center; }
  @media only screen and (min-width: 768px) {
    .sub-title {
      font-size: 21px; } }

.naviagtion {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #e9e9e9; }
  @media only screen and (min-width: 768px) {
    .naviagtion {
      -webkit-box-shadow: 0 1px 0 #dbdbdb;
      box-shadow: 0 1px 0 #dbdbdb; } }
  .naviagtion .list_navigation {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    border-left: 1px solid #cfcfcf;
    display: block;
    width: 100%;
    max-width: 945px; }
    @media only screen and (min-width: 768px) {
      .naviagtion .list_navigation {
        display: table; } }
    .naviagtion .list_navigation li {
      display: block;
      border-right: 1px solid #cfcfcf;
      border-bottom: 1px solid #cfcfcf;
      text-align: center;
      float: left;
      width: 50%; }
      .naviagtion .list_navigation li:nth-child(3) {
        width: 100%; }
      @media only screen and (min-width: 768px) {
        .naviagtion .list_navigation li {
          display: table-cell;
          float: none;
          width: auto !important;
          border-bottom: none; } }
    .naviagtion .list_navigation a {
      text-decoration: none;
      text-transform: uppercase;
      font-weight: 600;
      display: block;
      letter-spacing: 0.7px;
      padding: 27px 0;
      position: relative;
      color: #09334d;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s; }
      @media only screen and (min-width: 380px) {
        .naviagtion .list_navigation a {
          padding: 27px 0 27px 25px; } }
      .naviagtion .list_navigation a:hover {
        background-color: #f7f7f7; }
      .naviagtion .list_navigation a .icon {
        font-size: 26px;
        position: absolute;
        top: 50%;
        margin-left: -36px;
        color: #09334d;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: none; }
        @media only screen and (min-width: 380px) {
          .naviagtion .list_navigation a .icon {
            display: inline-block; } }
        .naviagtion .list_navigation a .icon.icon-dmca {
          font-size: 32px;
          margin-left: -42px; }
        .naviagtion .list_navigation a .icon.icon-trademark {
          font-size: 36px;
          margin-left: -46px; }

.section_corporate {
  background-image: url("../img/corporate_bg.png");
  background-position: 50% 0;
  background-repeat: no-repeat; }
  .section_corporate .title_company {
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    color: #154353;
    margin: 10px 0 30px; }
    @media only screen and (min-width: 380px) {
      .section_corporate .title_company {
        font-size: 23px; } }
  .section_corporate .with_company_get {
    text-align: center;
    max-width: 345px;
    margin: 0 auto 30px; }
    @media only screen and (min-width: 992px) {
      .section_corporate .with_company_get {
        margin: 0 auto; } }
    .section_corporate .with_company_get img {
      width: 88px;
      display: block;
      margin: 0 auto 15px; }
    .section_corporate .with_company_get span,
    .section_corporate .with_company_get span > * {
      display: block;
      font-size: 22px;
      font-weight: 600;
      letter-spacing: 2.2px;
      line-height: 20px;
      color: #154353; }
      @media only screen and (min-width: 992px) {
        .section_corporate .with_company_get span,
        .section_corporate .with_company_get span > * {
          height: 40px; } }
      .section_corporate .with_company_get span a,
      .section_corporate .with_company_get span > * a {
        text-decoration: none;
        font-weight: 600;
        height: auto;
        display: inline;
        letter-spacing: 0.7px; }
        .section_corporate .with_company_get span a:hover,
        .section_corporate .with_company_get span > * a:hover {
          text-decoration: underline; }
    .section_corporate .with_company_get p {
      font-size: 18px;
      padding: 0 7px; }
      .section_corporate .with_company_get p a {
        font-size: 18px;
        color: #4f5362;
        text-decoration: none; }
        .section_corporate .with_company_get p a:hover {
          text-decoration: underline; }

.select_country_company {
  text-align: center; }
  .select_country_company .btn {
    margin: 0 5px;
    width: 130px; }
    @media only screen and (min-width: 380px) {
      .select_country_company .btn {
        width: 150px;
        margin: 0 10px; } }
    @media only screen and (min-width: 580px) {
      .select_country_company .btn {
        width: 250px; } }
  .select_country_company .icon {
    font-size: 27px;
    position: relative;
    top: 6px;
    margin-right: 10px;
    display: none; }
    @media only screen and (min-width: 380px) {
      .select_country_company .icon {
        display: inline-block; } }

.title_corporate {
  font-size: 19px;
  font-weight: 600;
  color: #154353;
  text-align: center; }
  @media only screen and (min-width: 380px) {
    .title_corporate {
      font-size: 23px; } }

.title_reg_form {
  text-align: center;
  color: #154353;
  font-size: 48px; }

.reg_form {
  padding-bottom: 70px; }
  .reg_form .select_country_company {
    padding-bottom: 20px; }
    .reg_form .select_country_company a {
      margin: 0 0 10px;
      width: 100%; }

.section_mailbox {
  background-color: #f5f5f5;
  background-image: url("../img/mailbox_bg.png");
  background-repeat: repeat-x;
  background-position: 0 25px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }
  .section_mailbox .sub-title {
    max-width: 840px;
    margin: 0 auto;
    text-align: center; }
  .section_mailbox .pricing_mailbox {
    max-width: 760px;
    text-align: center;
    margin: 30px auto;
    padding: 0 15px; }

.pricing_list_mailbox {
  max-width: 400px;
  margin: 0 auto; }
  .pricing_list_mailbox span {
    letter-spacing: 0.7px; }
  @media only screen and (min-width: 768px) {
    .pricing_list_mailbox {
      max-width: none; } }
  .pricing_list_mailbox .pricing_list_item {
    padding-bottom: 40px; }
    .pricing_list_mailbox .pricing_list_item span {
      display: block;
      font-size: 21px;
      font-weight: 600;
      letter-spacing: 2.1px;
      color: #154353;
      text-align: center;
      padding: 10px 0 15px;
      letter-spacing: 0.7px; }
      @media only screen and (min-width: 768px) {
        .pricing_list_mailbox .pricing_list_item span {
          text-align: left;
          padding: 0; } }
    .pricing_list_mailbox .pricing_list_item p {
      margin: 0; }
    .pricing_list_mailbox .pricing_list_item .img_item {
      text-align: center; }
    .pricing_list_mailbox .pricing_list_item.item_1 img {
      max-width: 115px; }
    .pricing_list_mailbox .pricing_list_item.item_2 img {
      max-width: 170px; }
    .pricing_list_mailbox .pricing_list_item.item_3 img {
      max-width: 155px; }

.mailbox_price.box-shadow {
  padding: 40px 10px;
  max-width: 400px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .mailbox_price.box-shadow {
      max-width: 400px; } }
  @media only screen and (min-width: 992px) {
    .mailbox_price.box-shadow {
      max-width: none; } }

.reg_form .mailbox_price.box-shadow {
  padding: 20px 10px; }
  .reg_form .mailbox_price.box-shadow .price_text {
    margin: 0; }

.select_reg_form {
  padding-bottom: 30px; }

.btn_mailbox {
  height: 120px; }

.section_dmca {
  background-image: url("../img/dmca_bg.png");
  background-repeat: repeat-x;
  background-position: 0 0; }
  .section_dmca .box-shadow {
    overflow: visible; }
  .section_dmca .sub-title {
    max-width: 840px;
    margin: 0 auto 30px;
    text-align: center; }
  .section_dmca .dmca_info {
    font-size: 19px; }
  .section_dmca .dmca_price {
    margin-top: 25px; }

.dmca_price {
  max-width: 400px;
  margin: 0 auto; }
  @media only screen and (min-width: 768px) {
    .dmca_price {
      max-width: none; } }
  .dmca_price .price_services {
    padding: 25px 0 10px; }
  .dmca_price .amount_domains {
    font-size: 19px;
    display: block;
    padding-bottom: 10px; }
  .dmca_price p a {
    font-weight: bold; }

.copyright_price_block {
  background-color: #f5f5f5;
  text-align: center;
  padding: 5px 10px 20px;
  margin: 0 -20px -20px;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }
  @media only screen and (min-width: 380px) {
    .copyright_price_block {
      padding: 5px 20px 20px; } }
  .copyright_price_block p,
  .copyright_price_block a {
    letter-spacing: -.425px; }
  .copyright_price_block a {
    font-weight: bold; }

.info_agent {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0 auto;
  max-width: 1030px;
  padding: 0 15px; }

.list_dmca {
  list-style-type: none;
  padding: 0 15px;
  max-width: 930px;
  margin: 70px auto 0; }
  .list_dmca li {
    padding-bottom: 40px; }
    .list_dmca li::after {
      clear: both;
      content: "";
      display: table; }
  .list_dmca .logo_dmca {
    width: 157px;
    margin: 0 auto 15px; }
    @media only screen and (min-width: 580px) {
      .list_dmca .logo_dmca {
        float: left; } }
  .list_dmca .desc_dmca {
    text-align: center; }
    .list_dmca .desc_dmca h4 {
      letter-spacing: 0.7px; }
    @media only screen and (min-width: 580px) {
      .list_dmca .desc_dmca {
        float: left;
        text-align: left;
        padding-left: 35px;
        width: -webkit-calc(100% - 157px);
        width: calc(100% - 157px); } }
    .list_dmca .desc_dmca h4 {
      margin: 0;
      font-size: 25px;
      letter-spacing: 1.25px;
      font-weight: normal;
      color: #154353;
      letter-spacing: 0.7px; }
    .list_dmca .desc_dmca p {
      font-size: 19px;
      line-height: 23px; }

.section_protection {
  background: #f5f5f5 url("../img/protection_bg.png") 0 10px repeat-x; }
  .section_protection .visible-xs .dmca_price {
    margin-top: 45px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    position: relative; }
    .section_protection .visible-xs .dmca_price .tabs__caption {
      padding: 20px 0 0;
      border: 1px solid #cfcfcf;
      border-bottom: 0;
      -webkit-border-radius: 10px 10px 0 0;
      border-radius: 10px 10px 0 0; }
    .section_protection .visible-xs .dmca_price .price_services_block {
      padding: 0 20px 20px;
      border: 1px solid #cfcfcf;
      border-top: 0;
      -webkit-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px; }
  .section_protection .hidden-xs .dmca_price {
    padding: 0; }
    .section_protection .hidden-xs .dmca_price.no-sale .bdr {
      padding-top: 50px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      border: 1px solid #cfcfcf; }
    .section_protection .hidden-xs .dmca_price .bdr {
      border: 1px solid #cfcfcf;
      border-top-color: #154353;
      padding: 20px 20px;
      -webkit-border-radius: 0 0 10px 10px;
      border-radius: 0 0 10px 10px;
      overflow: hidden;
      background-color: #fff; }
  .section_protection .hidden-xs .price_services_block .price_services {
    padding-top: 0; }
  .section_protection .hidden-xs .protection_list {
    padding: 40px 0 0; }

.title_protection {
  text-align: center;
  font-size: 25px;
  color: #154353;
  letter-spacing: 1.25px; }
  .title_protection span {
    display: block;
    padding: 0 0 15px; }

.title_dmca_protection {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  color: #154353;
  letter-spacing: .85px;
  padding: 15px 0; }

.sale_box {
  text-transform: uppercase;
  font-size: 18px;
  padding: 6px 0;
  text-align: center;
  letter-spacing: .9px;
  background: #154353;
  color: #ffbc2b;
  margin-bottom: -10px;
  border: 1px solid #154353;
  border-bottom-color: #cfcfcf;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%; }

.hidden-xs .sale_box {
  position: relative;
  left: auto;
  bottom: auto;
  width: auto;
  border: none;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }

.section_have_dmca {
  background: url("../img/have_dmca_bg.png") 0 10px repeat-x; }
  .section_have_dmca h3 {
    font-size: 25px;
    color: #154353;
    font-weight: normal;
    letter-spacing: 1.25px;
    margin: 10px 0 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .section_have_dmca h3 {
        text-align: left; } }
  .section_have_dmca p {
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    padding: 0 15px; }
    @media only screen and (min-width: 768px) {
      .section_have_dmca p {
        text-align: left;
        padding: 0;
        max-width: 485px; } }
  .section_have_dmca .dmca_price p {
    font-size: 17px;
    text-align: center; }
  .section_have_dmca .price_services_block .price_services {
    padding-top: 0; }

.dmca_form .dmca_price {
  margin-top: 30px;
  overflow: visible;
  padding: 15px 20px 5px;
  margin-bottom: 35px; }

.new-banner-dmca .price_services {
  padding-bottom: 5px !important;
  padding-top: 5px !important; }

.section_trademarks {
  background-color: #f5f5f5;
  background-image: url("../img/trademarks_bg.png");
  background-repeat: repeat-x;
  background-position: 0 10px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb; }
  .section_trademarks .sub-title {
    max-width: 915px;
    margin: 0 auto 30px;
    text-align: center; }
  .section_trademarks .trademarks_item {
    text-align: center;
    padding: 30px 20px 50px;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 300px;
    margin: 0 auto 30px; }
    @media only screen and (min-width: 768px) {
      .section_trademarks .trademarks_item {
        max-width: none; } }
    @media only screen and (min-width: 1200px) {
      .section_trademarks .trademarks_item {
        padding: 30px 25px 50px; }
        .section_trademarks .trademarks_item.trademarks_item_2 p, .section_trademarks .trademarks_item.trademarks_item_3 p {
          padding: 0 35px; } }
    .section_trademarks .trademarks_item h4 {
      color: #154353;
      font-size: 20px;
      font-weight: 600;
      letter-spacing: 1px;
      margin: 0; }
    .section_trademarks .trademarks_item b {
      display: block;
      font-weight: 900;
      font-size: 34px;
      color: #fff;
      padding: 10px 0; }
    .section_trademarks .trademarks_item p {
      margin-top: 0; }
    .section_trademarks .trademarks_item .btn {
      position: absolute;
      bottom: 35px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }

.trademarks_reg_form .btn {
  display: block;
  width: 100%;
  margin-bottom: 30px; }

.trademarks_reg_form .jq-checkbox {
  margin: 3px 10px 0 0; }

.trademarks_reg_form .form-group span {
  font-size: 23px;
  color: #154353;
  font-weight: 600; }
  .trademarks_reg_form .form-group span b {
    font-weight: normal; }

.section_subscribe .title_section {
  font-size: 22px; }
  @media only screen and (min-width: 480px) {
    .section_subscribe .title_section {
      font-size: 25px; } }
  @media only screen and (min-width: 580px) {
    .section_subscribe .title_section {
      font-size: 32px; } }

.subscribe_form {
  max-width: 630px;
  padding: 0 15px;
  margin: 30px auto; }
  @media only screen and (min-width: 480px) {
    .subscribe_form {
      margin: 30px auto 0; } }
  .subscribe_form .form_row {
    position: relative; }
    .subscribe_form .form_row + label {
      text-align: left;
      display: block; }
    .subscribe_form .form_row.has-error + label {
      color: #e21e1e; }
    .subscribe_form .form_row .icon {
      font-size: 26px;
      color: #b9b9b9;
      position: absolute;
      top: 50%;
      left: 24px;
      margin-top: 2px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      .subscribe_form .form_row .icon.icon-times-circle {
        left: auto;
        right: 15px;
        margin-top: 0;
        color: #e21e1e !important; }
        @media only screen and (min-width: 480px) {
          .subscribe_form .form_row .icon.icon-times-circle {
            right: 150px; } }
    .subscribe_form .form_row.placeholder_icon input {
      padding-left: 55px; }
    .subscribe_form .form_row input {
      display: block;
      width: 100%;
      height: 50px;
      background-color: #eff0f4;
      border: none;
      outline: none;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-size: 17px;
      color: #989898;
      letter-spacing: .85px; }
    .subscribe_form .form_row button {
      position: absolute;
      top: 100%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      margin: 35px 0;
      height: 50px;
      width: 130px;
      text-transform: uppercase;
      background-color: #eff0f4;
      border: 2px solid #154353;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      font-size: 17px;
      font-weight: 600;
      color: #154353;
      letter-spacing: 1.7px;
      outline: none;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
      @media only screen and (min-width: 480px) {
        .subscribe_form .form_row button {
          right: 0;
          top: 0;
          margin: 0;
          left: auto;
          -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
          transform: translateX(0); } }
      .subscribe_form .form_row button:hover {
        background-color: #154353;
        color: #fff; }

.title_form {
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  color: #bcbcbc;
  font-weight: normal;
  letter-spacing: 1.5px;
  position: relative;
  margin: 35px 0; }
  .title_form::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #bcbcbc; }
  .title_form span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 15px;
    background-color: #fff; }

.form-group,
.form-group-list {
  position: relative;
  margin-bottom: 30px; }
  .form-group.fg-no-name,
  .form-group-list.fg-no-name {
    padding: 22px 0 0; }
  .form-group span,
  .form-group-list span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #868787;
    letter-spacing: 1.5px; }
    .form-group span a,
    .form-group-list span a {
      font-size: 14px;
      text-decoration: none; }
      .form-group span a:hover,
      .form-group-list span a:hover {
        text-decoration: underline; }
    @media only screen and (min-width: 380px) {
      .form-group span,
      .form-group-list span {
        font-size: 15px; }
        .form-group span a,
        .form-group-list span a {
          font-size: 15px; } }
    .form-group span .amount_domains,
    .form-group-list span .amount_domains {
      float: right;
      color: #43CB83; }
  .form-group label,
  .form-group-list label {
    display: block;
    font-size: 15px;
    color: #a8acb9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .form-group.has-focus label, .form-group.has-focus span,
  .form-group-list.has-focus label,
  .form-group-list.has-focus span {
    color: #154353; }
  .form-group.has-focus input.form-control,
  .form-group.has-focus textarea.form-control,
  .form-group-list.has-focus input.form-control,
  .form-group-list.has-focus textarea.form-control {
    background-color: #fff;
    border: 2px solid #f7a900; }
  .form-group.has-focus .tag-editor,
  .form-group-list.has-focus .tag-editor {
    background-color: #fff;
    border: 2px solid #f7a900; }
    .form-group.has-focus .tag-editor input,
    .form-group-list.has-focus .tag-editor input {
      background-color: transparent;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .form-group.has-error label,
  .form-group-list.has-error label {
    color: #e21e1e; }
  .form-group.has-error input.form-control,
  .form-group.has-error textarea.form-control,
  .form-group-list.has-error input.form-control,
  .form-group-list.has-error textarea.form-control {
    border: 2px solid #e21e1e; }
  .form-group.has-error .jq-checkbox,
  .form-group-list.has-error .jq-checkbox {
    border-color: #e21e1e; }
  .form-group.has-success input.form-control,
  .form-group.has-success textarea.form-control,
  .form-group-list.has-success input.form-control,
  .form-group-list.has-success textarea.form-control {
    border: 2px solid #43cb83; }
  .form-group.has-success .jq-checkbox,
  .form-group-list.has-success .jq-checkbox {
    border-color: #43cb83; }

.form-group-list.has-focus input.form-control,
.form-group-list.has-focus textarea.form-control {
  background-color: #fff;
  border: 1px solid  #ccc; }

.form-group-list.has-error label {
  color: #e21e1e; }

.form-group-list.has-error input.form-control,
.form-group-list.has-error textarea.form-control {
  border: 1px solid  #ccc; }

.form-group-list.has-success input.form-control,
.form-group-list.has-success textarea.form-control {
  border: 1px solid  #ccc; }

.form-group-list .fg-line.has-focus label, .form-group-list .fg-line.has-focus span {
  color: #154353; }

.form-group-list .fg-line.has-focus input.form-control,
.form-group-list .fg-line.has-focus textarea.form-control {
  background-color: #fff;
  border: 2px solid #f7a900 !important; }

.form-group-list .fg-line.has-error label {
  color: #e21e1e; }

.form-group-list .fg-line.has-error input.form-control,
.form-group-list .fg-line.has-error textarea.form-control {
  border: 2px solid #e21e1e; }

.form-group-list .fg-line.has-success input.form-control,
.form-group-list .fg-line.has-success textarea.form-control {
  border: 2px solid #43cb83; }

.fg-line {
  position: relative;
  vertical-align: top;
  margin: 5px 0; }
  .fg-line.has-focus label, .fg-line.has-focus span {
    color: #154353; }
  .fg-line.has-focus input.form-control,
  .fg-line.has-focus textarea.form-control {
    background-color: #fff;
    border: 2px solid #f7a900 !important; }
  .fg-line .copy-btn {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 74px;
    height: 35px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: none;
    background: #fff;
    text-transform: uppercase;
    color: #868787;
    letter-spacing: 1.5px; }
  .fg-line .icon {
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    display: none;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .fg-line .icon.icon-check-circle {
      color: #43cb83; }
    .fg-line .icon.icon-times-circle {
      color: #e21e1e; }
  .fg-line input.form-control,
  .fg-line textarea.form-control {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #4f5362;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding-left: 15px;
    /* padding-right: 40px */
    padding-right: 15px;
    /* @include transition(all .3s) */ }
  .fg-line input[type=checkbox] + label,
  .fg-line textarea[type=checkbox] + label {
    display: inline-block; }
  .fg-line input[type=password],
  .fg-line textarea[type=password] {
    letter-spacing: 5px; }
  .fg-line textarea.form-control {
    height: 160px;
    resize: none; }
  .fg-line .tag-editor {
    font-size: 16px;
    color: #4f5362;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 7px 5px 7px 15px;
    min-height: 50px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .fg-line .tag-editor input {
      height: auto; }
    .fg-line .tag-editor .tag-editor-tag {
      background: #154353;
      color: #fff;
      font-size: 16px;
      padding: 5px 10px 5px 15px;
      -webkit-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
    .fg-line .tag-editor .tag-editor-delete {
      background: #154353;
      padding: 0 10px 0 0;
      width: 24px;
      height: 30px;
      -webkit-border-radius: 0 5px 5px 0;
      border-radius: 0 5px 5px 0;
      position: relative; }
      .fg-line .tag-editor .tag-editor-delete i {
        line-height: 1;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .fg-line .tag-editor .tag-editor-delete i::before {
          font-size: 23px;
          vertical-align: top; }

.jq-checkbox {
  top: 0;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  float: left; }
  .jq-checkbox + label {
    display: inline-block;
    line-height: 20px;
    float: left;
    width: -webkit-calc(100% - 53px);
    width: calc(100% - 53px); }
    .jq-checkbox + label span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.2;
      text-transform: none;
      letter-spacing: 0; }
  .jq-checkbox.checked .jq-checkbox__div {
    color: #154353;
    font-size: 12px;
    line-height: 22px;
    text-align: center; }
    .jq-checkbox.checked .jq-checkbox__div::before {
      content: "\f00c";
      font-family: 'iconfont' !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .jq-checkbox.checked.focused {
    background-color: #fff; }
  .jq-checkbox.focused, .jq-checkbox:hover {
    background-color: #fff; }
  .jq-checkbox.focused {
    background-color: #fff; }
  .jq-checkbox.disabled {
    opacity: .55; }

.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer; }
  .jq-radio.checked .jq-radio__div {
    width: 10px;
    height: 10px;
    margin: 3px 0 0 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #777;
    -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); }
  .jq-radio.focused {
    border: 1px solid #08C; }
  .jq-radio.disabled {
    opacity: .55; }

.jq-file {
  width: 270px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
  .jq-file input {
    height: auto;
    line-height: 1em;
    cursor: pointer; }

.jq-file__name {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF; }

.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF; }

.jq-file.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }
  .jq-file.disabled .jq-file__name, .jq-file.disabled .jq-file__browse {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888; }

.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0; }

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1); }
  .jq-number__field:hover {
    border-color: #B3B3B3; }
  .jq-number__field input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 9px;
    border: none;
    outline: none;
    background: none;
    font: 14px Arial, sans-serif;
    color: #333;
    text-align: left;
    -moz-appearance: textfield; }
    .jq-number__field input::-webkit-inner-spin-button, .jq-number__field input::-webkit-outer-spin-button {
      margin: 0;
      -webkit-appearance: none; }

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }
  .jq-number__spin.minus {
    top: auto;
    bottom: 0; }
  .jq-number__spin:hover {
    background: #E6E6E6;
    background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
    background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
    background: linear-gradient(#F6F6F6, #E6E6E6); }
  .jq-number__spin:active {
    background: #F5F5F5;
    -webkit-box-shadow: inset 1px 1px 3px #DDD;
    box-shadow: inset 1px 1px 3px #DDD; }
  .jq-number__spin:after {
    content: '';
    position: absolute;
    top: 4px;
    left: 11px;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #999;
    border-left: 5px solid transparent; }
  .jq-number__spin.minus:after {
    top: 5px;
    border-top: 5px solid #999;
    border-right: 5px solid transparent;
    border-bottom: none;
    border-left: 5px solid transparent; }
  .jq-number__spin.minus:hover:after {
    border-top-color: #000; }
  .jq-number__spin.plus:hover:after {
    border-bottom-color: #000; }

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF; }

.jq-number.disabled .jq-number__field {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }
  .jq-number.disabled .jq-number__spin:after {
    border-bottom-color: #AAA; }
  .jq-number.disabled .jq-number__spin.minus:after {
    border-top-color: #AAA; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%; }

.jq-selectbox__select {
  height: 50px;
  padding: 0 45px 0 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  font: 18px/50px "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  color: #4f5362;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .jq-selectbox__select:hover {
    border-color: #ffbc2b; }
  .jq-selectbox__select:active {
    border-color: #ffbc2b; }

.jq-selectbox.focused .jq-selectbox__select {
  border-color: #ffbc2b; }

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.jq-selectbox .nicescroll-rails {
  visibility: hidden; }

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis; }

.jq-selectbox .placeholder {
  color: #868787;
  width: 100% !important; }

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 0;
  height: 0;
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000; }

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA; }

.jq-selectbox.opened .jq-selectbox__select {
  background-color: #fff;
  border-color: #ffbc2b; }

.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0 0 6px rgba(21, 67, 83, 0.34);
  box-shadow: 0 0 6px rgba(21, 67, 83, 0.34);
  font: 18px/35px "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.jq-selectbox__search {
  margin: 5px; }
  .jq-selectbox__search input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 5px 27px 6px 8px;
    border: 1px solid #CCC;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    outline: none;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
    -webkit-box-shadow: inset 1px 1px #F1F1F1;
    box-shadow: inset 1px 1px #F1F1F1;
    color: #333;
    -webkit-appearance: textfield; }
    .jq-selectbox__search input::-webkit-search-cancel-button, .jq-selectbox__search input::-webkit-search-decoration {
      -webkit-appearance: none; }

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  min-height: 18px;
  padding: 0 35px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #4f5362; }
  .jq-selectbox li.selected {
    background-color: #093645;
    color: #FFF; }
  .jq-selectbox li:hover {
    background-color: #154353;
    color: #FFF; }
  .jq-selectbox li.disabled {
    color: #AAA; }
    .jq-selectbox li.disabled:hover {
      background: none; }
  .jq-selectbox li.optgroup {
    font-weight: bold; }
    .jq-selectbox li.optgroup:hover {
      background: none;
      color: #231F20;
      cursor: default; }
  .jq-selectbox li.option {
    padding-left: 25px; }

.jq-select-multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default; }
  .jq-select-multiple.focused {
    border: 1px solid #5794BF; }
  .jq-select-multiple.disabled {
    border-color: #CCC;
    background: #F5F5F5;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #888; }
  .jq-select-multiple ul {
    margin: 0;
    padding: 0; }
  .jq-select-multiple li {
    padding: 3px 9px 4px;
    list-style: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap; }
    .jq-select-multiple li:first-child {
      -webkit-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
    .jq-select-multiple li:last-child {
      -webkit-border-radius: 0 0 3px 3px;
      border-radius: 0 0 3px 3px; }
    .jq-select-multiple li.selected {
      background: #08C;
      color: #FFF; }
    .jq-select-multiple li.disabled {
      color: #AAA; }
  .jq-select-multiple.disabled li.selected {
    background: #CCC;
    color: #FFF; }
  .jq-select-multiple li.selected.disabled {
    background: #CCC;
    color: #FFF; }
  .jq-select-multiple li.optgroup {
    font-weight: bold; }
  .jq-select-multiple li.option {
    padding-left: 25px; }

input[type='email'].styler, input[type='password'].styler, input[type='search'].styler, input[type='tel'].styler, input[type='text'].styler, input[type='url'].styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333; }

input[type='search'].styler {
  -webkit-appearance: none; }

textarea.styler {
  overflow: auto; }

input[type='email'].styler:hover, input[type='password'].styler:hover, input[type='search'].styler:hover, input[type='tel'].styler:hover, input[type='text'].styler:hover, input[type='url'].styler:hover {
  border-color: #B3B3B3; }

textarea.styler:hover {
  border-color: #B3B3B3; }

input[type='email'].styler:focus, input[type='password'].styler:focus, input[type='search'].styler:focus, input[type='tel'].styler:focus, input[type='text'].styler:focus, input[type='url'].styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

button.styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

input[type='button'].styler, input[type='submit'].styler, input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: -webkit-linear-gradient(#FFF, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  -webkit-box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer; }

button.styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type='button'].styler::-moz-focus-inner, input[type='submit'].styler::-moz-focus-inner, input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0; }

button.styler:not([disabled]):hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

input[type='button'].styler:not([disabled]):hover, input[type='submit'].styler:not([disabled]):hover, input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6); }

button.styler:not([disabled]):active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

input[type='button'].styler:not([disabled]):active, input[type='submit'].styler:not([disabled]):active, input[type='reset'].styler:active {
  background: #F5F5F5;
  -webkit-box-shadow: inset 1px 1px 3px #DDD;
  box-shadow: inset 1px 1px 3px #DDD; }

button.styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

input[type='button'].styler[disabled], input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #888; }

.select-btn {
  position: relative; }
  .select-btn::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    position: absolute;
    right: 15px;
    top: 20px; }
  .select-btn:hover button {
    border: 2px solid #f7a900; }
  .select-btn button {
    display: block;
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #4f5362;
    background-color: #fff;
    border: 1px solid #ccc;
    outline: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    padding-left: 10px; }
    .select-btn button + select {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      height: 50px;
      opacity: 0;
      filter: alpha(opacity=0);
      z-index: 10;
      cursor: pointer;
      width: 100%;
      visibility: visible;
      outline: 0;
      margin: 0;
      padding: 0;
      border: none;
      line-height: 50px; }

.footer {
  background-color: #154353;
  padding: 45px 0; }
  .footer .logotype {
    opacity: .5; }
  .footer p {
    font-size: 16px;
    letter-spacing: auto;
    color: #fff;
    padding-right: 10px; }
  .footer .link_footer {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 10px; }
    @media only screen and (min-width: 380px) {
      .footer .link_footer {
        margin-right: 20px;
        font-size: 15px; } }
    @media only screen and (min-width: 480px) {
      .footer .link_footer {
        margin-right: 45px; } }
    .footer .link_footer:hover {
      text-decoration: underline; }
  .footer .title_footer {
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 15px 0; }
  .footer .menu_footer {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .footer .menu_footer li {
      padding-bottom: 15px; }
    .footer .menu_footer a {
      color: #fff;
      text-decoration: none;
      font-size: 17px;
      letter-spacing: -.64px; }
      .footer .menu_footer a:hover {
        text-decoration: underline; }
  .footer .copyright {
    clear: both;
    padding-left: 15px;
    color: #fff;
    opacity: .5; }

.social a {
  color: #fff;
  text-decoration: none;
  opacity: .5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-right: 15px; }
  .social a:hover {
    opacity: 1; }

.NotMacOS .ta-da-smile {
  display: none; }

.list_payment {
  list-style-type: none;
  padding: 0 0 20px;
  margin: 0 -20px;
  overflow: hidden; }
  .list_payment li {
    float: left;
    display: block;
    padding: 0 20px 20px;
    width: 50%; }
    @media only screen and (min-width: 580px) {
      .list_payment li {
        width: 25%; } }
    @media only screen and (min-width: 768px) {
      .list_payment li {
        width: 50%; } }
    @media only screen and (min-width: 992px) {
      .list_payment li {
        width: 25%; } }
    .list_payment li button {
      background-color: #fff;
      border: 1px solid #eff0f4;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      outline: none;
      font-size: 13px;
      line-height: 15px;
      text-transform: uppercase;
      letter-spacing: 1.3px;
      display: block;
      width: 100%;
      height: 80px; }
      .list_payment li button:hover, .list_payment li button.active {
        background-color: #eff0f4; }
      .list_payment li button i {
        display: inline-block; }

.payment_block {
  padding: 0 0 150px; }

.sidebar_summary {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  margin: 25px 0;
  z-index: 101 !important;
  position: relative; }
  .sidebar_summary .name_summary {
    padding: 18px 20px; }

.title_summary {
  background-color: #ffbc2b;
  color: #093645;
  letter-spacing: 1.6px;
  font-size: 16px;
  padding: 18px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }
  .title_summary.active {
    background-color: #000;
    color: #fff; }
    .title_summary.active .icon {
      -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
      transform: scale(1, -1); }
  .title_summary .icon {
    font-size: 19px;
    position: relative;
    top: 2px;
    display: inline-block; }
  @media only screen and (min-width: 768px) {
    .title_summary {
      text-align: center;
      background-color: #000;
      color: #fff; }
      .title_summary .icon {
        display: none; } }

.name_summary {
  color: #000; }
  .name_summary::after {
    clear: both;
    content: "";
    display: table; }
  .name_summary .service {
    font-size: 16px;
    float: left;
    padding: 15px 0 0;
    width: 175px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .name_summary .service .icons {
      float: left;
      margin: 0 15px 0 0;
      position: relative;
      top: -15px;
      margin-bottom: -15px; }
      .name_summary .service .icons.icon-agent {
        width: 55px;
        height: 55px;
        background: url("../img/iconSVG/registered_agent.svg") 50% 50% no-repeat;
        background-size: contain; }
      @media only screen and (min-width: 480px) {
        .name_summary .service .icons {
          margin: 0 15px 0 12px; } }
  .name_summary .price_service {
    float: right;
    font-weight: 900;
    font-size: 24px;
    padding: 10px 3px; }

.without-billing .info_summary {
  border-bottom: none; }

.without-billing .sidebar_summary .btn {
  display: none; }

.info_summary {
  margin: 0 20px;
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf; }
  .info_summary ul {
    list-style-type: none;
    padding: 20px 0 0;
    margin: 0; }
    .info_summary ul li {
      padding-bottom: 20px; }
    .info_summary ul h5 {
      font-weight: normal;
      font-size: 13px;
      color: #c5c5c5;
      text-transform: uppercase;
      letter-spacing: 2.964px;
      margin: 0; }
    .info_summary ul strong {
      font-size: 15px;
      color: #000;
      font-weight: 900; }
    .info_summary ul span {
      display: block;
      font-size: 15px;
      line-height: 20px;
      color: #000;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

.domains-list {
  position: relative;
  overflow: hidden; }
  .domains-list .show-domains {
    display: none;
    background-color: #fff;
    border: none;
    text-transform: uppercase;
    font-size: 13px;
    color: #154353;
    letter-spacing: 1.625px;
    padding: 0;
    outline: none;
    position: absolute;
    bottom: 0;
    left: 0; }
    .domains-list .show-domains .icon {
      font-size: 18px;
      position: relative;
      top: 3px;
      margin-left: 10px; }
  .domains-list.more-domains {
    margin-bottom: 20px; }
    .domains-list.more-domains.clossed::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 40px;
      background-image: -webkit-linear-gradient( bottom , white 65%, rgba(255, 255, 255, 0.4));
      background-image: -webkit-gradient(linear, left bottom, left top, color-stop(65%, white), color-stop(65%, rgba(255, 255, 255, 0.4)));
      background-image: -webkit-linear-gradient(bottom, white 65%, rgba(255, 255, 255, 0.4));
      background-image: linear-gradient(to top, white 65%, rgba(255, 255, 255, 0.4)); }
    .domains-list.more-domains .show-domains {
      display: block; }

.body_summary {
  display: none;
  border: 1px solid #cfcfcf;
  border-top-color: #000;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px; }
  @media only screen and (min-width: 768px) {
    .body_summary {
      display: block !important; } }

.btn.order_btn {
  display: block;
  margin: 20px auto;
  width: 250px; }
  .btn.order_btn.pull-left {
    float: none !important;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      .btn.order_btn.pull-left {
        float: left !important;
        min-width: 300px;
        width: 50%; } }
  @media only screen and (min-width: 480px) {
    .btn.order_btn {
      width: 313px; } }

.btn.pay_latter_btn {
  margin: 20px 0;
  width: 100%;
  border: 2px solid #154353;
  background: #fff;
  color: #154353; }
  .btn.pay_latter_btn:hover {
    background: #154353;
    color: #fff; }
  @media only screen and (min-width: 480px) {
    .btn.pay_latter_btn {
      min-width: 300px;
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 20px 0 20px 20px; } }

.sync-block::after {
  clear: both;
  content: "";
  display: table; }

.sync-block .refresh-sync {
  float: left;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  color: #bdbdbd; }
  .sync-block .refresh-sync button {
    display: block;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #eff0f4;
    font-size: 42px;
    color: #154353;
    background: #fff; }

.sync-block .sync-proccesing-block {
  float: left;
  padding: 5px 0 0 10px;
  font-size: 15px;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px); }

.sync-block .head-sync {
  padding-bottom: 25px; }
  .sync-block .head-sync::after {
    clear: both;
    content: "";
    display: table; }
  .sync-block .head-sync .time-sync {
    float: right; }

.progress {
  height: 20px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #eff0f4; }
  .progress::after {
    clear: both;
    content: "";
    display: table; }
  .progress .progress-bar {
    background-color: #ffbc2b;
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease; }

@media only screen and (max-width: 580px) {
  .info-launch-app .col-md-6.col-sm-12.col-xs-6 {
    width: 100%; } }

.qr-code {
  padding: 0 0 15px;
  text-align: center; }
  @media only screen and (min-width: 580px) {
    .qr-code {
      padding: 25px 0 0; } }
  @media only screen and (min-width: 768px) {
    .qr-code {
      padding: 0 0 15px; } }
  @media only screen and (min-width: 992px) {
    .qr-code {
      padding: 25px 0 0; } }
  .qr-code img {
    max-width: 160px; }

.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.order-container {
  max-width: 900px;
  margin: 0 auto; }
  .order-container .title_form {
    color: #000; }
  .order-container .head-print {
    display: none; }
  .order-container .name_summary .service .icons {
    margin: 0 15px 0 0; }
  .order-container table {
    width: 100%;
    table-layout: fixed; }
    .order-container table th {
      color: #868787;
      text-transform: uppercase;
      font-weight: normal;
      width: 175px;
      text-align: left;
      font-size: 15px;
      padding: 15px 0; }
      .order-container table th.v-a-t {
        vertical-align: top; }
    .order-container table td {
      vertical-align: top;
      font-size: 17px;
      color: #000;
      padding: 15px 0; }
    .order-container table .order-number {
      color: #000;
      font-size: 27px; }
    .order-container table .alternative-names {
      list-style-type: none;
      padding: 0;
      margin: 0;
      display: table;
      max-width: 100%;
      width: 100%;
      table-layout: fixed; }
      .order-container table .alternative-names li {
        display: table-row; }
      .order-container table .alternative-names span {
        width: 190px;
        float: left;
        padding: 5px 15px 5px 0;
        white-space: normal;
        word-wrap: break-word;
        display: table-cell; }
        .order-container table .alternative-names span:last-child {
          width: -webkit-calc(100% - 190px);
          width: calc(100% - 190px); }
      .order-container table .alternative-names .title span {
        padding-top: 0;
        font-size: 14px;
        color: #000;
        text-transform: none; }

@media only screen and (max-width: 480px) {
  .order-container table tr {
    display: block;
    padding-bottom: 15px; }
  .order-container table td, .order-container table th {
    display: block;
    padding: 0; } }

@media print {
  @page {
    margin: 0;
    size: auto; }
  * {
    -webkit-print-color-adjust: exact; }
  body {
    margin: 0mm 0mm 0mm 0mm !important;
    padding: 0mm !important; }
  .header,
  .footer,
  .temporary_footer,
  .btn-print-pdf,
  .service .icons {
    display: none !important; }
  .order-container {
    max-width: 650px !important;
    margin: 0 auto !important; }
    .order-container table th, .order-container table td {
      padding: 5px 0 !important;
      font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important; }
  .title_form {
    margin-top: 15px !important; }
  .head-print {
    display: block !important;
    padding: 25px 0 10px !important; }
    .head-print span {
      float: right !important;
      color: #093645 !important;
      font-size: 25px !important;
      font-weight: bold !important;
      font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
      line-height: 50px !important; }
    .head-print img {
      width: 271px !important; } }

.contact_info {
  max-width: 1040px;
  margin: 40px auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 45px 0 0; }
  .contact_info a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important; }
  .contact_info .contact_block {
    text-align: center;
    position: relative;
    padding: 0 0 15px; }
    @media only screen and (min-width: 768px) {
      .contact_info .contact_block {
        height: 56px;
        display: inline-block;
        padding: 0; }
        .contact_info .contact_block::after {
          content: '';
          height: 100%;
          display: inline-block;
          vertical-align: middle; } }
    @media only screen and (min-width: 768px) {
      .contact_info .contact_block.phone_contact {
        text-align: right; } }
    .contact_info .contact_block.phone_contact .contact {
      display: block; }
      .contact_info .contact_block.phone_contact .contact span {
        top: 3px; }
    @media only screen and (min-width: 768px) {
      .contact_info .contact_block.address_contact {
        text-align: left; } }
    .contact_info .contact_block .contact {
      display: inline-block;
      vertical-align: middle; }
      .contact_info .contact_block .contact span {
        font-size: 15px;
        font-weight: 600;
        color: #ffbc2b;
        display: inline-block;
        vertical-align: top;
        position: relative;
        top: 5px;
        padding-right: 10px; }
        .contact_info .contact_block .contact span .icon {
          font-size: 18px; }
      .contact_info .contact_block .contact a,
      .contact_info .contact_block .contact address {
        font-style: normal;
        font-size: 19px;
        color: #fff;
        text-decoration: none;
        line-height: 28px;
        display: inline-block; }

.section_contact {
  background: url("../img/dmca_bg.png") 0 0 repeat-x; }
  .section_contact.section {
    padding-bottom: 70px; }
  .section_contact .title_section {
    font-size: 32px; }
    @media only screen and (min-width: 380px) {
      .section_contact .title_section {
        font-size: 42px; } }
  .section_contact .sub-title {
    max-width: 730px;
    text-align: center;
    margin: 1em auto; }
  .section_contact .btn {
    display: block;
    margin: 0 auto; }

.contact_thank {
  margin: 0 auto;
  text-align: center; }
  @media only screen and (min-width: 380px) {
    .contact_thank {
      width: 330px; } }
  @media only screen and (min-height: 768px) {
    .contact_thank {
      margin: 85px auto; } }
  @media only screen and (min-height: 992px) {
    .contact_thank {
      margin: 148px auto; } }
  .contact_thank .icon {
    display: block;
    font-size: 104px;
    margin: 0 auto;
    color: #ffbc2b; }
  .contact_thank span {
    display: block;
    font-size: 21px;
    font-weight: bold;
    padding: 10px 0; }
    @media only screen and (min-width: 380px) {
      .contact_thank span {
        font-size: 25px; } }
  .contact_thank p {
    font-size: 15px;
    margin: 0; }
    @media only screen and (min-width: 380px) {
      .contact_thank p {
        font-size: 17px; } }

.login,
.login body {
  font-family: "Source Sans Pro", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
  @media only screen and (min-height: 768px) {
    .login,
    .login body {
      height: 100%; } }

@media only screen and (min-height: 768px) {
  .login .wrapper {
    height: 100%; } }

.login_wrapper {
  background: url("../img/header_bg_home.jpg") 50% 50% no-repeat;
  height: 100%;
  background-size: cover;
  position: relative;
  text-align: center;
  min-height: 700px;
  padding: 0 15px; }
  .login_wrapper a.btn {
    line-height: 40px;
    color: #093645 !important; }
    .login_wrapper a.btn.center_btn {
      margin: 30px auto; }
  .login_wrapper .btn {
    display: inline-block;
    background-color: #ffbc2b;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 600;
    color: #093645;
    text-align: center;
    width: 250px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 17px;
    letter-spacing: 0.7px;
    border: none;
    outline: none !important;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .login_wrapper .btn:disabled {
      background-color: #ccc;
      color: #fff; }
    .login_wrapper .btn.center_btn {
      display: block;
      margin: 30px auto 0; }
    .login_wrapper .btn:hover {
      cursor: pointer;
      background-color: #f7a900; }
  .login_wrapper::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #093645;
    opacity: .7; }
  .login_wrapper.d_login {
    background: #fff;
    min-height: none; }
    .login_wrapper.d_login .login_block {
      margin: 0; }
      @media only screen and (min-height: 380px) {
        .login_wrapper.d_login .login_block {
          margin: 40px 0 0; } }
      .login_wrapper.d_login .login_block .logo_login {
        margin: 0 auto; }
    .login_wrapper.d_login::after {
      display: none; }
  @media only screen and (min-width: 768px) {
    .login_wrapper::before {
      content: '';
      height: 100%;
      display: inline-block;
      vertical-align: middle; } }
  .login_wrapper .login_block {
    position: relative;
    z-index: 10;
    width: 100%;
    margin: 40px 0 0;
    display: inline-block; }
    .login_wrapper .login_block.active {
      display: inline-block; }
    @media only screen and (min-width: 768px) {
      .login_wrapper .login_block {
        max-width: 615px; } }
    @media only screen and (min-height: 768px) {
      .login_wrapper .login_block {
        vertical-align: middle; } }
    .login_wrapper .login_block a.change_block {
      color: #fff;
      font-size: 17px;
      text-decoration: underline; }
      .login_wrapper .login_block a.change_block:hover {
        text-decoration: none; }
    .login_wrapper .login_block .thx_text {
      text-align: center;
      font-size: 21px;
      max-width: 350px;
      margin: 30px auto; }
    .login_wrapper .login_block .logo_login {
      width: 271px;
      display: block;
      margin: 0 auto 40px; }
  .login_wrapper .login_form {
    background-color: #fff;
    text-align: left;
    margin-bottom: 25px;
    overflow: hidden; }
    .login_wrapper .login_form .form-group {
      position: relative;
      margin-bottom: 30px; }
      .login_wrapper .login_form .form-group .form-control-feedback {
        height: 50px;
        line-height: 50px; }
      .login_wrapper .login_form .form-group.has-success .form-control {
        border: 1px solid transparent; }
      .login_wrapper .login_form .form-group.has-success .form-control-feedback,
      .login_wrapper .login_form .form-group.has-success .help-block {
        color: #43cb83; }
      .login_wrapper .login_form .form-group.has-error .form-control {
        border: 1px solid transparent; }
      .login_wrapper .login_form .form-group.has-error .form-control-feedback,
      .login_wrapper .login_form .form-group.has-error .help-block {
        color: #e21e1e; }
      .login_wrapper .login_form .form-group span {
        text-transform: uppercase;
        letter-spacing: 1.5px;
        font-size: 15px;
        color: #868787; }
      .login_wrapper .login_form .form-group .form-control {
        display: block;
        width: 100%;
        height: 50px;
        font-size: 18px;
        color: #4f5362;
        background-color: #eff0f4;
        border: none;
        outline: none;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        padding: 0 40px 0 50px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .login_wrapper .login_form .form-group .form-control:focus {
          background-color: #fff;
          -webkit-box-shadow: 0 0 6px rgba(21, 67, 83, 0.34);
          box-shadow: 0 0 6px rgba(21, 67, 83, 0.34); }
        .login_wrapper .login_form .form-group .form-control[type=password] {
          letter-spacing: 5px; }
        .login_wrapper .login_form .form-group .form-control textarea.form-control {
          height: 160px;
          resize: none; }
      .login_wrapper .login_form .form-group .icon {
        right: auto;
        left: 20px;
        color: #b9b9b9; }
    .login_wrapper .login_form .header_login {
      background: #154353;
      color: #ffbc2b;
      font-size: 35px;
      font-weight: bold;
      text-align: center;
      padding: 9px 0; }
    .login_wrapper .login_form form {
      padding: 35px 15px; }
      @media only screen and (min-width: 480px) {
        .login_wrapper .login_form form {
          padding: 35px 70px; } }

#recovery_password .thx_text {
  font-size: 17px;
  max-width: 420px;
  margin: 0 auto 25px; }

.fg-line {
  position: relative;
  margin: 5px 0; }
  .fg-line .icon {
    font-size: 25px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    .fg-line .icon.form-control-feedback {
      right: 10px !important;
      left: auto !important; }

.blog_subscribe .link_blog_subscribe {
  background: none;
  border: none;
  outline: none;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.7px;
  margin: 3em 0; }
  .blog_subscribe .link_blog_subscribe .icon {
    font-size: 21px;
    position: relative;
    top: 3px;
    margin-right: 5px; }

.blog_subscribe .subscribe_form {
  display: none; }
  .blog_subscribe .subscribe_form .form_row::after {
    clear: both;
    content: "";
    display: table; }
  .blog_subscribe .subscribe_form .form_row input {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 6px;
    border-radius: 6px; }
    @media only screen and (min-width: 480px) {
      .blog_subscribe .subscribe_form .form_row input {
        float: left;
        width: -webkit-calc(100% - 133px);
        width: calc(100% - 133px); } }
    .blog_subscribe .subscribe_form .form_row input:focus {
      background-color: #FFF;
      color: #4f5362; }
      .blog_subscribe .subscribe_form .form_row input:focus + i {
        color: #4f5362; }
    .blog_subscribe .subscribe_form .form_row input::-webkit-input-placeholder {
      color: #fff; }
    .blog_subscribe .subscribe_form .form_row input:-moz-placeholder {
      color: #fff; }
    .blog_subscribe .subscribe_form .form_row input::-moz-placeholder {
      color: #fff; }
    .blog_subscribe .subscribe_form .form_row input:-ms-input-placeholder {
      color: #fff; }
  .blog_subscribe .subscribe_form .form_row button {
    border: none; }
    @media only screen and (min-width: 480px) {
      .blog_subscribe .subscribe_form .form_row button {
        position: relative;
        right: auto;
        top: auto;
        left: auto;
        float: right; } }
    .blog_subscribe .subscribe_form .form_row button:hover {
      color: #154353;
      background-color: #ffbc2b; }
  .blog_subscribe .subscribe_form .form_row .icon {
    color: #fff; }

.blog_subscribe .thx_subscribe_form {
  color: #ffbc2b;
  padding: 1.5em 0 0; }
  .blog_subscribe .thx_subscribe_form i {
    font-size: 48px; }
  .blog_subscribe .thx_subscribe_form h4 {
    margin: 0;
    font-size: 31px;
    line-height: 1; }
  .blog_subscribe .thx_subscribe_form p {
    font-size: 21px;
    line-height: 27px; }

.section_blog {
  background-color: #f5f5f5; }
  .section_blog.section {
    padding: 0; }

.fillter_posts {
  padding: 30px 0; }

.fillter_btn {
  width: 150px;
  height: 50px;
  font-size: 17px;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
  color: #154353;
  font-weight: 600;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  float: left;
  margin-right: 22px;
  margin-bottom: 15px; }
  @media only screen and (min-width: 992px) {
    .fillter_btn {
      margin-bottom: 0; } }
  .fillter_btn:hover {
    background-color: #ffbc2b; }

.follow_social {
  text-transform: uppercase;
  color: #154353;
  font-weight: 600;
  letter-spacing: .85px;
  line-height: 39px; }
  @media only screen and (min-width: 992px) {
    .follow_social {
      text-align: right; } }
  .follow_social a {
    text-decoration: none;
    color: #a8acb9;
    font-size: 28px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-left: 20px; }
    .follow_social a:hover {
      color: #154353; }
    .follow_social a i {
      vertical-align: middle; }
      .follow_social a i.icon-google-plus {
        font-size: 39px; }

.category_post {
  color: #ffbc2b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: .85px; }

.date_autor_post {
  font-size: 17px;
  color: #eaeaea; }

.post {
  background-color: #fff;
  overflow: hidden;
  margin-bottom: 40px;
  position: relative; }
  .post::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-width: 768px) {
    .post {
      height: 670px; } }
  .post .img_post {
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .post .img_post {
        height: 240px; } }
    .post .img_post img {
      width: 100%;
      height: auto;
      display: block; }
  .post .description_post {
    padding: 20px 25px 20px 35px; }
  .post h2 {
    margin: 0;
    font-size: 27px;
    line-height: 30px;
    color: #154353;
    padding: 15px 0 0; }
  .post p {
    font-size: 19px;
    line-height: 23px;
    max-height: 138px;
    overflow: hidden; }
  .post .read_more {
    display: block;
    width: 145px;
    height: 34px;
    line-height: 33px;
    border: 2px solid #e39c01;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    text-decoration: none !important;
    color: #e39c01;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .post .read_more:hover {
      background-color: #e39c01;
      color: #fff; }
  .post .date_autor_post {
    color: #868686; }
    @media only screen and (min-width: 768px) {
      .post .date_autor_post {
        position: absolute;
        bottom: 30px; } }
    .post .date_autor_post::before {
      content: '';
      display: block;
      width: 45px;
      height: 9px;
      background-color: #f5f5f5;
      margin-bottom: 20px; }
  .post.abridged_article {
    height: auto; }
    .post.abridged_article .img_post {
      height: auto; }
      @media only screen and (min-width: 992px) {
        .post.abridged_article .img_post {
          float: left;
          width: 50%; } }
    @media only screen and (min-width: 992px) {
      .post.abridged_article .description_post {
        float: left;
        width: 50%; } }
    @media only screen and (min-width: 768px) {
      .post.abridged_article h2 {
        font-size: 52px;
        line-height: 52px; } }
    .post.abridged_article .date_autor_post {
      position: static;
      bottom: auto; }

.full_post .header {
  background: url("../img/header_bg_full_post.jpg") 50% 50% no-repeat;
  height: 585px; }

.full_post .header_title {
  max-width: 790px;
  margin: 0 auto;
  padding: 100px 0 0; }
  .full_post .header_title h1 {
    font-size: 45px;
    line-height: 49px;
    margin: 10px 0 15px;
    max-width: none; }
    @media only screen and (min-width: 580px) {
      .full_post .header_title h1 {
        font-size: 65px;
        line-height: 69px; } }
    @media only screen and (min-width: 768px) {
      .full_post .header_title h1 {
        font-size: 85px;
        line-height: 78px; } }

blockquote {
  font-style: italic;
  font-size: 19px;
  line-height: 31px;
  color: #4f5362;
  margin: 2em 0 .5em;
  padding-left: 60px;
  position: relative; }
  @media only screen and (min-width: 480px) {
    blockquote {
      padding-left: 120px;
      font-size: 25px;
      line-height: 37px; } }
  blockquote::before {
    content: '\201c';
    color: #ffbc2b;
    font-weight: 600;
    font-size: 110px;
    font-style: normal;
    position: absolute;
    left: 0;
    top: 35px; }
    @media only screen and (min-width: 480px) {
      blockquote::before {
        font-size: 140px;
        left: 35px; } }
  blockquote .link_quote {
    font-style: normal;
    text-align: right;
    padding: 1em 0 0; }
    blockquote .link_quote a {
      font-size: 19px;
      color: #ffbc2b;
      text-decoration: none;
      text-transform: uppercase; }
      blockquote .link_quote a:hover {
        color: #f7a900; }
    blockquote .link_quote i {
      font-size: 24px;
      position: relative;
      color: #52a9ea;
      top: 3px;
      margin-left: 20px; }

.article {
  padding-bottom: 30px; }
  .article .title_post {
    font-weight: 600;
    font-size: 32px;
    line-height: 38px;
    color: #4f5362; }
  .article p {
    font-size: 19px;
    line-height: 29px; }
    @media only screen and (min-width: 480px) {
      .article p {
        font-size: 22px;
        line-height: 32px; } }
  .article .first_caps span {
    font-size: 65px;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    margin: 15px 15px 0 0; }

.autor_block {
  border: 1px solid #e7e7e7;
  padding: 25px 30px;
  margin: 45px 0 30px;
  overflow: hidden;
  background-color: #f4f4f4;
  background-image: -webkit-linear-gradient(#f4f4f4, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#ffffff));
  background-image: linear-gradient(#f4f4f4, #ffffff); }
  .autor_block::after {
    clear: both;
    content: "";
    display: table; }
  .autor_block .photo_autor {
    width: 94px;
    height: 94px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto; }
    @media only screen and (min-width: 480px) {
      .autor_block .photo_autor {
        float: left; } }
  @media only screen and (min-width: 480px) {
    .autor_block .about_autor {
      float: left;
      padding-left: 45px;
      width: -webkit-calc(100% - 94px);
      width: calc(100% - 94px); } }
  .autor_block .about_autor h3 {
    margin: 0;
    font-weight: 600;
    font-size: 21px;
    text-align: center; }
    @media only screen and (min-width: 480px) {
      .autor_block .about_autor h3 {
        font-size: 32px;
        text-align: left; } }
  .autor_block .about_autor p {
    margin: 10px 0; }

.section_also_like {
  background-color: #f5f5f5; }
  .section_also_like .title_section {
    font-size: 30px;
    margin-bottom: 45px; }
    @media only screen and (min-width: 480px) {
      .section_also_like .title_section {
        font-size: 42px; } }

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #154353;
  z-index: 1000;
  overflow: auto;
  display: none; }
  .modal_overlay .modal_close {
    position: absolute;
    top: 10px;
    right: 10px;
    overflow: hidden;
    width: 40px;
    height: 31px; }
    @media only screen and (min-width: 580px) {
      .modal_overlay .modal_close {
        top: 30px;
        right: 30px; } }
    .modal_overlay .modal_close:hover {
      cursor: pointer; }
      .modal_overlay .modal_close:hover::before, .modal_overlay .modal_close:hover::after {
        border-color: #ffbc2b; }
    .modal_overlay .modal_close::before, .modal_overlay .modal_close::after {
      content: '';
      border: 4px solid #fff;
      display: block;
      width: 15px;
      height: 15px;
      margin: auto;
      position: absolute;
      top: 8px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
    .modal_overlay .modal_close::before {
      right: 4px;
      border-bottom: none;
      border-right: none; }
    .modal_overlay .modal_close::after {
      right: 21px;
      border-top: none;
      border-left: none; }
  .modal_overlay .modal_table {
    width: 100%;
    height: 100%;
    display: table;
    background: url("../img/modal_bg.png") 0 0% repeat-x; }
    .modal_overlay .modal_table .modal_cell {
      display: table-cell;
      text-align: center;
      padding: 40px 15px 0; }
      @media only screen and (min-width: 380px) {
        .modal_overlay .modal_table .modal_cell {
          vertical-align: middle;
          padding: 0 15px 5px; } }
      .modal_overlay .modal_table .modal_cell h3 {
        font-size: 44px;
        color: #ffbc2b;
        margin: 0; }
        @media only screen and (min-width: 380px) {
          .modal_overlay .modal_table .modal_cell h3 {
            font-size: 54px; } }
        @media only screen and (min-width: 580px) {
          .modal_overlay .modal_table .modal_cell h3 {
            font-size: 64px; } }
      .modal_overlay .modal_table .modal_cell .subscribe_modal {
        line-height: 24px; }
        .modal_overlay .modal_table .modal_cell .subscribe_modal h5 {
          font-size: 19px;
          color: #fff;
          margin: 0 0 10px;
          font-weight: normal; }
          @media only screen and (min-width: 380px) {
            .modal_overlay .modal_table .modal_cell .subscribe_modal h5 {
              font-size: 21px; } }
          @media only screen and (min-width: 580px) {
            .modal_overlay .modal_table .modal_cell .subscribe_modal h5 {
              margin: 15px 0; } }
        .modal_overlay .modal_table .modal_cell .subscribe_modal p {
          font-size: 15px;
          color: #fff;
          margin: 10px 0 5px; }
          @media only screen and (min-width: 380px) {
            .modal_overlay .modal_table .modal_cell .subscribe_modal p {
              font-size: 17px; } }
          @media only screen and (min-width: 580px) {
            .modal_overlay .modal_table .modal_cell .subscribe_modal p {
              margin: 15px 0; } }
        .modal_overlay .modal_table .modal_cell .subscribe_modal .subscribe_form {
          margin: 10px auto; }
          @media only screen and (min-width: 580px) {
            .modal_overlay .modal_table .modal_cell .subscribe_modal .subscribe_form {
              margin: 30px auto; } }
        .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row::after {
          clear: both;
          content: "";
          display: table; }
        .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row input {
          color: #fff;
          background-color: rgba(255, 255, 255, 0.3);
          border: 1px solid rgba(255, 255, 255, 0.8);
          -webkit-border-radius: 6px;
          border-radius: 6px; }
          @media only screen and (min-width: 480px) {
            .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row input {
              float: left;
              width: -webkit-calc(100% - 133px);
              width: calc(100% - 133px); } }
          .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row input:focus {
            background-color: #FFF;
            color: #4f5362; }
            .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row input:focus + i {
              color: #4f5362; }
          .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row input::-webkit-input-placeholder {
            color: #fff; }
          .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row input:-moz-placeholder {
            color: #fff; }
          .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row input::-moz-placeholder {
            color: #fff; }
          .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row input:-ms-input-placeholder {
            color: #fff; }
        .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row button {
          border: none; }
          @media only screen and (min-width: 480px) {
            .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row button {
              position: relative;
              right: auto;
              top: auto;
              left: auto;
              float: right; } }
          .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row button:hover {
            color: #154353;
            background-color: #ffbc2b; }
        .modal_overlay .modal_table .modal_cell .subscribe_modal .form_row .icon {
          color: #fff; }
      .modal_overlay .modal_table .modal_cell .thx_subscribe_form i {
        font-size: 104px;
        color: #ffbc2b;
        margin: 20px 0;
        display: inline-block; }
      .modal_overlay .modal_table .modal_cell .thx_subscribe_form h4 {
        margin: 0;
        color: #fff;
        font-size: 25px;
        line-height: 1.2; }
      .modal_overlay .modal_table .modal_cell .thx_subscribe_form p {
        margin: 0;
        color: #fff; }

.temporary_footer {
  background-color: #154353;
  padding: 45px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .temporary_footer .logotype {
    opacity: .5;
    margin: 0 auto 15px; }
    @media only screen and (min-width: 768px) {
      .temporary_footer .logotype {
        margin: 0; } }
  .temporary_footer p {
    font-size: 16px;
    letter-spacing: auto;
    color: #fff;
    padding-right: 10px; }
  .temporary_footer .link_footer {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 10px; }
    @media only screen and (min-width: 768px) {
      .temporary_footer .link_footer {
        margin: 0 0 0 20px;
        font-size: 15px; } }
  .temporary_footer .title_footer {
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    margin: 0;
    padding: 15px 0; }
  .temporary_footer .menu_footer {
    list-style-type: none;
    margin: 0;
    padding: 10px 0 0;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .temporary_footer .menu_footer {
        text-align: right; } }
    .temporary_footer .menu_footer li {
      padding: 0 8px 10px;
      display: inline-block; }
      @media only screen and (min-width: 768px) {
        .temporary_footer .menu_footer li {
          padding: 0 0 15px 25px; } }
    .temporary_footer .menu_footer a {
      color: #fff;
      text-decoration: none;
      font-size: 17px;
      letter-spacing: -.64px; }
      @media only screen and (min-width: 480px) {
        .temporary_footer .menu_footer a {
          font-size: 21px; } }
      .temporary_footer .menu_footer a:hover {
        text-decoration: underline; }
  .temporary_footer .copyright {
    clear: both;
    color: #fff;
    padding: 5px 15px 0;
    text-align: center; }
    .temporary_footer .copyright::after {
      clear: both;
      content: "";
      display: table; }
    @media only screen and (min-width: 768px) {
      .temporary_footer .copyright {
        padding: 45px 15px 0 15px; } }
    .temporary_footer .copyright .pull-right {
      float: none !important; }
      @media only screen and (min-width: 768px) {
        .temporary_footer .copyright .pull-right {
          float: right !important; } }
    .temporary_footer .copyright span {
      opacity: .5;
      display: block;
      float: none;
      padding: 10px 0 0; }
      @media only screen and (min-width: 768px) {
        .temporary_footer .copyright span {
          display: inline-block;
          float: left;
          padding: 0; } }
    .temporary_footer .copyright a {
      opacity: .5; }
      .temporary_footer .copyright a:hover {
        opacity: 1; }

.social a {
  color: #fff;
  text-decoration: none;
  opacity: .5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  margin-right: 15px; }
  .social a:hover {
    opacity: 1; }

.alert {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 17px; }
  .alert h4 {
    margin: 0 0 5px;
    color: inherit; }
  .alert > p,
  .alert > ul {
    margin-bottom: 0; }
  .alert > p + p {
    margin-top: 5px; }

.alert-info-bar {
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative;
  text-align: center; }
  .alert-info-bar a {
    text-decoration: none; }
    .alert-info-bar a:hover {
      text-decoration: underline; }
  .alert-info-bar .close {
    top: 50% !important;
    margin-top: -24px;
    position: absolute !important;
    right: 10px !important; }

.alert-img {
  padding-left: 120px;
  position: relative; }
  .alert-img::before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'iconfont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .alert-img.alert-warning::before {
    content: '\e90b';
    position: absolute;
    left: 22px;
    top: 50%;
    font-size: 72px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fcc235; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 30px; }
  .alert-dismissable .close,
  .alert-dismissible .close {
    position: relative;
    top: -14px;
    right: -21px;
    color: inherit;
    float: right;
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    outline: none; }

.alert-success {
  background-color: #bde692;
  border-color: #c1e17d;
  color: #000; }
  .alert-success hr {
    border-top-color: #b7dc69; }
  .alert-success .close {
    color: #97d854; }
    .alert-success .close:hover {
      color: #4a771b; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .close {
    color: #9acfea; }
    .alert-info .close:hover {
      color: #298fc2; }

.alert-warning {
  background-color: #fdd980;
  border-color: #ebebe8;
  color: #000; }
  .alert-warning hr {
    border-top-color: #dfdfda; }
  .alert-warning .close {
    color: #fcc235; }
    .alert-warning .close:hover {
      color: #956b02; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #e4b9c0; }
  .alert-danger .close {
    color: #dca7a7; }
    .alert-danger .close:hover {
      color: #a84242; }

/* @import "app/libs/animate/animate.sass" */
/* surrounding tag container */
.tag-editor {
  list-style-type: none;
  padding: 0 5px 0 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid #eee;
  cursor: text;
  font: normal 14px sans-serif;
  color: #555;
  background: #fff;
  line-height: 20px; }
  .tag-editor li {
    display: block;
    float: left;
    overflow: hidden;
    margin: 3px 0; }
  .tag-editor div {
    float: left;
    padding: 0 4px; }
  .tag-editor .placeholder {
    padding: 0 8px;
    color: #bbb; }
  .tag-editor .tag-editor-spacer {
    padding: 0;
    width: 8px;
    overflow: hidden;
    color: transparent;
    background: none; }
  .tag-editor input {
    vertical-align: inherit;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
    cursor: text;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-style: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #444; }

/* core styles usually need no change */
/* hide original input field or textarea visually to allow tab navigation */
.tag-editor-hidden-src {
  position: absolute !important;
  left: -99999px; }

/* hide IE10 "clear field" X */
.tag-editor ::-ms-clear {
  display: none; }

.tag-editor .tag-editor-tag {
  padding-left: 5px;
  color: #46799b;
  background: #e0eaf1;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px; }

.tag-editor .tag-editor-delete {
  background: #e0eaf1;
  cursor: pointer;
  -webkit-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  padding-left: 3px;
  padding-right: 4px; }
  .tag-editor .tag-editor-delete i {
    line-height: 18px;
    display: inline-block; }
    .tag-editor .tag-editor-delete i:before {
      font-size: 16px;
      color: #8ba7ba;
      content: "×";
      font-style: normal; }
  .tag-editor .tag-editor-delete:hover i:before {
    color: #d65454; }

.tag-editor .tag-editor-tag.active {
  background: none !important; }
  .tag-editor .tag-editor-tag.active + .tag-editor-delete {
    visibility: hidden;
    cursor: text; }
    .tag-editor .tag-editor-tag.active + .tag-editor-delete i {
      visibility: hidden;
      cursor: text; }

/* tag style */
/* delete icon */
/* jQuery UI autocomplete - code.jquery.com/ui/1.10.2/themes/smoothness/jquery-ui.css */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
  font-size: 14px; }

.ui-front {
  z-index: 9999; }

.ui-menu {
  list-style: none;
  padding: 1px;
  margin: 0;
  display: block;
  outline: none; }
  .ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.4;
    min-height: 0;
    /* support: IE7 */ }

.ui-widget-content {
  border: 1px solid #bbb;
  background: #fff;
  color: #555; }
  .ui-widget-content a {
    color: #46799b; }
  .ui-widget-content .ui-state-hover {
    background: #e0eaf1; }

.ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  background: #e0eaf1; }

.ui-helper-hidden-accessible {
  display: none; }

*::-webkit-input-placeholder {
  font-size: 17px;
  color: #989898;
  opacity: 1; }

*:-moz-placeholder {
  font-size: 17px;
  color: #989898;
  opacity: 1; }

*::-moz-placeholder {
  font-size: 17px;
  color: #989898;
  opacity: 1; }

*:-ms-input-placeholder {
  font-size: 17px;
  color: #989898;
  opacity: 1; }

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #666; }

body input:required:valid,
body textarea:required:valid {
  color: #666; }

/* general section styles */
.text-center {
  text-align: center; }

sup {
  text-transform: capitalize;
  letter-spacing: 1px; }

.section {
  padding: 60px 0 50px; }

.title_section {
  text-align: center;
  font-size: 42px;
  color: #154353;
  margin: 0;
  padding: 0 15px; }
  @media only screen and (min-width: 380px) {
    .title_section {
      font-size: 52px; } }
  .title_section a {
    font-size: 42px;
    color: #154353;
    margin: 0;
    text-decoration: none; }
    @media only screen and (min-width: 380px) {
      .title_section a {
        font-size: 52px; } }

.sub-title {
  padding: 0 15px; }
  .sub-title a {
    text-decoration: none;
    font-size: 17px;
    color: #4f5362; }
    @media only screen and (min-width: 768px) {
      .sub-title a {
        font-size: 21px; } }

.box-shadow {
  padding: 20px;
  background-color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.33);
  overflow: hidden;
  position: relative; }

.tabs__caption {
  list-style-type: none;
  font-size: 0;
  padding: 0;
  margin: 0;
  text-align: center; }
  .tabs__caption li {
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 18px;
    color: #868787;
    background-color: #f2f5f7;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .tabs__caption li:first-child {
      -webkit-border-radius: 5px 0 0 5px;
      border-radius: 5px 0 0 5px; }
    .tabs__caption li:hover {
      cursor: pointer; }
    .tabs__caption li.active {
      color: #ffbc2b;
      background-color: #154353; }
      .tabs__caption li.active:hover {
        cursor: default; }

.tabs__content {
  display: none; }
  .tabs__content.active {
    display: block; }

.price_services_block {
  text-align: center; }
  .price_services_block .price_services {
    color: #b9b9b9;
    font-weight: 300;
    font-size: 32px;
    padding: 25px 0 20px; }
    .price_services_block .price_services b {
      font-weight: 900;
      color: #154353; }
  .price_services_block .price_text {
    font-size: 19px;
    margin: 0 0 30px; }

.dmca_form .btn {
  display: block;
  margin: 0 auto 80px; }

.error_text {
  display: inline-block;
  font-size: 19px;
  color: #fff;
  line-height: 26px;
  text-align: left;
  max-width: 340px;
  margin: 0 auto; }
  @media only screen and (min-width: 380px) {
    .error_text {
      font-size: 21px; } }
  @media only screen and (min-width: 580px) {
    .error_text {
      max-width: 640px; } }
  .error_text b {
    display: block;
    font-size: 64px;
    line-height: 1;
    color: #ffbc2b;
    padding-bottom: 20px; }

.variant_page .container {
  padding: 0; }
  @media only screen and (min-width: 580px) {
    .variant_page .container {
      padding: 0 15px; } }

.variant_page .page {
  text-align: center; }
  @media only screen and (min-width: 580px) {
    .variant_page .page {
      width: 25%;
      float: left; } }
  .variant_page .page img {
    max-width: 117px;
    width: 100%;
    height: auto;
    display: block;
    margin: 25px auto 0; }
    @media only screen and (min-width: 580px) {
      .variant_page .page img {
        max-width: 75px; } }
    @media only screen and (min-width: 768px) {
      .variant_page .page img {
        max-width: 117px; } }
  .variant_page .page a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #154353;
    letter-spacing: 1.7px;
    display: block;
    padding: 49px 0 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .variant_page .page a:hover {
      background-color: #fff; }
    @media only screen and (min-width: 580px) {
      .variant_page .page a {
        font-size: 12px; } }
    @media only screen and (min-width: 768px) {
      .variant_page .page a {
        font-size: 15px; } }
    @media only screen and (min-width: 992px) {
      .variant_page .page a {
        font-size: 17px; } }

.g-recaptcha {
  width: 304px;
  margin: 0 auto 25px; }

.terms {
  padding-bottom: 100px; }

.domain-table {
  position: relative;
  text-align: center; }
  .domain-table::after {
    clear: both;
    content: "";
    display: table; }
  .domain-table .row {
    text-align: left;
    margin: 0 -2px; }
    .domain-table .row .col-xs-6 {
      padding: 0 2px; }
  .domain-table .form-group {
    margin-bottom: 0; }

.btn-link {
  border: none;
  outline: none;
  font-size: 15px;
  padding: 5px 10px;
  margin: 10px 0 30px;
  color: #000;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #154353;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  .btn-link:hover {
    cursor: pointer;
    text-decoration: none;
    background: #154353;
    color: #fff; }

.style-legal {
  color: #868787;
  font-size: 15px;
  margin-bottom: 50px; }
  .style-legal a {
    font-size: 15px;
    color: #154353;
    text-decoration: none; }
    .style-legal a:hover {
      text-decoration: underline; }

.payment-methods {
  list-style-type: none;
  padding-bottom: 20px; }
  .payment-methods .form-group {
    margin-bottom: 5px; }
    .payment-methods .form-group label span {
      color: #4f5362; }

/*==========  Desktop First Method  ==========*/
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  /**/ }

/* Custom, iPhone Retina */
@media only screen and (max-width: 320px) {
  /**/ }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  /**/ }

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  /**/ }

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  /**/ }

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  /**/ }

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  /**/ }
