@charset "UTF-8";
@import url(/css/font-awesome.css);
/* colors */
/* line 18, general_class.scss */
.primary-color {
  color: #418bc9;
}

/* line 21, general_class.scss */
.green-color {
  color: #009f00;
}

/* line 24, general_class.scss */
.gray-color {
  color: #777;
}

/* line 28, general_class.scss */
.red-color {
  color: #ff0000;
}

/* line 32, general_class.scss */
.orange-color,
.fa.fa-star-o,
.fa.fa-star {
  color: #f59110;
}

/* line 38, general_class.scss */
.fa-stack .fa-inverse {
  color: #ffffff;
}

/* line 42, general_class.scss */
.no-padding {
  padding: 0 !important;
}

/* line 46, general_class.scss */
.flex-center {
  display: flex;
  align-items: center;
}

/* line 51, general_class.scss */
.flex-baseline {
  display: flex;
  align-items: baseline;
}

/* line 56, general_class.scss */
.form-control,
input:not([type=checkbox]),
select {
  border: 1px solid #999999;
  border-radius: 5px !important;
  padding: 8px 25px 8px 10px;
  width: 100%;
}

/* line 64, general_class.scss */
input[type=radio] {
  width: initial;
}

/* line 67, general_class.scss */
textarea {
  max-width: 100%;
}

/* line 71, general_class.scss */
.f-row {
  border-radius: 4px;
  padding: 3px 5px;
  background-color: #f5f5f5;
  font-size: 14px;
}
/* line 76, general_class.scss */
.f-row select,
.f-row input {
  padding: 7px 8px 4px;
  border: 1px solid #cfcfcf;
  color: #777;
}

/* line 84, general_class.scss */
.border {
  border: 1px solid #e4e4e4;
}

/* line 88, general_class.scss */
.border-bottom {
  border-bottom: 1px solid #e4e4e4;
}

/* line 92, general_class.scss */
select#sort-main,
select.counter {
  width: initial;
}

/* line 98, general_class.scss */
.captcha img {
  border: 1px solid #e4e4e4;
  margin-right: 15px;
}

/* line 104, general_class.scss */
.captcha-refresh {
  position: initial;
  width: initial;
  margin-top: initial;
  margin-left: initial;
  font-size: 20px;
}
/* line 110, general_class.scss */
.captcha-refresh span {
  display: inherit;
}

/* font-family: "LatoRegular"; */
@font-face {
  font-family: "LatoRegular";
  src: url("/fonts/LatoRegular/LatoRegular.eot");
  src: url("/fonts/LatoRegular/LatoRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/LatoRegular/LatoRegular.woff") format("woff"), url("/fonts/LatoRegular/LatoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "ArialRegular"; */
@font-face {
  font-family: "ArialRegular";
  src: url("/fonts/ArialRegular/ArialRegular.eot");
  src: url("/fonts/ArialRegular/ArialRegular.eot?#iefix") format("embedded-opentype"), url("/fonts/ArialRegular/ArialRegular.woff") format("woff"), url("/fonts/ArialRegular/ArialRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "LatoBold"; */
@font-face {
  font-family: "LatoBold";
  src: url("/fonts/LatoBold/LatoBold.eot");
  src: url("/fonts/LatoBold/LatoBold.eot?#iefix") format("embedded-opentype"), url("/fonts/LatoBold/LatoBold.woff") format("woff"), url("/fonts/LatoBold/LatoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/* font-family: "LatoItalic"; */
@font-face {
  font-family: "LatoItalic";
  src: url("/fonts/LatoItalic/LatoItalic.eot");
  src: url("/fonts/LatoItalic/LatoItalic.eot?#iefix") format("embedded-opentype"), url("/fonts/LatoItalic/LatoItalic.woff") format("woff"), url("/fonts/LatoItalic/LatoItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@media only screen and (max-device-width: 1200px), screen and (max-width: 1200px) {
  /* line 48, main.scss */
  .navbar-nav .dropdown-submenu > ul {
    left: -160px !important;
  }
}
@media only screen and (min-device-width: 321px), screen and (min-width: 321px) {
  /* line 54, main.scss */
  .logo {
    margin-right: 35px;
  }
}
@media only screen and (max-device-width: 320px), screen and (max-width: 320px) {
  /* line 72, main.scss */
  .logo {
    margin-right: 0px;
  }

  /* line 81, main.scss */
  .item-tarif {
    width: 241px;
    padding-left: 2px;
    position: relative;
    left: 5px;
  }

  /* line 87, main.scss */
  .desc-main p {
    text-align: justify;
  }

  /* line 90, main.scss */
  .list-info {
    margin-top: 46px !important;
    margin-left: 0px !important;
  }

  /* line 94, main.scss */
  .list-info .col-xs-12 {
    padding-left: 0px !important;
    margin-bottom: 11px;
  }

  /* line 98, main.scss */
  footer .currency {
    margin-left: 0px !important;
    margin-top: -3px !important;
    margin-bottom: 30px !important;
  }

  /* line 103, main.scss */
  footer {
    padding-bottom: 21px;
  }

  /* line 118, main.scss */
  .navbar-header {
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.37);
    padding-bottom: 8px;
    border-radius: 4px;
  }

  /* line 123, main.scss */
  .top-menu .navbar-nav > li > .dropdown-menu {
    padding-top: 0px !important;
  }

  /* line 126, main.scss */
  .top-menu .dropdown-menu > li > a {
    color: #fff !important;
    background: #18202a !important;
  }

  /* line 130, main.scss */
  .top-menu .dropdown-menu > li > a:hover {
    color: #28b3ed !important;
  }

  /* line 133, main.scss */
  .top-menu .navbar-default .navbar-nav > .open > a {
    background: #fff !important;
    color: #18202a !important;
  }

  /* line 138, main.scss */
  .middle-menu .navbar-default .navbar-nav > li > a {
    position: relative;
    left: 10px;
  }

  /* line 142, main.scss */
  .main-info .title-page {
    max-width: 275px !important;
  }

  /* line 145, main.scss */
  #carousel-top .carousel-inner {
    top: -82px !important;
  }

  /* line 148, main.scss */
  .answer-items .item .col-sm-1 {
    padding-right: 15px !important;
  }

  /* line 151, main.scss */
  .answer-items .item .col-sm-11 {
    padding-left: 5px !important;
    padding-right: 0px;
  }

  /* line 155, main.scss */
  .answer-items .col-xs-12 {
    padding: 0px;
  }

  /* line 158, main.scss */
  .search-base .search {
    margin-top: 0px !important;
    padding: 0px 15px !important;
    width: 100% !important;
    margin-right: 0px !important;
  }

  /* line 164, main.scss */
  .search-base .select {
    margin-top: 0px !important;
    padding-right: 15px !important;
    margin-right: 0px !important;
  }

  /* line 169, main.scss */
  .ask-main-info .title-ask {
    margin-left: 0px !important;
  }

  /* line 172, main.scss */
  .search-base .btn-default {
    width: 100% !important;
  }

  /* line 175, main.scss */
  .search-base .drop-left {
    right: auto !important;
    left: 0px !important;
  }

  /* line 179, main.scss */
  .ask-main-info .default {
    margin-left: 0px !important;
    padding-left: 0px;
    display: block;
  }

  /* line 184, main.scss */
  .img-list {
    position: relative;
    top: -18px;
  }

  /* line 188, main.scss */
  #modal-login .modal-dialog {
    width: 100% !important;
    left: 0px !important;
  }

  /* line 192, main.scss */
  #modal-login .modal-body {
    padding: 4px 15px 20px !important;
  }

  /* line 195, main.scss */
  #modal-registry .modal-dialog {
    width: 100% !important;
    left: -10px !important;
  }

  /* line 199, main.scss */
  .btn-ask .btn-primary {
    margin-top: 0px !important;
    margin-left: 17px;
  }

  /* line 203, main.scss */
  #modal-feedback .modal-dialog {
    width: 320px !important;
  }

  /* line 206, main.scss */
  .form-search .form-control {
    width: 100% !important;
  }

  /* line 209, main.scss */
  .title-domain span {
    left: 0 !important;
  }

  /* line 212, main.scss */
  .form-search .btn-primary {
    margin-left: 0px !important;
    margin-top: 15px !important;
  }

  /* line 216, main.scss */
  .domain-price {
    padding-left: 15px !important;
  }

  /* line 219, main.scss */
  #carousel-ask .carousel-inner {
    max-width: 100% !important;
  }

  /* line 222, main.scss */
  .login .nav > li {
    margin-top: -5px;
  }

  /* line 225, main.scss */
  #carousel-top .carousel-indicators {
    bottom: 80px !important;
  }

  /* line 228, main.scss */
  #carousel-top.top-up .carousel-indicators {
    display: none;
  }
}
/* line 233, main.scss */
body {
  font-family: Arial;
}

/* line 237, main.scss */
header {
  background: #18202a;
  height: 70px;
}

/* line 242, main.scss */
.header-container {
  position: relative;
}

/* line 250, main.scss */
.top-menu .navbar-default .navbar-toggle {
  border: none;
  margin-right: 8px;
  margin-top: 2px;
}

/* line 256, main.scss */
.top-menu .navbar-default .navbar-toggle .icon-bar {
  background: #000;
  height: 4px;
  width: 25px;
  border-radius: 2px;
}

/* line 263, main.scss */
.top-menu .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #fff;
}

/* line 267, main.scss */
.top-menu .navbar {
  margin-bottom: 0;
  min-height: auto;
  padding-top: 23px;
  z-index: 10;
}

/* line 273, main.scss */
.navbar-collapse {
  padding: 0;
}

/* line 276, main.scss */
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}

/* line 280, main.scss */
.top-menu .navbar-brand {
  padding: 15px 0px 15px 15px;
}

/* line 284, main.scss */
.login {
  z-index: 100;
}

/* line 288, main.scss */
.login nav {
  background: #18202a;
  border: none;
  margin-left: -3px;
}

/* line 294, main.scss */
.link-underline:hover {
  text-decoration: underline !important;
}

/* line 298, main.scss */
.login .dropdown-menu {
  background: #18202a;
  border: none;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
}

/* line 304, main.scss */
.login .navbar-default .navbar-nav > .active > a,
.login .navbar-default .navbar-nav > li > a {
  color: #fff;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 312, main.scss */
.login .navbar-default .navbar-nav > .active > a {
  background: #18202a;
}

/* line 316, main.scss */
.login .navbar-default .navbar-nav > .open > a {
  background: #18202a;
  color: #fff;
}

/* line 321, main.scss */
.login .navbar-nav > li > .dropdown-menu {
  padding-bottom: 9px;
  left: -2px;
  padding-left: 2px;
  margin-top: -1px;
}

/* line 328, main.scss */
.login .navbar-default .navbar-nav.navbar-right {
  margin-right: 13px;
}

/* line 332, main.scss */
.login .navbar-default .navbar-nav.navbar-right .dollar {
  color: #bcc1c0;
  font-size: 16.91px;
  margin-left: 6px;
  vertical-align: middle;
}

/* line 339, main.scss */
.login .navbar-default .navbar-nav.navbar-right .avatar {
  margin-right: 2px;
  margin-left: 0px;
}

/* line 344, main.scss */
.login .navbar-default .navbar-nav.navbar-right img {
  margin-left: 5px;
}

/* line 348, main.scss */
.login .navbar-default .navbar-nav.navbar-right .money-info {
  margin-left: 23px;
  margin-right: 3px;
}

/* line 353, main.scss */
.login .navbar-default .navbar-nav.navbar-right .avatar-info {
  margin-right: -13px;
  margin-left: 16px;
}

/* line 358, main.scss */
.login .navbar-default .navbar-nav.navbar-right .avatar-info .caret {
  position: relative;
  right: -6px;
}

/* line 363, main.scss */
.nav.navbar-nav.navbar-right > li > a {
  padding: 5px 15px;
  margin-right: 3px;
  margin-left: 15px;
  padding-left: 12px;
  padding-right: 10px;
}

/* line 371, main.scss */
.login .navbar-default .navbar-nav.navbar-right ul.dropdown-menu {
  top: 98%;
  right: -14px;
  left: 16px;
}

/* line 377, main.scss */
.login .navbar-default .navbar-nav.navbar-right > .active > a:hover,
.login .navbar-default .navbar-nav.navbar-right > li > a:hover {
  background: #5e636a;
}

/* line 382, main.scss */
.login .caret,
.top-menu .caret {
  margin-left: 7px;
}

/* line 387, main.scss */
.login .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  background: #18202a;
  font-size: 12px;
  padding-left: 15px;
}

/* line 400, main.scss */
.login .navbar-default .navbar-collapse {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 405, main.scss */
.login .dropdown-menu > li > a:hover {
  color: #28b3ed;
}

/* line 409, main.scss */
.top-menu {
  margin-top: -41px;
  height: 82px;
  background: #fff;
  border: none;
  border-radius: 4px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.37);
  z-index: 100;
}

/* line 422, main.scss */
.top-menu nav {
  border: none;
  background: #fff;
}

/* line 427, main.scss */
.my-cabinet {
  margin-right: 24px;
}

/* line 431, main.scss */
.top-menu .dropdown-menu {
  background: #18202a;
  border: none;
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.175);
}

/* line 437, main.scss */
.top-menu .navbar-default .navbar-nav > .active > a,
.top-menu .navbar-default .navbar-nav > li > a {
  color: #000;
  font-size: 14px;
  padding: 10px 15px;
  font-family: "LatoRegular";
  text-transform: uppercase;
  border-radius: 4px;
  margin-right: 7px;
}

/* line 448, main.scss */
.top-menu .navbar-default .navbar-nav > li.dropdown > a {
  padding-right: 20px;
  margin-right: 0px;
}

/* line 453, main.scss */
.top-menu .navbar-default .navbar-nav > .active > a,
.top-menu .navbar-default .navbar-nav > li > a:hover {
  background: #18202a;
  color: #e6eef4;
}

/* line 459, main.scss */
.top-menu .navbar-default .navbar-nav > .active > a {
  color: #0648E0;
  background: #fff;
}

/* line 464, main.scss */
.top-menu .navbar-default .navbar-nav > .open > a {
  background: #18202a;
  color: #e6eef4;
}

/* line 469, main.scss */
.top-menu .navbar-nav > li > .dropdown-menu {
  border-radius: 4px;
  border-top-left-radius: 0px;
  padding-top: 9px;
  padding-bottom: 8px;
  margin-left: 8px;
}

/* line 477, main.scss */
.top-menu .dropdown-menu {
  top: 93%;
}

/* line 481, main.scss */
.top-menu .dropdown-menu > li > a {
  display: block;
  padding: 1px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  background: #18202a;
  font-size: 14px;
  padding-left: 15px;
  font-family: "LatoRegular";
  color: #fefeff;
}

/* line 496, main.scss */
.top-menu .dropdown-menu > li > a:hover {
  color: #28b3ed;
  background: #18202a;
}

/* line 501, main.scss */
.logo {
  position: relative;
  top: -28px;
  left: 1px;
}

/* line 507, main.scss */
#carousel-top.slide {
  height: 257px;
}

/* line 511, main.scss */
#carousel-top .carousel-inner {
  top: -70px;
}

/* line 515, main.scss */
#carousel-top.top-up .carousel-indicators {
  bottom: 95px;
}

/* line 519, main.scss */
.carousel-inner > .item > img {
  width: 100%;
  height: 100%;
  height: 353px;
  object-fit: cover;
  object-position: top;
}

/* line 527, main.scss */
#carousel-top .carousel-indicators {
  bottom: -25px;
}

/* line 531, main.scss */
#carousel-top .carousel-indicators li {
  height: 14px;
  width: 14px;
  border-radius: 14px;
  box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.8);
  background: #fff;
  border: none;
  margin-right: 5px;
}

/* line 541, main.scss */
#carousel-top .carousel-indicators .active {
  background: #0749e1;
}

/* line 545, main.scss */
.middle-menu {
  background: #e8e8e8;
  border: none;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  margin-top: -25px;
}

/* line 553, main.scss */
.middle-menu nav {
  border: none;
  background: #e8e8e8;
}

/* line 558, main.scss */
.middle-menu .navbar {
  border-radius: 4px;
}

/* line 562, main.scss */
.middle-menu .navbar-default .navbar-nav > .active > a,
.middle-menu .navbar-default .navbar-nav > li > a {
  color: #18202a;
  font-size: 14px;
  padding: 15px 15px;
  font-family: "LatoRegular";
}

/* line 571, main.scss */
.middle-menu .navbar-default .navbar-nav > li > a:hover {
  background: #0849e1;
  color: #fff;
}

/* line 576, main.scss */
.middle-menu .navbar-default .navbar-nav > li.dropdown > a {
  padding-right: 21px;
  margin-right: 0px;
}

/* line 581, main.scss */
.middle-menu .navbar-default .navbar-nav > .active > a {
  background: #0849e1;
  color: #fff;
}

/* line 586, main.scss */
.middle-menu .navbar-default .navbar-nav > .active:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 591, main.scss */
.middle-menu .navbar-default .navbar-collapse {
  padding-left: 0px;
  padding-right: 0px;
  overflow: hidden;
}

/* line 597, main.scss */
.breadcrumb {
  padding: 0px;
  margin-top: -14px;
  margin-bottom: -11px;
  list-style: none;
  background-color: #fff;
  border: none;
}

/* line 605, main.scss */
.breadcrumbs-container {
  height: 24px;
}

/* line 608, main.scss */
.breadcrumb a,
.breadcrumb li {
  font-size: 12px;
  font-family: "LatoRegular";
  color: #8e9095;
}

/* line 614, main.scss */
.owl-carousel .tooltip {
  top: 30px !important;
}

/* line 617, main.scss */
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 2px;
  color: #cccccc;
}

/* line 623, main.scss */
.title-main {
  color: #000;
  font-family: "LatoRegular";
  text-align: center;
}

/* line 629, main.scss */
.title-desc {
  margin-top: -18px;
  margin-bottom: 10px;
}

/* line 634, main.scss */
.title-main a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
/* line 643, main.scss */
.title-main a:hover {
  color: #0849e1;
}

/* line 648, main.scss */
.desc-main p {
  font-size: 16px;
  font-family: "LatoRegular";
  color: #494d53;
  line-height: 20px;
  margin-bottom: 21px;
}

/* line 656, main.scss */
.desc-main span {
  font-size: 16px;
  font-family: "LatoBold";
  color: #494949;
  margin-bottom: 21px;
  display: block;
  margin-top: -13px;
}

/* line 665, main.scss */
footer {
  background: #e8e8e8;
  box-shadow: inset 0px 3px 8px rgba(0, 0, 0, 0.3);
}

/* line 670, main.scss */
.list-info {
  overflow: hidden;
  margin-top: 25px;
}

/* line 676, main.scss */
.list-info .col-sm-2 {
  margin-right: 9px;
}

/* line 680, main.scss */
.list-info span,
footer .currency span {
  font-family: "ArialRegular";
  color: #494d53;
  font-size: 15px;
  font-weight: bold;
}

/* line 688, main.scss */
.list-info ul {
  padding: 0px;
  list-style: none;
  margin-top: 7px;
}

/* line 694, main.scss */
.list-info a {
  font-size: 11px;
  color: #18202a;
  font-family: "ArialRegular";
  line-height: 24px;
}

/* line 701, main.scss */
.list-info a:hover {
  color: #0749e1;
  text-decoration: none;
}

/* line 710, main.scss */
footer .currency p {
  font-size: 12px;
  color: #8e9095;
  font-family: "LatoRegular";
  margin-top: 12px;
  margin-bottom: 17px;
}

/* line 718, main.scss */
footer .form-control {
  border-radius: 0px;
  border-color: #8e9095;
  font-size: 15px;
  color: #18202a;
  font-family: "LatoRegular";
  height: 32px;
  padding: 6px 3px;
  width: 219px;
}

/* line 728, main.scss */
.pay-systems-cointainer {
  position: relative;
}

/* line 731, main.scss */
.pay-systems {
  text-align: center;
  margin-top: -4px;
  padding: 0px 54px;
}

/* line 737, main.scss */
.pay-systems span {
  font-size: 16px;
  color: #494d53;
  font-family: "LatoRegular";
  margin-bottom: 20px;
  display: inline-block;
}

/* line 762, main.scss */
.owl-stage-outer {
  padding-bottom: 100px;
}

/* line 765, main.scss */
footer .owl-prev {
  position: absolute;
  margin-top: 44px;
}

/* line 770, main.scss */
footer .owl-next {
  position: relative;
  float: right;
  top: -44px;
}

/* line 776, main.scss */
footer .owl-prev:hover,
footer .owl-next:hover {
  cursor: pointer;
  opacity: 0.8;
}

/* line 782, main.scss */
.owl-carousel.owl-loaded {
  display: block;
  height: 46px;
}

/* line 787, main.scss */
.owl-controls {
  display: none;
}

/* line 791, main.scss */
.other-info {
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 10px;
  background: #ffffff;
}

/* line 801, main.scss */
.container.relative {
  position: relative;
}

/* line 805, main.scss */
.other-info .container .col-sm-3 {
  margin-left: -4px;
}

/* line 809, main.scss */
.other-info p {
  font-size: 11px;
  line-height: 14px;
}

/* line 814, main.scss */
.other-info .col-sm-3 p {
  font-family: Verdana;
  color: #494949;
}

/* line 819, main.scss */
.other-info p a {
  color: #0749e1;
}

/* line 842, main.scss */
.other-info .developer p {
  font-family: Tahoma;
  color: #494949;
}

/* line 847, main.scss */
.other-info .item {
  height: 80px;
}

/* line 850, main.scss */
.other-info .developer {
  height: 30px;
}

/* line 853, main.scss */
.info-drive {
  position: relative;
  margin-top: -24px;
}
/* line 857, main.scss */
.info-drive .link-drive {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  font-size: 11px;
}
/* line 865, main.scss */
.info-drive, .info-drive .link-drive {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 872, main.scss */
.main-info {
  background: #ffffff;
  margin-top: 283px;
}

/* line 877, main.scss */
.margin-reset {
  margin: 0;
}

/* line 880, main.scss */
.main-info .title-page {
  position: absolute;
  top: -180px;
  background: linear-gradient(to right, #18202a 0%, rgba(24, 32, 42, 0.1) 100%);
  padding: 0px 30px;
  padding-bottom: 4px;
  margin-left: 13px;
  max-width: 425px;
}

/* line 890, main.scss */
.main-info .title-page h1 {
  font-family: "LatoBold";
  color: #fff;
  font-size: 34px;
}

/* line 904, main.scss */
.item-tarif {
  max-width: 235px;
  margin: 20px auto;
}

/* line 909, main.scss */
.item-tarif .title {
  background: #18202a;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-family: "LatoBold";
  font-size: 18px;
  color: #fff;
  padding: 13px 0px;
  padding-bottom: 15px;
  text-align: center;
}

/* line 921, main.scss */
.item-tarif .main-info-tarif {
  border: 2px solid #0849e1;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #e8e8e8;
}

/* line 928, main.scss */
.item-tarif .shadow {
  background: url(/images/frontend/shadow.png) no-repeat;
  background-position-y: -14px;
  background-position-x: 6px;
  margin-left: -40px;
  width: 133%;
  height: 40px;
  z-index: -1;
}

/* line 938, main.scss */
.item-tarif.active {
  width: 282px;
  margin-left: -21px;
  margin-right: -21px;
  margin-bottom: -30px;
  margin-top: -35px;
}

/* line 946, main.scss */
.item-tarif.tarif-active.active {
  margin-top: -67px;
}

/* line 950, main.scss */
.item-tarif.active .title {
  font-size: 20.47px;
  padding-top: 18px;
  padding-bottom: 15px;
}

/* line 956, main.scss */
.item-tarif.active .main-info-tarif .enum-tarif span {
  font-size: 20.48px;
  padding-bottom: 21px;
}

/* line 961, main.scss */
.item-tarif.active .main-info-tarif .price-tarif {
  font-size: 20.28px;
  margin-top: -10px;
}

/* line 966, main.scss */
.item-tarif.active .main-info-tarif .price-tarif span {
  font-size: 33.8px;
}

/* line 970, main.scss */
.item-tarif.active .main-info-tarif .price-tarif div {
  font-size: 15.77px;
}

/* line 974, main.scss */
.item-tarif.active .main-info-tarif .more-tarif {
  padding-top: 30px;
  padding-bottom: 40px;
}

/* line 979, main.scss */
.item-tarif.active .main-info-tarif .more-tarif .btn-more {
  font-size: 14.63px;
}

/* line 983, main.scss */
.item-tarif.active .shadow {
  display: none;
}

/* line 987, main.scss */
.item-tarif .recomend {
  font-size: 12px;
  color: #fff;
  font-family: "LatoRegular";
  text-align: center;
  margin-top: -32px;
}

/* line 995, main.scss */
.item-tarif .recomend span {
  background: #0849e1;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  padding: 9px 54px 6px;
  display: inline-block;
}

/* line 1003, main.scss */
.item-tarif .main-info-tarif .enum-tarif {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 4px;
}

/* line 1009, main.scss */
.all-tarify .item-tarif.tarif-active .main-info-tarif .enum-tarif {
  background: #0849e1;
}

/* line 1013, main.scss */
.all-tarify .item-tarif.tarif-active .main-info-tarif .enum-tarif span {
  color: #fff;
}

/* line 1017, main.scss */
.all-tarify .item-tarif.tarif-active .main-info-tarif .price-tarif {
  background: #e8e8e8;
  color: #18202a;
}

/* line 1022, main.scss */
.all-tarify .item-tarif.tarif-active .main-info-tarif .more-tarif {
  background: #0849e1;
}

/* line 1026, main.scss */
.item-tarif .main-info-tarif .enum-tarif span {
  display: block;
  font-family: "LatoRegular";
  font-size: 18px;
  color: #18202a;
  padding-bottom: 18px;
}

/* line 1034, main.scss */
.item-tarif .main-info-tarif .price-tarif {
  text-align: center;
  color: #e8e8e8;
  background: #0849e1;
  font-family: "LatoRegular";
  font-size: 18px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: -5px;
}

/* line 1045, main.scss */
.one-item-tarif .item-tarif.tarif-active .main-info-tarif .price-tarif span {
  font-family: "LatoRegular";
}

/* line 1049, main.scss */
.item-tarif .main-info-tarif .price-tarif span {
  font-size: 30px;
  font-family: "LatoBold";
}

/* line 1054, main.scss */
.item-tarif .main-info-tarif .price-tarif div {
  font-size: 14px;
  margin-top: -6px;
}

/* line 1059, main.scss */
.item-tarif .main-info-tarif .more-tarif {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 20px;
}

/* line 1065, main.scss */
.btn-more {
  font-size: 12px;
  color: #18202a;
  font-family: "LatoRegular";
  background: linear-gradient(to top, #a8a8a8 30%, white 117%);
  padding: 12px 18px;
  border: 1px solid #6b7076;
}

/* line 1074, main.scss */
.btn-more:hover {
  background: linear-gradient(to bottom, #a8a8a8 30%, white 117%);
  border: 1px solid #6b7076;
}

/* line 1079, main.scss */
.more-info-tarif {
  font-family: "LatoRegular";
  font-size: 14px;
  color: #8e9095;
  line-height: 20px;
  margin-top: 1px;
  margin-bottom: 15px;
}

/* line 1088, main.scss */
.more-info-tarif span {
  position: absolute;
  margin-left: -7px;
}

/* line 1093, main.scss */
.more-info-tarif p {
  margin-left: 3px;
}

/* line 1097, main.scss */
.one-item-tarif .main-info-tarif .enum-tarif {
  padding-top: 11px;
}

/* line 1101, main.scss */
.one-item-tarif .main-info-tarif .enum-tarif span {
  font-family: "LatoBold";
  padding-bottom: 0px;
}

/* line 1106, main.scss */
.one-item-tarif .main-info-tarif .enum-tarif span.infinity {
  font-family: Verdana;
  font-weight: bold;
}

/* line 1111, main.scss */
.one-item-tarif .main-info-tarif .enum-tarif div {
  color: #8e9095;
  margin-top: -5px;
  margin-bottom: 10px;
  text-transform: lowercase;
}

/* line 1118, main.scss */
.btn-order {
  font-size: 12px;
  font-family: "LatoRegular";
  color: #fff;
  border: 1px solid #0ba00b;
  background: linear-gradient(to top, #009f00, #1acf1a);
  padding: 12px 25px;
}

/* line 1127, main.scss */
.btn-order:hover {
  background: linear-gradient(to bottom, #009f00, #1acf1a);
}

/* line 1131, main.scss */
.table-price {
  margin-top: 50px;
  margin-bottom: 34px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.28);
}

/* line 1137, main.scss */
.table-price tr td:first-child,
.table-price tr:last-child td.price-title {
  font-family: "LatoRegular";
  line-height: 48px;
  font-size: 14px;
  text-align: left;
  padding-left: 9px;
}

/* line 1146, main.scss */
.table-price tr:first-child td.title-table {
  font-family: "LatoBold";
  font-size: 18px;
  color: #fff;
  background: #494d53;
  line-height: 21px;
  padding: 15px 0px 14px 10px;
  width: 218px;
  text-align: left;
}

/* line 1157, main.scss */
.table-price table {
  width: 945px;
}

/* line 1161, main.scss */
.table-price tr:first-child td {
  background: #18202a;
  color: #fff !important;
  text-align: center;
  border: 2px solid #fff;
}

/* line 1168, main.scss */
.table-price:not(.table-price-ssl) tr:last-child td {
  color: #18202a;
  font-family: "LatoBold";
  font-size: 14px;
  border-top: 2px solid #fff;
  padding-bottom: 3px;
}

/* line 1176, main.scss */
.table-price.table-price-ssl td:last-child {
  color: #18202a;
  font-family: "LatoBold";
  font-size: 14px;
  border-top: 2px solid #fff;
  padding-bottom: 3px;
}

/* line 1184, main.scss */
.table-price tr:first-child td.active {
  background: #494d53;
  position: relative;
}

/* line 1189, main.scss */
.table-price tr:first-child td.active::before {
  background: url(/images/frontend/like.png) no-repeat;
  content: "";
  position: absolute;
  width: 78px;
  height: 31px;
  top: -31px;
  display: block;
}

/* line 1199, main.scss */
.table-price:not(.table-price-ssl) tr:last-child td.active {
  color: #fff;
  font-size: 18px;
}

/* line 1204, main.scss */
.table-price.table-price-ssl td.active:last-child {
  color: #fff;
  font-size: 18px;
}

/* line 1209, main.scss */
.table-price td {
  font-size: 12px;
  color: #494d53;
  text-align: center;
  padding: 0px 5px;
}

/* line 1216, main.scss */
.table-price td.active,
.table-price td.inf.active {
  background: #0849e1;
  color: #fff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}

/* line 1224, main.scss */
.table-price td.inf {
  font-size: 12px;
  color: #494d53;
  font-size: 14px;
  font-family: Verdana;
}

/* line 1231, main.scss */
.table-price tr:nth-child(odd) {
  background: #f3f3f3;
}

/* line 1235, main.scss */
.table-price .more-info-tarif {
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  background: #F3F3F3;
  padding-bottom: 12px;
  padding-top: 17px;
}

/* line 1243, main.scss */
.table-price-services tr:first-child td.title-table {
  width: 618px;
}

/* line 1246, main.scss */
.order-hosting .btn-order {
  float: right;
  margin-right: 12px;
  margin-top: 4px;
}

/* line 1254, main.scss */
.search-base {
  background: #d4d4d4;
}

/* line 1261, main.scss */
.search-base h1 {
  padding-bottom: 12px;
  padding-top: 20px;
  margin-top: 0;
  font-size: 30px;
  color: #18202a;
  font-family: "LatoRegular";
}

/* line 1276, main.scss */
.main-info.ask-info {
  margin-top: 0 !important;
}

/* line 1279, main.scss */
.main-info.news-info {
  margin-top: 25px !important;
}

/* line 1282, main.scss */
.ask-info .breadcrumb {
  margin-top: 4px;
}

/* line 1286, main.scss */
.search-base span {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}

/* line 1292, main.scss */
.search-base input::-webkit-input-placeholder {
  font-size: 12px;
  padding: 2px 0px;
}

/* line 1297, main.scss */
.search-base input:-moz-placeholder {
  font-size: 12px;
  padding: 2px 0px;
}

/* line 1302, main.scss */
.search-base .btn-default {
  width: 220px;
  text-align: left;
  padding: 5px 9px;
  border-radius: 0px;
  color: #000;
  height: 32px;
  font-size: 12px;
}

/* line 1312, main.scss */
.search-base .btn-default:active,
.search-base .btn-default:hover {
  background: #fff;
  box-shadow: none;
}

/* line 1318, main.scss */
.search-base .btn-default i {
  float: right;
  margin-top: 4px;
}

/* line 1323, main.scss */
.search-base .dropdown-menu {
  top: 90%;
  min-width: 220px;
  padding: 0px;
  border-radius: 0px;
  max-height: 180px;
  overflow-y: scroll;
  box-shadow: none;
  border-color: #cccccc;
}

/* line 1334, main.scss */
.search-base .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: #fff;
  border-color: #cccccc;
}

/* line 1340, main.scss */
.search-base .dropdown-menu > li > a {
  padding: 7px 34px 6px 9px;
  color: #000;
  font-size: 12px;
  cursor: pointer;
}

/* line 1347, main.scss */
.search-base .dropdown-menu > li > a:hover {
  background: #1242e3;
  color: #fff;
}

/* line 1352, main.scss */
.search-base .form-control {
  height: 32px;
  border-radius: 0px;
  color: #000;
}

/* line 1358, main.scss */
.search-base .search a {
  font-size: 12px;
  color: #221e1f;
  float: right;
  position: relative;
  top: -29px;
  right: 5px;
  padding: 5px;
  background: #fff;
}

/* line 1369, main.scss */
.search-base .search a:hover {
  opacity: 0.8;
}

/* line 1373, main.scss */
.search-base .drop-left {
  right: 0px;
  left: auto;
}

/* line 1378, main.scss */
.search-base .search {
  padding-top: 21px;
}

/* line 1391, main.scss */
.search-base .select button {
  border: 1px solid #999999;
  border-radius: 5px !important;
}

/* line 1396, main.scss */
.search-base .search input,
.search-base .select button {
  width: 100%;
}

/* line 1401, main.scss */
.search-base .select .btn-group {
  width: 100%;
}

/* line 1405, main.scss */
.ask-main-info .title-ask {
  font-weight: bold;
  font-size: 18px;
  color: #000;
  margin-right: 25px;
}

/* line 1413, main.scss */
.ask-main-info {
  margin-top: 38px;
}

/* line 1417, main.scss */
.answer-items {
  margin-top: 28px;
  margin-left: -17px;
  margin-bottom: 4px;
  overflow: hidden;
}

/* line 1424, main.scss */
.answer-items .item {
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 1429, main.scss */
.answer-items .item img {
  margin-top: 3px;
  margin-bottom: 5px;
}

/* line 1434, main.scss */
.answer-items .item div.number {
  font-size: 12px;
  color: #979797;
}

/* line 1440, main.scss */
.answer-items .item a {
  font-size: 14px;
  color: #004cff;
  margin-bottom: 3px;
  display: inline-block;
}

/* line 1447, main.scss */
.answer-items .item a:hover {
  color: #000;
  text-decoration: none;
}

/* line 1452, main.scss */
.answer-items .item p {
  font-size: 12px;
  color: #979797;
  line-height: 16px;
}

/* line 1458, main.scss */
.answer-items .item .col-sm-1 {
  padding-right: 0px;
}

/* line 1462, main.scss */
.answer-items .item .col-sm-11 {
  padding-left: 30px;
}

/* line 1466, main.scss */
.pagin-center {
  text-align: center;
}

/* line 1470, main.scss */
.pagination {
  margin: 12px 0px;
}

/* line 1474, main.scss */
.pagination > .active > a {
  color: #fff;
  background: #0849e1;
  border-color: #dddddd;
}

/* line 1480, main.scss */
.pagination > li > a {
  color: #000;
  border-color: #dddddd;
}

/* line 1485, main.scss */
.pagination > li > a:hover {
  background: #0849e1;
  color: #fff;
}

/* line 1490, main.scss */
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  font-size: 18px;
  padding: 0px 10px 1px;
}

/* line 1496, main.scss */
.ask-main-info .default {
  color: #004cff;
  margin-left: 23px;
}

/* line 1501, main.scss */
.answer-items-one {
  padding-bottom: 30px;
}
/* line 1504, main.scss */
.answer-items-one h2 {
  margin: 0;
}

/* line 1508, main.scss */
.answer-items-one,
.answer-items-one .item {
  overflow: hidden;
}

/* line 1517, main.scss */
.answer-items-one .item .col-sm-1 {
  padding: 0px;
  padding-right: 25px;
}

/* line 1524, main.scss */
.answer-items-one .back {
  color: #a2a2a2;
  background: #e8e8e8;
  padding: 10px 14px;
  display: inline-block;
  font-size: 28px;
  width: 44px;
  margin-right: 20px;
  float: left;
}

/* line 1534, main.scss */
.answer-items-one .back:hover {
  color: #a2a2a2;
  opacity: 0.8;
}

/* line 1539, main.scss */
.answer-items-one .item .col-sm-1 img {
  margin-bottom: 5px;
}

/* line 1544, main.scss */
.answer-items-one .item .col-sm-1 div {
  color: #999999;
  font-size: 12px;
  text-align: center;
}

/* line 1550, main.scss */
.answer-items-one .item .col-sm-11 {
  padding: 0px;
  padding-left: 1px;
}

/* line 1555, main.scss */
.answer-items-one .item .col-sm-11 span {
  font-size: 24px;
  color: #000;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 11px;
}

/* line 1563, main.scss */
.answer-items-one .item .col-sm-11 p {
  color: #494949;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 1569, main.scss */
.answer-items-one .item .col-sm-11 div {
  color: #999999;
  font-size: 12px;
  margin-top: -2px;
}

/* line 1575, main.scss */
.basket {
  margin-top: 31px;
  padding-bottom: 35px;
}

/* line 1580, main.scss */
.basket .title-basket {
  overflow: hidden;
  text-align: center;
}

/* line 1585, main.scss */
.basket .title-basket span {
  font-size: 18px;
  color: #000;
}

/* line 1590, main.scss */
.basket .title-basket .col-sm-2 {
  padding-left: 4px;
}

/* line 1594, main.scss */
.basket .title-basket .col-sm-offset-5 {
  padding-left: 24px;
}

/* line 1598, main.scss */
.basket .title-basket .col-sm-3 {
  padding-left: 50px;
}

/* line 1602, main.scss */
.basket .basket-items {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  margin-top: 9px;
  padding-bottom: 11px;
  margin-bottom: 21px;
}

/* line 1610, main.scss */
.basket .basket-items .item {
  margin: 0px;
  margin-top: 12px;
}

/* line 1615, main.scss */
.basket .basket-items .item .col-sm-7 {
  border-left: 7px solid #009f00;
  padding-bottom: 2px;
  padding-left: 37px;
}

/* line 1621, main.scss */
.basket .basket-items .time {
  text-align: right;
  padding-left: 0px;
  padding-right: 35px;
}

/* line 1627, main.scss */
.basket .basket-items .price {
  text-align: right;
  padding-right: 0px;
  font-size: 20px;
  margin-top: 21px;
}

/* line 1634, main.scss */
.basket .basket-items .price span {
  font-size: 16px;
  color: #979797;
}

/* line 1639, main.scss */
.basket .basket-items .item .btn-group {
  padding-top: 18px;
}

/* line 1643, main.scss */
.basket .basket-items .item .col-sm-7 span {
  font-size: 15px;
  color: #979797;
}

/* line 1648, main.scss */
.basket .basket-items .item .col-sm-7 div {
  font-size: 18px;
  color: #000;
  margin-top: 3px;
}

/* line 1654, main.scss */
.basket .basket-items .item .col-sm-1 span {
  color: #b4b4b4;
  font-size: 30px;
  padding-left: 22px;
  padding-top: 13px;
  display: inline-block;
}

/* line 1662, main.scss */
.basket .basket-items .item .col-sm-1 span:hover {
  color: #fa3030;
  cursor: pointer;
}

/* line 1667, main.scss */
.basket .basket-items .btn-default {
  text-align: left;
  padding: 5px 9px;
  border-radius: 0px;
  color: #000;
  font-size: 18px;
  border: none;
}

/* line 1676, main.scss */
.basket .basket-items .btn-default:active,
.basket .basket-items .btn-default:hover,
.basket .basket-items .btn-default:focus {
  background: #fff;
  box-shadow: none;
  color: #000;
}

/* line 1684, main.scss */
.basket .basket-items .btn-default i {
  float: right;
  margin-top: 4px;
  left: 8px;
  position: relative;
}

/* line 1691, main.scss */
.basket .basket-items .dropdown-menu {
  top: 90%;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  border-color: #cccccc;
  right: 0px;
  left: auto;
}

/* line 1701, main.scss */
.basket .basket-items .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: #fff;
  border-color: #cccccc;
}

/* line 1707, main.scss */
.basket .basket-items .dropdown-menu > li > a {
  padding: 7px 34px 6px 9px;
  color: #000;
  font-size: 14px;
}

/* line 1713, main.scss */
.basket .basket-items .dropdown-menu > li > a:hover {
  background: #1242e3;
  color: #fff;
}

/* line 1718, main.scss */
.total {
  text-align: center;
  margin-bottom: 18px;
}

/* line 1723, main.scss */
.back-pay {
  text-align: right;
}

/* line 1727, main.scss */
.btn-primary {
  background: linear-gradient(to top, #1242e3, #456efa);
  border-color: #0e3dd9;
  padding: 6px 28px;
  margin-right: -5px;
}

/* line 1734, main.scss */
.btn-primary:hover {
  background: linear-gradient(to bottom, #1242e3, #456efa);
}

/* line 1738, main.scss */
.total .col-sm-offset-7 {
  color: #000;
  font-size: 15px;
  padding-right: 0px;
  padding-left: 29px;
  padding-top: 9px;
}

/* line 1746, main.scss */
.total .price {
  font-size: 24px;
  color: #0849e1;
  padding: 0px;
  margin-left: 16px;
}

/* line 1753, main.scss */
.total .price span {
  font-size: 16px;
  color: #000;
}

/* line 1758, main.scss */
.total .price div {
  display: inline-block;
  font-size: 16px;
  font-family: Verdana;
  color: #979797;
}

/* line 1765, main.scss */
.back-pay a {
  font-size: 18px;
  color: #0849e1;
  padding-top: 5px;
  display: inline-block;
  text-decoration: underline;
  margin-right: 19px;
}

/* line 1774, main.scss */
.back-pay a:hover {
  text-decoration: none;
}

/* line 1778, main.scss */
#modal-login .modal-dialog {
  margin-top: 254px;
  width: 415px;
  left: 30px;
}

/* line 1784, main.scss */
#modal-login .modal-content {
  border-radius: 0px;
  padding-bottom: 6px;
}

/* line 1789, main.scss */
#modal-login .modal-header,
#modal-registry .modal-header {
  text-align: center;
  border: none;
}

/* line 1795, main.scss */
#modal-login .modal-title {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}

/* line 1801, main.scss */
#modal-login .modal-body {
  padding-left: 56px;
  padding-right: 56px;
  padding-top: 4px;
}

/* line 1807, main.scss */
#modal-login .modal-body .btn-primary {
  padding: 5px 39px;
  color: #fff;
}

/* line 1812, main.scss */
#modal-login label.checkbox-active {
  float: right;
  margin-top: 6px;
  left: -2px;
  position: relative;
}

/* line 1819, main.scss */
#modal-login .modal-body .form-group {
  margin-bottom: 19px;
}

/* line 1823, main.scss */
#modal-login .modal-body .form-control {
  border-radius: 0px;
  height: 31px;
}

/* line 1828, main.scss */
#modal-login .close,
#modal-registry .close {
  font-size: 15px;
  position: relative;
  top: -7px;
  left: 6px;
}

/* line 1836, main.scss */
#modal-login .modal-body a {
  color: #2c4bdc;
}

/* line 1840, main.scss */
#modal-login .log-remember {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

/* line 1846, main.scss */
#modal-login .registry {
  float: right;
}

/* line 1850, main.scss */
label.checkbox-active {
  color: #979797;
  font-weight: normal;
}

/* line 1855, main.scss */
label.checkbox-active::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 16px;
  width: 16px;
  margin: -2px 9px 0 0px;
  background: url(/images/frontend/checkbox.png) no-repeat transparent;
}

/* line 1865, main.scss */
label.checkbox-active.active::before {
  background-position: 0 -52px;
}

/* line 1869, main.scss */
.alert-danger {
  color: #ff0000;
  background: #fff;
  border: none;
  border-radius: 0px;
  border-left: 4px solid #ff0b00;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

/* line 1878, main.scss */
#modal-login .alert-danger {
  margin-top: -6px;
  padding: 10px 9px;
}

/* line 1883, main.scss */
#modal-registry .modal-dialog {
  margin-top: 140px;
  width: 940px;
  left: -11px;
}

/* line 1889, main.scss */
#modal-registry .modal-content {
  border-radius: 0px;
  padding-bottom: 12px;
}

/* line 1894, main.scss */
#modal-registry .modal-header {
  text-align: center;
  margin-top: 11px;
}

/* line 1899, main.scss */
#modal-registry .modal-title {
  font-size: 20px;
  color: #494949;
  line-height: 24px;
}

/* line 1905, main.scss */
#modal-registry .modal-body span {
  font-size: 16px;
  color: #000;
  display: inline-block;
}

/* line 1911, main.scss */
#modal-registry .modal-body span {
  margin-top: 4px;
}

/* line 1915, main.scss */
#modal-registry .modal-body span.log {
  margin-top: 17px;
  margin-bottom: 21px;
  line-height: 17px;
}

/* line 1921, main.scss */
#modal-registry .modal-body {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 1927, main.scss */
#modal-registry .modal-body img {
  width: 938px;
  margin-top: 8px;
}

/* line 1932, main.scss */
#modal-registry .btn-primary {
  padding: 5px 18px;
}

/* line 1936, main.scss */
#modal-registry .close {
  top: -19px;
}

/* line 1940, main.scss */
.btn-version {
  display: none;
  font-size: 11px;
  color: #000;
  background: #e8e8e8;
  width: 100%;
  border-radius: 0px;
  padding: 21px 0px;
}

/* line 1950, main.scss */
.ask-main-info .img-list {
  padding: 0px;
}

/* line 1954, main.scss */
#modal-feedback .modal-dialog,
#modal-send .modal-dialog {
  margin-top: 15px;
  width: 940px;
}

/* line 1960, main.scss */
#modal-feedback .modal-content,
#modal-send .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0px;
}

/* line 1967, main.scss */
#modal-feedback .modal-header,
#modal-send .modal-header {
  text-align: center;
  border: none;
  padding-top: 31px;
  padding-bottom: 0px;
}

/* line 1975, main.scss */
#modal-feedback .modal-header .modal-title,
#modal-send .modal-header .modal-title {
  font-family: "LatoRegular";
  font-size: 30px;
  color: #18202a;
}

/* line 1982, main.scss */
#modal-feedback,
#modal-send {
  padding-right: 0px !important;
  background: #fff;
}

/* line 1988, main.scss */
#modal-feedback .modal-body .form,
#modal-send .modal-body .form {
  background: #d3d3d3;
}

/* line 1993, main.scss */
#modal-feedback .modal-body .content-form,
#modal-send .modal-body .content-form {
  padding-left: 12px;
  padding-right: 13px;
  padding-top: 13px;
  padding-bottom: 10px;
}

/* line 2001, main.scss */
#modal-feedback .modal-body .other-info-feedback .form-group,
#modal-send .modal-body .other-info-feedback .form-group {
  padding-right: 10px;
  margin-right: -3px;
}

/* line 2007, main.scss */
#modal-feedback .modal-body .form-group {
  margin-bottom: 19px;
}

/* line 2011, main.scss */
#modal-feedback .modal-body textarea {
  height: 118px;
}

/* line 2015, main.scss */
#modal-feedback .modal-body label {
  color: #979797;
  font-weight: normal;
}

/* line 2020, main.scss */
#modal-feedback .captha {
  padding-top: 27px;
}

/* line 2024, main.scss */
#modal-feedback .captha img {
  height: 32px;
  width: 57px;
  margin-bottom: -1px;
}

/* line 2030, main.scss */
#modal-feedback .captha-input {
  padding-left: 26px;
}

/* line 2034, main.scss */
#modal-feedback .captha > a img {
  width: 18px;
  height: auto;
  margin-left: 15px;
  cursor: pointer;
}

/* line 2041, main.scss */
#modal-feedback .captha > a img:hover {
  opacity: 0.8;
}

/* line 2045, main.scss */
#modal-feedback .modal-body .btn-group {
  width: 100%;
}

/* line 2049, main.scss */
#modal-feedback .modal-body .btn-group .btn-default {
  width: 100%;
  text-align: left;
  padding: 5px 9px;
  border-radius: 0px;
  color: #000;
}

/* line 2057, main.scss */
#modal-feedback .modal-body .form-control {
  border-radius: 0px;
  color: #000;
}

/* line 2062, main.scss */
#modal-feedback .modal-body .btn-group .btn-default:active,
#modal-feedback .modal-body .btn-group .btn-default:hover {
  background: #fff;
  box-shadow: none;
}

/* line 2068, main.scss */
#modal-feedback .modal-body .btn-default i {
  float: right;
  margin-top: 4px;
}

/* line 2073, main.scss */
#modal-feedback .modal-body .dropdown-menu {
  top: 90%;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
  max-height: 150px;
  overflow-y: scroll;
  box-shadow: none;
  border-color: #cccccc;
}

/* line 2084, main.scss */
#modal-feedback .modal-body .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: #fff;
  border-color: #cccccc;
}

/* line 2090, main.scss */
#modal-feedback .modal-body .dropdown-menu > li > a {
  padding: 7px 34px 6px 9px;
  color: #000;
  font-size: 12px;
}

/* line 2096, main.scss */
#modal-feedback .modal-body .dropdown-menu > li > a > i {
  color: #0849e1;
  font-size: 5.2px;
  margin-right: 11px;
  vertical-align: middle;
}

/* line 2103, main.scss */
#modal-feedback .modal-body .dropdown-menu > li > a:hover {
  background: #1242e3;
  color: #fff;
}

/* line 2108, main.scss */
#modal-feedback .modal-body .feedback-send {
  text-align: right;
  margin-top: 19px;
}

/* line 2113, main.scss */
#modal-feedback .modal-body .btn-send,
#modal-send .btn-send {
  font-size: 16px;
  padding: 4px 19px;
}

/* line 2119, main.scss */
#modal-feedback .modal-body .btn-send:hover,
#modal-feedback .modal-body .btn-send:active,
#modal-feedback .modal-body .btn-send:focus,
#modal-send .btn-send:hover,
#modal-send .btn-send:active,
#modal-send .btn-send:focus {
  color: #fff;
}

/* line 2128, main.scss */
#modal-feedback .close,
#modal-send .close {
  opacity: 1;
  position: relative;
  top: -22px;
  left: -5px;
}

/* line 2136, main.scss */
#modal-feedback .close:hover,
#modal-send .close:hover {
  opacity: 0.8;
}

/* line 2141, main.scss */
#modal-send .feedback-ok {
  text-align: center;
}

/* line 2145, main.scss */
.btn-ask {
  text-align: right;
}

/* line 2149, main.scss */
.btn-ask .btn-primary {
  margin-top: 18px;
  padding: 5px 9px;
}

/* line 2154, main.scss */
.btn-ask .btn-primary img {
  padding-right: 12px;
}

/* line 2158, main.scss */
.contacts {
  color: #000;
  line-height: 24px;
  padding-top: 40px;
  padding-bottom: 25px;
}

/* line 2165, main.scss */
.contacts p {
  margin-bottom: 24px;
}

/* line 2169, main.scss */
.contacts .phone-number {
  margin-top: -24px;
  margin-bottom: 24px;
}

/* line 2174, main.scss */
.contacts .contact-main {
  margin-bottom: 69px;
}

/* line 2178, main.scss */
.contacts img {
  width: 100%;
}

/* line 2182, main.scss */
.main-page {
  padding-top: 43px;
}

/* line 2186, main.scss */
.desc-main a {
  font-family: "LatoRegular";
  color: #0849e1;
  float: right;
  margin-top: -41px;
}

/* line 2193, main.scss */
.desc-main a:hover {
  text-decoration: none;
  color: #000;
}

/* line 2198, main.scss */
.desc-main .date {
  font-family: "LatoRegular";
  color: #8e9095;
  font-size: 14px;
  margin-top: -7px;
}

/* line 2205, main.scss */
.search-domain {
  background: #e8e8e8;
  margin-top: 16px;
  padding: 42px 0px 32px;
}

/* line 2211, main.scss */
.title-domain {
  text-align: center;
  font-family: "LatoRegular";
  color: #000;
}

/* line 2217, main.scss */
.title-domain span {
  font-size: 24px;
  display: inline-block;
  position: relative;
}

/* line 2225, main.scss */
.title-domain a {
  font-family: "LatoRegular";
  color: #0849e1;
  float: right;
}

/* line 2231, main.scss */
.title-domain a:hover {
  text-decoration: none;
  color: #000;
}

/* line 2236, main.scss */
.form-search {
  margin-top: 14px;
}

/* line 2240, main.scss */
.form-search .form-control {
  font-family: "LatoRegular";
  display: inline-block;
  box-shadow: inset 0px 2px 5px rgba(0, 0, 0, 0.35);
  font-size: 18px;
  height: 42px;
  border: none;
  border-radius: 0px;
}

/* line 2251, main.scss */
.form-search .btn-primary {
  padding: 12px 19px 10px;
  margin-left: 19px;
  margin-top: 1px;
  font-size: 12px;
}

/* line 2258, main.scss */
.domain-price {
  font-family: "LatoBold";
  color: #000;
  font-size: 24px;
  margin-top: 11px;
}

/* line 2266, main.scss */
.domain-price span {
  font-size: 36px;
  color: #0849e1;
}

/* line 2271, main.scss */
.cart {
  overflow: hidden;
  padding-top: 42px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/* line 2278, main.scss */
.cart .item-cart {
  padding-left: 32px;
  margin-bottom: 45px;
}

/* line 2283, main.scss */
.cart .border-cart {
  border-radius: 4px;
  border: 1px solid #fff;
  width: 258px;
  margin-left: auto;
  margin-right: auto;
}

/* line 2291, main.scss */
.cart .border-cart:hover {
  box-shadow: 3px 0px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/* line 2296, main.scss */
.cart .border-cart::after {
  background: url(/images/frontend/shadow-main.png) no-repeat;
  background-position-x: -2px;
  content: "";
  position: absolute;
  width: 100%;
  height: 31px;
  display: block;
}

/* line 2306, main.scss */
.better {
  background: #e8e8e8;
  padding-top: 34px;
  margin-bottom: 20px;
  margin-top: 21px;
}

/* line 2313, main.scss */
.better-main {
  margin-bottom: 65px;
}

/* line 2317, main.scss */
.better .title-better {
  text-align: center;
  font-family: "LatoRegular";
  font-size: 24px;
  color: #000;
}

/* line 2324, main.scss */
.better-descr {
  height: 126px;
  display: block;
}

/* line 2329, main.scss */
.better-items-all {
  margin-top: 34px;
}

/* line 2333, main.scss */
.better-items-all .better-item {
  padding-right: 10px;
  margin-bottom: 15px;
}

/* line 2338, main.scss */
.better-items-all .better-item .col-xs-8 {
  padding-left: 12px;
  padding-right: 0px;
}

/* line 2343, main.scss */
.better-items-all .better-item.active .border-better {
  background: #8e9095;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 17px;
}

/* line 2350, main.scss */
.better-items-all .border-better {
  overflow: hidden;
  border-radius: 4px;
  font-family: "LatoRegular";
  color: #494949;
  line-height: 18px;
}

/* line 2358, main.scss */
.better-items-all .better-item.active .border-better span {
  height: 95px;
  display: table-cell;
  vertical-align: middle;
}

/* line 2364, main.scss */
.better-items-all .better-item.active .better-img {
  padding: 0px 15px;
}

/* line 2368, main.scss */
.better-items-all .better-item .better-img {
  text-align: center;
  background: #8e9095;
  border-radius: 4px;
  width: 91px;
  line-height: 92px;
  height: 92px;
  padding: 0px;
}

/* line 2378, main.scss */
#carousel-ask {
  margin-top: 10px;
}

/* line 2382, main.scss */
#carousel-ask .carousel-control {
  background: none;
  box-shadow: none;
  opacity: 1;
  text-shadow: none;
  width: 0%;
}

/* line 2391, main.scss */
#carousel-ask .carousel-control .fa {
  font-size: 30px;
  color: #8e9095;
  position: relative;
  top: 43px;
}

/* line 2398, main.scss */
#carousel-ask .left .fa {
  left: 5px;
}

/* line 2401, main.scss */
#carousel-ask .carousel-control.right {
  right: 11px;
}

/* line 2404, main.scss */
#carousel-ask .right .fa {
  right: 28px;
}

/* line 2408, main.scss */
#carousel-ask .carousel-control .fa:hover {
  color: #0749e1;
}

/* line 2412, main.scss */
.ask-slider {
  text-align: center;
  padding-top: 9px;
  padding-bottom: 17px;
}

/* line 2418, main.scss */
.ask-slider .title-slider {
  font-size: 24px;
  color: #000;
  font-family: "LatoRegular";
}

/* line 2424, main.scss */
.ask-slider .btn-primary {
  font-size: 12px;
  padding: 13px 20px 10px;
}

/* line 2429, main.scss */
.ask-slider .text-slide {
  margin-bottom: 7px;
  overflow: hidden;
}

/* line 2434, main.scss */
#carousel-ask .carousel-inner {
  max-width: 84%;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 2440, main.scss */
.ask-slider .text-slide span {
  font-family: "LatoItalic";
  color: #0749e1;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  max-width: 500px;
  margin-bottom: 2px;
}

/* line 2450, main.scss */
.ask-slider .text-slide p {
  font-size: 16px;
  color: #494d53;
  font-family: "LatoRegular";
  line-height: 20px;
  text-align: left;
}

/* line 2458, main.scss */
.slider-top-up #carousel-top .carousel-indicators {
  bottom: -5px;
}

/* line 2462, main.scss */
.slider-top-up {
  height: 257px;
  position: fixed;
  z-index: -1;
}

/* line 2468, main.scss */
#feedback-form .alert-danger {
  font-size: 12px;
  padding: 5px 12px;
  margin-bottom: -10px;
}

/*Fade эффект*/
/* line 2475, main.scss */
.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

/* line 2479, main.scss */
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

/* line 2485, main.scss */
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

/* line 2491, main.scss */
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

/* line 2499, main.scss */
.news-info {
  margin-top: 300px;
}

/* line 2503, main.scss */
.news-main-info .title-news {
  font-size: 24px;
  font-family: "LatoRegular";
  color: #000;
  display: block;
  text-align: center;
  margin-bottom: 7px;
}

/* line 2512, main.scss */
.news-main-info {
  margin-top: 18px;
}

/* line 2516, main.scss */
.news-items .col-xs-12 {
  padding-left: 0px;
  padding-bottom: 10px;
}

/* line 2521, main.scss */
.news-items .date {
  font-size: 14px;
  color: #979797;
  font-family: "LatoRegular";
  margin-bottom: 5px;
}

/* line 2528, main.scss */
.news-items .title a {
  font-size: 18px;
  color: #004cff;
  text-decoration: none;
  font-family: "LatoRegular";
  line-height: 20px;
}

/* line 2536, main.scss */
.news-items .title a:hover {
  color: #000;
}

/* line 2540, main.scss */
.news-items .item {
  margin-bottom: 17px;
}

/* line 2544, main.scss */
.news-items-one .item .col-sm-11 span {
  font-size: 24px;
  color: #000;
  line-height: 25px;
  display: inline-block;
  margin-bottom: 11px;
}

/* line 2552, main.scss */
.news-items-one .item .col-sm-11 img {
  width: 100%;
}

/* line 2556, main.scss */
.news-main-info {
  margin-top: 38px;
}

/* line 2560, main.scss */
.news-items-one .item .col-sm-11 p {
  color: #494949;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 2566, main.scss */
.news-items-one .item .col-sm-11 div {
  color: #999999;
  font-size: 12px;
  margin-top: -2px;
}

/* line 2572, main.scss */
.news-items-one .item .col-sm-1 a {
  color: #a2a2a2;
  background: #e8e8e8;
  padding: 10px 14px;
  display: inline-block;
  font-size: 28px;
}

/* line 2580, main.scss */
.news-items-one {
  overflow: hidden;
  margin-left: -21px;
}

/* line 2585, main.scss */
#owl-example .item {
  padding: 0px 5px;
}

/* line 2589, main.scss */
#owl-example .item img {
  cursor: pointer;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* line 2597, main.scss */
.navbar-nav .dropdown-submenu > ul {
  left: 160px;
  top: 40%;
  border-top-left-radius: 0px;
}

/* line 2603, main.scss */
.dropdown-submenu > a .caret {
  transform: rotate(-90deg);
  float: right;
  margin-top: 7px;
}

/* line 2609, main.scss */
.map {
  margin-bottom: 25px;
}

/*upload-feedback*/
/* line 2614, main.scss */
.upload-file .qq-upload-list li.qq-upload-success {
  background-color: #fff;
  padding: 0px;
  margin-bottom: 10px;
  color: #333333;
  font-size: 13px;
}

/* line 2622, main.scss */
.upload-file .qq-upload-list {
  margin-top: 18px;
  display: none;
}

/* line 2627, main.scss */
.upload-file .qq-upload-file {
  margin-left: 12px;
}

/* line 2631, main.scss */
.upload-file .images-block li {
  list-style: none;
  margin-bottom: 10px;
}

/* line 2636, main.scss */
.upload-file .images-block li:first-child {
  margin-top: 17px;
}

/* line 2640, main.scss */
.upload-file .images-block li .file-name i {
  margin-right: 10px;
}

/* line 2644, main.scss */
.upload-file .images-block li .file-name {
  margin-right: 15px;
}

/* line 2648, main.scss */
.upload-file .images-block li .close-file {
  color: #ff0000;
}

/* line 2652, main.scss */
.upload-file .images-block li .close-file:hover {
  color: #333;
  cursor: pointer;
}

/* line 2657, main.scss */
#FineUploaderLogo .qq-uploader {
  margin-right: 15px;
  margin-bottom: -85px;
}

/* line 2662, main.scss */
#FineUploaderLogo .qq-upload-drop-area {
  display: block !important;
}

/* line 2666, main.scss */
#FineUploaderLogo .qq-upload-drop-area span {
  top: 20%;
  font-size: 12px;
}

/* line 2671, main.scss */
.upload-file {
  margin-left: 15px;
  margin-right: 15px;
}

/* line 2676, main.scss */
#FineUploaderLogo .qq-upload-button {
  font-size: 12px;
  background: linear-gradient(to top, #1242e3, #456efa);
  border-color: #0e3dd9;
  border-radius: 4px;
}

/* line 2683, main.scss */
#FineUploaderLogo .qq-upload-button:hover {
  background: linear-gradient(to bottom, #1242e3, #456efa);
}

/* line 2687, main.scss */
.result-answer {
  display: none;
}

/* line 2691, main.scss */
.result-answer a {
  color: #004cff;
}

/* line 2695, main.scss */
.result-answer a:hover {
  color: #000;
  text-decoration: none;
}

/* line 2700, main.scss */
.catalog {
  margin-top: 25px;
  margin-bottom: 25px;
}

/* line 2705, main.scss */
.catalog .desc-main h2 {
  margin-top: 0px;
}
