@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("../fonts/Museosanscyrl500.eot?#iefix") format("embedded-opentype"), url("../fonts/Museosanscyrl500.otf") format("opentype"), url("../fonts/Museosanscyrl500.woff") format("woff"), url("../fonts/Museosanscyrl500.ttf") format("truetype"), url("../fonts/Museosanscyrl500.svg#Museosanscyrl500") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Museo Sans Cyrl';
  src: url("../fonts/MuseoSansBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MuseoSansBold.otf") format("opentype"), url("../fonts/MuseoSansBold.woff") format("woff"), url("../fonts/MuseoSansBold.ttf") format("truetype"), url("../fonts/MuseoSansBold.svg#MuseoSansBold") format("svg");
  font-weight: 700;
  font-style: normal;
}

body, * {
  padding: 0;
  margin: 0;
}

body {
  background: #f2f2f2;
}

.main__advantages-list {
    margin-top: 65px;
}

.advantages-list {
  font-size: 0;
  color: black;
  text-justify: newspaper;
  text-align: justify;
}

.advantages-list::after {
  content: '';
  width: 100%;
  height: 0;
  visibility: hidden;
  display: inline-block;
}

.advantages-list__item {
  
  background-color:  rgba(255, 255, 255, 0.64);
  box-shadow: 0px 5px 21.12px 2.88px rgba(0, 0, 0, 0.31);
  width: 295px;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 15px;
  text-align: left;
  font-size: 2rem;
  border-radius: 5px;
}

.advantages-list__item__image {
  display: block;
  margin: 0 auto;
  margin-top: -40px;
  background-color: white;
  border-radius: 50%;
}

.advantages-list__item__list-image,
.advantages-list__item__button {
  margin-left: 15px;
  margin-right: 15px;
}

.advantages-list__item__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-top: 0px;
  font-weight: 700;
 border-bottom: 4px solid #0078c9;
  padding-bottom: 5px;
  background: #0078c9;
padding-top: 10px;
color: #ffde00;

  font-family: "Museo Sans Cyrl";
}

.advantages-list__item__list-image {
  margin-top: 10px;
  min-height: 80px;
}


.list-image {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.8rem;
}

.list-image b {
  color: #004877;
  font-weight: 700;
}

.list-image li {
  position: relative;
  text-align: center;
  font-family: "Museo Sans Cyrl";
  color:#09141b;
}

.list-image li + li {
  margin-top: 10px;
}



.list-image.list-image_cog li::before {
  width: 16px;
  height: 16px;
  background-image: url(../img/cog.png);
}

.list-image.list-image_case li::before {
  width: 15px;
  height: 14px;
  background-image: url(../img/case.png);
}

.list-image.list-image_bell li::before {
  width: 16px;
  height: 19px;
  background-image: url(../img/bell.png);
}




.text-block  ul li {color: #09141b;
font-family: 'PT Sans', sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 24px;
  list-style-type: none;  
}

.text-block h3 {font-size: 24px; margin:25px 0 12px 0px; text-align:left;}


.text-block  ul li:before {
    color: #0078c9; 
    content: "•"; 
    font-weight: 700;
    padding-left: 35px; 
    padding-right: 10px; 
}

.action-list__item__date {
  color: #808080;
}

.action-list {
  font-size: 0;
}

.action-list__item {
  border-radius: 15px;
  border: 2px dotted #e1e1e1;
  padding: 15px 25px;
  width: 27%;
  display: inline-block;
  font-size: 1.5rem;
  vertical-align: top;
}

.action-list__item + .action-list__item {
  margin-left: 9.5%;
}

.action-list__item__title {
  font-size: 1.8rem;
  text-decoration: underline;
  color: #fe7e00;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  max-width: 100%;
}

.action-list__item__title:hover {
  text-decoration: none;
}

.action-list__item__text {
  height: 171px;
  overflow: hidden;
}

.action-list__item__text > * {
  margin-top: 19px;
  margin-bottom: 19px;
}

.action-list__item__text > *:last-child {
  margin-bottom: 0;
}

.content__article-list {
  margin-top: 25px;
}

.article-list {

}

.article-list__item {

}

.article-list__item + .article-list__item {
  margin-top: 25px;
}

.article {
  padding: 14px;
  display: block;
  color: #373737;
  border: 1px solid transparent;
  box-shadow: 0px 1px 7.6px 0.4px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  background: #fff;
  transition: .3s;
}

.article:hover {
  border-color: #0078c9;
}

.article__image {
  float: left;
  font-size: 0;
}

.article__image img {
  box-shadow: 0px 1px 7.6px 0.4px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
}

.article__right {
  margin-left: 153px;
}

.article__title {
  font-size: 1.8rem;
  text-decoration: underline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #0078c9;
}

.article__text {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 14px;
  height: 88px;
  overflow: hidden;
}


.tableth {text-align:left; }

.content__product-buttons {
  margin-top: 25px;
  font-size: 0;
}

.product-buttons__item {
  display: inline-block;
  font-size: 1.4rem;
}

.product-buttons__item + .product-buttons__item {
  margin-left: 25px;
}

.product-buttons__item.product-buttons__item_in-application {
  width: 200px;
}

.button {
  color: white;
  margin-top:10px;
  border-radius: 5px;
  background-color: #0078c9;
  font-size: 2rem;
  display: inline-block;
  text-align: center;
  padding: 10px;
  transition: .3s ease opacity;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.29);
}

.button:hover {
  opacity: .65;
}

.button.button_block {
  display: block;
	border:0px;
}

.button.button_small {
  font-size: 1.6rem;
  padding-top: 7px;
  padding-bottom: 7px;
}

.button.button_buy {
  background-color: #ff4014;
}


.main-content .tabs {
  margin-bottom: 30px;
  float: left;
  width: 100%;
}
.main-content #tabs > div {
  background-color: #e1e1e1;
  border-radius: 10px;
  min-height: 200px;
}
.main-content #tabs > ul li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  width: 150px;
  line-height: 32px;
  padding-top: 5px;
}
.main-content .slider-sale {
  background-color: #e1e1e1;
  border-radius: 10px;
  margin: 0 30px;
}
.main-content .slider-sale .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -46px;
  outline: 0;
  width: 40px;
  height: 92px;
  text-indent: -9999px;
  z-index: 9999;
  left: -14px;
  background: url(../img/slider-controls.png) no-repeat center top;
  border:0px;
}
.main-content .slider-sale .slick-next {
  position: absolute;
  top: 50%;
  outline: 0;
  width: 40px;
  height: 92px;
  text-indent: -9999px;
  z-index: 9999;
  right: -15px;
  background: url(../img/slider-controls.png) no-repeat center bottom;
  border:0px;
  top: 138px;
}
.main-content .slider-sale ul {
  padding: 35px;
  margin: 0 -35px;
}
.main-content .slider-sale ul li {
  width: 206px;
  background: #fff;
  background-color: #fdfdfd;
  border: 3px solid white;
  border-radius: 4px;
  box-shadow: 0 0 9.5px 0.5px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
}
.main-content .slider-sale ul li .image {
  padding: 0;
  margin: 0 auto 5px;
  width: 156px;
  height: 156px;
  line-height: 156px;
}
.main-content .slider-sale ul li .image img {
  max-width: 156px;
  display: inline-block;
  vertical-align: middle;
}
.main-content .slider-sale ul li .title {
  display: block;
  color: #f30c02;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 11px;
  min-height: 40px;
}
.main-content .slider-sale ul li .price {
  color: #2c2c2c;
  font-size: 22px;
  margin-bottom: 7px;
}
.main-content .slider-sale ul li .price span {
  font-size: 18px;
}
.main-content .slider-sale ul li .price .red {
  color: #f30c02;
  text-decoration: line-through;
}
.main-content .slider-sale ul li .more-btn {
  display: block;
  text-decoration: none;
  color: #42504b;
  font-family: Georgia, serif;
  font-size: 14px;
  font-style: italic;
  line-height: 29px;
  width: 190px;
  height: 29px;
  background-color: #fdfdfd;
  background-image: -webkit-linear-gradient(bottom, #e7e4e4 0%, white 100%);
  background-image: linear-gradient(to top, #e7e4e4 0%, white 100%);
  border: 2px solid #f30c02;
  border-radius: 5px;
  box-shadow: 0 1px 6.7px 0.3px rgba(0, 0, 0, 0.71);
  margin: 0 auto 10px;
  -webkit-transition: 0.3s linear;
          transition: 0.3s linear;
}
.main-content .slider-sale ul li .more-btn:hover {
  color: #000;
  box-shadow: 0 1px 6.7px 0.3px rgba(0, 0, 0, 0.4);
}
.main-content .slider-brands {
  background-color: #e1e1e1;
  border-radius: 10px;
}
.main-content .slider-brands ul li {
  padding: 20px 0;
  margin: 0;
}
.main-content .slider-brands ul li .image {
  margin: 0;
}
.main-content .slider-brands .bx-wrapper {
  padding-top: 10px;
}
.main-content .slider-brands .bx-wrapper .bx-viewport {
  padding-bottom: 10px;
}
.main-content .slider-brands .bx-wrapper .bx-controls-direction a.disabled {
  display: block;
}
.main-content .slider-brands .bx-wrapper .bx-controls-direction .bx-prev {
  left: -69px;
}
.main-content .slider-brands .bx-wrapper .bx-controls-direction .bx-next {
  right: -70px;
}

.catalog-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  margin-top: 25px;
}

.catalog-list li {
  display: inline-block;
  width: 27.5%;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 0px;
  overflow: hidden;
  margin-right: 8.75%;
  margin-bottom: 6%;
  box-shadow: 0px 0px 13px 0 rgba(0,0,0,.13);
}

.catalog-list li:nth-child(3n) {
  margin-right: 0;
}



.catalog-listt {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
 margin-top:30px;
}

.catalog-listt li {
  display: inline-block;
  width: 20.5%;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  padding-bottom: 0px;
  overflow: hidden;
  margin-right: 6%;
  margin-bottom: 6%;
  box-shadow: 0px 0px 13px 0 rgba(0,0,0,.13);
}

.catalog-listt li:nth-child(4n) {
  margin-right: 0;
}


.catalog-list__link {
  display: block;
  color: #505050;
  text-decoration: none;
  padding-bottom: 10px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: #f8f8f8;
box-shadow: 0px 0px 13px 0 rgba(0,0,0,.13);
	font-weight:bold;
}

.catalog-list__link:hover {
  text-decoration: none;
}



.catalog-list__image {
  width: 100%;
}

.catalog-list__text {
  
  overflow: hidden;
  margin: 0 6px;
  padding-top:15px;
  color: #505050;
  text-decoration: underline;
}

.catalog-list__stext {
  font-size: 1.4rem;
color: #6f6f6f;
font-weight: 400;
  overflow: hidden;
  margin: 0 6px;
  padding-top:10px;
  height: 90px;
}

.content__product-top {
    margin-top: 25px;
}

.product-top {
  overflow: hidden;
}

.product-top__image {
  float: left;
  font-size: 0;
}

.product-top__image img {
  box-shadow: 0px 1px 7.6px 0.4px rgba(0, 0, 0, 0.17);
 
}

.product-top__right {
  margin-left: 225px;
  font-size: 1.45rem;
}

.product-top__parameter + .product-top__parameter {
  margin-top: 20px;
}

.content__product-buttons {
  margin-top: 25px;
  font-size: 0;
}

.product-buttons__item {
  display: inline-block;
  font-size: 1.4rem;
}

.product-buttons__item + .product-buttons__item {
  margin-left: 25px;
}

.product-buttons__item.product-buttons__item_in-application {
  width: 200px;
}

.content__specifications {
  margin-top: 25px;
}

.specifications {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-left: 15px;
}

.content__gallery {
  margin-top: 25px;
}

.gallery {
  font-size: 0;
}

.gallery__item {
  display: inline-block;
	margin-bottom:25px;
}

.gallery__item img {
  box-shadow: 0px 1px 7.6px 0.4px rgba(0, 0, 0, 0.17);
  border-radius: 5px;
}

.gallery__item + .gallery__item {
  margin-left: 25px;
}


.content__breadcrumbs {
  padding-top: 7px;
}

.breadcrumbs {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: 18px;
}

.breadcrumbs li:last-child h1 {
  margin-bottom: 0;
}

.breadcrumbs li {
  display: inline;
  font-size: 1.8rem;
}

.breadcrumbs a {
  text-decoration: underline;
  color: #535c69;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs li + li::before {
  content: '';
  background-image: url(../img/breadcrumbs-arrow.png);
  background-repeat: no-repeat;
  width: 7px;
  height: 11px;
  display: inline-block;
  margin: 0 10px;
}

.breadcrumbs li:last-child h1 {
  display: inline;
font-family: "Museo Sans Cyrl";
font-size: 28px;
text-transform: uppercase;
color: #353738;
margin-bottom: 10px;
margin-top: 0;
  text-decoration: none;
}

.container {
  max-width: 1260px;
  width: 100%;
}

.table th {     padding: 10px 5px;   text-transform: uppercase;      text-align: left;         background: #0078c9;         color:#fff;     border-style: solid;     border-color: rgb(96, 96, 116);     -moz-border-top-colors: none;     -moz-border-right-colors: none;     -moz-border-bottom-colors: none;     -moz-border-left-colors: none;     border-image: none;     border-width: 1px 0px; }

.wrapper {
  position: relative;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}

.content {
  height: 100%;
  min-height: 100%;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.top-header {
  background: #f7f9fa;
  min-height: 43px;
  padding: 10px 5px;
}

.top-header .adres-selection span {
  color: #787878;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.top-header .adres-selection .dropdown {
  display: inline-block;
}

.top-header .adres-selection .dropdown a.dropdown-toggle {
  margin-left: 25px;
  margin-right: 5px;
  color: #06a;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-size: 16px;
  font-weight: 600;
  
  position: relative;
  text-decoration: none !important;
  
border-radius: 3px;
padding: 3px 7px 3px 7px;
}

.top-header .adres-selection .dropdown a.dropdown-toggle:hover {
  border-bottom: 1px dashed transparent;
}

.top-header .adres-selection .dropdown a.dropdown-toggle:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 10px;
  width: 13px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
  background: url("../img/top-header-dropdown.png") no-repeat left center;
}

.top-header .big-version {
  text-align: right;
}

.top-header .big-version a {
  color: #002843;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.top-header .big-version a:hover {
  text-decoration: none;
}

.top-header .big-version a:before {
  content: '';
  position: absolute;
  left: -44px;
  top: 4px;
  width: 34px;
  height: 18px;
  display: inline-block;
  visibility: top;
  margin-right: 5px;
  background: url("../img/eye-icon.png") no-repeat left center;
}

header {
  background: #0078c9;
  position: relative;
}

header .container {
  position: relative;
}

header:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 11px;
  background: url("../img/header-shadow.png") repeat-x;
  z-index: 2;
  opacity:.15;
}

header .record-btn {
  position: absolute;
  right: 0;
  bottom: -54px;
  z-index: 1;
  width: 243px;
  height: 30px;
  font-family: 'PT Sans', sans-serif;
  background: url("../img/rec-btn-bg.png") no-repeat center top;
  color: #fafcff;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  text-decoration: underline;
  text-decoration: none !important;
  display: block;
  cursor: pointer;
}

header .record-btn:hover span {
  text-decoration: none;
}

header .record-btn span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  text-decoration: underline;
}

header .record-btn span:before {
  content: '';
  position: absolute;
  left: -24px;
  top: 6px;
  width: 16px;
  height: 16px;
  display: inline-block;
  visibility: top;
  background: url("../img/rec-btn-icon.png") no-repeat left center;
}

header .bottom-header {
  padding: 24px 5px;
  position: relative;
  background: #fff;
  box-shadow: 1px 1.7px 9.7px 0.3px rgba(0, 0, 0, 0.08);
}

header .bottom-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

header .bottom-header .touch-menu {
  display: block;
  background: #000;
  width: 26px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  background: url("../img/sidebar-button.png") no-repeat center center;
}

header .bottom-header .logo {
  display: block;
  margin-top: 4px;
}

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

header .nav {
  padding: 6px 0;
  margin-top: 5px;
}

header .nav > li {
  background: none !important;
}

header .nav > li a {
  background: none !important;
  color: #333;
  font-family: "Museo Sans Cyrl", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
  padding: 0 10px;
  display: block;
}

header .nav .dropdown-menu li a {
  color: #000;
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: none;
}

header .phones {
  text-align: right;
  margin-top: -9px;
}

header .phones .tel {
  color: #107fc9;
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none !important;
}

header .phones .info-tel {
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

header .phones .info-tel:hover {
  text-decoration: none;
}

.main-banner {
  min-height: 378px;
  background: url("../img/main-banner-bg.jpg") no-repeat center center;
  background-size: cover;
  text-align: center;
  position: relative;
  margin-bottom: 0px;
}

.main-banner .container, .main-banner .row, .main-banner .col-xs-12 {
  height: 100%;
  position: static;
}

.main-banner .banner-title {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  padding: 30px;
}

.main-banner .banner-title h1 {
  color: #06a;
  font-family: "Museo Sans Cyrl";
  font-size: 36px;
  display: inline-block;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
  font-weight: 700;
  opacity:.8;
}

.main-banner .banner-title .description {
  color: #333;
  font-family: "Museo Sans Cyrl";
  font-weight: 700;
  font-size: 24px;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  display: inline-block;
  opacity:.8;
}

.main-banner .banner-title .more-btn {
  color: white;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
  text-align: center;
  text-decoration: none !important;
  background: #0078c9;
  border-radius: 5px;
  line-height: 60px;
  display: inline-block;
  padding: 0 30px;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  bottom: -30px;
  transition: .2s linear;
}

.main-banner .banner-title .more-btn:hover {
  background: #015690;
}

.sidebar {
  max-width: 300px;
}

.sidebar .side-menu {
  background: #fff;
  position: relative;
  margin-bottom: 64px;
  box-shadow: 0px 2px 7px 3px rgba(0, 0, 0, 0.08);
}



.sidebar .side-menu .tab-content ul {
  padding: 20px 0;
}

.sidebar .side-menu .tab-content ul li {
  list-style: none;
  margin-bottom: 15px;
}

.sidebar .side-menu .tab-content ul li a {
  padding: 0 25px 0 30px;
  display: block;
  color: #004371;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: underline;
}

.sidebar .side-menu .tab-content ul li a:hover {
  text-decoration: none;
}

.sidebar .side-menu .nav-tabs {
  border: 0;
}

.sidebar .side-menu .nav-tabs li {
  width: 50%;
  border: 0;
  margin: 0;
  border-radius: 0;
}

.sidebar .side-menu .nav-tabs li a {
  color: #5d6062;
  border-radius: 0;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
  border: 0 !important;
  margin: 0 !important;
  font-weight: 700;
  text-align: center;
  border-top: 4px solid #969da0 !important;
  border-bottom: 1px dashed #5d6062 !important;
  background: url("../img/tabs-unactive-right.png") no-repeat left top;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}

.sidebar .side-menu .nav-tabs li:first-child a {
  background: url("../img/tabs-unactive-left.png") no-repeat right top;
}

.sidebar .side-menu .nav-tabs li.active a {
  color: #06a;
  border-top: 4px solid #0066aa !important;
  background: url("../img/tabs-active.png") no-repeat center top;
  border-bottom: 1px dashed transparent !important;
  position: relative;
}

.sidebar .news-tabs .nav-tabs {
  border: 0;
  padding-left: 30px;
}

.sidebar .news-tabs .nav-tabs li {
  border: 0;
  margin: 0;
  border-radius: 0;
  margin-right: 10px;
}

.sidebar .news-tabs .nav-tabs li a {
  color: #004371;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
  text-align: center;
  line-height: 32px;
  background-color: white;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  padding: 0 10px;
}

.sidebar .news-tabs .nav-tabs li.active a {
  background-color: #d4dbe0;
  box-shadow: inset 0.5px 0.9px 2px rgba(0, 0, 0, 0.51);
  text-decoration: none;
}

.sidebar .news-tabs .nav-tabs li:last-child {
  margin-left: 0;
}

.sidebar .news-tabs .tab-content {
  padding: 15px;
}

.sidebar .news-tabs .news-item {
  margin-bottom: 20px;
}

.sidebar .news-tabs .news-item .date {
  color: #6c6c6c;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 3px;
}

.sidebar .news-tabs .news-item .date:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  background: url("../img/time-icon.png") no-repeat center center;
}

.sidebar .news-tabs .news-item .title {
  margin-bottom: 7px;
}

.sidebar .news-tabs .news-item .title a {
  color: #0078c9;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.sidebar .news-tabs .news-item .title a:hover {
  text-decoration: none;
}

.sidebar .news-tabs .news-item .text {
  color: #42484c;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.main-content {
  background: #f5f8f9;
  min-height: 200px;
  padding-top: 30px;
  position: relative;
}

.main-content:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  height: 11px;
  background: url("../img/main-content-shadow.png") repeat-x;
  z-index: 1;
}

.main-content p {
  color: #09141b;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 15px;
}

.main-content p i {
  font-style: italic;
  color: #353738;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
}

.main-content p em {
  font-style: italic;
  color: #353738;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
}

.main-content .photo-box {
  margin-top: 25px;
  margin-bottom: 25px;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 1px 1.7px 9.7px 0.3px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  vertical-align: top;
  display: table;
}

.main-content .photo-box .image {
  overflow: hidden;
  display: table-cell;
  width: 215px;
  border-radius: 5px;
  vertical-align: top;
}

.main-content .photo-box .image img {
  display: block;
  max-width: 100%;
}

.main-content .photo-box .text {
  display: table-cell;
  padding: 10px;
  padding-left: 10px;
  vertical-align: top;
  padding-bottom: 0;
}

.main-content .photo-box .text p {
  margin-bottom: 0;
}

.main-content .record-box {
  padding: 20px;
  display: table;
  width: 100%;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 1px 1.7px 9.7px 0.3px rgba(0, 0, 0, 0.12);
  position: relative;
  margin-bottom: 40px;
}

.main-content .record-box:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  background: #0066aa;
}

.main-content .record-box .text {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.main-content .record-box .text p {
  font-family: "Museo Sans Cyrl";
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #353738;
  margin-bottom: 0;
}

.main-content .record-box .btn-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.main-content .record-box .btn-wrapper a.btn {
  color: white;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
  display: inline-block;
  line-height: 61px;
  background: #0078c9;
  border-radius: 5px;
  padding: 0 20px;
  transition: .2s linear;
}

.main-content .record-box .btn-wrapper a.btn:hover {
  background: #015690;
}

.main-content .step {
  text-align: center;
  margin-bottom: 30px;
}

.main-content .step .item {
  width: 246px;
  height: 70px;
  background-color: white;
 
  box-shadow: 1px 1.7px 20.4px 3.6px rgba(0, 0, 0, 0.17);
  display: table;
  margin-bottom: 35px;
}

.main-content .step .item .text {
  display: table-cell;
  width: 180px;
  color: #004b7e;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
  text-align: left;
  padding: 15px 0 15px 20px;
  vertical-align: middle;
}

.main-content .step .item .num {
  display: table-cell;
  background: #107fc9;
  width: 40px;
  color: #fff9f4;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  font-weight: 700;
  vertical-align: middle;
  
  position: relative;
}

.main-content .step .item .num:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -9px;
  border: 9px solid transparent;
  border-left: 12px solid #107fc9;
}

.main-content .step .item.item-right .text {
  padding-left: 20px;
  padding-right: 20px;
}

.main-content .step .item.item-right .num {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  
}

.main-content .step .item.item-right .num:before {
  content: '';
  position: absolute;
  left: auto;
  right: 100%;
  top: 50%;
  margin-top: -9px;
  border: 9px solid transparent;
  border-right: 12px solid #107fc9;
}

.main-content .step .image {
  display: block;
  width: 100%;
  background: url("../img/round-image.png") no-repeat center top;
  min-height: 340px;
  padding: 20px;
}

.main-content .step .image img {
  display: block;
  max-width: 100%;
}

h2 {
  font-family: "Museo Sans Cyrl";
  font-size: 28px;
  text-transform: uppercase;
  color: #353738;
  margin-bottom: 10px;
  margin-top: 0;
}

h3 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 25px;
}

span.blue {
  color: #06a;
}

.recomendations {
  background: #f8f9f9;
  padding: 30px 0;
  text-align: center;
}

.recomendations h2 {
  color: #0078c9;
  font-family: "Museo Sans Cyrl";
  font-size: 32px;
  text-transform: uppercase;
  margin-bottom: 45px;
}

.recomendations .item {
  max-width: 240px;
  margin: 0 auto 15px;
}

.recomendations .text {
  color: #002239;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.recomendations .text .title a {
  color: #454749;
  font-family: "Museo Sans Cyrl";
  font-size: 20px;
  line-height: 24px;
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 15px;
}

.recomendations .text .title a:hover {
  text-decoration: none;
}

.recomendations .icon {
  height: 84px;
  width: 120px;
  display: inline-block;
  margin: 0 auto 10px;
}

.recomendations .icon.icon1 {
  background: url("../img/recomendations-icons/icon1.png") no-repeat center center;
}

.recomendations .icon.icon2 {
  background: url("../img/recomendations-icons/icon2.png") no-repeat center center;
}

.recomendations .icon.icon3 {
  background: url("../img/recomendations-icons/icon3.png") no-repeat center center;
}

.recomendations .icon.icon4 {
  background: url("../img/recomendations-icons/icon4.png") no-repeat center center;
}

.info-block {
  background: #fff;
  padding: 25px 0;
  box-shadow: 1px 1.7px 9.7px 0.3px rgba(0, 0, 0, 0.08);
}

.info-block .social p {
  color: #00558f;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
}

.info-block .social a {
  display: block;
  width: 34px;
  height: 34px;
  float: left;
  margin-right: 10px;
  background: url("../img/social-sprite.png") no-repeat left center;
}

.info-block .social a.vk {
  background-position: -41px center;
}

.info-block .social a.od {
  background-position: -82px center;
}

.info-block .social a.yt {
  background-position: -122px center;
}

.info-block .consultation p {
  color: #0061a2;
  font-family: "Museo Sans Cyrl";
  font-size: 24px;
  text-align: center;
}

.info-block .consultation p.tell {
 
  color: #0078c9;
font-family: "Museo Sans Cyrl";
font-size: 24px;
margin: 10px 0 0px 0;

}

.info-block .consultation form {
  display: block;
  max-width: 470px;
  margin: 0 auto 10px;
  position: relative;
}

.info-block .consultation form input[type="text"] {
  height: 38px;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  padding: 0 230px 0 35px;
  color: #7f7d7c;
  position: relative;
}

.info-block .consultation form input[type="text"].no-place + span.placeholder {
  display: none;
}

.info-block .consultation form span.placeholder {
  position: absolute;
  left: 110px;
  top: 0;
  display: block;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  color: #2f2e2e;
  line-height: 39px;
  text-transform: uppercase;
}

.info-block .consultation form input[type="submit"] {
  position: absolute;
  right: 0;
  top: -2px;
  color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  background-color: #0078c9;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0 55px;
  display: inline-block;
  text-decoration: none !important;
  border: 0;
  box-shadow: 0;
  transition: .2s linear;
}

.info-block .consultation form input[type="submit"]:hover {
  background: #015690;
}

.info-block .callback p {
  color: #00558f;
  font-family: "Museo Sans Cyrl";
  font-size: 18px;
}

.info-block .callback a.callback-btn {
  color: white;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  background-color: #0078c9;
  border-radius: 5px;
  text-transform: uppercase;
  padding: 0 40px;
  display: inline-block;
  text-decoration: none !important;
  transition: .2s linear;
}

.info-block .callback a.callback-btn:hover {
  background: #015690;
}

footer {
  background: #0078c9;
  padding: 30px 0 0;
  color: #fff;
}

footer .pl {
  padding-left: 60px;
}

footer .title {
  color: #f7e8fc;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}

footer .adres {
  color: #f7e8fc;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  line-height: 20px;
}

footer .adres10 {
 margin-top:10px;
}

footer .tel {
  color: #e6fafe;
  font-family: "Museo Sans Cyrl";
  font-size: 24px;
  text-decoration: none !important;
}

footer ul {
  margin: 0;
}

footer ul li {
  list-style: none;
  display: block;
  min-height: 25px;
  margin-bottom: 5px;
}

footer ul li a {
  color: #9ee5f2;
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  text-decoration: underline;
}

footer ul li a:hover {
  color: #9ee5f2;
  text-decoration: none;
}

footer .alert {
  color: #abb1b5;
  font-family: "Museo Sans Cyrl";
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
}

footer .footer-bottom {
  padding: 15px 0;
  background: #e5edf2;
}

footer .footer-bottom p {
  font-family: "Museo Sans Cyrl";
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  color: #5c788b;
}

footer .footer-bottom p a {
  color: #0078c9;
  text-decoration: underline;
}

footer .footer-bottom p a:hover {
  text-decoration: none;
}

@media (max-width: 1255px) {
  header .nav > li a {
    padding: 0 9px;
    font-size: 18px;
  }
  .sidebar .news-tabs .nav-tabs {
    padding-left: 10px;
  }
}

@media (max-width: 1200px) {
  header .record-btn {
    bottom: -30px;
  }
  header .phones {
    padding-right: 40px;
  }
  .bottom-header div {
    position: static;
  }
  .nav.navbar-nav {
    border-top: 1px solid #fff;
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    float: none;
    z-index: 10;
    background: #0078c9;
    padding: 0 !important;
    margin: 0 !important;
  }
  .nav.navbar-nav li {
    float: none;
    width: 100%;
    display: block;
    top: auto;
  }
  .nav.navbar-nav li a {
    padding: 0 30px;
    border-bottom: 1px solid #fff !important;
    line-height: 30px;
    text-decoration: none !important;
  }
  .nav.navbar-nav li .dropdown-menu {
    position: static;
    width: 100%;
    top: auto;
    background: #0078c9;
    box-shadow: none;
    border: 0;
  }
  .nav.navbar-nav li .dropdown-menu li a {
    color: #fff;
    padding: 0 40px;
    border-bottom: 1px solid #fff;
    line-height: 30px;
    text-decoration: none !important;
  }
  .main-content .step .image {
    background: none;
    padding: 0;
  }
}

@media (max-width: 992px) {
    
    img.image100pr {width:100%;}
  .top-header .adres-selection span {
    font-size: 14px;
  }
  .top-header .big-version a {
    font-size: 14px;
  }
  .main-content .step .item {
    width: 210px;
  }
  .main-content .step .item .text {
    padding: 10px;
  }
  .callback {
    text-align: right;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .recomendations h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .top-header .adres-selection span {
    display: none;
  }
  .top-header .big-version a {
    font-size: 0;
  }
  header .logo {
    margin-right: 60px;
  }
  header .phones {
    padding-right: 40px;
  }
  .main-banner .banner-title h1 {
    font-size: 26px;
  }
  .main-banner .banner-title .description {
    font-size: 18px;
  }
  .main-banner .banner-title .more-btn {
    font-size: 16px;
    line-height: 50px;
    bottom: -25px;
  }
  .main-content .step .image {
    background: none;
    padding: 0;
  }
  .main-content .step .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .main-content .step .item .text {
    padding: 15px;
    width: 90%;
  }
  .main-content .step .item .num {
    width: 10%;
  }
  .main-content .step .item .num:before {
    display: none;
  }
  .main-content .step .item.item-right .num {
    position: relative;
    left: 90%;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
  .main-content .step .item.item-right .text {
    position: relative;
    left: -10%;
  }
  footer .pl {
    padding-left: 15px;
  }
  footer .alert {
    font-size: 16px;
    padding: 0;
  }
  footer .creator {
    margin-top: 10px;
  }
}

@media (max-width: 580px) {
    
  img.image100pr {width:100%;}
    
  .main-banner .banner-title h1 {
    font-size: 22px;
    padding: 10px;
  }
  .main-banner .banner-title .description {
    font-size: 15px;
    padding: 10px;
  }
  .main-banner .banner-title .more-btn {
    font-size: 16px;
    line-height: 50px;
    bottom: -25px;
  }
  .main-content .photo-box {
    padding: 10px;
    display: block;
  }
  .main-content .photo-box .image {
    display: inline;
    float: left;
    margin-right: 10px;
  }
  .main-content .photo-box .text {
    display: inline;
  }
  .main-content .record-box {
    display: block;
  }
  .main-content .record-box .text {
    display: block;
    margin-bottom: 10px;
  }
  .main-content .record-box .text p {
    font-size: 18px;
    line-height: 20px;
  }
  .main-content .record-box .btn-wrapper {
    display: block;
    text-align: center;
  }
  .product-top__right {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
}
  .main-content .record-box .btn-wrapper a.btn {
    font-size: 16px;
    line-height: 40px;
  }
}

@media (max-width: 480px) {
  .w100 {
    width: 100%;
  }
  .callback {
    margin-top: 10px;
    text-align: left;
  }
  .info-block .consultation form input[type="text"] {
    padding-right: 140px;
    padding-left: 15px;
  }
  .product-top__right {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
}
  .info-block .consultation form input[type="submit"] {
    padding: 0 20px;
  }
  .info-block .consultation form span.placeholder {
    left: 85px;
  }
  
  .catalog-list__stext {
  font-size: 0.9rem;
  height: 70px;

}

.catalog-list li {
    text-align: center;
    font-size: 1.1rem;
}
  
  
}

@media (max-width: 380px) {
  .main-banner .banner-title h1 {
    font-size: 18px;
    padding: 10px;
  }
  .main-banner .banner-title .description {
    font-size: 14px;
    padding: 10px;
  }
  .product-top__right {
    margin-left: 0;
    text-align: left;
    margin-top: 20px;
}
  .main-banner .banner-title .more-btn {
    font-size: 16px;
    line-height: 50px;
    bottom: -25px;
  }
  
  
  .catalog-list__stext {
  font-size: 0.9rem;
  height: 110px;

}

.catalog-list li {
    text-align: center;
    font-size: 1.1rem;
}  
  
  
}



/* Custom css */
.af-message-error { background-color: brown !important; }
.af-message-info { background-color: red !important; }
.ajax_form.af_example {
    width: 100%;
}
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
    width: 100%;
}
.ajax_form .error {
    color: #e43f44;
    border: 1px solid #e43f44;
}
@media screen and (min-width: 320px) {
    .ajax_form.af_example .controls button[type="submit"] {
        float: right;
    }
}
@media screen and (max-width: 320px) {
    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 5px;
    }
}

#jGrowl { 
    margin:0px 12px 0; 
}
.jGrowl { 
    top:1% !important;
    width:25% !important; 
    right:1% !important; 
}
#jGrowl .jGrowl-notification {
    position: relative;
    width: 310px;
    font-size: 130%;
    margin: 19px auto;
    padding: 9px;
    background: none repeat 0 0 #e8e8e8 !important;
    box-shadow: 0 0 0 4px #ffcd1f !important;
    border: 0 !important;
    border-radius: 0 !important;
    text-align:center;
}
#jGrowl .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: -1px;
    top: -5px;
    color: #000 !important;
}
#jGrowl .jGrowl-notification .jGrowl-message {
    color: #000 !important;
    font-size: 119%;
    line-height: 109%;
}
#jGrowl .jGrowl-closer {
    margin: 0 auto;
    font-size: 119%;
    line-height: 100%;
}
#jGrowl .office-message-success {
    background-color: #3386cb !important;
}
#jGrowl .ms2-message-success {
    background-color: #3386cb !important;
}