@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic");
@font-face {
  font-family: 'liberation_sansregular';
  src: url("../fonts/liberationsans-regular-webfont.woff2") format("woff2"), url("../fonts/liberationsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gothic';
  src: url("../fonts/gothic.eot") format("eot"), url("../fonts/gothic.woff") format("woff"), url("../fonts/gothic.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

body {
  font: 16px "liberation_sansregular", sans-serif;
  color: #2d2c2c;
  overflow-y: scroll;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

p {
  margin-bottom: 20px;
  line-height: 1.5em;
}
p + p:last-child {
  margin-bottom: 0;
}

a {
  color: #ff9803;
  transition: all 0.25s ease-in-out;
}
a:hover, a:active, a:focus {
  color: #ff9803;
}

img {
  max-width: 100%;
  max-height: 100%;
}

hr {
  margin: 25px 0;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

section {
  padding: 34px 0 35px;
}

input[type=checkbox],
input[type=radio] {
  margin: 2px 0 0;
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }

  input[type="checkbox"],
  input[type="radio"] {
    margin-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}
#page_header {
  padding: 10px 0 0;
  position: relative;
  z-index: 2;
}

#special {
  background: url("../images/sections/special.jpg") center no-repeat;
  background-size: cover;
}

#form {
  background: url("../images/sections/contact_us.jpg") center no-repeat;
  background-size: 100% 100%;
}

#breadcrumbs {
  background-size: cover;
  height: 150px;
  margin-top: -25px;
  padding: 25px 0 10px;
  position: relative;
}
#breadcrumbs:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 26, 5, 0.4);
}
#breadcrumbs .container {
  position: relative;
  z-index: 2;
  height: 100%;
}
#breadcrumbs.v1 {
  background: url("../images/sections/breadcrumbs_1.jpg") center no-repeat;
}
#breadcrumbs.v2 {
  background: url("../images/sections/breadcrumbs_2.jpg") center no-repeat;
}
#breadcrumbs.v3 {
  background: url("../images/sections/breadcrumbs_3.jpg") center no-repeat;
}
.btn-twitter i {
  color: #00aaf0;
}
.btn-facebook i {
  color: #435f9f;
}
.btn-google-plus i {
  color: #e04b34;
}
.btn-pinterest i {
  color: #ce1f21;
}
.socialsharing_product .btn-default{
  background-color: transparent;
  color: #444444;
}
#page_footer {
  background-color: #eaeaea;
  padding: 15px 0;
  margin-top: 20px;
}
#page_footer .main_menu {
  margin-top: 20px;
  font-size: 15px;
}
#page_footer .main_menu .main_menu-item:first-child,
#page_footer .main_menu .main_menu-item:last-child {
  text-align: center;
}
#page_footer .logo-title {
  font-size: 7px;
}
#page_footer .social {
  line-height: inherit;
  margin: 0;
  line-height: 24px;
}
#page_footer .social-item_inside {
  font-size: 14px;
  line-height: 24px;
}

#map-wrapp {
  height: 470px;
  overflow: hidden;
  margin-bottom: -20px;
}
#map-wrapp ~ #page_footer {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  z-index: 1;
}

#map {
  height: 500px;
}

#main_wrapp {
  flex: 1;
  padding: 0;
}

#content .clearfix {
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  #page_footer .logo-img {
    margin-top: 15px;
  }
  #page_footer .main_menu {
    display: block;
    margin: 0;
    overflow: hidden;
    font-size: 14px;
  }
  #page_footer .main_menu .main_menu-item {
    display: block;
    float: left;
    width: 33.333%;
    text-align: left !important;
    padding: 5px !important;
  }
  #page_footer .social {
    float: right;
  }
  #page_footer .social-item_inside {
    line-height: 30px;
  }

  #breadcrumbs {
    height: 125px;
  }

  #map-wrapp {
    height: 270px;
  }

  #map {
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  #page_footer .main_menu {
    margin-top: 15px;
  }
  #page_footer .main_menu .main_menu-item {
    width: 50%;
    text-align: left !important;
  }
  #page_footer .logo-img {
    margin-top: 0;
  }
  #page_footer .logo-title {
    font-size: 8px;
  }
}
.navbar-toggle {
  float: none;
  display: inline-block !important;
  border-radius: 0;
  width: 100%;
  border: none;
}

.list-group-item:first-child,
.list-group-item:last-child {
  border-radius: 0;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0;
}

.nav-tabs {
  margin-bottom: 15px;
}

.nav-tabs > li {
  position: relative;
  margin-bottom: 0;
}

.nav-tabs > li > a {
  border-radius: 0;
  color: #6e6e6e;
  font: 20px "Gothic", sans-serif;
  text-transform: uppercase;
  margin-right: 0;
  border-bottom: 1px solid #ff9803 !important;
  border: none;
}
.nav-tabs > li > a [class^="icon-"]::before,
.nav-tabs > li > a [class*=" icon-"]::before {
  margin-right: 7px;
  width: auto;
}
.nav-tabs > li > a:active, .nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
  background-color: transparent;
  border: none;
}
.nav-tabs > li > a:active:after, .nav-tabs > li > a:focus:after, .nav-tabs > li > a:hover:after {
  content: "";
  display: block;
  height: 3px;
  background-color: #ff5c00;
  left: 0;
  bottom: -2px;
  right: 0;
  position: absolute;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
}
.nav-tabs > li.active > a:after,
.nav-tabs > li.active > a:focus:after,
.nav-tabs > li.active > a:hover:after {
  content: "";
  display: block;
  height: 3px;
  background-color: #ff5c00;
  left: 0;
  bottom: -2px;
  right: 0;
  position: absolute;
}

.tab-content {
  margin-bottom: 30px;
}

.pagination {
  font-size: 20px;
  margin: 10px 0 0;
}

.pagination > li {
  display: inline-block;
}
.pagination > li + li {
  margin-left: 5px;
}
.pagination > li > a,
.pagination > li > span {
  color: #6e6e6e;
  background-color: #ebebeb;
  border: none;
  padding: 5px 10px;
  line-height: 1em;
  transition: all 0.25s ease-in-out;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff;
  background-color: #ff9803;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #d9d9d9;
  color: #6e6e6e;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}

.alert-danger {
  border-radius: 0;
  line-height: 1.4em;
}

.alert-success {
  background-color: #ff9803;
  border-color: #fc9300;
  border-radius: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  color: #fff;
  line-height: 1.4em;
}
.alert-success .close {
  color: #fff !important;
  opacity: 0.5;
  transition: all 0.25s ease-in-out;
}
.alert-success .close:hover {
  opacity: 1;
}
.alert-success a {
  color: #fff;
  text-decoration: underline;
}
.alert-success a:hover, .alert-success a:active, .alert-success a:focus {
  text-decoration: none;
}

.dropdown-menu {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 0;
  border-radius: 0;
  border: none;
}
.dropdown-menu > li:first-child > a {
  padding-top: 6px;
}
.dropdown-menu > li:last-child > a {
  padding-bottom: 6px;
}

.navbar-collapse {
  padding: 0;
}

.navbar-header {
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-toggle {
  background-color: #EE9A27;
  color: #fff !important;
  padding: 10px 15px;
  margin: 0;
}

.btn-primary, .btn-default, .btn-info, .btn-danger {
  background-color: #ff5c03;
  border-color: transparent !important;
  color: #fff;
  font: 16px "liberation_sansbold", sans-serif;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  line-height: 1em;
  border-radius: 0;
}
.btn-primary:hover, .btn-default:hover, .btn-info:hover, .btn-danger:hover, .btn-primary:focus, .btn-default:focus, .btn-info:focus, .btn-danger:focus, .btn-primary:active, .btn-default:active, .btn-info:active, .btn-danger:active {
  background-color: #ff9803 !important;
}

.btn-default {
  background-color: #ebebeb;
  color: #191919;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #d9d9d9 !important;
}

.btn-info {
  background-color: #ff5c03;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #ff9803 !important;
}

.btn-danger {
  background-color: #a94442;
  color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #9B3836 !important;
}

.simplecheckout-block {
  margin-bottom: 35px;
}

.checkout-heading {
  border-radius: 0 !important;
  border: none !important;
  margin-bottom: 30px;
  background-color: #EBEBEB !important;
}

.user_message_wrapp {
  position: fixed;
  top: 15px;
  z-index: 10;
  width: 100%;
}

[class^="col-"] > label.error,
[class*=" col-"] > label.error {
  padding: 0 15px;
}

label.error,
.simplecheckout-error-text {
  color: #a94442;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
}

.veles-text_input_group {
  margin-bottom: 30px;
  position: relative;
  font-size: 14px;
}
.veles-text_input_group.mb10 {
  margin-bottom: 10px;
}
.veles-text_input_group.has-error .veles-text_input {
  border-color: #a94442;
}
.veles-text_input_group label.error,
.veles-text_input_group .simplecheckout-error-text {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  margin-top: 0;
}
.veles-text_input_group label.control-label {
  padding: 0;
  margin: 0 0 5px;
}

.veles-text_input {
  background-color: transparent;
  border: 1px solid #bfbfbf;
  color: #8f8f8f;
  padding: 13px 20px;
  width: 100%;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
}
.veles-text_input:focus {
  background-color: #fff;
}
.veles-text_input.sm {
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px;
}

textarea.veles-text_input {
  resize: none;
  width: 100%;
  height: 115px;
}

.veles-select {
  color: #6b6a6a;
  font-size: 14px;
  line-height: 35px;
  padding: 0 15px;
  width: auto !important;
  border: solid 1px #bfbfbf;
}
.veles-select.open {
  background-color: #fff;
  border-bottom: none;
  border-color: #bfbfbf;
}
.veles-select.error {
  border-color: #FFA0A0;
}
.veles-select .fa {
  text-indent: inherit;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -0.5em;
  font-size: 1.2em;
  color: #cecece;
}

.veles-select_content {
  font-size: 14px;
  position: absolute;
  color: #636363;
  z-index: 1050;
}
.veles-select_content .ui-menu {
  border: solid 1px #bfbfbf;
  background-color: #fff;
  overflow: hidden;
}
.veles-select_content .ui-menu-item-wrapper {
  padding: 7px 15px;
  margin: 0;
}
.veles-select_content .ui-menu-item-wrapper:hover {
  background-color: #D3D3D3;
  color: #fff;
}
.veles-select_content .ui-menu-item:first-child .ui-menu-item-wrapper {
  padding-top: 14px;
}
.veles-select_content .ui-menu-item:last-child .ui-menu-item-wrapper {
  padding-bottom: 14px;
}

.section_title {
  text-align: center;
  margin: 0 0 30px;
  font: 30px "Gothic", sans-serif;
}

.logo {
  display: inline-block;
  text-align: center;
  color: #191919;
  margin-top: 5px;
  transition: all 0.25s ease-in-out;
}

a.logo:hover, a.logo:active, a.logo:focus {
  text-decoration: none;
  color: #191919;
  opacity: 0.75;
}

.logo-img {
  display: block;
  margin: 0 auto;
  width: 120px;
}

.logo-title {
  text-transform: uppercase;
  font: 18px "Gothic", sans-serif;
  margin-top: 3px;
}

.top_line {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px;
  margin-bottom: 26px;
}
.top_line > div:first-child {
  padding-left: 0;
}
.top_line > div:last-child {
  padding-right: 0;
}

.social {
  list-style: none;
  margin: 0 -15px 0 -15px;
}

.social-item {
  float: left;
  text-align: center;
  display: block;
}
.social-item + .social-item {
  margin-left: 7px;
}

.social-item_inside {
  color: #191919;
  font-size: 18px;
  line-height: 34px;
  transition: all 0.25s ease-in-out;
}
.social-item_inside:hover, .social-item_inside:active, .social-item_inside:focus {
  color: #ff9803;
  text-decoration: none;
}

.phones_dropdown {
  line-height: 34px;
  font-size: 15px;
  display: inline-block;
}
.phones_dropdown a {
  color: #191919;
  text-decoration: none;
}

.phones_dropdown-menu > li:first-child > a {
  padding-top: 8px;
  border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
.phones_dropdown-menu > li:last-child > a {
  padding-bottom: 8px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.cart_link,
.cabinet_link {
  color: #191919;
  display: inline-block;
  white-space: nowrap;
}
.cart_link [class^="icon-"]:before,
.cart_link [class*=" icon-"]:before,
.cart_link .fa,
.cabinet_link [class^="icon-"]:before,
.cabinet_link [class*=" icon-"]:before,
.cabinet_link .fa {
  font-size: 1.2em;
  margin-right: 10px;
}

.cabinet_dropdown {
  display: inline-block;
}

.cabinet_dropdown-menu {
  box-shadow: none;
  border-radius: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.cabinet_dropdown-menu > li > a {
  padding: 10px 15px;
}
.cabinet_dropdown-menu > li > a:hover, .cabinet_dropdown-menu > li > a:active, .cabinet_dropdown-menu > li > a:focus {
  background-color: #FF9803;
  color: #fff;
}
.cabinet_dropdown-menu > li + li {
  border-top: 1px solid #fff;
}

.cart_link {
  font-size: 16px;
  line-height: 34px;
  transition: all 0.25s ease-in-out;
}
.cart_link:hover, .cart_link:active, .cart_link:focus {
  color: #ff9803;
  text-decoration: none;
}

.cabinet_link {
  font-size: 14px;
  line-height: 1em;
  text-transform: uppercase;
  background-color: #d9d9d9;
  padding: 10px 15px !important;
  transition: all 0.25s ease-in-out;
}
.cabinet_link:hover, .cabinet_link:active, .cabinet_link:focus {
  background-color: #ff9803;
  color: #fff;
  text-decoration: none;
}

.main_menu {
  display: table;
  width: 100%;
  list-style: none;
  font: 16px "Roboto", sans-serif;
  margin: 0 0;
}

.main_menu-item {
  display: table-cell;
  text-align: center;
  padding: 5px;
}
.main_menu-item.underlined .main_menu-item_inside {
  font-weight: bold;
}
.main_menu-item.underlined .main_menu-item_inside:after {
  height: 2px;
}
.main_menu-item:hover .main_menu-item_inside {
  color: #ff9803;
  text-decoration: none;
}
.main_menu-item:hover .main_menu-item_inside:after {
  height: 2px;
}
.main_menu-item:first-child {
  padding-left: 0;
  text-align: left;
}
.main_menu-item:last-child {
  padding-right: 0;
  text-align: right;
}

.main_menu-item_inside {
  color: #191919;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  transition: all 0.25s ease-in-out;
}
.main_menu-item_inside:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  width: 100%;
  left: 0;
  height: 0;
  transition: all 0.25s ease-in-out;
  background: #ff9803;
}

.additional_menu {
  display: table;
  width: 100%;
  list-style: none;
  margin: 0;
  position: relative;
  margin: 10px 0 0;
}

.additional_menu-item {
  display: table-cell;
}
.additional_menu-item + .additional_menu-item {
  border-left: 1px solid #ffc168;
}

.additional_menu-item_inside {
  background-color: #ff9803;
  color: #fff;
  font: 16px "Gothic", sans-serif;
  padding: 15px 16px;
  display: block;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  white-space: nowrap;
}
.additional_menu-item_inside:hover, .additional_menu-item_inside:active, .additional_menu-item_inside:focus {
  background-color: #ff5c00;
  color: #fff;
  text-decoration: none;
}
.additional_menu-item_inside [class^="icon-"]:before,
.additional_menu-item_inside [class*=" icon-"]:before {
  font-size: 1.2em;
  margin-right: 10px;
  width: auto;
}

.additional_menu-search {
  width: 100%;
  position: relative;
}

.search_line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.search_line-input {
  width: 100%;
  height: 100%;
  background-color: #ebebeb;
  border: none;
  padding: 5px 65px 5px 15px;
  color: #6e6e6e;
  font-size: 14px;
  border-radius: 0;
}

.search_line-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  text-align: center;
  font-size: 16px;
  line-height: 100%;
  background-color: #d9d9d9;
  border: none;
  transition: all 0.25s ease-in-out;
}
.search_line-btn:hover, .search_line-btn:active, .search_line-btn:focus {
  background-color: #ff5c00;
  color: #fff;
  text-decoration: none;
}

.main_slider_wrapp {
  position: relative;
}

.main_slider {
  margin: -25px 0 0;
  position: relative;
  z-index: 1;
}

.main_slider-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  display: block;
  height: 520px;
  padding: 130px 0 100px;
}

.main_slider-slide_signature {
  color: #fff;
  font: 36px "Gothic", sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.main_slider-slide_rml {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
  color: #191919;
  font-size: 20px;
  line-height: 1em;
  text-transform: uppercase;
  margin-right: 65px;
  transition: all 0.25s ease-in-out;
  border: 2px solid transparent;
}
.main_slider-slide_rml .fa {
  font-size: 22px;
  line-height: 20px;
}
.main_slider-slide_rml:hover, .main_slider-slide_rml:focus, .main_slider-slide_rml:active {
  color: #191919;
  text-decoration: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.product_list-header {
  margin-bottom: 30px;
}

.product_list-header_label {
  font-size: 14px;
  font-weight: normal;
  line-height: 35px;
  margin-right: 5px;
}

.product_list-header_filter + .veles-select {
  width: 175px !important;
  margin-right: 15px;
}

.product_list-title, .product-title {
  font: 30px "Gothic", sans-serif;
  line-height: 35px;
  margin: 0;
}

.product_list-slider_title {
  font: 22px "Gothic", sans-serif;
  margin: 0 0 20px;
}

.product_list {
  margin-bottom: 25px;
}
.product_list .clearfix {
  margin-bottom: 30px;
}
.product_list.slick-slider {
  margin-bottom: 0 !important;
  margin-top: -10px;
}
.product_list.slick-slider .slick-list {
  padding: 10px 0;
  width: 100%;
}

.product_list-product {
  display: block;
  transition: all 0.2s ease-in-out;
  background-color: #fff;
  color: #191919;
}
.product_list-product:hover, .product_list-product:focus, .product_list-product:active {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08), 0 3px 6px rgba(0, 0, 0, 0.11);
  text-decoration: none;
  color: #191919;
}
.product_list-product:hover .product_list-product_img_wrapp, .product_list-product:focus .product_list-product_img_wrapp, .product_list-product:active .product_list-product_img_wrapp {
  padding: 5px;
  border-color: transparent;
  opacity: 1;
}
.product_list-product:hover .product_list-product_short_desc, .product_list-product:focus .product_list-product_short_desc, .product_list-product:active .product_list-product_short_desc {
  background-color: #EFEFEF;
}

.product_list-product_img_wrapp {
  height: 260px;
  padding: 25px;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ebebeb;
  border-bottom: none;
  opacity: 0.95;
}

.product_list-product_img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.product_list-product_short_desc {
  padding: 10px;
  background-color: #f6f6f6;
  transition: all 0.2s ease-in-out;
  border: 1px solid #ebebeb;
  border-top: none;
  min-height: 115px;
}

.product_list-product_title {
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 18px;
  min-height: 36px;
}

.product_list-product_price {
  font: 22px "liberation_sansbold", sans-serif;
  color: #ff9803;
  text-align: center;
  line-height: 1.1em;
  white-space: nowrap;
}

.product_list-product_price_old {
  font-size: 18px;
  line-height: 1em;
  color: #FC4444;
  text-decoration: line-through;
  display: block;
  margin-bottom: 5px;
}

.product_list-pagination {
  text-align: center;
  list-style: none;
  margin: 30px 0 0 0;
}
.product_list-pagination li {
  display: inline-block;
  color: transparent;
  width: 10px;
  height: 10px;
}
.product_list-pagination li + li {
  margin-left: 7px;
}
.product_list-pagination button {
  width: 10px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border: none;
  border-radius: 50%;
}
.product_list-pagination .slick-active button {
  background-color: #fff;
}
.product_list-pagination.orange button {
  background-color: #ffad35;
}
.product_list-pagination.orange .slick-active button {
  background-color: #ff9803;
}

.product_list-pagination_top {
  text-align: right;
  list-style: none;
  position: absolute;
  right: 15px;
  top: -27px;
}
.product_list-pagination_top li {
  display: inline-block;
  color: transparent;
  width: 10px;
  height: 10px;
}
.product_list-pagination_top li + li {
  margin-left: 7px;
}
.product_list-pagination_top button {
  width: 10px;
  height: 10px;
  background-color: #ffad35;
  border: none;
  border-radius: 50%;
}
.product_list-pagination_top .slick-active button {
  background-color: #ff9803;
}

.article-text,
.article-videos {
  margin-bottom: 30px;
  max-width: 100% !important;
}

.article-postdate {
  font-size: 12px;
  color: #999;
  margin-bottom: 30px;
}
.article-postdate span {
  color: #191919;
}

.article-rl {
  color: #191919;
}
.article-rl:hover, .article-rl:active, .article-rl:focus {
  color: #ff9803;
  text-decoration: none;
}

.articles_module + .articles_module {
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #e3e3e3;
}

.articles_module-title {
  margin: 0 0 25px;
  font: 30px "Gothic", sans-serif;
}

.articles_module-cat_link {
  padding-top: 15px;
  text-align: right;
}
.articles_module-cat_link a {
  text-decoration: underline;
  display: inline-block;
}
.articles_module-cat_link a:hover, .articles_module-cat_link a:active, .articles_module-cat_link a:focus {
  text-decoration: none;
}

.articles_module-article_img_wrapp {
  display: block;
  position: relative;
}
.articles_module-article_img_wrapp:before {
  content: "";
  display: block;
  background: url("../images/new-label.png") center no-repeat;
  width: 45px;
  height: 45px;
  background-size: 100% 100%;
  position: absolute;
  left: -3px;
  top: -3px;
}

.articles_module-article_img {
  float: left;
  margin: 0 10px 10px 0;
  border: 1px solid #EAEAEA;
  width: 150px;
}

.articles_module-article_title, .news_list-news_title {
  font-size: 17px;
  margin: 0 0 10px;
  line-height: 1.1em;
}
.articles_module-article_title a, .news_list-news_title a {
  color: #191919;
}
.articles_module-article_title a:hover, .news_list-news_title a:hover, .articles_module-article_title a:active, .news_list-news_title a:active, .articles_module-article_title a:focus, .news_list-news_title a:focus {
  color: #ff5c00;
  text-decoration: none;
}

.articles_module-article_short_desc, .news_list-news_short_desc {
  font-size: 15px;
  color: #6e6e6e;
  margin-bottom: 10px;
}

.articles_module-article_postdate, .news_list-news_postdate {
  font-size: 12px;
}

.articles_module-article_rml, .news_list-news_rml {
  font-size: 12px;
  text-transform: uppercase;
  color: #191919;
  transition: all 0.3s ease-in-out;
}
.articles_module-article_rml:hover, .news_list-news_rml:hover, .articles_module-article_rml:active, .news_list-news_rml:active, .articles_module-article_rml:focus, .news_list-news_rml:focus {
  text-decoration: none;
  color: #FF5C00;
}

.social_groups {
  background-color: #f6f6f6;
  padding: 15px;
  text-align: center;
}

.social_groups-title {
  margin: 0 0 15px;
  font: 18px "Gothic", sans-serif;
}

.social_groups-group {
  margin: 0 auto;
  width: 260px;
}
.social_groups-group + .social_groups-group {
  margin-top: 20px;
}

.bottom_line {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: 1px solid #d5d5d5;
  line-height: 27px;
}

.webstudio_link {
  color: #191919 !important;
  text-decoration: none !important;
  position: relative;
  display: inline-block;
  padding-left: 25px;
  font-size: 11px;
}
.webstudio_link .webstudio_link-icon {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #191919;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.webstudio_link .webstudio_link-icon span {
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #191919;
}
.webstudio_link .webstudio_link-icon span:nth-child(1) {
  left: 4px;
  top: 4px;
}
.webstudio_link .webstudio_link-icon span:nth-child(2) {
  right: 4px;
  top: 4px;
}
.webstudio_link .webstudio_link-icon span:nth-child(3) {
  left: 4px;
  bottom: 4px;
}
.webstudio_link .webstudio_link-icon span:nth-child(4) {
  right: 4px;
  bottom: 4px;
}
.webstudio_link .webstudio_link-name {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.analytics,
.copyright {
  text-align: right;
}

.copyright {
  font-size: 14px;
  line-height: 28px;
}

.search_request {
  background-color: #f7f7f7;
  margin-bottom: 15px;
  padding: 15px;
}
.search_request .veles-select {
  width: 100%;
  display: block;
}

.search_control {
  margin-bottom: 20px;
  margin-top: 30px;
}
.search_control label {
  font-weight: normal;
  line-height: 34px;
}

.search_control-title {
  font-size: 24px;
  line-height: 34px;
  margin: 0 !important;
}

.question_mark {
  width: 165px;
  max-width: 100%;
  height: 350px;
  background: url("../images/question_mark.png") center no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}

.contact_form-title {
  margin: 0 0 10px;
  font: 30px "Gothic", sans-serif;
}

.contact_form-signature {
  font-size: 16px;
  margin-bottom: 25px;
  line-height: 1.2em;
}

.contact_form-btn {
  padding: 13px 35px;
}

.breadcrumbs {
  list-style: none;
  position: absolute;
  color: #fff;
  font-size: 12px;
  overflow: hidden;
  left: 15px;
  bottom: 0;
  margin: 0;
}
.breadcrumbs > li {
  float: left;
  position: relative;
}
.breadcrumbs > li:last-child {
  text-decoration: underline;
}
.breadcrumbs > li + li:before {
  content: "-";
  display: inline-block;
  margin: 0 5px;
}
.breadcrumbs > li > a {
  color: #fff;
}

.catalog_menu {
  list-style: none;
}
.catalog_menu ul {
  list-style: none;
}

.catalog_menu-item.parent {
  background-color: #F7F7F7;
}
.catalog_menu-item.parent + .parent {
  margin-top: 10px;
}
.catalog_menu-item.parent > .catalog_menu-item_inside {
  color: #191919;
  padding: 15px 20px;
  background-color: #ebebeb;
  font: 20px "Gothic", sans-serif;
}
.catalog_menu-item.parent > .catalog_menu-item_inside:hover, .catalog_menu-item.parent > .catalog_menu-item_inside:focus, .catalog_menu-item.parent > .catalog_menu-item_inside:active {
  text-decoration: none;
}
.catalog_menu-item.parent.open > .catalog_menu-item_inside {
  color: #fff;
  background-color: #ff9803;
}
.catalog_menu-item.parent.open > .catalog_menu-item_inside > .catalog_menu-item_inside_img {
  filter: url("../images/filters.svg#white");
}
.catalog_menu-item.active > .catalog_menu-item_inside {
  color: #ff9803;
}

.catalog_menu-item_inside {
  padding: 5px 10px;
  color: #191919;
  display: block;
}
.catalog_menu-item_inside.with_img {
  position: relative;
  padding-left: 45px !important;
}
.catalog_menu-item_inside:hover, .catalog_menu-item_inside:focus, .catalog_menu-item_inside:active {
  text-decoration: none;
}

.catalog_menu-item_inside_img {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
}

.catalog_menu-second_lvl {
  display: none;
}
.catalog_menu-second_lvl .catalog_menu-item:first-child > .catalog_menu-item_inside {
  padding-top: 10px;
}
.catalog_menu-second_lvl .catalog_menu-item:last-child > .catalog_menu-item_inside {
  padding-bottom: 10px;
}
.catalog_menu-second_lvl .catalog_menu-item_inside {
  transition: all 0.25s ease-in-out;
}

.catalog_menu-third_lvl {
  font-size: 14px;
  padding-left: 10px;
}
.catalog_menu-third_lvl .catalog_menu-item_inside {
  color: #6e6e6e;
  transition: all 0.25s ease-in-out;
}
.catalog_menu-third_lvl .catalog_menu-item_inside:hover, .catalog_menu-third_lvl .catalog_menu-item_inside:focus, .catalog_menu-third_lvl .catalog_menu-item_inside:active {
  color: #ff9803;
}

.news_list {
  margin-bottom: 25px;
}
.news_list .clearfix {
  margin-bottom: 30px;
}

.news_list-news_img {
  margin-bottom: 15px;
  display: block;
  width: 100%;
}

.contact_form-title + .branch {
  margin-top: 45px;
}

.branch {
  border-top: 2px solid #ff9803;
  padding-top: 15px;
  margin: 0;
  font-size: 15px;
}
.branch + .branch {
  margin-top: 35px;
}
.branch a {
  color: #191919;
}
.branch a:hover, .branch a:focus, .branch a:active {
  text-decoration: none;
}
.branch a:hover .fa, .branch a:focus .fa, .branch a:active .fa {
  color: #ff9803;
}

.branch-title {
  font: 20px "Gothic", sans-serif;
  margin-bottom: 20px;
}

.branch-info_item + .branch-info_item {
  margin-top: 12px;
}
.branch-info_item .fa {
  color: #ccc;
  font-size: 16px;
  margin-right: 10px;
  width: 14px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.branch-info_item .fa.fa-map-marker {
  font-size: 18px;
}
.branch-info_item .fa.fa-envelope {
  font-size: 15px;
}

.veles-blockquote {
  border-left: 2px solid #ff9803;
  font-size: 15px;
  padding: 5px 0 5px 15px;
}

.veles-blockquote_text {
  color: #6e6e6e;
  margin-bottom: 10px;
}

.request_call-btn {
  background-color: transparent;
  border: 1px solid #d9d9d9;
  display: inline-block;
  font-size: 15px;
  line-height: 34px;
  padding: 0 15px;
  transition: all 0.25s ease-in-out;
  margin-left: 15px;
}
.request_call-btn:hover {
  color: #fff;
  background-color: #FF9803;
  border-color: #FF9803;
}

.veles-modal .modal-content {
  border-radius: 0;
}
.veles-modal .modal-header {
  text-align: center;
  border-bottom: none;
}
.veles-modal .modal-title {
  font-size: 30px;
  margin: 0;
}
.veles-modal .modal-signature {
  font-size: 14px;
  margin: 10px 0 0;
}
.veles-modal .modal-footer {
  text-align: center;
  border-top: none;
  padding-bottom: 25px;
}
.veles-modal button.close {
  width: 15px;
  height: 15px;
  border: 1px solid #191919;
  font-size: 15px;
  margin: -7px -7px 0 0 !important;
  border-radius: 50%;
  line-height: 13px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}
.veles-modal .alert {
  font-size: 12px;
  padding: 5px 10px;
}

.product-title {
  margin-bottom: 30px;
}

.product-img,
.product_thumbnails-thumbnail {
  display: block;
  border: 1px solid #ebebeb;
  text-align: center;
}

.product-img {
  padding: 15px;
  margin-bottom: 5px;
}

.product_thumbnails {
  padding: 0 13px;
}
.product_thumbnails .slick-list {
  padding-left: 5px;
}

.product-tabs {
  margin-top: 30px;
}

.product_thumbnails-thumbnail {
  padding: 5px;
  margin: 0 5px 0 0;
}
.product_thumbnails-thumbnail img {
  margin: 0 auto;
}

.product_thumbnails-prev_arrow,
.product_thumbnails-next_arrow {
  font-size: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  cursor: pointer;
}

.product_thumbnails-prev_arrow {
  left: 0;
}

.product_thumbnails-next_arrow {
  right: 0;
}

.product-short_desc_table {
  margin-bottom: 30px;
}
.product-short_desc_table tr:first-child td {
  padding-top: 0;
}
.product-short_desc_table td {
  padding: 5px;
}
.product-short_desc_table td:first-child {
  color: #6e6e6e;
}

.product-old_price {
  font: bold 24px "Gothic";
  text-decoration: line-through;
  color: #fc4444;
}

.product-price {
  font: bold 36px "Gothic";
  color: #ff9803;
  font-weight: bold;
  margin-bottom: 20px;
}

.product-quantity label {
  font-size: 12px;
  line-height: 38px;
  float: left;
  width: 60%;
  font-weight: normal;
  margin: 0;
}
.product-quantity .veles-spinner {
  margin: 0;
  width: 40%;
  font-size: 16px;
}
.product-quantity .veles-spinner .ui-spinner-button {
  font-size: 16px;
  color: #cecece;
  cursor: pointer;
}
.product-quantity .veles-spinner .ui-spinner-button:hover, .product-quantity .veles-spinner .ui-spinner-button:active {
  text-decoration: none;
}
.product-quantity .veles-spinner .ui-spinner-up:before {
  position: absolute;
  bottom: 3px;
  right: 7px;
  line-height: 0;
}
.product-quantity .veles-spinner .ui-spinner-down:before {
  position: absolute;
  top: 3px;
  right: 7px;
  line-height: 0;
}
.product-quantity .veles-text_input {
  margin: 0;
  padding: 8px 10px;
}

.product-description {
  color: #6e6e6e;
}

.product-attributes td {
  width: 50%;
  vertical-align: middle;
}
.product-attributes td:first-child {
  color: #6e6e6e;
  padding-right: 30px;
  border-right: 2px solid #fff;
}
.product-attributes td:last-child {
  font-size: 18px;
  padding-left: 30px;
}

.product-help_text {
  color: #a6a6a6;
  font-size: 14px;
  margin: 30px 0 40px;
}

.review:first-child {
  margin-top: 25px;
}

@media screen and (max-width: 1199px) {
  .logo-img {
    width: 100px;
  }

  .logo-title {
    font-size: 18px;
  }

  .social-item + .social-item {
    margin-left: 4px;
  }

  .social-item_inside {
    font-size: 16px;
  }

  .phones_dropdown {
    margin: 0 -15px;
    font-size: 14px;
  }

  .top_line {
    margin-bottom: 20px;
  }

  .main_menu,
  .cart_link {
    font-size: 14px;
  }

  .main_menu-item {
    padding: 4px;
  }

  .cabinet_link {
    font-size: 12px;
    padding: 10px !important;
  }

  .product_list-product_title {
    font-size: 15px;
  }

  .product_list-product_price {
    font-size: 16px;
  }

  .product_list-product_price_old {
    font-size: 13px;
    margin-right: 0;
  }

  .additional_menu-item_inside {
    padding: 10px 16px;
  }

  .btn-primary, .btn-default, .btn-info, .btn-danger,
  .btn-default {
    min-width: 100px;
  }

  .request_call-btn {
    margin-left: 15px;
    padding: 0 10px;
  }

  .product_list-header_filter + .veles-select {
    margin-right: 15px;
  }

  .product_list-header_label {
    display: none;
  }

  .product_list-product_short_desc {
    min-height: 105px;
  }

  .product-quantity label {
    width: 65%;
  }

  .product-quantity .veles-spinner {
    width: 35%;
    font-size: 14px;
    line-height: 21px;
  }
}
@media screen and (max-width: 991px) {
  .product_list-product_price {
    font-size: 20px;
  }

  .product_list-product_price_old {
    font-size: 15px;
  }

  .top_line {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
    position: relative;
  }
  .top_line:before {
    content: "";
    display: block;
    height: 1px;
    right: 0;
    left: 16.666%;
    background-color: #d9d9d9;
    bottom: -3px;
    position: absolute;
  }

  .logo-img {
    width: 50px;
  }

  .logo-title {
    font-size: 10px;
  }

  .social-item .social-item_inside {
    font-size: 16px;
    line-height: 40px;
  }
  .social-item + .social-item {
    margin-left: 10px;
  }

  .phones_dropdown {
    margin: 0 -10px;
    font-size: 14px;
    line-height: 40px;
  }

  .cart_link {
    font-size: 14px;
    line-height: 40px;
  }

  .cabinet_link {
    padding: 10px !important;
    width: 40px;
    text-align: center;
  }
  .cabinet_link .fa,
  .cabinet_link [class^="icon-"]::before,
  .cabinet_link [class*=" icon-"]::before {
    margin-right: 0;
    margin-left: 0;
  }

  .cabinet_dropdown-menu {
    left: auto;
  }
  .cabinet_dropdown-menu .cabinet_link {
    width: 100%;
    text-align: left;
  }
  .cabinet_dropdown-menu .cabinet_link .fa,
  .cabinet_dropdown-menu .cabinet_link [class^="icon-"]::before,
  .cabinet_dropdown-menu .cabinet_link [class*=" icon-"]::before {
    margin-right: 10px;
  }

  .main_menu {
    margin-top: 15px;
  }

  .main_menu-item {
    padding: 3px 6px;
  }

  .main_menu-item_inside {
    font-size: 12px;
  }

  .search_line-input {
    padding: 5px 55px 5px 15px;
  }

  .search_line-btn {
    width: 40px;
  }

  .additional_menu-item_inside {
    font-size: 14px;
    padding: 10px;
  }

  .main_slider {
    margin-top: -20px;
  }

  .main_slider-slide {
    height: 320px;
    padding: 70px 0 50px;
  }

  .main_slider-slide_signature {
    font-size: 30px;
  }

  #vk_groups,
  #vk_groups iframe,
  .fb-page,
  .fb-page span,
  .fb-page span iframe[style] {
    width: 100% !important;
  }

  .articles_module + .articles_module {
    padding-top: 25px;
    margin-top: 25px;
  }

  .articles_module-title {
    margin: 0;
    font: 30px "Gothic", sans-serif;
  }

  .articles_module-cat_link {
    text-align: left;
    padding-top: 5px;
  }

  .articles_module-articles_list {
    margin-top: 25px;
  }

  .articles_module-article_img {
    width: 100%;
  }

  .question_mark {
    margin-top: 50px;
    height: 255px;
  }

  .webstudio_link {
    line-height: 30px;
  }

  .product_list-product_img_wrapp {
    height: 225px;
  }

  .contact_form-title + .branch,
  .branch + .branch {
    margin-top: 25px;
  }

  .request_call-btn {
    bottom: 5px;
    position: relative;
    font-size: 12px;
    line-height: 1.2em;
    margin-left: 30px;
    padding: 0 15px;
  }

  .product_list-header .veles-select {
    padding: 0 10px;
  }

  .product_list-header_filter + .veles-select {
    margin-right: 15px;
    width: 130px !important;
  }

  .product-quantity {
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_line {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .top_line:before {
    content: none;
  }
  .top_line > div:last-child {
    padding-left: 0;
  }

  .logo-img {
    width: 75px;
  }

  .logo-title {
    font-size: 12px;
  }

  .additional_menu-search {
    width: 40px;
  }

  .search_line-input {
    width: 0;
    padding: 0;
  }

  .main_slider-slide {
    height: 280px;
    padding: 40px 0;
  }

  .main_slider-slide_signature {
    font-size: 24px;
  }

  .main_slider-slide_rml {
    margin: 0;
  }

  .owl-pagination {
    text-align: center;
  }

  #cart {
    margin-right: -15px;
  }

  .main_menu {
    display: block;
  }

  .main_menu-item {
    display: block;
    text-align: center !important;
    padding: 7px 7px;
  }
  .main_menu-item:first-child {
    padding-left: 7px;
    padding-top: 14px;
  }
  .main_menu-item:last-child {
    padding-bottom: 14px;
  }

  .copyright {
    text-align: center;
    padding-top: 27px;
    line-height: 1.45em;
  }
}
a:focus {
  outline: none;
}

/*# sourceMappingURL=general.css.map */



.btn-callback {
  background: transparent;
  border: 1px solid rgba(240, 169, 26, 0.32);
  border-radius: 36px;
  bottom: 5%;
  font-size: 31px;
  height: 72px;
  padding: 4px 0;
  position: fixed;
  left: 30px;
  text-align: center;
  width: 72px;
  z-index: 89
}

.btn-callback div, .btn-callback span {
  font-size: 24px;
  padding: 11px 0 0 0
}

.icon-pulse {
  background: #ff9803;
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  bottom: 0;
  box-shadow: 0 0 0 5px rgba(240, 169, 26, 0.47), 0 0 25px 2px rgba(185, 151, 74, 0.4), inset 0 0 0 15px rgba(249, 226, 39, 0.4);
  -moz-box-shadow: 0 0 0 5px rgba(249, 226, 39, .2), 0 0 25px 2px rgba(185, 151, 74, .4), inset 0 0 0 15px rgba(240, 169, 26, .4);: auto;
  height: 50px;
  left: 0;
  margin -webkit-box-shadow: 0 0 0 5px rgba(161, 185, 106, .2), 0 0 25px 2px rgba(185, 161, 68, 0.4), inset 0 0 0 15px rgba(185, 135, 43, 0.4);
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 10px;
  width: 50px;
  z-index: 3
}

.pulse1 {
  animation: pulsejg1 4s linear infinite;
  -moz-animation: pulsejg1 4s linear infinite;
  -webkit-animation: pulsejg1 4s linear infinite;
  border: 3px solid rgba(161, 185, 106, .1);
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  bottom: 0;
  box-shadow: inset 0 0 15px 10px rgba(240, 169, 26, 0.8);
  -moz-box-shadow: inset 0 0 15px 10px rgba(240, 169, 26, 0.8);
  -webkit-box-shadow: inset 0 0 15px 10px rgba(240, 169, 26, 0.8);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 72px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  z-index: 1
}

.pulse2 {
  animation: pulsejg2 4s linear infinite;
  -moz-animation: pulsejg2 4s linear infinite;
  -webkit-animation: pulsejg2 4s linear infinite;
  border: 1px solid rgba(161, 185, 106, 0);
  border-radius: 999px;
  -moz-border-radius: 999px;
  -webkit-border-radius: 999px;
  bottom: 0;
  box-shadow: inset 0 0 12px 5px rgba(240, 169, 26, 0.8);
  -moz-box-shadow: inset 0 0 12px 5px rgba(240, 169, 26, 0.8);
  -webkit-box-shadow: inset 0 0 12px 5px rgba(240, 169, 26, 0.8);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  height: 72px;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  z-index: 2
}

.manufacturer-name{
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #555;
  display: block;
  float: left;
}
.manufacturer-name:hover{
  text-decoration: none;
}
.product-manufacturer #content .clearfix{
  margin-bottom: 10px;
}
.img-thumbnail{
  border-radius: 0!important;
}
.thumbnails-mini > .item{
  width: 74px;
  display: inline-block;

}
.thumbnails > .item:not(:first-child){
  display: none;
}
.thumbnails .item,
.thumbnails-mini  .item{
  cursor: pointer;
}
@-webkit-keyframes pulsejg1 {
  0% {
    -webkit-transform: scale(.6);
    opacity: 0
  }
  50% {
    -webkit-transform: scale(.6);
    opacity: 0
  }
  60% {
    -webkit-transform: scale(.9);
    opacity: .2
  }
  70% {
    -webkit-transform: scale(1.1);
    opacity: .35
  }
  80% {
    -webkit-transform: scale(1.25);
    opacity: .2
  }
  100% {
    -webkit-transform: scale(1.4);
    opacity: 0
  }
}

@-moz-keyframes pulsejg1 {
  0% {
    -moz-transform: scale(.6);
    opacity: 0
  }
  50% {
    -moz-transform: scale(.6);
    opacity: 0
  }
  60% {
    -moz-transform: scale(.9);
    opacity: .2
  }
  70% {
    -moz-transform: scale(1.1);
    opacity: .35
  }
  80% {
    -moz-transform: scale(1.25);
    opacity: .2
  }
  100% {
    -moz-transform: scale(1.4);
    opacity: 0
  }
}

@keyframes pulsejg1 {
  0% {
    transform: scale(.6);
    opacity: 0
  }
  50% {
    transform: scale(.6);
    opacity: 0
  }
  60% {
    transform: scale(.9);
    opacity: .1
  }
  70% {
    transform: scale(1.1);
    opacity: .25
  }
  80% {
    transform: scale(1.25);
    opacity: .1
  }
  100% {
    transform: scale(1.4);
    opacity: 0
  }
}

@-webkit-keyframes pulsejg2 {
  0% {
    -webkit-transform: scale(.6);
    opacity: 0
  }
  40% {
    -webkit-transform: scale(.8);
    opacity: .05
  }
  50% {
    -webkit-transform: scale(1);
    opacity: .1
  }
  60% {
    -webkit-transform: scale(1.1);
    opacity: .3
  }
  80% {
    -webkit-transform: scale(1.2);
    opacity: .1
  }
  100% {
    -webkit-transform: scale(1.3);
    opacity: 0
  }
}

@-moz-keyframes pulsejg2 {
  0% {
    -moz-transform: scale(.6);
    opacity: 0
  }
  40% {
    -moz-transform: scale(.8);
    opacity: .05
  }
  50% {
    -moz-transform: scale(1);
    opacity: .1
  }
  60% {
    -moz-transform: scale(1.1);
    opacity: .3
  }
  80% {
    -moz-transform: scale(1.2);
    opacity: .1
  }
  100% {
    -moz-transform: scale(1.3);
    opacity: 0
  }
}

@keyframes pulsejg2 {
  0% {
    transform: scale(.6);
    opacity: 0
  }
  40% {
    transform: scale(.8);
    opacity: .05
  }
  50% {
    transform: scale(1);
    opacity: .1
  }
  60% {
    transform: scale(1.1);
    opacity: .3
  }
  80% {
    transform: scale(1.2);
    opacity: .1
  }
  100% {
    transform: scale(1.3);
    opacity: 0
  }
}
