
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;
}