@charset "UTF-8";
@import "https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700";
body, html {
  height: 100%;
  background: #e2e6e8; }

* {
  box-sizing: border-box; }

hr {
  border-top: 1px solid #cbd4d9; }

a {
  outline: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

.wrapper, body {
  position: relative; }

.wrapper {
  min-height: 100%;
  padding-bottom: 100px; }

footer {
  margin: -100px auto 0;
  min-height: 100px;
  position: relative;
  background-color: #f2f6f5; }

header {
  min-height: 600px;
  background-image: url("./img/132/header-bg.jpg");
  background-size: cover;
  background-color: rgba(3, 28, 45, 0.65); }
  header.bg2 { background-image: url("./img/132/header-bg-0.jpg"); }
  header.bg3 { background-image: url("./img/132/header-bg-1.jpg"); }
  header.bg4 { background-image: url("./img/132/header-bg-2.jpg"); }
  header.bg5 { background-image: url("./img/132/header-bg-3.jpg"); }
  header.bg6 { background-image: url("./img/132/header-bg-4.jpg"); }
  header.bg7 { background-image: url("./img/132/header-bg-5.jpg"); }
  header h1 {
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 80px;
    font-weight: 300;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 0;
    line-height: 1;
    word-wrap: break-word; }
  header h1 + span {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: "Roboto", sans-serif;
    color: #ffffff;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    line-height: 1; }
  header .language-box {
    float: right; }
    header .language-box a {
      display: inline-block;
      border-style: solid;
      border-width: 2px;
      border-color: transparent;
      box-sizing: border-box;
      background-color: rgba(86, 171, 70, 0);
      width: 55px;
      height: 55px;
      line-height: 55px;
      text-align: center;
      font-family: "Roboto", sans-serif;
      color: #5a809e;
      font-size: 20px;
      font-weight: 400;
      text-decoration: none; }
      header .language-box a:hover {
        background: #fff;
        border-color: #fff; }
    header .language-box a.active {
      border-color: #fff;
      color: #fff; }
      header .language-box a.active:hover {
        color: #5a809e; }
  header .header__nav {
    background-color: rgba(13, 32, 51, 0.7);
    min-height: 95px;
    padding-top: 20px; }
  header label.input-text {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0; }
    header label.input-text input[type='text'] {
      font-family: "Roboto", sans-serif;
      color: #5a809e;
      font-size: 18px;
      font-weight: 300;
      text-align: left;
      display: inline-block;
      border-style: solid;
      border-width: 2px;
      border-color: #34546e;
      box-sizing: border-box;
      background-color: rgba(255, 255, 255, 0);
      width: 100%;
      height: 55px;
      position: relative;
      line-height: 55px;
      background: none;
      padding: 20px; }
    header label.input-text input[type='submit'] {
      position: absolute;
      top: 0;
      right: 0;
      border: none;
      width: 55px;
      height: 55px;
      background: url("../svg/132-price/domain_parking_icons-01.svg") no-repeat center #fff; }
    header label.input-text a.drop-zone {
      font-family: "Roboto", sans-serif;
      color: #5a809e;
      font-size: 18px;
      font-weight: 300;
      position: absolute;
      line-height: 1;
      right: 70px;
      top: 20px;
      text-decoration: none; }
      header label.input-text a.drop-zone i {
        margin-left: 5px; }
      header label.input-text a.drop-zone:hover {
        text-decoration: none; }
    header label.input-text .drop-zone {
      position: absolute;
      top: 12px;
      right: 160px; }

#zone-drop {
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.24); }

#box-drop, #zone-drop {
  padding-top: 10px;
  display: inline-block;
  position: absolute;
  background: #fff;
  left: 0;
  top: 100%;
  z-index: 100; }

.add_search {
  width: 100%;
  padding: 0 15px 0 30px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 300; }

#zone-drop {
  width: calc(100% - 55px);
  display: none; }

.checkbox__box__scroll {
  max-height: 300px;
  overflow-x: hidden; }

.checkbox__box {
  line-height: 30px;
  text-align: left; }

a, a:focus, a:active {
  font-family: "Roboto", sans-serif;
  color: #2a71cf;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  text-align: left;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

div#zone-drop .labe-checkbox {
  display: inline-block;
  width: 120px;
  margin: 0 10px 5px; }

.labe-checkbox input[type="checkbox"] {
  display: none; }

.labe-checkbox i {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  border: 1px solid transparent;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  margin-right: 5px; }

div#zone-drop .labe-checkbox i {
  border: 1px solid #888; }

div#zone-drop b {
  font-family: "Roboto", sans-serif;
  color: #888888;
  font-size: 18px;
  font-weight: 300;
  text-align: left;
  display: inline-block; }

.labe-checkbox input:checked + i:before {
  content: "";
  position: absolute;
  background: url("./img/132/tik.png") no-repeat;
  display: block;
  width: 16px;
  height: 21px;
  top: 3px;
  left: 5px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #4C97FB; }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 5px; }

.content-box {
  margin-top: -200px; }

.side-bar-box.pad {
  padding: 30px; }

.side-bar-box {
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25); }
  .side-bar-box .inner-block-link:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .side-bar-box .inner-block-link {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid  #e0e6ea; }
    .side-bar-box .inner-block-link span.title-link {
      font-family: "Roboto", sans-serif;
      color: #13293d;
      font-size: 20px;
      font-weight: 400;
      text-align: left;
      display: inline-block;
      width: 100%; }
    .side-bar-box .inner-block-link span.description-link {
      font-family: "Roboto", sans-serif;
      color: #656565;
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      display: inline-block;
      width: 100%; }
    .side-bar-box .inner-block-link a {
      display: inline-block;
      width: 100%;
      text-decoration: none;
      border-radius: 5px;
      border-style: solid;
      border-width: 2px;
      border-color: #006494;
      box-sizing: border-box;
      background-color: rgba(52, 84, 110, 0);
      line-height: 50px;
      height: 50px;
      font-family: "Roboto", sans-serif;
      color: #006494;
      font-size: 16px;
      padding-left: 15px;
      font-weight: 500;
      position: relative;
      padding-right: 30px;
      text-align: center; }
      .side-bar-box .inner-block-link a i {
        display: inline-block;
        height: 100%;
        line-height: 50px;
        font-size: 19px;
        width: 30px;
        text-align: center;
        border-left: 2px solid #006494;
        position: absolute;
        right: 0; }
      .side-bar-box .inner-block-link a:hover {
        color: #fff;
        background: #006494;
        border-color: #fff; }
        .side-bar-box .inner-block-link a:hover i {
          border-color: #fff; }
  .side-bar-box .inner-block-link:last-of-type {
    margin-bottom: 0; }
  .side-bar-box .side-bar-box__header {
    padding: 30px 0;
    text-align: center;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    color: #13293d;
    font-size: 28px;
    background-color: #f0f3f5;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .side-bar-box .side-bar-box__body {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 30px; }
    .side-bar-box .side-bar-box__body p {
      font-family: "Roboto", sans-serif;
      color: #656565;
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      margin: 30px 0 0 0; }
    .side-bar-box .side-bar-box__body .footer-box {
      margin-top: 30px; }
      .side-bar-box .side-bar-box__body .footer-box img {
        margin-right: 15px; }
    .side-bar-box .side-bar-box__body .block-description {
      border-top: 1px solid #e0e6ea;
      border-bottom: 1px solid #e0e6ea;
      padding: 15px 0;
      margin-top: 15px; }
      .side-bar-box .side-bar-box__body .block-description span {
        display: block; }
        .side-bar-box .side-bar-box__body .block-description span i {
          display: inline-block;
          border-radius: 50%;
          border-style: solid;
          border-width: 1px;
          border-color: #e2e6e8;
          box-sizing: border-box;
          width: 55px;
          height: 55px;
          background: url("../svg/132-price/domain_parking_icons-06.svg") no-repeat center #f0f3f5; }
        .side-bar-box .side-bar-box__body .block-description span i.close-icon {
          background: url("../svg/132-price/domain_parking_icons-05.svg") no-repeat center #f0f3f5; }
        .side-bar-box .side-bar-box__body .block-description span b {
          display: inline-block;
          margin-left: 15px;
          line-height: 55px;
          font-family: "Roboto", sans-serif;
          color: #13293d;
          font-size: 18px;
          font-weight: 400;
          text-align: left;
          vertical-align: top; }
    .side-bar-box .side-bar-box__body span.title {
      display: inline-block;
      width: 100%; }
      .side-bar-box .side-bar-box__body span.title p.special-price {
        margin: 0;
        text-align: center; }
        .side-bar-box .side-bar-box__body span.title p.special-price i {
          font-style: normal;
          line-height: 71px;
          font-family: "Roboto", sans-serif;
          color: #f75454;
          font-size: 28px;
          font-weight: 500;
          margin-right: 20px; }
        .side-bar-box .side-bar-box__body span.title p.special-price a {
          display: inline-block;
          font-family: "Roboto", sans-serif;
          color: #ffffff;
          font-size: 22px;
          font-weight: 400;
          text-align: center;
          padding: 20px 50px;
          border-radius: 5px;
          background-color: #f75454;
          text-transform: uppercase;
          text-decoration: none; }

ul.pagination-list {
  margin: 0;
  padding: 15px 0;
  list-style: none; }
  ul.pagination-list li:last-of-type a:after {
    display: none; }
  ul.pagination-list li {
    display: inline-block; }
    ul.pagination-list li span {
      font-family: "Roboto", sans-serif;
      color: #006494;
      font-size: 18px;
      font-weight: 300;
      text-decoration: underline; }
    ul.pagination-list li a {
      font-family: "Roboto", sans-serif;
      color: #656565;
      font-size: 18px;
      font-weight: 300;
      text-align: left;
      text-decoration: none; }
      ul.pagination-list li a:after {
        content: '>';
        margin: 0 10px; }

.block-author {
  padding-top: 30px; }
  .block-author p {
    font-family: "Roboto", sans-serif;
    color: #656565;
    font-size: 18px;
    font-weight: 300;
    text-align: left; }
    .block-author p a {
      font-family: "Roboto", sans-serif;
      color: #006494;
      font-size: 18px;
      font-weight: 300;
      text-decoration: underline;
      text-align: left; }
  .block-author a.contact {
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #13293d;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    margin-bottom: 15px; }
    .block-author a.contact svg {
      vertical-align: middle;
      fill: #13293d;
      margin-right: 15px; }
  .block-author span.title {
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #13293d;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 30px; }

.content-main-box {
  padding-bottom: 70px;
  padding-top: 230px; }
  .content-main-box .img-middle {
    margin: 0 auto; }
  .content-main-box span.img-description {
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #656565;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400;
    text-align: center; }
  .content-main-box .row.descr {
    display: inline-block;
    width: 100%;
    font-family: "Roboto", sans-serif;
    color: #656565;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: 400; }
  .content-main-box span.img-description-num {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
    color: #006494;
    font-size: 25px;
    font-weight: 400;
    text-align: center; }
  .content-main-box span.descriptionmain {
    font-family: "Roboto", sans-serif;
    color: #13293d;
    font-size: 22px;
    display: inline-block;
    width: 100%;
    margin: 30px 0;
    font-weight: 500;
    text-align: left; }
  .content-main-box h2 {
    font-family: "Roboto", sans-serif;
    color: #13293d;
    font-size: 52px;
    font-weight: 300;
    text-align: left;
    line-height: 1;
    margin: 0;
    margin-bottom: 30px; }
  .content-main-box h2 + span {
    line-height: 1;
    font-family: "Roboto", sans-serif;
    color: #13293d;
    font-size: 22px;
    font-weight: 500;
    text-align: left; }

footer {
  padding-top: 38px;
  background-color: #13293d;
  font-family: "Roboto", sans-serif;
  color: #5d7387;
  font-size: 16px;
  font-weight: 300;
  text-align: center; }
  footer a {
    display: inline-block;
    margin-left: 10px;
    font-family: "Roboto", sans-serif;
    color: #5d7387;
    font-size: 16px;
    font-weight: 300;
    text-align: center; }
    footer a:hover {
      text-decoration: none;
      color: #5d7387; }

/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  header .language-box {
    float: none;
    width: 110px;
    margin: 20px auto; }

  a.logo {
    max-width: 160px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px; }

  .content-main-box {
    padding-top: 0; } }
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .content-box {
    margin-top: -100px; }

  .block-author img {
    margin: 0 auto;
    margin-bottom: 20px; }

  .side-bar-box .side-bar-box__body span.title a {
    width: 100%;
    margin: 0 0 20px 0; } }

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .side-bar-box .side-bar-box__body span.title i {
    margin: 0 auto;
    display: block; }

  .side-bar-box .side-bar-box__body .block-description span b {
    text-align: center;
    line-height: 1.5; }

  .side-bar-box .side-bar-box__body .footer-box img {
    display: block;
    width: 90px;
    margin: 10px auto; } }
/* Custom, iPhone Retina */

/* 2016-09-26 v2.6.9.3 */
@media(max-width:768px){
    header h1 { 
        font-size:60px; } }

@media(max-width:480px){
    header h1 { 
        font-size:40px; }
    
    .content-main-box h2 { 
        font-size:38px; }
    
    .side-bar-box .side-bar-box__header { 
        font-size:26px; } }
