@font-face {
  font-family: 'helveticaneuecyrlight';
  src: url('../fonts/HelveticaNeueCyr-Light.eot');
  src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Light.svg#helveticaneuecyrlight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helveticaneuecyrmedium';
  src: url('../fonts/HelveticaNeueCyr-Medium.eot');
  src: url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Medium.svg#helveticaneuecyrmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BookmanOldStyle-BoldItalic';
  src: url('../fonts/BookmanOldStyle-BoldItalic.eot');
  src: url('../fonts/BookmanOldStyle-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/BookmanOldStyle-BoldItalic.woff') format('woff'), url('../fonts/BookmanOldStyle-BoldItalic.ttf') format('truetype'), url('../fonts/BookmanOldStyle-BoldItalic.svg#BookmanOldStyle-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'artemiussans_sn_light_ttRg';
  src: url('../fonts/artemiussans_sn_light_tt.eot');
  src: url('../fonts/artemiussans_sn_light_tt.eot?#iefix') format('embedded-opentype'), url('../fonts/artemiussans_sn_light_tt.woff') format('woff'), url('../fonts/artemiussans_sn_light_tt.ttf') format('truetype'), url('../fonts/artemiussans_sn_light_tt.svg#artemiussans_sn_light_ttRg') format('svg');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0px;
  padding: 0px;
}
html {
  height: 100%;
}
body {
  font: 14px Arial, Helvetica, sans-serif;
  color: #2f2f2f;
  background: #ffffff;
}
.container {
  width: 1380px;
  margin: auto;
}
.header {
  height: 172px;
  position: relative;
  width: 1380px;
  margin: auto;
}
.logo {
  /*background : url(../img/logo.gif) no-repeat;*/
  background: url('/images/ssm/logo2.png') no-repeat;
  display: block;
  height: 70px;
  width: 184px;
  position: absolute;
  left: 51px;
  top: 43px;
}
.title_site {
  color: #329700;
  position: absolute;
  top: 34px;
  left: 338px;
  font: 44px BookmanOldStyle-BoldItalic;
}
.title_site span {
  margin: 0px 0px 0px 122px;
}
.header_right {
  position: absolute;
  top: 30px;
  right: 50px;
  text-align: right;
  color: #383838;
  font-family: helveticaneuecyrlight;
}
.address {
  font-size: 12px;
  font-weight: bolder;
  margin: 0px 0px 0px;
}
.phone_top {
  margin: 5px 0px 26px;
  font-size: 17px;
  overflow: auto;
  font-weight: bolder;
  font-family: Arial;
  /*&:before {
		background      : url(../img/bg_phone.png) top left no-repeat 0px 5px;
		width           : 30px;
		height          : 30px;
		background-size : 100%;
		display         : inline-block;
		content         : '';
	}*/
}
@media (max-width: 640px) {
  .phone_top {
    text-align: center;
  }
}
.number {
  /*font : 30px helveticaneuecyrmedium;*/
  font-size: 17px;
}
.btn_callback_top {
  font-size: 23px;
  color: #ffffff;
  text-decoration: none;
  background: url(../img/btn_callback_top.gif) no-repeat;
  text-align: center;
  padding: 6px 0px 0px;
  height: 34px;
  width: 252px;
  display: block;
  margin: 30px 0px 0px 205px;
}
.top {
  background: url(../img/bg_top.png) repeat-x;
}
.top_in {
  margin: auto;
  height: 53px;
  width: 1380px;
  position: relative;
}
.toggleCatalog {
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px dashed #ffffff;
  font-size: 12px;
  /*&:hover{
		border:none;
	}*/
}
@media (max-width: 640px) {
  .toggleCatalog {
    display: inline-block !important;
  }
}
.toggleMainNav {
  background: #1287b7;
  border: 1px solid #0e6588 !important;
  margin-bottom: 15px;
}
.toggleMainNav:hover,
.toggleMainNav:focus {
  background: #1287b7;
}
.toggleMainNav:after {
  clear: both;
  display: block;
  content: '';
}
.nav_top {
  position: absolute;
  left: 163px;
  top: 0px;
}
.nav_top li {
  background: url(../img/bg_top_li.png) no-repeat right 0px;
  display: block;
  margin: 0px 25px 0px 0px;
  padding: 15px 32px 14px 0px;
  float: left;
}
.nav_top li a:link,
.nav_top li a:visited,
.nav_top li a:focus,
.nav_top li a:active {
  color: #ffffff;
  text-decoration: none;
  font: 21px helveticaneuecyrlight;
}
.nav_top li a:hover {
  text-decoration: none;
}
.search_top {
  position: absolute;
  top: 11px;
  right: 18px;
  width: 286px;
}
.search_top_str {
  font: 14px Arial, Helvetica, sans-serif;
  color: #bebebe;
  background: url(../img/bg_search_top_str.gif) no-repeat;
  padding: 7px 13px;
  width: 228px;
  border-width: 0px;
}
.search_top_btn {
  background: url(../img/btn_search.gif) no-repeat;
  height: 18px;
  width: 18px;
  border-width: 0px;
  position: absolute;
  top: 6px;
  right: 0px;
  cursor: pointer;
}
.main {
  /*background : url(../img/bg_main.png) repeat-x 0px 0px;*/
  padding: 29px 0px 0px;
}
.container {
  /*margin   : auto;
	width    : 1380px;
	overflow : hidden;*/
}
/*.lside {
	float : left;
	width : 250px;
}*/
/*.title_lside {
	color      : #ffffff;
	background : url(../img/bg_title_lside.jpg) no-repeat;
	padding    : 7px 0px 0px 20px;
	height     : 34px;
	width      : 230px;
	font       : 23px helveticaneuecyrlight;
}*/
/*.nav_left {
	background : #0097cf;
	padding    : 9px 0px 29px;
	margin     : 0px 0px 68px;
}

.nav_left li {
	display       : block;
	padding       : 11px 0px 12px 35px;
	border-bottom : 1px solid #4fb4da;
	background    : url(../img/bg_left_li.gif) no-repeat 20px 16px;
}

.nav_left li a:link, .nav_left li a:visited, .nav_left li a:focus, .nav_left li a:active {
	color           : #ffffff;
	text-decoration : none;
	font            : 16px helveticaneuecyrmedium;
}

.nav_left li a:hover {
	text-decoration : none;
}*/
/*
.nav_left {
    background: #0097cf;
    padding: 5px 0px;
 
}

.nav_left li {

    padding: 8px 0px 5px 35px;

    background: url(/img/bg_left_li.gif) no-repeat 20px 12px;
  
}

.nav_left li a:link, .nav_left li a:visited, .nav_left li a:focus, .nav_left li a:active {

    font-size: 14px;
}*/
.lside {
  background: #17A9E5;
  padding: 15px;
}
.lside .title_lside {
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 21px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 640px) {
  .lside .title_lside {
    border: none;
  }
}
.lside .sidebarMenu {
  list-style: none;
}
.lside .sidebarMenu i {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 24px;
}
.lside .sidebarMenu i:before {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  /*background  : lighten(#0c95da, 10%);*/
}
.lside .sidebarMenu .current {
  font-weight: bold;
}
.lside .sidebarMenu .current ul {
  display: block;
}
.lside .sidebarMenu .current a {
  font-weight: bold;
  color: #ffffff !important;
}
.lside .sidebarMenu .current li a {
  color: #ffffff !important;
  z-index: 0;
}
.lside .sidebarMenu li {
  padding: 8px 0px;
  color: #ffffff;
  /*border-bottom : 1px solid #ffffff;*/
  position: relative;
  text-transform: uppercase;
}
.lside .sidebarMenu li a {
  color: #ffffff !important;
  font-weight: normal;
  display: block;
  white-space: pre-line;
  padding-right: 40px;
}
.lside .sidebarMenu li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.lside .sidebarMenu li ul li {
  padding-left: 20px;
  border: none;
  text-transform: none;
}
.lside .sidebarMenu li ul li:before {
  content: '-';
  float: left;
  display: block;
  margin-left: -15px;
  margin-top: -3px;
  font-weight: normal;
}
.lside .sidebarMenu li ul li a {
  font-size: 16px;
  line-height: 19px;
  padding-right: 0;
}
.content {
  /*width  : 800px;
	float  : left;
	margin : 0px 40px;*/
}
.content p {
  margin: 0px 0px 10px;
  line-height: 26px;
}
.about {
  background: #e9e8e6;
  margin: 30px 0;
  padding: 30px 0;
  font-size: 12pt;
  line-height: 16pt;
  font: normal 12pt/18pt 'Roboto', Tahoma;
}
.about h1 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 35px 0 20px;
  text-transform: uppercase;
  color: #000000;
}
@media (max-width: 640px) {
  .about h1 {
    font-size: 27px;
  }
}
@media (max-width: 480px) {
  .about h1 {
    font-size: 23px;
  }
}
@media (max-width: 320px) {
  .about h1 {
    font-size: 21px;
  }
}
.about p {
  margin-bottom: 15px;
  text-align: justify;
}
.about a {
  color: #17A9E5;
  text-decoration: underline;
  font-size: 12pt;
}
.about a:hover {
  text-decoration: none;
}
.about .btn {
  border-radius: 0;
  background: none;
  border: 2px solid #17A9E5;
  text-align: center;
  color: #17A9E5;
  padding: 10px 20px;
  text-decoration: none;
}
.about .container form {
  background: #17A9E5;
  padding: 45px;
}
@media (max-width: 768px) {
  .about .container form {
    padding: 30px;
  }
}
.about .container form h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 21pt;
}
@media (max-width: 768px) {
  .about .container form h2 {
    font-size: 18pt;
    line-height: 18pt;
  }
}
.about .container form .description {
  color: #a0dcf5;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 12pt;
}
.about .container form .form-control {
  background: #ebeef5;
  transition: .2s;
  border-radius: 0;
  height: 45px;
}
.about .container form .form-control:focus {
  background: #ffffff;
}
.about .container form textarea.form-control {
  height: 70px;
}
.about .container form .btn {
  border-radius: 0;
  background: none;
  border: 2px solid #ffffff;
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
}
.shop_item {
  transition: .2s;
}
.shop_item .thumbnail {
  border-radius: 0;
  border: 2px solid #f3f3f3;
  padding: 15px 15px 30px;
}
.shop_item:hover .thumbnail {
  border: 2px solid #17A9E5;
}
.shop_item .name {
  text-align: center;
  overflow: hidden;
  height: 62px;
}
.shop_item .name a {
  display: block;
  color: #2f56bb;
  font-weight: normal;
  font-size: 16px;
  margin: 15px auto;
}
.shop_item .image a {
  display: block;
  width: 50%;
  margin: 30px auto;
  height: 120px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.shop_item .price {
  display: block;
  text-align: center;
  font-size: 24pt;
  font-weight: bold;
  margin: 30px auto;
  color: #fd453b;
}
.shop_item .price span {
  font-size: 17pt;
}
.shop_item .action {
  text-align: center;
}
.shop_item .action .btn {
  border-radius: 0;
  border: 1px solid #17A9E5;
  background: none;
  color: #17A9E5;
  text-transform: uppercase;
  padding: 10px 21px;
}
.shop_item .action .btn + a {
  display: block;
  margin-top: 10px;
  /*color      : #000000;*/
  color: #17A9E5;
}
.shop_item .action .btn + a:before {
  background: url('/img/fire_icon.png') top center no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  display: inline-block;
  content: '';
  margin-bottom: -2px;
}
.sale-block {
  margin: 30px 0;
  padding: 30px 0;
}
.sale-block .h2 {
  font-size: 31pt;
  line-height: 31pt;
  color: #17A9E5;
  text-decoration: underline;
  cursor: none;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .sale-block .h2 {
    font-size: 25pt;
    line-height: 25pt;
  }
}
.clients-carousel {
  margin: 30px 0;
}
.clients-carousel h2,
.clients-carousel .h2 {
  font-size: 21pt;
  text-transform: uppercase;
  text-decoration: underline;
  width: 100%;
  cursor: none;
  color: #17A9E5;
}
.clients-carousel .item {
  padding: 2px;
}
.clients-carousel .item .name {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  height: 40px;
  overflow: hidden;
  color: #17A9E5;
  margin-bottom: 10px;
}
.clients-carousel .item .image {
  border: 10px solid #ffffff;
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.clients-carousel .owl-dots {
  margin-top: 15px;
}
.slider {
  height: 364px;
  /*width      : 800px;*/
  background: url(../i/bg_slider.png) no-repeat;
  position: relative;
  overflow: hidden;
}
.sliderContent {
  /*width    : 800px;*/
  height: 364px;
  clear: both;
  position: relative;
  overflow: hidden;
}
.sliderContent .item {
  /*width  : 800px;*/
  height: 334px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.sliderContent .item img {
  display: none;
}
.sliderBullets {
  position: absolute;
  z-index: 50;
  /*background : @primary-color;*/
  height: 23px;
  left: 0px;
  bottom: 0px;
  width: 449px;
  padding: 7px 0px 0px 351px;
}
.sliderBullets a {
  display: block;
  float: left;
  text-indent: -9999px;
  outline: none;
  margin-left: 5px;
  width: 14px;
  height: 14px;
  background: #17A9E5;
  border: 1px solid #1287b7;
  /*background  : url(../img/circle.gif) no-repeat 0px 0px;*/
}
.sliderBullets .active {
  background: #ffffff;
  background-position: 0 -14px;
}
.sliderArrows {
  display: none;
}
.icons {
  background: url(../img/icons.jpg) no-repeat;
  margin: 30px auto 53px;
  height: 116px;
  width: 709px;
}
.rside {
  float: left;
  width: 250px;
}
.basket {
  position: relative;
  border: 1px solid #cdcdcd !important;
  /*border              : 1px solid @primary-color !important;*/
  border-radius: 0 !important;
  margin: 0px 0px 16px;
  /*width      : 226px;*/
  color: #000000;
  text-align: right;
  background-size: 10%;
  background-position: top center;
  height: auto;
  padding: 15px 15px;
  float: right;
}
.basket .h3 {
  display: block;
  font-size: 17pt;
  /*color      : @primary-color*/
  color: #7e98bd;
  margin-top: -5px;
  padding: 0;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.basket .basket_title {
  margin-top: 5px;
}
.basket a {
  color: #000000;
}
.basket:before {
  background: url('/images/shopping-cart.svg') center left no-repeat;
  position: absolute;
  background-size: contain;
  top: 14px;
  left: 10px;
  width: 20px;
  height: 20px;
  display: block;
  content: '';
}
@media (max-width: 640px) {
  .basket {
    margin: 0 auto 30px !important;
    float: none;
  }
}
.basket ul {
  overflow: hidden;
  padding: 14px 0px 0px;
  position: relative;
  left: 92px;
}
.basket ul li {
  display: block;
  float: left;
  background: url(../img/bg_basket_li.gif) no-repeat 0px 2px;
  margin: 0px 7px 0px 0px;
  padding: 0px 0px 0px 10px;
}
/*.basket ul li a:link, .basket ul li a:visited, .basket ul li a:focus, .basket ul li a:active {
	font-size       : 12px;
	color           : #ffffff;
	text-decoration : underline;
}

.basket ul li a:hover {
	text-decoration : none;
}*/
.basket_title {
  color: #fffc00;
  margin: 20px 0px 14px;
  font: 20px helveticaneuecyrmedium;
  display: none;
}
.otloj {
  font-size: 14px;
  color: #ffffff;
  text-decoration: underline;
  display: block;
  margin: 6px 0px 0px;
}
.otloj:hover {
  text-decoration: none;
}
.adv {
  background: #dedede;
  margin: 0px 0px 15px;
  height: 199px;
  width: 250px;
}
.reviews_title {
  color: #c90101;
  margin: 21px 0px 18px 16px;
  font: 25px "artemiussans_sn_light_ttRg";
}
.reviews {
  margin: 0px 0px 7px 16px;
  padding: 0px 0px 17px;
  border-bottom: 1px dashed #c9c9c9;
  width: 221px;
  overflow: hidden;
  color: #232121;
}
.reviews_name {
  font-size: 15px;
  font-weight: bold;
  margin: -2px 0px 20px;
}
.reviews img {
  margin: 0px 9px 0px 0px;
  float: left;
  border: 1px solid #c8c8c8;
}
.reviews_txt {
  float: left;
  width: 155px;
}
.all_reviews {
  color: #ffffff;
  text-decoration: none;
  background: #3c72b4;
  text-align: center;
  display: block;
  margin: 0px 0px 33px 132px;
  padding: 4px 0px 5px;
  width: 107px;
}
.footer {
  position: relative;
  background: #ffffff;
}
.footer:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url(/images/ssm/footer.jpg) repeat-x;
  background-size: cover;
  background-position: center center;
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
}
.footer_in {
  height: 250px;
  width: 1380px;
  position: relative;
}
.copyright {
  color: #000000;
  font: 14px Arial, Helvetica, sans-serif;
  position: absolute;
  left: 41px;
  top: 30px;
}
.copyright a:link,
.copyright a:visited,
.copyright a:focus,
.copyright a:active {
  color: #000000;
  text-decoration: underline;
}
.copyright a:hover {
  text-decoration: none;
}
.nav_bot {
  position: absolute;
  left: 325px;
  top: 24px;
}
.nav_bot li {
  display: block;
  margin: 0px 30px 0px 0px;
  float: left;
}
@media (max-width: 640px) {
  .nav_bot li {
    width: 50%;
    margin-right: 0;
  }
}
.nav_bot li a:link,
.nav_bot li a:visited,
.nav_bot li a:focus,
.nav_bot li a:active {
  color: #ffffff;
  text-decoration: underline;
  display: block;
  padding: 6px 15px 7px;
  float: left;
  background: url(../img/bg_bot_li.png) repeat;
  border-radius: 10px;
}
.nav_bot li a:hover {
  text-decoration: none;
}
.footer_right {
  position: absolute;
  top: 80px;
  color: #000000;
  font-family: helveticaneuecyrlight;
  left: 341px;
}
.footer_right .phone_top {
  padding: 0px 0px 0px 40px;
}
.lightbox-60751733142349 {
  margin-top: -10px;
  font-weight: bold;
  /*text-decoration: underline;*/
  border: 2px solid #17A9E5;
  color: #1287b7;
}
@media (max-width: 640px) {
  .lightbox-60751733142349 {
    margin: 0px auto 15px;
    float: none !important;
  }
}
.btn_callback_bot {
  font-size: 23px;
  color: #ffffff;
  text-decoration: none;
  background: url(../img/btn_callbac_bot.png) no-repeat;
  text-align: center;
  padding: 6px 0px 0px;
  height: 34px;
  width: 252px;
  display: block;
  margin: 0px 0px 0px 165px;
}
.clr {
  clear: both;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a img {
  border: none;
}
.mar-v-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mar-v-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mar-v-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mar-h-10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mar-h-20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mar-h-30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mar-t-10 {
  margin-top: 10px;
}
.mar-t-20 {
  margin-top: 20px;
}
.mar-t-30 {
  margin-top: 30px;
}
.mar-b-10 {
  margin-bottom: 10px;
}
.mar-b-20 {
  margin-bottom: 20px;
}
.mar-b-30 {
  margin-bottom: 30px;
}
.mar-l-10 {
  margin-left: 10px;
}
.mar-l-20 {
  margin-left: 20px;
}
.mar-l-30 {
  margin-left: 30px;
}
.mar-r-10 {
  margin-right: 10px;
}
.mar-t-20 {
  margin-right: 20px;
}
.mar-r-30 {
  margin-right: 30px;
}
.pad-v-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad-v-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pad-v-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad-h-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pad-h-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pad-h-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pad-t-10 {
  padding-top: 10px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-t-30 {
  padding-top: 30px;
}
.pad-b-10 {
  padding-bottom: 10px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-b-30 {
  padding-bottom: 30px;
}
.pad-l-10 {
  padding-left: 10px;
}
.pad-l-20 {
  padding-left: 20px;
}
.pad-l-30 {
  padding-left: 30px;
}
.pad-r-10 {
  padding-right: 10px;
}
.pad-t-20 {
  padding-right: 20px;
}
.pad-r-30 {
  padding-right: 30px;
}
#formStatus {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  margin-left: -150px;
  padding: 30px;
  font: normal 16px/22px 'Futura PT Book';
  color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: none;
}
#formStatus.success {
  background: green;
}
#formStatus.error {
  background: red;
}
label.success {
  color: #ffffff;
  font-size: 12px;
}
label.error {
  color: #ffffff;
  font-size: 12px;
}
/*Top Button*/
.top_button::before {
  background-color: #17A9E5;
  border-radius: 50%;
  content: "";
  font-family: "FontAwesome";
  font-size: 20px;
  padding: 7px 14px;
  width: 45px;
  height: 45px;
  position: absolute;
  text-align: center;
}
.top_button {
  bottom: 20px;
  color: #ffffff;
  font-size: 0;
  line-height: calc(45px - 15px);
  position: fixed;
  right: 40px;
  height: 45px;
  width: 45px;
  z-index: 95;
  text-align: center;
}
.modal-header {
  background: #17A9E5;
  color: #ffffff;
}
.modal-header button.close {
  background: #1287b7;
  color: #ffffff;
  opacity: 1;
  padding: 5px 10px;
}
.modal-footer {
  text-align: center;
}
.shop_group {
  display: block;
  width: 100%;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 30px;
  border: 1px solid #17A9E5;
  position: relative;
}
.shop_group .name {
  position: absolute;
  height: 30px;
  width: 100%;
  background: rgba(23, 169, 229, 0.5);
  color: #ffffff;
  bottom: 0;
  left: 0;
  padding: 7px 15px;
  font-weight: bold;
}
.shop_group:hover .name {
  background: rgba(23, 169, 229, 0.9);
}
.search_top .btn.btn-primary {
  background: #17A9E5;
  border: 1px solid #17A9E5;
  color: #ffffff;
}
.mainSlider .item {
  height: 334px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.mainSlider .item img {
  display: none !important;
}
@media (max-width: 1024px) {
  .mainSlider .item {
    height: 285px;
  }
}
@media (max-width: 768px) {
  .mainSlider .item {
    height: 212px;
  }
}
@media (max-width: 640px) {
  .mainSlider .item {
    height: 212px;
  }
}
@media (max-width: 360px) {
  .mainSlider .item {
    height: 130px;
  }
}
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-item {
  z-index: 1;
}
.owl-carousel .owl-nav {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  font-size: 30pt;
  padding: 5px 10px;
  transition: .2s;
  opacity: .5;
}
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-prev:hover {
  background: #17A9E5;
  opacity: 1;
  color: #ffffff;
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.owl-carousel .owl-dots {
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 4px;
  border: 1px solid #17A9E5;
  background: #ffffff;
}
.owl-carousel .owl-dots .owl-dot.active {
  border: 1px solid #17A9E5;
  background: #17A9E5;
}
#little_cart,
#little-cart {
  cursor: pointer;
}
#little_cart .noitems,
#little-cart .noitems {
  color: #666666;
  font-weight: normal;
  font-size: 19px;
}
