*, html, body, ul, ol, dl, li, dt, dd {
margin:0px; padding:0px;
}
html {
height: 100%;
}
body {
min-height: 100%;
position: relative;
margin: auto;
font-family:'ProximaNova-Regular';
font-size:14px;
overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
font-weight:normal
}
a {
outline: none;
}
a:hover {
text-decoration: none;
}
img {
border: none;
display: block;
}
@font-face {
    font-family: 'ProximaNova-Regular';
	src: url('../woff/proximanova-regular-webfont.woff') format('woff'),
         url('../ttf/proximanova-regular-webfont.ttf') format('truetype'),
         url('../eot/proximanova-regular-webfont.eot') format('eot');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family:'ProximaNovaBold';
    src: url('../woff/proximanova-bold-webfont.woff') format('woff'),
         url('../ttf/proximanova-bold-webfont.ttf') format('truetype'),
         url('../eot/proximanova-bold-webfont.eot') format('eot');
    font-display: swap;
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family:'ProximaNovaExtraBold';
  src: url('../woff/proximanova-extrabold-webfont2.woff') format('woff'),
       url('../ttf/proximanova-extrabold-webfont2.ttf') format('truetype'),
       url('../eot/proximanova-extrabold-webfont2.eot') format('eot');
  font-display: swap;
  font-weight: normal;
  font-style: normal;
}
li {
list-style-type:none;
}
a {
color:#0d5371
}
.wrapper_IBM_United:after, .social_group_ico:after, .second_group:after {
content:'';
clear:both;
display:block
}
table {
border-collapse:collapse;
border-spacing:0;
}
/*HTML5*/
header, section, footer, nav, article, aside {
display: block;
}
/*---HEADER---*/
header {
min-width:980px;
background:#66c8cc;
}
.logo_main {
position:absolute;
left:19.5px;
top:12px;
display:block;
width:56px;
height:25px;
background:url(../png/logo_main.png) no-repeat
}
.header_menu {
height: 48px;
left: 104.5px;
position: absolute;
top: 0;
}
.header_menu ul {
display: table;
height:100%;
}
.header_menu ul > li {
display: table-cell;
padding: 0 15px;
vertical-align: middle;
}
.header_menu a {
display:inline-block;
color:#fff;
text-shadow:0 1px 1px #428285;
text-decoration:none;
font-size:15px;
font-family: 'ProximaNovaBold';
}
.header_menu a:hover {
text-decoration:underline
}
.wrapper_header {
width:970px;
height:48px;
padding:0 19.5px;
margin:auto;
position:relative;
}
.search_header {
position:absolute;
right:19.5px;
top:5px;
width:300px;
}
.search_header input {
background-color: #fff;
border: medium none;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-ms-border-radius:3px;
-o-border-radius:3px;
box-sizing: border-box;
color: #9b9b9b;
font-size: 16px;
height: 36px;
padding: 0 44px 0 20px;
width: 100%;
}
.search_header .button_search {
position:absolute;
display:block;
width:36px;
height:36px;
padding:0;
background:url(../png/icon_search_button-1.png) 50% 50% no-repeat;
right:8px;
top:0;
opacity:1;
}
.search_header .button_search:hover {
opacity:0.7
}
/*---CONTENT---*/
.section_content {
min-width:980px;
background:#f5f5f5;
padding: 0 0 81px 0;
}
.top_content {
min-width:980px;
}

.award-light-green {
  background-color: #fff;
  background-image: linear-gradient(to bottom, #ffffff 3%, #1dd1a1);
}
.green_bg {
  background: url(../jpg/bg_top_green.jpg) repeat-x scroll 0 0 #0da70d;
}
.red_bg {
background: url("../jpg/bg_top_red.jpg") repeat-x scroll 0 0 #ff2a0a;
}
.orange_bg {
background: url("../jpg/bg_top_orange.jpg") repeat-x scroll 0 0 #ff8d00;
}
.wrapper_top_content {
min-height: 400px;
position:relative;
padding:0 19.5px;
width:970px;
margin:auto;
}
.wrapper_top_content:after {
clear: both;
content: "";
display: block;
}
.top_content_text {
  float: left;
  margin: 35px 0 0;
  width: 308px;
}

.award-light-green .top_content_text {
  float: left;
  margin: 60px 0 0;
  position: relative;
  max-width: 350px;
}

.award-light-green .top_content_text .award {
  position: relative;
  background-color: #1dd1a1;
  padding: 10px 0;
  margin-bottom: 8px;
}
.award-light-green .top_content_text .award:after {
  content: '';
  display: block;
  width: 48px;
  height: 100%;
  background-size: cover;
  background-position: left top;
  position: absolute;
  top: 0;
  left: -48px;
}

.top_content.award-light-green .award:after {
  background-image: url("../png/bg-light-green.png");
}

.top_content.award-dark-green .award:after {
  background-image: url("../png/bg-dark-green.png");
}

.top_content.award-light-blue .award:after {
  background-image: url("../png/bg-light-blue.png");
}

.top_content.award-dark-blue .award:after {
  background-image: url("../png/bg-dark-blue.png");
}

.top_content.award-gray .award:after {
  background-image: url("../png/bg-gray.png");
}

.top_content.award-yellow .award:after {
  background-image: url("../png/bg-yellow.png");
}

.award-light-green.top_content .award:before {
  content: '';
  display: block;
  width: 10000px;
  height: 100%;
  background-color: red;
  position: absolute;
  top: 0;
  left: 260px;
  z-index: 0;
}

.top_content.award-light-green .award:before {
  background-color: #1dd1a1;
}
.top_content.award-dark-green .award:before {
  background-color: #10ac84;
}
.top_content.award-light-blue .award:before {
  background-color: #82ccdd;
}
.top_content.award-dark-blue .award:before {
  background-color: #3c6382;
}
.top_content.award-gray .award:before {
  background-color: #576574;
}
.top_content.award-yellow .award:before {
  background-color: #ffda79;
}

.light-green {
  background-color: #1dd1a1;
}
.dark-green {
  background-color: #10ac84;
}
.light-blue {
  background-color: #82ccdd;
}
.dark-blue {
  background-color: #3c6382;
}
.gray {
  background-color: #576574;
}
.yellow {
  background-color: #ffda79;
}

.top_content_text h1 {
  font-size:24px;
  color:#474747;
  margin:0 0 5px;
  font-family:'ProximaNovaBold'
}

.award-light-green .top_content_text h1 {
  font-family:'ProximaNovaBold';
  font-size: 20px;
  line-height: 1.4;
  color: #000;
  flex-grow: 1;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  padding-right: 10px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.top_content_text .award.yellow h1 {
  color: #000;
}

.top_content_text a {
  font-size: 14px;
  color: rgba(0,0,0,.5);
  font-weight: bold;
  line-height: 1.43;
  margin-bottom: 16px;
  display: block;
}
.top_content_text .award.dark-green a {
  color: #60dfbd;
}
.top_content_text .award.light-green a,
.top_content_text .award.light-blue a,
.top_content_text .award.dark-blue a,
.top_content_text .award.gray a {
  color: #fff;
  opacity: 0.75;
}
.top_content_text .award.yellow a {
  color: #000;
  opacity: 0.75;
}

.award-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_content_text .award-header .secure_site {
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  width: auto;
}

.top_content_text .award-header .secure_site .icons_stars {
  margin: 0;
}

.top_content_text .award-header svg {
  width: 12px;
  height: 12px;
  margin-left: 4px;
}

.top_content_text .award.light-blue svg {
  fill: #60A3BC;
}
.top_content_text .award.dark-green svg {
  fill: #60DFBD;
}
.top_content_text .award.dark-blue svg,
.top_content_text .award.light-green svg,
.top_content_text .award.gray svg,
.top_content_text .award.yellow svg {
  fill: #F1C40F;
}

.award-light-green .top_content_text .claim-link {
  font-family: 'ProximaNovaBold', sans-serif;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  color: #000000;
  margin-bottom: 16px;
}

.award-light-green .top_content_text .award-footer p {
  font-size: 14px;
  line-height: 1.14;
  color: #000000;
  margin-bottom: 16px;
}

.award-footer {
  padding-right: 0;
}

.stars-container {
  flex-shrink: 0;
}

.award-widget {
  display: flex;
  align-items: center;
  position: relative;
}
.award-widget-logo {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  flex-shrink: 0;
  display: none;
}
.award.waves1 .award-widget-logo.waves1 {
  display: block;
}
.award.waves2 .award-widget-logo.waves2 {
  display: block;
}
.award.diamond .award-widget-logo.diamond {
  display: block;
}
.award.microchip .award-widget-logo.microchip {
  display: block;
}
.award-widget-logo mask {
  fill: #fff;
}
.award-widget-logo .svg-g {
  fill: #fff;
}
.award.yellow .award-widget-logo .svg-g {
  fill: #000;
}

.award-widget-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
.award-widget-content p {
  font-family:'ProximaNovaBold', sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  letter-spacing: .6px;
  padding-right: 25px;
  padding-top: 2px;
  margin-bottom: 2px;
}
.award-widget-content .date {
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translateX(94%);
  transform-origin: right bottom;
  padding: 0;
}
.award-widget-content span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
}

.award.yellow .award-widget-content p,
.award.yellow .award-widget-content .date,
.award.yellow .award-widget-content span {
  color: #000;
}
.award-light-green .top_content_text .add_site {
  font-size: 14px;
  font-family:'ProximaNovaBold';
  letter-spacing: .6px;
}
.award-light-green .top_content_text .text_top {
  color:#000;
  line-height:20px;
  font-size:16px;
  margin: 0 0 18px;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  }






.top_content_text .add_site {
font-size:16px;
}
.top_content_text .text_top {
color:#000;
line-height:20px;
font-size:16px;
margin: 21px 0 18px;
text-overflow: ellipsis;
width: 100%;
display: inline-block;
overflow: hidden;
}
.top_content_text .keywords_top {
line-height:20px;
color:#000;
font-size:14px;
}
.top_content_img {
background:url(../jpg/bg_browser.jpg) no-repeat;
bottom: 0;
height: 326px;
left: 367.5px;
padding: 43px 0 0;
position: absolute;
width: 622px;
}
.top_content_img > img {
position:absolute;
bottom:0;
left:1px;
}
.img_message {
  background:url(../png/icon_warning.png) 0 50% no-repeat;
  display: table;
  height: 200px;
  padding: 0 0 0 130px;
  position: absolute;
  top:50%;
  left:50%;
  width: 190px;
  margin:-100px 0 0 -160px;
}
.img_message p {
font-size:22px;
color:#fff;
font-family:'ProximaNovaBold';
text-shadow:0 1px 0 #333;
display: table-cell;
vertical-align: middle;
}
.flag_icon, .world_icon {
background-repeat:no-repeat;
background-position:0 50%;
padding:0 0 0 20px;
}
.world_icon {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAYAAAA71pVKAAAABHNCSVQICAgIfAhkiAAAArFJREFUKBWlkd1P0mEUxx8pUeY7SmortHzP9wzUxFQyXaai07VEUSybJWH+EsLUNXyZmvNdSx2RBJVYhnOZa7O6qKy0slhaXXbRH+BN60b99hOcm9pdZzt7nnPO9/Pd2fMQsiPUDLawJi28cECbeHFk6oj01iArThG7Q7a9sSdNnRNRql2OkZkQdmECgWUmHK/Vo/VxPSitctkrq4a3nbHUXFGtKqjkPgLOjiOrqQ+Z6iF0Ttbh6acqPP9WjKmlJPS8SFjzzaVEWwxsjyqj/KXdq35SIw3WoWcmHZOLiZj+noIniwJMfA2H0ewJ/WcGrozyV0hMtcemgfOJ1gWfIgP8pQ9QPlyEkXkuHi15WnJskYNRsxsMCw7QfWRCO2eD2IrCKSscoXBgZ/atccU6JFBtqNCIkd/WSJ8UxszB0MxGYehVCPTzruh45oOh13ZIVBT/tsKR8miPnJvYd+Y2UlS1uPPWGyPvg2FaCkL/y1zoP0RDUD1MG1YivkoNXuU1RJ6Xr5FkqT0hkXI+O6sPXnmDkA0LoX3DgWGOi4dfgmBajEKdUYKIciMCS+7Cp0ADbkEvAiUKkHiKRUgoxXZMvwEPUT+Sqi+hxsCDSp8K3awvDO/8UNwlR5BUB1+xBnvzBy06lrB5Y216ebvE6z+dMzrpQS+88wbgL+lDy3gIBme8kd9chrBz7TQ4AE5OL1xOdYIpqJvefG2XY7LTnOyrcDrZDrfMDnBE3ZB2JNP/7Aa+7DIOitVwz+6CMz23FzatkihlwCa8fmHEKe8xUxrBSm2GY3or9uepIG6Oh2tGG5zo2iGtBczkBjD4SmoLuFHYEB7VyhDUr+xOVoMpbAAzxZq29MkQ1P4hsVTpv8D13i463Yn7IT4Jl46Qw/IftNkvEiM3k1BJN3E4EGGZW3Xr+v+LvzfYRDGKIV7kAAAAAElFTkSuQmCC");
}
.top_content_text .secure_site {
color: #fff;
font-family: 'ProximaNovaBold';
font-size: 22px;
margin: 0;
overflow: hidden;
padding: 15px 0 5px;
width: 280px;
}
.top_content_text .secure_site .icons_stars {
background: url("../png/icons_stars.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
display: block;
height: 20px;
margin: 0 0 15px;
width: 132px;
}
.top_content_text .secure_site .icons_stars.st0 {
background-position: 0 0;
}
.top_content_text .secure_site .icons_stars.st1 {
background-position: 0 -21px;
}
.top_content_text .secure_site .icons_stars.st2 {
background-position: 0 -42px;
}
.top_content_text .secure_site .icons_stars.st3 {
background-position: 0 -63px;
}
.top_content_text .secure_site .icons_stars.st4 {
background-position: 0 -84px;
}
.top_content_text .secure_site .icons_stars.st5 {
background-position: 0 -105px;
}
.top_content_text .secure_site p {
  text-shadow: 0 1px 0 #666;
}

/*desc site*/
.desc_site {
width:970px;
padding:10px 19.5px 80px;
margin:auto
}
.first_group {
}
.desc_site .one_obj:nth-child(3n+1) {
margin-left:0;
clear:both
}
.desc_site .one_obj {
width:270px;
float:left;
padding:16px 20px;
margin:20px 0 0 20px;
height:192px;
background:#fff;
transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
}
.desc_site .one_obj:hover {
box-shadow:0 2px 8px -3px #888;
-webkit-box-shadow:0 2px 8px -3px #888;
-moz-box-shadow:0 2px 8px -3px #888;
}
.desc_site .one_obj > .title {
position:relative;
text-decoration:none;
display:block;
font-size:20px;
color:#474747;
padding:0 0 14px;
margin:0 0 9px;
border-bottom:1px solid #ececec;
font-family:'ProximaNovaBold'
}
.desc_site .one_obj > a.title:after {
display:block;
content:'';
position:absolute;
width:18px;
height:18px;
right:-1px;
top:1px;
background:url(../jpg/icon_title_desc.jpg) no-repeat;
}
.desc_site .one_obj > a.title:hover {
color:#55ada6
}
.desc_site .one_obj > a.title:hover:after {
background-position:-18px 0
}
.desc_site table {
width:100%;
font-size:16px;
}
.desc_site table img, .desc_site table svg {
display:inline;
vertical-align:middle;
padding:0 5px 0 0
}
.desc_site table tr td {
color:#8b8b8b;
padding:6px 0;
white-space: nowrap;
}
.desc_site table tr td + td {
color:#000
}
.desc_site table tr th {
color: #737373;
font-family: 'ProximaNovaBold';
padding: 7px 0 16px;
text-align: left;
width: 100%;
}
.desc_site table tr th + th {
color:#000;
white-space: nowrap;
}
.desc_site table tr td b {
vertical-align:middle
}
.desc_site b.green_ct {
color:#249b00
}
.desc_site b.red_ct {
color:#ff0000
}
.desc_site b.orange_ct {
color:#e54700
}
.desc_site b.yellow_ct {
color:#ffc13d
}
.siteadvisor .icon_like {
position:relative;
height: 16px;
top:-3px
}
.siteadvisor .icon_dislike {
position:relative;
height: 16px;
top:1px
}
.domain_info td {
width: 66%;
}
.domain_info td + td, .mywot td + td +td, .googlesafebrw td + td, .us_name td + td, .reviews td + td, .siteadvisor td + td {
white-space: nowrap;
width: auto;
}
.domain_info td + td  {
padding: 6px 0 6px 4px !important
}
.mywot td {
width: 75%;
}
.mywot td + td {
padding: 6px !important;
width: 25%;
}
.mywot td + td + td  {
  padding: 6px 0 !important;
}
.googlesafebrw td {
width: 100%;
}
.us_name td {
width: 100%;
}
.reviews td {
width: 100%;
}
.siteadvisor td {
width: 100%;
}
b { font-family:'ProximaNovaBold' }

.social_group_ico {
}
.social_group_ico .left {
width:130px;
height:129px;
float:left;
border-right:1px solid #ececec;
}
.social_group_ico .right {
float: left;
height: 129px;
margin: 0 0 0 20px;
}
.social_group_ico .soc_fb, .social_group_ico .soc_tw {
display:block;
width:35px;
height:35px;
background:url(../jpg/icons_social.jpg) no-repeat;
margin:11px 0 32px;
transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;
opacity:1
}
.social_group_ico .soc_tw {
display:block;
width:42px;
background-position:-35px 0
}
.social_group_ico .count_like {
font-size:26px;
color:#3b5999;
font-family:'ProximaNovaBold'
}
.social_group_ico .right .count_like {
color:#01bbf6
}
.social_group_ico small {
font-size:14px;
color:#8b8b8b
}
.one_obj.popular_pages {
width:600px;
box-shadow:none !important;
-moz-box-shadow:none !important;
-webkit-box-shadow:none !important;
height:auto
}
.list_pages + .list_pages {
margin:7px 0 0 20px !important
}
.one_obj.popular_pages .list_pages {
float: left;
margin: 7px 0 15px;
}
.one_obj.popular_pages .list_pages li .views {
color:#757575;
padding: 3px 0 0;
}
.one_obj.popular_pages .list_pages li + li {
margin-top:34px
}
.one_obj.popular_pages .list_pages li {
width:290px;
}
.one_obj.popular_pages .list_pages.one_list li {
margin:0;
width:100%
}
.one_obj.popular_pages .list_pages li .title {
color:#d5dce1;
font-size:16px
}
.one_obj.popular_pages .list_pages li .title span {
color:#0d5371
}
.desc_popular_page {
padding: 5px 0 0;
}


.one_obj.popular_pages.bottom_ads {
    margin-left: 0;
    width: 600px;
    padding: 19px 11px 15px 9px;
}

.popular_pages_wrapper {
    float: left;
    width: 640px;
}

.b-ads_top {
	padding: 15px 0 0;
	background: #fff;
}

/*desc site end*/


/*---FOOTER---*/
footer {
position: absolute;
width: 100%;
min-width:980px;
bottom: 0;
border-top:1px solid #dedede;
height: 80px;
}
.wrapper_footer {
width:970px;
margin:auto;
padding:0 19.5px;
position:relative
}
.wrapper_footer .copyright {
color: #7e7e7e;
display: inline-block;
font-size: 15px;
left: 19.5px;
font-family:'ProximaNovaBold';
max-width: 230px;
position: absolute;
top: 31px;
}
.footer_menu {
max-width:700px;
position:absolute;
right: 19.5px;
top:31px
}
.footer_menu a {
color:#cdd4d9;
margin:0 0 0 34px;
font-family:'ProximaNovaBold';
}
.footer_menu a span {
color:#0d5371;
font-size:15px;
}

.p404 .section_content {
  min-width: 980px;
  position: absolute;
  top: 48px;
  bottom: 0;
  width: 100%;
}
.p404 .desc_site .title {
  color: #66c8cc;
  font-size: 172px;
  font-weight: bold;
}
.p404 .desc_site .descr {
  font-size: 16px
}














.wrapper_description {
  min-height: 230px;
}
.desc_site .left_group_wrapper {
    float: left;
    width: 640px;
}

.desc_site .left_group_wrapper .one_obj:nth-child(3n+1) {
    margin: 20px 0 0 20px;
    clear:none;
}

.desc_site .left_group_wrapper .one_obj:nth-child(2n+1) {
    margin-left:0;
    clear:both
}



.desc_site .right_group_wrapper {
    float: left;
    width: 330px;
}

.desc_site .right_group_wrapper .one_obj:nth-child(3n+1) {
    margin: 20px 0 0 20px;
    clear:none;
}


.desc_site .bottom_ads_block {
    margin-top: 20px;
}


/** search **/
.section_content.search {
  min-width: 980px;
  position: absolute;
  top: 48px;
  bottom: 0;
  width: 100%;
}

.section_content.search .title {
  margin: 30px 0 0 0;
  font-size: 32px;
}
/** \search **/

/*main sub-domain*/
.content.main-type {
  background:none;
  padding: 0;
  }
.main-content {
  box-sizing:border-box;
  color:#636363;
  font-size:16px;
  text-align:center;
  padding:69px 40px 40px;
  min-width:941px;
  }
.main-content h1 {
  font-size:46px;
    font-family:'ProximaNovaBold';
  color:#0a435b
  }
.main-content h1 > a {
  color:#f2685f
  }
.logo-list {
  margin: 100px 0 0
  }
.logo-list h2 {
  font-size:30px;
    font-family:'ProximaNovaBold';
  color:#0a435b;
  margin:0 0 35px
  }
.logo-img {
  max-width:937px;
  margin:auto;
  }
.logo-img img {
  margin: 45px auto 0;
  max-width: 937px;
  }
.bottom-desc-logo {
  line-height: 150%;
  margin: 56px auto 97px;
  width: 600px;
  }
.text-type-2 {
  line-height: 140%;
  margin: 0 auto 25px;
  width: 590px;
  }
.wrapper-btn {
  text-align:center;
  padding:40px 0
  }
.btn {
  background-color: #08999e;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-family: "ProximaNovaBold";
  font-size: 18px;
  letter-spacing:1px;
  height: 63px;
  padding:20px 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 1px #666;
  text-transform: uppercase;
  width: 194px;
  }
.btn:hover {
  opacity:.8
  }
#footer {
  background:#66C8CC;
  height:130px;
  line-height:130px;
  color:#FFF;
  font-family:'ProximaNovaBold', 'Trebuchet MS', 'Arial', sans-serif;
  font-size:15px;
  }
#footer .ws {
  position:relative;
  margin: 0 auto;
  width: 940px;
  }
.footer-menu {
  left: 210px;
  position: absolute;
  top: 0;
  }
.footer-sub-menu {
  left: auto;
  right: 0;
  }
.footer-menu ul li {
  float: left;
  margin-right: 25px;
  }
.footer-menu ul li a {
  color: #fff;
  text-decoration: underline;
  }
.footer-sub-menu ul li {
  margin-left: 30px;
  margin-right: 0;
  }
.footer-menu ul li a:hover {
  color: #0a435b;
  }
/*main sub-domain end*/

/*adding*/
.content.adding {
  background:none
  }
.adding-site {
  box-sizing:border-box;
  min-width:941px;
  margin:auto;
  padding: 0 0 100px;
  }
.adding-top-content {
  background-color: #66c8cc;
  border-top: 1px solid #b3e4e6;
  height: 380px;
  min-width: 980px;
  overflow: hidden;
  position: relative;
  }
.inner-adding-site {
  height: 380px;
  left: 50%;
  margin: 0 0 0 -670px;
  max-width: 1340px;
  min-width: 1145px;
  position: absolute;
  width: 100%;
  }
.inner-adding-site:after, .inner-adding-site:before {
  content:'';
  display:block;
  height:380px;
  position:absolute;
  top:0;
  }
.inner-adding-site:after {
  width:484px;
  background:url(../png/2-2.png) no-repeat;
  left:0;
  }
.inner-adding-site:before {
  width:545px;
  background:url(../png/1-2.png) no-repeat;
  right:0
  }
.adding-status {
  left: 500px;
  position: absolute;
  top: 170px;
  z-index: 1;
  }
.adding-status li {
  color:#0a435b;
  font-family: "ProximaNovaBold";
  font-size: 18px;
  margin:0 0 15px;
  position:relative;
  }
.adding-status li.active {
  color: #fff;
  text-shadow: 0 1px 1px #666;
  }
.adding-status li > i {
  position:absolute;
  left:-40px;
  font-size:22px;
  }
.adding-bottom {
  box-sizing:border-box;
  padding:0 40px;
  max-width:1340px;
  min-width:941px;
  margin:auto;
  }
.adding-bottom h1 {
    font-family:'ProximaNovaBold';
  font-size:46px;
  color:#0a435b;
  margin:0 0 30px
  }
.adding-bottom p {
  line-height:145%;
  font-size:16px;
  color:#000
  }
.txt-b {
  padding:40px 0;
  width:600px
  }
.adding-site .warning .fa-exclamation-triangle {
  color: #f48580;
  font-size: 22px;
  left: -40px;
  position: absolute;
}
.adding-site .warning {
  margin: 0 0 0 40px;
  position: relative;
}

.desc_site .related-keywords-block {
	height: 100%;
}
.desc_site .related-keywords-block table tr td {
	white-space: normal;
}
/*adding end*/

/** neighbours **/
.inner_1 {
  margin: auto;
  padding: 38px 19.5px 0;
  position: relative;
  width: 941px;
}

.description_1 {
  margin: 0 0 20px;
}

.title_1 {
  margin: 0 0 20px;
}
.title_1 h1, .title_1 h2, .title_1 h3, .title_1 h4 {
  color: #474747;
  font-family: "ProximaNovaBold";
  font-size: 21px;
}
.title_1 a {
  text-decoration: none;
}
.title_1 a:hover {
  text-decoration: underline;
}

.text_1 {
  font-size: 13px;
}

.ct_box1 a {
  display: block;
  background-color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 22px 24px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.ct_box1 a:hover {
  border-color: #d0edee;
  -webkit-box-shadow: 0 0 3px 0 #ddd;
  -moz-box-shadow: 0 0 3px 0 #ddd;
  box-shadow: 0 0 3px 0 #ddd;
}

.catalog_1 {
  margin: 0 -10px 40px;
}
.catalog_1 ul {
  overflow: hidden;
}
.catalog_1 ul > li {
  width: 33.33%;
  float: left;
  box-sizing: border-box;
  padding: 10px;
}
.catalog_1 ul > li:nth-child(3n+1) {
  clear: both;
}

.ct_1 {
  display: block;
  font-size: 18px;
  text-align: center;
  margin: 0 0 18px;
}

.ct_2 {
  display: block;
  max-width: 270px;
  margin: auto;
  overflow: hidden;
}
.ct_2 > img {
  width: 100%;
}

/** neighbours **/

.v1-2 .b-ads_top {
  background: none;
}

.v1-3 .b-ads_top {
  background: none;
}

.v1-3.desc_site {
  padding-bottom: 0;
}

.v1-3.one_obj {
  height: 100%;
}

@media only screen and (max-width: 320px) {
	.v1-2 .b-ads_top, .v1-3 .b-ads_top {
		margin-left: -5px;
	}
}

.claim-popup-container {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(34,34,34,.6);
    z-index: 20;
}

.claim-popup {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  width: 100%;
  border-radius: 8px;
  background-color: #ffff;
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 40px 20px;
}

.close-popup {
	position: absolute;
    right: -37px;
    top: -5px;
    display: flex;
    padding: 5px;
}

.close-popup svg {
	width: 16px;
    height: 16px;
}

.claim-popup-title {
	font-family: 'ProximaNovaBold';
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.17;
  text-align: center;
	color: #000;
	margin-bottom: 8px;
}


.claim-popup-title span {
	color: #00c0c6;
}

.claim-popup-subtitle {
	font-size: 20px;
  line-height: 1.4;
  text-align: center;
  color: #000000;
  max-width: 500px;
  margin: 0 auto 24px;
}
.claim-popup-subtitle a {
  color: #00c0c6;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.claim-popup-subtitle span {
	color: #00c0c6;
}

.claim-step-block-container {
  display: flex;
}

.step1 {
  display: flex;
  justify-content: center;
}

.claim-steps {
  width: 100%;
}

.claim-step-block {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 20px;
}
.claim-step-block:first-child {
  border-right: 1px solid #ececec;
}
.claim-step-block:last-child{
  align-items: flex-start;
}

.claim-step-block-title {
  font-size: 14px;
  line-height: 1.43;
  text-align: center;
  color: #c0c0c0;
  margin-bottom: 24px;
}

.claim-step-pagination {
  font-size: 14px;
  line-height: 1.43;
  color: #c0c0c0;
  text-align: center;
  margin: 16px auto 40px;
}

.claim-btn {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 256px;
  width: 100%;
  height: 48px;
  border-radius: 27.5px;
  background-color: #fc604b;
  margin: 0 auto;
  border: none;
}

.claim-widgets {
  width: 100%;
}

.claim-widgets-versions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 220px;

}
.claim-widgets-versions a {
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 0 8px 16px;
}
.claim-widgets-versions .active {
  border: solid 4px #c0392b;
}
.claim-popup-container button:focus {
  outline: none;
}

.claim-popup-container button:hover {
  opacity: .6;
}

.claim-step-2 .claim-step-block:first-child {
  border: none;
  width: 100%;
}
.claim-step-2 .claim-step-block:last-child {
  display: none;
}

.claim-step-2 .surly__diamond,
.claim-step-2 .surly__microchip, 
.claim-step-2 .surly__waves1,
.claim-step-2 .surly__waves2 {
  margin: 0 auto;
}

.claim-step-3 .claim-step-block:first-child {
  border: none;
}

.claim-step-3 .claim-step-block-container {
  display: none;
}

.claim-widgets-color a {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: solid 1px #eaeaea;
  box-sizing: border-box;
  margin: 0 4px;
}

.claim-widgets-color {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.claim-widgets-color .active {
  border: solid 3px #c0392b;
}
.white-color {
  background-color: #fff;
}
.blue-color {
  background-color: #53d4d8;
}
.black-color {
  background-color: #222;
}
.green-color {
  background-color: #1dd1a1;
}
.yellow-color {
  background-color: #ffda79;
}
.red-color {
  background-color: #fc604b;
}

.color-white .surly__diamond,
.color-white .surly__microchip, 
.color-white .surly__waves1,
.color-white .surly__waves2 {
  box-shadow: 0 0 16px 0 rgba(83, 212, 216, 0.6);
  border-radius: 8px;
}
.color-blue .surly__diamond,
.color-blue .surly__microchip, 
.color-blue .surly__waves1,
.color-blue .surly__waves2 {
  box-shadow: 0 0 16px 0 rgba(83, 212, 216, 0.6);
  border-radius: 8px;
}
.color-black .surly__diamond,
.color-black .surly__microchip, 
.color-black .surly__waves1,
.color-black .surly__waves2 {
  box-shadow: 0 0 16px 0 rgba(34, 34, 34, 0.6);
  border-radius: 8px;
}
.color-green .surly__diamond,
.color-green .surly__microchip, 
.color-green .surly__waves1,
.color-green .surly__waves2 {
  box-shadow: 0 0 16px 0 rgba(29, 209, 161, 0.6);
  border-radius: 8px;
}
.color-yellow .surly__diamond,
.color-yellow .surly__microchip, 
.color-yellow .surly__waves1,
.color-yellow .surly__waves2 {
  box-shadow: 0 0 16px 0 rgba(255, 218, 121, 0.6);
  border-radius: 8px;
}
.color-red .surly__diamond,
.color-red .surly__microchip, 
.color-red .surly__waves1,
.color-red .surly__waves2 {
  box-shadow: 0 0 16px 0 rgba(252, 96, 75, 0.6);
  border-radius: 8px;
}

.claim-code {
  color: #fff;
  max-width: 440px;
  height: 280px;
  border-radius: 8px;
  background-color: #2d3436;
  overflow: auto;
  padding: 8px;
  box-sizing: border-box;
  margin: 0 auto 40px;
}

.show-popup {
  overflow: hidden;
}

@media all and (max-width: 900px) {
  .claim-popup {
    width: 90%;
  }
  .close-popup {
    right: 0;
    top: -32px;
  }
}

@media all and (max-width: 800px) {
  .claim-popup {
    width: 80%;
    padding: 18px 16px;
  }
  .claim-popup-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .claim-popup-subtitle {
    font-size: 16px;
    margin: 0 auto 18px;
  }
  .step1 {
    flex-direction: column;
  }
  .claim-step-block {
    width: 100%;
    padding: 0;
    border: none;
    margin: 0 auto 24px;
  }
  .claim-step-block-title {
    margin-bottom: 12px;
  }
  .claim-step-block:last-child {
    align-items: center;
    margin: 0;
  }
  .claim-widgets-versions {
    max-width: 100%;
    width: 100%;
  }
  .claim-step-block:first-child {
    border: none;
  }
  .claim-widgets-versions a {
    width: 64px;
    height: 64px;
  }
  .claim-step-pagination {
    margin: 16px auto 12px;
  }
}

@media all and (max-width: 420px) {
  .claim-widgets-versions {
    justify-content: space-between;
  }
  .claim-widgets-versions a {
    margin: 0 0 16px;
  }
  .claim-popup {
    width: 88%;
  }
}

@media all and (max-width: 370px) {
  .claim-popup {
    width: 98%;
    padding: 8px 4px;
    box-sizing: border-box;
  }
}

@media all and (max-width: 340px) {
  .claim-widgets-versions a {
    width: 42px;
    height: 42px;
    margin: 0;
  }
  .claim-popup-title {
    margin-bottom: 8px;
  }
  .claim-popup-subtitle {
    margin: 0 auto 12px;
  }
  .claim-step-block {
    margin-bottom: 16px;
  }
  .claim-step-pagination {
    margin: 12px auto;
  }
  .claim-code {
    height: 190px;
  }
}
