@charset "UTF-8";
/* line 1, ../sass/default.scss */
*, html, body, ul, ol, dl, li, dt, dd {
  margin: 0px;
  padding: 0px;
}

/* line 4, ../sass/default.scss */
html {
  height: 100%;
}

/* line 7, ../sass/default.scss */
body {
  min-height: 100%;
  position: relative;
  margin: auto;
  font-family: "Trebuchet MS",helvetica, arial, sans-serif;
  font-size: 16px;
  color: #4e4c4c;
}

/* line 15, ../sass/default.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* line 18, ../sass/default.scss */
a {
  color: #0090ff;
  outline: none;
}

/* line 22, ../sass/default.scss */
a:hover {
  color: #43bfff;
}

/* line 25, ../sass/default.scss */
img {
  border: none;
  display: block;
}

/* line 29, ../sass/default.scss */
li {
  list-style-type: none;
}

/* line 32, ../sass/default.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 36, ../sass/default.scss */
header, section, footer, nav, article, aside {
  display: block;
}

/* line 2, ../sass/style.scss */
.row-type-1:after {
  content: '';
  clear: both;
  display: block;
}

/* line 10, ../sass/header.scss */
header {
  background-color: #5b6d84;
  padding: 0;
  box-sizing: border-box;
}
/* line 12, ../sass/header.scss */
header .wrapper-menu {
  overflow: hidden;
}
/* line 15, ../sass/header.scss */
header .inner-header-1 {
  background-color: #3bb369;
  width: 1000px;
  margin: auto;
}
/* line 19, ../sass/header.scss */
header .inner-header-2 {
  height: 58px;
  padding: 0 15px;
  margin: auto;
  width: 940px;
  position: relative;
  box-sizing: border-box;
  z-index: 20;
}

/* line 29, ../sass/header.scss */
.logo {
  font-size: 20px;
  line-height: 58px;
  font-size: 20px;
  color: #fff !important;
  text-decoration: none !important;
  float: left;
}
/* line 36, ../sass/header.scss */
.logo svg {
  position: relative;
  top: 5px;
}

/*TERMS*/
.wrapper-rl {
    width:1000px;
    margin:auto;
    background:#fff;
    display:table;
}
.wrapper-rl .right {
    display:table-cell;
    width:290px;
    padding:30px 0 0;
    background-color:#f0f3f6;
}
.inner-right {
    padding:0 35px;
}
.title-right {
    color:#000;
    margin:0 0 10px;
}
.stars {
    font-size:18px;
    color:#ffa26f;
    margin:0 0 12px;
}
.wrapper-screen {
    text-align:center;
    padding:18px 0;
}
.wrapper-screen > a {
    display:inline-block;
    width:240px;
    height:150px;
    box-sizing:border-box;
    border:1px solid #d0d2d4;
    -moz-transition:all ease .3s;
    -webkit-transition:all ease .3s;
    transition:all ease .3s;
    opacity:.5;
}
.wrapper-screen > a:hover {
    opacity:1
}
.wrapper-screen > a > img {
    display:block;
    width:100%;
}
.list-description {
    margin:6px 0;
}
.list-description > li + li {
    margin:24px 0 0;
}
.list-description > li > p {
    font-size:12px;
    margin:0 0 3px;
}
.list-description > li > div > p {
    font-size:18px;
    padding:0 0 0 20px;
    position:relative;
}
.list-description > li > div > p::after {
    content:'';
    display:block;
    width:10px;
    height:10px;
    position:absolute;
    left:0;
    top:7px;
    background-color:#ccc;
}
.list-description > li > div > p.middle-level::after {
    background-color:#e4db9e;
}
.list-description > li > div > p.low-level::after {
    background-color:#ff6666;
}
.list-description > li > div > p.high-level::after {
    background-color:#15db85;
}
.wrapper-button {
    text-align:center;
    padding:30px 0;
}
.wrapper-rl .left {
    display: table-cell;
    max-width: 630px;
    padding: 25px 35px 0 45px;
    word-wrap: break-word;
}
.wrapper-rl .left h1 {
    font-size:26px;
    color:#000;
    margin:0 0 22px;
}
.wrapper-rl .left h2, .wrapper-rl .left h3 {
    font-size:12px;
    color:#000;
    margin:0 0 25px;
}
.list-obj > ul > li {
    margin:0 0 14px;
    padding:0 0 23px;
    border-bottom:1px solid #e1e3e8;
}
.list-obj + .list-obj {
    margin:30px 0 0;
}
.list-obj > ul > li > div > p {
    color:#555;
    line-height:145%;
}
.list-obj > ul > li > a {
    line-height: 150%;
    display:inline-block;
    font-size:18px;
}
.list-obj > ul > li > p {
    color:#84caac;
}
/*TERMS end*/

/* line 41, ../sass/header.scss */
.main-menu {
  float: left;
  margin: 0 0 0 15px;
}
/* line 44, ../sass/header.scss */
.main-menu li {
  display: inline;
}
/* line 47, ../sass/header.scss */
.main-menu a {
  display: inline-block;
  line-height: 58px;
  height: 58px;
  padding: 0 17px;
  color: #fff;
  text-decoration: none !important;
}
/* line 55, ../sass/header.scss */
.main-menu a:hover {
  background-color: #16945d;
}

/* line 73, ../sass/header.scss */
.search-type-1 {
  margin: 11px 0 0;
  position: relative;
  float: right;
}
/* line 77, ../sass/header.scss */
.search-type-1 input {
  width: 430px;
  height: 36px;
  background-color: #16945d;
  color: #89e0ba;
  font-size: 16px;
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 36px 0 9px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 80, ../sass/header.scss */
.search-type-1 input::-webkit-input-placeholder {
  color: #89e0ba;
}
/* line 81, ../sass/header.scss */
.search-type-1 input::-moz-placeholder {
  color: #89e0ba;
}
/* line 82, ../sass/header.scss */
.search-type-1 input:-moz-placeholder {
  color: #89e0ba;
}
/* line 83, ../sass/header.scss */
.search-type-1 input:-ms-input-placeholder {
  color: #89e0ba;
}
/* line 85, ../sass/header.scss */
.search-type-1 input:focus::-webkit-input-placeholder {
  color: #767676;
}
/* line 86, ../sass/header.scss */
.search-type-1 input:focus::-moz-placeholder {
  color: #767676;
}
/* line 87, ../sass/header.scss */
.search-type-1 input:focus:-moz-placeholder {
  color: #767676;
}
/* line 88, ../sass/header.scss */
.search-type-1 input:focus:-ms-input-placeholder {
  color: #767676;
}
/* line 90, ../sass/header.scss */
.search-type-1 input:focus {
  color: #767676 !important;
  background-color: #fff;
}
/* line 94, ../sass/header.scss */
.search-type-1 input:focus + .btn-search-1 {
  color: #136fd6;
}

/* line 98, ../sass/header.scss */
.btn-search-1 {
  display: block;
  position: absolute;
  width: 36px;
  font-family: "Trebuchet MS",helvetica, arial, sans-serif;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 20px;
  text-decoration: none !important;
  color: #fff;
  right: 0;
  top: 0;
}

/* line 112, ../sass/header.scss */
.btn-search-1:hover {
  opacity: .8;
  color: #fff;
}

/* line 20, ../sass/content.scss */
.content {
  background-color: #5b6d84;
  padding: 0;
  box-sizing: border-box;
  min-width: 1000px;
  clear: both;
  padding-bottom: 108px;
}

/* line 26, ../sass/content.scss */
.wrapper-top-info {
  width: 1000px;
  margin: auto;
  height: 616px;
  background: #33935b url(../img/bg-top-info.png) no-repeat 140% 34px;
}
/* line 30, ../sass/content.scss */
.wrapper-top-info .inner-top-info {
  width: 940px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: auto;
  position: relative;
}
/* line 36, ../sass/content.scss */
.wrapper-top-info .inner-top-info h1 {
  position: relative;
  top: 80px;
  width: 420px;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  line-height: 125%;
}
/* line 45, ../sass/content.scss */
.wrapper-top-info .inner-top-info .top-desc {
  position: absolute;
  right: 31px;
  top: 145px;
  width: 335px;
}
/* line 50, ../sass/content.scss */
.wrapper-top-info .inner-top-info .top-desc ul {
  margin: 0 0 20px -20px;
}
/* line 53, ../sass/content.scss */
.wrapper-top-info .inner-top-info .top-desc ul li {
  font-size: 20px;
  color: #fff;
  line-height: 192%;
  font-weight: bold;
  position: relative;
}
.wrapper-top-info .inner-top-info .top-desc ul li i {
  margin: 0 20px 0 0;
}

/* line 84, ../sass/content.scss */
.btn-type-1 {
  display: inline-block;
  line-height: 50px;
  background-color: #ffa26f;
  color: #fff !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 20px;
  font-size: 20px;
  text-decoration: none !important;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

/* line 95, ../sass/content.scss */
.btn-type-1:hover {
  background-color: #ff8d4e;
}

/* line 98, ../sass/content.scss */
.wrapper-search {
  width: 1000px;
  margin: auto;
  height: 175px;
  background-color: #e8e8e8;
}
/* line 102, ../sass/content.scss */
.wrapper-search form {
  width: 660px;
  height: 56px;
  margin: auto;
  overflow: hidden;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: 60px;
}
/* line 110, ../sass/content.scss */
.wrapper-search form .btn-search-2 {
  display: block;
  position: absolute;
  background-color: #0fb36c;
  width: 70px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  text-decoration: none !important;
  color: #fff;
  right: 0;
  top: 0;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
/* line 125, ../sass/content.scss */
.wrapper-search form .btn-search-2:hover {
  color: #136fd6;
  opacity: .6;
}
/* line 129, ../sass/content.scss */
.wrapper-search form input {
  width: 100%;
  height: 56px;
  font-family: "Trebuchet MS",helvetica, arial, sans-serif;
  font-size: 18px;
  background-color: #fff;
  color: #909090;
  line-height: 56px;
  box-sizing: border-box;
  padding: 0 56px 0 15px;
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 142, ../sass/content.scss */
.wrapper-search form input::-webkit-input-placeholder {
  color: #909090;
}
/* line 143, ../sass/content.scss */
.wrapper-search form input::-moz-placeholder {
  color: #909090;
}
/* line 144, ../sass/content.scss */
.wrapper-search form input:-moz-placeholder {
  color: #909090;
}
/* line 145, ../sass/content.scss */
.wrapper-search form input:-ms-input-placeholder {
  color: #909090;
}

/* line 148, ../sass/content.scss */
.description-page {
  width: 1000px;
  margin: auto;
  padding: 60px 0 87px;
  background-color: #fff;
}
/* line 152, ../sass/content.scss */
.description-page .inner-description {
  width: 940px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: auto;
}
/* line 157, ../sass/content.scss */
.description-page .inner-description div {
  color: #4e4c4c;
  max-width: 760px;
}
/* line 160, ../sass/content.scss */
.description-page .inner-description div h2 {
  font-size: 20px;
  margin: 0 0 30px;
  font-weight: bold;
}
/* line 165, ../sass/content.scss */
.description-page .inner-description div p {
  font-size: 18px;
  line-height: 140%;
}
/* line 170, ../sass/content.scss */
.description-page .inner-description div + div {
  padding: 60px 0 0;
}

/* line 175, ../sass/content.scss */
.wrapper-screen-site {
  width: 1000px;
  margin: auto;
  height: 240px;
  overflow: hidden;
  position: relative;
}
.vertical-1 {
  display: table;
  height: 100%;
  width: 100%;
  position: absolute;
}
.vertical-2 {
  display: table-cell;
  vertical-align: middle;
}
/* line 180, ../sass/content.scss */
.wrapper-screen-site span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 187, ../sass/content.scss */
.wrapper-screen-site span img {
  width: 100%;
}
/* line 191, ../sass/content.scss */
.wrapper-screen-site .inner-screen-site:hover span::after {
  /*background-color: #1f3754;*/
  /*background-color: rgba(31, 55, 84, 0.9);*/
}
/* line 195, ../sass/content.scss */
.wrapper-screen-site span::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1f3754;
  background-color: rgba(31, 55, 84, 0.8);
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}


.wrapper-screen-site span.blood-cc::after {
    background-color: rgb(73, 0, 0);
    background-color: rgba(73, 0, 0, 0.8);
}
.wrapper-screen-site span.green-cc::after {
    background-color: rgb(0, 73, 41);
    background-color: rgba(0, 73, 41, 0.8);
}
.wrapper-screen-site span.yellow-cc::after {
    background-color: rgb(103, 88, 8);
    background-color: rgba(103, 88, 8, 0.8);
}

.desc-top {
    bottom: 30px;
    color: #fff;
    font-size: 18px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}
/* line 207, ../sass/content.scss */
.wrapper-screen-site h1 {
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    width: 1000px;
    box-sizing: border-box;
    padding: 0 70px;
}
/* line 213, ../sass/content.scss */
.wrapper-screen-site h1 a {
  color: #fff;
  text-decoration: underline !important;
}

/* line 223, ../sass/content.scss */
.wrapper-part {
  clear: both;
  width: 1000px;
  margin: auto;
}
/* line 226, ../sass/content.scss */
.wrapper-part .inner-part {
  padding: 31px 45px 20px;
  position: relative;
  max-width: 910px;
  margin: auto;
}
/* line 232, ../sass/content.scss */
.wrapper-part .inner-part .title h2, .wrapper-part .inner-part .title h3 {
  font-size: 20px;
  word-wrap: break-word;
}
/* line 237, ../sass/content.scss */
.wrapper-part .inner-part::after {
  content: '';
  display: block;
  clear: both;
}

/* line 244, ../sass/content.scss */
.white-cc .title {
  color: #4e4c4c;
}

/* line 249, ../sass/content.scss */
.green-cc .title {
  color: #fff;
}

/* line 253, ../sass/content.scss */
.white-cc {
  background-color: #fff;
}

/* line 256, ../sass/content.scss */
.green-cc {
  background-color: #0fb36c;
}

/* line 259, ../sass/content.scss */
.small-screen-shot {
  background-color: #fff;
  padding: 0 0 0 40px;
  position: absolute;
  right: 30px;
  top: 53px;
}
/* line 265, ../sass/content.scss */
.small-screen-shot a {
  display: block;
  border: 1px solid #b2b1b2;
  width: 273px;
  height: 177px;
  overflow: hidden;
  position: relative;
}
/* line 272, ../sass/content.scss */
.small-screen-shot a img {
  width: 100%;
}
/* line 276, ../sass/content.scss */
.small-screen-shot a:hover::after {
  background-color: #57a6ff;
  background-color: rgba(87, 166, 255, 0.2);
}
/* line 280, ../sass/content.scss */
.small-screen-shot a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

/* line 291, ../sass/content.scss */
.table-type-1 {
  font-size: 18px;
  width: 100%;
}
/* line 294, ../sass/content.scss */
.table-type-1 .table-title-1 {
  font-size: 12px;
  margin: 0 0 6px;
}
/* line 298, ../sass/content.scss */
.table-type-1 td:first-child {
  width: 150px;
}
/* line 301, ../sass/content.scss */
.table-type-1 td {
  padding: 25px 15px;
}
/* line 304, ../sass/content.scss */
.table-type-1 td a {
  font-size: 18px;
}
/* line 307, ../sass/content.scss */
.table-type-1 tr + tr td {
  border-top: 1px solid #e1e3e8;
}
/* line 310, ../sass/content.scss */
.table-type-1 .w33 td {
  vertical-align: top;
}

/* line 314, ../sass/content.scss */
.status-site {
  position: relative;
  padding: 0 0 0 20px;
}

/* line 318, ../sass/content.scss */
.status-site::after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  border-radius: 11px;
  position: absolute;
  background-color: #f00;
  top: 9px;
  left: 0;
}

/* line 331, ../sass/content.scss */
.status-site.active::after {
  background-color: #19f76d;
}

/* line 335, ../sass/content.scss */
.w33 td {
  width: 33.3%;
}

/* line 339, ../sass/content.scss */
.table-desc-1 {
  line-height: 150%;
}

/* line 342, ../sass/content.scss */
.stars-rait {
  font-size: 30px;
  color: #ff772c;
}

/* line 346, ../sass/content.scss */
.top-desc-1 {
  font-size: 12px;
  margin: 0 0 8px;
}
/* line 349, ../sass/content.scss */
.top-desc-1 a {
  font-size: 12px !important;
}
/* line 352, ../sass/content.scss */
.top-desc-1 i {
  position: relative;
  left: 5px;
}

/* line 357, ../sass/content.scss */
.top-desc-2 {
  font-size: 20px;
}

/* line 360, ../sass/content.scss */
.map-main {
  width: 530px;
  height: 368px;
  float: left;
  margin: 45px 0 18px 14px;
}

/* line 365, ../sass/content.scss */
.table-info-1 {
  width: 365px;
  text-align: center;
  float: right;
  padding: 60px 0 0;
}

.table-type-2.full-info {
  margin: 0 0 30px;
}
/* line 371, ../sass/content.scss */
.table-info-1 .btn-type-2 {
  margin: 23px 0 0;
}

/* line 375, ../sass/content.scss */
.table-type-2 {
  color: #fff;
  width: 100%;
}
/* line 378, ../sass/content.scss */
.table-type-2 th {
  font-size: 12px;
  text-align: left;
  vertical-align: top;
  padding: 0 15px 11px;
  border-bottom: 1px solid #fff;
}
/* line 385, ../sass/content.scss */
.table-type-2 td {
  border-bottom: 1px solid #fff;
  font-size: 18px;
  padding: 15px;
  text-align: left;
  width: 33.3%;
}

/* line 394, ../sass/content.scss */
.btn-type-2 {
  display: inline-block;
  background-color: #ffa26f;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 18px;
  color: #fff !important;
  text-decoration: none !important;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 406, ../sass/content.scss */
.btn-type-2:hover {
  background-color: #ff8d4e;
}

/* line 410, ../sass/content.scss */
.text-type-1 {
  line-height: 150%;
  font-size: 18px;
  width: 750px;
  margin: 26px 0 0;
}

/* line 416, ../sass/content.scss */
.table-info-2 {
  margin: 10px 0 30px;
  position: relative;
}
/* line 419, ../sass/content.scss */
.table-info-2 table {
  width: 750px;
}
/* line 422, ../sass/content.scss */
.table-info-2 .wrapper-btn {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  z-index: 1;
}

/* line 431, ../sass/content.scss */
.table-info-2.active {
  overflow: hidden;
  height: 270px;
}

/* line 435, ../sass/content.scss */
.table-info-2.active::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -moz-box-shadow: 0 0 110px 110px #fff;
  -webkit-box-shadow: 0 0 110px 110px #fff;
  box-shadow: 0 0 110px 110px #fff;
}

/* line 447, ../sass/content.scss */
.table-type-3 td {
  font-size: 12px;
  vertical-align: top;
  width: 135px;
  padding: 16px 0 12px;
}
/* line 453, ../sass/content.scss */
.table-type-3 td + td {
  width: auto;
  font-size: 18px;
  padding: 10px 0;
}
/* line 458, ../sass/content.scss */
.table-type-3 td p {
  margin: 0 0 10px;
}

/* line 462, ../sass/content.scss */
.whois-info {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 150%;
}

/* line 467, ../sass/content.scss */
.table-type-4 {
  color: #fff;
  width: 100%;
  margin: 14px 0 24px 0;
}
/* line 471, ../sass/content.scss */
.table-type-4 th {
  font-size: 12px;
  padding: 18px 15px;
  text-align: left;
}
/* line 476, ../sass/content.scss */
.table-type-4 td:first-child {
  width: 530px;
}
/* line 479, ../sass/content.scss */
.table-type-4 td {
  font-size: 18px;
  padding: 15px;
  background-color: #16945d;
}
/* line 484, ../sass/content.scss */
.table-type-4 td + td + td {
  width: 210px;
}
/* line 487, ../sass/content.scss */
.table-type-4 tr:nth-child(2n+1) td {
  background-color: inherit;
}

/* line 491, ../sass/content.scss */
.progress {
  background-color: #187a4f;
  height: 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  width: 210px;
  position: relative;
}
/* line 498, ../sass/content.scss */
.progress span {
  display: block;
  top: 0;
  left: 0;
  height: 5px;
  position: absolute;
  background-color: #fff;
}

/* line 507, ../sass/content.scss */
.margin-table-1 {
  margin: 0 -15px;
}

/* line 510, ../sass/content.scss */
.margin-table-1 .wrapper-btn {
  margin: 0 0 17px;
  clear: both;
}

/* line 514, ../sass/content.scss */
.wrapper-btn {
  text-align: center;
}

/* line 517, ../sass/content.scss */
.list-type-1 {
  margin: 40px 0 0;
}
/* line 519, ../sass/content.scss */
.list-type-1 .one-row-1 {
  width: 33.3%;
  float: left;
}
/* line 523, ../sass/content.scss */
.list-type-1 .one-obj-1 + .one-obj-1 {
  margin: 49px 0 0;
}
/* line 527, ../sass/content.scss */
.list-type-1 .one-obj-1 a {
  width: 273px;
  height: 177px;
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
}
/* line 535, ../sass/content.scss */
.list-type-1 .one-obj-1 a::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1f3754;
  background-color: rgba(31, 55, 84, 0.8);
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
/* line 547, ../sass/content.scss */
.list-type-1 .one-obj-1 a:hover::after {
  background-color: #1f3754;
  background-color: rgba(31, 55, 84, 0.9);
}
/* line 551, ../sass/content.scss */
.list-type-1 .one-obj-1 span {
  box-sizing: border-box;
  display: block;
  left: 0;
  line-height: 177px;
  padding: 0 20px;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  top: 0;
  width: 100%;
  z-index: 1;
}
/* line 564, ../sass/content.scss */
.list-type-1 .one-obj-1 span::after {
  box-shadow: 0 0 20px 30px #1f3754;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 91px;
  width: 10px;
}

.list-type-1 .one-obj-1 img {
  width: 100%;
}

/* line 575, ../sass/content.scss */
.list-type-1 + .wrapper-btn {
  clear: both;
  padding: 24px 0 0;
}

/* line 580, ../sass/content.scss */
.row-type-1 {
  margin: 70px 0 40px;
}
/* line 582, ../sass/content.scss */
.row-type-1 .row-title-3 {
  font-size: 18px;
  color: #4e4c4c;
  margin: 0 0 20px;
}
/* line 587, ../sass/content.scss */
.row-type-1 .row-3 {
  float: left;
  width: 33.3%;
  padding: 0 60px 0 0;
  word-wrap: break-word;
  box-sizing: border-box;
}
/* line 595, ../sass/content.scss */
.row-type-1 .list-type-2 li a {
  font-size: 14px;
}
/* line 598, ../sass/content.scss */
.row-type-1 .list-type-2 li + li {
  margin: 8px 0 0;
}

/*adding*/
/* line 604, ../sass/content.scss */
body.loading {
  background: #5b6d84;
}

/* line 607, ../sass/content.scss */
.loading .content {
  background: #fff;
  width: 1000px;
  margin: auto;
  min-height: 90vh;
}

/* line 612, ../sass/content.scss */
.wrapper-top-adding {
  word-wrap: break-word;
  background-color: #16945d;
  width: 1000px;
  margin: auto;
}
/* line 616, ../sass/content.scss */
.wrapper-top-adding .inner-top-adding {
  width: 940px;
  color: #fff;
  box-sizing: border-box;
  padding: 30px 15px;
  margin: auto;
  position: relative;
}
/* line 623, ../sass/content.scss */
.wrapper-top-adding .inner-top-adding h1 {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 20px;
}
/* line 628, ../sass/content.scss */
.wrapper-top-adding .inner-top-adding p {
  font-size: 20px;
}

/* line 633, ../sass/content.scss */
.wrapper-top-adding .inner-top-adding h1 {
  font-size: 20px;
}

/* line 636, ../sass/content.scss */
.wrapper-top-adding .inner-top-adding p {
  font-size: 16px;
}

/* line 639, ../sass/content.scss */
.adding-load {
  width: 1000px;
  margin: auto;
  background-color: #e8e8e8;
}
/* line 642, ../sass/content.scss */
.adding-load .inner-adding-load {
  box-sizing: border-box;
  margin: auto;
  padding: 0 15px;
  width: 940px;
  background: url(../img/bg-add-loading.png) 15px 30px no-repeat;
  height: 249px;
}
/* line 649, ../sass/content.scss */
.adding-load .inner-adding-load ul {
  margin: 0 0 0 450px;
  padding: 44px 0 0;
}
/* line 652, ../sass/content.scss */
.adding-load .inner-adding-load ul li {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 50px;
  position: relative;
  padding: 0 0 0 36px;
}
/* line 658, ../sass/content.scss */
.adding-load .inner-adding-load ul li i {
  position: absolute;
  font-size: 20px;
  left: 0;
  top: 14px;
  color: #16945d;
  margin: 0 10px 0 0;
}
/* line 668, ../sass/content.scss */
.adding-load .inner-adding-load li.active {
  color: #000;
}

/* line 673, ../sass/content.scss */
.desc-text {
  width: 1000px;
  margin: auto;
  background-color: #fff;
}
/* line 676, ../sass/content.scss */
.desc-text .inner-desc-text {
  box-sizing: border-box;
  color: #4c4c4c;
  font-size: 18px;
  line-height: 145%;
  margin: auto;
  padding: 60px 15px 120px;
  width: 940px;
}

/* line 686, ../sass/content.scss */
.p404 > p {
  font-size: 100px;
  color: #000;
  line-height: normal;
}

/* line 691, ../sass/content.scss */
.p404-t {
  width: 650px;
  height: 50vh;
  font-size: 20px;
  line-height: 150%;
}

/*adding end*/
/***error toolbar***/
/* line 699, ../sass/content.scss */
.error-message {
  background-color: #656565;
  display: table;
  height: 100%;
  width: 610px;
}

/* line 705, ../sass/content.scss */
.message_popup {
  box-sizing: border-box;
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

/* line 712, ../sass/content.scss */
.inner_message {
  background-color: #fff;
  box-shadow: 0 1px 10px -3px #333;
  box-sizing: border-box;
  font-size: 100%;
  margin: auto;
  padding: 4% 3% 5%;
  text-align: center;
  width: 95%;
}
/* line 721, ../sass/content.scss */
.inner_message h1 {
  font-weight: bold;
  color: #ff0101;
  font-size: 20px;
}
/* line 726, ../sass/content.scss */
.inner_message p {
  color: #000;
  font-size: 16px;
  line-height: 170%;
  padding: 2% 3% 4%;
}

/* line 734, ../sass/content.scss */
.group-type-1 a {
  display: inline-block;
  margin: 0 7px;
  line-height: 35px;
  height: 35px;
  padding: 0 15px;
  text-decoration: none !important;
  color: #fff;
  background-color: #0090ff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all ease .2s;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}
/* line 750, ../sass/content.scss */
.group-type-1 a:hover {
  background-color: #43bfff;
}

/***error toolbar end***/
/*popular sites*/
/* line 757, ../sass/content.scss */
.wrapper-popular-sites {
  margin: 40px 0;
  overflow: hidden;
  word-wrap: break-word;
}
/* line 761, ../sass/content.scss */
.wrapper-popular-sites ul {
  float: left;
  color: #fff;
  width: 405px;
  font-size: 15px;
}
/* line 766, ../sass/content.scss */
.wrapper-popular-sites ul li {
  border-top: 1px solid #0f6b42;
  padding: 10px 0 0;
}
/* line 769, ../sass/content.scss */
.wrapper-popular-sites ul li a {
  max-width: 100%;
  display: inline-block;
  color: #fff;
  line-height: 140%;
  font-size: 18px;
  margin: 0 0 10px;
}
/* line 777, ../sass/content.scss */
.wrapper-popular-sites ul li p {
  line-height: 140%;
}
/* line 781, ../sass/content.scss */
.wrapper-popular-sites ul li + li {
  margin: 40px 0 0;
}
/* line 785, ../sass/content.scss */
.wrapper-popular-sites ul + ul {
  float: right;
}

/* line 789, ../sass/content.scss */
.new-adding {
  margin: 28px -20px 10px;
}
/* line 791, ../sass/content.scss */
.new-adding a {
  font-size: 18px;
}
/* line 794, ../sass/content.scss */
.new-adding p {
  display: inline-block;
  word-wrap: break-word;
  margin: 0 20px 15px;
}

/* line 800, ../sass/content.scss */
.white-cc + .white-cc::before, .green-cc + .green-cc::before {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background-color: #e1e3e8;
}

/*popular sites end*/
/* line 1, ../sass/footer.scss */
footer {
  background-color: #5b6d84;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  min-width: 1000px;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 108px;
}
/* line 9, ../sass/footer.scss */
footer .inner-footer-1 {
  width: 1000px;
  margin: auto;
  height: 108px;
  background-color: #0fb36c;
}
/* line 14, ../sass/footer.scss */
footer .inner-footer-2 {
  width: 940px;
  position: relative;
  box-sizing: border-box;
  padding: 0 15px;
  margin: auto;
}
/* line 21, ../sass/footer.scss */
footer .copyright {
  font-size: 14px;
  color: #fff;
  clear: both;
  padding: 13px 0 0;
}

footer .copyright a {
	color:#fff;
}

.status-d {
    float: left;
    width: 210px;
}
.title-status-d {
    font-size: 12px;
}
.status-d + .status-d {
    margin: 0 0 0 140px;
}
.line-status {
    font-size: 20px;
    margin: 10px 0 0;
}
.line-status > div {
    background-color: #eee;
    height: 7px;
    margin: 12px 0 0;
    width: 100%;
}

.line-status > div.line5 {
    background: #ffa2a2;
    background: -moz-linear-gradient(left, #ffa2a2 0%, #ff4d4d 100%);
    background: -webkit-linear-gradient(left, #ffa2a2 0%,#ff4d4d 100%);
    background: linear-gradient(to right, #ffa2a2 0%,#ff4d4d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa2a2', endColorstr='#ff4d4d',GradientType=1 );
}
.line-status > div.line4 {
    background: #ffdac1;
    background: -moz-linear-gradient(left, #ffdac1 0%, #f8b78c 100%);
    background: -webkit-linear-gradient(left, #ffdac1 0%,#f8b78c 100%);
    background: linear-gradient(to right, #ffdac1 0%,#f8b78c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdac1', endColorstr='#f8b78c',GradientType=1 );
}
.line-status > div.line3 {
    background: #f7f0c7;
    background: -moz-linear-gradient(left, #f7f0c7 0%, #e7dc95 100%);
    background: -webkit-linear-gradient(left, #f7f0c7 0%,#e7dc95 100%);
    background: linear-gradient(to right, #f7f0c7 0%,#e7dc95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f0c7', endColorstr='#e7dc95',GradientType=1 );
}
.line-status > div.line2 {
    background: #d3ffb0;
    background: -moz-linear-gradient(left, #d3ffb0 0%, #b0eb81 100%);
    background: -webkit-linear-gradient(left, #d3ffb0 0%,#b0eb81 100%);
    background: linear-gradient(to right, #d3ffb0 0%,#b0eb81 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3ffb0', endColorstr='#b0eb81',GradientType=1 );
}
.line-status > div.line1 {
    background: #7ff4c1;
    background: -moz-linear-gradient(left, #7ff4c1 0%, #4bd69a 100%);
    background: -webkit-linear-gradient(left, #7ff4c1 0%,#4bd69a 100%);
    background: linear-gradient(to right, #7ff4c1 0%,#4bd69a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ff4c1', endColorstr='#4bd69a',GradientType=1 );
}
.line-status > div.line0 {
    background: #e1e3e8;
    background: -moz-linear-gradient(left, #e1e3e8 0%, #e1e3e8 100%);
    background: -webkit-linear-gradient(left, #e1e3e8 0%,#e1e3e8 100%);
    background: linear-gradient(to right, #e1e3e8 0%,#e1e3e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e3e8', endColorstr='#e1e3e8',GradientType=1 );
}

.inner-status-d::after, .inner-description.contact-form::after {
    content:'';
    display:block;
    clear:both;
	}
.inner-description.contact-form {
	padding:0;
	}
.inner-description.contact-form .left {
	float:left;
	box-sizing:border-box;
	width:520px;
	padding:0 15px;
	}
.inner-description.contact-form .feedback-form {
	padding:0 0 30px;
	}
.inner-description.contact-form .right {
	background-color: #eef2f6;
    border-radius: 5px;
    box-sizing: border-box;
    float: right;
    padding: 0 15px;
	position:relative;
	top:-20px;
    width: 380px;
	}
.inner-description.contact-form .right h2 {
	font-weight: normal;
	margin: 0;
	padding: 20px 0 8px;
	}
.inner-description.contact-form  .error {
	color: red;
	font-size: 14px;
	position: relative;
	top: 4px;
	}
.inner-description.contact-form  .success {
  color: #3bb369;
  font-size: 14px;
  position: relative;
  top: 4px;
  }
.feedback-form > label {
	color: #4e4c4c;
	display: block;
	font-size: 16px;
	padding: 20px 0 8px;
	}
.feedback-form > input[type="text"] {
	border: 1px solid #cfd9e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	font-family: "Trebuchet MS",helvetica, arial, sans-serif;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	width: 100%;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
	}
.feedback-form > input.error-type[type="text"], .feedback-form textarea.error-type {
	border-color:#ff8d4e;
	}
.feedback-form > input[type="submit"] {
	background: rgb(255,162,111);
	background: -moz-linear-gradient(top, rgba(255,162,111,1) 0%, rgba(255,162,111,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,162,111,1) 0%,rgba(255,162,111,1) 100%);
	background: linear-gradient(to bottom, rgba(255,162,111,1) 0%,rgba(255,162,111,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa26f', endColorstr='#ffa26f',GradientType=0 );
	border: medium none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor:pointer;
	color: #fff;
	display: block;
	font-family: "Trebuchet MS",helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	margin: auto;
	width: 178px;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
	}
.feedback-form > input[type="submit"]:hover {
	background: rgb(255,141,78);
	background: -moz-linear-gradient(top, rgba(255,141,78,1) 0%, rgba(255,141,78,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,141,78,1) 0%,rgba(255,141,78,1) 100%);
	background: linear-gradient(to bottom, rgba(255,141,78,1) 0%,rgba(255,141,78,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8d4e', endColorstr='#ff8d4e',GradientType=0 );
	}
.feedback-form > textarea {
	border: 1px solid #cfd9e5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	box-sizing: border-box;
	font-family: "Trebuchet MS";
	font-size: 16px;
	height: 156px;
	padding: 6px 7px;
	resize: none;
	width: 100%;
	}
.inner-description.contact-form .g-recaptcha	{
	width:302px;
	margin:25px auto;
	}
	
.term-page .content {
  padding: 0;
}
.term-page .wrapper-rl {
  box-sizing: border-box;
  display: block;
  min-height: 100vh;
  padding: 58px 0 108px;
}
.term-page header {
  position: absolute;
  width: 100%;
  z-index: 1;
}	
	
@media only screen and (min-width: 1400px) {
  /* line 17, ../sass/style.scss */
  header .inner-header-1, .wrapper-top-info, .wrapper-search, .description-page, footer .inner-footer-1, .wrapper-screen-site, .wrapper-part, .wrapper-top-adding, .adding-load, .desc-text, .loading .content, .wrapper-screen-site h1 {
    width: 1300px;
  }
    /*TERMS*/
	.term-page .inner-header-1, .term-page .inner-footer-1 {
		width: 1000px;
	}
    .wrapper-rl {
        /*width: 1300px;*/
    }
    /*TERMS*/
}
@media only screen and (max-width: 860px) {
  /* line 22, ../sass/style.scss */
  header .inner-header-1, header .inner-header-2, .wrapper-top-info, .wrapper-top-info .inner-top-info, .wrapper-top-info .inner-top-info h1, .wrapper-top-info .inner-top-info .top-desc, .wrapper-search, .wrapper-search form, .description-page, .description-page .inner-description, footer .inner-footer-1, footer .inner-footer-2, .wrapper-screen-site, .wrapper-part, .text-type-1, .list-type-1 .one-row-1, .row-type-1 .row-3, .wrapper-part .inner-part, .wrapper-top-adding, .wrapper-top-adding .inner-top-adding, .adding-load, .adding-load .inner-adding-load, .desc-text, .desc-text .inner-desc-text, .loading .content, .p404-t, .wrapper-screen-site h1 {
    width: 100%;
  }

    /*TERM*/
    .wrapper-rl {
        width:100%;
    }
    .wrapper-rl, .wrapper-rl .left, .wrapper-rl .right {
        display:block;
    }
    .wrapper-rl .left {
        padding: 25px 10px 0 10px;
        max-width: 520px;
        margin: auto;
    }
    .wrapper-rl .left:first-child .list-obj > ul > li {
        margin: 0;
        padding: 0;
        border-bottom:none;
    }
    .wrapper-rl .left:first-child .list-obj > ul {
        padding: 0 0 23px;
    }
    .wrapper-rl .left:first-child .list-obj > ul > li + li {
        margin: 23px 0 0;
        padding: 14px 0 0;
        border-top: 1px solid #e1e3e8;
    }
    .wrapper-rl .right {
        width:100%;
    }
    .inner-right {
        padding: 0 10px;
        max-width: 520px;
        margin: auto;
    }
    .wrapper-screen > a {
        width:100%;
        height:100%;
    }

	.wrapper-screen {
		padding: 18px 10px;
	}




    /*TERM end*/

  /* line 25, ../sass/style.scss */
  header, .content, footer {
    min-width: 320px;
  }

  /* line 28, ../sass/style.scss */
  .wrapper-top-info .inner-top-info, .wrapper-search form, .description-page .inner-description {
    max-width: 420px;
  }

  .wrapper-screen-site {
    height: auto;
  }

  .wrapper-screen-site span {
    position: static;
  }

  /* line 31, ../sass/style.scss */
  .content {
    padding-bottom: 0;
  }
.inner-description.contact-form .right, .inner-description.contact-form .left {
	float:none;
	width:100%;
	}
.inner-description.contact-form .right {
	top:0;
	height:622px;
	position:relative;
	}
 .inner-description.contact-form .left {
	padding:0 2.5px 30px;
	}
.inner-description.contact-form {
	padding: 0 10px;
	}
.inner-description.contact-form .g-recaptcha {
    width: 100%;
    position: absolute;
    bottom: 74px;
    left: 0;
	}
.feedback-form > textarea {
	margin: 0 0 127px;
	}
.inner-description.contact-form .g-recaptcha > div {
	width:302px;
	margin:auto;
	}
  /* line 34, ../sass/style.scss */
  .wrapper-top-info, .wrapper-search {
    height: auto;
  }

  /* line 37, ../sass/style.scss */
  .wrapper-menu {
    display: none;
    width: 100%;
    position: absolute;
    height: 129px;
    top: 58px;
    overflow: visible !important;
    left: 0;
    background-color: #16945d;
    z-index: 1;
  }

  /* line 48, ../sass/style.scss */
  .main-menu {
    float: none;
    margin: 8px 0 0;
  }

  /* line 52, ../sass/style.scss */
  .search-type-1 {
    max-width: 420px;
    float: none;
    margin: 7px 0 0;
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* line 59, ../sass/style.scss */
  .search-type-1 input {
    background-color: #187a4f;
    width: 100%;
  }

  /* line 63, ../sass/style.scss */
  .btn-search-1 {
    right: 10px;
  }

  /* line 66, ../sass/style.scss */
  .mobile-btn-menu {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    color: #fff !important;
    text-align: center;
    font-size: 30px;
    -moz-transition: all ease .2s;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
  }

  /* line 79, ../sass/style.scss */
  .mobile-btn-menu.active {
    background-color: #16945d;
  }

  /* line 82, ../sass/style.scss */
  .wrapper-top-info .inner-top-info h1 {
    top: 0;
    font-size: 30px;
    padding: 20px 0 30px;
  }

  /* line 87, ../sass/style.scss */
  .wrapper-top-info .inner-top-info .top-desc {
    position: static;
    text-align: center;
    padding: 0 0 40px;
  }

  /* line 92, ../sass/style.scss */
  .top-desc ul li {
    padding: 0;
    font-size: 18px;
    text-align: left;
  }

  .wrapper-top-info .inner-top-info .top-desc ul {
    margin: 0 0 20px;
  }

  /* line 97, ../sass/style.scss */
  .wrapper-top-info {
    background: #33935b;
  }

  /* line 100, ../sass/style.scss */
  .wrapper-top-info .inner-top-info .top-desc ul li:after {
    left: 0;
    top: 7px;
  }

  /* line 104, ../sass/style.scss */
  .wrapper-search {
    padding: 50px 10px;
    box-sizing: border-box;
  }

  /* line 108, ../sass/style.scss */
  .wrapper-search form {
    overflow: visible;
    position: relative;
    top: auto;
    left: auto;
    height: 46px;
  }

  /* line 115, ../sass/style.scss */
  .wrapper-search form input {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }

  /* line 120, ../sass/style.scss */
  .wrapper-search form .btn-search-2 {
    width: 50px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }

  /* line 126, ../sass/style.scss */
  .description-page .inner-description div h2 {
    font-weight: normal;
  }

  /* line 129, ../sass/style.scss */
  .description-page {
    padding: 50px 0;
  }

  /* line 132, ../sass/style.scss */
  .description-page .inner-description div + div {
    padding: 50px 0 0;
  }

  /* line 135, ../sass/style.scss */
  .wrapper-screen-site h1 {
    font-size: 30px;
    padding: 0 10px;
  }

    .desc-top{
        font-size: 14px;
        bottom: 0;
        padding: 12px 0;
    }

  /* line 138, ../sass/style.scss */
  .margin-table-1 {
    margin: 0;
  }

  /* line 141, ../sass/style.scss */
  .text-type-1 {
    max-width: 500px;
  }

  /* line 144, ../sass/style.scss */
  .mobile-table-type-1 {
    margin: 35px 0 0;
    padding: 0 0 30px;
    font-size: 18px;
    word-wrap: break-word;
  }
  /* line 148, ../sass/style.scss */
  .mobile-table-type-1 .mobile-info-table-1 {
    max-width: 480px;
    word-wrap: break-word;
  }
  /* line 151, ../sass/style.scss */
  .mobile-table-type-1 .mobile-table-title-1 {
    font-size: 12px;
    margin: 0 0 8px;
  }
  /* line 155, ../sass/style.scss */
  .mobile-table-type-1 .table-desc-1 {
    max-width: 540px;
  }
  /* line 158, ../sass/style.scss */
  .mobile-table-type-1 li + li {
    border-top: 1px solid #e1e3e8;
    margin: 25px 0 0;
    padding: 25px 0 0;
  }

    .status-d {
        float: none;
        width: 100%;
        max-width: 480px;
    }
    .status-d + .status-d {
        margin: 30px 0 0;
    }

  /* line 164, ../sass/style.scss */
  .whois-info {
    max-width: 500px;
  }

  /* line 167, ../sass/style.scss */
  .mobile-table-type-1 .table-info-2 {
    margin: 0;
  }

  /* line 170, ../sass/style.scss */
  .mobile-table-type-1 .table-info-2.active {
    height: 230px;
  }

  /* line 173, ../sass/style.scss */
  .wrapper-part .inner-part {
    box-sizing: border-box;
    padding: 31px 10px 20px;
  }

  /* line 178, ../sass/style.scss */
  .map-main, .map-main img {
    width: 100%;
  }

  /* line 181, ../sass/style.scss */
  .map-main {
    width: 100%;
    margin: 0;
    height: 200px;
  }

  /* line 186, ../sass/style.scss */
  .table-info-1 {
    width: 100%;
    max-width: 420px;
    margin: auto;
    position: static;
  }

  .table-type-2 td {
    word-wrap: break-word;
    max-width: 70px;
    line-height: 110%;
    padding: 16px 15px;
  }

  /* line 192, ../sass/style.scss */
  .mobile-table-type-4 {
    margin: 20px 0 24px;
    max-width: 450px;
  }
  /* line 195, ../sass/style.scss */
  .mobile-table-type-4 .mobile-table-span-4 {
    font-size: 12px;
    padding: 5px 0;
  }
  /* line 198, ../sass/style.scss */
  .mobile-table-type-4 .mobile-table-span-4 span + span {
    float: right;
  }
  /* line 202, ../sass/style.scss */
  .mobile-table-type-4 .mobile-table-title-4 {
    color: #fff;
    font-size: 18px;
    margin: 0 0 15px;
  }
  /* line 207, ../sass/style.scss */
  .mobile-table-type-4 li {
    padding: 8px 10px 22px 10px;
    background-color: #16945d;
    margin: 0 0 10px;
  }
  .mobile-table-type-4 li.-no-percent {
    padding: 8px 10px;
  }
  .mobile-table-type-4 li.-no-percent .mobile-table-title-4 {
    margin: 0 0 5px;
  }
  /* line 212, ../sass/style.scss */
  .mobile-table-type-4 li:first-child {
    padding: 0 10px;
    color: #fff;
  }
  /* line 216, ../sass/style.scss */
  .mobile-table-type-4 li:nth-child(2n+1) {
    background-color: inherit;
  }

  /* line 220, ../sass/style.scss */
  .mobile-table-type-4 + .wrapper-btn {
    max-width: 450px;
  }

  /* line 223, ../sass/style.scss */
  .progress {
    width: auto;
    overflow: hidden;
  }

  /* line 227, ../sass/style.scss */
  .count-progress {
    width: 80px;
    text-align: right;
    float: right;
    color: #fff;
    font-size: 18px;
    position: relative;
    top: -8px;
  }

  /* line 236, ../sass/style.scss */
  .list-type-1 {
    max-width: 420px;
    margin: 40px auto 0;
  }
  /* line 239, ../sass/style.scss */
  .list-type-1 .one-row-1 {
    float: none;
  }
  /* line 241, ../sass/style.scss */
  .list-type-1 .one-row-1 a {
    width: 100%;
  }
  /* line 243, ../sass/style.scss */
  .list-type-1 .one-row-1 a img {
    width: 100%;
  }
  /* line 248, ../sass/style.scss */
  .list-type-1 .one-obj-1 + .one-obj-1 {
    margin: 30px 0 0;
  }
  /* line 251, ../sass/style.scss */
  .list-type-1 .one-row-1 + .one-row-1 {
    margin: 30px 0 0;
  }

  /* line 256, ../sass/style.scss */
  .row-type-1 {
    max-width: 420px;
    margin: 70px auto 40px;
  }
  /* line 259, ../sass/style.scss */
  .row-type-1 .row-3 {
    float: none;
    padding: 0;
  }
  /* line 263, ../sass/style.scss */
  .row-type-1 .row-3 + .row-3 {
    margin: 40px 0 0;
  }

  /* line 279, ../sass/style.scss */
  footer {
    position: relative;
    height: auto;
  }

  /* line 283, ../sass/style.scss */
  footer .logo {
    float: none;
  }

  /* line 286, ../sass/style.scss */
  footer .main-menu {
    margin: 0 0 15px;
    overflow: hidden;
  }

  /* line 290, ../sass/style.scss */
  footer .main-menu ul {
    margin: 0 -17px;
  }

  /* line 293, ../sass/style.scss */
  footer .main-menu a {
    line-height: 38px;
    height: 38px;
  }

  /* line 297, ../sass/style.scss */
  footer .search-type-1 {
    padding: 0;
    margin: 7px 0 10px;
  }

  /* line 301, ../sass/style.scss */
  footer .btn-search-1 {
    right: 0;
  }

  /* line 304, ../sass/style.scss */
  footer .inner-footer-1 {
    height: auto;
  }

  /* line 307, ../sass/style.scss */
  footer .copyright {
    padding: 13px 0 20px;
  }

  /*adding*/
  /* line 313, ../sass/style.scss */
  .adding-load .inner-adding-load {
    background: none;
    height: auto;
  }

  /* line 317, ../sass/style.scss */
  .adding-load .inner-adding-load ul {
    margin: 0;
    padding: 20px 0;
  }

  /* line 321, ../sass/style.scss */
  .adding-load .inner-adding-load ul li {
    line-height: 140%;
  }

  /* line 324, ../sass/style.scss */
  .adding-load .inner-adding-load ul li + li {
    margin: 20px 0 0;
  }

  /* line 327, ../sass/style.scss */
  .adding-load .inner-adding-load ul li i {
    top: 2px;
  }

  /* line 330, ../sass/style.scss */
  .desc-text .inner-desc-text {
    padding: 40px 15px 70px;
  }

  /* line 333, ../sass/style.scss */
  .p404-t {
    height: auto;
  }

  /*adding end*/
  /*popular sites*/
  /* line 339, ../sass/style.scss */
  .wrapper-popular-sites ul {
    width: 100%;
    float: none !important;
  }

  /* line 343, ../sass/style.scss */
  .wrapper-popular-sites ul + ul {
    margin: 40px 0 0;
  }

  /* line 346, ../sass/style.scss */
  .new-adding {
    margin: 28px 0 10px;
  }
  /* line 348, ../sass/style.scss */
  .new-adding p {
    display: block;
    margin: 0 0 20px;
  }

  /*popular sites end*/
}

.paragraph {
  margin: 0 0 20px;
}

.overflow-text {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 610px;
  color: #0090ff;
}