/**
 * J!Blank Template for Joomla by JBlank.pro (JBZoo.com)
 *
 * @package    JBlank
 * @author     SmetDenis <admin@jbzoo.com>
 * @copyright  Copyright (c) JBlank.pro
 * @license    http://www.gnu.org/licenses/gpl.html GNU/GPL
 * @link       http://jblank.pro/ JBlank project page
 */
/* just example of css import */

/* just for test repaltive paths
@import url('print.css');
@import url('reset.css');
*/
html,
body {
  position: relative;
  height: 100%;
  font-family: 'mnt';
  background: #fff;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'mnt';
  font-weight: bold;
} 
h1 {
  font-size: 44px;
  @media screen and (max-width: 759px) {
      font-size: 32px;
  }
}
h2 {
  font-size: 22px;
  @media screen and (max-width: 759px) {
  font-size: 18px;
  }
}
.wrapper_all {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
section.content {
  flex: 1 0 auto;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
}
body a {
  /*color: #0082cb;*/
  color: #66A000;
  text-decoration: none;
}
body a:hover {
  /*color: #009fe3;*/
  color: #66A000;
  text-decoration: none;
}
body .maintitle {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 15px;
}
body .uk-offcanvas-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.1);
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  display: block;
}
body .uk-offcanvas-bar {
  background: #fff;
  color: #000 !important;
  text-transform: uppercase;
  text-align: left;
  width: 100%;
  padding: 0;
  margin-top: 0;
  box-sizing: border-box;
}
body .uk-offcanvas-bar ul {
  padding: 30px 0 0 0;
}
body .uk-offcanvas-bar ul ul {
  padding: 0 0 10px 0; 
}
body .uk-offcanvas-bar li a,
body .uk-offcanvas-bar li span {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.81px;
  transition: all 0.2s ease;
  padding: 10px 50px;
  display: block;
}
body .uk-offcanvas-bar li li a,
body .uk-offcanvas-bar li li span {
  font-size: 16px;
  padding: 5px 50px;
}
body .uk-offcanvas-bar li a:hover,
body .uk-offcanvas-bar li span:hover {
  color: #66A000;
}
body .uk-offcanvas-bar li span {
  color: #666;
}
body .uk-offcanvas-bar li span:hover {
  color: #666;
}
body .uk-offcanvas-bar ul > li.active > a {
  color: #66A000;
}
body .uk-offcanvas-bar ul > li.not-active > a {
  color: #ddd;
}
body .uk-offcanvas-bar .footphone {
  font-size: 12px;
  position: absolute;
  width: 100%;
  bottom: 40px;
}
body .uk-offcanvas-bar .footphone a {
  color: #666;
  
  transition: all 0.2s ease;
}
body .uk-offcanvas-bar .footphone a:hover {
  color: #66A000;
}
body .uk-offcanvas-bar .footphone .phone {
  font-size: 20px;
}
body .uk-offcanvas-bar .logo {
  margin-top: 50px;
  display: inline-block;
}
body .uk-offcanvas-bar .logo img {
  width: 150px;
}
.uk-card-primary.uk-card-body .uk-close, .uk-card-primary > :not([class*="uk-card-media"]) .uk-close, .uk-card-secondary.uk-card-body .uk-close, .uk-card-secondary > :not([class*="uk-card-media"]) .uk-close, .uk-light .uk-close, .uk-offcanvas-bar .uk-close, .uk-overlay-primary .uk-close, .uk-section-primary:not(.uk-preserve-color) .uk-close, .uk-section-secondary:not(.uk-preserve-color) .uk-close, .uk-tile-primary:not(.uk-preserve-color) .uk-close, .uk-tile-secondary:not(.uk-preserve-color) .uk-close {
  color: rgba(0,0,0,.5);
}
.uk-offcanvas-close {
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.uk-offcanvas-bar .uk-close:hover {
  color: rgba(0,0,0,.5);
}


.title {
  /*
  font-size: 59px;
  line-height: 1;
  color: #434448;
  margin-bottom: 25px;
  text-transform: uppercase;
  */
  
  color:#000;
  font-size: 34px;
  line-height: 1;
  text-transform: none;
  font-weight: bold;
  @media screen and (max-width: 639px) {
  font-size: 24px;
  }
}
.title.gray {
  color:rgba(0,0,0,0.15);
}
.clr {
  clear: both;
  font-size: 0;
  line-height: none;
}
.component-wrapper {
  display: block;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
  max-width: 1340px;
}
#topspacer {
  height: 68px;
}
#burger {
  position: relative;
  width: 25px;
  /*height: 26px;*/
  height: 50px;
}
#burger .burger {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1001;
}
#burger .burger.open + span {
  background: transparent;
}
#burger .burger.open + span:after {
  transform: rotate(45deg) translate(-1px,-8px);
  top: 9px;
}
#burger .burger.open + span:before {
  transform: rotate(-45deg) translate(-4px,12px);
  top: -9px;
}
#burger span {
  position: absolute;
  width: 100%;
  height: 0;
  background: #414141;
  margin-top: 25px;
}
#burger span:before,
#burger span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #414141;
  top: -4px;
  transition: all 0.3s ease;
}
#burger span:after {
  top: 4px;
}
#header {
  /*border-bottom: 1px solid #eee;*/
  width: 100%;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #D8DAE1;
  font-size: 11px;
  box-sizing: border-box;
  transition: background-color 0.4s ease;
}
#header a {
  color:#000;
}
#header .logo {
  line-height: 50px;
}
#header .login {
  border-radius: 14px;
  background: #565968;
  color: #fff;
  padding: 7px 23px;
  transition: background-color 0.2s ease;
}
#header .login:hover {
  background: #66A000;
}
#header.uk-sticky-below {
  background: rgba(255,255,255,1);
}
#header .headphone {
  white-space: nowrap;
}
#header .headphone span.uk-icon {
  transition: color 0.2s ease;
}
#header .headphone:hover span.uk-icon {
  color: #66A000;
}
#topmenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#topmenu ul li {
  display: inline-block;
}
#topmenu ul li a {
  color:#000000;
  display: inline-block;
  padding: 0 20px;
  font-size: 13px;
  line-height: 50px;
  position: relative;
  box-sizing: border-box;
}
#topmenu ul li a:after {
  display: block;
  content: "";
  height: 3px;
  background: #565968;
  position: absolute;
  left:10px;
  bottom: 0;
  width: 0;
  box-sizing: border-box;
  transition: width 0.2s ease;
}
#topmenu ul li a:hover:after,
#topmenu ul li.active a:after {
  width: calc(100% - 20px);
}

.topmenu2 {
  border-top: 1px solid transparent;
  background: rgb(236,239,245,0);
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.topmenu2 #topmenu ul li a {
  padding: 0 20px 0 57px;
}
.topmenu2 #topmenu ul li a:before {
  display: inline-block;
  content: "";
  width: 27px;
  height: 27px;
  background: url(../images/link_menu.svg) no-repeat center center;
  background-size: 8px;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border: 1px solid #565968;
}
#header.uk-sticky-below .topmenu2 {
  background: rgb(236,239,245,1);
  border-top: 1px solid #D8DAE1;
}


#topslider {
  padding: 30px 0 0;
}
#descr {
  font-size: 29px;
  line-height: normal;
  color: #9598A4;
  text-align: center; 
  font-weight: bold;
  margin: 50px 0 60px;
  @media screen and (max-width: 759px) {
  font-size: 16px;
  margin: 30px 0;
  }
}
#descr span {
  color: #000000;
}

#footer {
  /*background: #060F41;*/
  padding: 30px 0 50px;
}
.footer_inner {
  border-radius: 23px;
  background: #F7F9FA;
  padding: 35px 50px;
  @media screen and (max-width: 759px) {
  padding: 35px;
  }
}
#footer #topmenu {
  margin-top: -10px;
}
#footer #topmenu ul li {
  margin-right: 20px;
}
#footer #topmenu ul li a {
  padding: 0;
  line-height: 50px;
}
#footer #topmenu .soc {
  display: inline-block;
}
.footerlinks {
  margin-top: 20px;
  font-size: 10px;
}
.copy {
  font-size: 10px;
  color: #000;
}
.footerlinks a {
  display: block;
  color:#000;
  margin-top: 10px;
  @media screen and (max-width: 759px) {
      margin-top: 5px;
  }
}
.footerlinks a:first-child {
  margin-top: 0;
}
.footerlinks a:hover {
  color:#66A000;
}
.footerlinks .phone {
  color:#4D5759;
  font-size: 23px;
  font-weight: bold;
  white-space: nowrap;
  @media screen and (min-width: 1200px) {
    margin-top:0;
  }
}
.footerlinks .uk-grid-medium > .uk-grid-margin.marg0 {
  margin-top: 5px;
}

#footer #topmenu ul li a:after {
  left:0;
}
#footer #topmenu ul li a:hover:after,
#footer #topmenu ul li.active a:after {
  width: 100%;
}
#footer hr {
  margin: 0;
    @media screen and (max-width: 939px) {
      margin: 10px 0 0;
    }
}
* + .uk-grid-margin-medium, .uk-grid + .uk-grid-medium, .uk-grid + .uk-grid-row-medium, .uk-grid-medium > .uk-grid-margin, .uk-grid-row-medium > .uk-grid-margin {
  margin-top: 30px;
}
.itemid-101 .content {
  background-image: linear-gradient(180deg, #ECEFF5 0%, #FFFFFF 430px);
}





#complex {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #ECEFF5 46%, #ECEFF5 86%, #FFFFFF 99%);
}
#complex.utpschools {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #ECEFF5 46%, #ECEFF5 60%, #FFFFFF 99%);
}
/*#complex #n2-ss-3 .n2-ss-slider-wrapper-outside {*/
#complex .n2-ss-slider-wrapper-outside {
  border-radius: 0 0 23px 23px;
  overflow: hidden;
}
#complex .n2-active {
  position: relative;
}
/*
@media screen and (max-width: 1124px) {
.n2-style-bddb883412733c81986f78888ec070fd-simple > div {
  border-bottom: 1px solid #fff;
}
}
*/
@media screen and (min-width: 939px) {
#complex .n2-active:after {
  content: "";
  display: inline-block !important;
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 22px;
  height: 20px;
  background: url(../images/sw_after.svg) no-repeat left bottom;
  }
#complex .n2-active:before {
  content: "";
  display: inline-block !important;
  position: absolute;
  right: 100%;
  bottom: 0;
  width: 22px;
  height: 20px;
  background: url(../images/sw_after.svg) no-repeat left bottom;
  transform: scaleX(-1);
  }
}

#complex .n2-ss-slider .n2-style-7daae9b7d95461d0b8f8cc613c7f13ba-dot {
  /*background: #F3F4F7;*/
  @media screen and (max-width: 1124px) {
    padding: 15px 20px 15px 20px;
    border-radius: 10px 10px 0 0;
  }
  @media screen and (max-width: 939px) {
    padding: 10px 18px 10px 18px;
    border-radius: 10px;
    margin: 5px 0 0 5px;
  }
}
#complex .n2-ss-slider .n2-style-bddb883412733c81986f78888ec070fd-simple {
  @media screen and (max-width: 939px) {
    padding-bottom: 5px;
  }
}
#complex i {
  font-style: normal;
  display: inline-block;
  margin-top: 8px;
  padding-left: 12px;
  background: url(../images/li.svg) no-repeat left center;
}





.features {
  margin-top: 17px;
}
.feature {
  border-radius: 23px;
  background: #FFFFFF;
  padding: 25px 25px 75px 25px;
  box-sizing: border-box;
  position: relative;
  line-height: normal;
  display: block;
}
.jbzoo-item-regionam.jbzoo-item-full .features > .feature {
  padding: 35px 100px;
  font-weight: bold;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0;
  @media screen and (max-width: 1199px) {
  padding: 30px;
  }
  @media screen and (max-width: 759px) {
  font-size: 14px;
  }
}
.jbzoo-item-regionam.jbzoo-item-full .features > .feature > .uk-grid {
    counter-reset: item; /* Переносим на родительский элемент */
}

.jbzoo-item-regionam.jbzoo-item-full .features > .feature > .uk-grid > div > div {
    position: relative;
}

.jbzoo-item-regionam.jbzoo-item-full .features > .feature > .uk-grid > div > div:before {
    counter-increment: item;
    content: counter(item);
    display: block;
    font-weight: normal;
    font-size: 44px;
    color:#9598A4;
    margin-bottom: 10px;
    @media screen and (max-width: 759px) {
        font-size: 32px;
    }
}
.jbzoo-item-regionam.jbzoo-item-full .features > .feature > .uk-grid > div > div:after {
    height: 1px;
    content: "";
    left: 70px;
    right: 30px;
    position: absolute;
    top: 44px;
    background: #eee;
    @media screen and (max-width: 759px) {
    left: 35px;
    right: 0;
    top: 32px;
    }
}
.feature_title {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 10px;
}
.feature_text {
  font-size: 13px;
  color: #929292;
}
.jbzoo-item-full ul {
  font-size: 16px;
  color: #606262;
  font-weight: bold;
  margin: 0;
  padding: 0;
  list-style: none;
}
.jbzoo-item-full ul li {
  margin: 10px 0 0 0;
  padding: 0 0 0 30px;
  position: relative;
}
#serviceblock ul li {
  margin: 20px 0 0 0;
}
#serviceblock ul li:first-child,
.jbzoo-item-full ul li:first-child {
  margin-top: 0;
}
.jbzoo-item-full ul li:before {
  background: url(../images/li_ft.svg) no-repeat center center;
  width: 18px;
  height: 18px;
  position: absolute;
  content: "";
  left: 0;
  top: 1px;
  display: inline-block;
}

.itemid-114 .jbzoo-item-full ul li,
.itemid-132 .jbzoo-item-full ul li,
.itemid-144 .jbzoo-item-full ul li {
  padding: 0;
}
.itemid-114 .jbzoo-item-full ul li:before,
.itemid-132 .jbzoo-item-full ul li:before,
.itemid-144 .jbzoo-item-full ul li:before {
  display: none;
}
.uk-scope a {
  color: #66A000;
}
.itemid-114,
.itemid-132,
.itemid-144 {
  background-image: linear-gradient(180deg, #FFFFFF 0%, #ECEFF5 46%, #ECEFF5 60%, #FFFFFF 99%);
}

.utpschools .feature_title {
  margin-bottom: 30px;
}
.itemid-117 .utpschools .feature_title {
  margin-bottom: 10px;
}
.feature2 {
  padding: 25px;
}
.feature2 .feature_text {
  font-size: 13px;
  color: #000;
}
.nums {
  font-size: 41px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  display: inline-block;
  
  padding: 25px;
  border-radius: 18px;
  background-image: linear-gradient(131deg, #EAF040 0%, #3DCBE5 50%, #64B750 100%);
}
.consblock {
  padding:40px 35px;
  background-image: linear-gradient(259deg, #F7F9FA 0%, #DBF4CB 40%, #D0F5F0 65%, #F7F9FA 100%);
  @media screen and (max-width: 959px) {
  padding: 25px;
  }
}
.yearsblock {
  background: #F7F9FA;
}

.mainbutton {
  padding: 17px 40px 17px 40px;
  border-radius: 9px;
  background: #66A000;
  box-shadow: 0 6px 7px 0 rgba(0,0,0,0.05);
  color: #fff;
  font-size: 14px;
  transition: color 0.2s ease, background-color 0.2s ease;
  display: inline-block;
  border: 1px solid #66A000;
  margin-top: 30px;
}
.mainbutton:hover {
  color:#66A000;
  background: #fff;
}
.consbutton {
  padding: 18px 40px 18px 40px;
  border-radius: 9px;
  background: #FFFFFF;
  box-shadow: 0 6px 7px 0 rgba(0,0,0,0.05);
  color: #000;
  font-size: 14px;
  transition: color 0.2s ease, background-color 0.2s ease;
  display: inline-block;
}
.consbutton:hover {
  color:#fff;
  background: #66A000;
}
.feature_link {
  width: 34px;
  height: 34px;
  position: absolute;
  background: #F3F4F7 url(../images/link.svg) no-repeat center center;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  border: 1px solid transparent;
  transition: background-color 0.2s ease;
}
.feature:hover .feature_link {
  background-color: #fff;
  border: 1px solid #eee;
}

#tabs {
  margin-top: 30px;
}
.jbzoo-item-schools.jbzoo-item-full .features,
.tabs {
  margin-top: 30px;
}
#videoblock .videotext {
  font-size: 22px;
  color: #9E9E9E;
  font-weight: bold;
  @media screen and (max-width: 759px) {
    font-size: 16px;
  }
}


#projectsmap {
  margin-top: 30px;  
}
.projectsmap {
  background: #F7F9FA;
  border-radius: 23px;
}
.mapinfo {
  padding: 30px 25px;
  color: #606262;
  font-weight: bold;
  @media screen and (max-width: 1199px) {
    font-size: 12px;
  }
  @media screen and (max-width: 639px) {
  padding: 25px;
    font-size: 10px;
  }
}
.mapinfo .num {
  font-size: 42px;
  font-weight: 500;
  white-space: nowrap;
  color:#000;
  @media screen and (max-width: 1199px) {
  font-size: 32px;
  }
  @media screen and (max-width: 639px) {
  font-size: 20px;
  }
}
.zhym-map-default {
  border-radius: 23px;
  overflow: hidden;
}
.zhym-map-default .ymaps-2-1-79-balloon {
  border-radius: 23px;
  box-shadow: 0 2px 22px 0 rgba(0,0,0,0.10) !important;
}
.ymaps-2-1-79-balloon__layout {
  border-radius: 23px;
}
.zhym-map-default .ymaps-2-1-79-balloon__content {
  padding: 0;
  margin: 0;
}
.zhym-map-default .ymaps-2-1-79-balloon__close + .ymaps-2-1-79-balloon__content {
  margin: 0;
}
.zhym-map-default .mybaloon {
  height: 210px;
  width: 355px;
  box-sizing: border-box;
  padding-top: 30px;
  font-family: mnt;
}
.zhym-map-default .mybaloon .label {
  font-size: 13px;
  line-height: normal;
  color: #7B7B7B;
  padding: 10px 0 10px 45px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  height: 60px;
}
.zhym-map-default .mybaloon .value {
  font-size: 40px;
  color: #000000;
  font-weight: 500;
  padding: 10px 0 10px 20px;
  box-sizing: border-box;
  border-top: 1px solid #eee;
  height: 60px;
}
.zhym-map-default .mybaloon .value.city {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
}
.zhym-map-default .mybaloon .label.city,
.zhym-map-default .mybaloon .value.city {
  height: 40px;
  border-top: none;
}
.zhym-map-default .ymaps-2-1-79-balloon__close-button {
  border-radius: 50%;
  background: url(../images/close_baloon.svg) no-repeat center center;
  background-size: 28px 28px;
  width: 28px;
  height: 28px;
  margin-right: 10px;
  margin-top: 10px;
  opacity: 1;
  transition: transform 0.2s ease;
}
.zhym-map-default .ymaps-2-1-79-balloon__close-button:hover {
  opacity: 0.8;
  transform: rotate(90deg);
}
[class*=ymaps][class*=-ground-pane] {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
  }

em {
  color:#666;
}
/*
.itemid-131 .jbzoo-view-category .component-wrapper {
  max-width: 1199px;
}
*/
.jbzoo-item-articles.jbzoo-item-full .component-wrapper {
  max-width: 960px;
}
.jbzoo-item-articles.jbzoo-item-full .mainbutton {
  margin-top: 0;
  background: #fff;
  color: #66A000;
}
.jbzoo-item-articles.jbzoo-item-full .back {
  margin-top: 30px;
  display: inline-block;
  font-weight: 500;
  color:#666;
}
.jbzoo-item-articles.jbzoo-item-full .back .uk-icon {
  top: -1px;
  position: relative;
  margin-right: 5px;
}
.jbzoo-item-articles.jbzoo-item-full cite {
  margin-top: 30px;
  position: relative;
  padding: 31px 30px;
  text-align: center;
  display: block;
  font-style: normal;
  line-height: normal;
  font-weight: 500;
  font-size: 18px;
}
.jbzoo-item-articles.jbzoo-item-full cite::after {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: var(--article-blockquote-border-color, #000000);
  left: 50%;
  transform: translate(-60px,1.6em);
}
.jbzoo-item-articles.jbzoo-item-full cite::before {
  content: "";
  display: block;
  position: absolute;
  width: 120px;
  height: 2px;
  background-color: var(--article-blockquote-border-color, #000000);
  left: 50%;
  transform: translate(-60px,-1.6em);
}
.jbzoo-item-articles.jbzoo-item-full blockquote {
  padding: 0 0 0 60px;
  padding-left: 70px;
  font-style: italic;
  margin: 0;
  border-left: 2px solid #000000;
  padding-left: 18px;
  @media screen and (max-width: 639px) {
    font-size: 16px;
  }
}
#articles {
  margin-top: 50px;
}
.swiperarticles {
    margin-top: 30px;  
}
.swiper-slide {
  border-radius: 13px;
  overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
  color:#fff;
  width: 18px;
  height: 35px;
  /*
  @media screen and (max-width: 639px) {
      display: none;
  }
  */
}

.swiper-pagination {
  position: relative;
  bottom:0;
  /*
  @media screen and (min-width: 640px) {
      display: none;
  }
  */
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom:0;
}
.swiper-pagination-bullet-active {
  background: #000;
}
.article-item {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color:#fff;
  font-size: 18px;
  font-weight: 500;
  min-height: 400px;
  position: relative;
  display: block;
}
.article-shadow {
  background-image: linear-gradient(180deg, rgba(75,75,84,0.00) 25%, #000000 100%);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.article-info {
}
.article-titlebottom {
  font-size: 22px;
  line-height: normal;
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  opacity: 1;
  transition: opacity 0.2s ease;
}
.article-titletop {
  font-size: 22px;
  line-height: normal;
  color: #FFFFFF;
  font-weight: bold;
  position: absolute;
  top: 30px;
  padding: 0 30px;
  opacity: 0;
  transition: opacity 0.2s ease;
}
.article-text {
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  opacity: 0;
  transition: opacity 0.2s ease;
  line-height: 20px;
}
.article-item:hover {
  color: #fff;
}
.article-item:hover .article-text {
  opacity: 0.4;
}
.article-item:hover .article-titlebottom {
  opacity: 0;
}
.article-item:hover .article-titletop {
  opacity: 1;
}

.jbzoo-view-category .title {
  margin-top: 30px;
  margin-bottom: 30px;
}
.jbzoo-item-full .h1 {
  margin-top: 30px;
}
/*
.jbzoo-item-full #projectsmap .title {
  margin-top: 0;
}
*/
.jbzoo-item-full .item-image {
  margin-top: 30px;
  border-radius: 23px;
  display: block;
  overflow: hidden;
  @media screen and (max-width: 639px) {
  border-radius: 0;
  margin: 30px -20px 0;
  }
}
.jbzoo-item-full .item-text {
  margin-top: 30px;
  line-height: normal;
}
.jbzoo-item-teaser {
  color:#000;
  line-height: normal;
}
.jbzoo-item-teaser .item-inner {
  display: block;
  color:#000;
}
.jbzoo-item-teaser .item-image {
  border-radius: 23px;
  display: block;
  overflow: hidden;
}
.jbzoo-item-teaser .item-title {
  margin-top: 10px;
  font-weight: bold;
  font-size: 22px;
}
.jbzoo-item-teaser .item-text {
  margin-top: 10px;
  font-size: 16px;
  color:#999;
  font-weight: 500;
}

#videoblock {
  margin-top: 30px;  
}
.videoblock {
  border-radius: 23px;
  overflow: hidden;
}
#serviceblock {
  margin-top: 30px; 
}
.service_subtitle {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    color: #9E9E9E;
    @media screen and (max-width: 759px) {
    font-size: 16px;
    }
}
/*
.service_costs {
  margin-top: 15px;
  @media screen and (max-width: 759px) {
  margin-top: 0;
  }
}
*/
.service_cost {
  background: #F7F9FA;
  padding: 30px 15px;
  border-radius: 23px;
}
.service_cost .costitem {
  font-size: 13px;
  font-weight: bold;
  color: rgba(0,0,0,0.30);
  text-align: center;
}
.service_cost .cost {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  @media screen and (max-width: 759px) {
  font-size: 16px;
  }
}

/*START FORMS */
#userForm .uk-input {    
  height: 55px;
  background: #F7F9FA;
  border-radius: 12px;
  border: 1px solid transparent;
  padding: 0 20px;
}
#userForm .uk-input:focus, 
#userForm .uk-select:focus, 
#userForm .uk-textarea:focus {
  border-color: #66A000;
  color:#000;
}
#userForm .uk-grid > *:not(:first-child) {
  @media screen and (max-width: 959px) {
    margin-top: 30px;
  }
}
#userForm .formError {
  font-size: 12px;
}
.formControls {
  position: relative;
}
#userForm .formValidation {
  position: absolute;
  left: 0;
  bottom: -20px;
}
#userForm h2 {
  font-size: 22px;
  color: #000000;
}
#userForm a {
  color: #66A000;
}
.rsform-block-agree {
  margin: 30px 0 !important;
}
#userForm .uk-grid:first-child + .uk-grid {
  margin-top: 10px;
}
#userForm .uk-grid + .uk-grid {
  margin-top: 30px;
}


.rsform-block-send button, button.rsform-thankyou-button {
  padding: 18px 40px 18px 40px;
  border-radius: 9px;
  background: #FFFFFF;
  box-shadow: 0 6px 7px 0 rgba(0,0,0,0.05);
  color: #000;
  font-size: 14px;
  transition: color 0.2s ease, background-color 0.2s ease;
  display: inline-block;
  box-sizing: border-box;
  line-height: normal;
  text-transform: none;
}
.rsform-block-send button:hover, button.rsform-thankyou-button, button.rsform-thankyou-button:hover {
  color:#fff;
  background: #66A000;
}
.rsform-block-agree {
  font-size: 14px;
}
.uk-checkbox {
  width: 26px;
  height: 26px;
  border: 2px solid #66A000;
  border-radius: 8px;
}
.uk-checkbox:checked {
  background-color: #66A000 !important;
  border-color: transparent;
}
.uk-checkbox:focus {
  border-color: #66A000;
}

.rsfp_thankyou_popup_inner {
  text-align: center;
  border-radius: 23px;
}
.uk-modal-body {
  border-radius: 23px;
  width: 760px;
}

@media (min-width: 1200px) {
  #userForm .uk-grid {
    margin-left: -20px;
  }
  #userForm .uk-grid > * {
    padding-left: 20px;
  }
}
/*END FORMS */


@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 959px) {
 
}
@media screen and (max-width: 639px) {

}
@media print {
  body {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.45;
    font-family: Arial, "Times New Roman", serif;
    color: #000;
    background: none;
    font-size: 14pt;
  }
  a:link,
  a:visited {
    background: transparent;
    font-weight: 700;
    text-decoration: underline;
    color: #333;
  }
  a:link[href^="http://"]:after,
  a:link[href^="https://"]:after,
  a[href^="http://"]:visited:after,
  a[href^="https://"]:visited:after {
    content: " (" attr(href) ") ";
    font-size: 90%;
    display: none;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="http://"] {
    color: #000;
  }
  a[href$=".jpg"]:after,
  a[href$=".jpeg"]:after,
  a[href$=".gif"]:after,
  a[href$=".png"]:after {
    content: " (" attr(href) ") ";
    display: none;
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after,
  a[href^="tel"]:after {
    content: "";
    display: none;
  }
  #topmenu,
  .item-map,
  .item-meta,
  .swiper-button-next,
  .swiper-button-prev,
  .swiper-scrollbar {
    display: none;
  }
}