.bottom-site-info {
  display: none;
}

.post-template-default .col-content ul.list a,
.post-template-default .col-content ul.list a,
.post-template-default .icons-cols a {
  pointer-events: none;
  cursor: default;
}

@media (max-width: 500px) {
  body:not(.toplevel_page_script-plus) .back-home {
    display:none;
  }
}

/*.info-rating-global Only on single Page START*/
.info-rating-global {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 11;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #151515;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  margin-bottom: 0;
  border-bottom: 1px solid #2b2b2b;
  opacity: 0;
  pointer-events: none;
  padding: 0 15px;
}
.info-rating-global.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  pointer-events: all;
  opacity: 1;
}
.info-rating-global .wrap-box {
  padding-top: 12px;
  margin-bottom: 0;
}
.info-rating-global .headline-info {
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.info-rating-global .headline-info .title {
  font-size: 22px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.headline-info .title a {
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}
.info-rating-global .headline-info .btn {
  background-color: #00b073;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  padding: 4px 10px;
  margin-right: 10px;
}
.info-rating-global .headline-info .global-rate {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}
.info-rating-global .headline-info .global-rate .value {
  font-size: 22px;
}
.info-rating-global .headline-info .global-rate .icon-like {
  font-size: 40px;
}
.info-rating-global .headline-info .global-rate .rate-result {
  bottom: 0;
  transform: translate(-50%, 0px);
  background: #161616;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 5;
}

@media (max-width: 768px) {
  .info-rating-global {
    display: block;
    top: 48px;
  }
}

@media (max-width: 479px) {
  .info-rating-global .wrap-box {
    padding-top: 5px;
  }
  .info-rating-global .headline-info .col.second {
    margin-right: 0;
    width: calc(100% - 120px);
  }
  .info-rating-global .headline-info .col.second .title {
    width: 100%;
    font-size: 20px;
    padding-right: 10px;
    margin-bottom: 5px;
  }
  .info-rating-global .headline-info .col.second .link {
    margin-bottom: 0;
    padding-right: 10px;
  }
  .info-rating-global .headline-info .col.second .link .text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .info-rating-global .headline-info .col:last-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-rating-global .headline-info .global-rate .icon-like {
    font-size: 24px;
    margin-right: 6px;
  }
  .info-rating-global .headline-info .global-rate .value {
    font-size: 16px;
  }
  .info-rating-global .headline-info .global-rate .scale-holder {
    margin: 0 auto 4px;
  }
  .info-rating-global .headline-info .global-rate .text {
    font-size: 12px;
  }
}
/*.info-rating-global Only on single Page END*/


/*.block-overcover SINGLE and CATEGORY START*/
.block-overcover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: space-around;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  opacity: 0;
}

.block-overcover .item-link {
  padding: 12px 20px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 90%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.block-overcover .item-link.disabled {
  pointer-events: none
}

.block-overcover .item-link .text {
  font-size: 18px;
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: middle;
  word-break: break-word;
  font-weight: 500;
  color: #fff;
}

.block-overcover .item-link .link-icon,
.block-overcover .item-link .btn-icon  {
  color: #fff;
  display: inline-block;
  vertical-align: bottom;
  width: 34px;
  height: 30px;
  flex-shrink: 0
}

.block-overcover .item-link .link-icon {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  position: relative;
}
.block-overcover .item-link .link-icon:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/arrow-circle.svg) no-repeat;
  background-size: contain;
  background-position: center;
}

.block-overcover .item-link .btn-icon {
  width: 30px;
  height: 30px;
  background: url(../img/link-icon.svg) no-repeat;
  background-size: 28px;
  background-position: center;
  flex-shrink: 0
}

.block-overcover .link1 {
  background: #00b073;
  margin: 0px 0 -15px 0
}
@media screen and (min-width: 1025px) {
  .summary-wrap .text a:hover {
    text-decoration: underline;
  }
  .block-overcover .link1:hover {
    background: #00874a;
  }

  .block-overcover .link2:hover {
    background-color: #585858;
  }
}

.block-overcover .item-link.link1 .link-icon:before {
  left: 52%;
}
.block-overcover .link2 {
  background: #313131;
  margin: -15px 0 0px 0
}
@media (max-width: 1000px) {
  .block-overcover .item-link {
    padding: 10px 6px;
    pointer-events: none;
  }
  .block-overcover.enter .item-link {
    pointer-events: all;
  }
  .block-overcover .item-link .text {
    font-size: 14px;
  }
  .block-overcover .item-link .btn-icon {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }
  .block-overcover .item-link .link-icon {
    width: 16px;
    height: 16px;
  }
  .block-overcover .item-link .link-icon:before {
    width: 18px;
    height: 18px;
  }
}



@media (max-width: 768px) {
    .block-overcover.enter {
        opacity: 1;
    }
    .block-overcover.enter .item-link {
        pointer-events: all;
    }
}
/*.block-overcover SINGLE and CATEGORY END*/


/*.available-sports SINGLE START*/
.available-sports .icons-cols {
  max-height: 420px;
  overflow: hidden;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.available-sports .icons-cols.show {
  max-height: inherit;
}

.available-sports .block-btn {
  text-align: center;
  margin-top: 25px;
  display: block;
  height: 25px;
  position: relative;
}

.available-sports .block-btn .link-more {
  border: 1px solid #00b073;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  padding: 4px 10px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.available-sports .block-btn .link-more:hover {
  background-color: #00b073;
}

@media (max-width: 639px) {
    .available-sports .block-btn {
        margin-top: 18px;
    }
    .available-sports .icons-cols {
        max-height: 385px;
    }
}

@media (max-width: 420px) {
    .available-sports .icons-col .text {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 34px;
        text-overflow: initial;
        white-space: initial;
    }
    .available-sports .icons-col .box-icon {
        margin: 0 auto 10px;
        width: 70px;
        height: 70px;
    }
    .available-sports .icons-col:last-child {
        padding-bottom: 0;
    }
    .available-sports .icons-col .block-btn {
        margin-top: 10px;
    }
    .available-sports .icons-cols {
        max-height: 430px;
    }
}

/*.available-sports SINGLE END*/


/* Breadcrumbs START*/
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  height: 100%;
  font-weight: 500;
  margin-right: 10px;
  overflow-x: auto;
}
.breadcrumb img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 5px;
}
.breadcrumb .item {
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00b073;
  flex-shrink: 0;
  flex-grow: 0;
}

.breadcrumb .item:not(:last-child):after {
  content: '\e90c';
  font-family: "icomoon" !important;
  font-size: 17px;
  margin-left: 5px;
  color: #838383;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  line-height: 1;
}

.breadcrumb .item:last-child {
  margin-right: 0;
}

@media (max-width: 599px) {
  .breadcrumb .item:last-child {
    padding-right: 30px;
  }
}

.breadcrumb i {
  font-size: 17px;
  margin-left: 5px;
  color: #838383;
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
}
.breadcrumb .icon_cat {
  transform: scale(0.5);
  margin-right: 5px;
  margin-left: -5px;
}
.breadcrumb a {
  color: #838383;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  flex-shrink: 0;
  flex-grow: 1;
}
.breadcrumb .item img {
  width: 20px;
  height: 20px;
  display: block;
}
@media (max-width: 599px) {
  .breadcrumb .item {
    margin: 5px 10px 5px 0;
  }
}

@media screen and (min-width: 1025px) {
  .breadcrumb a:hover {
    color: #00b073;
  }
}

/*Breadcrumbs END*/


/*All pages without Home-page START*/
.heading {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.heading .col {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.heading .col.second {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}

@media (max-width: 599px) {
  .heading .col.second:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    background: -moz-linear-gradient(right, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  }
}

.thumb-header.second .text-name .text-name-right {
  width: 200px;
  flex-shrink: 0;
  flex-grow: 0;
}

.thumb-header.second .text-name .text-name-right .btn {
  width: 100%;
  background-color: #00b073;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.thumb-header.second .text-name .text-name-right .btn:hover {
  background-color: #313131;
  color: #838383;
}

.thumb-header.second .text-name .text-name-right .btn i {
  margin-left: 5px;
}

.thumb-header.second .text-name .text-name-left {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 1px;
  padding-right: 15px;
  display: flex;
  align-items: center;
}

.thumb-header.second .text-name .text-name-right {
  width: 200px;
  flex-shrink: 0;
  flex-grow: 0;
}

@media (max-width: 1024px) {
  .thumb-header.second .text-name .text-name-left {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .thumb-header.second .text-name .text-name-right {
    display: none;
  }
}

.headline {
  margin-bottom: 25px;
}

.tools-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px -20px;
  padding-bottom: 20px;
  position: relative;
}
.tools-list:after {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #161616;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}
.tools-list .item {
  width: 33.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 23px;
  border-right: 1px solid #303030;
}

.tools-list i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  font-size: 21px;
}
.tools-list .icon {
  margin-right: 12px;
  font-size: 24px;
}

.tools-list .text {
  margin-right: 5px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.tools-list .value {
  color: #00b073;
}
.tools-list .icon-cross {
  font-size: 16px;
  color: #ff4a54;
  font-weight: 700;
}

.col-content .tools-list {
  margin: 0;
  padding: 0 5px;
  display: block;
  width: 100%;
  max-width: 380px;
}
.col-content .tools-list .item {
  width: 100%;
  border: none;
  padding: 8px 0;
}
.col-content .tools-list:after {
  display: none;
}
.col-content .tools-list .text {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin: 0 0 0 15px;
}

@media (max-width: 1024px) {
  .tools-list .item {
    width: 50%;
  }
}

@media (max-width: 639px) {
  .tools-list.second .item:nth-child(5n) {
    padding-bottom: inherit;
    margin-bottom: inherit;
    border-bottom: none;
  }

  .tools-list .item {
    width: 100%;
    border-right: none;
  }

  .tools-list .item:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}

.info-text {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 50px;
}
.info-text .scroll-viewport {
  height: 305px;
}
.info-text .scroll-viewport > .scroll-content {
  width: 100%;
  color: #a8a8a8;
}

.info-text p {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.5;
}
.info-text h3 {
  font-size: 14px;
  margin-bottom: 15px;
}

.info-text p:last-child {
  margin-bottom: 0;
}

.info-text .title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 12px;
}
.info-text .box {
  margin-bottom: 25px;
}
.info-text .box:last-child {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .info-text {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {
  .info-text .scroll-viewport > .scroll-content {
    overflow-y: hidden;
  }

  .info-text {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .info-text .scroll-viewport {
    height: 280px;
  }
}

@media (max-width: 479px) {
  .info-text .scroll-viewport {
    height: 264px;
  }

  .info-text p {
    margin-bottom: 10px;
  }
}

.section {
  margin-bottom: 25px;
  color: #fff;
}
.section:last-child {
  margin-bottom: 0;
}
.section .wrap-box {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.section .cards {
  margin-bottom: -30px;
}

.wrap-box {
  padding: 20px 30px 0;
  border-radius: 0 18px 18px 18px;
  overflow: hidden;
  background-color: #161616;
  margin-bottom: 40px;
}
.wrap-box.category-box {
  position: relative;
}
.wrap-box.category-box .cards .box:nth-child(2),
.wrap-box.category-box .cards .box:nth-child(4) {
  margin-right: 50%;
}

.wrap-box.category-box .info-wrap {
  position: absolute;
  right: 15px;
  top: 20px;
  width: calc(50% - 25px);
  will-change: transform;
}
.wrap-box.category-box .info-text {
  margin-bottom: 30px;
  border-left: 1px solid #000;
  padding-left: 20px;
}

.wrap-box.category-box .info-text .info-text-more-btn {
  display: none;
}

.wrap-box.category-box .info-text .box:last-child {
  padding-right: 15px;
}
.wrap-box.wrap-box.category-box .info-text .scroll-viewport {
  height: 540px;
}
.wrap-box .info-text .scroll-viewport {
  height: 415px;
}

@media (max-width: 768px) {
  .wrap-box {
    margin-bottom: 25px;
  }
}

@media (max-width: 599px) {
  .wrap-box {
    padding: 20px 10px 0;
  }
}

.box-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border-radius: 50%;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.box-icon i {
  font-size: 38px;
}

.icons-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px;
}

.icons-col .box-icon {
  margin-bottom: 5px;
}

.icons-col {
  display: inline-block;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
  padding: 0 10px 48px;
  width: 16.66%;
}
.icons-col .text {
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

@media (max-width: 1024px) {
  .icons-col {
    width: 25%;
  }
}

@media (max-width: 639px) {

  .icons-col {
    width: 33.33%;
    padding: 0 5px 30px;
  }
  .icons-col .box-icon {
    width: 64px;
    height: 64px;
  }

  .icons-col .box-icon img {
    max-width: 70% !important;
  }
}


@media screen and (min-width: 1025px) {
  .icons-col:hover .text {
    color: #00b073;
  }
}

.raiting-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 639px) {
  .raiting-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.scale-box {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
  padding: 8px 0 8px 50px;
}

@media (max-width: 1024px) {
  .scale-box {
    padding-left: 25px;
  }
}

@media (max-width: 639px) {
  .scale-box {
    padding: 0;
  }
}

.scale-holder {
  height: 4px;
  border-radius: 2px;
  background-color: #6c6c6c;
  position: relative;
  overflow: hidden;
}

.scale {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background-color: #00b073;
  border-radius: 2px;
}

.scale-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.scale-list .item {
  width: 50%;
  padding: 0 30px;
  margin-bottom: 20px;
}
.scale-list .item:last-child {
  margin-bottom: 0;
}
.scale-list .val {
  color: #00b073;
  margin-left: 4px;
}
.scale-list .scale-name {
  margin-bottom: 8px;
}

@media (max-width: 1024px) {
  .scale-list .item {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .scale-list .item {
    margin-bottom: 10px;
  }
}

@media (max-width: 639px) {
  .scale-list .item {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.global-rate {
  padding: 0 80px 0 50px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  text-align: center;
  border-right: 1px solid #303030;
}
.global-rate .scale-holder {
  max-width: 114px;
  margin: 0 auto 7px;
}
.global-rate .icon-like {
  color: #00b073;
  font-size: 95px;
  display: block;
  margin-bottom: 18px;
}

.global-rate .value {
  font-weight: 700;
  font-size: 42px;
  letter-spacing: 2px;
}
.global-rate .text {
  color: #838383;
  letter-spacing: 0.5px;
}
.global-rate .rate-result {
  opacity: 0;
  pointer-events: none;
  transition: .3s;
}

.global-rate .rate-result.show {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 1024px) {
  .global-rate {
    padding: 0 40px 0 15px;
  }
}

@media (max-width: 768px) {
  .global-rate .icon-like {
    font-size: 85px;
  }

  .global-rate .value {
    font-size: 36px;
  }
}

@media (max-width: 639px) {
  .global-rate {
    padding: 0 0 40px;
    border-right: none;
    border-bottom: 1px solid #303030;
    margin-bottom: 40px;
  }
}

@media (max-width: 479px) {
  .global-rate {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}

.general-info {
  border-radius: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: initial;
}
.general-info .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

@media (max-width: 768px) {
  .general-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .general-info {
    position: relative;
  }
  .general-info .headline-info {
    position: absolute;
    left: calc(50% + 30px);
    top: 20px;
    width: calc(50% - 60px);
    margin: 0;
    flex-direction: column;
  }
  .general-info .headline-info .title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 75px;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .general-info .headline-info .title {
    justify-content: flex-start;
    display: flex;
    width: 100%;
  }
}

@media (max-width: 599px) {
  .general-info .headline-info {
    left: calc(50% + 10px);
    width: calc(50% - 20px);
  }
}

@media (max-width: 576px) {
  .general-info .headline-info .title {
    font-size: 24px;
  }
}

.headline-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.headline-info.mod {
  flex-direction: column;
}
.headline-info .col {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-bottom: 10px;
}

.headline-info .col.second {
  margin-right: 10px;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

.headline-info .global-rate {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
  position: relative;
}

.headline-info .global-rate .rate-result {
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  transform: translate(-50%, 25px);
  z-index: 1;
}
.headline-info .global-rate .icon-like {
  font-size: 56px;
  margin: 0 10px 0 0;
  cursor: pointer;
}
.headline-info .global-rate .value {
  font-size: 26px;
  margin-bottom: 2px;
}

.headline-info .title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}
.headline-info .link {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.headline-info .link img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 7px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

@media screen and (min-width: 1025px) {
  .headline-info .link:hover {
    color: #00b073;
  }
}

.social-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.social-list .item {
  margin: 0 3px;
}

.social-list a {
  background-color: #313131;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: #000;
  font-size: 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media screen and (min-width: 1025px) {
  .social-list a:hover {
    background-color: #00b073;
    color: #fff;
  }
}

.col-asside {
  width: 315px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 30px;
}
.col-asside .box-up {
  padding-bottom: 20px;
  border-bottom: 1px solid #303030;
}
.col-asside .box-up .btn {
  width: 100%;
  background-color: #00b073;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

.col-asside .box-up .btn i {
  margin-left: 5px;
}

.col-asside .box-down {
  margin-top: 20px;
}

.col-asside .box-img {
  border-radius: 18px;
  overflow: hidden;
  margin-bottom: 20px;
}

.col-asside .box-img img {
  display: block;
  width: 100%;
}

@media (max-width: 1250px) {
  .col-asside {
    width: 280px;
  }
}

@media screen and (min-width: 1025px) {
  .col-asside .box-up .btn:hover {
    background-color: #313131;
    color: #838383;
  }
}

@media (max-width: 768px) {
  .col-asside {
    width: 100%;
    margin: 0 0 30px 0;
  }

  .col-asside .box-img {
    width: 50%;
  }

  .col-asside .box-up {
    margin: 0 auto;
    border-bottom: none;
  }

  .col-asside .box-down {
    border-top: 1px solid #303030;
    padding-top: 20px;
  }
}

@media (max-width: 639px) {
  .col-asside .box-up {
    max-width: 100%;
  }
}

.general-price {
  margin: 0 0 7px;
  text-align: center;
  padding: 10px 5px;
  background-color: #313131;
  border-radius: 18px;
  border: 3px solid #00b073;
}

.general-price .price {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  word-break: break-all;
}
.general-price .name {
  text-transform: capitalize;
  font-size: 14px;
  color: #838383;
}

.box-down .btn {
  width: 100%;
  background-color: #00b073;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 1025px) {
  .box-down .btn:hover {
    background-color: #313131;
    color: #838383;
  }
}

.general-price .text {
  font-size: 14px;
  font-weight: 600;
  color: #00b073;
}

.price-list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid #303030;
  margin-bottom: 3px;
}
.price-list .item:last-child {
  margin-bottom: 0;
}

.price-list .name {
  color: #838383;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  text-transform: capitalize;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
}

.price-list .value {
  word-break: break-all;
  color: #00b073;
  font-size: 18px;
  width: 50%;
  text-align: right;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.price-list .icon-speed {
  font-size: 25px;
  display: block;
}

.col-content {
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
}
.col-content .name {
  padding-bottom: 15px;
  border-bottom: 1px solid #303030;
  font-size: 18px;
  margin-bottom: 22px;
  font-weight: 400;
}
.col-content .row {
  margin-bottom: 40px;
}
.col-content .row:last-child {
  margin-bottom: 0;
}

.col-content .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
  margin: 0 -3px;
  flex-wrap: wrap;
}
.col-content .list.list-methods,
.col-content .list.list-languages {
  margin: 0 -10px -20px;
}
.col-content .list.list-methods .item,
.col-content .list.list-languages .item {
  width: 35px;

  overflow: hidden;
  margin: 0 10px 20px;
}

.col-content .list.list-methods .item a {

}
.col-content .list .item {
  margin: 0 10px;
}
.col-content .list img {
  display: block;
  border-radius: 3px;
}
.col-content .icons-cols {
  padding-top: 0;
  margin: 0 -20px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  counter-reset: my-sec-counter;

}

.col-content .icons-col {
  width: 33.33%;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: initial;
}
.col-content .icons-col .text {
  font-size: 14px;
  white-space: normal;
  padding-right: 10px;
  text-align: left;
}
.col-content .box-icon {
  margin: 0 20px 0 0;
  width: 50px;
  height: 50px;
  background: transparent;
  border: 2px solid #eee;
}

.col-content .box-icon:before {
  counter-increment: my-sec-counter;
  content: counter(my-sec-counter) "";
  font-size: 20px;
  color: #b5b5b5;
}
.col-content .box-icon i {
  font-size: 38px;
}

@media (max-width: 1250px) {
  .col-content .icons-cols {
    margin: 0 -15px;
  }

  .col-content .icons-col {
    padding: 0 15px;
  }

  .col-content .box-icon {
    margin-right: 15px;
  }
}

@media (max-width: 1024px) {
  .col-content .list .item {
    margin: 0 3px;
  }

  .col-content .icons-col {
    width: 50%;
    padding: 0 15px 10px 15px;
  }
  .col-content .icons-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 910px) {
  .col-content .icons-col {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .col-content .icons-col {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .col-content .icons-col {
    width: 100%;
  }
}

.tools-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.company-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
  font-weight: 300;
}
.company-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.company-list .item {
  width: 50%;
  padding: 0 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.company-list .item.block-more {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.company-list .item.block-more .wrap-list {
  position: relative;
  padding-right: 60px;
  width: -webkit-calc(100% - 140px);
  width: calc(100% - 140px);
}
.company-list .item.block-more .wrap-list ul {
  max-height: 18px;
  overflow: hidden;
  width: calc(100% + 4px);
  margin-left: -2px;
}
.company-list .item.block-more .wrap-list ul li {
  line-height: 20px;
  margin: 0 2px;
}
.company-list .item.block-more .wrap-list ul.show {
  max-height: 9999px;
}

.company-list .item.block-more .link-more {
  border: 1px solid #00b073;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border-radius: 5px;
  padding: 0px 8px;
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.company-list .title {
  color: #838383;
  margin-right: 5px;
  line-height: 20px;
}
.company-list a {
  color: #00b073;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

@media (min-width: 1025px) {
  .company-list .item.block-more .link-more:hover {
    background-color: #00b073;
  }

  .company-list a:hover {
    color: #fff;
  }
}

@media (max-width: 1024px) {
  .company-list .item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .company-list .item {
    width: 50%;
  }
  .company-list .item.block-more {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .company-list .item.block-more .title {
    width: 100%;
    margin-bottom: 6px;
  }
  .company-list .item.block-more .wrap-list {
    width: 100%;
  }
}

@media (max-width: 639px) {
  .company-list .item {
    width: 100%;
  }
}

.summary-wrap .box-img {
  float: right;
  width: 580px;
  margin: 0 0 5px 5px;
  padding: 0 60px 40px;
  position: relative;
  height: 360px;
}
.summary-wrap .box-img .img {
  position: relative;
}

.summary-wrap .box-img .img.desktop {
  height: calc(100% - 12px);
  width: calc(100% - 4px);
  position: absolute;
  left: 2px;
  top: 3px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.summary-wrap .box-img .img.mobile {
  position: absolute;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  right: 3px;
  top: 3px;
  border-radius: 20px;
  overflow: hidden;
}

.summary-wrap .box-img .img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.summary-wrap .box-img .wrap-desktop,
.summary-wrap .box-img .wrap-mobile {
  position: relative;
}
.summary-wrap .box-img .wrap-desktop {
  width: 460px;
  height: 312px;
}

.summary-wrap .box-img .wrap-mobile {
  position: absolute;
  right: 20px;
  top: 130px;
  width: 110px;
  height: 219px;
  z-index: 6;
}
.summary-wrap .box-img .wrap-desktop .bg {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(../img/top-display.png);
  background-repeat: no-repeat;
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
}

.summary-wrap .box-img .wrap-desktop .keyboard {
  width: 560px;
  background-size: contain;
  background-position: center;
  background-image: url(../img/bot-display.png);
  background-repeat: no-repeat;
  display: block;
  z-index: 5;
  height: 29px;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.summary-wrap .box-img .wrap-mobile .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-image: url(../img/mobile-view.png);
  background-repeat: no-repeat;
  display: block;
  position: relative;
  z-index: 2;
  margin-right: 0;
  margin-left: auto;
}

.summary-wrap .title-name {
  margin-bottom: 10px;
}

.summary-wrap .text {
  color: #838383;
  line-height: 1.5;
}
.summary-wrap .text a {
  color: #00b073;
}
.summary-wrap .text p {
  margin-bottom: 20px;
}
.summary-wrap .text p:last-child {
  margin-bottom: 0;
}

.summary-wrap .box-text .scroll-viewport {
  height: auto;
}

.summary-wrap .box-text .box-text-more-btn {
  display: none;
}

@media (max-width: 1024px) {
  .summary-wrap .box-img {
    width: 440px;
    padding: 0 45px 26px;
    height: 270px;
  }
  .summary-wrap .box-img .wrap-desktop {
    width: 350px;
    height: 235px;
  }
  .summary-wrap .box-img .wrap-desktop .keyboard {
    width: 425px;
    height: 15px;
    bottom: -12px;
  }
  .summary-wrap .box-img .img.desktop {
    border-radius: 10px 10px 0 0;
  }
  .summary-wrap .box-img .img.mobile {
    border-radius: 10px;
  }
  .summary-wrap .box-img .wrap-mobile {
    width: 86px;
    height: 171px;
    right: 10px;
    top: 90px;
  }
}

@media (max-width: 768px) {
  .summary-wrap .box-img {
    width: 330px;
    padding: 0 40px 26px;
    height: 205px;
  }
  .summary-wrap .box-img .wrap-desktop {
    width: 252px;
    height: 170px;
  }
  .summary-wrap .box-img .wrap-mobile {
    width: 62px;
    height: 123px;
    right: 5px;
    top: 70px;
  }
  .summary-wrap .box-img .wrap-desktop .keyboard {
    width: 330px;
    height: 15px;
    bottom: -10px;
  }
}

@media (max-width: 639px) {
  .summary-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .summary-wrap .box-img {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 50px;
    padding: 0 25px;
  }

  .summary-wrap .box-text {
    position: relative;
  }

  .summary-wrap .box-text .text {
    margin-bottom: 40px;
    height: 150px;
    overflow: hidden;
  }

  .summary-wrap .box-text .text.mod {
    height: auto;
  }

  .summary-wrap .box-text .text.show {
    height: 350px;
    overflow-y: auto;
  }

  .summary-wrap .box-text .text.show:after {
    opacity: 0;
    visibility: hidden;
  }

  .summary-wrap .box-text .text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #313131;
  }
  .summary-wrap .box-text .text::-webkit-scrollbar {
    width: 6px;
    background-color: #151515;
  }
  .summary-wrap .box-text .text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #16b073;
  }

  .summary-wrap .box-text .text:after {
    content: '';
    bottom: -2px;
    left: 0;
    right: 0;
    height: 35px;
    position: absolute;
    background: -moz-linear-gradient(top,#ffffff00 0%,#161616 100%);
    background-image: -webkit-linear-gradient(top,rgba(22, 22, 22, 0),#161616);
    background: linear-gradient(to top, #161616, rgba(22, 22, 22, 0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#161616',GradientType=0 );
  }

  .summary-wrap .box-text .box-text-more-btn {
    border: 1px solid #00b073;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    padding: 4px 10px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .summary-wrap .box-img .wrap-desktop {
    width: 100%;
    padding-bottom: 68%;
    height: auto;
    margin: 0 auto;
  }

  .summary-wrap .box-img .wrap-desktop .keyboard {
    width: calc(100% + 40px);
    height: auto;
    padding-bottom: 3%;
    bottom: -5px;
  }

  .summary-wrap .box-img .wrap-desktop .bg {
    height: auto;
    padding-bottom: 68%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .summary-wrap .box-img .img.desktop {
    height: auto;
    padding-bottom: 66%;
    top: 5px;
  }
  .summary-wrap .box-img .wrap-mobile {
    width: 19vw;
    height: 39vw;
    right: 10px;
    bottom: -30px;
    top: auto;
  }
}

@media (max-width: 479px) {
  .summary-wrap .box-text {
    margin-bottom: 30px;
  }
  .summary-wrap .box-img .img.desktop {
    height: auto;
    padding-bottom: 66%;
    top: 3px;
  }
}

@media (max-width: 420px) {
  .summary-wrap .box-img .img.desktop {
    border-radius: 5px 5px 0 0;
  }
}

.cards {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media (max-width: 576px) {
  .headline-info .global-rate .icon-like {
    font-size: 28px;
  }
  .headline-info .global-rate .value {
    font-size: 18px;
  }
  .headline-info .global-rate   {
    align-items: center;
  }
  .global-rate .text {
    font-size: 12px;
  }
  .headline-info .global-rate .rate-result {
    bottom: -10px;
  }
}

.back-home {
  text-transform: capitalize;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-home:before {
  content: '\e90d';
  font-family: "icomoon" !important;
  font-size: 17px;
  line-height: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  display: block;
  margin-right: 10px;
}

@media screen and (min-width: 1025px) {
  .back-home:hover {
    color: #00b073;
  }
}

.btn-more {
  margin-bottom: 50px;
  text-align: center;
}
.btn-more .btn {
  border-radius: 60px;
  background-color: #00b073;
  color: #fff;
  text-align: center;
  padding: 18px 100px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.btn-more .btn .name {
  font-weight: 500;
  font-size: 24px;
  display: block;
  text-transform: uppercase;
}

.btn-more .btn img {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
}

.btn-more .btn .icon_cat {
  margin: 0;
}

@media (max-width: 1250px) {
  .btn-more {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .btn-more .btn {
    padding: 18px 60px;
  }
}

@media screen and (min-width: 1025px) {
  .btn-more .btn:hover {
    background-color: #313131;
    color: #838383;
  }
}


@media (max-width: 768px) {
  .btn-more {
    margin-bottom: 25px;
  }

  .btn-more .btn .name {
    font-size: 16px;
  }
}

@media (max-width: 599px) {
  .btn-more .btn {
    padding: 16px 40px;
    font-size: 13px;
  }
}

@media (max-width: 479px) {
  .btn-more .btn {
    padding: 12px;
    font-size: 11px;
  }

  .btn-more .btn .name {
    font-size: 15px;
  }
}

@media (max-width: 1250px) {
  .wrap-box.category-box .cards .box:nth-child(4) {
    margin-right: 0;
  }
  .wrap-box.category-box .info-wrap {
    width: calc(66% - 25px);
  }
  .wrap-box.wrap-box.category-box .info-text .scroll-viewport {
    height: auto;
    padding-bottom: 90%;
  }
}

@media (max-width: 1024px) {
  .wrap-box.wrap-box.category-box .info-text .scroll-viewport {
    height: auto;
    padding-bottom: 95%;
  }
}

@media (max-width: 768px) {
  .wrap-box.wrap-box.category-box .info-text .scroll-viewport {
    height: 150px;
    padding-bottom: 0;
  }

  .wrap-box.wrap-box.category-box .info-text .scroll-viewport:after {
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    position: absolute;
    background: -moz-linear-gradient(top,#ffffff00 0%,#161616 100%);
    background-image: -webkit-linear-gradient(top,rgba(22, 22, 22, 0),#161616);
    background: linear-gradient(to top, #161616, rgba(22, 22, 22, 0));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#161616',GradientType=0 );
  }

  .wrap-box.wrap-box.category-box .info-text .scroll-viewport.show:after {
    opacity: 0;
    visibility: hidden;
  }

  .wrap-box.wrap-box.category-box .info-text .scroll-viewport.show {
    height: auto;
    padding-bottom: 95%;
  }

  .scroll-viewport.show > .scroll-content {
    overflow-y: auto;
  }

  .wrap-box.category-box .info-wrap {
    width: 100%;
    position: static;
  }
  .wrap-box.category-box .info-text {
    padding-left: 0;
    border-left: none;
    position: relative;
    margin-bottom: 40px;
  }

  .wrap-box.category-box .info-text .info-text-more-btn {
    color: #fff;
    font-weight: 700;
    min-width: 100px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #00b073;
    padding: 4px 10px;
    display: inline-block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 2;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .wrap-box.category-box .cards .box:nth-child(2) {
    margin-right: 0;
  }
}

@media (max-width: 639px) {
  .wrap-box.wrap-box.category-box .info-tex  t .scroll-viewport {
    height: 410px;
    padding-bottom: 0;
  }
  .col-content .name {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .box-icon i {
    font-size: 38px;
  }
}

@media (max-width: 768px) {
  body.category .wrapper,
  body.single .wrapper {
    padding-bottom: 71px;
  }

  .bottom-site-info {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #000000;
    display: block;
    padding: 10px;
  }

  .bottom-fixed-buttons ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
    justify-content: center;
  }

  .bottom-fixed-buttons ul .item-menu {
    text-align: center;
    padding: 0 4px;
    width: 33.333%;
  }

  .bottom-fixed-buttons ul .item-menu .item-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    margin-bottom: 5px;
  }

  .bottom-fixed-buttons ul .item-menu .item-ico .img img {
    width: 16px;
    height: 16px;
    margin: 0 auto;
    display: block;
    transform: scale(1.4);
  }

  .bottom-fixed-buttons ul .item-menu .item-ico img {
    transform: scale(1.4);
  }

  .bottom-fixed-buttons ul .item-menu .item-ico .iconsprite {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    width: 22px;
    height: 21px;
    display: block;
  }

  .bottom-fixed-buttons ul .item-menu .item-ico .iconsprite:before {
    margin: 0;
    transform: scale(1.375);
  }

  .bottom-fixed-buttons ul .item-menu .item-title {
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
  }

  .bottom-fixed-buttons ul .item-menu.active .item-title {
    color: #00b073;
  }

  .col-content .icons-col .text {
    font-size: 14px;
  }
}

.url_links_wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.url_links_wrapper .url_link_container {
  width: calc(25% - 24px);
  margin: 0 12px 30px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
}

.url_links_wrapper .url_link_container:hover .url_link_caption {
  color: #00b073;
}

.url_links_wrapper .url_link_container .url_link_caption {
  background-color: #161616;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 7px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  line-height: 1;
}

.url_links_wrapper .url_link_container .url_link_caption img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 24px;
}

.url_links_wrapper .url_link_container .url_link_image {
  background-color: #161616;
  padding: 30px 5px;
  height: calc(100% - 46px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.url_links_wrapper .url_link_container .url_link_image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, .3);
}

.url_links_wrapper .url_link_container .url_link_image img {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  -webkit-filter: brightness(.7);
  filter: brightness(.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
}

.url_links_wrapper .url_link_container .url_link_count_sites {
  display: block;
  position: absolute;
  right: 8px;
  top: 3px;
  font-weight: 700;
  font-size: 19px;
  color: #fff;
  text-shadow: 1px 1px #5a5a5a;
  z-index: 1;
}

.url_links_wrapper .url_link_container .url_link_list_sites {
  width: 100%;
}

.url_links_wrapper .url_link_container .url_link_list_sites li {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-shadow: 1px 1px #5a5a5a;
  font-size: 15px;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.url_links_wrapper .url_link_container .url_link_list_sites li .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.url_links_wrapper .url_link_container .url_link_list_sites li:not(:last-child) {
  margin-bottom: 15px;
}

.url_links_wrapper .url_link_container .url_link_list_sites .icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.url_links_wrapper .url_link_container .url_link_list_sites .icon:before {
  background-image: url(../../../uploads/sprite.png?v=44041);
  content: '';
  display: inline-block;
  position: relative;
  width: 16px !important;
  height: 16px !important;
  background-size: auto 16px;
}

.url_links_wrapper .url_link_container:hover .url_link_image img {
  transform: scale(1.1);
}


.content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 10px 0 20px;
}

.bottom-block {
  clear: both;
  text-align: center;
  position: relative;
  margin: 0 3px 20px;
  max-width: 610px;
  width: 100%;
}

.bottom-block .title {
  max-width: 613px;
  margin: 0 auto;
  border-bottom: 0;
  padding: 8px 4px;
  line-height: 1.1;
}

.bottom-block a.title {
  color: #fff;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.bottom-block a.title img {
  margin-right: 5px;
  flex-shrink: 0;
  flex-grow: 0;
}

.bottom-block a.title .text {
  flex-shrink: 1;
  flex-grow: 1;
  min-width: 1px;
}

.bottom-block .img-holder {
  border-top: none;
  display: block;
  max-width: 613px;
  margin: 0 auto 5px;
}

.bottom-block .img-holder img {
  max-width: 100%;
  max-height: 510px;
  width: 100%;
  display: block;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.content-button {
  display: block;
  color: #fff;
  background: #00b073;
  border-radius: 12px;
  padding: 12px 20px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  min-width: 180px;
  position: relative;
  width: fit-content;
  margin: 10px auto 0;
  transition: .3s;
}

.content-button .content-button-inner {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.content-button .content-button__subtext {
  font-size: 14px;
}

.content-button:hover {
  background-color: #313131;
  color: #838383;
}

.content-button:hover.content-button:after {
  background-color: #838383;
}

.content-button-img {
  width: 18px;
  margin-right: 5px;
  position: relative;
  z-index: 2;
}

@media (max-width: 1250px) {
  .url_links_wrapper .url_link_container {
    width: calc(33.333% - 24px);
  }
}

@media (max-width: 650px) {
  .url_links_wrapper .url_link_container {
    width: calc(50% - 12px);
    margin: 0 6px 20px;
  }

  .url_links_wrapper {
    margin: 0 -6px;
  }

  .url_links_wrapper .url_link_container .url_link_caption {
    font-size: 13px;
  }

  .url_links_wrapper .url_link_container .url_link_list_sites li {
    font-size: 12px;
  }

  .url_links_wrapper .url_link_container .url_link_count_sites {
    font-size: 12px;
  }
}

@media (max-width: 650px) {

  .content-button {
    font-size: 14px;
  }

  .bottom-block .title a {
    font-size: 19px;
  }

  .content-button .content-button__subtext {
    font-size: 11px;
  }
}

/*Disclaimer For Single page START*/
.single-disclaimer {
  padding-top: 15px;
  margin-top: 20px;
  color: #838383;
  font-size: 13px;
  border-top: 1px solid #303030;
}
/*Disclaimer For Single page END*/

/*All pages without Home-page END*/

/*Author Page START*/
.author-profile {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 20px 0 10px;
}
.author-profile__photo {
    flex-shrink: 0;
}
.author-profile__photo img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
}
.author-profile__name {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 6px;
}
.author-profile__position {
    display: inline-block;
    font-size: 14px;
    color: #00b073;
    margin-bottom: 12px;
}
.author-profile__bio {
    font-size: 14px;
    color: #838383;
    line-height: 1.6;
}
.author-profile__bio p:last-child {
    margin-bottom: 0;
}
.author-profile__social {
    display: flex;
    gap: 12px;
    margin-top: 14px;
}
.author-profile__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #838383;
    font-size: 16px;
    transition: background 0.2s, color 0.2s;
    text-decoration: none;
}
.author-profile__social-link:hover {
    background: #00b073;
    color: #fff;
}
@media (max-width: 768px) {
    .author-profile__social {
        justify-content: center;
    }
    .author-profile {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
/*Author Page END*/
/*How We Rate Page START*/
.hwr-category {
    background: #1e1e1e;
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-left: 4px solid #00b073;
}
.hwr-category h3 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hwr-category h3 .hwr-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #00b073;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    flex-shrink: 0;
}
.hwr-category p,
.hwr-category li {
    color: #838383;
    font-size: 14px;
    line-height: 1.6;
}
.hwr-category ul {
    margin: 10px 0 0;
    padding-left: 18px;
}
.hwr-category li {
    margin-bottom: 4px;
}
.hwr-scale-example {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.hwr-scale-example .hwr-label {
    width: 90px;
    flex-shrink: 0;
    font-size: 13px;
    color: #fff;
}
.hwr-scale-example .hwr-bar {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: #303030;
    position: relative;
    overflow: hidden;
}
.hwr-scale-example .hwr-bar span {
    position: absolute;
    left: 0;
    top: 0;
    height: 4px;
    border-radius: 2px;
}
.hwr-bar-poor span { background: #e74c3c; }
.hwr-bar-fair span { background: #f39c12; }
.hwr-bar-good span { background: #2ecc71; }
.hwr-bar-great span { background: #27ae60; }
.hwr-bar-excellent span { background: #00b073; }
.hwr-scale-value {
    width: 30px;
    text-align: right;
    color: #fff;
    font-size: 13px;
    flex-shrink: 0;
}
.hwr-formula {
    background: #1e1e1e;
    border-radius: 12px;
    padding: 20px 25px;
    margin: 20px 0;
    text-align: center;
    border: 1px solid #303030;
}
.hwr-formula code {
    color: #00b073;
    font-size: 15px;
}
.hwr-legend {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}
.hwr-legend th {
    text-align: left;
    padding: 10px 15px;
    border-bottom: 1px solid #303030;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.hwr-legend td {
    padding: 10px 15px;
    border-bottom: 1px solid #252525;
    color: #838383;
    font-size: 14px;
}
.hwr-legend .hwr-range {
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}
@media (max-width: 639px) {
    .hwr-category { padding: 15px 18px; }
    .hwr-scale-example .hwr-label { width: 70px; font-size: 12px; }
    .hwr-legend th,
    .hwr-legend td { padding: 8px 10px; font-size: 13px; }
}
/*How We Rate Page END*/

/*Rating Methodology Link START*/
.global-rate .rating-methodology-link {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #838383;
    text-decoration: none;
    transition: color 0.2s;
    letter-spacing: 0.3px;
}
.global-rate .rating-methodology-link:hover {
    color: #00b073;
}
/*Rating Methodology Link END*/


/*Post Author Link START*/
.post-author {
    margin-top: 6px;
    font-size: 13px;
}
.post-author__label {
    color: #838383;
}
.post-author__link {
    color: #00b073;
    text-decoration: none;
    transition: color 0.2s;
}
.post-author__link:hover {
    color: #fff;
}
/*Post Author Link END*/

/*Post Updated Date START*/
.post-updated {
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #838383;
    letter-spacing: 0.3px;
}
/*Post Updated Date END*/

/*Author Box on Single Post START*/
.author-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    padding: 20px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
}
.author-box__photo img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}
.author-box__name {
    display: block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    margin-bottom: 4px;
    transition: color 0.2s;
}
.author-box__name:hover {
    color: #00b073;
}
.author-box__position {
    display: block;
    font-size: 13px;
    color: #00b073;
    margin-bottom: 10px;
}
.author-box__bio {
    font-size: 13px;
    color: #838383;
    line-height: 1.5;
    margin-bottom: 10px;
}
.author-box__link {
    font-size: 13px;
    color: #00b073;
    text-decoration: none;
    transition: color 0.2s;
}
.author-box__link:hover {
    color: #fff;
}
@media (max-width: 768px) {
    .author-box {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}
/*Author Box on Single Post END*/

