
body {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  font-weight: 200;
  color: #222;
  background: #fff;
}
a {
  color: #59c611;
  -webkit-transition: all 0.22s ease-out;
  -o-transition: all 0.22s ease-out;
  transition: all 0.22s ease-out;
}

a:active {
  opacity: .5;
}

a:hover {
  color: #4aa40e;
}
h2 {
  color: #2c3029;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.form-control:focus {
  border-color: #59c611;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  background: #4c5346;
  border: none;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 100;
  padding: 10px 20px;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background: #2c3029;
  outline: none;
}

main {

}

main.inner {
  padding-top: 120px;
}

main.inner img {
  max-width: 100%;
  margin: 15px 15px 15px 0;
}

section.slides {
  padding-top: 90px;
}
section.mnav {
  padding: 50px 0;
  margin-top: 30px;
}
section.mnav .mnav-item {
  margin-top: 20px;
  text-align: center;
}
section.mnav .mnav-item a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.mnav .mnav-item a:hover svg {
  fill: #4aa40e;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
section.mnav .mnav-item a:hover h5 {
  color: #4aa40e;
}
section.mnav .mnav-item .img-cont {
  width: 100px;
  margin: 0 auto;
}
section.mnav .mnav-item .img-cont svg {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  fill: #59c611;
}
section.mnav .mnav-item h5 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
  color: #59c611;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.mnav .mnav-item p {
  color: #222;
}
section.mnav .btn-wrp {
  text-align: center;
  margin-top: 50px;
}
.btn {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: none;
}
.btn-default {
  background: #59c611;
  color: #fff;
  font-weight: 100;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 20px;
}
.btn-default:hover {
  background: #5fd312;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-box-shadow: 0 3px 10px rgba(0,150,0,0.4);
  box-shadow: 0 3px 10px rgba(0,150,0,0.4);
  color: #fff;
}
h2 {
  text-transform: uppercase;
  font-weight: 100;
  color: #999;
  font-size: 36px;
  margin-bottom: 30px;
}
section.news {
  background-image: url("../assets/img/rupor.svg");
  background-color: #f6f6f6;
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: 40% 40%;
  background-size: 40%;
  background-position: 90% 90%;
  padding: 50px 0;
}
section.news h2 {
  margin-bottom: 50px;
}
section.news .more-link {
  text-align: right;
}
section.news .news .new-item {
  margin-top: 50px;
  margin-bottom: 20px;
}
section.news .news .new-item .img-cont {
  position: relative;
  float: left;
}
section.news .news .new-item .img-cont time {
  position: absolute;
  top: -8px;
  left: 10px;
  background: #59c611;
  color: #fff;
  font-size: 12px;
  padding: 2px 10px;
  -webkit-box-shadow: 2px 2px 5px rgba(0,100,0,0.3);
  box-shadow: 2px 2px 5px rgba(0,100,0,0.3);
}
section.news .news .new-item .img-cont time i {
  margin-right: 5px;
}
section.news .news .new-data {
  margin-left: 190px;
}
section.news .news .new-data h4 {
  font-weight: bold;
}
section.news .news .new-data h4 a {
  color: #222;
}
section.news .news .new-data h4 a:hover {
  color: #59c611;
  text-decoration: none;
}
section.resources {
  padding: 50px 0;
}
section.resources h2 {
  margin-bottom: 60px;
}
section.resources .res {
  text-align: center;
  padding: 0 10%;
}
section.resources .res .res-item {
  display: inline-block;
  vertical-align: middle;
  margin: 7px 20px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
section.resources .res .res-item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.footer-wrp {
  background: #2c3029;
  color: #ccc;
  padding: 30px 0 20px;
}
.footer h5 {
  font-weight: bold;
  font-weight: 24px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer .ft-contact .phone {
  font-weight: 100;
  font-size: 36px;
}
.footer .ft-contact .phone sup {
  font-size: 18px;
}
.footer .fl-logo {
  width: 170px;
  opacity: 0.5;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.footer .fl-logo:hover {
  opacity: 0.7;
}
.footer .copy {
  font-size: 12px;
  color: #727272;
  margin-top: 10px;
}
.footer .time-work {
  margin-bottom: 20px;
}
.footer .time-work i {
  font-size: 52px;
  color: #59c611;
  position: absolute;
  top: -8px;
}
.footer .time-work .time {
  position: relative;
}
.footer .time-work .time-d {
  font-size: 18px;
  margin-left: 80px;
  margin-top: 20px;
}
.footer .time-work .time-d p {
  margin-bottom: 0;
  color: #59c611;
}
.footer .address .addr {
  position: relative;
}
.footer .address i {
  color: #59c611;
  vertical-align: middle;
  font-size: 52px;
  position: absolute;
}
.footer .address .addr-d {
  display: inline-block;
  vertical-align: middle;
  margin-left: 80px;
  margin-top: 15px;
}
.footer .ft-nav ul {
  margin-top: 10px;
  padding-left: 15px;
  margin-bottom: 25px;
  list-style: none;
}
.footer .ft-nav ul li {
  margin-bottom: 15px;
}

.footer .ft-nav ul li a {
  color: #ccc;
}

.popul {
  margin: 20px 0;
}
.popul a {
  font-size: 11px;
  text-decoration: none;
  color: #ccc;
  opacity: 0.3;
  display: block;
}
.popul a span {
  opacity: 0;
  -webkit-transition: all 0.3s 0.2s ease-out;
  -o-transition: all 0.3s 0.2s ease-out;
  transition: all 0.3s 0.2s ease-out;
}
.popul a:hover {
  opacity: 0.7;
}
.popul a:hover img {
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.popul a:hover span {
  opacity: 1;
}
.popul img {
  width: 55px;
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px);
}
header {
  height: 90px;
  border-top: 3px solid #59c611;
  padding-top: 15px;
  -webkit-box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  position: absolute;
  z-index: 55;
  background: #fff;
  width: 100%;
}
header .logo {
  display: inline-block;
  width: 160px;
  height: 50px;
  vertical-align: top;
  margin-top: -5px;
}

header .logo img{
  max-width: 100%;
}

header .nav-wrp {
  display: inline-block;
  vertical-align: top;
}
header .nav-wrp ul {
  padding-top: 4px;
}
header .nav-wrp li a {
  background: none !important;
  color: #222;
  text-transform: uppercase;
  position: relative;
}
header .nav-wrp li a:hover {
  color: #59c611;
}
header .nav-wrp .navbar-nav > li a:after {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  content: '';
  position: absolute;
  background: #59c611;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -5px;
  left: 50%;
  margin-left: -5px;
}
header .nav-wrp .navbar-nav > li.hover a:after {
  opacity: 1;
  animation: link;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-iteration-count: 2;
}

@keyframes link {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

header .contacts {
  display: inline-block;
  padding-top: 10px;
}
header .contacts .phone {
  color: #59c611;
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
}
header .contacts .phone sup {
  font-weight: 100;
  font-size: 12px;
}
header .contacts .capt {
  color: #999;
  margin-top: 0;
  line-height: 1;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}
header .lc {
  text-align: center;
  float: right;
  display: inline-block;
  padding-top: 5px;
  line-height: 1;
}
header .lc a {
  text-decoration: none;
  color: #222;
}
header .lc a:hover {
  color: #59c611;
}
header .lc i {
  font-size: 25px;
}
header .lc p {
  font-size: 12px;
  margin-top: 5px;
}

.page-title {
  font-weight: 100;
}

.article-capt {
  font-size: 18px;
}

main.inner section.mnav {
  background: #fafafa;
}

.side-nav_title {
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0 10px 0;
}

.side-nav {
  padding-left: 15px;
  list-style: none;
  font-size: 15px;
}

.side-nav li {
  margin-bottom: 15px;
}

.side-nav li a {}

.page-content {
  margin-top: 20px;
  font-size: 16px;
  padding-bottom: 50px;
}

.breadcrumb {
  background: none;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

header .nav-wrp .sub-menu {
  background: #fff;
  position: absolute;
  list-style: none;
  padding: 10px 30px 15px 32px;
  margin-left: -15px;
  box-shadow: 0px 9px 13px rgba(0,0,0,0.1);
  display: none;
  opacity: 0;
  transform: translateY(-20px);
  transition: all 0.3s ease-out;
  white-space: nowrap;

}

.navbar-nav > li:hover .sub-menu {
  display: block;
}

.navbar-nav > li:hover > a {
  color: #59c611;
}

.navbar-nav > li.hover .sub-menu  {
  opacity: 1;
  transform: translateY(0);
}

header .nav-wrp .sub-menu li a {
  font-size: 14px;
  text-transform: none;
  display: block;
  padding: 5px 0;
}

header .nav-wrp .sub-menu li a:after {
  display: none;
}

.img-cont img{
  max-width: 100%;
}

.news-list {}
.news-list .news-item {
  margin-bottom: 40px;
}

.tarif-table {
  font-size: 13px;
  margin: 30px 0 50px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-left: 1px solid #eee;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  box-sizing: border-box;
}
.tarif-table td {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  height: 60px;
}

.tarif-table tr:nth-child(odd) {
  background: #fafafa;
}

.tarif-table td:first-child {
  background: #59c611;
  font-weight: bold;
  color: #fff;
  border-bottom: 1px solid #6fac4f;
}

/*.tarif-table td:nth-child(4) {
  font-weight: bold;
}*/

.tarif-table thead tr{
  background: #83ca5c !important;
  color: #fff;
  font-weight: bold;
}

.tarif-table thead td {
  border-right: 1px solid #43960d;
}

.tarif-table tbody tr {
  transition: all 0.3s ease-out;
  position: relative;
}

.tarif-table tbody tr:hover {
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  transform: translateY(-5px);
  z-index: 10;
}
.gray-ul {
  color: #666;
  list-style: square;
}

.gray-ul li {
  margin-bottom: 15px;
}

.panel-group {
  margin-top: 30px;
  margin-bottom: 50px;
}

.panel-default {
  border-color:  #eee;
}

.panel-group .panel {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.panel-default > .panel-heading {
  background: #59c611;
  color: #fff;
}

.panel-title > a {
  display: block;
}

.panel-title > a:hover {
  color: #fff;
}

.navbar-toggle .icon-bar {
  background: #59c611;
}

/* ===== Modern tariff cards ===== */
.tariffs-page {
  background: #f6f8f7;
}

.tariffs-page .breadcrumb {
  background: transparent;
  padding-left: 0;
}

.tariffs-page .side-nav_title,
.tariffs-page .side-nav {
  border-radius: 16px;
}

.tariffs-hero {
  position: relative;
  overflow: hidden;
  margin: 0 0 28px;
  padding: 38px 42px;
  border-radius: 28px;
  background: linear-gradient(135deg, #132319 0%, #1e3a27 55%, #315a3a 100%);
  color: #fff;
  box-shadow: 0 22px 55px rgba(24, 54, 33, .16);
}

.tariffs-hero:after {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  right: -85px;
  top: -110px;
  border-radius: 50%;
  background: rgba(89, 198, 17, .20);
}

.tariffs-hero .page-title {
  position: relative;
  z-index: 1;
  margin: 8px 0 10px;
  font-size: 38px;
  line-height: 1.1;
  color: #fff;
}

.tariffs-hero p {
  position: relative;
  z-index: 1;
  margin: 0;
  max-width: 590px;
  color: rgba(255,255,255,.76);
  font-size: 16px;
  line-height: 1.6;
}

.tariffs-eyebrow {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: #a7ef78;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tariffs-content > h2,
.tariffs-content > h3,
.tariff-section-title {
  margin: 42px 0 18px;
  color: #18231c;
  font-weight: 700;
  line-height: 1.3;
}

.tariffs-content > h2:first-child,
.tariffs-content > h3:first-child {
  margin-top: 4px;
}

.tariffs-content .tarif-table {
  display: none !important;
}

.tariff-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 18px 0 36px;
}

.tariff-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 420px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid #e3e9e5;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(25, 47, 32, .07);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.tariff-card:hover {
  transform: translateY(-5px);
  border-color: rgba(89, 198, 17, .45);
  box-shadow: 0 20px 48px rgba(25, 47, 32, .12);
}

.tariff-card-top {
  padding-bottom: 20px;
  border-bottom: 1px solid #edf0ee;
}

.tariff-card-name {
  margin: 0;
  color: #18231c;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.2;
}

.tariff-card-price {
  margin-top: 16px;
  color: #59c611;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.15;
}

.tariff-card-price-main {
  display: block;
}

.tariff-card-price-secondary {
  display: block;
  margin-top: 4px;
  color: #e00000;
}

.tariff-card-price small {
  display: block;
  margin-top: 4px;
  color: #89928c;
  font-size: 12px;
  font-weight: 500;
}

.tariff-card-features {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 13px;
  padding: 20px 0 22px;
}

.tariff-feature {
  display: grid;
  grid-template-columns: 31px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.tariff-feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 10px;
  background: #f0faea;
  color: #48a70c;
  font-size: 15px;
  font-weight: 800;
}

.tariff-feature-label {
  display: block;
  margin-bottom: 2px;
  color: #929a95;
  font-size: 11px;
  line-height: 1.35;
}

.tariff-feature-value {
  display: block;
  color: #27322b;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.4;
}

.tariff-card-action {
  display: block;
  width: 100%;
  padding: 13px 18px;
  border: 0;
  border-radius: 14px;
  background: #59c611;
  color: #fff !important;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  transition: background .2s ease, transform .2s ease;
}

.tariff-card-action:hover {
  background: #4bad0d;
  transform: translateY(-1px);
}

.tariff-card.is-featured {
  border-color: rgba(89,198,17,.55);
}

.tariff-card.is-featured:before {
  content: 'POPULAR';
  position: absolute;
  top: 15px;
  right: -31px;
  width: 120px;
  padding: 6px 0;
  transform: rotate(40deg);
  background: #59c611;
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .08em;
}
