@import '../css/font-awesome.min.css';
@import '../css/FuturaPT.css';
@import '../js/fancybox/jquery.fancybox.css';
@import '../js/ui/jquery-ui.min.css';
@import '../js/selectBoxIt/jquery.selectBoxIt.css';
@import '../js/owlcarousel/assets/owl.carousel.min.css';
@import '../js/owlcarousel/assets/owl.theme.default.min.css';
.inline_block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.articles .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cccccc;
}
.articles .item .photo {
  float: left;
  width: 270px;
}
.articles .item .photo a {
  display: block;
}
.articles .item .photo a img {
  display: block;
  max-width: 100%;
}
.articles .item .text {
  width: calc(100% - 290px);
  float: right;
}
.articles .item .name {
  font-size: 20px;
  line-height: 22px;
  margin: 5px 0;
  font-weight: 700;
}
.articles .item .name a {
  text-decoration: none;
  color: #212121;
}
.articles .item .name a:hover {
  color: #2d68b0;
}
.articles .item .announce {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 5px;
}
.articles .item .date {
  color: rgba(33, 33, 33, 0.7);
  font-size: 12px;
}
.articles .item_grid {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  height: 220px;
  position: relative;
  margin: 0 20px 20px 0;
  overflow: hidden;
  text-align: left;
}
.articles .item_grid:nth-child(3n) {
  margin-right: 0;
}
.articles .item_grid a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 10;
}
.articles .item_grid a:hover {
  background: rgba(255, 255, 255, 0.7);
}
.articles .item_grid a span {
  display: block;
}
.articles .item_grid a span.text {
  position: absolute;
  background: rgba(45, 104, 176, 0.7);
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #ffffff;
}
.articles .item_grid a span.date {
  margin-bottom: 10px;
}
.articles .item_grid a span.name {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.articles .item_grid a span.more,
.articles .item_grid a span.date {
  font-size: 12px;
  line-height: 12px;
}
.articles_1 .item {
  display: inline-block;
  vertical-align: top;
  border: 0;
}
.articles_1 .item .photo {
  margin-bottom: 10px;
}
.articles_1 .item .photo,
.articles_1 .item .text {
  float: none;
  width: 100%;
}
.articles_1 .item:first-child {
  margin-left: 0;
}
.articles_1 .item:last-child {
  margin-right: 0;
}
.detail_article {
  margin-bottom: 30px;
}
.detail_article .detail_date {
  margin-bottom: 10px;
}
.inline_block {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.others .item {
  margin-bottom: 30px;
}
.others .item .photo,
.others .item .text {
  width: calc(50% - 15px);
}
.others .item .photo {
  float: left;
  position: relative;
  height: 320px;
  background-position: center center;
  background-repeat: no-repeat;
}
.others .item .photo .icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(45, 104, 176, 0.7);
  background-position: center center;
  background-repeat: no-repeat;
}
.others .item .text {
  width: calc(50% - 15px);
  float: right;
}
.others .item .name {
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 700;
}
.others .item:nth-child(even) .photo {
  float: right;
}
.others .item:nth-child(even) .text {
  float: left;
}
header .top {
  padding: 10px 0;
}
header.scroll {
  margin-top: 48px;
}
header.scroll .top {
  position: fixed;
  top: 0;
  display: block;
  width: 100%;
  z-index: 100;
  background: #fff;
}
header.scroll .top .wrap {
  padding: 0 10px;
  width: 100%;
  box-sizing: border-box;
}
header .top nav {
  float: left;
}
header .top nav ul {
  list-style: none;
}
header .top nav ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  font-weight: 500;
}
header .top nav ul li a {
  color: #212121;
  text-decoration: none;
}
header .top nav ul li.active > a,
header .top nav ul li a:hover {
  color: #2d68b0;
}
header .top .icons {
  float: right;
}
header .top .icons div {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
}
header .top .icons div a {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
header .top .icons div a span {
  position: absolute;
  top: -5px;
  right: -5px;
  display: block;
  color: #ffffff;
  background: #2d68b0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
header .top .icons .user a {
  background-image: url("../images/icon_user.png");
}
header .top .icons .wish a {
  background-image: url("../images/icon_wish.png");
}
header .top .icons .compare a {
  background-image: url("../images/icon_compare.png");
}
header .top .icons .basket a {
  background-image: url("../images/icon_cart.png");
}
header .header {
  background: url("../images/bg_header.png") no-repeat center top;
  background-size: cover;
  color: #ffffff;
  padding: 10px 0;
}
header .header a {
  color: #ffffff;
  text-decoration: none;
}
header .header a:hover {
  color: rgba(255, 255, 255, 0.9);
}
header .header .logo {
  float: left;
}
header .header .logo a {
  display: block;
}
header .header .call {
  text-align: right;
  margin: 10px 0;
}
header .header .call a {
  display: inline-block;
  background: url("../images/icon_call.png") no-repeat center left;
  padding-left: 35px;
  width: 130px;
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
}
header .header .call + .contacts {
  padding-top: 5px;
}
header .header .contacts {
  float: right;
  margin-left: 40px;
  max-width: 450px;
}
header .header .contacts .phone {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
header .header .contacts .social,
header .header .contacts .mail {
  display: inline-block;
  vertical-align: top;
}
header .header .contacts .social {
  margin-top: 5px;
}
header .header .contacts .social a {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
header .header .contacts .social a i {
  font-size: 18px;
}
/*header .header .contacts .social a.vk {
  background-image: url("../images/icon_vk.png");
}*/
header .header .contacts .social a.vk span {
  display: none;
}
header .header .contacts .social.second {
  display: block;
}
header .header .contacts .social.second a {
  width: auto;
  font-size: 18px;
  font-weight: 300;
}
header .header .contacts .mail {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-top: 3px;
}
header .header .contacts .mail a {
  display: inline-block;
  background: url("../images/icon_mail.png") no-repeat center left;
  padding-left: 20px;
}
header .header .contacts .mail a span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .header .contacts .mail a:hover span {
  border-color: transparent;
}
header .header .contacts .address,
header .header .contacts .hours {
  padding-left: 25px;
  background-position: center left;
  background-repeat: no-repeat;
  line-height: 20px;
}
header .header .contacts .address {
  background-image: url("../images/icon_address.png");
  font-size: 16px;
  font-weight: 700;
}
header .header .contacts .hours {
  font-size: 14px;
  background-image: url("../images/icon_hours.png");
}
header .header .search {
  margin: 10px 0 0 0;
  position: relative;
  width: 100%;
}
header .header .search form {
  /*position: absolute;*/
  position: relative;
  right: 0;
  top: 0;
  white-space: nowrap;
  text-align: right;
}
header .header .search input[type=text] {
  width: 270px;
  height: 30px;
  border: 0;
  padding: 0 10px;
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 10px;
}
header .header .search i,
header .header .search input[type=submit] {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border: 0;
  width: 35px;
  height: 30px;
  overflow: hidden;
  text-indent: -1000px;
  background: url("../images/icon_search.png") no-repeat center center;
}
header .bottom {
  background: #3a5d9b;
}
header .bottom nav {
  text-align: center;
}
header .bottom nav ul {
  list-style: none;
  padding: 10px 0;
}
header .bottom nav ul li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
header .bottom nav ul li a {
  color: #ffffff;
  text-decoration: none;
}
header .bottom nav ul li.active > a,
header .bottom nav ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.slider .left,
.slider .right {
  width: 210px;
  min-height: 100px;
}
.slider .left .it:first-child,
.slider .right .it:first-child {
  margin-bottom: 10px;
}
.slider .left .it a,
.slider .right .it a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}
.slider .left .it a:before,
.slider .right .it a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.slider .left .it a img,
.slider .right .it a img {
  display: block;
}
.slider .left .it a > span,
.slider .right .it a > span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.slider .left .it a > span span,
.slider .right .it a > span span {
  display: block;
  font-weight: 300;
  text-transform: none;
}
.slider .left .it a:hover:before,
.slider .right .it a:hover:before {
  background: rgba(0, 0, 0, 0.3);
}
.slider .owl {
  width: calc(100% - 440px);
  margin-left: 10px;
  float: left;
}
.catalog_razdels {
  text-align: center;
}
.catalog_razdels .item {
  display: inline-block;
  width: calc(16.6% - 5px);
  box-sizing: border-box;
}
.catalog_razdels .item.active > a,
.catalog_razdels .item a:hover {
  color: #2d68b0;
}
.catalog_razdels .item.active > a .photo,
.catalog_razdels .item a:hover .photo {
  opacity: .9;
}
.catalog_razdels .item a {
  display: block;
  color: #212121;
  text-decoration: none;
}
.catalog_razdels .item a span {
  display: block;
}
.catalog_razdels .item a .photo {
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.catalog_razdels .item a .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
footer {
  position: absolute;
  height: 220px;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
}
footer .footer {
  padding: 50px 0;
  display: inline-block;
  width: 100%;
  background: #3a5d9b;
  color: #ffffff;
}
footer .footer .call {
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
footer .footer a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer a:hover {
  color: rgba(255, 255, 255, 0.9);
}
footer .footer nav {
  float: left;
  margin-right: 80px;
}
footer .footer nav ul {
  list-style: none;
}
footer .footer nav ul li {
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
}
footer .footer .contacts {
  float: right;
  max-width: 400px;
}
footer .footer .contacts .phones,
footer .footer .contacts .address,
footer .footer .contacts .hours,
footer .footer .contacts .mail,
footer .footer .contacts .vk {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 25px;
  margin-bottom: 10px;
}
footer .footer .contacts .phones,
footer .footer .contacts .address {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
footer .footer .contacts .phones {
  margin-bottom: 10px;
  background-image: url("../images/icon_phone.png");
  background-position: 0 5px;
}
footer .footer .contacts .phones .phone {
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}
footer .footer .contacts .address {
  background-image: url("../images/icon_address.png");
}
footer .footer .contacts .hours {
  background-image: url("../images/icon_hours.png");
}
footer .footer .contacts .mail {
  background-image: url("../images/icon_mail.png");
}
footer .footer .contacts .mail a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
footer .footer .contacts .mail a:hover {
  border-color: transparent;
}
footer .footer .contacts .social a {
  padding-left: 0;
  display: block;
  margin-bottom: 10px;
}
footer .footer .contacts .social a.telegram,
footer .footer .contacts .social a.whatsapp,
footer .footer .contacts .social a.viber {
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
  margin-right: 10px;
}
footer .footer .contacts .social a i {
  font-size: 18px;
}
footer .bottom {
  line-height: 60px;
  color: #5a5a5a;
}
footer .bottom a {
  color: #5a5a5a;
  text-decoration: none;
}
footer .bottom a:hover {
  color: #2d68b0;
}
footer .bottom .copy {
  float: left;
}
footer .bottom .rules {
  float: right;
}
.catalog_title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.catalog .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 5px);
  padding: 10px;
  margin-bottom: 30px;
  background: #ffffff;
  position: relative;
  box-sizing: border-box;
  border-right: 1px solid #f1f1f1;
}
.catalog .item .icons {
  position: absolute;
  top: 15px;
  right: 15px;
}
.catalog .item .icons div {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
}
.catalog .item .icons div a {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-position: center top;
  background-repeat: no-repeat;
}
.catalog .item .icons div a:hover,
.catalog .item .icons div a.active {
  background-position: center bottom;
}
.catalog .item .icons div.wish a {
  background-image: url("../images/icon_item_wish.png");
}
.catalog .item .icons div.compare a {
  background-image: url("../images/icon_item_compare.png");
}
.catalog .item .labels {
  position: absolute;
  top: 30px;
  left: 0;
}
.catalog .item .labels .label {
  margin-bottom: 5px;
  color: #ffffff;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
}
.catalog .item .labels .label.new {
  background: #00a8ff;
}
.catalog .item .labels .label.hit {
  background: #ed7e24;
}
.catalog .item .labels .label.stock {
  background: #ed7e24;
}
.catalog .item .photo {
  display: table;
  height: 200px;
  width: 100%;
  margin-bottom: 10px;
}
.catalog .item .photo a {
  display: table-cell;
  text-align: center;
  height: 100%;
  vertical-align: middle;
}
.catalog .item .photo a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.catalog .item .name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.catalog .item .name a {
  text-decoration: none;
  color: #212121;
}
.catalog .item .name a:hover {
  color: #2d68b0;
}
.catalog .item .order {
  text-align: center;
  margin: 10px 0;
}
.catalog .item .order a {
  color: #44bb6e;
  text-transform: uppercase;
}
.catalog .item .spec {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 15px;
}
.catalog .item .spec a {
  color: #212121;
  text-decoration: none;
  border-bottom: 1px solid rgba(45, 104, 176, 0.5);
}
.catalog .item .spec a:hover {
  border-color: transparent;
}
.catalog .item .price {
  color: #2d68b0;
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  display: inline-block;
}
.catalog .item .price .strike {
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}
.catalog .item .price strong {
  font-size: 16px;
}
.catalog .item form {
  width: 100%;
  padding-top: 15px;
}
.catalog .item form input {
  height: 44px;
  border: 0;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.catalog .item form input[type=submit],
.catalog .item form .count {
  display: inline-block;
  vertical-align: top;
}
.catalog .item form input[type=submit] {
  width: 65%;
}
.catalog .item form .count {
  width: 35%;
  background: #dfdfdf;
}
.catalog .item form .count input {
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  color: #212121;
  text-align: center;
}
.catalog .item form .count input[type=button] {
  width: 30%;
}
.catalog .item form .count input[type=text] {
  width: 40%;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.catalog .owl-item .item {
  display: block;
  width: 100%;
}
.catalog_index .item {
  width: calc(25% - 5px);
}
.catalog_2 .item {
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0;
}
.catalog_2 .item a {
  display: block;
  position: relative;
}
.catalog_2 .item a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.catalog_2 .item a span {
  position: absolute;
  line-height: 20px;
  padding: 7px 10px;
  font-weight: 700;
}
.catalog_2 .item a span.name {
  top: 40px;
  left: 0;
  font-size: 16px;
  font-weight: 700;
  color: #2d68b0;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.9);
}
.catalog_2 .item a span.price {
  bottom: 40px;
  left: 20px;
  font-size: 14px;
  color: #ffffff;
  background: rgba(45, 104, 176, 0.8);
}
.catalog_2 .item a span.price i {
  font-size: 12px;
}
.catalog_2 .item a:hover img {
  opacity: .9;
}
.detail_catalog {
  margin-bottom: 30px;
}
.detail_catalog .photo {
  float: left;
  width: 380px;
}
.detail_catalog .photo a {
  border: 1px solid #cccccc;
}
.detail_catalog .photo a:hover {
  border-color: #2d68b0;
}
.detail_catalog .photo a img {
  display: inline-block;
}
.detail_catalog .photo .main_photo {
  text-align: center;
  margin-bottom: 4px;
  display: table;
  width: 100%;
  position: relative;
}
.detail_catalog .photo .main_photo .labels {
  position: absolute;
  top: 10px;
  left: 0;
}
.detail_catalog .photo .main_photo .labels .label {
  margin-top: 5px;
  color: #ffffff;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  box-sizing: border-box;
  text-align: left;
  font-size: 14px;
  display: table;
}
.detail_catalog .photo .main_photo .labels .label.new {
  background: #4fad51;
}
.detail_catalog .photo .main_photo .labels .label.hit {
  background: #ed7e24;
}
.detail_catalog .photo .main_photo .labels .label.stock {
  background: #ed7e24;
}
.detail_catalog .photo .main_photo a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  height: 360px;
}
.detail_catalog .photo .photos {
  text-align: center;
}
.detail_catalog .photo .photos a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  width: 80px;
  height: 80px;
  padding: 5px;
  margin-bottom: 4px;
}
.detail_catalog .text {
  float: right;
  width: calc(100% - 460px);
}
.detail_catalog .text .social a {
  display: inline-block;
  background: #44bb6e;
  border: 2px solid #44bb6e;
  box-sizing: border-box;
  line-height: 40px;
  padding: 0 15px;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
}
.detail_catalog .text .social a:hover {
  background: #ffffff;
  color: #44bb6e;
}
.detail_catalog .text .art {
  font-size: 16px;
  margin-bottom: 15px;
}
.detail_catalog .text .brand {
  margin-bottom: 15px;
}
.detail_catalog .text .brand a img {
  -webkit-box-shadow: 0px 4px 12px 0px rgba(204, 204, 204, 0.5);
  -moz-box-shadow: 0px 4px 12px 0px rgba(204, 204, 204, 0.5);
  box-shadow: 0px 4px 12px 0px rgba(204, 204, 204, 0.5);
}
.detail_catalog .text .brand a:hover img {
  -webkit-box-shadow: 0px 4px 12px 0px #cccccc;
  -moz-box-shadow: 0px 4px 12px 0px #cccccc;
  box-shadow: 0px 4px 12px 0px #cccccc;
}
.detail_catalog .text .country {
  margin-bottom: 15px;
}
.detail_catalog .text .collection {
  margin-bottom: 15px;
}
.detail_catalog .text .about {
  float: left;
}
.detail_catalog .text .params {
  float: left;
  margin-left: 80px;
}
.detail_catalog .text .params .title {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.detail_catalog .text .params .param {
  margin-bottom: 5px;
}
.detail_catalog .text .params .param ul {
  margin-left: 30px;
}
.detail_catalog .text .params .param ul li {
  font-weight: 700;
}
.detail_catalog .text .price,
.detail_catalog .text .basket {
  vertical-align: top;
  margin-bottom: 20px;
}
.detail_catalog .text .filters {
  padding: 2px;
}
.detail_catalog .text .price {
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  margin-right: 30px;
  color: #2d68b0;
}
.detail_catalog .text .price i {
  font-size: 20px;
}
.detail_catalog .text .price span {
  text-decoration: line-through;
  font-weight: 400;
}
.detail_catalog .text .price .price_ed_1,
.detail_catalog .text .price .price_ed_2 {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
}
.detail_catalog .text .price .price_ed_1 {
  padding-right: 10px;
}
.detail_catalog .text .price .price_ed_2 {
  padding-left: 10px;
}
.detail_catalog .text .basket input[type=text] {
  height: 40px;
  padding: 5px;
  box-sizing: border-box;
  width: 50px;
  text-align: center;
}
.detail_catalog .text table.filters td,
.detail_catalog .text table.filters th {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  border-bottom: 1px dashed #cccccc;
}
.detail_catalog .text table.filters th {
  border-right: 1px dashed #cccccc;
}
.detail_catalog .text .orders {
  margin-bottom: 20px;
}
.detail_catalog .text .orders .order {
  display: inline-block;
  padding-right: 20px;
}
.detail_catalog .text .orders .order a {
  font-size: 18px;
  line-height: 18px;
  color: #44bb6e;
}
.catalog_count {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 20px;
}
.params {
  margin-bottom: 20px;
}
.params .title {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.razdels_title {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  padding-bottom: 10px;
  font-weight: 600;
}
.razdels {
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.razdels.brands .item {
  width: 211px !important;
  height: 211px;
  text-align: center;
}
.razdels .item {
  display: inline-block;
  vertical-align: top;
  width: 370px !important;
  height: 290px;
  position: relative;
  margin: 10px;
  overflow: hidden;
  text-align: left;
}
.razdels .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.9));
  z-index: 10;
  text-decoration: none;
  color: #ffffff;
}
.razdels .item a:hover {
  background: transparent;
}
.razdels .item a > span {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  font-weight: 700;
}
.razdels .item a > span .bold_block {
  text-transform: none;
}
.razdels.razdels_3 {
  text-align: left;
}
.razdels.razdels_3 .item {
  float: left;
  width: 219px;
  height: 200px;
  margin: 0 1px 1px 0;
}
.razdels.razdels_3 .item.item_0 {
  width: 291px;
  height: 401px;
}
.razdels.razdels_3 .item.item_2,
.razdels.razdels_3 .item.item_4 {
  width: 438px;
}
.razdels.razdels_3 .item.item_3,
.razdels.razdels_3 .item.item_6 {
  margin-right: 0;
}
.razdels.razdels_3 .item a {
  background: transparent;
}
.razdels.razdels_3 .item a:hover {
  background: rgba(255, 255, 255, 0.2);
}
.razdels_4 .item {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  box-sizing: border-box;
  border-bottom: 1px dashed rgba(204, 204, 204, 0.5);
  border-right: 1px dashed rgba(204, 204, 204, 0.5);
  padding: 10px;
}
.razdels_4 .item .photo {
  float: left;
  width: 200px;
}
.razdels_4 .item .text {
  float: right;
  width: calc(100% - 210px);
}
.razdels_4 .item .text a {
  text-decoration: none;
}
.razdels_4 .item .text a:hover {
  color: #212121;
}
.razdels_4 .item .text .name {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.razdels_4 .item .text .announce {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.razdels_4 .item .text .more {
  font-size: 13px;
}
nav.razdels_5 ul {
  list-style: none;
}
nav.razdels_5 ul li {
  padding: 4px 0;
  line-height: 30px;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.5);
}
nav.razdels_5 ul li a {
  display: table;
  width: 100%;
  color: #212121;
  text-decoration: none;
}
nav.razdels_5 ul li a span {
  display: table-cell;
  vertical-align: middle;
}
nav.razdels_5 ul li a span.photo {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
nav.razdels_5 ul li a span.name {
  padding-left: 10px;
}
nav.razdels_5 ul li.active > a,
nav.razdels_5 ul li a:hover {
  color: #2d68b0;
}
.razdels_2 {
  position: relative;
  height: 700px;
}
.razdels_2 .item {
  position: absolute;
  overflow: hidden;
  width: 233px;
  height: 233px;
  margin-top: 50px;
  margin-left: 50px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.razdels_2 .item.item_0 {
  top: 0px;
  left: 0px;
}
.razdels_2 .item.item_1 {
  top: 0px;
  left: 335px;
}
.razdels_2 .item.item_2 {
  top: 0px;
  left: 670px;
}
.razdels_2 .item.item_3 {
  top: 170px;
  left: 168px;
}
.razdels_2 .item.item_4 {
  top: 170px;
  left: 503px;
}
.razdels_2 .item.item_5 {
  top: 170px;
  left: 835px;
}
.razdels_2 .item.item_6 {
  top: 340px;
  left: 0px;
}
.razdels_2 .item.item_7 {
  top: 340px;
  left: 335px;
}
.razdels_2 .item.item_8 {
  top: 340px;
  left: 670px;
}
.razdels_2 .item a {
  display: block;
  text-align: center;
  height: 100%;
  position: relative;
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}
.razdels_2 .item a img {
  display: block;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  margin-top: -50px;
  margin-left: -50px;
}
.razdels_2 .item a span {
  display: block;
  width: 332px;
  height: 165px;
  position: absolute;
  top: 140px;
  left: 10px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 22px;
  line-height: 24px;
  box-sizing: border-box;
  padding: 40px 80px;
  text-transform: uppercase;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.razdels_2 .item:hover a {
  color: #ffffff;
}
.razdels_2 .item:hover a img {
  -moz-transform: rotate(-45deg) scale(1.1);
  -ms-transform: rotate(-45deg) scale(1.1);
  -webkit-transform: rotate(-45deg) scale(1.1);
  -o-transform: rotate(-45deg) scale(1.1);
  transform: rotate(-45deg) scale(1.1);
}
.razdels_2 .item:hover a span {
  background: rgba(45, 104, 176, 0.8);
}
.lists .item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.lists_1 {
  text-align: center;
}
.lists_1 .item {
  padding: 0 50px;
  margin-bottom: 20px;
}
.lists_1 .item .photo {
  margin-bottom: 10px;
}
.lists_1 .item .photo img {
  max-width: 80%;
}
.lists_1 .item .name {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
.lists_2 {
  text-align: center;
}
.lists_2 .item {
  padding: 0 20px;
}
.lists_2 .item .photo,
.lists_2 .item .name {
  display: table-cell;
  vertical-align: middle;
  height: 70px;
}
.lists_2 .item .photo {
  width: 70px;
}
.lists_2 .item .photo img {
  max-width: 100%;
}
.lists_2 .item .name {
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  line-height: 20px;
}
.lists_3 {
  padding-right: 50%;
}
.lists_3 .item {
  margin: 0 10px 40px 0;
}
.lists_3 .item .photo {
  float: left;
  width: 30%;
}
.lists_3 .item .photo img {
  max-width: 100%;
}
.lists_3 .item .text {
  float: right;
  width: 65%;
}
.lists_3 .item .text .name {
  font-size: 16px;
  line-height: 18px;
  color: #2d68b0;
  margin-bottom: 10px;
  font-weight: 700;
}
.lists_3 .item .text p {
  font-size: 14px;
  line-height: 16px;
}
.lists_4 {
  text-align: center;
}
.lists_4 a {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 20px;
}
.lists_5 .nav {
  float: left;
  width: 470px;
}
.lists_5 .nav .item {
  height: 100px;
  background: #ffffff;
  margin-bottom: 8px;
  cursor: pointer;
}
.lists_5 .nav .item .photo {
  width: 70px;
  height: 70px;
  margin: 15px;
  background-position: top center;
  background-repeat: no-repeat;
  float: left;
}
.lists_5 .nav .item .text {
  float: right;
  width: calc(100% - 120px);
  height: 100px;
  padding: 20px 15px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.lists_5 .nav .item .text i.fa {
  color: #2d68b0;
  position: absolute;
  top: 40%;
  right: -10px;
  font-size: 30px;
  display: none;
}
.lists_5 .nav .item .text .name {
  font-weight: 700;
  margin-bottom: 5px;
}
.lists_5 .nav .item.active {
  background: #2d68b0;
}
.lists_5 .nav .item.active .photo {
  background-position: bottom center;
}
.lists_5 .nav .item.active .text {
  color: #ffffff;
}
.lists_5 .nav .item.active .text i.fa {
  display: block;
}
.lists_5 .pictures {
  float: right;
  width: 670px;
}
.lists_5 .pictures .item {
  display: none;
}
.lists_5 .pictures .item img {
  width: 100%;
  display: block;
}
.lists_5 .pictures .item.active {
  display: block;
}
.lists_6 {
  position: relative;
  padding-bottom: 140px;
}
.lists_6 .items {
  height: 140px;
  border-bottom: 7px solid #2d68b0;
}
.lists_6 .items .item {
  width: 20%;
  padding: 0 10px;
  position: relative;
  min-height: 150px;
}
.lists_6 .items .item .photo {
  width: 40px;
  height: 40px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  left: 20px;
  bottom: -50px;
}
.lists_6 .items .item .n,
.lists_6 .items .item .name {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  font-weight: 700;
}
.lists_6 .items .item .n,
.lists_6 .items .item .text {
  display: table-cell;
  vertical-align: top;
  height: 95px;
  padding: 10px 0 45px;
  position: relative;
}
.lists_6 .items .item .n {
  border-right: 2px dotted #4181cf;
  width: 25px;
  text-align: center;
}
.lists_6 .items .item .n:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ffffff;
}
.lists_6 .items .item .text {
  width: calc(100% - 40px);
  padding-left: 10px;
}
.lists_6 .items .item .text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #ffffff;
}
.lists_6 .items .item .text .name {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.lists_6 .items .item .text .announce {
  font-size: 12px;
  line-height: 14px;
}
.lists_6 .items .item:nth-child(odd) {
  margin-top: 135px;
}
.lists_6 .items .item:nth-child(odd) .photo {
  bottom: auto;
  top: -50px;
}
.lists_6 .items .item:nth-child(odd) .n,
.lists_6 .items .item:nth-child(odd) .text {
  padding-top: 45px;
  padding-bottom: 10px;
}
.lists_6 .items .item:nth-child(3) {
  margin-left: 220px;
}
.lists_6 .center {
  position: absolute;
  left: 50%;
  margin-left: -111px;
  top: 29px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 7px solid #2d68b0;
}
.lists_6 .center p {
  width: 160px;
  height: 160px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  background: #a7c4e9;
  color: #000000;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 14px solid #ffffff;
}
.data_1 {
  border: 5px solid #cccccc;
  padding: 0 15px 15px;
  margin-top: 20px;
  text-align: center;
}
.data_1 p,
.data_1 div {
  text-align: center;
}
.data_1 .title {
  text-transform: uppercase;
  color: rgba(33, 33, 33, 0.8);
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  padding: 0 40px;
  top: -10px;
  position: relative;
  background: #ffffff;
}
.form {
  width: 400px;
  margin: 0 auto;
}
.form .title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.form label {
  display: block;
  margin-bottom: 10px;
}
.form label span {
  display: block;
  margin-bottom: 4px;
}
.form input[type=text],
.form input[type=email],
.form input[type=password],
.form textarea {
  width: 100%;
  box-sizing: border-box;
}
.form input[type=text],
.form input[type=email],
.form input[type=password] {
  padding: 0 10px;
  height: 40px;
}
.form textarea {
  padding: 10px;
  resize: none;
}
.form sup {
  color: #e03c42;
  font-size: 12px;
}
.form .submit {
  text-align: right;
}
.form .captcha .img {
  float: left;
}
.form .captcha .input {
  float: right;
}
.form .captcha .input .form input[type=text] {
  width: 100px;
}
.block .form_1 {
  padding-left: 55%;
}
.block .form_1 .title {
  text-align: left;
  font-size: 28px;
  line-height: 28px;
}
.block .form_1 form label {
  display: block;
  margin-bottom: 10px;
}
.block .form_1 form label > span {
  display: none;
}
.block .form_1 form label input[type=text],
.block .form_1 form label input[type=email],
.block .form_1 form label input[type=password],
.block .form_1 form label textarea {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}
.block .form_1 form label input[type=text],
.block .form_1 form label input[type=email],
.block .form_1 form label input[type=password] {
  height: 45px;
  padding: 0 10px;
}
.block .form_1 form label textarea {
  height: 100px;
  padding: 10px;
  resize: none;
  margin-bottom: 10px;
}
.block .form_2 {
  padding: 70px 0;
}
.block .form_2 .title {
  float: left;
  width: 30%;
  font-size: 28px;
  line-height: 45px;
  color: #ffffff;
  text-align: left;
  margin: 0;
}
.block .form_2 form {
  float: right;
  width: 50%;
  position: relative;
}
.block .form_2 form label {
  display: block;
}
.block .form_2 form label > span {
  display: none;
}
.block .form_2 form label input[type=text],
.block .form_2 form label input[type=email] {
  width: 100%;
  box-sizing: border-box;
  background: transparent;
  height: 45px;
  padding: 0 200px 0 10px;
  border-color: #ffffff;
  color: #ffffff;
}
.block .form_2 form label input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}
.block .form_2 form label input[type=text]::-moz-placeholder {
  color: #ffffff;
}
.block .form_2 form label input[type=text]:-moz-placeholder {
  color: #ffffff;
}
.block .form_2 form label input[type=text]:-ms-input-placeholder {
  color: #ffffff;
}
.block .form_2 form input[type=submit] {
  height: 35px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.block .form_3 form {
  padding: 0 20px;
}
.block .form_3 form label {
  display: block;
  margin-bottom: 10px;
}
.block .form_3 form label > span {
  display: none;
}
.block .form_3 form label input[type=text],
.block .form_3 form label input[type=email],
.block .form_3 form label textarea {
  width: 100%;
  box-sizing: border-box;
  border-color: #ffffff;
}
.block .form_3 form label input[type=text]:focus,
.block .form_3 form label input[type=email]:focus,
.block .form_3 form label textarea:focus {
  border-color: #2d68b0;
}
.block .form_3 form label input[type=text],
.block .form_3 form label input[type=email] {
  height: 40px;
  padding: 0 10px;
}
.block .form_3 form label textarea {
  height: 70px;
  padding: 10px;
  resize: none;
}
.block .form_3 form input[type=submit] {
  width: 100%;
}
.block.subcat.type_new .item {
  display: inline-block;
  margin: 2px 3px;
}
.block.subcat.type_new .item a {
  padding: 2px 3px;
  text-decoration: none;
  color: #fff;
  background: #2d68b0;
  border: 1px solid #2d68b0;
  display: inline-block;
  font-weight: 300;
}
.block.subcat.type_new .item a h4 {
  font-weight: 300;
}
.block.subcat.type_new .item a:hover {
  color: #2d68b0;
  background: #fff;
}
.form_page_1 .contacts {
  float: left;
  width: 45%;
  padding-top: 50px;
}
.form_page_1 .contacts .item {
  margin-bottom: 20px;
}
.form_page_1 .contacts .item .icon {
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 28px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #2d68b0;
  color: #ffffff;
}
.form_page_1 .contacts .item .text {
  float: right;
  width: calc(100% - 90px);
  padding-top: 10px;
}
.form_page_1 .contacts .item .name {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 4px;
}
.form_page_1 .contacts .item .value {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
}
.form_page_1 .contacts .item .value a {
  color: #212121;
  text-decoration: none;
}
.form_page_1 .contacts .item .value a:hover {
  color: #2d68b0;
}
.form_page_1 .form {
  float: right;
  width: 45%;
}
.form_page_1 .form .name {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
}
.form_page_1 .form input[type=text],
.form_page_1 .form textarea {
  margin-bottom: 10px;
}
.form_page_2 .contacts {
  text-align: center;
  margin-bottom: 20px;
}
.form_page_2 .contacts .item {
  display: inline-block;
  vertical-align: top;
  margin: 40px;
  width: 230px;
}
.form_page_2 .contacts .item .icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.08);
  background: rgba(204, 204, 204, 0.2);
  color: #2d68b0;
}
.form_page_2 .contacts .item .text {
  font-size: 18px;
  line-height: 24px;
}
.form_page_2 .contacts .item .text a {
  color: #212121;
  text-decoration: none;
}
.form_page_2 .contacts .item .text a:hover {
  color: #2d68b0;
}
.form_page_2 .form {
  width: 100%;
}
.form_page_2 .form .name {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.form_page_2 .form .desc {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 20px;
}
.form_page_2 .form input[type=text],
.form_page_2 .form textarea {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form_page_2 .form label {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 370px;
  margin: 0 26px 26px 0;
}
.form_page_2 .form label i {
  color: #2d68b0;
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 18px;
}
.form_page_2 .form label.l_mail {
  margin-right: 0;
}
.form_page_2 .form label.l_message {
  display: block;
  width: 100%;
}
.form_page_2 .form input[type=text] {
  padding: 0 20px;
  height: 45px;
}
.form_page_2 .form textarea {
  height: 125px;
  padding: 20px;
}
.form_page_2 .form .submit {
  text-align: center;
}
.block .button_popup_1 {
  padding-left: 55%;
}
.block .button_popup_1 .title {
  color: #2d68b0;
  text-align: left;
}
.block .button_popup_1 .phone {
  color: #ffffff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}
.block .button_popup_1 .phone a {
  color: #ffffff;
  text-decoration: none;
}
.gallery ul {
  list-style: none;
}
.gallery ul li {
  float: left;
  width: 220px;
  height: 220px;
  overflow: hidden;
  position: relative;
  margin: 0 15px 15px 0;
}
.gallery ul li a span {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  font-size: 70px;
  line-height: 220px;
  text-align: center;
}
.gallery ul li a span i {
  color: #ffffff;
}
.gallery ul li a:hover span {
  display: block;
}
.gallery ul li:nth-child(5n) {
  margin-right: 0px;
}
.photos_2 .owl-carousel {
  width: 570px;
  float: left;
}
.photos_2 .text {
  float: right;
  width: calc(100% - 590px);
}
specialists_1 {
  text-align: center;
}
specialists_1 .item {
  display: inline-block;
  vertical-align: top;
  width: 19%;
  padding: 0 10px;
  box-sizing: border-box;
}
specialists_1 .item:first-child {
  padding-left: 0;
}
specialists_1 .item:last-child {
  padding-right: 0;
}
specialists_1 .item .photo {
  margin-bottom: 15px;
}
specialists_1 .item .photo a {
  display: block;
  height: 315px;
  background-repeat: no-repeat;
  background-position: center bottom;
}
specialists_1 .item .name {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
specialists_1 .item .name a {
  text-decoration: none;
}
specialists_1 .item .name a:hover {
  color: #212121;
}
specialists_1 .item .position {
  font-size: 14px;
}
.specialists .item,
.detail_specialist .item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2d68b0;
}
.specialists .item .photo,
.detail_specialist .item .photo {
  float: left;
  width: 270px;
  text-align: center;
  position: relative;
}
.specialists .item .photo .write,
.detail_specialist .item .photo .write {
  display: none;
  position: absolute;
  bottom: 20px;
  left: 15px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: 5px solid rgba(204, 204, 204, 0.5);
}
.specialists .item .photo .write a,
.detail_specialist .item .photo .write a {
  display: inline-block;
  line-height: 35px;
  width: 230px;
  box-sizing: border-box;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  background: #2d68b0;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.specialists .item .photo .write a:hover,
.detail_specialist .item .photo .write a:hover {
  background-color: rgba(45, 104, 176, 0.8);
}
.specialists .item .text,
.detail_specialist .item .text {
  float: right;
  width: calc(100% - 300px);
}
.specialists .item .text .name,
.detail_specialist .item .text .name {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.specialists .item .text .name a,
.detail_specialist .item .text .name a {
  text-decoration: none;
}
.specialists .item .text .name a:hover,
.detail_specialist .item .text .name a:hover {
  color: #212121;
}
.specialists .item .text .param,
.detail_specialist .item .text .param {
  text-transform: uppercase;
  color: #2d68b0;
  font-weight: 700;
  margin-bottom: 10px;
}
.specialists .item .text .value,
.detail_specialist .item .text .value {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 21px;
}
.specialists .item .text .value ol,
.detail_specialist .item .text .value ol,
.specialists .item .text .value ul,
.detail_specialist .item .text .value ul {
  margin-left: 20px;
}
.specialists .item .text hr,
.detail_specialist .item .text hr {
  height: 0px;
  background: none;
  border-top: 1px dashed #cccccc;
  margin: 15px 0;
}
.specialists .item .text .more,
.detail_specialist .item .text .more {
  display: none;
}
.specialists .item .text .more a,
.detail_specialist .item .text .more a {
  text-decoration: none;
}
.specialists .item .text .more a:hover,
.detail_specialist .item .text .more a:hover {
  color: #212121;
}
.specialists .item:hover .more,
.detail_specialist .item:hover .more {
  display: block;
}
.specialists .item:hover .write,
.detail_specialist .item:hover .write {
  display: block;
}
.detail_specialist .item .photo {
  margin-bottom: 100px;
}
.detail_specialist .item .photo .write {
  display: block;
  bottom: -70px;
}
.detail_specialist .item .text {
  padding-top: 30px;
}
.detail_specialist .item .text .photos {
  padding-top: 40px;
}
.detail_specialist .item .text .photos a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
  border: 5px solid #2d68b0;
  box-shadow: 0px 1px 21px 0px rgba(0, 0, 0, 0.35);
}
.detail_specialist .item .text .photos a:hover {
  border-color: rgba(45, 104, 176, 0.5);
}
.detail_specialist .item .text .photos a img {
  display: block;
}
.gb_1 .item,
.gb_3 .item {
  position: relative;
}
.gb_1 .item .photo,
.gb_3 .item .photo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.gb_1 .item .quote,
.gb_3 .item .quote {
  position: absolute;
  z-index: 20;
  top: 90px;
  left: 80px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #2d68b0;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gb_1 .item .name,
.gb_3 .item .name,
.gb_1 .item .date,
.gb_3 .item .date {
  margin-left: 140px;
  margin-bottom: 10px;
}
.gb_1 .item .name,
.gb_3 .item .name {
  color: #2d68b0;
  font-size: 20px;
  line-height: 22px;
}
.gb_1 .item .date,
.gb_3 .item .date {
  font-size: 12px;
  line-height: 14px;
}
.gb_1 .item .message,
.gb_3 .item .message {
  margin-left: 60px;
  background: rgba(204, 204, 204, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 20px 20px 20px 75px;
  font-size: 14px;
  line-height: 20px;
}
.gb_1 .item .message .more,
.gb_3 .item .message .more {
  padding-top: 15px;
}
.gb_1 .item .message .more a,
.gb_3 .item .message .more a {
  text-decoration: none;
}
.gb_1 .item .message .more a:hover,
.gb_3 .item .message .more a:hover {
  color: #212121;
}
.gb_1 .item {
  width: 45%;
  margin-right: 4%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.gb_1 .item:nth-child(even) {
  margin-right: 0;
}
.gb_2 {
  text-align: center;
}
.gb_2 .item {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin: 0 10px 30px;
}
.gb_2 .item .message {
  background: rgba(204, 204, 204, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  position: relative;
}
.gb_2 .item .message .quote {
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #2d68b0;
  color: #ffffff;
  font-size: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.gb_2 .item .message .more {
  padding-top: 10px;
}
.gb_2 .item .message .more a {
  text-decoration: none;
}
.gb_2 .item .message .more a:hover {
  color: #212121;
}
.gb_2 .item .name {
  color: #2d68b0;
  text-align: center;
  font-size: 20px;
  line-height: 22px;
}
.pricelist {
  margin: 0 60px;
}
.pricelist .name {
  padding: 7px 20px;
  background: rgba(204, 204, 204, 0.5);
  font-size: 22px;
  line-height: 24px;
  cursor: pointer;
  color: #2d68b0;
}
.pricelist .name:hover,
.pricelist .name.active {
  color: #212121;
}
.pricelist .name i {
  float: right;
}
.pricelist .name + .data {
  display: none;
}
.pricelist .data {
  margin-bottom: 10px;
}
.pricelist .data .name {
  font-size: 18px;
  line-height: 20px;
}
.pricelist .data .items table {
  width: 100%;
  border-collapse: collapse;
}
.pricelist .data .items table tr td {
  padding: 7px 20px;
}
.pricelist .data .items table tr td:last-child {
  text-align: right;
}
.pricelist .data .items table tr:nth-child(even) {
  background: rgba(204, 204, 204, 0.5);
}
.headers {
  min-height: 200px;
}
.headers .image {
  width: 200px;
  height: 200px;
  line-height: 200px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  border: 5px solid #2d68b0;
}
.headers .image i {
  font-size: 100px;
}
.headers .items .item > div {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
}
.headers .items .item > div.photo {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
.headers .items .item > div.photo img {
  max-width: 100%;
  max-height: 100%;
}
.headers .items .item > div.name {
  font-weight: 700;
}
.headers .form label > span {
  display: none;
}
.headers_1 .items {
  float: left;
  width: 33%;
}
.headers_1 .items .item {
  margin-bottom: 10px;
}
.headers_1 .image {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -100px;
}
.headers_1 .form {
  float: right;
  width: 33%;
}
.headers_10 .form {
  width: 100%;
  text-align: center;
}
.headers_10 .form label,
.headers_10 .form .submit {
  width: 20%;
  padding-right: 2%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.headers_10 .form label input,
.headers_10 .form .submit input {
  width: 100%;
}
.headers_2 .content,
.headers_5 .content {
  width: calc(100% - 250px);
}
.headers_2 .content .items,
.headers_5 .content .items,
.headers_2 .content .form,
.headers_5 .content .form {
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  padding: 0 10px;
}
.headers_2 .content .items .item,
.headers_5 .content .items .item {
  margin-bottom: 10px;
}
.headers_2 .image {
  float: left;
}
.headers_2 .content {
  float: right;
}
.headers_5 .content .title,
.headers_7 .content .title {
  text-align: left;
}
.headers_5 .image,
.headers_7 .image {
  float: right;
}
.headers_5 .content,
.headers_7 .content {
  float: left;
}
.headers_3 .content,
.headers_4 .content {
  width: calc(100% - 250px);
}
.headers_3 .content .title,
.headers_4 .content .title {
  text-align: left;
}
.headers_3 .content .items,
.headers_4 .content .items {
  margin-bottom: 20px;
}
.headers_3 .content .items .item,
.headers_4 .content .items .item {
  width: 30%;
  padding-right: 3%;
  display: inline-block;
  vertical-align: top;
}
.headers_3 .content .form,
.headers_4 .content .form {
  width: 100%;
}
.headers_3 .content .form label,
.headers_4 .content .form label,
.headers_3 .content .form .submit,
.headers_4 .content .form .submit {
  width: 30%;
  padding-right: 3%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.headers_3 .content .form label input,
.headers_4 .content .form label input,
.headers_3 .content .form .submit input,
.headers_4 .content .form .submit input {
  width: 100%;
}
.headers_3 .image {
  float: right;
}
.headers_3 .content {
  float: left;
}
.headers_4 .image {
  float: left;
}
.headers_4 .content {
  float: right;
}
.headers_6 .items,
.headers_6 .form {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.headers_6 .items {
  padding-left: 100px;
}
.headers_6 .form {
  padding-right: 100px;
}
.cart_title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
}
.cart_items ul {
  list-style: none;
  width: 100%;
  display: table;
}
.cart_items ul li {
  display: table-row;
}
.cart_items ul li div {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  text-align: center;
  border-bottom: 1px dotted #cccccc;
}
.cart_items ul li div input[type=text] {
  text-align: center;
  width: 40px;
}
.cart_items ul li div input[type=button] {
  cursor: pointer;
  width: 20px;
  height: 22px;
  padding: 0;
  background: #2d68b0;
  color: #ffffff;
}
.cart_items ul li div input[type=button]:hover {
  background: #ffffff;
  color: #2d68b0;
}
.cart_items ul li div.photo {
  width: 100px;
}
.cart_items ul li div.photo i {
  font-size: 70px;
  color: #cccccc;
}
.cart_items ul li div.name a {
  color: #212121;
  text-decoration: none;
}
.cart_items ul li div.name a:hover {
  color: #2d68b0;
}
.cart_items ul li div.price {
  width: 150px;
}
.cart_items ul li div.price .span {
  text-decoration: line-through;
  font-weight: 300;
}
.cart_items ul li div.count {
  width: 150px;
}
.cart_items ul li div.delete {
  width: 70px;
}
.cart_items ul li div.delete a {
  text-decoration: none;
}
.cart_items ul li div.delete a:hover {
  color: #212121;
}
.cart_items ul li.head {
  font-weight: 700;
  text-transform: uppercase;
}
.cart_items .cart_comment {
  font-weight: 400;
}
.cart_items .cart_comment .cart_comment_1 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: 300;
  font-style: italic;
}
.cart_items .cart_comment .cart_comment_2 {
  margin: 20px 0;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
.cart_items .cart_comment .cart_comment_3 {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 5px;
}
.cart_summary,.cart_summary_installments {
  margin: 20px 0;
  text-align: right;
}
.cart_summary a {
  padding-left: 50px;
  text-decoration: none;
}
.cart_summary a:hover {
  color: #212121;
}
#global_price,#global_price_installments {
  font-weight: 700;
  font-size: 24px;
}
.global_price_stock_pers_installments {
  display: none;
}
.cart_summary_installments {
  display: none;
}
#global_price_old,
#global_price_sale,
#global_price_stock,
#global_price_stock_pers,#global_price_stock_pers_installments {
  font-weight: 300;
  font-size: 20px;
}
.global_price_stock_pers,.global_price_stock_pers_installments {
  color: #e03c42;
}
.cart_summary_min {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.price_stock_comment {
  display: none;
  color: #e03c42;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.cart_form input[type=text],
.cart_form textarea {
  width: 100%;
  box-sizing: border-box;
}
.cart_form input[type=text] {
  height: 27px;
  padding: 0 10px;
}
.cart_form input[type=submit] {
  border: 2px solid #2d68b0;
}
.cart_form input[type=submit]:hover {
  background: #ffffff;
  color: #2d68b0;
}
.cart_form textarea {
  resize: none;
  height: 80px;
  padding: 10px;
}
.cart_form table {
  margin-top: 10px;
  width: 100%;
}
.cart_form table tr td {
  padding-bottom: 10px;
  padding-right: 10px;
  white-space: nowrap;
}
.cart_form table tr td:nth-child(2n) {
  padding-right: 40px;
}
.cart_form table tr td:nth-child(4n) {
  padding-right: 0px;
}
.cart_form table tr td sup {
  font-size: 11px;
  line-height: 12px;
}
.cart_form table tr td.cart_form_title {
  font-size: 16px;
}
.cart_form table tr td>div {
  font-weight: 400;
}
.cart_form table tr td>div.var_name {
  font-weight: 600;
}
.cart_form table tr td>label {
  font-weight: 600;
}
.cart_form table tr td .var_name {
  text-transform: uppercase;
}
.cart_form table tr td .var_desc {
  display: inline-block;
}
.cart_form table tr.tr_individual td {
  white-space: normal;
}
.cart_form table tr.tr_individual td input[type=text] {
  width: 33%;
}
.cart_form sup {
  font-size: 0.7em;
}
#cart_animation {
  opacity: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url('../images/ajax_loader.gif');
}
.hide {
  display: none;
}
sup.req {
  color: #e03c42;
  font-size: 10px;
}
.orders_history {
  width: 100%;
  border-spacing: 0;
}
.orders_history a {
  cursor: pointer;
}
.orders_history a.details {
  font-style: italic;
}
.orders_history th,
.orders_history td {
  padding: 10px;
  border-bottom: 1px solid rgba(33, 33, 33, 0.4);
  text-align: left;
  font-weight: 400;
}
.orders_history tr.head th {
  font-size: 17px;
  font-weight: 700;
}
.orders_history tr.order_info {
  display: none;
  font-size: 12px;
}
.orders_history tr.order_info th,
.orders_history tr.order_info td {
  padding: 5px 10px;
  border-color: rgba(33, 33, 33, 0.2);
}
.orders_history tr.order_info th.th,
.orders_history tr.order_info td.th {
  font-weight: 700;
}
.orders_history tr.order_info td:first-child {
  padding-left: 40px;
}
.orders_history tr.order_info td:first-child a {
  color: #212121;
}
.orders_history tr.order_info td:first-child a:hover {
  color: #2d68b0;
}
.orders_history tr.order_info.open {
  display: table-row;
}
.cart_added {
  text-align: center;
  width: 500px;
  padding: 20px 0 0;
}
.cart_added h1 {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.cart_added .button {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
}
.cart_added .button a {
  display: block;
  color: #ffffff;
  background: #2d68b0;
  border: 1px solid #2d68b0;
  cursor: pointer;
  padding: 7px 14px;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.cart_added .button a:hover {
  color: #2d68b0;
  background: #ffffff;
}
#owl_4 button:focus,
.owl-theme.owl_15 button:focus,
#owl_sub button:focus {
  outline: none;
}
#owl_4 .owl-nav,
.owl-theme.owl_15 .owl-nav,
#owl_sub .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  bottom: -40px;
}
#owl_4 .owl-nav .owl-prev,
.owl-theme.owl_15 .owl-nav .owl-prev,
#owl_sub .owl-nav .owl-prev,
#owl_4 .owl-nav .owl-next,
.owl-theme.owl_15 .owl-nav .owl-next,
#owl_sub .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #2d68b0;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
}
#owl_4 .owl-nav .owl-prev:hover,
.owl-theme.owl_15 .owl-nav .owl-prev:hover,
#owl_sub .owl-nav .owl-prev:hover,
#owl_4 .owl-nav .owl-next:hover,
.owl-theme.owl_15 .owl-nav .owl-next:hover,
#owl_sub .owl-nav .owl-next:hover {
  color: #ffffff;
  background: rgba(45, 104, 176, 0.5);
}
#owl_4 .owl-nav .owl-prev,
.owl-theme.owl_15 .owl-nav .owl-prev,
#owl_sub .owl-nav .owl-prev {
  left: 70px;
}
#owl_4 .owl-nav .owl-next,
.owl-theme.owl_15 .owl-nav .owl-next,
#owl_sub .owl-nav .owl-next {
  right: 70px;
}
#owl_4 .owl-dots,
.owl-theme.owl_15 .owl-dots,
#owl_sub .owl-dots {
  margin: 0;
  position: absolute;
  bottom: -65px;
  left: 100px;
  width: calc(100% - 200px);
  text-align: center;
}
#owl_4 .owl-dots .owl-dot,
.owl-theme.owl_15 .owl-dots .owl-dot,
#owl_sub .owl-dots .owl-dot {
  height: auto;
}
#owl_4 .owl-dots .owl-dot span,
.owl-theme.owl_15 .owl-dots .owl-dot span,
#owl_sub .owl-dots .owl-dot span {
  border: 1px solid #787878;
  background: transparent;
  margin: 0 10px;
}
#owl_4 .owl-dots .owl-dot.active span,
.owl-theme.owl_15 .owl-dots .owl-dot.active span,
#owl_sub .owl-dots .owl-dot.active span {
  background: #787878;
}
#owl_sub {
  margin-bottom: 100px;
}
#owl_sub .item {
  margin: 0;
  width: 100%;
}
#owl_sub .owl-nav {
  bottom: -20px;
}
#owl_sub .owl-dots {
  bottom: -45px;
}
#owl_sub .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  margin: 0 2px;
}
* {
  font-size: 1em;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
label,
legend,
caption {
  border: 0px;
  margin: 0px;
  outline: 0px;
  padding: 0px;
}
html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
}
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Futura PT';
  font-size: 14px;
  line-height: 16px;
  color: #212121;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #2d68b0;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
article,
.article {
  font-size: 18px;
  line-height: 25px;
}
article p,
.article p {
  margin-bottom: 10px;
  text-align: justify;
}
article ol,
.article ol {
  margin-left: 20px;
  margin-bottom: 10px;
}
article ul,
.article ul {
  list-style: none;
  margin-left: 10px;
  margin-bottom: 10px;
}
article ul li,
.article ul li {
  position: relative;
  padding-left: 15px;
}
article ul li:before,
.article ul li:before {
  content: "\f10c";
  font-family: FontAwesome;
  color: #2d68b0;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 10px;
  line-height: 10px;
  font-weight: bold;
}
article h1,
.article h1,
article h2,
.article h2,
article h3,
.article h3 {
  margin-bottom: 10px;
  line-height: 1.2em;
}
article h1,
.article h1 {
  font-size: 28px;
}
article h2,
.article h2 {
  font-size: 24px;
}
article h3,
.article h3 {
  font-size: 20px;
}
article table,
.article table {
  margin-bottom: 10px;
  border-collapse: collapse;
}
article table th,
.article table th,
article table td,
.article table td {
  padding-right: 20px;
}
article table th,
.article table th {
  text-align: left;
}
input[type=text],
input[type=password],
input[type=email],
textarea {
  border: 1px solid #cccccc;
  font-family: 'Futura PT';
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none;
  border-color: #2d68b0;
}
input[type=submit],
input[type=button],
button {
  background: #2d68b0;
  border: 2px solid #2d68b0;
  box-sizing: border-box;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Futura PT';
  -webkit-appearance: none;
  text-transform: uppercase;
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background: #ffffff;
  color: #2d68b0;
}
input[type=submit]:focus,
input[type=button]:focus,
button:focus {
  outline: none;
}
sup {
  font-size: 70%;
  line-height: 0;
}
a.button {
  display: inline-block;
  background: #2d68b0;
  border: 2px solid #2d68b0;
  box-sizing: border-box;
  /*-webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;*/
  line-height: 40px;
  padding: 0 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
a.button:hover {
  background: #ffffff;
  color: #2d68b0;
}
.page_title.main {
  padding: 20px 0;
}
.page_title h1,
.page_title .h1 {
  font-size: 22px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mess_err {
  color: #e03c42;
  font-weight: bold;
}
.mess_ok {
  color: #4fad51;
  font-weight: bold;
}
.wrap {
  width: 1170px;
  margin: 0 auto;
  position: relative;
}
#body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  min-width: 1190px;
  height: auto;
}
#middle {
  height: auto;
  padding-bottom: 260px;
  position: relative;
  padding-top: 30px;
}
#middle.main {
  padding-bottom: 220px;
}
#left {
  float: left;
  width: 0;
}
#content {
  float: right;
  width: 1170px;
  position: relative;
  padding: 0;
}
#right {
  float: right;
  width: 0;
  margin-left: 20px;
}
.block {
  padding: 25px 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  /*
	&.block_15{
		margin-bottom:30px;
		.ui-tabs{
			padding:0;
			background:none;
			.ui-tabs-panel{
				padding:0;
			}
			.ui-tabs-nav{
				margin:0;
				li{
					border:none;
					background:none;
					color:@color_text;
					margin:0;
					padding:5px 10px;
					a{
						padding:5px 10px;
						font-size:28px;
						line-height:28px;
						font-weight:700;
						border-bottom:2px solid @color_text;
						&:hover{
							color:@color_link;
							border-color:@color_link;
						}
					}
				}
				li.ui-tabs-active{
					margin:0;
					padding:5px 10px;
					a{
						color:@color_link;
						border-color:transparent;
					}
				}
			}
		}
		.razdels .item{
			padding:0;
			border-radius:0;
			&:nth-child(5n){
				margin-right:10px;
			}
		}
		.ui-corner-all{
			border-radius:0;
			border:none;
		}
		.ui-widget{
			font-family:inherit;
			font-size:1em;
		}
		.ui-widget-header{
			background:none;
		}
	}
	*/
}
.block .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 50px;
  background: url("../images/icon_title.png") no-repeat center top;
  text-align: center;
  text-transform: uppercase;
}
.block .title a {
  color: #212121;
  text-decoration: none;
  position: relative;
}
.block .title a:hover {
  color: #2d68b0;
}
.block .all {
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
}
.block.block_1 {
  padding: 0;
}
.block.block_1 .map {
  position: relative;
}
.block.block_1 .map [class*="ymaps-2"][class*="-ground-pane"] {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
}
.block.block_1 .map .onmap {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 1px;
}
.block.block_1 .map .onmap .call {
  float: right;
  width: 530px;
  background: #393939;
  padding: 30px;
  box-sizing: border-box;
  color: #ffffff;
}
.block.block_1 .map .onmap .call .name {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}
.block.block_1 .map .onmap .call .announce {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.block.block_1 .map .onmap .call form label {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 2px);
}
.block.block_1 .map .onmap .call form label span {
  display: none;
}
.block.block_1 .map .onmap .call form label input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 0;
}
.block.block_1 .map .onmap .call form img {
  height: 80px;
  padding: 5px 5px 5px 0;
}
.block.block_1 .map .onmap .call form label.captcha {
  padding: 5px 0 0 0;
}
.block.block_1 .map .onmap .call form label.captcha input[type=text] {
  height: 80px;
  width: 120px;
}
.block.block_1 .map .onmap .call form label.label_16 {
  margin-right: 4px;
}
.block.block_1 .map .onmap .call form p {
  padding: 10px 0;
}
.block.block_1 .map .onmap .call form p label {
  display: inline;
  width: 100%;
}
.block.block_1 .map .onmap .call form p label a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.block.block_1 .map .onmap .call form p label a:hover {
  border-color: transparent;
}
.block.block_1 .map .onmap .call form .submit {
  float: none;
  display: block;
  margin: 0;
}
.block.block_1 .map .onmap .call form .submit input {
  width: 100%;
  height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block.block_17 .inline_form {
  background: url("../images/bg_form.jpg") no-repeat center top;
  background-size: cover;
  height: 230px;
  box-sizing: border-box;
  padding-left: 360px;
  padding-top: 40px;
  color: #ffffff;
  position: relative;
}
.block.block_17 .inline_form .name {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 5px;
  font-weight: 700;
}
.block.block_17 .inline_form .announce {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 15px;
}
.block.block_17 .inline_form form label {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  margin-right: 5px;
}
.block.block_17 .inline_form form img {
  margin-right: 5px;
}
.block.block_17 .inline_form form label.captcha {
  width: 110px;
}
.block.block_17 .inline_form form label span {
  display: none;
}
.block.block_17 .inline_form form label input[type=text] {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  box-sizing: border-box;
  border: 0;
}
.block.block_17 .inline_form form label.label_16 {
  margin-right: 4px;
}
.block.block_17 .inline_form form p {
  padding: 10px 0;
  position: absolute;
  bottom: 20px;
  /*left: 400px;*/
  font-weight: 300;
}
.block.block_17 .inline_form form p label {
  display: inline;
  width: 100%;
}
.block.block_17 .inline_form form p label a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.block.block_17 .inline_form form p label a:hover {
  border-color: transparent;
}
.block.block_17 .inline_form form .submit {
  float: none;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.block.block_17 .inline_form form .submit input {
  /*width: 170px;*/
  height: 45px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block.block_18 .tabs .tabs_navigation ul li {
  padding-left: 45px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
}
.block.block_2 {
  background: #e6e6e6;
}
.block.block_2 .banner_more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.block.block_2 .banner_name {
  position: absolute;
  margin-top: 40px;
  margin-left: 70px;
  left: 0;
  top: 0;
  font-size: 32px;
  line-height: 34px;
  color: #fff;
  text-shadow: 2px 2px 3px #000;
  background: rgb(0 0 0 / 50%);
  padding: 20px;
  box-sizing: border-box;
  width: -webkit-fill-available;
}
.block.block_3 {
  padding-top: 0;
  text-align: center;
  background: #e6e6e6;
}
.block.block_4 {
  padding: 20px 0 70px 0;
}
.block.block_4 {
  padding: 20px 0 70px 0;
}
.block.block_4 .content {
  border: 1px solid #cccccc;
  padding: 20px 0;
}
.block.block_4 .item {
  border-right: 1px solid #cccccc;
}
.block.block_4 .item a {
  padding: 0 10px;
  text-align: center;
  display: block;
  text-decoration: none;
}
.block.block_4 .item a img {
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.block.block_4 .item a span {
  display: block;
}
.block.block_4 .item a .photo {
  height: 140px;
  margin-bottom: 10px;
}
.block.block_4 .item a .photo img {
  display: inline-block;
  vertical-align: middle;
}
.block.block_4 .item a .name {
  font-size: 16px;
  font-weight: 700;
  color: #2d68b0;
  margin-bottom: 10px;
}
.block.block_4 .item a .country {
  font-size: 14px;
  color: #212121;
}
.block.block_5 .tinycarousel,
.block.block_6 .tinycarousel,
.block.block_7 .tinycarousel,
.block.block_8 .tinycarousel,
.block.block_9 .tinycarousel,
.block.block_10 .tinycarousel {
  padding: 0 50px;
}
.block.block_5 .tinycarousel .buttons,
.block.block_6 .tinycarousel .buttons,
.block.block_7 .tinycarousel .buttons,
.block.block_8 .tinycarousel .buttons,
.block.block_9 .tinycarousel .buttons,
.block.block_10 .tinycarousel .buttons {
  z-index: 10;
  background: rgba(45, 104, 176, 0.7);
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
}
.block.block_5 .tinycarousel .buttons:hover,
.block.block_6 .tinycarousel .buttons:hover,
.block.block_7 .tinycarousel .buttons:hover,
.block.block_8 .tinycarousel .buttons:hover,
.block.block_9 .tinycarousel .buttons:hover,
.block.block_10 .tinycarousel .buttons:hover {
  background: #2d68b0;
}
.block.block_5 .tinycarousel .viewport,
.block.block_6 .tinycarousel .viewport,
.block.block_7 .tinycarousel .viewport,
.block.block_8 .tinycarousel .viewport,
.block.block_9 .tinycarousel .viewport,
.block.block_10 .tinycarousel .viewport {
  padding: 10px 0 30px 0;
  height: 400px;
}
.block.block_5 .tinycarousel .viewport ul,
.block.block_6 .tinycarousel .viewport ul,
.block.block_7 .tinycarousel .viewport ul,
.block.block_8 .tinycarousel .viewport ul,
.block.block_9 .tinycarousel .viewport ul,
.block.block_10 .tinycarousel .viewport ul {
  padding-top: 10px;
}
.block.block_5 .tinycarousel .viewport ul li,
.block.block_6 .tinycarousel .viewport ul li,
.block.block_7 .tinycarousel .viewport ul li,
.block.block_8 .tinycarousel .viewport ul li,
.block.block_9 .tinycarousel .viewport ul li,
.block.block_10 .tinycarousel .viewport ul li {
  margin: 0 5px;
}
.block.block_5 .tinycarousel .viewport ul li .item,
.block.block_6 .tinycarousel .viewport ul li .item,
.block.block_7 .tinycarousel .viewport ul li .item,
.block.block_8 .tinycarousel .viewport ul li .item,
.block.block_9 .tinycarousel .viewport ul li .item,
.block.block_10 .tinycarousel .viewport ul li .item {
  width: 200px;
  margin-right: 5px;
  text-align: left;
  box-sizing: border-box;
}
.block.block_5 {
  background-image: linear-gradient(to right, transparent, transparent, rgba(45, 104, 176, 0.2));
  margin-top: 30px;
}
.block.block_6 {
  background-image: linear-gradient(to left, transparent, transparent, rgba(45, 104, 176, 0.2));
}
.block.block_7 {
  background-image: linear-gradient(to right, transparent, transparent, rgba(45, 104, 176, 0.2));
}
.block.block_8 {
  background-image: linear-gradient(to left, transparent, transparent, rgba(45, 104, 176, 0.2));
}
.block.block_9 {
  background-image: linear-gradient(to right, transparent, transparent, rgba(45, 104, 176, 0.2));
}
.block.block_10 {
  background-image: linear-gradient(to left, transparent, transparent, rgba(45, 104, 176, 0.2));
}
.block.block_11 .tinycarousel,
.block.block_12 .tinycarousel,
.block.block_13 .tinycarousel {
  padding: 0 50px;
}
.block.block_11 .tinycarousel .buttons,
.block.block_12 .tinycarousel .buttons,
.block.block_13 .tinycarousel .buttons {
  z-index: 10;
  background: rgba(45, 104, 176, 0.7);
  color: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
}
.block.block_11 .tinycarousel .buttons:hover,
.block.block_12 .tinycarousel .buttons:hover,
.block.block_13 .tinycarousel .buttons:hover {
  background: #2d68b0;
}
.block.block_11 .tinycarousel .viewport,
.block.block_12 .tinycarousel .viewport,
.block.block_13 .tinycarousel .viewport {
  height: 270px;
}
.block.block_11 .tinycarousel .viewport ul li,
.block.block_12 .tinycarousel .viewport ul li,
.block.block_13 .tinycarousel .viewport ul li {
  margin: 0;
}
.block.block_11 .tinycarousel .viewport ul li .item,
.block.block_12 .tinycarousel .viewport ul li .item,
.block.block_13 .tinycarousel .viewport ul li .item {
  width: 250px !important;
  height: 250px;
}
.block.block_14 {
  padding: 0;
}
.block.block_14 .submit {
  float: none;
  display: block;
  text-align: center;
  margin-top: 0;
  position: fixed;
  bottom: 35px;
  left: 25px;
  z-index: 20;
}
.block.block_14 .submit a {
  margin-right: 0;
  font-size: 14px;
  height: 55px;
  padding: 8px 10px;
  box-sizing: border-box;
  line-height: 16px;
  border-radius:0;
  background: #44bb6e;
  border-color: #44bb6e;
  box-shadow: 0 12px 14px 8px rgba(0, 0, 0, 0.17);
}
.block.block_14 .submit a:hover {
  color: #44bb6e;
  background: #ffffff;
}
.block.block_15,
.block.block_16 {
  background: #f1f1f1;
}
.block.block_15 .title,
.block.block_16 .title {
  margin-bottom: 0px;
}
.block.block_15 {
  background-image: none !important;
  padding-bottom: 100px;
}
.block.block_15 .owl-nav {
  bottom: -20px;
}
.block.block_15 .owl-dots {
  bottom: -40px;
}
.block.block_16 {
  padding: 50px 0;
}
.inside .block.block_1 {
  padding: 40px 0 0 0;
}
.rows {
  text-align: center;
}
.rows .item {
  display: inline-block;
  vertical-align: top;
}
.rows .item .photo,
.rows .item .name {
  margin-bottom: 15px;
}
.rows .item .photo {
  position: relative;
}
.rows .item .photo .date {
  position: absolute;
  z-index: 20;
  background: rgba(45, 104, 176, 0.7);
  color: #ffffff;
  padding: 10px;
  left: 0;
  top: 20px;
}
.rows .item .date {
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
}
.rows .item .name {
  font-size: 18px;
  line-height: 20px;
}
.rows .item .name a {
  text-decoration: none;
  color: #212121;
}
.rows .item .name a:hover {
  color: #2d68b0;
}
.rows .item .more a {
  display: inline-block;
  border: 1px solid #2d68b0;
  text-transform: uppercase;
  line-height: 40px;
  padding: 0 35px;
  text-decoration: none;
}
.rows .item .more a:hover {
  color: #ffffff;
  background: #2d68b0;
}
.top_inside {
  background: #e6e6e6;
  text-align: center;
  padding: 20px 0;
}
.bc {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
.bc a {
  color: #4d4d4d;
  text-decoration: none;
}
.bc a:hover {
  color: #2d68b0;
}
.pages {
  padding: 20px 0px;
}
.pages ul {
  list-style: none;
  text-align: center;
}
.pages ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
.pages ul li a,
.pages ul li span {
  display: inline-block;
  padding: 5px;
  border-bottom: 2px solid transparent;
}
.pages ul li a {
  text-decoration: none;
}
.pages ul li span,
.pages ul li a:hover {
  color: #212121;
  border-color: #2d68b0;
}
.popup_page {
  padding: 40px;
}
.popup_page .page_title {
  margin-bottom: 20px;
}
.popup_page .page_title .h1,
.popup_page .page_title h1 {
  font-size: 24px;
  line-height: 24px;
}
.popup_page .form {
  width: 100%;
  max-width: 400px;
}
.popup_page .form .name {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
}
#color_changer li {
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 4px;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px 5px 0;
  vertical-align: top;
}
#color_changer li.active {
  border: 1px solid #e03c42;
}
#back_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background: #2d68b0;
  opacity: 0.7;
  z-index: 100;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#back_top:hover {
  opacity: 1;
}
#back_top a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  text-align: center;
  font-size: 25px;
  color: #ffffff;
}
.termins .termins_letter {
  font-size: 1.5em;
  line-height: 1.6em;
  font-weight: bold;
}
.termins .termins_letter_container {
  margin-bottom: 1.5em;
}
.termins .termins_letter_container .termin_item {
  width: 30%;
  float: left;
  padding-bottom: 0.4em;
}
.compare_table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.compare_table tr td {
  padding: 7px;
  border-bottom: 1px dashed #cccccc;
  border-right: 1px dashed #cccccc;
}
.compare_table tr td:last-child {
  border-right: 0px;
}
.compare_table .photo {
  position: relative;
}
.compare_table .photo a {
  text-decoration: none;
}
.compare_table .photo .delete_from_compare {
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #2d68b0;
  color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 2px 4px;
}
.compare_table .name {
  font-weight: bold;
  text-transform: uppercase;
}
.compare_table .name a {
  text-decoration: none;
}
.compare_table .name a:hover {
  text-decoration: underline;
}
.compare_table .param {
  font-weight: bold;
}
aside .article_item .article_item_photo,
aside .article_item .article_item_text {
  float: none;
  width: 100%;
}
.tabs .tabs_navigation {
  text-align: center;
  margin-bottom: 50px;
}
.tabs .tabs_navigation ul {
  list-style: none;
  border-bottom: 1px solid #c1b8b8;
  display: inline-block;
}
.tabs .tabs_navigation ul li {
  display: inline-block;
  vertical-align: top;
  line-height: 50px;
  padding: 0 20px;
  cursor: pointer;
  font-size: 22px;
  font-weight: 500;
  position: relative;
}
.tabs .tabs_navigation ul li:after {
  content: '';
  width: 100%;
  height: 1px;
  display: block;
  background: #2d68b0;
  display: none;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.tabs .tabs_navigation ul li.active {
  color: #2d68b0;
  cursor: default;
}
.tabs .tabs_navigation ul li.active:after {
  display: block;
}
.tabs .tabs_content .tab {
  display: none;
}
.tabs .tabs_content .tab.active {
  display: block;
}
.form_messages {
  margin-bottom: 20px;
}
.form_messages textarea {
  width: 100%;
  resize: vertical;
  height: 100px;
}
.messages .message_item {
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
}
.messages .message_item .info {
  font-weight: bold;
  margin-bottom: 5px;
}
.messages .message_item .info span {
  font-style: italic;
  font-weight: normal;
}
.messages .message_new {
  background: rgba(224, 60, 66, 0.2);
}
.messages .message_item_sys {
  margin-left: 70px;
}
.messages .message_item_user {
  margin-right: 70px;
}
.catalog_limit a {
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  line-height: 32px;
  padding: 0 15px;
  text-decoration: none;
  color: #212121;
}
.catalog_limit a.active,
.catalog_limit a:hover {
  color: #ffffff;
  background: #212121;
}
.catalog_limit select {
  display: inline-block !important;
  height: 22px;
}
.catalog_limit #limitSelectBoxItContainer {
  display: none;
}
.catalog_sort a {
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  color: #212121;
  text-decoration: none;
}
.catalog_sort a.active,
.catalog_sort a:hover {
  color: #2d68b0;
}
.catalog_sort select {
  display: inline-block !important;
  height: 22px;
}
.catalog_sort #sortSelectBoxItContainer {
  display: none;
}
.catalog_sort #orderSelectBoxItContainer {
  display: none;
}
#catalog_filters_form {
  margin-bottom: 20px;
}
.filters {
  padding: 10px;
  border: 1px solid #2d68b0;
  display: inline-block;
  width: calc(100% - 5px);
  box-sizing: border-box;
  margin-left: -5px;
}
.filters .limit_sort {
  margin-bottom: 5px;
  float: left;
}
.filters .limit_sort .selectboxit-btn {
  background-color: rgba(0, 0, 0, 0.3);
}
.filters .limit_sort .selectboxit-container .selectboxit {
  border-radius: 0;
}
.filters .limit_sort .selectboxit-default-arrow {
  border-top: 5px solid #ffffff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.filters .limit_sort .selectboxit-btn.selectboxit-enabled:hover,
.filters .limit_sort .selectboxit-btn.selectboxit-enabled:focus {
  color: #ffffff;
}
.filters .limit_sort .catalog_limit {
  display: inline-block;
}
.filters .limit_sort .catalog_limit label {
  line-height: 32px;
}
.filters .limit_sort .catalog_sort {
  display: inline-block;
}
.filters .limit_sort .catalog_sort label {
  line-height: 32px;
}
.filters select {
  font-family: 'Futura PT';
  font-size: 12px;
  font-weight: 500;
  border-color: #ccc;
}
.filters .chosen-container-multi .chosen-choices {
  border: 0;
}
.filters .chosen-container-multi .chosen-choices li.search-field:after {
  font-family: 'FontAwesome';
  content: "\f107";
  color: #cccccc;
  right: 5px;
  top: 5px;
  position: absolute;
}
.filters .chosen-container-multi .chosen-choices li.search-field input[type=text] {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Futura PT';
}
.filters .chosen-container-multi .chosen-choices li.search-choice {
  border-color: #ccc;
  background: rgba(204, 204, 204, 0.1);
  border-radius: 0;
  color: #212121;
}
.filters .chosen-container .chosen-results {
  color: #2d68b0;
}
.filters .chosen-container .chosen-results li.highlighted {
  background: #2d68b0;
}
.filters .chosen-container-active .chosen-choices {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.filters .stock {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  margin-bottom: 5px;
  padding-top: 5px;
  float: right;
}
.filters .stock label {
  display: flex;
  font-size: 16px;
}
.filters .filters_left {
  width: calc(100% - 220px);
  float: left;
}
.filters .filters_right {
  width: 220px;
  float: right;
}
.filters .filters_right .submit {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.filters .filters_right .submit button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-weight: 700;
}
.filters .filters_right .back a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  /*text-transform: none;*/
  margin: 0;
  /*color: #212121;*/
  line-height: 36px;
}
.filters .filters_right .back a:hover {
  color: #ffffff;
}
.filters .filter {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  margin-bottom: 5px;
  /*width: 120px;*/
  min-width: 110px;
  width: auto;
}
.filters .filter.color .vars label {
  width: 40px;
  line-height: 25px;
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-radius: 4px;
  margin-bottom: 5px;
}
.filters .filter .name {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  background: #f1f0f0;
  text-align: center;
  width: 100%;
  color: #212121;
  box-sizing: border-box;
}
.filters .filter .name i {
  color: #2d68b0;
}
.filters .filter .range {
  margin-left: 10px;
  padding-top: 5px;
}
.filters .filter .range #range {
  float: left;
  width: 100px;
  margin: 10px 15px 0 15px;
}
.filters .filter .range .ui-slider-horizontal {
  border-radius: 0 !important;
  height: 4px !important;
  background: #cccccc !important;
  border: 0 !important;
  margin-bottom: 10px;
}
.filters .filter .range .ui-slider-handle {
  background: #2d68b0 !important;
  border-radius: 50% !important;
  width: 14px !important;
  height: 14px !important;
  top: -5px !important;
  border: 0 !important;
  cursor: pointer;
}
.filters .filter .range .ui-slider-handle:hover {
  background: rgba(45, 104, 176, 0.7) !important;
}
.filters .filter .left,
.filters .filter .right {
  font-size: 14px;
  line-height: 20px;
}
.filters .filter .left span i,
.filters .filter .right span i {
  font-size: 12px;
}
.filters .filter .left input[type=text],
.filters .filter .right input[type=text] {
  width: 60px;
  height: 20px;
  text-align: center;
  padding: 0;
}
.filters .filter .vars {
  display: none;
  z-index: 20;
  width: 100%;
  font-weight: 300;
  background-color: #ffffff;
}
.filters .filter .vars label {
  display: block;
}
.filters .filter .vars .labels {
  height: 140px;
  overflow-y: scroll;
  box-sizing: border-box;
}
.filters .filter .vars .labels::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.filters .filter .vars .labels::-webkit-scrollbar-button:start:decrement,
.filters .filter .vars .labels::-webkit-scrollbar-button:end:increment {
  height: 0;
  background-color: transparent;
}
.filters .filter .vars .labels::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 16px;
}
.filters .filter .vars .labels::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #2d68b0;
  border: 1px solid #eee;
  -webkit-border-radius: 16px;
}
.filters .filter .vars .labels label {
  display: flex;
}
.filters .filter.catalog_range {
  width: auto;
  padding: 0 10px;
}
.filters .filter .chosen-container .chosen-choices {
  width: 100%;
  border: 1px solid #ccc;
  padding: 0 5px;
}
.filters .filter .chosen-container .chosen-drop .chosen-results::-webkit-scrollbar {
  width: 5px;
  height: 10px;
}
.filters .filter .chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-button:start:decrement,
.filters .filter .chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-button:end:increment {
  height: 0;
  background-color: transparent;
}
.filters .filter .chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
  -webkit-border-radius: 16px;
}
.filters .filter .chosen-container .chosen-drop .chosen-results::-webkit-scrollbar-thumb:vertical {
  height: 10px;
  background-color: #2d68b0;
  border: 1px solid #eee;
  -webkit-border-radius: 16px;
}
form .submit {
  float: right;
}
form .submit.back a {
  background: #ffffff;
  color: #2d68b0;
}
form .submit.back a:hover {
  background: #2d68b0;
  color: #ffffff;
}
.submit {
  display: inline-block;
  margin-top: 10px;
}
.submit a {
  background: #2d68b0;
  border: 2px solid #2d68b0;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 40px;
  padding: 0 15px;
  cursor: pointer;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-appearance: none;
  margin-right: 10px;
  text-decoration: none;
  line-height: 40px;
  display: inline-block;
}
.submit a:hover {
  background: #ffffff;
  color: #2d68b0;
}
.version_desktop,
.version_mobile {
  text-align: center;
  background: #cccccc;
  line-height: 40px;
  text-transform: uppercase;
  position: relative;
}
.version_desktop a,
.version_mobile a {
  color: #212121;
  text-decoration: none;
}
.version_desktop a:hover,
.version_mobile a:hover {
  color: #2d68b0;
}
.questions .item {
  margin-bottom: 20px;
}
.questions .item .question {
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
}
.questions .item .question.type_q {
  color: #2d68b0;
}
.questions .item .question.full {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
}
.questions .item .question.full i {
  position: absolute;
  top: 0;
  left: 0;
}
.questions .item .question.full.active,
.questions .item .question.full:hover {
  color: #2d68b0;
}
.questions .item .question.full + .answer {
  display: none;
}
.questions .item .answer {
  padding-top: 10px;
  padding-left: 30px;
}
.bold_block {
  font-weight: bold;
}
#owl_2 .owl-nav {
  margin: 0;
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -15px;
}
#owl_2 .owl-nav .owl-prev,
#owl_2 .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
}
#owl_2 .owl-nav .owl-prev:focus,
#owl_2 .owl-nav .owl-next:focus {
  outline: none;
}
#owl_2 .owl-nav .owl-prev:hover,
#owl_2 .owl-nav .owl-next:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #2d68b0;
}
#owl_2 .owl-nav .owl-prev {
  left: 25px;
}
#owl_2 .owl-nav .owl-next {
  right: 25px;
}
.razdels_3 .item {
  display: inline-block;
  vertical-align: top;
  width: 370px;
  margin: 0 25px 30px 0;
}
.razdels_3 .item:nth-child(3n) {
  margin-right: 0;
}
.razdels_3 .item a {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
}
.razdels_3 .item a img {
  display: block;
}
.razdels_3 .item a span {
  display: block;
}
.razdels_3 .item a .inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  position: absolute;
  top: 0;
  left: 0;
}
.razdels_3 .item a:hover .inner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1));
}
.razdels_3 .item a .bottom {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  box-sizing: border-box;
}
.razdels_3 .item a .bottom .name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}
.razdels_3 .item a .bottom .country {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.razdels_3 .item a .bottom .brand {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.razdels_3 .item a .bottom .price {
  font-size: 16px;
  line-height: 20px;
}
.razdels_3 .item a .bottom .price strong {
  font-weight: 700;
}
.razdels_3 .item.item_1 a {
  height: 290px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
}
.razdels_3 .item.item_1 a .inner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
.razdels_3 .item.item_1 a:hover .inner {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
}
.catalog_page .aside {
  float: left;
  width: 270px;
}
.catalog_page .aside .catalog_razdels {
  margin-bottom: 30px;
  border: 1px solid #cccccc;
  padding: 0 20px;
}
.catalog_page .aside .catalog_razdels .item {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}
.catalog_page .aside .catalog_razdels .item:last-child {
  border: 0;
}
.catalog_page .aside .catalog_razdels .item a span {
  display: inline-block;
  vertical-align: middle;
}
.catalog_page .aside .catalog_razdels .item a .photo {
  width: 75px;
  height: 75px;
  margin: 0;
}
.catalog_page .aside .catalog_razdels .item a .name {
  width: calc(100% - 80px);
  padding-left: 15px;
  box-sizing: border-box;
}
.catalog_page .aside .sub {
  margin-bottom: 30px;
}
.catalog_page .aside .sub .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 20px;
  margin-bottom: 10px;
}
.catalog_page .aside .sub ul {
  list-style: none;
}
.catalog_page .aside .sub ul li {
  display: block;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.catalog_page .aside .sub ul li a {
  color: #212121;
  text-decoration: none;
  display: block;
  padding-left: 20px;
  position: relative;
}
.catalog_page .aside .sub ul li a:hover {
  color: #2d68b0;
}
.catalog_page .aside .sub ul li a:before {
  content: '';
  display: block;
  width: 10px;
  height: 1px;
  background: #cccccc;
  position: absolute;
  top: 9px;
  left: 0;
}
.catalog_page .section {
  float: right;
  width: calc(100% - 300px);
  box-sizing: border-box;
}
.catalog_page .section .catalog .item {
  border: 1px solid #cccccc;
  margin-top: -1px;
  margin-left: -5px;
  width: 33.3%;
}
.catalog_page > .catalog .item {
  width: calc(25% - 5px);
  padding: 10px;
}
.catalog_page > .catalog .item.collection {
  width: calc(33.333% - 5px);
}
.catalog_page > .catalog .item.collection .name {
  margin-bottom: 5px
}
.catalog_page > .catalog .item.collection .spec{
  margin-bottom: 10px
}
.catalog_page > .catalog .item.collection .order{
  text-transform: uppercase;
}
.catalog_page .orders .order {
  display: inline-block;
  margin-bottom: 30px;
}
.catalog_page .orders .order a {
  font-size: 18px;
  line-height: 18px;
  color: #44bb6e;
}
.inside .block_3 {
  /*display: none;*/
  padding: 25px 0 0 0;
}
.block_19,
.block_20 {
  color: #ffffff;
}
.block_19 .title,
.block_20 .title {
  padding: 0;
  background: none;
  text-transform: none;
  text-align: left;
  margin-bottom: 20px;
  line-height: 25px;
}
.block_19 {
  padding: 40px 20px 170px;
  margin-bottom: 30px;
}
.block_19 form > label {
  display: block;
  margin-bottom: 10px;
}
.block_19 form > label span {
  display: none;
}
.block_19 form > label input {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding: 0 15px;
}
.block_19 form p a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.block_19 form .submit {
  float: none;
  padding-top: 15px;
  margin: 0;
  display: block;
}
.block_19 form .submit input {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.block_20 {
  padding: 150px 20px 40px;
}
.block_20 .title span {
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}
.block_20 .title span.s1 {
  font-size: 62px;
  line-height: 60px;
  width: 80px;
}
.block_20 .title span.s2 {
  font-size: 18px;
  line-height: 20px;
  width: calc(100% - 90px);
}
.block_20 .button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  text-transform: none;
}
.block_21 {
  padding: 0 0 25px 0;
}
.block_21 .attention {
  font-size: 16px;
  line-height: 18px;
  color: #e03c42;
}
.block_22 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.block_22 ul li {
  display: inline-block;
  width: 20%;
  text-align: center;
}
.block_22 ul li a {
  font-size: 18px;
  line-height: 22px;
}
.block_22 ul li.active a {
  text-decoration: none;
}
.block_23 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.block_23 ul li {
  display: inline-block;
  width: 25%;
  text-align: left;
}
.block_23 ul li a {
  font-size: 18px;
  line-height: 24px;
}
.block_23 ul li.active a {
  text-decoration: none;
}
.block.block_25 .articles_1 .item {
  display: inline-block;
  width: 33%;
  padding: 0 20px;
  box-sizing: border-box;
}
.fixed_right {
  position: fixed;
  top: 200px;
  right: 0;
}
.fixed_right a {
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/icon_fixed.png") no-repeat center center;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  padding-top: 35px;
  font-size: 14px;
  line-height: 15px;
}
.tags .tag {
  display: inline-block;
  margin: 2px 3px;
}
.tags .tag span {
  padding: 3px 8px;
  text-decoration: none;
  color: #fff;
  background: #2d68b0;
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
}