﻿/* -- 2016-2018 - digiteco.ru ------------------------------------------------ */

@charset "UTF-8";
@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

html {}

body {
  font-family: 'Ubuntu', 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 105%;
  color: #333;
  font-weight: 400;
  background: #fafafa url(../images/pattern4.png) 0 0 repeat;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 100%;
  }
}

section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.wrapper {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.clear {
  clear: both;
}

a {
  color: #3766aa;
  text-decoration: none;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a:hover,
a:focus {
  color: #222222;
  text-decoration: underline;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.page-header {}

p {
  line-height: 1.3em;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.last {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 240%;
  line-height: 1.1;
  font-weight: 300;
  font-family: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  margin-bottom: 30px;
}

h2 {
  font-size: 220%;
  line-height: 1.1em;
  font-weight: 300;
  font-family: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

h3 {
  font-size: 140%;
  line-height: 1.2em;
  font-weight: 300;
  font-family: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}

h4 {
  font-size: 115%;
  line-height: 1.2em;
  font-weight: 300;
  font-family: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

ul,
ol {
  padding: 0;
  margin: 0;
  margin-left: 30px;
  margin-bottom: 15px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  padding-bottom: 5px;
}

hr {
  margin: 25px 0;
  border: 0;
  border-top: 1px solid #acc3e4;
  border-bottom: none;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  background: none;
  font-size: 80%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.breadcrumb>li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.breadcrumb>li>.divider {
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb a {
  color: #888888;
  text-decoration: underline;
}

.breadcrumb a:hover {
  color: #333333;
  text-decoration: none;
}

.breadcrumb>.active {
  color: #888888;
}

.breadcrumb .icon-location {
  display: none;
}

/* top-contact */

.top-contact {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0px;
  border-bottom: 1px solid #dddddd;
}

.contats-in-top {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  color: #444444;
  white-space: nowrap;
  align-items: center;
}

.contats-in-top a {
  color: #444444;
  text-decoration: none;
}

.contats-in-top a:hover {
  color: #222222;
  text-decoration: underline;
}

.top-adress {
  flex: 3 1 400px;
  text-align: center;
}

.top-adress span {
  background: url(../images/icon_adress.png) 0px 5px no-repeat;
  padding: 10px 0px;
  padding-left: 32px;
}

.top-mail {
  flex: 1 1 240px;
  text-align: center;
}

.top-mail span {
  background: url(../images/icon_mail.png) 0px 5px no-repeat;
  padding: 10px 0px;
  padding-left: 30px;
}

.top-tel {
  flex: 1 1 240px;
  text-align: center;
}

.top-tel span {
  background: url(../images/icon_tel.png) 0px 5px no-repeat;
  padding: 10px 0px;
  padding-left: 35px;
}

@media screen and (max-width: 1100px) {
  .top-adress {
    display: block;
    width: 100%;
    white-space: normal;
    text-align: center;
    margin-bottom: 5px;
  }
  .top-mail,
  .top-tel {
    text-align: center;
  }
  .top-mail {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .contats-in-top,
  .top-adress,
  .top-mail,
  .top-tel {
    display: block;
    width: 100%;
    white-space: none;
    text-align: center;
  }
  .top-adress,
  .top-mail {
    margin-bottom: 5px;
  }
  .top-mail {
    display: none;
  }
}

/* logo */

.top-logo {
  padding: 30px 0px;
  padding-bottom: 0px;
}

a.logotype,
a.logotype:hover {
  text-decoration: none;
}

.logo {
  width: 70%;
  float: left;
  padding-left: 130px;
  background: url(../images/logo.png) 0px 10px no-repeat;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.logo h1 {
  /* color: #2d70cf; */
  color: #2d70cf;
  font-size: 230%;
  font-weight: 300;
  margin: 0;
  padding: 0;
  padding: 6px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a.logotype:hover h1 {
  color: #3766aa;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.logo h1 span {
  font-weight: 700;
}

.logo p {
  color: #333;
  margin: 0;
  padding: 0;
}

.right-logo {
  width: 30%;
  float: left;
  text-align: right;
  padding-top: 15px;
  padding-right: 20px;
  background: url(../images/bg_vopros.png) 100% 0% no-repeat;
}

.est-vopros p {
  margin: 0;
  padding: 0;
  color: #333;
}

a.button-blue {
  background: #96c81b url(../images/icon_napisat.png) 10px 2px no-repeat;
  color: #fff;
  text-shadow: 0px 1px 0px #7aa510;
  border: 1px solid #7aa510;
  font-weight: 400;
  text-decoration: none;
  padding: 7px 20px;
  padding-bottom: 8px;
  padding-left: 44px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

a.button-blue:hover {
  background: #3766aa url(../images/icon_napisat.png) 10px 2px no-repeat;
  color: #fff;
  text-shadow: 0px 1px 0px #3766aa;
  border: 1px solid #3766aa;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.right-gamburger {
  display: none;
}

@media screen and (max-width: 1030px) {
  .logo {
    width: 80%;
    width: -moz-calc(100% - 65px);
    width: -webkit-calc(100% - 65px);
    width: calc(100% - 65px);
  }
  .right-logo {
    display: none;
  }
  /* .right-gamburger {
		display: block;
		width: 40px;
		height: 40px;
		float: right;
		margin-top: 25px;
		margin-right: 5px;
		margin-left: 10px;
		text-align: center;
		text-decoration: none;
		background: rgba(18,87,187,0.7) url(../images/icon_menu.png) 50% 50% no-repeat;
		border: 1px solid #3766aa;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-ms-border-radius: 3px;
		-o-border-radius: 3px;
		border-radius: 3px;
	}
	.right-gamburger:hover {
		background: #3766aa url(../images/icon_menu.png) 50% 50% no-repeat;
		border: 1px solid #3766aa;
		text-decoration: none;
	}	*/
  /* .top-menu {
		display: none;
	} */
}

@media screen and (max-width: 780px) {
  .logo {
    width: 100%;
    padding-left: 0px;
    background: none;
    text-align: center;
  }
}

@media screen and (max-width: 580px) {
  .logo {
    width: 100%;
    padding-left: 0px;
    background: none;
    text-align: center;
  }
  .logo h1 {
    font-size: 190%;
  }
}

@media screen and (max-width: 480px) {
  .logo {
    width: 100%;
    padding-left: 0px;
    background: none;
    text-align: center;
  }
  .logo h1 {
    font-size: 180%;
  }
  .logo p {
    display: none;
  }
}

.top-menu {
  padding-top: 35px;
}

.top-menu ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

.top-menu ul li {
  display: inline-block;
  list-style: none;
  padding: 0px 5px;
  padding-bottom: 10px;
  text-align: center;
}

.top-menu ul li a {
  display: inline-block;
  border: 1px solid #acc3e4;
  background: rgba(18, 87, 187, 0.7);
  color: #fff;
  text-shadow: 0px 1px 0px #3766aa;
  border: 1px solid #3766aa;
  padding: 6px 20px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.top-menu ul li a:hover {
  background: #96c81b;
  color: #fff;
  text-shadow: 0px 1px 0px #7aa510;
  border: 1px solid #7aa510;
  text-decoration: none;
}

/*
@media screen and (max-width: 1030px) {
	.top-menu {
		display: none;
	}
} */

@media screen and (max-width: 880px) {
  .top-menu ul,
  .top-menu ul li {
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .top-menu ul li {
    padding-bottom: 13px;
  }
  .top-menu ul li a {
    padding: 3px 10px;
  }
}

/* */

.uslugi-glavnaya {
  padding-top: 5px;
}

.index-navigation {
  /* display: -webkit-flex;
	display: flex;
  flex-wrap: wrap; */
}

.slider {
  border: 1px solid #acc3e4;
  margin: 5px 5px 15px;
  background: rgba(255, 255, 255, 0.9);
  /* flex: 1 1 500px; */
  min-height: 200px;
  padding: 40px 45px;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.slider .wk-slideshow {
  height: 100%;
}

.slider .wk-content {
  padding-top: 5px;
  padding-bottom: 50px;
}

a.inslide-button {
  display: inline-block;
  background: #96c81b;
  color: #fff;
  text-shadow: 0px 1px 0px #7aa510;
  border: 1px solid #7aa510;
  text-decoration: none;
  padding: 7px 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

a.inslide-button:hover {
  background: #96c81b;
  color: #fff;
  text-shadow: 0px 1px 0px #7aa510;
  border: 1px solid #7aa510;
  text-decoration: none;
}

.slider ul.nav {
  z-index: 100;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media screen and (max-width: 780px) {
  .slider {
    display: block;
    width: 100%;
    /* min-height: 300px; */
  }
}

@media screen and (max-width: 580px) {
  .slider {
    display: none;
  }
  .slider h1 {
    font-size: 180%;
  }
}

.extra-news {
  overflow: visible;
  margin: 5px 5px 15px;
  /* border: 2px solid #acc3e4; */
  border: 5px solid #96c81b;
  /* border-left: 5px solid #96c81b; */
  /* background: rgba(255, 255, 255, 0.9); */
  background-color: #f5f5f5;
  /* background-image: url(../images/extra-news-label.png); */
  background-image: url(../images/extra-news-label.png), url(../images/gr-pattern.jpg);
  background-position:  97% -15px, center center;
  /* background-size: cover; */
  /* background-position:   */
  background-repeat: no-repeat, repeat;
  padding: 20px 20px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.extra-news h2 {
 font-size: 150%;
}

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

  .extra-news {
    background-image: url(../images/gr-pattern.jpg);
    background-position:  center center;
    background-repeat: repeat;
  }
}

@media screen and (min-width: 580px) {

  .extra-news {
    /*padding: 40px 45px;*/
	padding: 5px;
  }

  .extra-news h2 {
    font-size: 220%;
   }
}


.trud-table {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  border-collapse: collapse;
  overflow-x: auto;
}
.trud-table td {
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 5px 10px;
}

.navigation {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* flex: 1 1 500px; */
  margin: 0;
}

.nav-1,
.nav-2,
.nav-3,
.nav-4,
.nav-5,
.nav-6 {
  margin: 5px;
  flex: 1 1 240px;
  min-height: 120px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.nav-1,
.nav-4,
.nav-5 {
  flex: 3 1 240px;
}

.anav {
  position: relative;
  display: -webkit-flex;
  display: flex;
  background: rgba(18, 87, 187, 0.7);
  color: #fff;
  text-shadow: 0px 1px 0px #3766aa;
  border: 1px solid #3766aa;
  text-decoration: none;
  padding: 20px 30px;
  text-align: center;
}

.anav:active,
.anav:focus {
  color: #fff;
  text-shadow: 0px 1px 0px #3766aa;
  border: 1px solid #3766aa;
  text-decoration: none;
}

.anav:hover {
  background: #96c81b;
  color: #fff;
  text-shadow: 0px 1px 0px #7aa510;
  border: 1px solid #7aa510;
  text-decoration: none;
}

.anav h3 {
  margin: 0;
  padding: 0;
  font-size: 115%;
  font-weight: 300;
}

.anav:hover img {
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  -webkit-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.anav_center-icon {
  margin: auto;
}

/* Основной контент */

.osn-content {
  padding: 40px 0px;
  min-height: 300px;
}

.content-block {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.left-content {
  border: 1px solid #eee;
  margin-right: 35px;
  background: rgba(255, 255, 255, 0.7);
  flex: 0 0 300px;
  padding: 30px 35px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.right-content {
  flex: 1 1 500px;
  padding: 0;
}

@media screen and (max-width: 960px) {
  .content-block {
    /* display: block; */
    /* width: 100%; */
    flex-direction: column;
  }
  .right-content {
    /* display: block; */
    flex: 1 1 100%;
    order: 1;
    width: 100%;
    margin-bottom: 30px;
  }
  .left-content {
    /* display: none; */
    /* display: block;
    width: 100%; */
    flex: 1 1 100%;
    order: 2;
    width: 100%;
  }
}

.left-menu-box {
  padding-bottom: 25px;
}
@media screen and (max-width: 960px) {
  .left-menu-box {
    display: none;
  }
}

.left-menu {

}

.left-menu ul {
  margin: 0;
  padding: 0;
}

.left-menu ul li {
  list-style: none;
  padding: 5px 0px;
  padding-bottom: 10px;
  line-height: 1.3em;
}

.left-menu ul li a {
  text-decoration: underline;
}

.left-menu ul li.active a {
  color: #222222;
}

.left-menu ul li>ul {
  margin: 0;
  padding: 0;
  padding-top: 7px;
}

.left-menu ul li>ul li {
  list-style: none;
  padding: 5px 0px;
  padding-bottom: 8px;
  line-height: 1.3em;
  padding-left: 28px;
  background: url(../images/leftmenu-li.png) 0px 7px no-repeat;
}

.left-menu ul li.active>ul li a {
  color: #3766aa;
}

.left-menu ul li.active>ul li a:hover {
  color: #222222;
}

.left-menu ul li>ul li.active a {
  color: #222222;
}

.left-menu ul li>ul li:last-child {
  padding-bottom: 0px;
}

.search-box {
  width: 92%;
  margin: 0 auto;
  padding: 15px 0 5px;
}

@media (max-width: 960px) {
  .search-box {
    width: 95%;
    padding: 10px 0 5px;
  }
}

.trud-search label {
  display: none;
}
.trud-search .form-inline {
  display: -webkit-flex;
  display: flex;
}
.trud-search .form-inline input {
  flex: 1 1 auto;
  padding: 10px 10px;
  font-family: 'Ubuntu', 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 16px;
  min-width: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ccc;
}
.trud-search .form-inline button {
  flex: 0 0 50px;
  width: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #2d70cf;
  border: none;
  text-indent: -9999px;
  background-image: url(../images/magnifying-glass.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.trud-search .form-inline button:hover {
  background-color: #96c81b;
}

.chzn-container {
  width: 55px !important;
  font-family: 'Ubuntu', 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 12px;
}



.search form .btn-toolbar {
  margin-bottom: 20px;
}
.search form .btn-toolbar .btn-group {
  display: block;
  width: 100%;
}
.search form .btn-toolbar {
  /* display: none; */
}
.search form .btn-toolbar input {
  display: block;
  width: 100%;
  /* padding: 8px 10px; */
  padding: 0 0 5px;
  font-family: 'Ubuntu', 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  min-width: 0;
  border: none;
  /* border-bottom: 1px solid #ddd; */
  background: transparent;
  pointer-events: none;
  color: #bbb;
  font-style: italic;
}
.search form .btn-toolbar button {
  display: none;
}

.search-results .result-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.search-results .result-category {
  display: none;
  /* font-size: 12px;
  color: #888;
  margin-bottom: 10px; */
}
.search-results .result-text {
  font-size: 16px;
  margin-bottom: 15px;
}


.popular-tags-box {
  margin-bottom: 10px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}

.tags,
.tagspopular ul {
  display: block;
  list-style: none;
  margin: 0;
  padding: 25px 0;
  padding: 0;
  background: transparent;
}
.tagspopular ul {
  margin: 0;
}
.tags li,
.tagspopular ul li {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0 7px 7px 0;
}
.tags li a,
.tagspopular ul li a {
  display: inline-block;
  border: 1px solid #ddd;
  background: #f1f1f1;
  padding: 1px 5px;
  border-radius: 2px;
  text-decoration: none;
  color: #666;
  font-size: 12px;
}
.tags li a:hover,
.tagspopular ul li a:hover {
  border: 1px solid #aaa;
  background: #eee;
  text-decoration: none;
  color: #444;
}

.tag-category .category {
  padding: 0;
  margin: 0;
  list-style: none;
}
.tag-category .category li {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.tag-category .category li h3 {
  padding: 0;
  margin: 0;
  font-size: 17px;
}
.tag-category .category li h3 a {
  text-decoration: underline;
}




/* блок навигации для подразделов */

.subnavigation {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 500px;
  margin: 0;
}

.subnavigation .anav {
  display: block;
}

.nav-11,
.nav-22,
.nav-33 {
  margin: 5px;
  flex: 1 1 240px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.nav-22 {
  flex: 3 1 240px;
}

.nav-33 {
  flex: 3 1 340px;
}

.cennik {
  padding: 2px 6px;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-weight: 700;
  white-space: nowrap;
  color: #96c81b;
}

.bloprice {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-bottom: 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #eeeeee;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.bloprice:hover {
  border: 1px solid #96c81b;
  background: rgba(255, 255, 255, 1.0);
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -ms-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.bloprice h3 {
  margin-bottom: 10px;
  font-weight: 400;
}

.bloprice h3.last {
  margin-bottom: 0px;
}

.budget {
  min-width: 300px;
  float: right;
  padding-top: 0px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.hours {
  display: block;
  margin-right: 2%;
  margin-bottom: 4px;
  float: right;
  padding: 2px 15px;
  background: #ffffff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #96c81b;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
  color: #96c81b;
}

.cennik {
  display: block;
  padding: 2px 15px;
  margin-bottom: 4px;
  float: right;
  margin-right: 2%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(18, 87, 187, 0.7);
  color: #fff;
  text-shadow: 0px 1px 0px #3766aa;
  border: 1px solid #3766aa;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

@media screen and (max-width: 760px) {
  .bloprice {
    padding-bottom: 67px;
  }
  .budget {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    min-width: 100px;
    clear: both;
    padding: 0;
  }
}

table.table-price {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ffffff;
}

table.table-price tr,
table.table-price th,
table.table-price td {
  border-collapse: collapse;
  border: 1px solid #ffffff;
}

table.table-price th {
  font-weight: 700;
}

table.table-price th,
table.table-price td {
  padding: 9px 20px;
}

table.table-price tr {
  background-color: #fff;
}

table.table-price tr:nth-child(odd) {
  background-color: #f6f6f6;
}

/* Наши клиенты */

.our-clients {
  padding: 40px 0px;
  padding-top: 1px;
  /* ba-ckground: rgba(226,226,226,0.3);
	bo-rder-top: 1px solid #eee; */
}

/* карусель наши клиенты */

#owl-demo .item {
  margin: 10px;
}

#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* картинка в тексте */

img.imgatext {
  display: block;
  width: 100%;
  max-width: 220px;
  float: right;
  border: 1px solid #ddd;
  margin-left: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 720px) {
  img.imgatext {
    display: block;
    width: 100%;
    max-width: 600px;
    clear: both;
    border: 1px solid #ddd;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

/* картинка в тексте */

img.imgatextbig {
  display: block;
  width: 100%;
  max-width: 340px;
  float: right;
  border: 1px solid #ddd;
  margin-left: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 720px) {
  img.imgatextbig {
    display: block;
    width: 100%;
    max-width: 640px;
    clear: both;
    border: 1px solid #ddd;
    margin-left: 0px;
    margin-bottom: 20px;
  }
}

img.imgright {
  display: block;
  max-width: 300px;
  float: right;
  border: 1px solid #ddd;
  margin-left: 30px;
  margin-bottom: 20px;
}

/* нексколько картинок в ряд - 4 шт. */

.blofoto4 {
  display: block;
  width: 23%;
  margin: 1%;
  float: left;
  border: 1px solid #ddd;
}

.blofoto4 p {
  margin: 0;
  padding: 0;
  line-height: 0.7em;
}

.blofoto4 img {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .blofoto4 {
    width: 48%;
  }
}

@media screen and (max-width: 340px) {
  .blofoto4 {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    clear: both;
  }
}

/* о нас */

/* блок навигации для подразделов */

.allonas {
  display: -webkit-flex;
  display: flex;
  margin: 0;
}

.bloonas {
  width: 31%;
  margin: 1%;
  flex: 1 1 100px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

img.imginabout {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .allonas {
    display: block;
    margin: 0;
  }
  .bloonas {
    display: block;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
}

/* документы */

.documan {
  display: block;
  width: 30%;
  margin: 1%;
  float: left;
  border: 1px solid #ddd;
}

.documan img {
  width: 100%;
}

@media screen and (max-width: 720px) {
  .documan {
    width: 48%;
  }
}

@media screen and (max-width: 480px) {
  .documan {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    clear: both;
  }
}

/* Заявка на обучение - кнопка скачать файл заявки */

a.saveorder {
  display: inline-block;
  padding: 6px 30px;
  font-size: 115%;
  color: #ffffff;
  text-shadow: 0px 1px 0px #7aa510;
  border: 1px solid #7aa510;
  background: #96c81b;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

a.saveorder:hover {
  background: #3766aa;
  color: #fff;
  text-shadow: 0px 1px 0px #3766aa;
  border: 1px solid #3766aa;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

/* для popup от widdgetkit */

#lightbox-overlay,
#lightbox-wrap,
#lightbox-outer,
#lightbox-content,
#lightbox-close {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* форма в тексте - оставить заявку */

.blosformou {
  width: 100%;
  margin: 20px 0px;
  padding: 15px 30px;
  border: 1px solid #7aa510;
  background: #96c81b;
  color: #ffffff;
  text-shadow: 0px 1px 0px #7aa510;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}

.contact {
  margin: 0;
  padding: 0;
  padding-top: 14px;
}

.contact p.mb5px {
  margin: 0;
  padding-bottom: 5px;
  padding-top: 10px;
}

.contact h3,
.message h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
}

.contact h4 {
  padding-bottom: 10px;
}

.message h4 {
  padding-bottom: 0px;
  margin: 0;
}

.contact hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #ffffff;
  border-bottom: none;
}

.contact .flevo {
  width: 48%;
  float: left;
}

.contact .fpravo {
  width: 48%;
  float: right;
}

.contact input {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 19px;
  line-height: 1.3em;
}

.contact textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 90%;
  height: 192px;
  resize: none;
  padding: 5px 10px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 19px;
  line-height: 1.3em;
}

.fvshope label {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
  margin-bottom: 9px;
  margin-top: 0px;
  color: #dd0000;
  text-shadow: none;
  font-size: 14px;
}

p.knopkabut {
  padding-top: 13px;
}

p.knopkabut button {
  font-family: 'Ubuntu', 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 115%;
  line-height: 1.3em;
  font-weight: 700;
  background: #7aa510;
  color: #fff;
  text-shadow: 0px 1px 0px #7aa510;
  border: 1px solid #7aa510;
  padding: 6px 20px;
  margin-top: 10px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

p.knopkabut button:hover {
  background: #3766aa;
  color: #fff;
  text-shadow: 0px 1px 0px #3766aa;
  border: 1px solid #3766aa;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

@media screen and (max-width: 580px) {
  .contact .flevo {
    width: 100%;
    clear: both;
  }
  .contact .fpravo {
    width: 100%;
    clear: both;
  }
  .contact textarea,
  .contact .commentfortext {
    display: none;
  }
}

.contact input[type="checkbox"] {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  float: left;
  padding: 5px 5px;
  margin: 0px;
  margin-bottom: 10px;
  font-family: 'Ubuntu', 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.3em;
  cursor: pointer;
}

.contact label.vybor-kursa {
  display: inline;
  margin: 0;
  padding: 0;
  padding-left: 10px;
  padding-bottom: 5px;
  color: #ffffff;
  text-shadow: 0px 1px 0px #7aa510;
  font-family: 'Ubuntu', 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

/* docs */

.togglewrapper {
  width: 100%;
  display: none;
  padding-bottom: 15px;
}

h3.headertoogle {
  margin: 0;
  padding-bottom: 15px;
}

h3.headertoogle a,
h3.headertoogle a:active,
h3.headertoogle a:focus {
  border-bottom: 1px dashed #444;
  text-decoration: none;
  color: #333;
}

h3.headertoogle a:hover {
  border-bottom: 1px dashed #7aa510;
  color: #7aa510;
  text-decoration: none;
}

/* footer */

.footer {
  background: rgba(255, 255, 255, 0.9);
  padding: 55px 0px;
  color: #222222;
  text-shadow: none;
  border-top: 1px solid #dddddd;
}

.footer a {
  color: #222222;
}

.footer .wrapper {
  position: relative;
  padding-right: 350px;
}

.footer .counters {
  width: 300px;
  position: absolute;
  top: 0px;
  right: 0;
}

.counters-table {
  display: table;
  width: 300px;
}

.counters-cell {
  display: table-cell;
  width: 100px;
}

.footer__oferta {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  padding-top: 15px;
  font-size: 14px;
  line-height: 1.2;
  color: #aaa;
}

.footer__oferta a {
  color: #aaa;
  text-decoration: underline;
}

.footer__oferta a:hover {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  .footer h4 {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .footer .wrapper {
    padding-right: 0px;
    padding-bottom: 10px;
  }
  .footer .counters {
    width: 100%;
    position: relative;
    bottom: 0px;
    right: 0;
    padding-top: 20px;
  }
}

@media screen and (max-width: 480px) {
  .footer {
    text-align: center;
  }
  .counters-table {
    text-align: center;
    margin: auto;
  }
  .counters-cell {
    text-align: center;
  }
}

@media screen and (max-width: 360px) {
  .counters-table {
    display: block;
    width: 100%;
  }
  .counters-cell {
    display: block;
    width: 100%;
    padding: 5px 0px;
    text-align: center;
  }
}

input#addstudent {
  font-family: 'Ubuntu', 'Trebuchet MS', Tahoma, Arial, sans-serif;
  font-size: 115%;
  line-height: 1.3em;
  font-weight: 700;
  background: #7aa510;
  color: #fff;
  text-shadow: 0px 1px 0px #7aa510;
  border: 1px solid #7aa510;
  padding: 6px 20px;
  margin-top: 10px;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  width: 300px;
}

/* -- 2016 - www.incv.ru ------------------------------------------------ */
.slide_prew {
	/* max-height: 254px; */
	max-height: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inmc_ae {
	height: 25px;
    overflow: hidden;
}
.slide_prew{
  max-height: unset !important;
}

/*Btn-call*/

.btn_call {
    background: #96c81b;
    color: #fff;
    text-shadow: 0px 1px 0px #7aa510;
    border: 1px solid #7aa510;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 20px;
  	font-size: 16px;
  	border-radius: 3px;
  	transition: 0.3s all;
  	font-family: 'Ubuntu';
}

.btn_call:hover {
    background: #3766aa;
    color: #fff;
    text-shadow: 0px 1px 0px #3766aa;
    border: 1px solid #3766aa;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s all;
}

@media (max-width: 640px) {
  .btn_call {
    margin: 15px;
  }

  
  .referer {
    text-align: center !important;
    font-size: 10px !important;
    color: white !important;
  }  
  