.voting-form label {
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.voting-form .left-block {
  width: 49%;
  float: left;
}
.voting-form .left-block .form-row {
  margin-bottom: 12px;
}
.voting-form .left-block label {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
}
.voting-form .left-block label + input[type=text], .voting-form .left-block label + input[type=tel], .voting-form .left-block label + input[type=email] {
  width: 68%;
}
.voting-form .right-block {
  width: 49%;
  float: right;
  background-color: #f5f5f5;
  padding: 7px 25px 0 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.voting-form .right-block > .text {
  font-size: 16px;
  font-weight: 400;
}
.voting-form .right-block > div {
  margin-bottom: 17px;
}
.voting-form .right-block .title {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.voting-form .center-block {
  clear: both;
}
.voting-form input, .voting-form textarea {
  outline: none;
  -webkit-appearance: none;
}
.voting-form input[type=radio] {
  -webkit-appearance: auto;
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.voting-form input[type=radio] + label {
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  width: 44px;
  font-weight: 700;
  color: #333333;
  border: 1px solid #dcdcdc;
  background: #fff;
  height: 29px;
  line-height: 26px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.voting-form input[type=radio]:hover + label {
  border: solid 1px #90e537;
}
.voting-form input[type=radio]:checked + label {
  color: #ffffff;
  background: #90e537;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
}
.voting-form input:active, .voting-form textarea:active {
  outline: none;
}
.voting-form input:focus, .voting-form textarea:focus {
  outline: none;
}
.voting-form button:active, .voting-form button:focus {
  outline: none;
}
.voting-form button::-moz-focus-inner {
  border: 0;
}
.voting-form textarea {
  margin-top: 10px;
  border: 2px solid #e8e8e8;
  background-color: #ffffff;
  padding: 10px;
  width: 100%;
  resize: none;
  overflow: hidden;
  line-height: 40px;
  font-size: 18px;
  color: #333333;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.voting-form input[type=text], .voting-form input[type=tel], .voting-form input[type=email] {
  -webkit-appearance: none;
  padding: 0 10px;
  font-size: 18px;
  color: #333333;
  height: 49px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 2px solid #e8e8e8;
  background-color: #ffffff;
}
.voting-form input.placeholder, .voting-form textarea.placeholder {
  font-size: 18px;
  color: #333333;
  color: #000;
}
.voting-form input:-moz-placeholder, .voting-form textarea:-moz-placeholder {
  font-size: 18px;
  color: #333333;
  color: #000;
}
.voting-form input::-moz-placeholder, .voting-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #333333;
  color: #000;
}
.voting-form input:-ms-input-placeholder, .voting-form textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #333333;
  color: #000;
}
.voting-form input::-webkit-input-placeholder, .voting-form textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #333333;
  color: #000;
}
.voting-form .btn {
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  margin-top: 40px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 235px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 50px;
  background-color: #90e537;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
}
.voting-form .btn:hover {
  background: linear-gradient(-250deg, #00d0ac 0%, #90e537 100%);
}

.responsive-menu .container{position: initial;}
#section_Cont_category{    overflow: initial;}

.sidebar-rating {
  width: 100%;
  -webkit-box-shadow: 0 20px 20px rgba(184, 184, 184, 0.4);
          box-shadow: 0 20px 20px rgba(184, 184, 184, 0.4);
  -webkit-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
  padding: 3px;
}
.sidebar-rating .white-block {
  padding: 10px 7px;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
}

.interior-block {
  border: 1px solid #b9ef80;
  padding: 12px 9px 27px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  background: #fff;
}
.interior-block .title {
  color: #00dc5e;
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  margin-bottom: 10px;
}
.interior-block ul {
  border-top: solid 2px #00dc5e;
}
.interior-block li {
  display: block;
  width: 100%;
  margin-top: 13px;
  border-bottom: 1px dotted #C2C2C2;
  position: relative;
  padding: 0;
}
.interior-block li .name {
  bottom: -5px;
  position: relative;
  display: inline-block;
  color: #999999;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  background: #FFF;
}
.interior-block li .number {
  bottom: -5px;
  position: absolute;
  right: 0;
  display: inline-block;
  background: #99f1bf;
  font-size: 18px;
  font-family: 'PT Sans';
  font-weight: 700;
  padding: 4px 5px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}
.interior-block li .number.red {
  background: #ffcbca;
}
.interior-block li .number.unknown {
  background: #e3e3e3;
}

.titles-2 {
  position: relative;
  color: #00d0ac;
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.reviews {
  background-color: #f8f8f8;
  padding: 35px 0 40px;
}
.reviews .container {
  position: relative;
}
.reviews .container:before, .reviews .container:after {
  position: absolute;
  content: "reviews";
  opacity: 0.9;
  text-shadow: -9px 5px 10px #ebebeb;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 150px;
  font-weight: 900;
}
.reviews .container:before {
  top: -65px;
  right: -153px;
}
.reviews .container:after {
  bottom: -135px;
  left: -100px;
}

.reviews-slider {
  margin-top: 50px;
  z-index: 1;
}
.reviews-slider .item {
  padding: 0 13px;position: relative;z-index: 1;
}
.reviews-slider .item:focus {
  outline: none;
}
.reviews-slider .left-block, .reviews-slider .right-block {
  display: inline-block;
  vertical-align: top;
}
.reviews-slider .right-block {
  margin-left: 10px;
}
.reviews-slider .img {
  width: 91px;
  height: 91px;
  border: 1px solid #9beaa5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.reviews-slider .img img {
  width: 100%;
  height: auto;
  padding: 5px;
  border-radius: 50%;
}
.reviews-slider .name {
  font-size: 18px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #333333;
  margin-top: 23px;
}
.reviews-slider .info {
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  line-height: 24px;
}
.reviews-slider .text {
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(#90e537), to(#00d0ac));
  background: linear-gradient(#90e537 0%, #00d0ac 100%);
  padding: 1px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  margin-top: 20px;
  position: relative;
}
.reviews-slider .text .white-block {
  padding: 25px 25px 15px;
  background: #f4f4f5;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.reviews-slider .text:before {
  content: "";
  width: 20px;
  height: 18px;
  background: url("../img/template/triangle.png") no-repeat;
  position: absolute;
  left: 38px;
  top: -17px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 80px;
}

.slick-dots {
  position: absolute;
  bottom: -80px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border: solid 1px #b5b5b5;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:before {
  line-height: 15px;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
  border: solid 1px #44e2b4;
}

.slick-dots li.slick-active button:before {
  background: #44e2b4;
}

.icons-block {
  padding: 70px 0 15px;
  background: url("../img/template/bgn.png") no-repeat;
  background: url("../img/template/bgn.webp") no-repeat;
  background-size: cover;
}

.iconsul {
  text-align: center;
  margin-top: 75px;
  padding: 0;
}
.iconsul li {
  display: inline-block;
  vertical-align: top;
  width: 24%;
  margin-bottom: 65px;
  text-align: center;
}
.iconsul .img {
  width: 94px;
  height: 94px;
  line-height: 94px; 
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: #FFF;
}
.iconsul .img:before {
  content: "";
  width: 98px;
  height: 98px;
  background-color: #90e537;
  background: -webkit-gradient(linear, left bottom, left top, from(#90e537), to(#00d0ac));
  background: linear-gradient(to top, #90e537 0%, #00d0ac 100%);
  opacity: 0.4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: -2px;
  top: -2px;
}
.iconsul .img img {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-height: 55px;
  max-width: 90%;
}
.iconsul li:hover .img:before {
  width: 117px;
  height: 117px;
  left: -12px;
  top: -12px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.iconsul .title {
  margin-top: 30px;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
}

.tab-wrap {
  border: 2px solid #d8d8dc;
  -webkit-transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s -webkit-box-shadow ease;
  transition: 0.3s box-shadow ease;
  transition: 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  max-width: 100%;
  position: relative;
  list-style: none;
  background-color: #fff;
  margin: 75px 0;
}

.tabs {
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin: 0;
}

.tabs-mobile {
  display: none;
}

.tabs li {
  border-bottom: 2px solid #d8d8dc;
  -webkit-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
  cursor: pointer;
  display: block;
  text-decoration: none;
  -webkit-box-flex: 3;
          flex-grow: 3;
  text-align: center;
  background-color: #f8f8f8;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
  height: 87px;
  line-height: 87px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.tabs li a {
  color: #333333;
  display: block;
  padding: 0 15px;
  text-decoration: none;
}
.tabs li:hover {
  background-color: #90e537;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
  color: #FFF;
}
.tabs li:first-of-type:not(:last-of-type) {
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}
.tabs li:not(:first-of-type):not(:last-of-type) {
  -webkit-border-radius: 0;
          border-radius: 0;
}
.tabs li:last-of-type:not(:first-of-type) {
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
}
.tabs li.current {
  background-color: #90e537;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
  cursor: default;
  position: relative;
}
.tabs li.current a {
  color: #fff;
}
.tabs li.current:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -2px;
  border: 10px solid transparent;
  border-bottom: 20px solid #fff;
}

.tabs-content > div {
  padding: 20px 20px 7px;
  width: 100%;
  -webkit-border-radius: 6px;
          border-radius: 6px;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.tabs-content > div .left-block, .tabs-content > div .right-block {
  width: 48%;
  color: #333333;
  font-family: "Raleway", sans-serif;
}
.tabs-content > div .left-block {
  float: left;
}
.tabs-content > div .right-block {
  float: right;
}
.tabs-content > div strong {
  font-weight: 700;
}
.tabs-content > div p {
  margin-bottom: 20px;
}
.tabs-content > div .green-ul {
  margin-top: 20px;
  list-style: none;padding-left: 0;
}
.tabs-content > div .green-ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.tabs-content > div .green-ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 3px 4px 8px rgba(42, 214, 138, 0.6);
          box-shadow: 3px 4px 8px rgba(42, 214, 138, 0.6);
  background-color: #90e537;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
}

.banks {
  margin: 40px 0 0;
  background-color: #f8f8f8;
  padding: 40px 0 80px;
}
.banks table {
  width: 100%;
}
.banks table.shown tr {
  display: table-row !important;
}
.banks table td:not(:first-of-type) {
  padding-left: 5px;
  padding-right: 55px;
}
.banks table td:last-of-type {
  padding-left: 0;
  padding-right: 0;
}
.banks table thead {
  color: #333333;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
.banks table thead td {
  padding: 13px 0;
  white-space: nowrap;
}
.banks table thead td.info {
  position: relative;
}
.banks table thead td.info:after {
  content: "";
  position: absolute;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 22px;
  height: 22px;
  background: url("../img/template/info.png") no-repeat;
}
.banks table thead:after {
  content: "";
  position: absolute;
  top: 53px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #90e537;
  background: -webkit-gradient(linear, left top, right top, from(#90e537), to(#00d0ac));
  background: linear-gradient(to right, #90e537 0%, #00d0ac 100%);
}
.banks table tbody tr {
  display: none;
}
.banks table tbody tr:nth-child(-n+5) {
  display: table-row;
}
.banks table tbody td {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: solid 2px #dcdcdc;
  font-size: 36px;
  font-weight: 700;
  color: #333333;
}
.banks table tbody .small-text {
  font-weight: 400;
  color: #999999;
  font-size: 16px;
}
.banks table tbody span.small-text {
  display: block;
}
.banks table .bank-btn {
  display: block;
  text-decoration: none;
  float: right;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 263px;
  height: 51px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  line-height: 51px;
  background-color: #90e537;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
}
.banks table .bank-btn:hover {
  background: linear-gradient(-250deg, #00d0ac 0%, #90e537 100%);
}

.more {
  display: block;
  text-decoration: none;
  margin: 40px auto 0;
  height: 15px;
  color: #337ab7 !important;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  width: 265px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #337ab7;
  text-align: center;
}
.more i {
  font-size: 12px;
  margin-left: 5px;
}

.scroller {
  width: 100%;
  overflow-x: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.scroller::-webkit-scrollbar {
  width: 0;
}

.scroller__content {
  position: relative;
  padding-right: 30px;
  overflow: hidden;
}

.scroller__bar-wrapper {
  position: absolute;
  z-index: 2;
  top: 10px;
  bottom: 10px;
  right: 7px;
  width: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
}

.scroller__bar {
  position: absolute;
  z-index: 1;
  width: 5px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #49a8c9;
}

.baron:hover .scroller__bar-wrapper {
  opacity: 1;
}

.baron:hover .scroller__bar {
  opacity: 1;
}

.meter {
  height: 27px;
  position: relative;
  border: 1px solid #888888;
  background-color: #e8e8e8;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  padding: 0;
}

.meter > span {
  display: block;
  height: 25px;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  background: #76c37c;
  position: relative;
  overflow: hidden;
}

.meter span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: repeating-linear-gradient(-45deg, #69df57, #62df5e 20px, #4bdb6e 20px, #33d782 40px), -webkit-gradient(linear, left top, left bottom, from(#24d68f), to(#09d1a4));
  background: repeating-linear-gradient(-45deg, #69df57, #62df5e 20px, #4bdb6e 20px, #33d782 40px), linear-gradient(to bottom, #24d68f, #09d1a4);
  z-index: 1;
  -webkit-animation: move 2s linear infinite;
  -webkit-border-top-right-radius: 0;
          border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-top-left-radius: 20px;
          border-top-left-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
          border-bottom-left-radius: 20px;
  overflow: hidden;
}

@-webkit-keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 100%;
  }
}
.animate > span > span {
  -webkit-animation: move 2s linear 1;
}

.company-info {
  -webkit-box-shadow: 0 0 30px rgba(217, 217, 217, 0.75);
          box-shadow: 0 0 30px rgba(217, 217, 217, 0.75);
  border: 1px solid #e8e8e8;
  background: #FFF;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}
.company-info .top-block {
  background-color: #f5f5f5;
  -webkit-border-radius: 20px 20px 0 0;
          border-radius: 20px 20px 0 0;
}
.company-info .top-block .first {
  border-bottom: 2px solid #dcdcdc;
  padding: 9px 30px 9px 40px;
  -webkit-border-radius: 20px 20px 0 0;
          border-radius: 20px 20px 0 0;
}
.company-info .top-block .first > div {
  display: inline-block;
  vertical-align: middle;
}
.company-info .top-block .first .name {
  color: #00dc5e;
  font-family: "Raleway", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  margin-right: 20px;
}
.company-info .top-block .first .rating {
  padding: 10px 16px;
  background: #99f1bf;
  color: #333333;
  font-size: 27px;
  font-weight: 700;
  line-height: 31.5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.company-info .top-block .first .rating.red {
  background: #ffcbca;
}
.company-info .top-block .first .rating.unknown {
  background: #e3e3e3;
}
.company-info .top-block .first .reviews-num {
  margin-top: 12px;
  float: right;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.company-info .top-block .first .reviews-num span {
  font-weight: 700;
}
.company-info .top-block .second {
  padding: 30px 15px 21px 35px;
  overflow: hidden;
}
.company-info .top-block .second .logo {
  width: 38%;
  float: left;
}
.company-info .top-block .second .logo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.company-info .top-block .second .ratings {
  width: 50%;
  float: right;
}
.company-info .top-block .second .meter-item {
  margin-bottom: 15px;
}
.company-info .top-block .second .meter-item .title {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  width: 30%;
}
.company-info .top-block .second .meter-item .num {
  width: 13%;
  color: #999999;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
.company-info .top-block .second .meter-item .num span {
  color: #333333;
}
.company-info .top-block .second .meter-item .meter {
  width: 54%;
  margin-right: 1%;
}
.company-info .top-block .second .meter-item > div {
  display: inline-block;
  vertical-align: top;
}

.w100 {
  background-color: #f5f5f5;
  border-bottom: solid 2px #c4c4c4;
  padding: 0 25px;
}

.tabs-rating {
  max-width: 75%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.tabs-rating li {
  cursor: pointer;
  display: block;
  text-decoration: none;
  -webkit-box-flex: 3;
          flex-grow: 3;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background-color ease, 0.3s -webkit-box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease, 0.3s -webkit-box-shadow ease;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 70px;
}
.tabs-rating li a {
  color: #333333;
  font-size: 24px;
  text-decoration: none;
  font-weight: 400;
  line-height: 53px;
  display: inline-block;
  margin-right: 5px;
}
.tabs-rating li a i {
  font-size: 20px;
}
.tabs-rating li:hover {
  color: #337ab7;
}
.tabs-rating li:hover a {
  color: #337ab7;
}
.tabs-rating li.current {
  color: #21de6d;
  position: relative;
}

.tabs-rating li.current a {
  color: #21de6d;   
  font-weight: 700;
}

.tabs-rating li.current:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 6px;
  background-color: #00dc5e;
}

.tabs-content-rating > div {
  padding: 32px 27px 25px;
  width: 100%;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
.tabs-content-rating > div strong {
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}
.tabs-content-rating > div p {
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}
.tabs-content-rating > div .green-ul {
  margin-top: 20px;
  font-family: "Raleway", sans-serif;
  padding-left: 0;
  list-style: none;
}
.tabs-content-rating > div .green-ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}
.tabs-content-rating > div .green-ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-box-shadow: 3px 4px 8px rgba(42, 214, 138, 0.6);
          box-shadow: 3px 4px 8px rgba(42, 214, 138, 0.6);
  background-color: #90e537;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
}

.reviews-rating.shown .item {
  display: block !important;
}
.reviews-rating .item {
  display: none;
  border-bottom: solid 2px #e8e8e8;
  margin-bottom: 20px;
  padding-bottom: 15px;
  color: #333333;
}
.reviews-rating .item:nth-child(-n+3) {
  display: block;
}
.reviews-rating .item > div {
  overflow: hidden;
}
.reviews-rating .item .title {
  font-size: 20px;
  font-weight: 700;
  float: left;
}
.reviews-rating .item .voting {
  float: right;
  padding: 2px 20px;
  background-color: #e8e8e8;
  line-height: 28px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}
.reviews-rating .item .voting span:not(.name) {
  font-weight: 700;
  margin-right: 20px;
  margin-left: 5px;
}
.reviews-rating .item .voting span:last-of-type {
  margin-right: 0;
}
.reviews-rating .item .text {
  clear: both;
  width: 100%;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 10px;
}

.form-title {
  margin-top: 6px;
  color: #333333;
  text-align: center;
  font-family: "Open Sans";
  line-height: 28px;
  font-size: 24px;
  font-weight: 700;
}

.form-title + .small-text {
  margin-top: 11px;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 50px;
}
.title-block {
  background-size: cover;
  padding-bottom: 0;
}
.title-block h1 {
  text-align: center;
  color: #00dc5e;
  font-size: 43px;
  font-weight: 700;
line-height: 1.4;
}
}
.title-block p.small-text {
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  width: 80%;
  margin: 34px auto 80px;
}
.title-block .text {
  -webkit-box-shadow: 0 20px 20px rgba(73, 73, 73, 0.1);
          box-shadow: 0 20px 20px rgba(73, 73, 73, 0.1);
  color: #333333;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, left bottom, from(#90e537), to(#00d0ac));
  background: linear-gradient(#90e537 0%, #00d0ac 100%);
  padding: 1px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  position: relative;
}
.title-block .text .white-block {
  padding: 45px 25px 40px 43px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  background-color: #f4f4f5;
}
.team{padding: 30px 0 40px;}
.team .tabs-content-rating > div {
  padding: 37px 0 25px;
}
.team .titles-2 {
  margin-top: 70px;
  margin-bottom: 36px;
}
.team .left-block, .team .right-block {
  width: 48%;
  color: #333333;
  font-family: "Raleway", sans-serif;
}
.team .left-block {
  float: left;
}
.team .right-block {
  float: right;
}
.team .right-block img {
  max-width: 100%;
}
.team .tabs-rating {
  padding-left: 0;
  max-width: 100%;
  border-bottom: solid 2px #c4c4c4;
}
.team .tabs-rating li {
  margin-right: 0;
}

.history {
  margin-top: 15px;
  background: url("../img/template/bgn.png.webp") no-repeat;
  background-size: cover;
  padding: 45px 0;
}
.history .titles-2 {
  margin: 20px 0 70px;
}
.history ul {
  padding: 45px 0 0;
  position: relative;
  display: block;
  clear: both;
}
.history ul:after {
  position: absolute;
  top: 50px;
  left: 50%;
  content: "";
  height: 96%;
  width: 1px;
  background-image: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
}
.history ul li {
  display: block;
  clear: both;
  position: relative;
}
.history ul li .imgs {
  margin-top: 20px;
}
.history ul li .imgs .img:not(:last-of-type) {
  margin-right: 20px;
}
.history ul li .year {
  width: 50%;
  color: #333333;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  position: relative;
}
.history ul li .point {
  position: absolute;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
}
.history ul li > .info {
  margin-bottom: 100px;
  margin-top: -60px;
  width: 515px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  padding: 1px;
  background: #dcdcdc;
}
.history ul li > .info .white-block {
  padding: 26px 10px 30px 28px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #333333;
  background: #fff;
}
.history ul li > .info .img {
  width: 91px;
  height: 91px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, from(#90e537), to(#00d0ac));
  background: linear-gradient(#90e537 0%, #00d0ac 100%);
  padding: 1px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
}
.history ul li > .info .img img {
  width: 100%;
  height: auto;
  padding: 5px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
}
.history ul li > .info .img .white-block {
  background: #FFF;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 0;
}
.history ul li:nth-of-type(2n+1) .year {
  text-align: right;
  float: left;
  padding-right: 50px;
}
.history ul li:nth-of-type(2n+1) .point {
  right: calc(50% - 15px);
}
.history ul li:nth-of-type(2n+1) > .info {
  float: left;
  margin-left: calc(50% - 515px);
}
.history ul li:nth-of-type(2n) .year {
  text-align: left;
  float: right;
  padding-left: 50px;
}
.history ul li:nth-of-type(2n) .point {
  left: calc(50% - 15px);
}
.history ul li:nth-of-type(2n) > .info {
  float: right;
  margin-right: calc(50% - 515px);
}
.history ul li:hover > .info {
  background: -webkit-gradient(linear, left top, left bottom, from(#90e537), to(#00d0ac));
  background: linear-gradient(#90e537 0%, #00d0ac 100%);
}
.history ul li:hover .year {
  color: #00dc5e;
}
.history ul li:hover .point:before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #90e537;
  background: -webkit-gradient(linear, left bottom, left top, from(#90e537), to(#00d0ac));
  background: linear-gradient(to top, #90e537 0%, #00d0ac 100%);
  opacity: 0.4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: -20px;
  top: -20px;
}

.person-block:not(:last-of-type) {
  margin-bottom: 48px;
}
.person-block .left-block, .person-block .right-block {
  display: inline-block;
  vertical-align: top;
}
.person-block .right-block {
  margin-left: 15px;
  width: calc(100% - 115px);
}
.person-block .name {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #333333;
  margin-bottom: 10px;
}
.person-block .name i {
  margin-right: 10px;display: inline-block;
  color: #90e537;
}
.person-block .name p{display: inline-block;}
.person-block .info {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.smi {
  background-color: #f8f8f8;
  padding: 70px 0 111px;
}
.smi .container:before, .smi .container:after {
  position: absolute;
  content: "media";
  opacity: 0.9;
  text-shadow: -9px 5px 10px #ebebeb;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 150px;
  font-weight: 900;
}
.smi .container:before {
  top: -65px;
  right: -153px;
}
.smi .container:after {
  bottom: -122px;
  left: -100px;
  z-index: 0;
}

.smi-block {
  padding-left: 0;
  text-align: center;
}
.smi-block .titles-2 {
  margin-bottom: 55px;
}
.smi-block li {
  display: inline-block;
  vertical-align: top;
  z-index: 1;
  position: relative;
  text-align: left;
  width: 31%;
  border: 2px solid #dcdcdc;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.smi-block li:hover {
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
}
.smi-block li:hover .right-block, .smi-block li:hover .center-block {
  color: #fff;
}
.smi-block li:hover .right-block i, .smi-block li:hover .center-block i {
  color: #fff;
}
.smi-block li:hover .right-block span, .smi-block li:hover .center-block span {
  color: #fff;
}
.smi-block li:hover .bottom-block strong {
  color: #FFF;
}
.smi-block li:hover .top-block {
  border-bottom: 1px solid #efefef6b;
}
.smi-block li:nth-of-type(3n+2) {
  margin: 0 3%;
}
.smi-block li .img {
  width: 100%;
  height: 210px;
}
.smi-block li .img img {
  height: 100%;
  min-width: 100%;
}
.smi-block li .top-block {
  border-bottom: 1px solid #dcdcdc;
  padding: 20px 13px 13px;
  overflow: hidden;
}
.smi-block li .left-block {
  width: 48%;
  float: left;
}
.smi-block li .left-block img {
  width: 100%;
}
.smi-block li .right-block {
  width: 46%;
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  overflow: hidden;
}
.smi-block li .right-block i {
  color: #00d0ac;
}
.smi-block li .right-block span {
  color: #333333;
}
.smi-block li .center-block {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.smi-block li .center-block > div {
  margin-bottom: 13px;
  margin-top: 3px;
}
.smi-block li .center-block > div:first-child {
  float: left;
}
.smi-block li .center-block > div:last-child {
  float: right;
}
.smi-block li .center-block i {
  color: #00d0ac;
}
.smi-block li .center-block span {
  color: #333333;
}
.smi-block li .bottom-block {
  padding: 6px 20px 14px 14px;
  font-size: 14px;
  font-weight: 400;
}
.smi-block li .bottom-block p {
  margin-bottom: 10px;
  line-height: 16px;
}
.smi-block li .bottom-block strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 7px;
  color: #00d0ac;
  display: block;
}
.smi-block li .bottom-block > a {
  color: #337ab7;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
}
.smi-block li .bottom-block > a i {
  font-size: 12px;
}
.smi-block li .bottom-block > a:hover {
  text-decoration: underline;
}
.smi-block li .readmore {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  color: #FFF;
  top: 0;
  left: 0;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}
.smi-block li .readmore i {
  display: block;
  font-size: 48px;
}
.smi-block li .readmore .text {
  z-index: 1;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -50px;
}
.smi-block li .readmore:before {
  opacity: 0.8;
  content: "";
  width: 100%;
  height: 210px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
  z-index: 0;
}
.smi-block li > a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.smi-block li > a:hover .readmore {
  display: block;
}

.goals {
  background: url("../img/template/goals.jpg.webp") no-repeat;
  background-size: cover;
  padding: 70px 0;
}
.goals .titles-2 {
  color: #FFF;
  margin-bottom: 110px;
}
.goals .img {
  width: 124px;
  height: 124px;
  line-height: 152px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: #FFF;
}
.goals .img i {
  opacity: 0.8;
  color: #00d0ac;
  font-size: 48px;
}
.goals .img i:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#90e537), to(#00d0ac));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
  /* reset Font Awesome's display:inline-block */
}
.goals ul {
  padding-left: 0;
  overflow: hidden;
  position: relative;
}
.goals ul:before {
  content: "";
  display: block;
  height: 3px;
  width: 75%;
  background: #fff;
  position: absolute;
  top: 63px;
  left: 10%;
}
.goals li {
  display: inline-block;
  vertical-align: top;
  width: 22%;
  color: #FFF;
  margin: 0 1%;
}
.goals li .title {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 15px;
}
.goals li .text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.about-info {
  padding-top: 20px;
  border-bottom: solid 3px #3b3b3b;
}
.about-info .left-block, .about-info .right-block {
  width: 48%;
  color: #333333;
  font-family: "Raleway", sans-serif;
  display: inline-block;
  vertical-align: bottom;
}
.about-info .left-block {
  margin-right: 3%;
  padding-top: 46px;
}
.about-info .left-block .titles-2 {
  text-align: left;
  margin-bottom: 22px;
}
.about-info .left-block p {
  font-size: 18px;
  line-height: 21px;
  font-weight: 400;
  color: #333;
  margin-bottom: 45px;
}
.about-info .right-block img {
  max-width: 100%;
}

.author .titles-2 {
  margin-bottom: 23px;
}
.author .small-text {
  text-align: center;
  margin: 23px 0 55px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 24px;
}
.author .left-block {
  width: 34%;
  float: left;
}
.author .left-block img {
  max-width: 100%;
}
.author .right-block {
  width: 63%;
  margin-top: -8px;
  float: right;
}
.author .right-block p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.author .right-block .social {
  background: -webkit-gradient(linear, left top, left bottom, from(#90e537), to(#00d0ac));
  background: linear-gradient(#90e537 0%, #00d0ac 100%);
  padding: 2px;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  display: inline-block;
  margin-top: 25px;
  -webkit-box-shadow: 0 20px 20px rgba(73, 73, 73, 0.1);
          box-shadow: 0 20px 20px rgba(73, 73, 73, 0.1);
}
.author .right-block .social .white-block {
  color: #999999;
  padding: 20px 25px;
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.author .right-block .social a {
  margin-left: 25px;
  font-size: 24px;
  display: inline-block;
}
.author .right-block .social a:hover {
  opacity: 0.7;
}
.author .right-block .social .fb {
  color: #4841d1;
}
.author .right-block .social .tw {
  color: #418fd1;
}
.author .right-block .social .link {
  /*color: #96ccfb; 13.10.2023 comment before changing to remove later*/
  color: #0a66c2;
}

.years {
  background-color: #f8f8f8;
  padding: 55px 0 40px;
  margin-top: 85px;
}
.years ul{padding-left: 0;}
.years .container {
  padding-left: 40px;
  padding-right: 40px;
}
.years li {
  display: block;
  background: #FFF;
  border: 1px solid #e8e8e8;
  padding: 25px 45px 10px 65px;
  margin-bottom: 20px;
  position: relative;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.years li .img {
  display: inline-block;
  margin-right: 4%;
  vertical-align: top;
}
.years li .img:empty {
  margin-right: 0;
}
.years li .img img {
  max-width: 100%;
}
.years li .text {
  display: inline-block;
  width: 65%;
  vertical-align: top;
}
.years li .year {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -34px;
  width: 69px;
  height: 69px;
  line-height: 69px;
  background-color: #00dc5e;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
}
.years li p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.years li strong {
  display: block;
  line-height: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}

.articles {
  padding: 60px 0 70px;
}
.articles .smi-block {
  margin-top: 55px;
}

.skills {
  background-color: #f8f8f8;
  padding: 45px 0 70px;
}
.skills ul{list-style-type: none;padding-left: 0;}

.skills .img {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  font-size: 36px;
  text-align: center;
  line-height: 70px;
  font-weight: 400;
  color: #FFF;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 25px;
}
.skills .meter-item {
  width: calc(100% - 100px);
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
}
.skills .meter-item .info {
  overflow: hidden;
}
.skills .meter-item .title {
  float: left;
  font-size: 21px;
}
.skills .meter-item .num {
  font-weight: 700;
  float: right;
  margin-right: 35px;
}
.skills .meter {
  padding: 7px;
  border: 2px solid #e8e8e8;
  background-color: #ffffff;
  height: auto;
  margin-top: 5px;
  clear: both;
}
.skills .meter span {
  -webkit-border-radius: 20px !important;
  height: 32px;
  border-radius: 20px !important;
}
.skills .meter span:after {
  display: none;
}
.skills li {
  margin-bottom: 40px;
}
.skills li.blue .img, .skills li.blue .meter span {
  background: #5cb3ef;
}
.skills li.blue .num {
  color: #5cb3ef;
}
.skills li.green .img, .skills li.green .meter span {
  background: #03d0a9;
}
.skills li.green .num {
  color: #03d0a9;
}
.skills li.red .img, .skills li.red .meter span {
  background: #ff7b79;
}
.skills li.red .num {
  color: #ff7b79;
}

.category {
  padding: 55px 0 140px;
}
.category .container:before, .category .container:after {
  position: absolute;
  content: "category";
  opacity: 0.9;
  text-shadow: -9px 5px 10px #ebebeb;
  color: #ffffff;
  font-family: "Raleway", sans-serif;
  font-size: 90px;
  font-weight: 900;
}
.category .container:before {
  top: -50px;
  right: -175px;
}
.category .container:after {
  top: 400px;
  left: -100px;
  z-index: 0;
}
.category .img {
  width: 94px;
  height: 94px;
  line-height: 115px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(#90e537), to(#00d0ac));
  background: linear-gradient(#90e537 0%, #00d0ac 100%);
  padding: 1px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.category .img .white-block {
  background: #FFF;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.category .img i {
  opacity: 0.8;
  color: #00d0ac;
  font-size: 40px;
}
.category .img i:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#90e537), to(#00d0ac));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: initial;
  /* reset Font Awesome's display:inline-block */
}
.category ul {
  padding-left: 0;
  overflow: hidden;
  position: relative;
  margin-top: 60px;
}
.category li {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #333;
  margin: 0 1%;
  border: 1px solid #e8e8e8;
  padding: 25px 5px 40px;
  position: relative;
  z-index: 1;
  background-color: #f5f5f5;
  text-align: center;
}
.category li:first-of-type {
  margin-left: 0;
}
.category li:last-of-type {
  margin-right: 0;
}
.category li .title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 20px;
}
.category li .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}
.category li:hover {
  background: linear-gradient(-250deg, #90e537 0%, #00d0ac 100%);
}
.category li:hover .showmore {
  display: block;
}
.category .showmore {
  display: none;
  color: #337ab7;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  width: 100%;
  position: absolute;
    bottom: 15px;
    width: 100%;
}
.category .showmore:hover {
  text-decoration: underline;
}
.category .showmore i {
  font-size: 12px;
}

.main__scroller {
  height: auto !important;
  min-height: auto !important;
  max-height: 10000px !important;
}

.main__scroller::-webkit-scrollbar {
  width: 0px;
  height: 0;
  background: transparent;
  /* ╨╛╨┐╤Ж╨╕╨╛╨╜╨░╨╗╤М╨╜╨╛ */
}

.main__scroller {
  -ms-overflow-style: none;
  /* IE 10+ */
  scrollbar-width: none;
}

.main__bar {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 6px;
  background-color: #00dc5e;
  z-index: 1;
  display: none;
}

.tabs-rating-mobile, .tabs-content-rating + .w100 {
  display: none;
}

@media (max-width: 1170px) {
  .title-block h1 {
  }

  .title-block p.small-text {
    margin: 34px auto 110px;
  }

  .reviews .container:before, .reviews .container:after {
    text-shadow: -9px 5px 10px #ebebeb;
    color: #ffffff;
    font-size: 72px;
  }

  .reviews .container:before {
    top: -65px;
    right: 10px;
  }

  .reviews .container:after {
    bottom: -135px;
    left: -10px;
  }

  .banks table tbody td img {
    max-width: 100px;
  }

  .banks table td:not(:first-of-type) {
    padding-left: 25px;
    padding-right: 25px;
  }

  .banks table tbody td {
    font-size: 28px;
  }

  .banks table tbody .small-text {
    font-size: 16px;
  }

  .banks table thead {
    font-size: 18px;
  }

  .banks table .bank-btn {
    width: 200px;
    font-size: 16px;
  }

  .banks table tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .company-info .top-block .second .meter-item .meter {
    width: 51%;
  }

  .company-info .top-block .second .meter-item .num {
    width: 16%;
  }

  .tabs-rating {
    max-width: 100%;
  }

  .voting-form .right-block .title {
    width: 100%;
  }

  .voting-form .right-block > div {
    margin-bottom: 10px;
  }

  .history ul li .year {
    width: 100% !important;
    margin-bottom: 20px;
    text-align: left !important;
    padding-left: 65px !important;
    padding-right: 0 !important;
  }

  .history ul li > .info {
    margin-top: 0;
    margin-left: 40px !important;
    float: left !important;
    margin-bottom: 40px;
  }

  .history ul li .point {
    right: auto;
    left: 10px !important;
  }

  .history ul:after {
    left: 22px;
  }

  .history .titles-2 {
    margin: 20px 0 20px;
  }
}
@media (max-width: 899px) {
  .banks table thead td.info:after{right: 0;}
  .smi-block li {
    width: 100%;
    margin: 0 0 20px !important;
  }

  .title-block p.small-text {
    width: 100%;
  }

  .team .left-block, .team .right-block {
    width: 100%;
  }

  .team .right-block img {
    margin: 10px auto 0 !important;
    display: block;
  }

  .smi-block li .img, .smi-block li .img img {
    height: auto;
  }

  .banks table thead:after {
    width: 100%;
  }

  .main__bar {
    display: block !important;
  }

  .main__clipper::-webkit-scrollbar {
    width: 0px;
    height: 0;
    background: transparent;
    /* ╨╛╨┐╤Ж╨╕╨╛╨╜╨░╨╗╤М╨╜╨╛ */
  }

  .main__scroller {
    padding-bottom: 20px;
  }

  .main__clipper {
    -ms-overflow-style: none;
    /* IE 10+ */
    scrollbar-width: none;
    position: relative;
  }
  .main__clipper:after {
    content: "";
    height: 6px;
    border: 1px solid #d0d0d0;
    background-color: #e8e8e8;
    position: absolute;
    bottom: 0;
    width: 100%;
  }

  .company-info .top-block .second .logo, .company-info .top-block .second .ratings {
    width: 100%;
    float: inherit;
  }

  .company-info .top-block .second .meter-item .title {
    width: 100%;
    font-size: 16px;
  }

  .company-info .top-block .second .meter-item .meter {
    width: 100%;
    margin-right: 0;
  }

  .company-info .top-block .second .meter-item {
    position: relative;
  }

  .company-info .top-block .second .meter-item .num {
    width: 40%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .author .left-block, .author .right-block {
    width: 100%;
    margin-top: 10px;
  }

  .author .small-text {
    margin: 23px 0 25px;
  }

  .author .left-block img {
    display: block;
    margin: 0 auto;
  }

  .years li {
    padding: 15px 15px 15px 30px;
  }

  .years li .year {
    left: -27px;
    margin-top: -27px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
  }

  .years li .img {
    margin-bottom: 20px;
  }

  .years li .text {
    width: 100%;
  }

  .category li {
    width: 100%;
    margin: 0 0 20px;
  }

  .category .showmore {
    display: block;
  }

  .years {
    padding: 25px 0 20px;
    margin-top: 35px;
  }

  .articles {
    padding: 30px 0 40px;
  }

  .skills {
    padding: 25px 0 30px;
  }

  .skills li {
    margin-bottom: 20px;
  }

  .skills .meter-item {
    width: 100%;
    margin-top: 10px;
  }

  .skills .meter-item .num {
    clear: both;
    float: left;
  }

  .skills .meter span {
    height: 20px;
  }

  .category {
    padding: 25px 0 70px;
  }

  .category .container:after {
    top: auto;
    bottom: -55px;
  }

  .tabs-content-rating + .w100 {
    display: block;
    background: #fff;
    padding-bottom: 25px;
    -webkit-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px;
  }

  .more {
    max-width: 100%;
    height: 50px;
    width: 260px;
    line-height: 50px;
  }

  .reviews-rating .item .voting span:nth-of-type(5) {
    display: block;
    float: left;
  }

  .company-info .top-block .first {
    padding: 9px 15px 9px;
  }

  .company-info .top-block .second {
    padding: 9px 15px 9px;
  }

  .company-info .top-block .first .name {
    margin-right: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    width: 100%;
  }

  .company-info .top-block .first .reviews-num {
    margin-top: 0;
    text-align: right;
    font-size: 16px;
    line-height: 20px;
  }

  .company-info .top-block .first .reviews-num span {
    display: block;
  }

  .company-info .top-block .first .rating {
    padding: 7px 12px;
    ont-size: 24px;
  }

  .reviews-rating .item .title, .reviews-rating .item .voting {
    width: 100%;
    float: inherit;
    font-size: 16px;
    margin-bottom: 10px;
  }

  .reviews-rating .item .text {
    font-size: 14px;
    line-height: 18px;
  }

  .banks table tbody td {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .banks table tbody td {
    font-size: 24px;
  }

  .banks table tbody .small-text {
    font-size: 14px;
    white-space: nowrap;
  }

  .banks table thead {
    font-size: 16px;
  }

  .main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  aside {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .titles-2 {
    font-size: 36px;
    font-weight: 700;
  }
  .team .titles-2 {margin-top: 30px;}
  .reviews {
    padding: 45px 0 100px;
  }

  .reviews .container:before {
    top: -45px;
    right: 10px;
  }

  .reviews-slider .item {
    padding: 0 30px;
  }

  .reviews-slider .text .white-block {
    padding: 20px 17px 15px;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 40px;
  }

  .slick-dots {
    bottom: -40px;
  }

  .icons-block {
    padding: 36px 0 15px;
  }

  .iconsul {
    margin-top: 30px;
  }

  .iconsul li {
    width: 49%;
    margin-bottom: 25px;
  }

  .iconsul .title {
    margin-top: 14px;
    font-size: 14px;
  }

  .tabs li {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }

  .tabs li[class="current"]:after {
    border-bottom: 10px solid #fff;
  }

  .tabs-mobile, .tabs-rating-mobile {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }

  .tabs-mobile li {
    border-bottom: none;
    border-top: 2px solid #d8d8dc;
    -webkit-border-radius: 0 0 6px 6px;
            border-radius: 0 0 6px 6px;
  }

  .tabs-mobile li[class="current"]:after {
    top: -2px;
    bottom: auto;
    -webkit-transform: scale(-1, -1);
        -ms-transform: scale(-1, -1);
            transform: scale(-1, -1);
  }

  .tabs-content > div {
    padding: 20px 12px 7px;
    font-size: 16px;
    line-height: 17px;
  }

  .tabs-content-rating > div {
    font-size: 16px;
    padding: 25px 0;
    line-height: 17px;
  }

  .reviews-rating .item, .tabs-content-rating > div .text-block {
    padding-left: 12px;
    padding-right: 12px;
  }

  .tabs-content > div .green-ul, .tabs-content-rating > div .green-ul {
    margin-top: 15px;
  }

  .tabs-content > div .green-ul li, .tabs-content > div p, .tabs-content-rating > div .green-ul li, .tabs-content-rating > div p {
    margin-bottom: 15px;
  }

  .quotes {
    padding: 0 0 60px;
  }

  .quotes .quote-item {
    font-size: 16px;
    margin-top: 60px;
  }

  .quotes .quote-item.quote .white-block, .quotes .quote-item.know, .quotes .quote-item.warning {
    padding: 26px 21px;
  }

  .form-title {
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-title + .small-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .voting-form {
    margin: 0 5px;
  }

  .voting-form .right-block {
    width: 100%;
    padding: 20px 6px 0 6px;
  }

  .voting-form .right-block .title {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .voting-form input[type=radio] + label {
    width: 39px;
    margin-right: 1px;
  }

  .voting-form .right-block > .text {
    text-align: center;
  }

  .voting-form .left-block {
    width: 100%;
    padding: 20px 5px 10px;
  }

  .center-block {
    padding-left: 5px;
    padding-right: 5px;
  }

  .voting-form input[type=text], .voting-form input[type=tel], .voting-form input[type=email], .voting-form .left-block label + input[type=text], .voting-form .left-block label + input[type=tel], .voting-form .left-block label + input[type=email] {
    height: 40px;
    width: 100%;
  }

  .voting-form label, .voting-form .left-block label {
    font-size: 14px;
    width: 100%;
  }

  .voting-form .btn {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 18px;
  }

  .tabs-rating {
    display: block;
  }

  .w100 {
    border-bottom: none;
  }

  .tabs-rating li {
    display: none;
    position: relative;
    width: 100%;
    text-align: left;
    padding: 0 20px;
    height: 42px;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    color: #00dc5e;
    border: solid 1px #00dc5e;
  }

  .tabs-rating li a {
    line-height: 40px;
    font-size: 18px;
    color: #00dc5e;
    font-weight: 700;
  }

  .tabs-rating li.current {
    background-color: #00dc5e;
    display: block;
  }

  .tabs-rating li.current a {
    color: #FFF;
  }
.tabs-rating li.current i{color: #FFF;}
  .tabs-rating li.current:after {
    display: none;
  }

  .tabs-rating li.active {
    display: block;
  }

  .tabs-rating li a i {
    position: absolute;
    right: 8px;
    top: 15px;
    font-size: 12px;
  }

  .goals li {
    width: 100%;
    margin: 0 0 20px;
  }

  .goals ul:before {
    display: none;
  }

  .about-info .left-block, .about-info .right-block {
    width: 100%;
    margin: 0 0 20px;
  }

  .history ul li > .info {
    width: calc(100% - 50px);
    clear: both;
  }

  .person-block .right-block {
    width: 100%;
    margin: 0;
  }

  .history ul li > .info .white-block {
    padding: 15px 10px 20px 15px;
  }

  .person-block:not(:last-of-type) {
    margin-bottom: 20px;
  }

  .goals .titles-2 {
    margin-bottom: 30px;
  }

  .smi .container:before, .smi .container:after {
    font-size: 70px;
  }

  .smi .container:before {
    right: 0;
  }

  .smi .container:after {
    bottom: -40px;
    left: 0px;
  }

  .smi {
    padding: 70px 0 50px;
  }
}
@media (max-width: 500px) {
  .title-block p.small-text {
    font-size: 16px;
  }
  .title-block .text {margin-top: -65px;}
  .title-block .text .white-block {
    padding: 25px 15px 20px;
  }

  .history ul li .imgs .img:not(:last-of-type) {
    margin-right: 10px;
  }

  .smi-block li .left-block {
    width: 100%;
  }

  .smi-block li .right-block {
    width: 100%;
  }

  .voting-form .btn {
    width: 100%;
  }


  .banks table td:not(:first-of-type) {
    padding-left: 20px;
    padding-right: 0;
  }

  .reviews-slider .item {
    padding: 0;
  }

  .tabs-content div .left-block, .tabs-content div .right-block {
    width: 100%;
  }
}
@media (min-width: 769px){body{overflow-x: hidden;}}

.quotes blockquote {
  padding: 0;
  margin: 0;
  font-size: inherit;
  border-left: none;
}




.new-services {
  background-color: #f8f8f8;
  padding: 20px 0 0;
}
.new-services .container {
  position: relative;
  text-align: center;
}
.new-services .container:before, .new-services .container:after {
  position: absolute;
  content: "maybeloan";
  opacity: 0.9;
  text-shadow: -9px 5px 10px #f3f3f3;
  color: #fbfbfb;
  font-family: "Raleway", sans-serif;
  font-weight: 900;
}
.new-services .container:before {
  top: -139px;
  right: -80px;
  font-size: 180px;
}
.new-services .container:after {
  bottom: 40px;
  left: -250px;
  font-size: 300px;
  z-index: 0;
}
.new-services .service-item {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  z-index: 1;
  vertical-align: top;
  position: relative;
  height: 270px;
  margin-bottom: 85px;
  padding: 20px 17px 100px;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
  width: 32%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.new-services .service-item:nth-of-type(3n+2) {
  margin-left: 2%;
  margin-right: 2%;
}
.new-services .service-item:hover {
  border: 1px solid #000000;
}
.new-services .service-item:hover .img:before {
  width: 118px;
  height: 118px;
  left: -12px;
  top: -12px;
  opacity: 0.2;
}
.new-services .img {
  width: 94px;
  height: 94px;
  line-height: 134px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: #FFF;
  margin: -65px auto 20px;
}
.new-services .img:before {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  content: "";
  width: 98px;
  height: 98px;
  background-color: #90e537;
  background: -webkit-gradient(linear, left bottom, left top, from(#90e537), to(#00d0ac));
  background: linear-gradient(to top, #90e537 0%, #00d0ac 100%);
  opacity: 0.4;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  z-index: -1;
  position: absolute;
  left: -2px;
  top: -2px;
}
.new-services .img img {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-height: 55px;
  max-width: 90%;
}
.new-services .title {
  color: #00d0ac;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 3px;
}
.new-services .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
  line-height: 1.6;
  height: 54px;
}
.new-services .btn {
  margin: 10px auto 0 -150px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  bottom: 20px;
  width: 300px;
  left: 50%;
}

@media (max-width: 1170px) {
  .new-services .btn {
    margin: 10px auto 0 -100px;
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    width: 230px;

  }

  .new-services .container:after {
    bottom: 40px;
    left: -10px;
    font-size: 200px;
  }
}
@media (max-width: 768px) {
  .new-services .service-item {
    height: auto;
    margin-bottom: 65px;
    padding: 10px 20px 85px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .new-services .img {
    margin: -55px auto 20px;
  }

  .page-404 img {
    max-width: 100%;
  }

  .page-404 {
    padding: 45px 0 70px;
  }

  .page-404 .titles-2 {
    font-size: 45px;
  }

  .page-404 .text {
    font-size: 18px;
  }

  .new-services .container:before {
    top: -110px;
    right: -121px;
    font-size: 80px;
  }

  .new-services .container:after {
    bottom: 0;
    left: -10px;
    font-size: 110px;
  }
}
@media (max-width: 500px) {
  .page-404 .titles-2 {
    font-size: 30px;
  }
}
