/* General reset */
body, html {
	width: 100%;
  min-width: 320px;
}
body {
	margin: 0;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 24px;
  background: rgba(241,242,248,1);
}

* {
    margin: 0;
    padding: 0;
}
.h600 {
  min-height: 600px;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.hold-ul-li {
  margin-top: 25px;
  margin-bottom: 25px;
}
.ul-head {
  margin-top: 17px;
  margin-bottom: 11px;
  font-weight: 700;
  display: block;
}
.ul-head2 {
  font-weight: 600;
}
ul.ul-bg  {
  margin-bottom: 20px;
}
ul.ul-bg li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
ul.ul-bg li:before {
  content: "";
  display: block;
  width: 13px;
  height: 10px;
  background: url('../img/ul-bg.png') no-repeat 0 0;
  position: absolute;
  top: 7px;
  left: 0;
}

.hentry {
  margin: 0 0 100px;
}

h2, .h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}
h3, .h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}

img {
  margin: 0 auto;
	display: block;
	border-style: none;
  text-align: center;
  max-width: 100%;
}
input, select {
	padding: 7px 10px;
	outline: none;
	border: 1px solid transparent;
	color: #000;
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
  border-radius: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid transparent;
    border-radius: 0;
    padding: 7px 10px;
    outline: none;
    background: rgba(255, 255, 255, 0.8);
}
textarea {
  resize: none;
  color: #000;
  border: 1px solid transparent;
}
button {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
button span {
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
input::-webkit-input-placeholder {color: #000;}
input::-moz-placeholder          {color: #000;}
input:-moz-placeholder           {color: #000;}
input:-ms-input-placeholder      {color: #000;}
textarea::-webkit-input-placeholder {color: #000;}
textarea::-moz-placeholder           {color: #000;}
textarea:-moz-placeholder            {color: #000;}
textarea:-ms-input-placeholder       {color: #000;}
input:focus::-webkit-input-placeholder {opacity: 0; outline: none;}
input:focus::-moz-placeholder          {opacity: 0; outline: none;}
input:focus:-moz-placeholder           {opacity: 0; outline: none;}
input:focus:-ms-input-placeholder      {opacity: 0; outline: none;}
textarea:focus::-webkit-input-placeholder {opacity: 0; outline: none;}
textarea:focus::-moz-placeholder          {opacity: 0; outline: none;}
textarea:focus:-moz-placeholder           {opacity: 0; outline: none;}
textarea:focus:-ms-input-placeholder      {opacity: 0; outline: none;}
a {
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	-o-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	-moz-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
a:focus {
  outline: none;
}
a span {
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -moz-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  -webkit-transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
input.error,
textarea.error,
select.error {
    border-color: #ff0000 !important;
}
@media (min-width: 1200px) {
  .container {
      width: 1200px;
  }
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.btn {
    padding: 10px 10px 9px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    background: #44aa4a;
    border-color: #44aa4a;
    text-transform: uppercase;
    border-radius: 0;
}
.btn:hover,
 .btn:focus {
    background: #3d7f41;
    border-color: #3d7f41;
    color: #fff;
    outline: none;
}

.top-header {
  margin-bottom: 40px;
  background: url(../img/bg_top-header.jpg) no-repeat center;
  background-size: cover;
  height: 377px;
}
.home .top-header,
.page-id-23 .top-header {
  margin: 0;
  height: auto;
}
.home .hentry,
.page-id-23  .hentry {
    margin: 0;
}
.site-content {
  min-height: 600px;
}
.hold-article h2 {
  display: inline-block;
}
.hold-tel-top-mobi,
.hold-celme-mobi {
  display: none;
}
.audit {
  padding: 20px 20px 20px 30px;
  margin-bottom: 40px;
  background: #fff;
  overflow: hidden;
  width: 100%;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}
.audit h2,
.audit h3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 23px;
  line-height: 30px;
  position: relative;
  display: block;
  overflow: hidden;
}
.audit h2:before,
.audit h3:before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 54px;
    bottom: 1px;
    background: rgba(0,0,0,.3);
}
.audit h2:after,
.audit h3:after {
    width: 49px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #44aa4a;
}

.top-navigation {
  background: #44aa4a;
}
.mobi-menu {
  display: none;
  background: #fff;
  border-top: 1px solid rgba(0,0,0,.1);
}
.toggled .mobi-menu {
  display: block;
}
.menu-top-toggle {
  display: none;
  padding: 5px 11px;
  margin-top: 5px;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 0;
}
.txt-only {
  margin-right: 10px;
  float: left;
  color: #fff;
  text-transform: uppercase;
}

.menu-top-toggle .icon-block {
  float: left;
  width: 20px;
  margin-top: 1px;
}
.menu-top-toggle .icon-bar {
  margin: 4px 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
}
.hold-mobile_menu #mobile-menu-1 a {
  padding: 5px 0;
  display: block;
}
.hold-mobile_menu #mobile-menu-1 .menu-item-has-children .sub-menu {
  overflow: hidden;
  display: none;
  -webkit-transition: height 0.5s ease;
     -moz-transition: height 0.5s ease;
       -o-transition: height 0.5s ease;
          transition: height 0.5s ease;
}
.hold-mobile_menu #mobile-menu-1 .menu-item-has-children {
  display: block;
}
.hold-mobile_menu #mobile-menu-1 .menu-item-has-children:hover .sub-menu {
  display: block;
}


#top-menu li {
  margin-right: 24px;
  padding: 14px 0;
  position: relative;
  float: left;
}
#top-menu li a {
  display: block;
  color: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(255,255,255,.3);
  position: relative;
}
#top-menu a:hover {
  border-color: #fff;
}
#top-menu li.page_item a:before,
#top-menu li.current-menu-item a:before,
#top-menu li.current-menu-parent a:before  {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,.6);
  position: absolute;
  top: -14px;
  left: 0;
}
#top-menu li.page_item a,
#top-menu li.current-menu-item a,
#top-menu li.current-menu-parent a {
  border-color: transparent;
}
#top-menu li.page_item a:hover {
  cursor: default;
}

#top-menu .sub-menu {
  display: none;
}

.top-header .center-row {
  background: #fff;
}
.logo {
    padding: 31px 15px 0 76px;
    display: block;
    background: url(../img/logo.png) no-repeat 0 19px;
    width: 20%;
    float: left;
}
.logo .txt1 {
  display: block;
  font-size: 44px;
  line-height: 45px;
  font-weight: 800;
  color: #1f2a42;
}
.logo .txt2 {
  display: block;
  font-size: 7.4px;
  line-height: 12px;
  color: #000;
}
.call-me {
  margin-left: 27px;
  padding: 14px 20px 15px;
  background: rgba(0,0,0,.2);
  color: #fff;
  width: 234px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  border-radius: 0;
}
.call-me:hover {
  background: rgba(0,0,0,.4);
}
.call-me .dot {
  border-color: rgba(255,255,255,.3);
}
.call-me:hover .dot {
  border-color: rgba(255,255,255,.9);
}
.call-me span {
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.call-me:hover span {
  border-color: #fff;
}
.hold-lang ul li {
  margin-right: 24px;
  padding: 14px 0;
  position: relative;
  float: left;
}
.hold-lang ul li a {
  display: block;
  color: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(255,255,255,.3);
  position: relative;
}
.hold-lang ul li a:hover {
  border-color: #fff;
}
.hold-lang ul li.active a {
  border-color: transparent;
  cursor: default;
}
.hold-lang ul li.active a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,.6);
  position: absolute;
  top: -14px;
  left: 0;
}
.hold-primary-menu {
  width: 60%;
  float: left;
}
#primary-menu {
  width: 100%;
}
#primary-menu>li {
  margin-top: 36px;
  margin-bottom: 16px;
  padding: 0 20px;
  float: left;
  width: 25%;
  position: relative;
  height: 58px;
}
#primary-menu>li.menu-item-has-children {
  background: url('../img/bg-str.png') no-repeat 93% 19px;
}
#primary-menu>li:before {
  content: "";
  display: block;
  width: 1px;
  height: 58px;
  background: #dedede;
  position: absolute;
  top: 0;
  left: 0;
}
#primary-menu>li>a {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  display: block;
}
#primary-menu>li>a span {
  border-bottom: 1px solid rgba(68,170,74,.5);
}
#primary-menu>li>a:hover span {
  border-color: rgba(0,0,0,.9);
}
#primary-menu>li.current-menu-item>a span,
#primary-menu>li.current-menu-parent>a span  {
  border-color: transparent;
  color: #44aa4a;
}
#primary-menu>li .sub-menu {
  margin: 0;
  padding: 15px 25px 20px 20px;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 190%;
  background: rgba(241,242,248,1);
  z-index: 5;
  display: none;
  border-top: 15px solid #fff;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}
#primary-menu>li:hover .sub-menu {
  opacity: 1;
  display: block;
}
.none-title {
  display: none;
}
#primary-menu>li .sub-menu li a {
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
#primary-menu>li .sub-menu li a::before {
  display: inline-block;
  width: 5px;
  height: 5px;
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #18ba60;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: background 0.2s ease;
     -moz-transition: background 0.2s ease;
       -o-transition: background 0.2s ease;
          transition: background 0.2s ease;
}
#primary-menu>li .sub-menu li a:hover::before {
  background: #000;
}
#primary-menu>li .sub-menu li.current-menu-item a:hover::before {
  background:  #18ba60;
}
#primary-menu>li .sub-menu li a span {
  border-bottom: 1px solid rgba(68,170,74,.5);
}
#primary-menu>li .sub-menu li a:hover span {
  border-color: rgba(0,0,0,.9);
}
#primary-menu>li .sub-menu li.current-menu-item a span {
  border-color: transparent;
  color: #44aa4a;
  font-weight: 600;
}

.hold-tel-top {
  padding: 35px 0 30px 70px;
  float: right;
  width: 20%;
  height: 110px;
  background: rgba(241,242,248,1) url('../img/bg-hold-tel-top.png') no-repeat 22px 42px;
  position: relative;
}
.hold-tel-top:hover .dot {
  border-color: rgba(0,0,0,.9);
}
.hold-tel-top .txt1 {
  font-size: 11px;
  line-height: 17px;
  display: block;
  color: rgba(0,0,0,.8);
  text-transform: uppercase;
}
.hold-tel-top .txt2 {
  font-size: 16px;
  line-height: 30px;
  display: block;
  color: rgba(0,0,0,1);
  text-transform: uppercase;
  font-weight: 600;
}
.hold-tel-top .txt2 .slim {
  font-weight: 400;
  color: rgba(0,0,0,.8);
}
.hold-tel-top .txt2.top {
  margin-top: -2px;
  margin-bottom: -5px;
}
.inner-tel {
  padding: 20px 20px 10px;
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}
.hold-tel-top:hover .inner-tel {
  opacity: 1;
}
.inner-tel .txt3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  display: block;
  text-align: right;
}
span.tel {
  position: relative;
}
span.tel::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 12px;
}
span.tel.kievstar:before {
  background: url('../img/kievstar.png') no-repeat center;
}
span.tel.life:before {
   background: url('../img/life.png') no-repeat center;
}
span.tel.vodafon:before {
   background: url('../img/vodafone.png') no-repeat center;
}

.sub-menu {
  min-height: 0;
}
.hold-sub_menu ul {
  margin-top: 150px;
  /* overflow: hidden; */
}
.hold-sub_menu ul li {
  float: left;
  width: 25%;
}

.postid-74 .hold-sub_menu ul li,
.postid-76 .hold-sub_menu ul li,
.postid-99 .hold-sub_menu ul li,
.postid-97 .hold-sub_menu ul li,
.postid-571 .hold-sub_menu ul li,
.postid-573 .hold-sub_menu ul li {
  width: 16.66%;
}
.postid-74 .hold-sub_menu ul li a span,
.postid-76 .hold-sub_menu ul li a span,
.postid-99 .hold-sub_menu ul li a span,
.postid-97 .hold-sub_menu ul li a span,
.postid-571 .hold-sub_menu ul li a span,
.postid-573 .hold-sub_menu ul li a span {
  font-size: 15px;
  line-height: 20px;
}
.hold-sub_menu ul li a {
  margin-right: 2px;
  padding: 25px 5px;
  background: rgba(31,42,68,.6);
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
}
.hold-sub_menu ul li a:hover {
  background: rgba(31,42,68,.8);
}
.hold-sub_menu ul li:last-child a {
  margin: 0;
}
.hold-sub_menu ul li a span {
  font-size: 19px;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.3);
  font-weight: 600;
  text-align: center;
}
.hold-sub_menu ul li a:hover span {
  border-color: #fff;
}
.hold-sub_menu ul li.current-menu-item a,
.hold-sub_menu ul li.current-post-ancestor a {
  margin-top: -10px;
  padding: 30px 5px;
  background: rgba(241,242,248,1);
  color: #000;
}
.hold-sub_menu ul li.current-menu-item a span,
.hold-sub_menu ul li.current-post-ancestor a span {
  border-color: transparent;
  color: #000;
}

body.postid-135 {
  background: #fff;
}
.hold-sub_menu ul li.current-menu-item a, .hold-sub_menu ul li.current-post-ancestor a {
  background: #fff;
}
.top-box-index.company_b {
	background: url('../img/bg2_top-box-index.jpg') no-repeat center;
}

.top-box-index.garlic_b {
	background: url('../img/bg2_top-box-index_chasnik.jpg') no-repeat center;
}

.top-box-index {
  display: block;
  width: 100%;
  /* background: url('../img/bg_top-box-index.jpg') no-repeat center; */
  /* background: url('../img/bg2_top-box-index.jpg') no-repeat center; */
  background-size: cover;
  position: relative;
}
/* .top-box-index:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
  position: absolute;
  top: 0;
  left: 0;
} */
.top-box-index:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(rgba(31,42,66,.5),transparent);
  background: -o-linear-gradient(rgba(31,42,66,.5),transparent);
  background: -moz-linear-gradient(rgba(31,42,66,.5),transparent);
  background: linear-gradient(-45deg, transparent 0, transparent 33%, rgba(0,0,0,.6) 100%);
  position: absolute;
  top: 0;
  left: 0;
}



.top-box-index  .hold-bl {
  padding: 114px 0;
  position: relative;
  display: block;
  height: 735px;
  color: #fff;
}
.top-box-index  .link-udaz {
  padding: 24px 220px 27px 30px;
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  z-index: 1;
  background: rgba(68, 170, 74, 0.87);
  background-image: url('../img/bg-link-udaz.png');
  background-repeat: no-repeat;
  background-position: 94% 50%;
  -webkit-transition: background-color 0.3s ease, background-color 0.2s ease;
     -moz-transition: background-color 0.3s ease, background-color 0.2s ease;
       -o-transition: background-color 0.3s ease, background-color 0.2s ease;
          transition: background-color 0.3s ease, background-color 0.2s ease;
}
.top-box-index  .link-udaz:hover {
  background-color: rgba(68, 170, 74, 0.99);
  background-position: 95% 50%;
}
.top-box-index  .hold-txt {
  padding: 38px 20px 0 20px;
  display: inline-block;
  background: url('../img/bg-hold-txt.png') no-repeat 0 0;
  position: relative;
	background-size:cover;
  z-index: 1;
}
.top-box-index  .hold-txt span {
  display: block;
  color: #fff;
  text-transform: uppercase;
}
.top-box-index  .hold-txt .txt1 {
  margin-bottom: 0;
  font-size: 125px;
  line-height: 127px;
  font-weight: 800;
  text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
.top-box-index  .hold-txt .txt2 {
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 58px;
  font-weight: 300;
  text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
.top-box-index  .hold-txt .txt3 {
  margin-bottom: 20px;
  font-size: 52px;
  line-height: 58px;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
.top-box-index  .hold-txt .txt4 {
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 58px;
  font-weight: 800;
  text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}
.top-box-index  .hold-txt .txt5 {
  margin-bottom: 20px;
  margin-left: 7px;
  font-size: 19.6px;
  line-height: 30px;
  font-weight: 600;
  text-transform: none;
  text-shadow: 2px 2px 5px rgba(0,0,0,.3);
}

button#responsive-menu-button {
    width: 55px;
    height: 55px;
    background: #192235;
    position: fixed;
    top: 15px;
    right: auto;
    left: 15px;
}

.postid-622 .bl-right {
  display: none;
}
.link-a {
    color: #44aa4a;
    display: inline-block;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid rgba(68,170,74,.3);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.link-a:after {
    content: "\f054";
    font-family: "fontAwesome";
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}
.link-a:hover {
  border-color: rgba(68,170,74,.9);
}

.hold-form-zapis {
  margin-top: 30px;
  padding: 30px 5px;
  background: #fff;
}

.img-fanxi {
  margin: 0 auto 30px;
  max-width: 458px;
  display: block;
  margin-top: 20px;
  position: relative;
  z-index: 1000;
}
.img-fanxi img {
    -o-webkit-box-shadow: 10px 10px 0px 0px rgba(255,223,0,.6);
    -webkit-box-shadow: 10px 10px 0px 0px rgba(255,223,0,.6);
    -moz-box-shadow: 10px 10px 0px 0px rgba(255,223,0,.6);
    box-shadow: 10px 10px 0px 0px rgba(255,223,0,.6);
}

ul.soc {
  margin-top: -2px;
  margin-right: 44px;
  float: left;
}
ul.soc li {
  margin-right: 10px;
  display: inline-block;
}
ul.soc li a {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/spr_soc-set.png) no-repeat 0 0;
  opacity: 0.8;
   -webkit-transition: all 0.2s ease;
       -moz-transition: all 0.2s ease;
         -o-transition: all 0.2s ease;
            transition: all 0.2s ease;
}
ul.soc li a:hover {
  opacity: 1;
}
ul.soc li .s_youtube {
  background-position: -30px 0;
}
ul.soc li .s_instagram {
  background-position: -60px 0;
}
.txt-copy {
  float: left;
}

.partners .head {
  margin-top: 52px;
  margin-bottom: 57px;
  display: block;
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
}
.partners .logo-partner {
  display: block;
  width: 314px;
  height: 314px;
  border-radius: 100%;
  background: #fff url('../img/logo-partner.png') no-repeat center;
  position: absolute;
  top: 9px;
  left: 50%;
  margin-left: -157px;
}
.hold-partner {
  position: relative;
}
.hold-partner img {

}
.partners .row-partner {
  width: 100%;
  overflow: hidden;
}
.partners .block-txt {
  margin-bottom: 27px;
  overflow: hidden;
  width: 400px;
}
.partners .block-txt span {
  display: block;
}
.partners .txt1 {
  margin-right: 8px;
  font-size: 88px;
  line-height: 90px;
  float: left;
  color: #44aa4a;
}
.partners .pull-right .txt1 {
  margin: 0 0 0 8px;
  float: right;
}
.partners .pull-right span {
  text-align: right;
}
.partners .txt2 {
  margin: 15px 0 4px 0;
  font-size: 19px;
  line-height: 22px;
  font-weight: 600;
}
.partners .txt3 {
  font-size: 13px;
  line-height: 22px;
}





.dot {
  display: inline;
  border-bottom: 1px dotted rgba(0,0,0,.3);
  -webkit-transition: border-color 0.2s ease;
     -moz-transition: border-color 0.2s ease;
       -o-transition: border-color 0.2s ease;
          transition: border-color 0.2s ease;
}
.dot:hover {
  border-color: rgba(0,0,0,.9);
}

.box2 {
  padding: 40px 0 90px;
  background: url('../img/home-section-bg1.jpg') no-repeat center;
  background-size: cover;
}
.hold-w60 {
  width: 60%;
  float: left;
}
.ul-navch li {
    padding: 0 10px 20px;
    width: 33.33%;
    float: left;
    min-height: 250px;
}
.hold-h2 {
  padding-left: 20px;
  position: relative;
}
.hold-h2:before {
  content: '';
  margin-right: 5px;
  display: block;
  width: 6px;
  height: 24px;
  background: #44aa4a;
  position: absolute;
  top: 5px;
  left: 0;
}
.hold-h2 h2 {
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
}
.ul-navch {
  margin: 0 -10px;
  overflow: hidden;
}
.ul-navch li .hold {
  padding: 30px 30px 30px 75px;
  background-color: rgba(255,255,255,.8);
  min-height: 150px;
  display: block;
  position: relative;
  min-height: 230px;
}
.ul-navch li .hold:hover {
  background: rgba(255,223,0,1);
}
.ul-navch li .hold .fa-globe {
  position: absolute;
  top: 30px;
  left: 24px;
  font-size: 40px;
  color: #1f2a4a;
}
.ul-navch li .hold .head  {
  margin: 0 0 10px 0;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  display: block;
  /* min-height: 72px; */
}
.ul-navch li .hold .txt {
  margin: 0 0 25px 0;
  display: block;
  font-size: 14px;
  line-height: 22px;
  min-height: 67px;
}
.ul-navch li .hold .link {
  color: #44aa4a;
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
  border-bottom: 1px solid rgba(68,170,74,.3);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}

.ul-navch li .hold .link:after {
    content: "\f054";
    font-family: "fontAwesome";
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}

.ul-navch li .hold:hover .link {
  color: #000;
  border-color: #000;
}

.seminars-index {
  padding: 40px 0 30px 0;
}
ul.seminar {
  margin: 0 -10px;
}
ul.seminar li {
  padding: 0 10px 20px;
  float: left;
  width: 33.33%;
  height: 400px;
  text-align: center;
}
ul.seminar .block-bg {
  padding: 25px 40px 30px;
  background: url('/wp-content/uploads/bg/bg_img-1.jpg') no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
}
ul.seminar .block-bg2 {
  background: url('/wp-content/uploads/bg/bg_img-1.jpg') no-repeat center;
}
ul.seminar2 .block-bg2 {
  background: url('/wp-content/uploads/bg/bg_img-7.png') no-repeat center;
}
ul.seminar li:nth-child(2) .block-bg {
  background: url('/wp-content/uploads/bg/bg_img-2.jpg') no-repeat center;
  background-size: cover;
}
ul.seminar2 li:nth-child(2) .block-bg {
  background: url('/wp-content/uploads/bg/bg_img-8.png') no-repeat center;
  background-size: cover;
}
ul.seminar li:nth-child(3) .block-bg {
  background: url('/wp-content/uploads/bg/bg_img-3.jpg') no-repeat center;
  background-size: cover;
}
ul.seminar2 li:nth-child(3) .block-bg {
  background: url('/wp-content/uploads/bg/bg_img-9.jpg') no-repeat center;
  background-size: cover;
}
ul.seminar li:nth-child(4) .block-bg {
  background: url('/wp-content/uploads/bg/bg_img-4.jpg') no-repeat center;
  background-size: cover;
}
ul.seminar li:nth-child(5) .block-bg {
  background: url('/wp-content/uploads/bg/bg_img-5.jpg') no-repeat center;
  background-size: cover;
}
ul.seminar li:nth-child(6) .block-bg {
  background: url('/wp-content/uploads/bg/bg_img-6.jpg') no-repeat center;
  background-size: cover;
}
ul.seminar .block-bg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(68,170,74,.83);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
ul.seminar .block-bg:hover:before {
  background: rgba(68,170,74,.93);
}
ul.seminar .hold-txt {
  position: relative;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(22,107,27,.3);
}
ul.seminar .txt1 {
  margin-bottom: 26px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
}
ul.seminar .hold-txt2 {
  margin-bottom: 47px;
  padding: 20px 0 23px;
  position: relative;
}
ul.seminar .hold-txt2:before,
ul.seminar .hold-txt2:after {
  content: "";
  display: block;
  width: 250px;
  height: 2px;
  background: #ffe400;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -125px;
}
ul.seminar .hold-txt2:after {
  top: auto;
  bottom: -5px;
}
ul.seminar .txt2 {
  margin-bottom: 5px;
  display: block;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 38px;
}
ul.seminar .txt3 {
  margin-bottom: 3px;
  display: block;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 800;
}
ul.seminar .txt4 {
  display: block;
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 800;
}
.link-seminar {
  padding: 11px 15px;
  display: inline-block;
  border: 2px solid #fff;
  /* background: #44aa4a; */
  color: #fff;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
ul.seminar .block-bg:hover .link-seminar,
.hold-link  .link-seminar{
  background: #ffe400;
  border-color: #ffe400;
  color: #000;
  text-shadow: none;
}

.category-index {
  padding: 40px 0 30px 0;
  background: #fff;
}
.cat-index {
  margin: 0 -10px;
  overflow: hidden;
}
.cat-index li {
  padding: 0 10px 20px;
  width: 25%;
  float: left;
}

.cat-index .hold-link {
  padding: 30px;
  display: block;
  position: relative;
  background: url('/wp-content/uploads/bg/img-cat_01.jpg') no-repeat center;
  background-size: cover;
  height: 278px;
  overflow: hidden;
}
.cat-index li:nth-child(2) .hold-link {
  background: url('/wp-content/uploads/bg/img-cat_02.jpg') no-repeat center;
  background-size: cover;
}
.cat-index li:nth-child(3) .hold-link {
  background: url('/wp-content/uploads/bg/img-cat_03.jpg') no-repeat center;
  background-size: cover;
}
.cat-index li:nth-child(4) .hold-link {
  background: url('/wp-content/uploads/bg/img-cat_04.jpg') no-repeat center;
  background-size: cover;
}
.cat-index li:nth-child(5) .hold-link {
  background: url('/wp-content/uploads/bg/img-cat_05.jpg') no-repeat center;
  background-size: cover;
}
.cat-index li:nth-child(6) .hold-link {
  background: url('/wp-content/uploads/bg/img-cat_06.jpg') no-repeat center;
  background-size: cover;
}
.cat-index li:nth-child(7) .hold-link {
  background: url('/wp-content/uploads/2017/03/promyslovist_ta_vyrobnytctvo-458x458.jpg') no-repeat center;
  background-size: cover;
}
.cat-index li:nth-child(8) .hold-link {
  background: url('/wp-content/uploads/bg/img-cat_08.jpg') no-repeat center;
  background-size: cover;
}
.cat-index .hold-link:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(31,42,66,.70);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cat-index .hold-link:hover:after {
  background: rgba(31,42,66,.95);
}
.cat-index .hold-txt {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.cat-index .hold-txt:before {
  content: '';
  display: block;
  width: 70px;
  height: 63px;
  background: url('../img/sr-cat-index.png') no-repeat 0 0;
  position: absolute;
  top: 18px;
  left: 72px;
}
.cat-index li:nth-child(2) .hold-txt:before {
  width: 79px;
  height: 63px;
  top: 18px;
  left: 68px;
  background-position: -70px 0;
}
.cat-index li:nth-child(3) .hold-txt:before {
  width: 71px;
  height: 63px;
  top: 18px;
  left: 72px;
  background-position: -149px 0;
}
.cat-index li:nth-child(4) .hold-txt:before {
  width: 69px;
  height: 63px;
  top: 18px;
  left: 72px;
  background-position: -220px 0;
}
.cat-index li:nth-child(5) .hold-txt:before {
  width: 51px;
  height: 63px;
  top: 16px;
  left: 83px;
  background-position: -289px 0;
}
.cat-index li:nth-child(6) .hold-txt:before {
  width: 74px;
  height: 63px;
  top: 18px;
  left: 72px;
  background-position: -340px 0;
}
.cat-index li:nth-child(7) .hold-txt:before {
  width: 74px;
  height: 63px;
  top: 16px;
  left: 68px;
  background-position: -414px 0;
}
.cat-index li:nth-child(8) .hold-txt:before {
  display: none;
}
.cat-index .hold-txt .name_category {
  padding: 110px 0 82px;
  display: block;
  overflow: hidden;
}
.cat-index .row2 .hold-txt .name_category {
  top: 101px;
}
.cat-index .hold-txt .name_category span {
  padding: 10px 0;
  display: block;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 35px;
  position: relative;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(31,42,66,.9);
}
.cat-index .hold-txt .name_category,
.cat-index .hold-txt .name_category {
  padding: 0;
  position: absolute;
  top: 120px;
  left: 0px;
  display: block;
  width: 100%;
}
.cat-index .hold-txt .name_category span,
.cat-index .hold-txt .name_category span {
  padding: 0;
  display: inline;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 35px;
  font-weight: 600;
  text-shadow: 2px 2px 5px rgba(31,42,66,.9);
  border-bottom: 2px solid #ffe400;
}
.cat-index .hold-link-cat {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cat-index li:nth-child(8) .hold-link  .hold-txt .name_category {
  top: 28px;
  text-align: left;
  padding-left: 34px;
  position: relative;
}
.cat-index li:nth-child(8) .hold-link  .hold-txt .name_category:before {
  content: "";
  display: block;
  width: 3px;
  height: 116px;
  position: absolute;
  top: 6px;
  left: 18px;
  background: #fff;
}
.cat-index li:nth-child(8) .hold-link  .hold-txt .name_category span {
  font-size: 28px;
  line-height: 48px;
  border: none;
}
.cat-index li:nth-child(8) .hold-link-cat {
  background: rgba(31,42,66,.85);
}
.cat-index li:nth-child(8) .hold-link:hover .hold-link-cat {
  background: #ffe400;
  color: #000;
}
.cat-index li:nth-child(8) .hold-link {
  padding: 0;
}
.cat-index li:nth-child(8) .hold-link:after {
  background: rgba(31,42,66,.9);
}
.cat-index li:nth-child(8) .hold-link:hover:after {
/*   background:  #ffe400;
color: #000; */
}
.cat-index li:nth-child(8) .hold-link:hover .hold-txt .name_category:before {
  /* background: #000; */
}
.cat-index li:nth-child(8) .hold-link  .hold-txt .name_category .txt_1 {
  display: block;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  font-weight: 400;
}
.cat-index li:nth-child(8) .hold-link  .hold-txt .name_category .txt_2 {
  display: block;
  font-size: 28px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
.cat-index li:nth-child(8) .hold-link  .hold-txt .name_category .txt_3 {
  display: block;
  font-size: 41px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}
.cat-index .hold-link-cat span {
  margin-top: 12px;
  padding-left: 3px;
  float: left;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}
.cat-index .hold-link-cat i {
  float: right;
  padding: 12px 13px 11px 14px;
  border: 2px solid #ffe400;
  color: #000;
  background: #ffe400;
}
.cat-index li:nth-child(8) .hold-link:hover i {
  border-color: #000;
}
.cat-index li:nth-child(8) .hold-link:hover span {
  /* color: #000; */
  text-shadow: none;
}

.cat-index .hold-link .link-seminar {
  border-color: #fff;
  color: #fff;
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cat-index .hold-link:hover .link-seminar {
  background: #ffe400;
  border-color: #ffe400;
  color: #000;
}


.box3 {
  padding: 40px 0 90px;
  background: url(../img/home-section-bg2.jpg) no-repeat center;
  background-size: cover;
}
.box3 .hold-h2 {
  margin-left: 34.33%;
}
.box3 .hold-h2 h2 {
  margin-bottom: 60px;
  color: #fff;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}
.box3 .hold-h2:before {
  height: 30px;
}
.box3 .hold-w60 {
  float: right;
  width: 66.67%;
}
.box2 .hold-w60 {
  width: 66.67%;
}

.box4 {
  padding: 40px 0 60px;
  background: url(../img/bg_top-box-index2_2.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.box4:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(68, 170, 74, 0.87);
}
.entry-content .box4 .header-hold {
  margin-bottom: 60px;
}
.entry-content .box4 .header-hold:before {
  background: rgba(255,255,255,.3);
}
.entry-content .box4 .header-hold:after {
  background: #ffe400;
}
.box4 .header-hold  h2 {
  margin: 0;
  color: #fff;
}
.page-id-7 .header-hold  h2 {
  margin-top: 0;
}
.ul-2 {
  margin: 0 -15px;
  overflow: hidden;
}
.ul-2 li {
  padding: 0 15px;
  width: 20%;
  float: left;
  text-align: center;
  color: #fff;
  position: relative;
  min-height: 185px;
}
.ul-2 li:after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-right: 1px dotted rgba(255,255,255,.3);
}
.ul-2 li:last-child:after {
  display: none;
}
.ul-2 li .txt1 {
  font-size: 50px;
  line-height: 52px;
  display: block;
  font-weight: 600;
}
.ul-2 li .seporator {
  margin: 20px 0;
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #ffe400;
}
.ul-2 li .txt2 {
  font-size: 15px;
  display: block;
}
.ul-2 li span {
  text-shadow: 2px 2px 5px rgba(22,107,27,.3);
}


.article-2 {
  margin: 0 -10px;
}
.article-2 li {
  padding: 0 10px 20px;
  width: 33.33%;
  float: left;
}
.latest-news-index .article-2 {
  margin: 0 -10px;
}
.latest-news-index .article-2 li {
  padding: 10px;
}
.article-2 li .post-thumb {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
}
.article-2.article-news-index li .post-thumb {
  box-shadow: none;
}
.latest-news-index .article-2 li {
  width: 50%;
  float: left;
  margin: 0;
}
.latest-news-index .article-2 .bl-img .entry-time {
  padding: 20px 5px;
  padding-left: 20px;
  width: 113px;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 15;
  background: transparent;
  -webkit-transition: all 0s ease;
     -moz-transition: all 0s ease;
       -o-transition: all 0s ease;
          transition: all 0s ease;
}
.latest-news-index .article-2 .bl-img .entry-time .muted {
  padding: 12px 0 0 0;
  background: rgba(255, 228, 0, .9);
  width: 73px;
  height: 73px;
  border: 1px solid rgba(255, 228, 0, .9);
  -webkit-transition: all 0s ease;
     -moz-transition: all 0s ease;
       -o-transition: all 0s ease;
          transition: all 0s ease;
}
.latest-news-index .article-2 .bl-img:hover .entry-time {
  background: rgba(31,42,66,.85);
}
.latest-news-index .article-2 .bl-img .entry-time .muted {
  color: #000;
}
.latest-news-index .article-2 .bl-img .entry-time .entry-day {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
.latest-news-index .article-2 .bl-img .entry-time .entry-month {
    font-size: 16px;
    line-height: 20px;
    text-transform: none;
    font-weight: 700;
}
.latest-news-index .article-2 .bl-img .entry-time span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}


.latest-news-index ul.article-2.article-news-index .page-header {
  left: 0;
  padding: 15px 20px 5px 0;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
  padding-left: 130px;
}
.latest-news-index ul.article-2 .page-header a {
  text-transform: none;
  -webkit-transition: all 0s ease;
     -moz-transition: all 0s ease;
       -o-transition: all 0s ease;
          transition: all 0s ease;
}
.latest-news-index .article-2 .entry-content-wrap {
  overflow: visible;
}

.latest-news-index .article-2 .bl-img:after {
  content: "";
  width: 0;
  height: 5px;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #ffe400;
  position: absolute;
  transition: width 0.2s ease;
  webkit-transition: width 0.2s ease;
  o-transition: width 0.2s ease;
  moz-transition: width 0.2s ease;
}
.latest-news-index .article-2 .post-thumb:hover .bl-img:after {
  /* width: 100%; */
}
.latest-news-index .article-2 .post-thumb:hover .page-header {
  background: #ffe400;
}
.latest-news-index .article-2 .post-thumb:hover .page-header a {
  color: #000;
}
.latest-news-index .article-2 .post-thumb:hover .entry-time {
  background: #ffe400;
}
.latest-news-index .article-2 .post-thumb:hover .entry-time .muted {
  border-color: #000;
}


.article-2  .bl-img {
  display: block;
  position: relative;
}
.latest-news-index {
  padding: 40px 0 30px;
  background: rgba(241,242,248,1);
}
.entry-content .latest-news-index .header-hold {
    margin-bottom: 15px;
}
.index .article-2  .bl-img a {
  max-height: 223px;
}
.index .article-2 .entry-content-wrap {
      min-height: 180px;
}
.index .article-1 .bl-img {
    max-height: 89px;
    overflow: hidden;
}
.article-2 .bl-img a {
  display: block;
  position: relative;
  text-align: center;
}
.article-2 .bl-img a img {
  width: 100%;
  max-height:370px;
}
.article-2 .bl-img a:after {
  content: '';
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease;
  webkit-transition: opacity 0.2s ease;
  o-transition: opacity 0.2s ease;
  moz-transition: opacity 0.2s ease;
}
.article-2 .bl-img a:before {
  margin: -55px 0 0 -15px;
  content: '';
  background: url('../img/bg-plus.png');
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  opacity: 0;
  width: 31px;
  height: 31px;
  z-index: 1;
  transition: opacity 0.2s ease;
  webkit-transition: opacity 0.2s ease;
  o-transition: opacity 0.2s ease;
  moz-transition: opacity 0.2s ease;
}
.article-2  .bl-img a:hover:before,
.article-2  .bl-img a:hover:after {
  opacity: 1;
}
.article-2 .bl-img .entry-time {
  padding: 5px 3px;
  width: 98px;
  position: absolute;
  top: 20px;
  right: 20px;
  background-color: rgba(68, 170, 74, 0.83);
  color: #fff;
  font-weight: 600;
  z-index: 3;
  transition: background-color 0.2s ease;
  webkit-transition: background-color 0.2s ease;
  o-transition: background-color 0.2s ease;
  moz-transition: background-color 0.2s ease;
}
.muted {
    color: #fff;
}
dl,
dd {
    margin:0;
}
.article-2 .bl-img:hover .entry-time {
  background-color: rgba(68, 170, 74, 0.99);
}
.article-2 .bl-img .entry-time span {
  border: none;
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.article-2 .bl-img .entry-time .create-row {
  text-align: center;
}
.article-2 .bl-img .entry-time .create-row span {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
}
.article-2 .bl-img .entry-time .entry-day {
      font-size: 30px;
      line-height: 32px;
}
.article-2 .bl-img .entry-time .entry-month {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.article-2 .entry-content-wrap {
    padding: 20px 20px;
    background: rgba(241,242,248,1);
    background: #fff;
    position: relative;
    height: 160px;
    overflow: hidden;
}
/* .article-2 .entry-content-wrap:after {
    width: 84px;
    height: 5px;
    content: "";
    top: 0;
    left: 20px;
    position: absolute;
    background-color: #18ba60;
    transition: width 0.2s ease;
    webkit-transition: width 0.2s ease;
    o-transition: width 0.2s ease;
    moz-transition: width 0.2s ease;
} */
.article-2 .post-thumb:hover .entry-content-wrap:after {
    width: calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
}
ul.article-2 h2,
ul.article-2 .page-header {
  margin: 0;
  padding: 0;
  border: none;
}
ul.article-2 .page-header-absolut {
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: left;
  background: rgba(31, 42, 66, 0.83);

}
ul.article-2 .page-header-absolut span {
  font-size: 17px;
  line-height: 24px;
  text-transform: uppercase;
  color: #15416e;
  display: block;
  font-weight: 600;
  height: 73px;
  overflow: hidden;
  text-align: left;
  color: #fff;
}
.article-2 h4,
ul.article-2 .page-header a {
    font-size: 17px;
    margin: 0 0 20px;
    line-height: 26px;
    text-transform: uppercase;
    color: #15416e;
    display: block;
    font-weight: 600;
    height: 73px;
    overflow: hidden;
}
.article-2 .page-header:hover,
.article-2 .page-header:hover a {
  color: #18ba60;
}
.entry-content-wrap p {
  font-size: 16px;
  line-height: 23px;
}

ul.article-2.article-news-index .page-header {
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  text-align: left;
  background: rgba(68,170,74,.83);
}
ul.article-2.article-news-index .page-header a {
  text-align: left;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(22,107,27,.3);
}
ul.article-2.article-news-index .page-header a:before,
ul.article-2.article-news-index .page-header a:after {
  display: none;
}

ul.article-2.article-news-index .entry-content-wrap {
  height: 167px;
}


.spiker-index {
    padding: 40px 0 30px;
    background: #fff;
}
ul.ul-spik {
  margin: 0 -10px;
  overflow: hidden;
}
ul.ul-spik li {
  padding: 0 10px 20px;
  width: 25%;
  float: left;
}
ul.ul-spik .hold-bl {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: #fff;
}
ul.ul-spik .hold-bl .hold-txt-1 {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(31,42,66,.85);
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
ul.ul-spik .hold-bl:hover .hold-txt-1 {
  left: 100%;
}
ul.ul-spik .hold-txt-1 span {
  margin-top: 4px;
  float: left;
  font-size: 17px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
}
ul.ul-spik .hold-txt-1 .next-txt {
  float: right;
  padding: 6px 13px 7px;
  border: 2px solid #fff;
  color: #fff;
}
ul.ul-spik .hold-bl .hold-txt-2 {
  padding: 19px;
  position: absolute;
  top: 0;
  left: -100%;
  background: rgba(31,42,66,.85);
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
ul.ul-spik .hold-bl:hover .hold-txt-2 {
  left: 0;
}
ul.ul-spik .hold-bl .hold-txt-2 p {
  margin-bottom: 40px;
}
ul.ul-spik .relative {
  position: relative;
  height: 100%;
  width: 100%;
}
.link-but {
  display: inline-block;
  padding: 10px 22px;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  border: 2px solid #44aa4a;
  text-transform: uppercase;
  position: absolute;
  background: #44aa4a;
  bottom: 0;
  left: 0;
}
.link-but:hover {
  background: #ffe400;
  border-color: #ffe400;
  color: #000;
}
.link-but i {
  margin-left: 20px;
}
ul.ul-spik .hold-bl .hold-txt-3 {
  padding: 25px 36px;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(31,42,66,.85);
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}
ul.ul-spik .hold-txt-3 .txt1 {
  display: block;
  font-size: 24px;
  line-height: 33px;
  text-transform: uppercase;
  position: relative;
}
ul.ul-spik .hold-txt-3 .txt2 {
  display: block;
  font-size: 28px;
  line-height: 45px;
  font-weight: 700;
  text-transform: uppercase;
}
ul.ul-spik .hold-txt-3 .txt3 {
  display: block;
  font-size: 41px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}
ul.ul-spik .hold-txt-3 .hold-link {
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  overflow: hidden;
  background: rgba(31,42,66,.85);
    -webkit-transition: background 0.2s ease;
       -moz-transition: background 0.2s ease;
         -o-transition: background 0.2s ease;
            transition: background 0.2s ease;
}
ul.ul-spik li:nth-child(4) .hold-txt-3 .txt1:before {
  content: "";
  display: block;
  width: 3px;
  height: 116px;
  position: absolute;
  top: 6px;
  left: -14px;
  background: #fff;
}


ul.ul-spik .hold-txt-3 .hold-link span {
  margin-top: 5px;
  font-size: 18px;
  line-height: 32px;
  display: inline-block;
  font-weight: 700;

}
ul.ul-spik .hold-txt-3 .hold-link i {
    float: right;
    padding: 12px 13px 11px 14px;
    border: 2px solid #ffe400;
    color: #000;
    background: #ffe400;
}
ul.ul-spik .hold-txt-3:hover .hold-link {
  background: #ffe400;
  color: #000;
}
ul.ul-spik .hold-txt-3:hover .hold-link i {
  border-color: #000;
}



.hold-kontacts {
  width: 100%;
  height: 694px;
  position: relative;
}
.hold-form-kontact {
  position: absolute;
  top: 99px;
  left: 0;
  width: 100%;
  height: 480px;
}
.bl-kontact {
  position: relative;
  z-index: 10;
  width: 702px;
  float: right;
}
.entry-content .bl-kontact .header-hold {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 21px;
}
.bl-kontact .bl-left {
  padding: 38px;
  width: 351px;
  height: 500px;
  float: left;
  background: #fff;
}
.bl-kontact p {
  margin-bottom: 20px;
}
.marker {
  padding-left: 25px;
  position: relative;
  display: block;
  font-size: 17px;
  margin-bottom: 4px;
  margin-top: 16px;
}
.marker.email {
  margin-bottom: 4px;
}
.marker.email span {
  border-bottom: 1px solid rgba(0,0,0,.3);
}
.marker.email:hover span {
  border-color: rgba(0,0,0,.9);
}
.marker:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url('../img/spr-marker.png') no-repeat 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.marker.kyivstar:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url('../img/phone.png') no-repeat 0 0;
  position: absolute;
  top: 2px;
  left: 0;
}
.marker.email:before {
  top: 2px;
  background-position: -72px 0;
}
.marker.address:before {
  top: 2px;
  background-position: -90px 0;
}
.marker.address {
  line-height: 24px;
}
span.phone-numb {
  padding-left: 24px;
}
a.href-mail .phone-numb {
  font-size: 16px;
  line-height: 24px;
}
.form-kontact input,
.form-kontact textarea {
  padding: 16px 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #bcc0c7;
  color: #fff !important;
}
.form-kontact input::-webkit-input-placeholder {color: #bcc0c7;}
.form-kontact input::-moz-placeholder          {color: #bcc0c7;}
.form-kontact input:-moz-placeholder           {color: #bcc0c7;}
.form-kontact input:-ms-input-placeholder      {color: #bcc0c7;}
.form-kontact textarea::-webkit-input-placeholder {color: #bcc0c7;}
.form-kontact textarea::-moz-placeholder           {color: #bcc0c7;}
.form-kontact textarea:-moz-placeholder            {color: #bcc0c7;}
.form-kontact textarea:-ms-input-placeholder       {color: #bcc0c7;}
.form-kontact  .add-cart {
  margin-top: 164px;
}
.form-kontact  .add-cart button {
  padding: 14px 0 16px;
  height: 50px;
  font-size: 17px;
}
.bl-kontact .bl-right {
  padding: 30px 40px;
  width: 351px;
  height: 500px;
  float: right;
  background: #1f2a42;
}


.map-hold {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}



.m-top {
  margin-top: 30px;
}

.site-footer {
  background: #1f2a42;
  color: #fff;
}
.site-footer a {
  color: #fff;
}
.site-footer .copy {
  padding: 66px 0;
  background: #192235;
  font-size: 13px;
}
.top-footer {
  padding: 90px 0 35px;
}
.top-footer .hold-menu {
  margin-right: 17px;
  margin-bottom: 40px;
  float: left;
  width: 217px;
}
.header-hold {
  font-size: 28px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  overflow: hidden;
}
.site-footer .header-hold {
  padding-bottom: 22px;
}
.header-hold:before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 54px;
    bottom: 1px;
    background: rgba(255,255,255,.3);
}
.header-hold.black:before {
  background: rgba(0,0,0,.3);
}
.header-hold:after {
    width: 49px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #44aa4a;
}
.header-hold h1 {
  margin: 0;
  font-size: 28px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 600;
}
.header-hold h2 {
  margin: 50px 0 0 0;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.header-hold h3 {
  margin: 0;
  font-size: 20px;
}
.entry-content .header-hold {
  margin-bottom: 20px;
}
.entry-content .header-hold.hidden {
  overflow: hidden;
  width: 100%;
}
.entry-content .header-hold:before {
  background: rgba(0,0,0,.3);
}
.top-footer .ul-footer-menu li {
  margin-bottom: 14px;
  position: relative;
}

.w100 {
  width: 100%;
  overflow: hidden;
}
.w100 h2 {
  margin-top: 0;
}

.gallery {
  margin: 0 -7.5px;
  overflow: hidden;
}
.gallery .gallery-item {
  padding: 0 7.5px 15px;
}
.gallery a {
  display: block;
  position: relative;
}
.gallery a:before {
    margin: -15px 0 0 -15px;
    content: '';
    background: url(../img/bg-plus.png);
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    opacity: 0;
    width: 31px;
    height: 31px;
    z-index: 1;
    transition: opacity 0.2s ease;
    webkit-transition: opacity 0.2s ease;
    o-transition: opacity 0.2s ease;
    moz-transition: opacity 0.2s ease;
}
.gallery a:after {
    content: '';
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease;
    webkit-transition: opacity 0.2s ease;
    o-transition: opacity 0.2s ease;
    moz-transition: opacity 0.2s ease;
}
.gallery a:hover:before {
    opacity: 1;
}
.gallery a:hover:after {
    opacity: 1;
}

.box-video {
  padding: 60px 0 0;
}
.postid-1457 .box-video {
  padding: 0;
}
.hold-img .box-video {
  padding: 0;
}
.box-video ul.ul-vedeo {
  margin: 0 -7.5px;
  overflow: hidden;
}
.box-video ul.ul-vedeo li {
  padding: 0 7.5px 15px;
  width: 33.33%;
  float: left;
}
.box-video .link-video {
  display: block;
  position: relative;
}
.box-video .link-video:before {
  content: "";
  display: block;
  width: 66px;
  height: 49px;
  background: url('../img/bg-link-video.png') no-repeat 0 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -24px 0 0 -33px;
  opacity: .8;
  z-index: 1;
  -webkit-transition: opacity 0.2s ease;
     -moz-transition: opacity 0.2s ease;
       -o-transition: opacity 0.2s ease;
          transition: opacity 0.2s ease;
}
.box-video .link-video:hover:before {
  opacity: 1;
}
.box-video .link-video:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.3);
  -webkit-transition: background 0.2s ease;
     -moz-transition: background 0.2s ease;
       -o-transition: background 0.2s ease;
          transition: background 0.2s ease;
}
.box-video .link-video:hover:after {
  background: rgba(0,0,0,.6);
}


.modal-backdrop.in {
    opacity: .8;
}
.box-video .link-video .title {
  padding: 10px 0 10px 15px;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  border: none;
  font-size: 13px;
  width: 100%;
  display: block;
  background: -webkit-linear-gradient(rgba(0,0,0,.6),transparent);
  background: -o-linear-gradient(rgba(0,0,0,.6),transparent);
  background: -moz-linear-gradient(rgba(0,0,0,.6),transparent);
  background: linear-gradient(rgba(0,0,0,.6),transparent);
  z-index: 1;
}
.box-video .link-video .time {
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #fff;
  border: none;
  font-size: 13px;
  z-index: 1;
}

.real-proekt {
  width: auto;
}
.real-proekt tr td {
  padding: 5px 12px;
  border: 3px solid rgba(241,242,248,1);
  background: #fff;
}
.real-proekt tr td:first-child {
  font-weight: 600;
}

.box-link-form {
  margin: 0 auto;
  padding: 10px;
  display: block;
  text-align: center;
  color: #fff;
  background: #44aa4a;
  border: 1px solid #44aa4a;
  width: 100%;
  text-transform: uppercase;
  font-weight: 600;
  max-width: 500px;

}
.box-link-form:hover {
  background: transparent;
  color: #44aa4a;
  border-color: #44aa4a;
  cursor: pointer;
}
.hold-article:after {
  content: "";
  display: block;
  clear: both;
}
.hold-article .bl-left {
  padding: 0;
  float: left;
  width: 100%;
}
.hold-article .bl-left.w100 {
  padding: 0;
  width: 100%;
}
.hold-article .bl-right {
 /*  margin-top: -72px; */
  float: right;
  /* width: 40%; */
  position: relative;
  padding-left: 30px;
  background: rgba(241,242,248,1);
  width: calc(40% + 30px);
  width: -moz-calc(40% + 30px);
  width: -webkit-calc(40% + 30px);
}
.hold-article img.triple-img {
  margin: 20px 0 20px 0;
}
.hold-article span.main-span {
  margin: 0 0 10px 0;
}
.hold-article .bl-right.in-article {
  margin: -72px 0 30px 0;
  padding-left: 30px;
  background: rgba(241,242,248,1);
  width: calc(40% + 30px);
  width: -moz-calc(40% + 30px);
  width: -webkit-calc(40% + 30px);
}
.hold-article .audit .bl-right.in-article {
  margin: 4px 0 30px 0;
  background: #fff;
}
.hold-article .bl-right .hold-img {
  margin-bottom: 20px;
  padding: 0 10px 10px 0;
  width: 100%;
}
.hold-article .bl-right img {
  -o-webkit-box-shadow: 10px 10px 0px 0px rgba(255,223,0,.6);
  -webkit-box-shadow: 10px 10px 0px 0px rgba(255,223,0,.6);
  -moz-box-shadow: 10px 10px 0px 0px rgba(255,223,0,.6);
  box-shadow: 10px 10px 0px 0px rgba(255,223,0,.6);
}
.txt-img {
  margin: 0 -7.5px 0 5px;
  overflow: hidden;
}
.txt-img .link-left {
  padding: 0 7.5px 15px;
  float: left;
  width: 50%;
}
.txt-img .link-right {
  padding: 0 7.5px 15px;
  float: right;
  width: 50%;
}
.block {
  width: 100%;
  overflow: hidden;
}
ul.ul-link li {
  margin-bottom: 14px;
  position: relative;
}
ul.ul-link li::before {
    display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #18ba60;
}
ul.ul-link li a span {
  border-bottom: 1px solid rgba(0,0,0,.3);
}
ul.ul-link li a:hover span {
  border-color: rgba(0,0,0,.9);
}

.contakt-baner {
  padding: 26px;
  background: url(../img/bg-contakt-baner.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
}
.contakt-baner2 {
  background: url(../img/bg-contakt-baner-1.jpg) no-repeat center;
}
.contakt-baner3 {
  background: url(../img/bg-contakt-baner-2.jpg) no-repeat center;
}
.contakt-baner4 {
  background: url(../img/bg-contakt-baner-3.jpg) no-repeat center;
}
.contakt-baner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: -1;
}
.contakt-baner .text1 {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 38px;
  line-height: 42px;
  text-transform: uppercase;
  font-weight: 700;
  border-bottom: 4px solid #44aa4a;
}
.contakt-baner .text2 {
  margin-bottom: 40px;
  display: inline-block;
  font-size: 48px;
  line-height: 52px;
  text-transform: uppercase;
  font-weight: 800;
  border-bottom: 4px solid #44aa4a;
}
.contakt-baner .text3 {
  font-size: 30px;
  line-height: 50px;
  display: block;
  font-weight: 800;
}
.contakt-baner .text4 {
  display: block;
  font-size: 32px;
  line-height: 48px;
  font-weight: 700;
}
.contakt-baner .btn {
  margin-top: 30px;
  margin-left: 0;
  padding: 20px 10px 18px;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #fff;
  background: #44aa4a;
  border-color: #44aa4a;
  text-transform: uppercase;
  width: 100%;
}
.contakt-baner .btn:hover {
  background: #3d7f41;
  border-color: #3d7f41;
}

.row-bl {
  margin: 0 -5px 120px;
  overflow: hidden;
}
.row-bl .bl-left {
  padding: 0 5px;
  width: 50%;
  float: left;
}
.row-bl .bl-left.bl-text {
  padding: 0 30px 0 5px;
}
.row-bl .bl-left.bl-img {
  padding: 0 0 5px 5px;
}
.row-bl p {
  line-height: 28px;
}
.row-bl .bl-right {
  padding: 0 5px;
  width: 50%;
  float: right;
}
.row-bl .bl-right.bl-img {
  padding: 0 5px 5px 0;
}
.row-bl .bl-right.bl-text {
  padding: 0 5px 0 30px;
}
.margin-top {
  margin-top: 80px;
}
.margin-bootom {
  margin-bottom: 80px;
}
.row-bl .bl-right img,
.row-bl .bl-left img {
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}
.header-hold2 {
    font-size: 25px;
    line-height: 32px;
    position: relative;
    padding-bottom: 30px;
    margin-top: 57px;
    margin-bottom: 30px;
    overflow: hidden;
}
.header-hold2:after {
    width: 49px;
    height: 3px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #44aa4a;
}
.reletive-bl {
  position: relative;
}
.reletive-bl .absolute-bl {
  position: absolute;
  top: 0;
  left: 110%;
  color: #000;
  font-size: 11px;
  line-height: 16px;
  width: 200px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.reletive-bl:hover {
  cursor: pointer;
}
.reletive-bl:hover .absolute-bl {
  opacity: .67;
}

.hold-map {
  margin-bottom: 60px;
  position: relative;
}
.hold-map .dotted {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  background: #ffc000;
  border-radius: 100%;
  border: 4px solid #fff;
  animation: pulse 0.6s infinite alternate;
  z-index: 11;
}
.hold-map .dotted:hover {
  animation: none;
}
.hold-map .dotted1 {
  top: 31%;
  left: 42%;
}
.hold-map .dotted2 {
  top: 31.2%;
  right: 18.9%;
}
@-webkit-keyframes pulse {
    from { -webkit-transform: scale3d(0.7,0.7,1); }
    to { -webkit-transform: scale3d(1,1,1); }
}

@keyframes pulse {
    from { -webkit-transform: scale3d(0.7,0.7,1); transform: scale3d(0.7,0.7,1); }
    to { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1); }
}
.hold-map .info {
  position: absolute;
  z-index: 15;
}
.hold-map .info.info-dotted1 {
  top: 15%;
  left: 30.9%;
}

.hold-map .info .adress {
  padding: 25px 19px;
  background: #1f2a42;
  border-radius: 10px;
  position: relative;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
.hold-map .info .adress:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin: 0 0 0 -9px;
    width: 18px;
    height: 18px;
    background-color: #1f2a42;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: -1;
}
.hold-map .info .adress span {
  display: block;
}
.hold-map .info hr {
    margin-top: 14px;
    margin-bottom: 14px;
    border: 0;
    border-top: 1px solid rgba(255,255,255,.1);
    opacity: .6;
}


.hold-seminars {
  margin-bottom: 0;
  overflow: hidden;
}
.hold-seminars .bl-left-50 {
  width: 50%;
  float: left;
}
.hold-seminars .bl-right-50 {
  width: 50%;
  float: right;
}
.hold-seminars .map {
  height: 556px;
}
.info-seminar {
  margin: 0;
}
.info-seminar a {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid rgba(0,0,0,.3);
}
.info-seminar a:hover {
  border-color: rgba(0,0,0,.95);
}
.info-seminar thead {
  font-size: 24px;
  line-height: 34px;
}
.info-seminar tr td {
  padding: 8px 17px;
  background: #fff;
  border: 2px solid rgba(241,242,248,1);
   width: 50%;
}
.info-seminar tr td:first-child {
  font-weight: 600;
}
.info-seminar .tr-btn td {
  padding: 10px;
}
.info-seminar .box-link-form {
  max-width: 50%;
}
.box-link-form.box-link-form-yellow {
  border-color: #ffe400;
  color: #000;
  background: #ffe400;
}
.box-link-form.box-link-form-yellow:hover {
  background: #ffd400;
  border-color: #ffd400;
  color: #000;
}
.box-link-form.box-link-form-blue {
  border-color: #1f2a42;
  color: #fff;
  background: #1f2a42;
}
.box-link-form.box-link-form-blue:hover {
  background: #192235;
  border-color: #192235;
}
.hidden-info {
  padding: 20px;
  width: 100%;
  overflow: hidden;
  display: none;
  width: 100% !important;
  background: #fff;
}
.hidden-info .header-hold2 {
  margin-top:  20px;
}
.entry-content .margin-80 {
  margin-top: 80px;
  margin-bottom: 60px;
}

.table-page-prodag-oborydovanija {
  margin-bottom: 40px;
  table-layout: fixed;
}
.table-page-prodag-oborydovanija tr td {
  width: 25%;
  font-size: 15px;
  border-width: 3px;
  text-align: center;
}
.table-block .table-page-prodag-oborydovanija tr td {
  width: 18%;
  text-align: center;
}
.table-page-prodag-oborydovanija tr td:first-child {
  font-size: 20px;
  line-height: 24px;
}
.table-block .table-page-prodag-oborydovanija tr td:first-child {
  font-size: 14px;
  width: 28%;
}
.table-block2 .table-page-prodag-oborydovanija tr td {
  width: 12%;
  padding: 8px 9px;
}
.table-block2 .table-page-prodag-oborydovanija .btn {
  font-size: 12px;

}
.table-block2 .table-page-prodag-oborydovanija tr td:first-child {
  width: 26%;
}
.table-page-prodag-oborydovanija thead tr:first-child td {
  font-weight: 600;
}

/* .table-3 tr td {
  width: 100px;
} */
.table-3 {
  margin-bottom: 40px;
  table-layout: fixed;
  text-align: center;
}
.table-3 tr td {
  border-width: 3px;
}
.table-3 tr td:first-child {
  width: 700px;
  text-align: left;
}
.table-3 tr:first-child td {
  font-weight: 600;
}

.postid-149,
.postid-149 .hold-sub_menu ul li.current-menu-item a,
.postid-170,
.postid-170 .hold-sub_menu ul li.current-menu-item a {
  background: #f1f2f8;
}

.marg-bot-40 {
  margin-bottom: 40px;
}
.marg-top-30 {
  margin-top: 30px !important;
}



.owl-carousel-home .owl-nav button.owl-next,
.owl-carousel-home  .owl-nav button.owl-prev {
   position: absolute;
   z-index: 2;
   top: 50%;
   left: 15px;
   color: #fff;
   opacity: .59;
}
.owl-carousel-home .owl-nav button.owl-next {
  left: auto;
  right: 15px;
}
.owl-carousel-home .owl-nav button.owl-next:hover,
.owl-carousel-home  .owl-nav button.owl-prev:hover {
  opacity: 1;
}
.owl-carousel-home .owl-dots {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.owl-carousel-home .owl-dots button {
  margin: 0 5px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
}
.owl-carousel-home .owl-dots button span {
  display: block;
  width: 9px;
  height: 9px;
  background: rgba(255,255,255,.5);
}
.owl-carousel-home .owl-dots button:hover span {
  background: rgba(255,255,255,.7);
}
.owl-carousel-home .owl-dots button.active span {
  background: rgba(255,255,255,1);
}

.mobile {
  display: none;
}

.top-box-index2 {
    background: url(../img/bg_top-box-index.jpg) no-repeat center;
}

ul.napr-per {
  margin: 20px -10px 0;
}
ul.napr-per li {
  padding: 0 10px 20px;
  width: 33.33%;
  float: left;
}
ul.napr-per li.colum2 {
  width: 66.67%;
}
ul.napr-per li.colum2 .iconbox {
  background: #fff url('../img/bg-traktor.jpg') no-repeat 100% 100%;
}
ul.napr-per .iconbox {
  position: relative;
  padding: 70px 30px 10px;
  width: 100%;
  display: block;
  background: #fff;
  min-height: 261px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}

ul.napr-per .iconbox:hover {
    -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.13);
    -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.13);
    -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.13);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.13);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
ul.napr-per .iconbox .box-icon i {
    font-size: 28px;
    position: absolute;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    top: 0;
    left: 30px;
    background-color: #1f2a42;
}
ul.napr-per .iconbox:hover .box-icon i {
    background-color: #44aa4a;
}
ul.napr-per .iconbox .box-title {
    margin: 0 0 20px 0;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    height: 72px;
    display: block;
}
ul.napr-per .iconbox .box-content {
  margin: 0 0 20px;
  display: block;
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  color: #4d4d4d;
}
ul.napr-per .iconbox .box-link {
    color: #44aa4a;
    display: inline-block;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    border-bottom: 1px solid rgba(68,170,74,.3);
    -webkit-transition: border-color 0.2s ease;
       -moz-transition: border-color 0.2s ease;
         -o-transition: border-color 0.2s ease;
            transition: border-color 0.2s ease;
}
ul.napr-per .iconbox:hover .box-link {
  border-color: transparent;
}
ul.napr-per .iconbox .box-link:before {
    content: "";
    position: absolute;
    height: 5px;
    left: 0;
    bottom: -17px;
    width: 0;
    background: #44aa4a;
    transition: width 0.2s ease;
    webkit-transition: width 0.2s ease;
    o-transition: width 0.2s ease;
    moz-transition: width 0.2s ease;
}
ul.napr-per .iconbox:hover  {
  cursor: pointer;
}
ul.napr-per .iconbox:hover .box-link:before {
    width: 100%;
}
ul.napr-per .iconbox .box-link:after {
    content: "\f054";
    font-family: "fontAwesome";
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}


.mg-rows {
  margin: 0 -10px;
}
.mg-rows:after {
  content: "";
  display: block;
  clear: both;
}
.mg-rows .seminar {
  padding: 0 10px 20px;
}
.mg-indicator {
  border-bottom-color: #fff;
}
.mg-target {
    display: none;
    background: #fff;
    color: #000;
}
.mg-target-open {
    padding: 21px 20px !important;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
}
.mg-rows .seminar {
  width: 33.33333%;
}
.mg-rows .seminar .hold-info {
  padding: 15px 25px;
  height: 261px;
  background: url(../img/seminar/bg-seminar-01.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  color: #fff;
}
.mg-rows .seminar.seminar-02 .hold-info {
  background-image: url(../img/seminar/bg-seminar-02.jpg);
}
.mg-rows .seminar.seminar-03 .hold-info {
  background-image: url(../img/seminar/bg-seminar-03.jpg);
}

.mg-rows .seminar.seminar-08 .hold-info {
  background-image: url(../img/seminar/seminar-08.jpg);
}
.mg-rows .seminar.seminar-09 .hold-info {
  background-image: url(../img/seminar/seminar-09.jpg);
}
.mg-rows .seminar.seminar-10 .hold-info {
  background-image: url(../img/seminar/seminar-10.jpg);
}
.mg-rows .seminar.seminar-11 .hold-info {
  background-image: url(../img/seminar/seminar-11.jpg);
}
.mg-rows .seminar.seminar-12 .hold-info {
  background-image: url(../img/seminar/seminar-12.jpg);
}
.mg-rows .seminar.seminar-13 .hold-info {
  background-image: url(../img/seminar/seminar-13.jpg);
}
.mg-rows .seminar.seminar-14 .hold-info {
  background-image: url(../img/seminar/seminar-14.jpg);
}

.mg-rows .seminar.seminar-17 .hold-info {
  background-image: url(../img/seminar/seminar-17.jpg);
}
.mg-rows .seminar.seminar-18 .hold-info {
  background-image: url(../img/seminar/seminar-18.jpg);
}
.mg-rows .seminar.seminar-19 .hold-info {
  background-image: url(../img/seminar/seminar-19.jpg);
}
.mg-rows .seminar.seminar-20 .hold-info {
  background-image: url(../img/seminar/seminar-20.jpg);
}
.mg-rows .seminar.seminar-21 .hold-info {
  background-image: url(../img/seminar/seminar-21.jpg);
}
.mg-rows .seminar.seminar-22 .hold-info {
  background-image: url(../img/seminar/seminar-22.jpg);
}
.mg-rows .seminar.seminar-23 .hold-info {
  background-image: url(../img/seminar/seminar-23.jpg);
}
.mg-rows .seminar.seminar-24 .hold-info {
  background-image: url(../img/seminar/seminar-24.jpg);
}
.mg-rows .seminar.seminar-25 .hold-info {
  background-image: url(../img/seminar/seminar-25.jpg);
}
.mg-rows .seminar.seminar-26 .hold-info {
  background-image: url(../img/seminar/seminar-26.jpg);
}
.mg-rows .seminar.seminar-27 .hold-info {
  background-image: url(../img/seminar/seminar-27.jpg);
}
.mg-rows .seminar.seminar-28 .hold-info {
  background-image: url(../img/seminar/seminar-28.jpg);
}
.mg-rows .seminar.seminar-29 .hold-info {
  background-image: url(../img/seminar/seminar-29.jpg);
}
.mg-rows .seminar.seminar-30 .hold-info {
  background-image: url(../img/seminar/seminar-30.jpg);
}
.mg-rows .seminar.seminar-31 .hold-info {
  background-image: url(../img/seminar/seminar-31.jpg);
}
.mg-rows .seminar.seminar-32 .hold-info {
  background-image: url(../img/seminar/seminar-32.jpg);
}


.mg-rows .seminar .hold-info:before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  position: absolute;
  top: 0;
  left: 25px;
  background: #ffe400;
  z-index: 1;
}
.mg-rows .seminar .hold-info:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(31,42,66,.7);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.mg-rows .seminar.mg-row-open .hold-info:after {
  background: rgba(31,42,66,.9);
}
.mg-rows .seminar .hold-info .header {
  margin-top: 8px;
  font-size: 22px;
  line-height: 30px;
  display: block;
  height: 130px;
  overflow: hidden;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.mg-rows .seminar .hold-info .info {
  display: block;
  font-size: 14px;
  line-height: 20px;
  height: 47px;
  position: relative;
  z-index: 1;
}
.mg-rows .row-btn {
  margin: 0 -7px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mg-rows .hold-btn {
  padding: 0 7px;
  float: left;
  width: 50%;
}
.mg-rows button span {
  -webkit-transition: all 0s ease;
     -moz-transition: all 0s ease;
       -o-transition: all 0s ease;
          transition: all 0s ease;
}
.mg-rows button {
  padding: 7px 5px;
  display: block;
  text-align: center;
  background: transparent;
  width: 100%;
  border: 2px solid #fff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.mg-rows button:hover {
  background: #fff;
  color: #000;
}
.arrow {
  margin-left: 13px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mg-row-open .mg-trigger .arrow {
  margin-bottom: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mg-rows .mg-row-open button {
  border-color: #ffe400;
}
.mg-rows button:hover .arrow {
  border-color: #000;
}
.mg-rows .box-link {
  background: #ffe400;
  border-color: #ffe400;
  color: #000;

}
.mg-rows .box-link:hover {
  background: #e6cf09;
  border-color: #e6cf09;
}
.mg-rows .box-link .arrow {
  border-color: #000;
}

b.head {
  margin-bottom: 8px;
  display: block;
}



.ui-accordion {
  margin: 0 -7.5px;
}
.grid_6 {
  padding: 0 7.5px;
  width: 50%;
  float: left;
}
.accordion_header:focus {
  outline: none;
}
#accordion1 {
  margin: 0 -7.5px;
  overflow: hidden;
}
#accordion1 .panel {
  padding: 0 7.5px;
  width: 50%;
  float: left;
}
.hold-panel {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}
.ui-accordion-header {
  position: relative;
  cursor: pointer;
  padding: 15px 20px;
  display: block;
  background: #fff;
}
.ui-accordion-header:after {
    position: absolute;
    top: 19px;
    right: 11px;
    content: "+";
    font: 400 24px/20px "fl-bigmug-line";
    color: #5dc761;
}
.ui-accordion-header-active:after {
    color: #aeadad;
    content: "-";
}
.ui-accordion-content {
  padding: 15px 20px;
  background: #fff;
}

.accordion2 {
  margin: 0;
}
.accordion2 .ui-accordion-header:after {
  top: 17px;
  right: 23px;
}
.accordion2 .ui-accordion-header {
  font-size: 20px;
}
.accordion2 .ui-accordion-header span {
  color: #44aa4a;
  border-bottom: 1px dotted #44aa4a;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.2s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.accordion2 .ui-accordion-header:hover span {
  border-color: #000;
  color: #000;
}


#slider-wrap{
  width: 100%;
  position: relative;
  border-bottom: 6px solid #205223;
}
#slider {
  width: 100%;
  height: 670px;
  overflow: hidden;
  position: relative;
}
#slider:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: url(../image/bg-slider-gradient.png) no-repeat center 0; */
  background: -moz-linear-gradient(top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,.7) 0%, rgba(0,0,0,.1) 100%);
  z-index: 1;
}
.slide.top-box-index .link-udaz {
  margin-top: 45px;
  padding: 24px 120px 27px 30px;
  display: block;
  position: relative;
  width: 100%;
}
.slide.top-box-index .hold-txt .txt3 {
  margin-bottom: 30px;
  font-size: 50px;
  line-height: 45px;
}
.top-box-index .hold-txt .txt4 {
  font-size: 42px;
  margin-bottom: 18px;
}
.slide.top-box-index .hold-txt {
  width: 584px;
  overflow: hidden;
}
.slide.top-box-index .hold-txt {
  padding: 38px 0 0 20px;
}
.slide.top-box-index .hold-txt .txt5 {
  font-size: 24px;
  line-height: 38px;
}
.slide {
  width: 100%;
  height: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}
.info-slid {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 4;
  color: #fff;
}
.info-slid .text-slide {
  padding-top: 130px;
  padding-left: 15px;
  width: 40%;
  font-size: 20px;
  line-height: 32px;
  color: #c8c8c8;
}
.info-slid .text1 {
  font-size: 40px;
  line-height: 54px;
  color: #fff;
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}
.info-slid .text2 {
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 54px;
  color: #fff;
  display: block;
  text-transform: uppercase;
}
.link-slider {
  margin-top: 25px;
    display: inline-block;
    vertical-align: top;
    font-size: 19.5px;
    line-height: 30px;
    position: relative;
    text-transform: uppercase;
    color: #8ac4ec !important;
    font-weight: 700;
}
.link-slider:after {
  content: "";
  display: block;
  width: 34px;
  height: 16px;
  /* background: url(../image/arrow-link-right.png) no-repeat 0 0; */
  position: absolute;
  top: 8px;
  right: -49px;
}
.link-slider:hover:after {
  right: -50px;
}
.link-slider span {
  border-bottom: 1px solid rgba(138, 196, 236, 0.5);
}
.link-slider:hover span {
  border-color: rgba(138, 196, 236, 0.95);
}
.nav-slider {
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  z-index: 5;
}
.sli-links {
  opacity: .9;
}
.sli-links:after {
  content: "";
  display: block;
  clear: both;
}
.sli-links li {
  padding-top: 14px;
  padding-left: 25px;
  float: left;
  background: #57bc5d;
  height: 80px;
  width: 16.6666%;
  color: #fff;
  float: left;
  cursor: pointer;
  position: relative;
  font-size: 17px;
  line-height: 24px;
}
.sli-links li:before {
  content: "";
  margin-left: -11px;
  display: block;
  width: 22px;
  height: 22px;
  background: #57bc5d;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: -8px;
  left: 50%;
  opacity: 0;
  -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.sli-links li:nth-child(2),
.sli-links li:nth-child(2):before {
  background: #4fac54;
}
.sli-links li:nth-child(3),
.sli-links li:nth-child(3):before {
  background: #439447;
}
.sli-links li:nth-child(4),
.sli-links li:nth-child(4):before {
  background: #367c3b;
}
.sli-links li:nth-child(5),
.sli-links li:nth-child(5):before {
  background: #29622c;
}
.sli-links li:nth-child(6),
.sli-links li:nth-child(6):before {
  background: #205223;
}
.sli-links li.active {
  cursor: default;
  font-weight: 600;
}
.sli-links li.active:before {
  opacity: 1;
}
/* .sli-links li:after {
    content: "";
    display: block;
    width: 100%;
    height: 6px;
    background: #ffdf00;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}
.sli-links li.active:after {
  opacity: 1;
} */

.top-footer .ul-footer-menu li::before {
    display: inline-block;
    width: 5px;
    height: 5px;
    content: "";
    vertical-align: middle;
    margin: -1px 10px 0 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #18ba60;
}
.top-footer .ul-footer-menu a span {
  border-bottom: 1px solid rgba(255,255,255,.3);
}
.top-footer .ul-footer-menu a:hover span {
  border-color: rgba(255,255,255,.9);
}
.hold-menu-footer {
  width: 60%;
  float: left;
}
.hold-form-footer {
  margin-top: -40px;
  margin-bottom: -174px;
  padding: 40px;
  padding-bottom: 50px;
  width: 40%;
  float: right;
  background: #44aa4a;
}
.hold-form-footer p {
  margin-bottom: 27px;
}
.hold-form-footer .button2 {
    padding: 11px 0;
    background: #ffe400;
    color: #192235;
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    height: 50px;
    border: 2px solid #ffe400;
}
.hold-form-footer .button2:hover {
  background: #ffd400;
  border-color: #ffd400;
  color: #192235;
}
.row-form {
  margin-bottom: 20px;
}
.hold-form-footer .header-hold {
  text-transform: uppercase;
  font-weight: 600;
}
.hold-form-footer .header-hold:after {
  background: #ffe400;
}
.hold-form-footer input {
  padding: 15px 13px;
}
.hold-form-footer .row-width50 {
    margin: 0 -10px 20px;
}
.hold-form-footer .row-width50 .width50 {
    padding: 0 10px;
    width: 50%;
    float: left;
    position: relative;
}

.play-video-modal.modal .close {
  top: -25px;
  right: -25px;
  background: url('../img/cancel3.png') no-repeat 0 0;
}
.play-video-modal .caption-white {
    background: #fff;
    display: block;
    height: auto;
    left: 50%;
    margin-left: -343px;
    margin-top: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 150px;
    width: 745px;
    height: 420px;
    z-index: 9999;
}
.play-video-modal .caption-white iframe {
  height: 100%;
  width: 100%;
}


.our_team {
  margin: 0 -10px;
}
.our_team2 {
  margin: 0 -10px;
}
.our_team:after {
  content: "";
  display: block;
  clear: both;
}
.our_team2:after {
  content: "";
  display: block;
  clear: both;
}
.our_team li {
  padding: 53px 10px 20px;
  float: left;
  width: 50%;
  position: relative;
}
.our_team2 li {
  padding: 53px 10px 20px;
  float: left;
  width: 50%;
  position: relative;
}

.postid-133 {
  background: #fff;
}
.postid-133 .hold-sub_menu ul li.current-menu-item a {
  background: #fff;
}
.our_team li span {
  display: block;
}
.our_team2 li span {
  display: block;
}
.our_team .hold, .hold2 {
  padding: 0 40px;
  background: #ecf1f7;
  position: relative;
}
.our_team2 .hold {
  padding: 0 40px 0 30px;
  background: #ecf1f7;
  position: relative;
}
.our_team .hold:before {
  content: "";
  display: block;
  width: calc(100% - 76px);
  width: -moz-calc(100% - 76px);
  width: -webkit-calc(100% - 76px);
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 38px;
  background: #44aa4a;
}
.our_team .hold2:before {
  content: "";
  display: block;
  width: calc(100% - 76px);
  width: -moz-calc(100% - 76px);
  width: -webkit-calc(100% - 76px);
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 38px;
  background: #44aa4a;
}
.our_team .hold:after {
  content: "";
  display: block;
  clear: both;
}
.our_team .hold2:after {
  content: "";
  display: block;
  clear: both;
}
.our_team .hold-txt, .hold-txt3 {
  padding-top: 50px;
  position: absolute;
  top: 0;
  left: 40px;
}
.our_team .hold-txt2, .hold-txt4 {
  padding-top: 50px;
  position: absolute;
  top: 0;
  right: 40px;
}
.our_team .hold .box-link-team {
  position: absolute;
  padding: 0;
  bottom: 55px;
  left: 40px;
  display: inline-block;
  color: #44aa4a;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid rgba(68,170,74,.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.our_team .hold2 .box-link-team {
  position: absolute;
  padding: 0;
  bottom: 55px;
  right: 119px;
  display: inline-block;
  color: #44aa4a;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid rgba(68,170,74,.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.our_team .hold2 .box-link-team2 {
  right: 106px;
}
.our_team .box-link-team:after {
    content: "\f054";
    font-family: "fontAwesome";
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}
.our_team .box-link-team:hover {
  border-color: rgba(0,0,0,.9);
  cursor: pointer;
  color: #000;
}
.our_team .komanda1 {
  margin-top: -53px;
  float: right;
}
.our_team .komanda2 {
  margin-top: -53px;
  float: left;
}
.our_team .txt1 {
  margin-bottom: 15px;
  font-size: 28px;
  list-style: 32px;
  font-weight: 600;
}
.our_team .txt2 {
  margin-bottom: 30px;
  font-size: 15px;
  list-style: 22px;
}
.our_team .txt3 {
  font-size: 15px;
  list-style: 22px;
}
.our_team2 .txt1 {
  margin-bottom: 15px;
  font-size: 28px;
  list-style: 32px;
  font-weight: 600;
}
.our_team2 .txt2 {
  margin-bottom: 30px;
  font-size: 15px;
  list-style: 22px;
}
.our_team2 .txt3 {
  font-size: 15px;
  list-style: 22px;
}

.postid-135 h2 {
  margin-top: 0;
}
.spikers .hold-spiker {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.spikers .header-hold h2 {
  text-transform: none;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}
.spikers img {
  position: absolute;
  top: 40px;
  left: 0;
}
.spikers .hold-txt {
  margin-left: 190px;
  padding: 50px 40px 30px 230px;
  background: #ecf1f7;
  min-height: 465px;
}
.spikers .img-right .hold-txt {
  margin-left: 0;
  margin-right: 190px;
  padding: 50px 230px 30px 40px;
}
.postid-152 .entry-content .header-hold {
    margin-bottom: 40px;
}
.spikers .img-right img {;
  left: auto;
  right: 0;
}
.open-txt-link {
  margin-top: 25px;
}
.open-txt-link span {
  display: inline-block;
  color: #44aa4a;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid rgba(68,170,74,.3);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.open-txt-link span:after {
    content: "\f054";
    font-family: "fontAwesome";
    font-size: 10px;
    font-weight: normal;
    margin-left: 10px;
    display: inline-block;
}
.open-txt-link:hover span {
    border-color: rgba(0,0,0,.9);
    cursor: pointer;
    color: #000;
}

.modal-open .modal {
    background: rgba(0,0,0,.5);
}
.caption-white {
    background: #fff;
    display: block;
    height: auto;
    left: 50%;
    margin-left: -262px;
    margin-top: 0;
    padding: 30px;
    padding-top: 25px;
    position: fixed;
    text-align: center;
    top: 150px;
    width: 525px;
    z-index: 9999;
}

.modal .close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../img/cancel2.png) no-repeat 0 0;
    display: block;
    width: 18px;
    height: 18px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: all 0s ease;
       -moz-transition: all 0s ease;
         -o-transition: all 0s ease;
            transition: all 0s ease;
}
.modal .close:hover {
    background-position: -18px 0;
}
.modal .head-modal {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-weight: 600;
}

.modal-thank-you .modal-cont {
    padding: 50px;
    text-align: center;
    font-size: 15px;
    line-height: 31px;
    margin: -100px 0 0 -250px;
    width: 500px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;

}
.modal .head-form {
  margin-bottom: 15px;
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
}
.modal .head-form b {
  font-weight: 800;
}
#text {
    margin-bottom: 25px;
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    position: relative;
    font-weight: 600;
}
.row-width50 {
    margin: 0 -7.5px 15px;
    overflow: hidden;
}
.width50 {
    padding: 0 7.5px;
    width: 50%;
    float: left;
    position: relative;
}
.width100 {
    padding: 0 7.5px;
    width: 100%;
    float: left;
    position: relative;
}
.modal input,
.modal select,
.modal textarea {
    padding: 8px 10px;
    width: 100%;
    color: #000;
    border-radius: 0;
    background: rgba(31,42,68,.1);
}
.add-cart button {
  padding: 7px 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #44aa4a;
  border: 2px solid #44aa4a;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 0;
}
.add-cart button:hover {
    background: #fff;
    color: #44aa4a;
}
#menu-item-1434 {
  display: none;
}
.nav-slider
{
	display:none;
}
.novosti-data
{
margin-top:15px;
}
.novosti-data span
{
	font-weight:600;
	color:#44aa4a;
	margin-left:15px;
}