@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?8sciwg');
  src: url('../fonts/icomoon.eot?8sciwg#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?8sciwg') format('truetype'), url('../fonts/icomoon.woff?8sciwg') format('woff'), url('../fonts/icomoon.svg?8sciwg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {

  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-back2:before {
  content: "\e900";
}

.icon-clock-2:before {
  content: "\e901";
}

.icon-comments:before {
  content: "\e902";
}

.icon-download-1:before {
  content: "\e903";
}

.icon-error:before, .icon-round-delete-button:before {
  content: "\e904";
}

.icon-menu:before {
  content: "\e905";
}

.icon-next:before, .icon-more:before {
  content: "\e906";
}

.icon-next2:before {
  content: "\e907";
}

.icon-phone-call-2:before {
  content: "\e908";
}

.icon-placeholder-2:before {
  content: "\e909";
}

.icon-search:before {
  content: "\e90a";
}

.icon-shopping-basket:before {
  content: "\e90b";
}

.icon-smartphone:before {
  content: "\e90c";
}

.icon-upload-1:before {
  content: "\e90d";
}

.icon-filter:before {
  content: "\e90e";
}

/*for icons*/
.icon-search:before {
  width: 44px;
  height: 44px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
}

.icon-placeholder-2:before, .icon-phone-call-2:before, .icon-clock-2:before {
  font-size: 20px;
  color: #3498db;
  margin-right: 10px;
}

.icon-comments:before {
  color: #bdc3c7;
  font-size: 26px;
  margin-left: 10px;
}

.icon-shopping-basket:before {
  color: #0055a7;
  font-size: 52px;
  margin-top: 10px;
  display: block;
}

.icon-menu:before {
  color: #fff;
  font-size: 34px;
}

.icon-more:before {
  color: #000;
  font-size: 26px;
}

.icon-smartphone:before {
  color: #fff;
  font-size: 36px;
  width: 54px;
  height: 54px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-filter:before {
  color: #fff;
  font-size: 38px;
  margin-right: 15px;
}

.formsend .icon-shopping-basket:before {
  color: #fff;
  font-size: 30px;
  margin: 0 10px 0 0;
}

/*reser.css*/
html {
  box-sizing: border-box;
}

* {
  max-height: 1000000px;
}

body {
  color: $ base-text-color;
  background: $ base-background-color;

font:# {
  $ font-size-base
}

/
#
{
  $ line-height-base
}

$
base-font-family

;
min-width:

$
base-min-width

;
-webkit-font-smoothing: antialiased

;
-moz-osx-font-smoothing: grayscale

;
}

/* adaptive images*/
img {
  height: auto;
}

/* google map fix*/
.gm-style img {
  max-width: none;
}

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, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: $ line-height-base;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*style.css*/
* {
  box-sizing: border-box;
}

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

figure {
  margin: 0;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:hover {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  font-family: 'Roboto', Arial, sans-serif;
  background: #fff;
  color: #363636;
  font-size: 15px;
  font-weight: normal;
}

a {
  color: #2980b9;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  outline: none;
}

a:hover {
  color: #f37934;
  text-decoration: underline;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
  -ms-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  outline: none;
}

a:focus {
  outline: none;
}

a:hover, a:active {
  outline: none;
}

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/*wrapper*/
section {
  position: relative;
  z-index: 3;
}

main {
  float: left;
  width: 100%;
}

main section {
  float: left;
  width: 100%;
  margin: 10px 0;
  position: relative;
  z-index: 5;
}

.paral {
  background: url(../images/slider.png) 50% 0 no-repeat fixed;
  background-size: cover;
  overflow: hidden;
  width: 100%;
  position: relative;
  position: fixed;
  z-index: 1;
  min-height: 100vh;
}

.paral2 {
  background: rgba(255, 255, 255, .95);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.wrapper {
  min-height: 100vh;
  width: 100%;
  position: relative;
  z-index: 2;
}

.maxwidth {
  margin: auto;
  overflow: hidden;
}

.container {
  max-width: 1400px;
  display: block;
  margin: 0 auto;
}

.container:after {
  content: '';
  clear: both;
  display: block;
}

.container .bigzag {
  color: #333333;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0;
  float: left;
  width: 100%;
}

.container .minzag {
  color: #4c4c4c;
  font-size: 19px;
  font-weight: bold;
  margin: 10px 0 0 0;
  float: left;
  width: 100%;
}

.content-blog {
  margin: 20px auto;
}

.blockzero {
  float: left;
  display: block;
}

.block75 {
  float: left;
  display: block;
  width: 75%;
  margin: 0;
}

.block72 {
  float: left;
  display: block;
  width: 72%;
  margin: 0 3% 0 0;
}

.block67 {
  float: left;
  display: block;
  width: 67.5%;
  margin: 0 2.5% 0 0;
}

.block30 {
  float: left;
  display: block;
  width: 30%;
  margin: 0;
}

.block25 {
  float: left;
  display: block;
  width: 25%;
  margin: 0;
}

.block50 {
  float: left;
  display: block;
  width: 50%;
  margin: 0;
}

.block50 {
  float: left;
  display: block;
  width: 50%;
  margin: 0;
}

.bl50l {
  float: left;
  display: block;
  width: 46%;
  margin: 0 2%;
}

.bl50r {
  float: left;
  display: block;
  width: 46%;
  margin: 0 2%;
}

.block75kont {
  margin: 0 0 0 2.5%;
}

.block75all {
  float: left;
  display: block;
  width: 75%;
  margin: 0 2.5% 0 0;
}

.block225 {
  float: left;
  display: block;
  width: 22.5%;
  margin: 0 0 0 0;
}

.block40 {
  float: left;
  display: block;
  width: 40%;
  margin: 0;
}

.block60 {
  float: left;
  display: block;
  width: 54%;
  margin: 0 3%;
}

.block40none {
  float: left;
  display: block;
  width: 40%;
  margin: 0;
}

.block60none {
  float: left;
  display: block;
  width: 60%;
  margin: 0;
}

.block56 {
  float: left;
  display: block;
  width: 56%;
  margin: 0 4% 0 0;
}

.block32 {
  float: left;
  display: block;
  width: 29%;
  margin: 0 1.5%;
}

.block68 {
  float: left;
  display: block;
  width: 65%;
  margin: 0 1.5%;
}

.block695 {
  float: left;
  display: block;
  width: 66.5%;
  margin: 0 1.5% 0 0;
}

.block58 {
  width: 58.33333%;
  margin-right: 2.5%;
}

.block39 {
  width: 39.16666%;
}

.block53 {
  width: 53%;
  margin: 0 2%;
}

.block41 {
  width: 41%;
  margin: 0;
  margin-left: 2%;
}

.block75bl {
  float: left;
  display: block;
  width: 72.5%;
  margin: 0 1.25%;
}

.block25bl {
  float: left;
  display: block;
  width: 22.5%;
  margin: 0 1.25%;
}

.block33 {
  float: left;
  display: block;
  width: 30.33333%;
  margin: 0 1.5%;
}

.block66 {
  float: left;
  display: block;
  width: 66.66666%;
  margin: 0 auto;
}

.block2 {
  float: left;
  width: 25%;
  margin: 0;
}

.block1 {
  float: left;
  width: 75%;
  margin: 0;
}

.block2min {
  float: left;
  width: 20%;
  margin: 0 2.5%;
}

.block1right {
  float: right;
  overflow: hidden;
}

.block70 {
  float: left;
  display: block;
  width: 68%;
  margin: 0 2% 0 0;
}

.block30 {
  float: left;
  display: block;
  width: 26%;
  margin: 0 2%;
}

.msForm .row.forbl33 {
  font-size: 0;
  text-align: center;
  float: left;
  width: 100%;
}

.bl33 {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: 29.33333%;
  margin: 0 2%;
}

.block75cent {
  float: none;
  margin: 0 auto;
}

.block100 {
  float: left;
  display: block;
  width: 100%;
  margin: 0;
}

.block94 {
  width: 94%;
  margin-right: 6%;
}

.block100content {
  background: url(../images/bg-vawes3.png) top repeat-x;
  margin-top: 20px;
}

/*header*/
.header {
  display: block;
  height: auto;
  width: 100%;
  background: transparent;
  background: #fff;
  position: relative;
  z-index: 55;
}

/*minnavigat*/

/*headinfo*/
.headinfo {
  display: block;
  height: 100px;
  width: 100%;
  z-index: 200;
  position: relative;
}

.headinfo hr {
  display: none;
}

.headinfo .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.headinfo .container:after {
  display: none;
}

.logo {
  float: left;
  margin-right: 1%;
  transition: background 0.3s;
  position: relative;
  z-index: 3;
}

.logo a.logohead {
  display: block;
  width: 220px;
  height: 73px;
  margin: 0;
  background: url(../images/batiskaf_logo_blue.png) center no-repeat;
}

.logo a.logoheadUA {
  display: block;
  width: 220px;
  height: 73px;
  margin: 0;
  /*background: url(../images/logotipUA.png) center no-repeat;*/
  background: url(../images/batiskaf_logo_blue.png) center no-repeat;
}

.searchblock {
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchblock {
  width: 300px;
}

.search {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.10);
  border-bottom: 1px solid #bdc3c7;
  float: left;
  width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

.search form {
  height: 44px;
  margin-top: 0px;
  display: block;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
}

.vvodtext {
  display: inline;
  float: left;
  height: 44px;
  width: 100%;
  border: 0px;
  position: relative;
  z-index: 2;
  outline: 0;
  padding: 0 0 0 5px;
  color: #808080;
  font-size: 13px;
  border-radius: 2px;
  overflow: hidden;
}

.btn, .btn:hover, .btn:active, .btn:focus {
  border: 0px;
  padding: 0;
  width: 44px;
  height: 44px;
  outline: none;
  position: absolute;
  z-index: 999;
  right: 0;
  transition: background 0.3s;
  border-radius: 2px;
}

.btn:hover {
  cursor: pointer;
}

.btn input {
  width: 100%;
  height: 100%;
  background: transparent;
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  z-index: 555;
}

.btn:hover input {
  cursor: pointer;
}

.cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.header .cont {
  width: 300px;
}

.cont li {
  float: left;
  width: 100%;
  margin: 5px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: left;
  align-items: center;
}

.cont li img {
  margin-right: 10px;
}

.cont li a {
  font-weight: bold;
  font-size: 17px;
  color: #000;
}

.lnk {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}

.lnk2 {
  margin-right: 0;
}

.lnk a {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lnk a.srav {
}

.lnk a.bskt {
  width: 70px;
  height: 54px;
}

.lnk a.zak {
  background: #3498db;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  padding: 0 10px;
}

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

.lnk a.bskt span {
  background: #fba026;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -3px;
  content: '';
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 1px;
}

.lnk a.bskt span {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  font-weight: bold;
  background: #bdc3c7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 19px;
}

.lnk a.zak span {
  color: #fff;
  font-weight: bold;
}

.open-close-link:hover span {
  background: #2980b9;
  color: #fff;
}

/*top*/
#top {
  bottom: 45px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 10px;
  z-index: 999;
  height: 54px;
  width: 54px;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -khtml-border-radius: 27px;
  transition: background .3s;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, .7);
}

#top:hover {
}

#top:before {
  width: 54px;
  height: 54px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  content: "\e90d";
  color: #0055a7;
  font-size: 30px;
  font-family: "icomoon" !important;
}

.icon-navigate-up-arrow:before {
  color: #28a8e6;
  display: block;
  padding: 10px 0 0 11px;
}

.icon-navigate-up-arrow:hover:before {
  color: #999;
}

/*slider*/
.topopis {
  float: left;
  width: 100%;
  margin: 30px 0;
}

.topopis .topzag {
  overflow: hidden;
}

.topopis .topzag .tzag {
  display: block;
  width: 100%;
  font-size: 60px;
  color: #fff;
  margin: 20px 0 30px 0;
  text-align: center;
}

.menues {
  display: block;
  overflow: visible;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 150;
  background: #0055a7;
}

.menues .container {
  overflow: visible;
  max-width: 1400px;
  margin: 0 auto;
  height: 50px;
}

.menues ul {
  overflow: visible;
  margin: 0 auto;
  font-weight: normal;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  float: left;
}

.menues ul li {
  float: left;
  padding: 0;
  list-style-type: none;
}

.menues .nav2 ul {
  margin-left: 25px;
}

.menues ul li a {
  width: 100%;
  text-align: center;
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  padding: 0 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  position: relative;
  background: transparent;
  background-image: url(../images/wave_blue.png);
  background-position: 0 -50%;
  background-repeat: repeat-x;
  transition: background-position .75s ease;
}

.menues .nav2 ul li a:hover {
  background-position: 100% 60%;
  color: white !important;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.menues .nav2 ul li.active a {
  background: #f37934;
}

.menues .navcat {
  width: 100%;
  justify-content: center;
  display: block;
}

.menues .navcat li {
  border-bottom: 1px solid #eef0f1;
  float: left;
  width: 100%;
  position: relative;
}

.menues .navcat li:last-child {
  border-bottom: 0
}

.menues .navcat li a {
  float: left;
  width: 100%;
  color: #000;
  text-align: left;
  justify-content: normal;
  background: transparent;
  background-image: url(../images/wave_blue.png);
  background-position: 0 -50%;
  background-repeat: repeat-x;
  transition: background-position .75s ease;
}

.menues .navcat li:hover a, .menues .navcat li a:hover {
  background-position: 100% 60%;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.menues .navcat li:hover ul li, .menues .navcat li:hover ul li a {
  color: #000;
  background: transparent;
  background-image: url(../images/wave_blue.png);
  background-position: 0 -50%;
  background-repeat: repeat-x;
  transition: background-position .75s ease;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.menues .navcat li:hover ul li a:hover {
  background-position: 100% 60%;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.menues .navcat li ul {
  display: none;
  position: absolute;
  top: 0;
  content: '';
  left: 100%;
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  z-index: 5;
  width: 100%;
}

.menues .navcat li:hover ul {
  display: block;
}

.menues .navcat li a {
  font-family: 'Roboto', Arial, sans-serif !important;
}

.menues .navcat li a:before {
  right: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  text-align: center;
  height: 11px;
  width: 6px;
  content: "\e907";
  color: #999;
  font-family: 'icomoon' !important;
  font-size: 11px;
}

.menues .navcat li a:hover:before {
  color: #0055a7;
}

.menues .navcat li a:only-child:before {
  content: "";
  background: none;
}

.menues .navcat li:hover a:before {
}




.menues .navcat li ul {
	width: 200%;
	font-size: 0;
}
.menues .navcat li ul li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
.menues .navcat li:hover ul li {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.05);
}




.slider0 {
  position: relative;
  z-index: 1;
  width: 100%;
}

.slider0 .bg-vawes {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}

.responsive-header {
  border-radius: 0;
  height: auto;
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.responsive-header .slick-slide {
  position: relative;
  height: auto;
  overflow: hidden;
}

.responsive-header .slick-prev, .responsive-header .slick-next {
}

.slick-list {
  overflow: hidden;
}

.slick-slider {
}

.slitem a, .slitem div {
  position: relative;
}

.slitem a img, .slitem div img {
  position: relative;
  z-index: 1;
}

.slick-slide img {
}

.slider-for .slick-slide img {
  transform: box-shadow .3s;
}

.slider-nav .slick-slide {
  overflow: hidden;
}

.slider-nav .slick-slide img {
  height: 80px;
  display: block;
  margin: 0 auto;
}

.brand-main {
  float: left;
  display: block;
  width: 100%;
  background: #fff;
  padding: 0 0 20px 0;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
  margin: 40px 0;
}

.brands {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.brands li {
  width: 14.66667%;
  margin: 10px 1%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: 17px;
}

.brands-responsive li {
  margin: 10px 18px;
}

.brands li a {
  color: #000;
  transition: color .35s;
}

.brands li a:hover {
  color: #63ae20;
  text-decoration: underline;
}

.brands li .img {
}

.brands li .img:hover {
}

.brands li .img img {
  width: 100%;
}

.mzag {
  width: 100%;
  color: #333333;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin: 20px 0 0 0;
}

.mainzag, .menuzag {
  display: block;
  width: 100%;
  text-align: center;
  margin: 10px auto 10px;
  text-align: center;
  color: #363636;
  font-size: 17px;
  position: relative;
  z-index: 3;
  text-transform: uppercase;
  z-index: 1;
  overflow: hidden;
}

.mainzag span, .menuzag span, .minizag span {
  display: block;
  text-align: left;
  position: relative;
  z-index: 1;
  color: #0055a7;
  font-size: 19px;
  padding: 10px 1%;
  z-index: 2;
}

.minizag span {
  width: 200px;
}

.msForm .mainzag span {
  padding-left: 45px;
  color: #0055a7;
  font-weight: bold;
  font-size: 17px;
}

.msForm .mainzag span.numer {
  padding-left: 4px;
}

.block66 .mainzag, .block66 .menuzag {
  padding: 0 0 0 15px;
  margin: 0 auto;
}

.mainzag span, .menuzag span {
}

.block2 .mainzag, .block2 .menuzag {
  padding: 10px 0 10px 36px;
  padding: 10px 0 10px 15px;
  margin: 0;
  text-transform: none;
  color: #363636;
  font-weight: bold;
  font-size: 19px;
  text-transform: uppercase;
  width: 100%;
}

.block2min .mainzag, .block2 .menuzag {
}

.block2min .mainzag, .block2 .menuzag {
  float: left;
  display: block;
  margin: 10px auto 10px;
  text-align: center;
  color: #4c4c4c;
  font-size: 19px;
  position: relative;
  z-index: 3;
  padding: 10px 0 10px 50px;
  padding: 10px 0 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 0;
}

.all, .all2, .allblog, .allcat {
  display: block;
  margin: 15px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  border-radius: 5px;
  padding: 8px 5px;
  box-sizing: border-box;
  transition: background .35s, border .35s, color .35s;
  position: relative;
  top: 0;
  margin: 0 auto;
  width: 120px;
  background: #28a8e6;
}

.all2 {
  border-radius: 5px;
}

.allblog, .allcat {
}

.allcat {
  width: 230px;
}

.all0 {
  margin: 15px 0;
}

.all:hover, .all2:hover, .allblog:hover, .allcat:hover {
  background: #fba026;
  text-decoration: none;
  color: #fff;
}

.sertif {
  float: left;
  width: 100%;
}

.sertif li {
  float: left;
  width: 100%;
}

.sertif li a {
  float: left;
  width: 100%;
}

.sertif li a img {
  float: left;
  width: 100%;
}

.block1 .dopzag {
  float: left;
  padding: 10px 15px;
}

.block2 .dopzag {
  float: left;
  padding: 5px 15px;
  font-weight: bold;
}

#mse2_selected_wrapper .dopzag {
  padding: 8px 15px;
}

.sortvid {
  float: left;
  width: 98%;
  margin: 15px 1% 5px;
  background: #f7f7f7;
  padding: 5px;
}

.sort {
  float: left;
  width: auto;
  margin: 5px 1%;
  padding: 0;
}

.sort a {
  color: #363636;
  float: left;
  padding: 7px 15px;
  text-decoration: none;
  margin: 1px;
}

.sort a:hover {
  color: #fff;
  text-decoration: none;
  background: #2980b9;
}

.sort a.active {
  background: #fba026;
  color: #fff;
}

.sort a span {
  color: #000000;
  margin-left: 2px;
  position: relative;
}

.sort a span:after {
  content: "";
  margin-left: 5px;
}

.block66 .sort a {
  padding: 5px 15px;
}

.tilelist {
  float: right;
  margin: 5px 1%;
}

.tilelist #tile, .tilelist #list {
  float: left;
  width: 36px;
  height: 36px;
  border-radius: 5px;
  border: 0;
  font-size: 0;
  margin: 0 5px;
  border: 1px solid #e6e6e6;
}

.tilelist #tile {
  background: url(../images/tile.png) center no-repeat #fff;
}

.tilelist #list {
  background: url(../images/list.png) center no-repeat #fff;
}

.tilelist #tile:hover {
  background: url(../images/tile.png) center no-repeat #f2f2f2;
}

.tilelist #list:hover {
  background: url(../images/list.png) center no-repeat #f2f2f2;
}

.tilelist #tile.active {
  background: url(../images/tile-active.png) center no-repeat #f2f2f2;
}

.tilelist #list.active {
  background: url(../images/list-active.png) center no-repeat #f2f2f2;
}

/*cat*/
.catalog-main {
  position: relative;
  z-index: 5;
}

.cat-main {
  float: left;
  display: block;
  width: 100%;
}

.cat {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.catmin {
  text-align: left;
}

.catbrand {
  text-align: left;
}

.catbrandmin {
  margin: 10px 0;
}

.cat li {
  min-height: 420px;
  width: 22%;
  margin: 15px 1.5%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: 14px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  transform: box-shadow .3s;
}

.block25 .cat li {
  width: 100%;
  margin: 15px 0;
}

.block25 .mainzag {
  margin: 0 auto;
}

.catmin li {
  width: 17%;
  margin: 15px 1.5%;
}

.block1 .cat li {
  width: 30.33333%;
  margin: 15px 1.5%;
}

.block1 .catrow li {
  width: 97%;
  margin: 15px 1.5%;
}

.block1 .catbrand li {
  width: 22%;
  margin: 15px 1.5%;
}

.block1 .catbrandmin li, .catbrandmin li {
  width: 30.33333%;
  margin: 5px 1.5%;
  box-shadow: 0 0 0 #fff;
  border: 0;
  color: #4c4c4c;
  font-size: 15px;
}

.cat li:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.block1 .catbrandmin li:hover, .catbrandmin li:hover {
  box-shadow: 0 0 0 #fff;
  border: 0;
}

.catfirst li {
  height: 260px;
  min-height: 260px;
  position: relative;
}

.catfirst li:hover {
  z-index: 555;
  border: 1px solid #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #d5d5d5;
}

.cat li .inner {
  position: relative;
  background: #fff;
  z-index: 55;
}

.cat li:hover .inner {
  border-radius: 5px;
  transition: border .35s;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.cat li .links {
  display: none;
  width: 90%;
  margin: 0 5%;
}

.cat li:hover .links {
  display: block;
}

.cat li .links ul {
  padding-bottom: 15px;
  width: 100%;
}

.cat li .links ul li {
  width: 98%;
  bottom: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  min-height: auto;
  height: auto;
  margin: 3px 1%;
  position: relative;
  padding-left: 10px;
}

.cat li .links ul li:before {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #ee8a12;
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 8px;
}

.cat li .links ul li a {
  color: #808080;
  font-size: 13px;
}

.cat li .links ul li a:hover {
  color: #27ae61;
  text-decoration: underline;
}

.cat li .img {
  width: 100%;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  overflow: hidden;
  float: left;
}

.cat .img img {
  -webkit-transition: opacity .4s, -webkit-transform .4s;
  transition: opacity .4s, transform .4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.cat .img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.catmin li .img {
  height: 140px;
}

.catrow li .img {
  width: 30%;
  height: 120px;
}

.cat li .img img {
  /*height: 100%;*/
  width: 90%;
}

.cat li .img .vid, .phslid .vid {
  position: absolute;
  top: 9px;
  content: '';
  left: 6px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #28a8e6;
}

.phslid .vid {
  z-index: 5;
}

.cat li .img .ic, .phslid .ic {
  position: absolute;
  top: 6px;
  content: '';
  right: 6px;
  width: 40px;
}

.phslid .ic {
  z-index: 5;
}

.cat li .img .ic span, .phslid .ic span {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  position: relative;
  margin: 3px 0;
  background: #fff;
  border-radius: 20px;
  border: 2px solid #28a8e6;
}

.phslid {
  position: relative;
}

.cat li .cmtcpr, .tovar .cmtcpr {
  float: left;
  display: block;
  width: 100%;
  padding: 5px 5%;
  color: #363636;
  border-bottom: 2px solid #f2f2f2;
}

.tovar .cmtcpr {
  border-top: 2px solid #f7f7f7;
  margin-top: 15px;
  padding: 10px 0;
}

.cat li a.cmt, .tovar a.cmt {
  color: #363636;
  float: left;
}

.cat li a.cpr, .tovar a.cpr {
  color: #363636;
  float: right;
}

.cat li .cmtcpr a:hover, .tovar .cmtcpr a:hover {
  text-decoration: none;
  color: #28a8e6;
}

.cat li .text, .tovar .text {
  float: left;
  display: block;
  width: 90%;
  margin: 5px 5%;
  color: #666;
}

.catbrand li .text {
  border-top: 1px solid #f2f2f2;
}

.catrow li .text {
  width: 35%;
  margin: 5px 5%;
}

.cat li a.zag {
  float: left;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #0055a7;
  margin: 5px 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
  text-align: left;
  font-weight: 600;
}

.cat li a.zag:hover {
  color: #3498db;
}

.catbrand li a.zag {
  text-align: center;
}

.catbrandmin li a, .catbrandmin li a.zag {
  text-align: left;
  color: #4c4c4c;
  font-size: 15px;
  margin: 0;
}

.catbrandmin li a:hover, .catbrandmin li a.zag:hover {
  color: #f37934;
  text-decoration: underline;
}

.cat li .text div, .tovar .text div {
  margin: 5px 0;
  color: #808080;
  display: block;
  float: left;
  width: 100%;
}

.tovar .text .nalotz {
  margin-top: 15px;
}

.cat li .text b, .tovar .text b {
  font-weight: bold;
  color: #4c4c4c;
}

.cat li .text .nalotz span, .tovar .nalotz span {
  float: right;
}

.cat li .text .nalotz b, .tovar .text .nalotz b {
  color: #f37934;
  text-transform: uppercase;
}

.cat li .text .nalotz a {
  float: left;
  color: #f37934;
}

.tovar .dopoln, .cat li .dopoln {
  float: left;
  display: block;
  width: 100%;
  padding: 5px 5%;
  color: #666;
  background: #f2f2f2;
}

.tovar .dopoln {
  border: 0;
  background: #fff;
  padding: 5px 0;
}

.cat li .dopoln div, .tovar .dopoln div {
  margin: 5px 0;
  color: #808080;
  display: block;
  float: left;
  font-size: 13px;
  min-height: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat li .dopoln .nal, .tovar .dopoln .nal {
  float: right;
}

.tovar .dopoln .nalotz {
  margin-top: 5px;
}

.cat li .dopoln b, .tovar .dopoln b {
  font-weight: normal;
  color: #363636;
}

.cat li .dopoln .code span, .tovar .code span, .cat li .dopoln .nalotz span, .tovar .nalotz span {
  float: right;
}

.cat li .dopoln .code b, .tovar .dopoln .code b, .cat li .dopoln .code span b, .tovar .dopoln .code span b, .cat li .dopoln .nalotz b, .tovar .dopoln .nalotz b {
  color: #363636;
  text-transform: uppercase;
  margin-left: 5px;
}

.cat li .dopoln .nal img, .tovar .dopoln .nal img {
  margin-left: 5px;
}

.cat li .dopoln .nal i, .tovar .dopoln .nal i {
  margin-left: 5px;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  background: #28a8e6;
}

.cat li .dopoln .nal i.icon-minus-sign, .tovar .dopoln .nal i.icon-minus-sign {
  background: #e2e2e2;
}

.cat li .dopoln .code span b, .tovar .dopoln .code span b {
  color: #f37934;
}

.tovar .dopoln .nalotz a, .cat li .dopoln .nalotz a {
  float: left;
  color: #f37934;
}

.tovar .dopoln .nalotz a.ksrav, .cat li .dopoln .nalotz a.ksrav {
  float: right;
  background: url(../images/ksrav3.png) left center no-repeat;
  padding-left: 21px;
}

.tovar .dopoln .nalotz a.ksrav:hover, .cat li .dopoln .nalotz a.ksrav:hover {
  background: url(../images/ksrav2.png) left center no-repeat;
}

.tovar .warranty {
  float: left;
  width: 100%;
  padding: 7px 0 7px 35px;
  background: url(../images/warranty.png) left center no-repeat;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}

.tovar .warranty span {
  font-weight: bold;
}

.catfirst li a.zag {
  font-weight: bold;
  text-align: center;
  min-height: 40px;
}

.cat li .prbuy {
  background: #fff;
  float: left;
  width: 100%;
  padding: 5px 5% 20px;
}

.catmin li .prbuy {
  border-top: 1px solid #ecf0f1;
}

.catrow li .prbuy {
  width: 25%;
  height: 120px;
  border-radius: 5px;
}

.cat li .price {
  float: left;
  margin: 5px 0;
}

.catmin li .price {
  width: auto;
}

.catrow li .price {
  float: right;
  width: 100%;
  text-align: right;
}

.cat li .price span {
  float: left;
  width: auto;
  color: #f37934;
  font-size: 19px;
  text-decoration: none;
  font-weight: bold;
}

.catmin li .price span {
  font-size: 14px;
}

.cat li .price span b, .catmin li .price span b {
  font-size: 19px;
}

.catrow li .price span {
  text-align: right;
  float: right;
}

.cat li .price .oldpr {
  float: left;
  clear: both;
  color: #7f8c8d;
  font-size: 14px;
  text-decoration: line-through;
  font-weight: 300;
}

.catmin li .price .oldpr {
  width: auto;
  clear: both;
}

.cat li .prbuy .buy, .tovar .buy {
  border: 0;
  float: right;
  width: 54px;
  height: 54px;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -khtml-border-radius: 27px;
  cursor: pointer;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  background: transparent;
  color: #3CBBF7;
  background-image: url(../images/wave_blue.png);
  background-position: 0 -50%;
  background-repeat: repeat-x;
  transition: background-position .75s ease;
}

.cat li .prbuy .buy i, .tovar .buy i {
}

.cat li .prbuy .buy:hover, .tovar .buy:hover {
  background-position: 100% 60%;
  color: white !important;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.cat li .prbuy .buy i {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-shopping-cart-buy:before {
  font-size: 28px;
  color: #000;
  margin-left: -5px;
}

.tovar .rassroc {
  float: right;
  width: auto;
  margin: 5px 0 0 0;
  padding: 3px 10px 3px 31px;
  background: url(../images/rassroc.png) left center no-repeat #2980b9;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}

.ysl li a:hover {
  color: #004ba7;
  text-decoration: underline;
}

.mainmenu .cat li a {
  padding: 0;
}

.mainmenu li.active .cat li a:hover, .mainmenu li:hover .cat li a:hover {
  background: transparent;
  border-radius: 0;
}

.mainmenu li.active .cat li a.zag:hover, .mainmenu li:hover .cat li a.zag:hover {
  color: #088c40;
}

.mainmenu li.active .cat li .nalotz a:hover, .mainmenu li:hover .cat li .nalotz a:hover {
  color: #4c4c4c;
}

.mainmenu li.active .cat li .buy:hover, .mainmenu li:hover .cat li .buy:hover {
  background: url(../images/buy2.png) left center no-repeat #f37934;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}

.bigcat li {
  min-height: 220px;
  width: 25%;
  margin: 0;
}

.bigcat li .img {
  width: 152px;
  height: 152px;
  border-radius: 76px;
  margin: 20px;
}

.bigcat li .text {
  overflow: hidden;
  float: none;
  width: auto;
  margin: 30px 20px 10px 0;
  padding: 0;
  height:67px;
}

.bigcat li .prbuy {
  overflow: hidden;
  float: none;
  width: auto;
  margin: 5px 20px 0 0;
  padding: 0;
}

.bigcat li .prbuy .price, .bigcat li .price span, .bigcat li .price span b {
  font-size: 14px;
}

.bigcat li .prbuy .buy {
  clear: both;
  margin: 10px 10px 10px 0;
}

.bigcat li .prbuy .oldpr {
  text-decoration: none;
  font-size: 14px;
}

.bg-vawes {
  position: relative;
  margin: 10px 0;
  height: 23px;
  background: url(../images/bg-vawes3.png) bottom repeat-x;
  -webkit-animation: slide 5s linear infinite;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }

  25% {
    background-position: 10% 0;
  }

  50% {
    background-position: 10% 0;
  }

  75% {
    background-position: 0 0;
  }

  to {
    background-position: 0 0;
  }

}

.seemore {
  border: 0;
  overflow: hidden;
  float: none;
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
  border-radius: 27px;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  -khtml-border-radius: 27px; /*border: 2px solid #b5a025;*/
  cursor: pointer;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  background: #fff;
  color: #3CBBF7;
  background-image: url(../images/wave_blue_white.png);
  background-position: 0 -50%;
  background-repeat: repeat-x;
  transition: background-position .75s ease;
  bottom: 54px;
}

.seemore i {
}

.seemore i:before {
  content: "\e903";
  font-family: 'icomoon' !important;
  font-size: 24px;
  color: #0055a7;
}

.seemore:hover {
  content: "\e903";
  background-position: 100% 60%;
  color: white !important;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.seemore i {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-active .seemore i {
}

.popup-active .seemore i:before {
  content: "\e90d";
}

.fastlinks {
  display: block;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 20px;
}

.fast-calc {
  position: relative;
}

.fastlinks .slider-links {
  height: 210px;
  overflow: hidden;
}

.fastlinks .slider-links .slick-slider {
  min-height: 100%;
  min-width: 100%;
}

.fastlinks .slider-links .slick-slider img {
  min-height: 100%;
  min-width: 100%;
}

.fastlinks .calcs, .fastlinks .prices, .fastlinks .works {
  width: 256px;
  height: 46px;
  border-radius: 25px;
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px auto;
  font-size: 19px;
  color: #fff;
}

.fastlinks .fast-calc .calcs {
  position: absolute;
  bottom: 5px;
  content: '';
  left: 50%;
  margin-left: -128px;
}

.fastlinks .calcs {
  border: 2px solid #fff;
  background: #f37934;
  color: #fff;
}

.fastlinks .prices {
  border: 2px solid #bdc3c7;
  color: #3498db;
}

.fastlinks .works {
  border: 2px solid #3498db;
  color: #3498db;
}

.fastlinks .prices, .fastlinks .works {
  background: transparent;
  background-image: url(../images/wave_blue.png);
  background-position: 0 -50%;
  background-repeat: repeat-x;
  transition: background-position .75s ease;
}

.fastlinks .calcs:hover, .fastlinks .prices:hover, .fastlinks .works:hover {
  background-position: 100% 60%;
  color: #000 !important;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

@-webkit-keyframes breathe {
  0% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

  25% {
    transform: translateY(-30px) scale(1.08);
    opacity: 1;
  }

  50% {
    transform: translateY(-30px) scale(1.08);
    opacity: 1;
  }

  75% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

}

@-moz-keyframes breathe {
  0% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

  25% {
    transform: translateY(-30px) scale(1.08);
    opacity: 1;
  }

  50% {
    transform: translateY(-30px) scale(1.08);
    opacity: 1;
  }

  75% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

}

@-ms-keyframes breathe {
  0% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

  25% {
    transform: translateY(-30px) scale(1.08);
    opacity: 1;
  }

  50% {
    transform: translateY(-30px) scale(1.08);
    opacity: 1;
  }

  75% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

}

@keyframes breathe {
  0% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

  25% {
    transform: translateY(-30px) scale(1.08);
    opacity: 1;
  }

  50% {
    transform: translateY(-30px) scale(1.08);
    opacity: 1;
  }

  75% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(0px) scale(1);
    opacity: 1;
  }

}

.inhale {
  -webkit-transition: opacity 1600ms linear 0ms;
  -moz-transition: opacity 1600ms linear 0ms;
  -ms-transition: opacity 1600ms linear 0ms;
  -o-transition: opacity 1600ms linear 0ms;
  transition: opacity 1600ms linear 0ms; /*opacity: 0;*/
  position: absolute;
  z-index: 100;
  left: 50%;
  margin-left: -61px;
  bottom: 120px;
  cursor: pointer;
  opacity: 1;
}

/* line 719, ../sass/header.scss */
.inhale.active {
  opacity: 1;
}

/* line 723, ../sass/header.scss */
.inhale.animate {
  -webkit-animation-timing-function: cubic-bezier(0.81, 0.08, 0.43, 0.88);
  -moz-animation-timing-function: cubic-bezier(0.81, 0.08, 0.43, 0.88);
  -ms-animation-timing-function: cubic-bezier(0.81, 0.08, 0.43, 0.88);
  -o-animation-timing-function: cubic-bezier(0.81, 0.08, 0.43, 0.88);
  animation-timing-function: cubic-bezier(0.81, 0.08, 0.43, 0.88);
  -webkit-animation: breathe 6s alternate infinite;
  -moz-animation: breathe 6s alternate infinite;
  -ms-animation: breathe 6s alternate infinite;
  -o-animation: breathe 6s alternate infinite;
  animation: breathe 6s alternate infinite;
}

.blognews-main {
  float: left;
  display: block;
  width: 100%;
}

.blog-main {
  float: left;
  display: block;
  width: 100%;
}

/*newsspon*/
.newsspon {
  float: left;
  width: 100%;
}

.blog {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.blog li {
  padding-bottom: 10px;
  font-weight: 300;
  width: 23%;
  margin: 15px 1.5%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #111;
  font-size: 15px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  transform: box-shadow .3s;
}

.blog-main .blog li {
  width: 23%;
  margin: 15px 1%;
}

.blog-main .obzori li, .obzori li {
  width: 30.3333%;
}

.blog li:hover {
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.block2 .blog {
  width: 90%;
  margin: 0 5% 10px;
}

.block2 .blog li {
  width: 100%;
  margin: 5px 0 15px 0;
}

.block2-blog {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.blog li .img {
  width: 100%;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  overflow: hidden;
  float: left;
  border-bottom: 2px solid #f2f2f2;
}

.blog li .img .video {
  position: absolute;
  top: 7px;
  content: '';
  left: 7px;
  width: 51px;
  height: 51px;
  background: url(../images/video.png) center no-repeat;
}

.blog li .img .vid {
  position: absolute;
  top: 9px;
  content: '';
  left: 6px;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #28a8e6;
}

.blog li .img img {

  /*width:100%;*/
}

.blog li .date {
  z-index: 2;
  font-size: 13px;
  color: #333333;
  padding: 3px 5px;
  display: inline-block;
  overflow: hidden;
  background: #ededed;
  margin-top: 5px;
}

.blog li div {
  margin: 10px 5%;
}

.blog li div span {
  float: left;
  clear: both;
  color: #7f8c8d;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0;
}

.blog li a.zag {
  float: left;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #0055a6;
  font-weight: 600;
  margin: 5px 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
  text-align: left;
  overflow: hidden;
}

.blog li a.zag:hover {
  color: #28a8e6;
}

.blog li a:hover {
}

.blog li .dopin {
  margin: 0 5% 10px 5%;
  float: left;
  width: 90%;
}

.blog li .cmtdt {
  float: left;
  margin: 0;
  width: auto;
}

.blog li a.cmt {
  margin: 3px 0;
  font-size: 13px;
  color: #363636;
  float: left;
}

.blog li .dopin .dt {
  float: left;
  clear: both;
  color: #808080;
  font-size: 13px;
  font-weight: normal;
}

.blog li .dopin .read, .blog .read {
  float: right;
  width: auto;
  margin: 5px 0 0 0;
  padding: 9px 45px 9px 10px;
  background: #f37934;
  font-size: 15px;
  text-decoration: none;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-right: 1px solid #b3711b;
  border-bottom: 1px solid #b3711b;
}

.blog li .prbuy .read:hover, .blog li .dopin .read:hover, .blog .read:hover {
  background: #28a8e6;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.block40 .blog li {
  width: 47%;
}

.block40 .blog li .dopin .read {
  background: #f37934;
  font-size: 13px;
  padding: 7px 35px 7px 10px;
}

.block40 .blog li .dopin .read:hover {
  background: #28a8e6;
}

.block40 .blog li .dopin .dt {
  font-size: 11px;
}

.block40 .blog li a.cmt {
  font-size: 11px;
}

.icon-right-arrow {
  position: absolute;
  top: 3px;
  content: '';
  right: 3px;
  background: #e6e6e6;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  overflow: hidden;
}

.icon-right-arrow:before {
  color: #000;
  padding-top: 8px;
  display: block;
}

.block40 .icon-right-arrow {
  position: absolute;
  top: 3px;
  content: '';
  right: 3px;
  background: #e6e6e6;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  overflow: hidden;
}

.block40 .icon-right-arrow:before {
  color: #000;
  padding-top: 5px;
  display: block;
}

.news {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.news li {
  width: 100%;
  margin: 5px 0;
  padding: 0 5%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #4c4c4c;
  font-size: 14px;
  text-align: left;
  background: transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  transition: border .35s;
}

.news li:hover {
  border-bottom: 1px solid #63ae20;
}

.news li .date {
  z-index: 2;
  font-size: 13px;
  color: #808080;
  padding: 2px 5px;
  display: inline-block;
  overflow: hidden;
  background: #ededed;
}

.news li a.zag {
  float: left;
  display: block;
  width: 100%;
  font-size: 15px;
  color: #088c40;
  margin: 2px 0 4px 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
  text-align: left;
  overflow: hidden;
}

.news li a:hover {
}

.brand-img {
  display: block;
  margin: 10px auto;
  border: 1px solid #e6e6e6;
}

.brandi {
  float: left;
  width: 100%;
}

.brandi li {
  float: left;
  width: 100%;
  margin: 1px 0;
}

.brandi li:hover {
}

.brandi li a {
  float: left;
  width: 100%;
  color: #4c4c4c;
  font-size: 16px;
}

.brandi li a:hover {
  text-decoration: underline;
  color: #088c40;
}

.brimg {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
  margin: 10px 0;
}

.brimg li {
  width: 29.33%;
  margin: 15px 2%;
  display: inline-block;
  vertical-align: middle;
}

.brimg li:hover {
}

.brimg li a {
  float: left;
  width: 100%;
}

.brimg li a:hover {
  text-decoration: none;
}

.brimg li a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

/*newsspon*/
.ysl {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.ysl li {
  width: 30.33%;
  margin: 15px 1.5%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: 15px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc9b8;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}

.block25 .ysl li {
  width: 97%;
  margin: 15px 1.5%;
}

.ysl li:hover {
  border: 1px solid #fbbf00;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.ysl li .img {
  width: 100%;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  overflow: hidden;
  float: left;
}

.ysl li .img img {
}

.ysl li .date {
  float: left;
  z-index: 2;
  font-size: 13px;
  color: #333333;
  padding: 7px 10px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fcca3a;
}

.ysl li div {
  margin: 10px 3%;
}

.ysl li a.zag {
  float: left;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #004ba7;
  margin: 10px 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
  text-align: left;
  overflow: hidden;
  font-weight: bold;
}

.ysl li a:hover {
  color: #004ba7;
  text-decoration: underline;
}

/*newsspon*/
.gal {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.gal li {
  width: 47%;
  margin: 15px 1.5%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: 15px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc9b8;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.03);
}

.gal li:hover {
  border: 1px solid #fbbf00;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.gal li .img {
  width: 100%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  overflow: hidden;
  float: left;
}

.gal li .img img {
}

.gal li .date {
  float: left;
  z-index: 2;
  font-size: 13px;
  color: #333333;
  padding: 7px 10px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fcca3a;
}

.gal li div {
  padding: 10px;
  position: absolute;
  bottom: 0;
  content: '';
  left: 0;
  width: 60%;
  background: rgba(255, 255, 255, .9);
  color: #000;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
  border: 1px solid #ccc9b8;
  border-bottom: 0;
  border-left: 0;
}

.gal li .zag {
  float: left;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #004ba7;
  margin: 5px 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
  text-align: left;
  overflow: hidden;
  font-weight: bold;
}

.gal li a:hover {
  color: #004ba7;
  text-decoration: underline;
}

.gal li .zag:hover {
  text-decoration: underline;
}

/*newsspon*/
.otz {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
}

.otz li {
  width: 30.33%;
  margin: 15px 1.5%;
  height: auto;
  display: inline-block;
  vertical-align: top;
  color: #333333;
  font-size: 15px;
  text-align: left;
  background: #fff;
  box-sizing: border-box;
}

.otz li:hover {
}

.otz li .img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #ccc9b8;
  position: relative;
  z-index: 4;
  border-radius: 75px;
  -moz-border-radius: 75px;
  -webkit-border-radius: 75px;
  -khtml-border-radius: 75px;
}

.otz li .img img {
  height: 100%;
  max-width: auto;
}

.otz li .date {
  float: left;
  z-index: 2;
  font-size: 13px;
  color: #333333;
  padding: 7px 10px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fcca3a;
}

.otz li div {
  margin: 10px 3%;
}

.otz li a.zag {
  float: left;
  display: block;
  width: 100%;
  font-size: 17px;
  color: #004ba7;
  margin: 5px 0;
  text-decoration: none;
  position: relative;
  z-index: 2;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}

.otz li a:hover {
  color: #004ba7;
  text-decoration: underline;
}

.otz li .minizag {
  margin: 0 0 5px 0;
  display: block;
  text-align: center;
  font-weight: bold;
}

.otzkli, .galrab, .yslkom {
  background: url(../images/block-bg.png) center bottom no-repeat;
  padding-bottom: 40px;
  overflow: hidden;
}

.otzkli, .galrab, .yslkom {
  float: left;
  width: 100%;
}

.breadh {
  padding: 10px 10px 10px 10px;
  float: left;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}

/*breadcrumbs*/
.breadcrumbs {
  display: block;
  float: left;
  padding: 0;
  margin: 5px 0 0 0;
  font-size: 14px;
  position: relative;
  z-index: 2;
  color: #808080;
  font-weight: 300;
}

.breadcrumbs a {
  color: #363636;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
  color: #28a8e6;
}

.breadcrumbs a, .breadcrumbs span {
  float: left;
  margin: 0 5px 0 0;
}

/*content*/
h1 {
  display: block;
  float: left;
  color: #111;
  padding: 0;
  position: relative;
  text-transform: none;
  font-size: 30px;
  font-weight: 300;
  text-transform: uppercase;
  width: 100%;
  margin: 0 0 10px 0;
}

.w100 h1 {
  width: 100%;
  margin-top: 10px;
}

h2 {
  font-size: 18px;
  font-weight: bold;
  color: #0055a7;
  margin: 5px 0 10px 0;
}

h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #0055a7;
  font-weight: bold;
}

.info {
  padding: 20px 0;
  float: left;
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.messeg {
  float: left;
  width: 98%;
  margin: 15px 1% 15px;
  background: #f7f7f7;
  padding: 10px;
  border-radius: 3px;
  border: 2px solid #2980b9;
  color: #2980b9;
  font-size: 15px;
}

.messeg .zag {
  color: #f37934;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
}

.block60 .messeg {
  width: 100%;
  margin: 0 0 15px;
  padding-left: 50px;
  background: url(../images/messeg.png) 4px center no-repeat;
}

/*filters s*/
.filter {
  float: left;
  width: 90%;
  padding: 10px 30px;
  box-sizing: border-box;
  margin: 0 5% 0 5%;
  background: #fff;
  position: relative;
  z-index: 5;
  position: relative;
  z-index: 5;
  transform: box-shadow .3s;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

.filters ul, .filters li {
  margin: 0;
  padding: 0;
  width: 100%;
}

.filters .drop-down, .filters .drop-menu-main-sub .title {
  text-decoration: none;
  color: #555555;
  padding: 0 10px 0 0;
}

.filters .drop-menu-main {
  position: relative;
}

.filters .drop-menu-main li {
  float: left;
  list-style-type: none;
  border-bottom: 1px solid #e6e6e6;
}

.filters .drop-menu-main-sub {
}

.filters .drop-menu-main-sub .title {
  display: block;
  padding: 6px 15px;
  cursor: pointer;
  border-bottom: 1px solid #DEDEDE;
}

.filters li {
  list-style: none;
  display: block;
}

.filters .drop-down, #mse2_selected strong {
  cursor: pointer;
  float: left;
  padding: 3px 0;
  margin: 5px 0;
  position: relative;
  z-index: 2;
  color: #4c4c4c;
  font-weight: normal;
  font-size: 14px;
}

.filters .drop-down {
  width: 100%;
}

#mse2_selected strong {
  margin-right: 10px;
}

.filters li.dropped .drop-down {
  background: #fff;
}

.filters li span.arrow {
  border: 0;
  font-size: 12px;
  border: 0;
  padding: 0 3px;
  color: #5C9CCC;
  display: none;
  float: left;
}

.filters li span.arrownone {
  border: 0;
  font-size: 12px;
  border: 0;
  padding: 0 3px;
  color: #c5dbec;
  display: block;
  float: left;
}

.filters li.dropped span.arrow {
  display: block;
}

.filters li.dropped span.arrownone {
  display: none;
}

.filters span.title {
}

.filters li .drop-menu-main-sub {
  display: block;
/*  max-height: 180px; */
  overflow: hidden;
  float: left;
  width: 100%;
  border-radius: 3px;
  padding: 0 8px;
}

.filters li .drop-menu-main-sub.active {
  max-height: initial;
}

.filters li.dropped .drop-menu-main-sub {
  display: none;
}

.filters .btn-slide, .allmin {
  float: right;
  font-size: 13px;
  background: #bdc2c6;
  color: #fff;
  padding: 1px 5px;
  border-radius: 2px;
  margin: 5px 0;
  transition: background .35s, color .35s, border .35s;
}

.filters .btn-slide {
}

.allmin {
  float: left;
  margin: 10px;
}

.filters .btn-slide:hover, .allmin:hover {
  cursor: pointer;
  background: #e5e5e5;
  color: #000;
}

.filters .btn-slide:hover {
}

.filters .btn-slide.active {
  display: none;
}

.ui-slider {
  float: left;
  width: 96%;
  margin: 12px 2%;
  box-sizing: border-box;
}

.filter_row {
  float: left;
  width: 100%;
  margin: 5px 0;
}

.filter_row input {
  margin: 4px 4px 0 0;
  float: left;
}

.filter_row label {
  font-weight: 300;
  font-size: 13px;
  color: #0055a6;
  border-bottom: 1px solid #fff;
}

.filter_row label:hover {
  cursor: pointer;
  color: #28a8e6;
  border-bottom: 1px solid #28a8e6;
}

.filter_row label sup {
  margin: 0 5px;
  color: #999;
  text-decoration: none;
  font-size: 10px;
  position: relative;
  bottom: 7px;
}

.ui-widget {
  font-size: 0.9em !important;
  box-sizing: border-box;
}

.ui-slider-horizontal .ui-slider-range, .ui-slider-horizontal .ui-slider-handle {
  box-sizing: border-box;
}

/*filters e*/
#mse2_selected {
  float: left;
  width: 98%;
  margin: 15px 1% 5px;
  background: #fff;
  padding: 5px 0 5px 5px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
}

#mse2_selected a {
  float: left;
  margin: 8px;
}

#mse2_selected a em {
  float: left;
  margin-right: 3px;
  color: #000;
  font-style: normal;
}

#mse2_selected a sup {
  background: #db261f;
  color: #fff;
  border-radius: 15px;
  height: 16px;
  width: 16px;
  float: left;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  margin-top: 2px;
}

.cat3 li {
  width: 31.33%;
}

.srezi {
  float: left;
  width: 90%;
  margin: 15px 5% 15px;
  background: #fff;
  padding: 10px 30px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  transform: box-shadow .3s;
  background: #3dbbf6;
}

.srez {
  float: left;
  display: block;
  width: 100%;
}

.srez ul {
  float: left;
  width: 100%;
}

.srez ul li {
  float: left;
  width: auto;
  bottom: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  min-height: auto;
  height: auto;
  margin: 5px 1%;
  position: relative;
  padding-left: 10px;
}

.srez ul li:before {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #0054a7;
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 8px;
}

.srez ul li a {
  color: #fff;
  font-size: 15px;
  position: relative;
}

.srez ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.block2-razd {
  float: left;
  width: 90%;
  padding: 5px 3%;
  box-sizing: border-box;
  margin: 15px 5% 5px 5%;
  background: #f7f7f7;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 5;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  position: relative;
  z-index: 5;
}

.links-razd {
}

.links-razd {
  padding-bottom: 15px;
  width: 100%;
}

.links-razd li {
  width: 98%;
  bottom: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  min-height: auto;
  height: auto;
  margin: 7px 1%;
  position: relative;
  padding-left: 10px;
}

.links-razd li a {
  color: #088c40;
  font-size: 14px;
}

.links-razd li a:hover {
  color: #2980b9;
  text-decoration: underline;
}

.helper {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  padding: 7px 10px;
  background: #f37934;
  border-radius: 5px;
}

.helper b {
  font-size: 19px;
  color: #2980b9;
}

.content-main {
  float: left;
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}

.srez-main {
  margin-bottom: 0;
}

.cat-main.srez-main .mainzag {
  padding: 0 0 0 15px;
  margin: 5px auto;
}

/*content*/
.content {
  float: left;
  width: 100%;
  display: block;
  color: #4c4c4c;
  font-size: 15px;
  margin: 10px 0;
  line-height: 1.5;
}

.content p {
  margin-bottom: 10px;
}

.content h2 {
  color: #0055a7;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content h3 {
  color: #0055a7;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.content a {
  color: #0055a7;
  text-decoration: underline;
}

.content a:hover {
  color: #f37934;
  text-decoration: none;
}

.content ul, .content ol {
  padding-left: 25px;
  margin: 5px 0 15px 0;
}

.content ul li, .content ol li {
  margin: 5px 0;
  list-style-type: disc;
  font-size: 15px;
  color: #333;
}

.block66 .content p {
  margin-bottom: 0;
}

.content-blog .popup-holder .content {
  max-height: 375px;
  overflow: hidden;
}

.content-blog .popup-holder2 .content {
  max-height: 200px;
}

.content-blog .popup-holder.popup-active .content {
  max-height: initial;
}

.content-blog .popup-holder .all2 span {
  font-size: 0;
}

.content-blog .popup-holder.popup-active .all2 {
  font-size: 0;
}

.content-blog .popup-holder.popup-active .all2 span {
  font-size: 16px;
}

/*pages*/
.pages {
  float: left;
  padding: 0 1%;
}

ul.pagenav {
  overflow: visible;
  width: auto;
  float: left;
}

ul.pagenav li {
  list-style-type: none;
  float: left;
}

ul.pagenav li a {
  border-radius: 25px;
  width: auto;
  text-align: center;
  overflow: visible;
  float: left;
  display: inline;
  padding: 0px 13px;
  line-height: 1.8;
  font-size: 19px;
  font-weight: bold;
  color: #0055a6;
  background: #fff;
  text-decoration: none;
  margin: 3px 10px 3px 0;
  border: 1px solid #f7f7f7;
  position: relative;
  z-index: 4;
  width: 50px;
  height: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.05);
}

ul.pagenav li a:active, ul.pagenav li a.active {
  background: #fba026;
  border: 1px solid #fba026;
  color: #fff;
}

ul.pagenav li a:hover, ul.pagenav li a.active:hover {
  color: #fff;
  background: #28a8e6;
  border: 1px solid #28a8e6;
}

/*pages*/
.alphabet {
  float: left;
  width: 100%;
}

ul.abet {
  overflow: visible;
  width: 100%;
  float: left;
  font-size: 0;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

ul.abet li {
  list-style-type: none;
  float: left;
}

ul.abet li a {
  width: auto;
  text-align: center;
  overflow: visible;
  float: left;
  display: inline;
  padding: 0px 12px;
  line-height: 1.8;
  font-size: 17px;
  color: #000;
  background: #fafafa;
  text-decoration: none;
  margin: 3px 5px;
  border: 1px solid #f2f2f2;
  position: relative;
  z-index: 4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  color: #000;
  background: #f2f2f2;
  border: 1px solid #d9d9d9;
}

ul.abet li a.none {
  background: #fafafa;
  border: 1px solid #f2f2f2;
  color: #b3b3b3;
}

ul.abet li a:active, ul.abet li a.active {
  background: #63ae20;
  border: 1px solid #63ae20;
  color: #fff;
}

ul.abet li a:hover, ul.abet li a.active:hover {
  color: #000;
  background: #d9d9d9;
  border: 1px solid #d9d9d9;
  background: #63ae20;
  border: 1px solid #63ae20;
  color: #fff;
}

ul.abet li a.none:hover {
  background: #fafafa;
  border: 1px solid #f2f2f2;
  color: #b3b3b3;
}

ul.abc {
  float: left;
  width: 100%;
}

ul.abc li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}

ul.abc li ul {
  float: left;
  width: 100%;
}

ul.abc li ul li {
  float: left;
  width: 10.5%;
  margin: 10px 1%;
  border-bottom: 0;
}

ul.abc li ul li a {
  text-align: center;
  color: #000;
  transition: color .35s;
}

ul.abc li ul li a:hover {
  color: #63ae20;
  text-decoration: underline;
}

/*allcuis*/
.tcuis {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.tcuis ul {
  float: left;
  width: 100%;
  background: #f2f2f2;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
}

.tcuis ul li {
  float: left;
  width: 10.5%;
  margin: 10px 1%;
  border-bottom: 0;
}

.tcuis ul li a {
  display: block;
  text-align: center;
  color: #000;
  transition: color .35s;
}

.tcuis ul li a:hover {
  color: #63ae20;
  text-decoration: underline;
}

.allworld {
  float: left;
  width: 100%;
  background: url(../images/world.png) center;
}

ul.world {
  float: left;
  width: 100%;
  font-size: 0;
  margin: 30px 0 0 0;
}

ul.world li {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
}

ul.world li ul {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}

ul.world li ul li {
  float: left;
  width: 48%;
  margin: 3px 1%;
  border-bottom: 0;
}

ul.world li ul li a {
  display: block;
  text-align: center;
  color: #000;
  transition: color .35s;
}

ul.world li ul li a:hover {
  color: #63ae20;
  text-decoration: underline;
}

ul.world li img {
  float: left;
}

/*prefooter*/

/*footer*/
.pfooter {
  overflow: hidden;
  clear: both;
  position: relative;
  bottom: 0px;
  width: 100%;
  height: 150px;
}

#podfooter {
  width: 100%;
  height: 150px;
}

.footer {
  overflow: visible;
  margin-top: -150px;
  width: 100%;
  background: #0055a7;
  height: 150px;
  position: relative;
  z-index: 25;
  font-size: 15px;
  color: #b2b2b2;
}

.footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .container:after {
}

.footer .logo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .logo a.logofoot {
  display: block;
  width: 220px;
  height: 73px;
  margin: 0 100px 0 0;
  background: url(../images/batiskaf_logo_white.png) center no-repeat;
}

.footer .logo a.logofootUA {
  display: block;
  width: 220px;
  height: 73px;
  margin: 0 100px 0 0;
  /*background: url(../images/logotip-footerUA.png) center no-repeat;*/
  background: url(../images/batiskaf_logo_white.png) center no-repeat;
}

.adress {
  float: left;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.adress a {
  color: #fba026;
  text-decoration: underline;
}

.timework {
  float: left;
  margin-top: 15px;
  color: #fff;
  font-size: 14px;
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.f-left {
  float: left;
  color: #fff;
  font-size: 14px;
  height: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.f-left a {
  color: #fff;
}

.f-right {
  float: right;
  margin-top: 50px;
}

.f-right ul li {
  float: left;
  margin: 0 5px;
  width: 36px;
  height: 36px;
  display: block;
}

.f-right ul li a {
  display: block;
  transition: opacity .35s;
}

.f-right ul li a:hover {
  opacity: .8;
}

.footer .adress {
  margin: 15px 2% 0 2%;
}

.footer .timework {
  margin: 15px 2% 0 2%;
}

.footer .cont li, .footer .cont li a {
  color: #fff;
}

/*scrmenu*/
.scrmenu {
  float: left;
  width: 100%;
  margin: 15px 0;
}

.scrmenu li {
  float: left;
}

.scrmenu li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  padding: 5px 15px;
  margin: 5px 10px 5px 0;
  background: #3d8eb9;
  position: relative;
  z-index: 2;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -khtml-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  -icab-border-radius: 50px;
  border-radius: 50px;
}

.scrmenu li a:hover {
  background: #357ba1;
}

.scrmenu li.last a {
  background: #e2574c;
}

.scrmenu li.last a:hover {
  background: #cc4e45;
}

/*photos*/
.responsive li {
  margin: 15px 12px;
}

.responsive-obzori li {
  margin: 15px 12px;
}

/*table*/
.table {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.table table {
  border-collapse: separate;
  background: #f2f1ed;
  border-spacing: 1px;
  width: 100% !important;
  position: relative;
  z-index: 9;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
  font-weight: normal;
}

.table table tbody td {
  vertical-align: middle;
}

.table table tbody td p {
  margin: 5px 5px;
  color: #000;
  font-size: 17px;
  font-weight: normal;
  float: none;
  width: auto;
}

.table table tbody td a {
  color: #32648f;
}

.table table td table {
  width: 100%;
}

.table table p {
  padding: 0;
  margin: 0;
}

.table table td {
  padding-left: 8px;
  text-align: center;
  color: #000;
  font-size: 15px;
  font-weight: normal;
}

.table table td a {
  color: #205081;
}

.table table td, .table th {
  padding: 10px 3%;
  text-align: left;
  box-sizing: border-box;
}

.table table th:first-child {
}

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

.table table tr:nth-child(2n) {
  background-color: #f7f7f7;
}

.table table th {
  background-color: #4e4e4e;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}

.table sup {
  vertical-align: super;
  font-size: 10px;
}

/*form*/
.form {
  display: block;
  margin: 20px auto;
  width: 100%;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  padding: 0;
  font-family: 'PT Sans', Arial, sans-serif;
}

.form legend {
  width: 100%;
  color: #333333;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: bold;
  margin: 10px 0;
}

.form p {
  margin: 10px 0;
}

.form input, .form textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 5px;
  border: 1px solid #e5e5e5;
  font-size: 17px;
  color: #262626;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  font-family: 'PT Sans', Arial, sans-serif;
}

.form input.submit {
  background: #004ba7;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  font-weight: bold;
  border: 1px solid #003980;
  transition: background .3s;
}

.form input.submit:hover {
  background: #003980;
  cursor: pointer;
}

/*bl*/
.bl50 {
  width: 50%;
  float: left;
  height: auto;
  position: relative;
}

.bl75 {
  width: 75%;
  float: left;
  height: auto;
  position: relative;
}

.bl25 {
  width: 25%;
  float: left;
  height: auto;
  position: relative;
}

.bl100 {
  width: 100%;
  display: block;
  float: left;
}

.bl100 .content p {
  text-align: center;
}

.howarenda .zag {
  text-align: center;
}

/*informat*/
.notbg {
  background: transparent;
}

/*novoe*/
.block75all .sob li {
  width: 30.33%;
  margin: 15px 1.5%;
}

/*goda*/
.godzag, .stszag {
  list-style-type: none;
  float: left;
  width: 100%;
  box-sizing: border-box;
  background: url(../images/strelk-bot.png) 5% center no-repeat;
  padding-left: 40px;
  font-size: 12px;
  font-weight: bolder;
  color: #333;
  margin: 5px 0 15px 0;
  text-transform: uppercase;
}

.stszag {
  margin: 15px 0 15px 0;
}

ul.goda, ul.sts {
  overflow: visible;
  width: auto;
  float: left;
}

ul.goda li, ul.sts li {
  list-style-type: none;
  float: left;
  width: 100%;
  margin-bottom: 10px;
  border-bottom: 1px solid #f2f2f2;
}

ul.sts li {
  margin-bottom: 0;
  border-bottom: 0;
}

ul.goda li a, ul.sts li a {
  width: auto;
  height: 30px;
  text-align: center;
  overflow: visible;
  float: left;
  display: inline;
  padding: 0px 12px;
  line-height: 1.8;
  font-size: 17px;
  font-weight: bolder;
  color: #808080;
  background: #ededed;
  text-decoration: none;
  margin: 3px 3px;
  border: 1px solid #dddddd;
  position: relative;
  z-index: 4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
}

ul.goda li a:hover, ul.sts li a:hover {
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  color: #808080;
}

ul.goda li a:active, ul.goda li a.active, ul.sts li a:active, ul.sts li a.active {
  background: #fba026;
  border: 1px solid #fba026;
  color: #662621;
}

ul.goda li a:hover, ul.goda li a.active:hover, ul.sts li a:hover, ul.sts li a.active:hover {
  color: #fff;
  background: #662621;
  border: 1px solid #662621;
}

ul.goda li ul {
  overflow: visible;
  width: auto;
  float: left;
  width: 100%;
}

ul.goda li ul li {
  list-style-type: none;
  float: left;
  width: auto;
  margin-bottom: 0;
  border-bottom: 0;
}

ul.goda li ul li a {
  background: #fafafa;
  font-size: 14px;
  border: 1px solid #f2f2f2;
}

iframe {
}

.slitem1 .slitem, .slitem2 .slitem, .slitem3 .slitem, .slitem4 .slitem {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.iframekarta {
  width: 100% !important;
}

.int-main {
  float: left;
  display: block;
  width: 100%;
  margin: 20px 0;
}

.int-img {
  float: left;
  width: 30%;
  margin-right: 2.5%;
  overflow: hidden;
}

.int-img a {
  float: left;
  width: 100%;
  border: 1px solid #d9d9d9;
}

.int-img a img {
  float: left;
  width: 100%;
}

.int-map {
  float: right;
  width: 30%;
  margin-left: 2.5%;
  overflow: hidden;
  position: relative;
}

.int-map-cuis:after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: '';
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 3;
}

.int-map img {
  position: absolute;
  top: 0;
  content: '';
  left: 0;
  width: 50%;
  z-index: 5;
  border: 1px solid #d9d9d9;
}

.int-info {
  overflow: hidden;
}

.int-row {
  float: left;
  width: 100%;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding: 7px 0;
}

.int-row-up {
  text-transform: uppercase;
}

.int-row-grey {
  color: #666;
}

.int-row p {
  margin-bottom: 5px;
}

.rating {
  float: left;
  margin-right: 10px;
}

.rait {
  float: left;
  padding: 1px 10px;
  border-radius: 5px;
  background: #ededed;
  margin-top: 3px;
}

.rait b {
  color: #db261f;
}

.cat li .text div span.hot, .cat li .text div span.acute, .cat li .text div span.price, .price {
  background: none;
  padding: 0 10px;
}

.cat li .text div span.price, .price {
  margin: 7px 0 20px 0;
  float: left;
  padding: 0;
}

.cat li .text div .basket, .basket, .quick {
  float: right;
  background: #63ae20;
  border-radius: 3px;
  padding: 5px 10px;
  color: #fff;
  margin-bottom: 20px;
}

.quick {
  background: #db261f;
}

.indr {
  padding: 5px 0;
  border-bottom: 0;
}

.torew {
  float: right;
  color: #000;
  text-decoration: underline;
  margin-top: 3px;
}

.int-row-buy {
  background: #ededed;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-top: 5px;
  padding: 10px 10px;
}

.int-row-buy .price {
  font-weight: bold;
  margin: 3px 0;
  font-size: 17px;
}

.int-row-buy .basket, .int-row-buy .quick {
  margin: 0 5px;
}

.basket:hover, .quick:hover {
  color: #fff;
}

.imgrew {
  width: 100%;
}

.youtube-blog {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.youtube-blog .youtube {
  float: left;
}

.iconblog {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.iconblog li {
  float: left;
  padding-left: 30px;
  font-size: 15px;
  color: #2b2b2b;
  margin-right: 40px;
}

.iconblog li.ib1 {
  background: url(../images/icbl-1.png) left center no-repeat;
}

.iconblog li.ib2 {
  background: url(../images/icbl-2.png) left center no-repeat;
}

.menues.default {
}

.menues.fixed {
	z-index: 2000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2000;
}

/*sn/demo/style.css*/
.slicknav_menu {
  display: none;
}

@media screen and (max-width: 1020px) {
  #menu {
    display: none;
  }

  .slicknav_menu {
    display: block;
  }

}

/*sn/dist/slicknav.css*/

/*!
* SlickNav Responsive Mobile Menu v1.0.7
* (c) 2016 Josh Cope
* licensed under MIT
*/
.slicknav_btn {
  position: relative;
  display: block;
  vertical-align: middle;
  float: left;
  padding: 1em 1.4em 1em 1.4em;
  line-height: 1.125em;
  cursor: pointer;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_menu {
  *zoom: 1;
}

.slicknav_menu .slicknav_menutxt {
  display: block;
  line-height: 1.188em;
  float: left;
}

.slicknav_menu .slicknav_icon {
  float: left;
  width: 1.125em;
  height: 0.875em;
}

.slicknav_menu .slicknav_icon:before {
  background: transparent;
  width: 1.125em;
  height: 0.875em;
  display: block;
  content: "";
  position: absolute;
}

.slicknav_menu .slicknav_no-text {
  margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.slicknav_menu:before {
  content: " ";
  display: table;
}

.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

.slicknav_nav {
  clear: both;
  border-bottom: 1px solid #3498db;
}

.slicknav_nav ul {
  display: block;
}

.slicknav_nav li {
  display: block;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  color: #363636;
}

.slicknav_nav li.slicknav_parent {
}

.slicknav_nav li:hover {
  background: #f7f7f7;
  color: #28a8e6;
}

.slicknav_nav li.active {
  background: #28a8e6;
  color: #fff;
}

.slicknav_nav li.minn {
  background: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
  border-top: 0;
  color: #262626;
}

.slicknav_nav li.minn:hover {
  background: #fba026;
  color: #fff;
}

.slicknav_nav li.minn.active {
  background: #ee8a12;
  color: #fff;
}

.slicknav_nav li a {
  color: #363636;
}

.slicknav_nav li:hover a {
  color: #28a8e6;
}

.slicknav_nav li.active a {
  color: #fff;
}

.slicknav_nav li.active:hover a {
  color: #fff;
}

.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}

.slicknav_nav .slicknav_item {
  cursor: pointer;
}

.slicknav_nav .slicknav_row {
  display: block;
}

.slicknav_nav a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_brand {
  float: left;
}

.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  position: relative;
  z-index: 5;
  background: #f2f2f2;
  border-bottom: 1px solid #e6e6e6;
}

.slicknav_menu * {
  box-sizing: border-box;
}

.slicknav_menu .slicknav_menutxt {
  color: #fff;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
  display: none;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: #fff;
}

.slicknav_btn {
  margin: 10px 10px 10px 10px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #28a8e6;
}

.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  min-width: 230px;
}

.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 0 0 20px;
  background: #FFF;
  color: #363636;
}

.slicknav_nav ul li {
  color: #363636;
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-top: 0;
  float: left;
  width: 100%;
  position: relative;
}

.slicknav_nav ul li:hover {
  border-bottom: 1px solid #f2f2f2;
}

.slicknav_nav ul li, .slicknav_nav ul li:hover {
  border-bottom: 0;
  border-top: 1px solid #f2f2f2;
}

.slicknav_nav .slicknav_row {
  padding: 10px 10px;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.slicknav_nav .slicknav_row:hover {
}

.slicknav_nav a {
  padding: 2px 10px;
  margin: 0;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  padding: 10px 10px;
  position: relative;
}

.slicknav_nav li.minn a {
  color: #262626;
  padding: 2px 10px;
}

.slicknav_nav li.minn a {
}

.slicknav_nav a:hover {
}

.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

.slicknav_nav .slicknav_item a {
  padding: 0;
  margin: 0;
}

.slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}

.slicknav_brand {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px;
}

.slicknav_nav ul {
  background: #fff;
}

.slicknav_nav ul a {
  color: #363636;
}

.slicknav_nav ul li:hover {
  background: #f7f7f7;
  color: #28a8e6;
}

.slicknav_nav ul li:hover a {
  color: #28a8e6;
}

.slicknav_nav ul li.active a {
  background: #28a8e6;
  color: #fff;
}

.slicknav_nav ul li .img img {
  top: -40px;
  position: absolute;
  top: 0;
  content: '';
  left: 0;
}

.slicknav_nav ul li:hover .img img {
  top: -40px;
}

.slicknav_nav ul li.active .img img {
  top: -80px;
}

.slicknav_menu ul li .img img {
  top: -40px;
  position: absolute;
  top: 0;
  content: '';
  left: 0;
}

.slicknav_menu ul li:hover .img img {
  top: -40px;
}

.slicknav_menu ul li.active .img img {
  top: -80px;
}

.slicknav_nav li.minm {
  background: #28a8e6;
  color: #fff;
  padding: 5px 0;
  border-bottom: 1px solid #2980b9;
}

.slicknav_nav li.minm a {
  color: #fff;
}

.slicknav_nav li.minm:hover {
  background: #2980b9;
}

.slicknav_nav li.minm.active {
  background: #fba026;
}

/*slick/slick.css*/

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  margin: 0 auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.block40 .slider-for.slick-initialized .slick-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.responsive-header.slick-initialized .slick-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-nav {
  text-align: center;
}

.slider-nav .slick-list {
  text-align: center;
}

/*slick/slick-theme.css*/
@charset 'UTF-8';

/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
}

/* Arrows */
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 27px;
  padding: 0;
  margin-top: -10px \9; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background: rgba(189, 195, 199, 0.7);
  */;
  transition: background 0.3s;
  z-index: 5;
}

.block66 .slick-prev, .block66 .slick-next {
  height: 40px;
}

.slick-prev {
}

.slick-next {
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
  background: rgba(189, 195, 199, .9);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.06);
}

.slick-prev:hover, .slick-prev:focus {
}

.slick-next:hover, .slick-next:focus {
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  line-height: 1.5;
  opacity: .95;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -35px;
}

[dir='rtl'] .slick-prev {
  right: 0px;
  left: auto;
}

.slick-prev:before {
  font-family: "icomoon" !important;
  content: "\e900";
  font-size: 25px;
}

[dir='rtl'] .slick-prev:before {
  content: '';
}

.slick-next {
  right: -35px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 0px;
}

.slick-next:before {
  font-family: "icomoon" !important;
  content: "\e907";
  font-size: 25px;
}

[dir='rtl'] .slick-next:before {
  content: '';
}

.slider {
  max-width: 2000px;
  display: block;
  margin: 0 auto;
}

.responsive-header .slick-prev {
  left: 40px;
}

.responsive-header .slick-next {
  right: 40px;
}

/* Dots */
.slick-slider {
  margin-bottom: 25px;
}

.block66 .slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 60px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .9;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .9;
  color: #fba026;
}

.slick-dots li.slick-active button:before:hover {
  opacity: 1;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

#amount0 {
  float: left;
  width: 30%;
  padding: 2px 1%;
  border: 1px solid #d9d9d9;
  position: relative;
  z-index: 2;
  border-radius: 2px;
}

#amount1 {
  float: right;
  width: 30%;
  padding: 2px 1%;
  border: 1px solid #d9d9d9;
  position: relative;
  z-index: 2;
  border-radius: 2px;
}

/*! jQuery UI - v1.12.1 - 2017-05-24
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=262626&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .3em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.5em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #0055a6;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #0055a6;
  color: #333333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 2px solid #fba026;
  background: #fff;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 2px solid #fba026;
  background: #fba026;
  font-weight: normal;
  color: #262626;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #262626;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 2px solid #2980b9;
  background: #2980b9;
  font-weight: normal;
  color: #ffffff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 2px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 2px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 2px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

#msCart {
  float: left;
  width: 100%;
  position: relative;
}

#msCart .header {
  display: table-row;
  border-bottom: 0;
}

#msCart .footer {
  background: #fff;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 0;
  height: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

#msCart td {
  vertical-align: middle;
}

#msCart td.title a {
  text-decoration: none;
}

#msCart td.title a:hover {
  text-decoration: underline;
  color: #3498db;
}

#msCart td.image {
  border-radius: 3px;
  padding: 5px 0;
}

#msCart td.image img {
  height: 100px;
  border-radius: 3px;
}

#msCart th.price, #msCart td.price, .tovar .price {
  float: none;
  margin: 0;
}

.tovar .price {
  float: left;
  width: 50%;
}

.tovar .text {
  margin: 0;
  width: 50%;
}

.tovar .forbuy {
  float: left;
  width: 50%;
}

.tovar .tovcol {
  float: left;
  width: 50%;
}

.block60 .tovar.tovarbuy .tovcol {
  min-height: 70px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.block60 .tovar.tovarbuy .tovcol.forbuy {
  align-items: flex-end;
}

.block60 .tovar .text .nalotz {
  margin: 3px 0;
  float: left;
  text-align: left;
  width: 100%;
}

.block60 .tovar .text .code {
  margin: 3px 0;
  float: left;
  text-align: left;
  width: 100%;
}

.block60 .tovar .price b {
  color: #f47936;
  float: left; /*font-weight:normal;*/
  text-align: left;
  width: 100%;
}

.block60 .tovar .price span.old_price {
  float: left;
  text-align: left;
  width: 100%;
}

.block60 .tovar .buy {
  margin: 3px 0;
}

.block60 .tovar .rassroc {
  margin: 3px 0;
}

.tovardop {
  margin: 15px 0;
}

.tovardop .tovcol a {
  color: #262626;
  font-size: 14px;
  text-decoration: underline;
  margin: 7px 0;
  display: block;
}

.tovardop .tovcol a:hover {
  text-decoration: none;
}

.tovardop .tovcol a.srav {
  color: #4c4c4c;
}

.tovardop .tovcol {
  text-align: center;
}

.tovardop .tovcol #rating_1 {
  text-align: left;
}

.drop-sub {
  display: block;
  max-height: 150px;
  overflow: hidden;
  float: left;
  width: 100%;
  padding: 0;
}

.block66 .drop-sub {
  max-height: 70px;
}

.block66 .content {
  margin: 0;
}

.divimg {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
  max-height: 255px;
}

.divimg img {
  float: left;
  width: 100%;
}

.divimg .price {
  float: left;
  width: 100%;
  position: absolute;
  bottom: 0;
  content: '';
  left: 0;
  background: #28a8e6;
  color: #fff;
  font-size: 19px;
  padding: 10px 20px;
  margin: 0;
}

.drop-sub table {
  width: 100%;
}

.drop-sub.active {
  max-height: initial;
}

.tovar tr {
  background: transparent;
}

.tovar tr:nth-child(2n) {
  background: #fff;
}

.tovar table td {
  font-size: 14px;
  margin: 0;
  padding: 7px 5px 7px 15px;
  color: #262626;
}

.tovar table td.first {
  color: #4c4c4c;
}

.tovar .btn-slide {
  float: right;
  color: #fff;
  font-size: 12px;
  padding: 5px 5px;
  border-radius: 3px;
  margin: 5px 0;
  min-height: 24px;
  background: #28a8e6;
  transition: background .35s;
  position: relative;
}

.tovar .btn-slide:hover {
  cursor: pointer;
  background: #2980b9;
}

.tovar .btn-slide.active {
  padding: 3px 10px;
  font-size: 0;
  background: #fba026;
}

.tovar .btn-slide.active:after {
  font-size: 15px;
  content: "";
}

.tovarkhar {
  display: block;
}

.tovarkhar .mainzag {
  text-transform: none;
  width: 100%;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
  padding: 10px 10px;
}

.tovarkhar ul {
  float: left;
  padding-bottom: 15px;
  width: 100%;
}

.tovarkhar ul li {
  width: 92%;
  bottom: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  min-height: auto;
  height: auto;
  margin: 7px 4%;
  position: relative;
  padding-left: 16px;
}

.tovarkhar ul li:before {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #28a8e6;
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 8px;
}

.tovarkhar ul li a {
  color: #363636;
  font-size: 14px;
  text-decoration: none;
}

.tovarkhar ul li a:hover {
  color: #2980b9;
  text-decoration: underline;
}

#msCart td.price, .tovar .price {
  color: #4c4c4c;
  font-size: 14px;
}

#msCart td.price span, .tovar .price span {
  font-size: 19px;
  font-weight: bold;
}

.tovar .price span {
  font-size: 36px;
}

#msCart td.price .old_price, .tovar .price .old_price {
  color: #808080;
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
}

#msCart td.remove .btn {
  position: relative;
  background: transparent;
  opacity: 0.5;
}

#msCart td.remove .btn:hover {
  cursor: pointer;
  background: transparent;
  opacity: 1;
}

.icon-round-delete-button {
  padding: 5px 10px;
}

.icon-round-delete-button:before {
  font-size: 24px;
  color: #8bc4eb;
}

.icon-round-delete-button:hover:before {
  color: red;
}

#msCart td.count .btn {
  display: none;
}

#msCart td.count input {
  padding: 10px 10px;
  border-radius: 3px;
  border: 1px solid #d9d9d9;
}

#msCart .table th {
  padding: 20px 0;
}

#msCart .table th.total_count {
  text-align: right;
  font-weight: normal;
  padding-right: 10px;
}

#msCart .table th.total_cost {
  float: right;
  text-align: right;
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 300;
}

#msCart .table th.total_cost b {
  font-size: 24px;
  font-weight: bold;
  color: #f47935;
}

#msCart .table .continue {
  top: 0;
  background: #bdc3c7;
  font-size: 15px;
  font-weight: 300;
  padding: 5px 10px;
  margin: 2px 0;
}

#msCart .table .footer th.total_cost {
  margin-right: 2%;
}

.msForm .mainzag {
  color: #4c4c4c;
}

.quantity {
  position: relative;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.quantity input {
  width: 100px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #eee;
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%;
}

.content .continue {
  border: 0;
  top: 12px;
  margin: 0 10px;
  color: #fff;
  font-weight: normal;
  padding: 1px 10px 1px 30px;
  text-decoration: none;
  background: url(../images/continue.png) 8px center no-repeat #fba026;
  width: auto;
}

.content .continue:hover {
  color: #fff;
  background: url(../images/continue.png) 8px center no-repeat #28a8e6;
}

#msCart .table-striped {
  border-top: 0;
}

.select-area {
  float: left;
  width: 100%;
  margin: 5px 0;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}

.select-area .checkbox {
  float: left;
  margin: 0 20px 0 10px;
}

input, textarea, select, button {
  font-family: 'PT Sans', Arial, sans-serif;
}

.msForm {
  box-shadow: inset 0px 2px 1px 0 rgba(0, 0, 0, .1);
  float: left;
  width: 100%;
  background: #f2f3f4;
}

.content .msForm a.all2 {
  color: #fff;
  text-decoration: none;
  width: 200px;
}

.msForm a.all2 {
  border: 0;
  background: #28a8e6;
  padding-right: 10px;
}

.msForm a.all2:hover {
  background: #fba026;
}

.msForm .mainzag .numer {
  width: 32px;
  height: 32px;
  background: #fac51c;
  position: absolute;
  top: 6px;
  content: '';
  left: 0;
  text-align: center;
  vertical-align: middle;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 0;
  color: #666;
}

.msForm .mainzag .numer:before, .msForm .mainzag .numer:after {
  display: none;
}

.msForm .mainzag span .numer {
  left: 5px;
  border-radius: 20px;
  color: #fff;
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  color: #111;
}

.msForm h4 {
  margin: 10px 0;
  float: left;
}

.msForm .row {
  display: block;
  float: left;
  width: 100%;
  margin: 0 auto;
}

.msForm .well {
  margin-bottom: 10px;
}

.msForm .formsend {
  float: right;
  background: #3cbbf7;
  border-radius: 30px;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin: 10px 2% 20px 2%;
  text-decoration: none;
  border: 0;
  cursor: pointer;
}

.msForm .formsend:hover {
  color: #fff;
  background: #f47935;
}

.well {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}

.well.baskets {
  background: url(../images/bg-lm-m.png) right center no-repeat #28a8e6;
}

.well.registrat {
  padding: 10px 10%;
  background: url(../images/bg-reg.png) center no-repeat;
}

.well.redakt {
  padding: 10px 10%;
  margin-bottom: 0;
}

.wellsend {
  margin-top: 12px;
}

.wellsend a {
  margin-top: 7px;
  float: left;
}

.wellsend a.buy {
  margin-top: 0;
  float: right;
}

.bl50r .enter {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.content .ulred {
  float: left;
  width: 100%;
  list-style-type: none;
}

.content .ulred li {
  float: right;
  color: #b8312f;
  list-style-type: none;
  margin: 0;
}

.content .ulred li a {
  float: right;
  color: #b8312f;
}

.content .ulred span {
  float: right;
  margin: 0 10px;
}

.well table, .well table tbody {
  width: 100%;
}

.well table tbody tr {
  width: 50%;
  margin: 70px 25%;
  display: block;
  background: #fff;
  padding: 15px 0;
  float: left;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.08);
}

.well table tbody tr td {
  float: left;
  width: 50%;
  padding: 10px 20px;
}

.well table tbody tr td.orange {
}

.well table tbody tr td.orange {
  color: #666;
}

.well .costs span {
  color: #262626;
  margin: 0 5px;
}

.well .costs {
  float: left;
  font-size: 14px;
  color: #f37934;
  font-weight: normal;
}

.well .costs b {
  font-size: 28px;
  font-weight: bold;
}

.well .costs2 b {
  font-size: 19px;
}

.well table tbody tr td.orange .costs, .well table tbody tr td.orange span {
  color: #666;
}

.well table tbody tr td.orange b, .well table tbody tr td.orange i {
  color: #2980b9;
  font-style: normal;
}

.well .buy {
  float: right;
  width: auto;
  display: block;
  margin: 0;
  background: #fba026;
  color: #fff;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  border-radius: 3px;
  padding: 7px 20px;
  box-sizing: border-box;
  transition: background .35s, border .35s, color .35s;
  position: relative;
  top: 0;
  text-decoration: none;
}

.well .buy:hover {
  background: #2980b9;
  color: #fff;
}

.well .form-group, .msForm .row .form-group, .msForm .row .form-group label, .msForm .row .form-group div, .msForm .row .form-group input, .msForm .row .form-group textarea {
  width: 100%;
  float: left;
}

.msForm .row .form-group label {
  font-size: 15px;
  color: #262626;
}

.msForm .row .form-group label .red {
  color: #f37934;
}

.msForm .row .form-group {
  margin: 6px 0;
}

.msForm .row .row {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
}

.msForm .row input, .msForm .row textarea {
  padding: 7px 1%;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 2px 0;
}

.form-horizontal .form-group div input, .row .form-group div input {
  margin: 2px 0;
}

.msForm .row .form-group textarea {
  height: 80px;
}

.msForm .row label input[type="radio"] {
  float: none;
  width: auto;
}

#msCart .btn, .msForm button.btn {
  background: #63ae20;
  right: auto;
  width: auto;
  position: relative;
  float: left;
  background: #63ae20;
  border-radius: 3px;
  padding: 5px 15px;
  color: #fff;
  margin-bottom: 20px;
  border: 0;
  cursor: pointer;
}

.msForm button.btn {
  width: auto;
  margin: 0 25%;
}

.msForm .well button.btn {
  width: auto;
  margin: 0;
  padding: 10px 25px;
  float: right;
  margin: 10px 0;
}

.msForm .well h3 {
  text-transform: uppercase;
  margin: 10px 0;
}

.msForm hr {
  overflow: hidden;
  float: left;
  width: 100%;
  border: 1px solid #e6e6e6;
}

#msCart .table-striped {
  margin-bottom: 0;
  display: table;
  border-top: 1px solid #f2f2f2;
}

#msCart .table-striped tbody {
  display: table;
  width: 100%;
}

.table-striped tbody tr {
  border-bottom: 1px solid #f2f2f2;
}

.form-horizontal .form-group div input, .row .form-group div input, .row .form-group div select {
  padding: 10px 1% 10px 1%;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 15px;
}

.form-group .error {
  font-size: 12px;
  color: red;
}

.borderred {
  border: 1px solid red !important;
}

.jqueryOptions {
  float: left;
  width: 100%;
}

.phslid {
  margin-bottom: 30px;
}

.slider-for a {
  overflow: hidden;
}

.slider-nav a {
  margin: 5px 10px 5px 10px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  transform: box-shadow .3s;
}

.slider-nav .slick-current img {
}

.slider-nav {
  min-height: 70px;
}

.slick-slider.slider-for {
  margin-bottom: 15px;
}

/* VIDEO STYLE */
.youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
  position: relative;
  display: block;
  margin: 0 auto;
}

.block25 .slider .youtube, .content-main .slider .youtube {
  margin: 0 40px;
}

.youtube .play {
  background: url(../images/youtube.png) center no-repeat;
  background-size: 64px 45px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: .8;
  filter: alpha(opacity=80);
  transition: all 0.2s ease-out;
  z-index: 100;
}

.youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.tovar {
  float: left;
  width: 100%;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  transform: box-shadow .3s;
  background: #f7f7f7;
  border: 1px solid #fff;
  margin-bottom: 15px;
}

.tovarbuy {
  background: #fff;
  float: left;
  width: 100%;
  padding: 5px 5%;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.07);
  margin-bottom: 15px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  transform: box-shadow .3s;
  border: 1px solid #fff;
  background: #fff;
}

.slidevideo {
  float: left;
  width: 100%;
  display: block;
  margin: 15px 0;
}

div.vote-wrap {
  overflow: hidden;
}

div.vote-block {
  position: relative;
}

div.vote-hover {
  float: left;
  cursor: pointer;
  padding: 0 !important;
  width: 100%;
}

div.vote-stars {
  position: absolute;
  left: 0;
  top: 0;
}

div.vote-active {
  position: absolute;
  left: 0;
  top: 0;
}

div.vote-result {
  color: #ccc;
  font-size: 14px;
  margin-top: 0;
  padding-left: 0;
  float: left;
  width: 100%;
}

div.vote-success {
  clear: both;
  color: #ccc;
  font-size: 14px;
  margin: 10px 0 0 0;
}

.vspom {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
  border: 1px solid #f2f2f2;
  margin-bottom: 15px;
}

.vspom .mainzag {
  font-size: 14px;
  text-transform: none;
  width: 100%;
  margin: 0;
  padding: 5px 0;
  font-weight: bold;
  text-align: left;
  overflow: visible;
  float: left;
}

.vspom ul {
  float: left;
  padding-bottom: 5px;
  width: 100%;
}

.vspom ul li {
  width: 95%;
  bottom: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
  border: 0;
  min-height: auto;
  height: auto;
  margin: 4px 4% 4px 1%;
  position: relative;
  padding-left: 12px;
  color: #262626;
  font-size: 14px;
}

.vspom ul li span {
  color: #f37934;
}

.vspom ul li span.min {
  color: #666;
  font-size: 12px;
}

.vspom ul li:before {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #28a8e6;
  content: '';
  display: block;
  clear: both;
  position: absolute;
  left: 0;
  top: 6px;
}

.block25 .slider, .content-main .slider {
  overflow: hidden;
  position: relative;
  width: 350px;
  height: auto;
  margin: 15px auto;
  float: left;
}

.block25 .slider .slides, .content-main {
  position: relative;
  transition: 1s;
}

.block25 .slider .slides .slide, .content-main .slider .slides .slide {
  float: left;
  display: block;
}

.block25 .slider .slides .slide img, .content-main .slider .slides .slide img {
  width: 470px;
  height: auto;
}

.block25 .slider .slides .slide iframe, .content-main .slider .slides .slide iframe {
  margin: 0 40px;
}

.block25 .slider .next, .content-main .slider .next {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  height: 80px;
  width: 40px;
  background: #009900;
  right: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 111;
  cursor: pointer;
  background: url(../images/str-right.png) center no-repeat rgba(189, 195, 199, 0.9);
}

.block25 .slider .prev, .content-main .slider .prev {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.05);
  position: absolute;
  height: 80px;
  width: 40px;
  background: #009900;
  left: 0;
  top: 50%;
  margin-top: -40px;
  z-index: 111;
  cursor: pointer;
  background: url(../images/str-left.png) center no-repeat rgba(189, 195, 199, 0.9);
}

/* Slider */
.slidervid {
  width: 300px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.slidervid::-moz-selection {
  background: transparent;
  color: #fff;
  text-shadow: none;
}

.slidervid::selection {
  background: transparent;
  color: #fff;
  text-shadow: none;
}

.slide-list {
  position: relative;
  margin: 0;
  padding: 0;
}

.slide-wrap {
  position: relative;
  left: 0px;
  top: 0;
  width: 10000000px;
}

.slide-item {
  width: 300px;
  padding: 0;
  float: left;
}

.slide-title {
  display: block;
}

.navy {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  z-index: 111;
  height: 80px;
  width: 40px;
  cursor: pointer;
}

.prev-slide {
  left: 0;
  background: url(../images/str-left.png) center no-repeat rgba(189, 195, 199, 0.9);
}

.next-slide {
  right: 0;
  background: url(../images/str-right.png) center no-repeat rgba(189, 195, 199, 0.9);
}

.navy.disable {
  background: #dbdbdb;
}

.auto {
  width: 7px;
  height: 11px;
  cursor: pointer;
  margin: 10px auto;
}

.play {
  background: url(bg/play.png) center no-repeat;
}

.pause {
  background: url(bg/pause.png) center no-repeat;
}

/*magnific popup*/
.white-popup-block {
  background: #FFF;
  padding: 20px 30px;
  text-align: left;
  max-width: 360px;
  margin: 40px auto;
  position: relative;
  display: block;
  box-sizing: border-box;
  border-radius: 5px;
}

div.white-popup-block {
  max-width: 1000px;
}

.white-popup-block h6 {
  display: block;
  color: #4c4c4c;
  font-size: 19px;
  font-weight: normal;
  padding: 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  margin: 10px 0;
}

#test-modal {
}

code {
  background: #F8F8F8;
  padding: .1em .4em;
  color: #c82829;
  font-size: 13px;
}

.mfp-content fieldset, .mfp-content .test-form-content {
  width: 100%;
  display: block;
  min-width: initial;
}

.mfp-content p {
  font-size: 13px;
  display: inline-block;
  margin: 0 0 5px 0;
  width: 100%;
  color: #7f7f7f;
}

.mfp-content ul {
  margin: 5px 0 0 0;
}

.mfp-content ul li {
  float: left;
  width: 100%;
  margin: 7px 0;
}

.mfp-content label, .mfp-content input, .mfp-content textarea, .mfp-content a, .mfp-content button {
  float: left;
  display: inline-block;
  width: auto;
  margin: 0;
  box-sizing: border-box;
  padding: 5px 5px;
  border: 1px solid #cccccc;
  font-size: 15px;
  color: #262626;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  font-family: 'PT Sans', Arial, sans-serif;
}

.mfp-content .white-popup-block input {
  padding: 15px;
  width: 100%;
}

.mfp-content textarea {
  min-width: 250px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.mfp-content label {
  border: 1px solid #f5f5f5;
  background: #f5f5f5;
  margin: 0 2% 0 0;
  min-width: 210px;
}

.mfp-content label span {
  color: #c82829;
  font-weight: bold;
}

.mfp-content a.button, .mfp-content button.button, .mfp-content a.popup-modal-dismiss {
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
  background: #28a8e6;
  border: 1px solid #2980b9;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  transition: background .3s;
  margin: 10px 0 0 0;
  padding: 15px 30px;
  float: right;
}

.mfp-content a:hover.button, .mfp-content button.button:hover, .mfp-content a.popup-modal-dismiss:hover {
  background: #fba026;
  border: 1px solid #c97f1e;
  cursor: pointer;
}

.popup-modal-dismiss {
  float: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none;
}

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #cccccc;
}

.mfp-preloader a:hover {
  color: white;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

.mfp-close, .mfp-close:hover, .mfp-content .mfp-close, .mfp-content .mfp-close:hover {
  float: none;
  background: none;
  margin: 0;
  padding: 0;
  border: 0;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-content .mfp-close, .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-content #test-modal2 .mfp-close {
  color: #262626;
}

.mfp-content .mfp-close:hover, .mfp-close:hover {
  padding: 0 0 18px 10px;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid white;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid white;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.tfc-row {
  float: left;
  width: 100%;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #e6e6e6;
}

.tfc-row:last-child {
  border-bottom: 0;
}

.tfc-row .zag {
  display: block;
  float: left;
  color: #262626;
  padding: 0;
  position: relative;
  text-transform: none;
  font-size: 19px;
  font-weight: normal;
  width: 100%;
  margin-bottom: 10px;
}

.mfp-content div.white-popup-block a {
  overflow: visible;
  padding: 0;
  border: 0;
}

.mfp-content div.white-popup-block .slider-nav a {
  float: left;
  width: auto !important;
  height: 80px !important;
  margin: 3px 5px;
  overflow: hidden;
  border: 2px solid #fff;
  border-radius: 3px;
}

.mfp-content div.white-popup-block .slider-nav a.slick-current {
  border: 2px solid #f37934;
  box-sizing: border-box;
}

.mfp-content div.white-popup-block .slider-for .slick-track {
}

.mfp-content div.white-popup-block .slider-for a.slick-active {
}

.mfp-content div.white-popup-block .slider-nav .slick-slide img {
  height: 80px;
}

.mfp-content div.white-popup-block .slider-nav .slick-track {
  position: relative;
  top: 0;
  left: 0 !important;
  display: block;
  float: left;
  width: 100% !important;
  padding: 0 !important;
}

.mfp-content div.white-popup-block .slider-nav .slick-list {
  padding: 0 !important;
}

.mfp-content div.white-popup-block .slick-cloned {
  display: none !important;
}

.mfp-content div.white-popup-block .slider-nav .slick-prev, .mfp-content div.white-popup-block .slider-nav .slick-next {
  display: none !important;
}

div.white-popup-block {
  overflow: hidden;
}

.test-form-content .slider-for {
  width: 70%;
  float: left;
}

.test-form-content .slider-nav {
  width: 30%;
  float: left;
  max-height: 480px;
  overflow: auto;
}

.test-form-content .slider-for .slick-slide img {
  height: 380px;
}

.mfp-content div.white-popup-block .tovarbuy {
  background: transparent;
  border: 0;
}

.mfp-content div.white-popup-block .tovar .forbuy {
  float: right;
}

.mfp-content div.white-popup-block .tovar .price {
  float: right;
  text-align: right;
}

.mfp-content div.white-popup-block a.buy {
  padding: 7px 10px 7px 45px;
  border: 0;
  margin-top: 2px;
}

.mfp-content div.white-popup-block a.rassroc {
  padding: 3px 10px 3px 31px;
  border: 0;
  clear: both;
}

.open-close-link {
  display: none;
}

.open-close3 {
  display: block;
  margin: 14px 0;
}

.open-close3 .opener {
  display: none;
  height: 44px;
}

.wrapper .open-close3 .js-slide-hidden {
  position: relative !important;
  left: 0 !important;
  top: 0 !important;
  display: block !important;
}

#msCart .table-footer {
  background: #fff;
}

#msCart .table-footer tr.footer {
}

#msCart .table .footer th.total {
  float: left;
  margin-left: 2%;
}

#msCart .table tr td.price b {
  font-weight: normal;
  color: #f47935;
}

.podbor {
  float: left;
  width: 90%;
  padding: 10px 3%;
  box-sizing: border-box;
  margin: 0 5% 0 5%;
  background: #fff;
  position: relative;
  z-index: 5;
  position: relative;
  z-index: 5;
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.05);
  transform: box-shadow .3s;
  border: 1px solid #fff;
  background: #e7e7e7;
  font-size: 16px;
  font-weight: 500;
  color: #666;
  text-align: left;
  justify-content: left;
  position: relative;
}

.open-close3 {
  margin-top: 0;
}

.open-close {
  display: block;
  float: left;
}

.open-close2 {
  overflow: visible;
}

.open-close .opener {
  display: none;
}

.open-close .js-slide-hidden {
  position: relative !important;
  left: initial !important;
  top: initial !important;
  display: block !important;
}

.open-close10 {
  overflow: visible;
  position: relative;
}

.open-close10 .opener {
  display: block;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  background: #bdc3c7;
  padding: 0 20px 0 10px;
  color: #000;
  font-size: 17px;
  width: 260px;
}

.open-close10 .opener:hover {
  text-decoration: none;
}

.open-close10 .opener i:before {
  width: 54px;
  height: 54px;
  margin-right: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.open-close10 .js-slide-hidden {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  display: none !important;
}

.open-close10 .slide {
  position: absolute;
  top: 55px;
  content: '';
  left: 0;
  width: 310px;
  background: #fff;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);
}

.open-close10-active {
}

.open-close10-active .slide {
  display: block !important;
}

.open-close10-active .js-slide-hidden {
  position: absolute !important;
  left: 0 !important;
  top: 55px !important;
  display: block !important;
}

.open-close2, .open-close1 {
  float: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 1%;
  height: 100px;
}

.footer .cont {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  height: 150px;
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.menues ul.tabset {
  display: none;
}

.js-tab-hidden#tab2-0 {
  display: block !important;
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.menues ul.navcat li a {
  height: 44px;
}

.section-filter {
  position: relative;
  z-index: 555;
}

.cat {
  margin-bottom: 25px;
}

.msFormSend {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}

.msFormCalculate {
  box-shadow: inset 0px 2px 1px 0 rgba(0, 0, 0, .1);
  float: left;
  width: 100%;
  background: #f2f3f4;
}

.forcol33 {
  float: left;
  width: 100%;
  font-size: 0;
  text-align: center;
  position: relative;
  z-index: 5;
}

.col33 {
  display: inline-block;
  vertical-align: top;
  width: 29.33333%;
  margin: 10px 2%;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  color: #4d4d4d;
}

.titleform {
  font-weight: bold;
  font-size: 15px;
}

.col33 ul {
  list-style-type: none;
  padding-left: 0;
}

.col33 ul li {
  list-style-type: none;
}

.forcol33 .control-group {
  border-bottom: 1px solid #e6e6e6;
}

.dopinform {
  width: auto;
  float: left;
  padding: 15px 30px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}

.dopinform a {
  font-size: 24px;
  font-weight: bold;
  color: #111;
  text-decoration: none;
}

.dopinform hr {
  background: #e6e6e6;
  border: 0;
  height: 1px;
  width: 100%;
}

.msForm .mainzag.komplekt span {
  padding: 10px 2%;
  font-size: 21px;
  font-weight: 400;
}

.content-infocontakt {
  float: left;
  width: 100%;
}

.content-mapa {
  overflow: hidden;
}

.content-mapa .block25kont {
  margin-bottom: 30px;
  margin-top: 10px;
}

.maincontacts {
  position: relative;
}

.block25kont {
  font-size: 15px;
  width: 30%;
  background: #fff;
  position: relative;
  z-index: 55;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.15);
  padding: 15px 30px;
}

.block75kont .mapa {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 1000px;
}

.content-mapa .formsend {
  float: right;
  background: #3cbbf7;
  border-radius: 30px;
  padding: 15px 25px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  margin: 10px 2% 20px 2%;
  text-decoration: none;
  width: auto;
  border: 0;
}

.content-mapa .formsend:hover {
  color: #fff;
  background: #f47935;
}

.forcont {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
}

.forcont ul li {
  margin: 5px 0;
}

.forcont ul li a {
  font-weight: bold;
  font-size: 17px;
  color: #111;
}

.forcont p {
  margin: 5px 0;
}

.forcont .mainzag span {
  padding: 10px 0;
}

.tovar-khar {
  float: left;
  width: 100%;
  background: #f2f3f5;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  padding: 15px 30px;
  font-size: 17px;
  font-weight: 300;
}

.tovar-khar p {
  margin-bottom: 7px;
}

.dopinform {
  padding-bottom: 40px;
}

.dopinform .titleform {
  margin-bottom: 7px;
}

.dopinform ul {
  float: left;
  width: 100%;
}

.dopinform ul li {
  float: left;
  width: 100%;
  margin: 0 0 7px 0;
}

.dopinform a {
}

.dopinform .uptolike ul li {
  float: none;
  width: auto;
}

.block100content .content-blog .popup-holder .content {
  max-height: 200px;
}

.block100content .content-blog .popup-holder.popup-active .content {
  max-height: initial;
}

.msForm-form .formsend {
  background: #3cbbf7;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  cursor: pointer;
}

.msForm-form .formsend:hover {
  background: #f37934;
}

.cat li .prbuy button.buy {
	font-size: 0;
}
.cat li .prbuy button.buy .icon-shopping-basket:before {
	font-size: 36px;
	margin-top: 0;
	color: #000;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

#cboxWrapper {
  max-width: none;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(images/overlay.png) repeat 0 0;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

#colorbox {
  outline: 0;
}

#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px 0;
}

#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px 0;
}

#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -101px -29px;
}

#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(images/controls.png) no-repeat -130px -29px;
}

#cboxMiddleLeft {
  width: 21px;
  background: url(images/controls.png) left top repeat-y;
}

#cboxMiddleRight {
  width: 21px;
  background: url(images/controls.png) right top repeat-y;
}

#cboxTopCenter {
  height: 21px;
  background: url(images/border.png) 0 0 repeat-x;
}

#cboxBottomCenter {
  height: 21px;
  background: url(images/border.png) 0 -29px repeat-x;
}

#cboxContent {
  background: #fff;
  overflow: hidden;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  margin-bottom: 28px;
}

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}

#cboxLoadingOverlay {
  background: url(images/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: -75px -25px;
}

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: -50px -25px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose:hover {
  background-position: -25px -25px;
}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}








.menues .open-close10 .opener .navcat {
	display: none;
}
.menues .open-close10 .opener:hover .navcat {
	display: none;
}
.menues .open-close10 .slide {
	position: absolute !important;
	top: 50px !important;
	content: '';
	left: 0 !important;
	display: none !important;
}
.menues .open-close10:hover .slide {
	display: block !important;
}





.menues .open-close10 .slide {
	display: initial !important;
}
.menues .open-close10:hover .slide {
	display: initial !important;
}

.menues .open-close10 .slide {
	opacity: 0;
	visibility: hidden;
	transition-property: opacity, visibility;
	transition-duration: .5s, .5s;
	transition-delay: .25s, .25s;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.menues .open-close10:hover .slide {
	opacity: 1;
	visibility: visible;
	transition-property: opacity, visibility;
	transition-duration: .5s, .5s;
	transition-delay: .25s, .25s;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}


  .responsive-header { display:none; }
  .responsive-header.slick-initialized { display: block; }



/*css/mstyle.css*/
@media screen and (max-width: 1400px) {
  .bigcat li {
    width: 33.33333%;
  }

  .content-tovar {
    padding: 0 10px;
  }

  .menues ul li a {padding:0 15px;}
	
}

@media screen and (max-width: 1280px) {
  .slick-prev {
    left: 5px;
  }

  .slick-next {
    right: 5px;
  }

}

@media screen and (max-width: 1220px) {
  .container, .responsive-header .slid, .vipm2, .mainmenu2 {
    width: 100%;
  }

  .minnav2 a {
    padding: 6px 7px;
  }

  .block25 .slider, .content-main .slider {
    width: 290px;
    float: none;
  }

  .block25 .slider .slides, .content-main .slides {
    height: 220px;
    overflow: hidden;
  }

  .block25 .slider .youtube, .content-main .slider .youtube {
    margin: 0 10px;
  }

  .block25 .slider .slides .slide iframe, .content-main .slider .slides .slide iframe {
    margin: 0 10px;
  }

  .catmin li {
    width: 23%;
    margin: 15px 1%;
  }

  .catfirst li {
    height: 230px;
    min-height: 230px;
  }

  .content {
    width: 98%;
    margin: 10px 1%;
  }

  .container .minzag {
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
  }

  .links {
    float: left;
    margin: 0 1%;
  }

  .links li a {
    width: 130px;
  }

  .headr {
    margin-right: 5px;
  }

  .menues .container {
    width: 100%;
  }

  .menues ul li a {
    padding: 0 10px;
  }

  .slider.container .slider0 {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .searchblock {
    margin: 0 3%;
  }

  .block1right {
    width: 100%;
    padding-left: 300px;
  }

  .slider0 .slick-slider {
    margin-bottom: 0;
  }

  .block60 {
    width: 58%;
    margin: 0 1%;
  }

  .block70 {
    width: 68%;
    margin: 0 2% 0 0;
  }

  .block41 {
    width: 41%;
    margin: 0;
    margin-left: 2%;
  }

  .f-right {
    margin-right: 60px;
  }

  .block695 {
    width: 66.5%;
    margin: 0 1.5% 0 0;
  }

  .searchblock {
    width: 200px;
  }

  .block56 {
    float: left;
    display: block;
    width: 56%;
    margin: 0 4% 0 0;
  }

}

@media screen and (max-width: 1120px) {
	.menues ul li a {font-size:14px;}
}

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

  .menues ul li a {font-size:17px;}

  .dopinform a {
    float: left;
    width: 100%;
  }

  .dopinform p b {
    display: none;
  }

  .col33 {
    width: 46%;
  }

  .js-tab-hidden#tab2-0 {
    display: block !important;
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
  }

  .menues ul.tabset {
    display: block;
  }

  .open-close10 .opener {
    font-size: 0;
    width: auto;
    padding: 0;
    border-radius: 25px;
  }

  .open-close10 .opener i:before {
    margin-right: 0;
  }

  .headinfo .container {
    height: 80px;
  }

  .menues .container {
    height: auto;
  }

  .bigcat li {
    width: 50%;
  }

  .block695 {
    width: 48.5%;
    margin: 0 1.5% 0 0;
  }

  .block32 {
    float: left;
    display: block;
    width: 48.5%;
    margin: 15px 0 0 1.5%;
  }

  .open-close1 {
    height: auto;
  }

  .menues .navcat {
    background: #fff;
  }

  .slider.container .slider0 {
    padding-left: 0;
    width: auto;
    display: block;
    margin: 0 auto;
    float: none;
    height: auto;
  }

  .slider .slick-slide img {
    width: auto;
  }

  .slider .slick-slider {
    margin-bottom: 0;
  }

  .headr {
    margin-right: 0;
  }

  .links {
    float: left;
    margin: 7px 2% 0;
  }

  .links li a {
    width: 200px;
  }

  .links {
    display: none;
  }

  .slide .links {
    display: block;
  }

  .entreg {
    display: none;
  }

  .slide .entreg {
    display: block;
    margin: 10px 5%;
    width: 90%;
  }

  .srav {
    display: none;
  }

  .links {
    width: 96%;
  }

  .links li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }

  #msCart .header {
    display: none;
  }

  .open-close, .open-close-link {
    display: block;
  }

  .open-close, .open-close-link {
    position: relative;
    z-index: 100;
    float: right;
  }

  .opener {
    display: block;
    width: 54px;
    height: 54px;
    background: #28a8e6;
    border-radius: 2px;
    padding: 5px;
  }

  .opener img {
  }

  .open-close .slide {
    position: absolute;
    top: 55px;
    content: '';
    right: 0;
    width: 240px;
    background: #28a8e6;
  }

  #header .open-close .lnk {
    height: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    margin: 0 auto;
    float: none;
  }

  #header .open-close .lnk .zak {
    display: block;
  }

  #header .open-close .adress {
    display: block;
    height: auto;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
  }

  #header .open-close .adress .icon-map-pin-marked {
    color: #28a8e6;
  }

  .searchblock {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 19px 3% 0;
  }

  .open-close .search {
    display: block;
    width: 90%;
    margin: 10px 5%;
  }

  .headr .callback {
    display: none;
  }

  .open-close .callback {
    display: block;
    width: auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    background: url(../images/callback.png) 5px center no-repeat #2980b9;
    padding-left: 50px;
    padding-right: 15px;
    border-radius: 5px;
    float: left;
    margin: 0;
  }

  .open-close .headr {
    float: left;
    margin: 10px 5%;
  }

  .open-close, .open-close-link {
    display: block;
    margin: 14px 10px;
  }

  .open-close.active {
    z-index: 555;
  }

  .headinfo {
    float: left;
  }

  .header {
    float: left;
  }

  .headinfo .open-close .headr {
    width: 90%;
  }

  .headinfo .open-close .callback {
    width: 200px;
    float: none;
    margin: 0 auto;
  }

  .open-close, .open-close-link {
    overflow: hidden;
    border-radius: 27px;
  }

  .open-close-link {
    overflow: visible;
  }

  .open-close.active {
    overflow: visible;
  }

  .open-close.active .opener:after {
    position: fixed;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: -1;
  }

  .open-close .opener:hover {
    background: #2980b9;
  }

  .open-close.active .opener:hover {
    background: #f37934;
  }

  .open-close3 {
    position: relative;
    width: 100%;
    margin: 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 55555;
    padding-bottom: 50px;
  }

  .open-close3 .slide {
    position: relative;
    width: 100%;
    top: 0;
    border-radius: 0;
    background: #fff;
  }

  .open-close3.active .opener:after {
    display: none;
  }

  .open-close3 .opener {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    width: 300px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 55555555;
    background: #2980b9;
  }

  .open-close3 .opener:hover {
    text-decoration: none;
    background: #f37934;
  }

  .open-close3.active .opener {
    background: #f37934;
  }

  .open-close3.active .opener:hover {
    background: #f37934;
  }

  .open-close3.active {
    background: #fff;
  }

  .content-filter {
    position: relative;
  }
/*
  .open-close2 {
    display: none;
  }
*/
  .block2-razd {
    display: none;
  }

  .tilelist {
    display: none;
  }

  .slicknav_btn.slicknav_open {
    margin: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    content: '';
    left: 0;
    right: 0;
    border-radius: 0;
    padding: 0;
    clear: both;
    display: block;
    z-index: -1;
    background: rgba(0, 0, 0, .5);
  }

  .slicknav_nav.opened {
    display: block;
    position: fixed;
    z-index: 999;
    width: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
    border-right: 1px solid #cccccc;
    background: url(../images/bg-vert2.png) right top no-repeat #eee;
    height: auto;
    max-height: 100vh;
    height: 100vh;
    background: url(../images/bg-lm-m.png) left bottom no-repeat #28a8e6;
  }

  .slicknav_menu .slicknav_open .slicknav_icon {
    left: 350px;
    width: 40px;
    height: 40px;
    background: #28a8e6;
    position: relative;
    padding-left: 11px;
    padding-top: 19px;
    border-radius: 2px;
    margin-left: 5px;
    margin-top: 5px;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar {
    display: none;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:first-child {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    display: block;
  }

  .slicknav_menu .slicknav_open .slicknav_icon-bar:last-child {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: block;
    margin-top: -2px;
  }

  .bodyend {
    overflow: hidden;
    padding-right: 17px;
  }

  .minnavmenu {
    display: none;
  }

  .mainmenu {
    display: none;
  }

  .slicknav_menu {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    width: auto;
    background: none;
    border-bottom: 0;
  }

  .slicknav_btn {
    margin-top: 14px;
    padding: 20px;
  }

  #header .logo {
    margin-left: 15%;
    width: auto;
    margin-right: 0;
  }

  .footer .adress {
    display: none;
  }

  .headinfo {
    height: auto;
  }

  .headr {
    margin: 10px 5% 0 0;
  }

  #footer .logo {
    width: auto;
    margin-right: 15px;
  }

  .block75 {
    width: 100%;
    margin: 0;
  }

  .block25 {
    width: 100%;
    margin: 0;
  }

  .block25 .form {
    width: 50%;
    margin: 0 25%;
  }

  .news li {
    width: 46%;
    margin: 15px 2%;
  }

  .news.blog li {
    width: 31.33%;
    margin: 15px 1%;
  }

  .cat li {
    width: 31.33%;
    margin: 15px 1%;
  }

  .bigcat li {
    margin: 0;
    width: 50%;
  }

  .catbrandmin li {
    width: 31.33%;
    margin: 5px 1%;
  }

  .block1 .cat li {
    margin: 15px 1%;
  }

  .block2 {
    width: 50%;
    margin: 0 25%;
  }

  .block1 {
    width: 100%;
  }

  .block2-blog {
    display: none;
  }

  .blog-main .blog li {
    width: 30.33%;
    margin: 15px 1.5%;
  }

  .responsive li {
    margin: 15px 12px;
  }

  .msForm .row {
    width: 100%;
  }

  .sertif {
    width: 70%;
    margin: 0 15%;
  }

  .block25 .slider {
  }

  .block25 .vspom {
    width: 53%;
    margin: 0 2%;
  }

  .block41 {
    width: 41%;
    margin: 0;
    margin-left: 0;
    margin-right: 2%;
  }

  .tovarkhar {
    width: 41%;
    margin: 0;
    margin-left: 0;
    margin-right: 2%;
  }

  .block25 .slider, .content-main .slider {
    width: 340px;
  }

  .block25 .slider .youtube, .content-main .slider .youtube {
    margin: 0 35px;
  }

  .block25 .slider .slides .slide iframe, .content-main .slider .slides .slide iframe {
    margin: 0 35px;
  }

  .test-form-content .slider-for .slick-slide img {
    height: 300px;
  }

  .mfp-content div.white-popup-block .slider-nav .slick-slide img {
    height: 50px;
  }

  .mfp-content div.white-popup-block .slider-nav a {
    height: 50px !important;
  }

  .slicknav_nav li.minn a img {
    display: none;
  }

  .catfirst li {
    height: auto;
    min-height: 230px;
  }

  .catfirst li .links {
    display: block;
    border-radius: 5px;
  }

  .wrapper .open-close3 .js-slide-hidden {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    display: block !important;
  }

  .tovar .buy {
    width: 106px;
  }

  .tovar .rassroc {
    width: 106px;
  }

  .block60 .tovar .buy {
    width: 116px;
  }

  .block60 .tovar .rassroc {
    width: 116px;
    font-size: 13px;
  }

  .catfirst li a.zag {
    min-height: auto;
  }

  h1 {
    margin: 5px 0 0 0;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .breadh h1 {
  }

  .w100 h1 {
    width: 100%;
  }

  .content-main {
    margin-top: 0;
  }

  #msCart .table tr td.price b {
    font-weight: normal !important;
    white-space: pre;
    white-space: nowrap;
  }

  .sort a {
    display: inline-block;
    vertical-align: top;
    float: none;
    padding: 5px 8px;
  }

  .divimg .price {
    padding: 10px;
  }

  .block1right {
    padding-left: 0;
    width: auto;
    display: block;
    margin: 0 auto;
    float: none;
    height: auto;
  }

  .slider0 .slick-slider {
    margin-bottom: 15px;
  }

  .slicknav_menu .img {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
    margin-right: 5px;
    overflow: hidden;
  }

  .phslid {
    margin-bottom: 0;
  }

  .podbor {
    display: none;
  }

  .tovar .cmtcpr {
    width: 46%;
    padding: 11px 0;
    margin: 15px 4% 0 0;
  }

  .tovar .dopoln {
    width: 46%;
    margin: 15px 0 0 4%;
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f2f2f2;
  }

  .open-close .opener {
    display: block;
  }

  .open-close .js-slide-hidden {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    display: block !important;
  }

  .menues {
    position: absolute;
    top: 0;
    content: '';
    left: 0;
    z-index: 300;
    width: auto;
    background: transparent;
    height: auto;
  }

  .open-close10 .slide {
    top: 80px;
  }

  .open-close1 .slide {
    top: 80px;
  }

  .menues .nav2 ul {
    margin-left: 0;
    width: 100%;
    display: block;
  }

  .menues .nav2 ul li {
    width: 100%;
    border-bottom: 1px solid #eef0f1;
  }

  .menues .nav2 ul li:last-child {
    border: 0;
  }

  .responsive-header .slick-prev {
    left: 40px;
  }

  .menues ul.tabset {
    width: 100%;
    background: #0055a7;
  }

  .menues ul.tabset li {
    width: 50%;
  }

  .menues ul.tabset li .active {
    background: #f47935;
  }

  .menues .navcat li:hover ul {
    display: none;
  }

  .menues .navcat li a:before {
    display: none;
  }

  .menues .nav2 ul li a {
    text-align: left;
    justify-content: left;
  }

  .open-close1 .slide {
    background: #fff;
    width: 330px;
    padding: 10px;
    right: auto;
    left: 0;
  }

  .open-close1 .slide .cont {
    width: auto;
  }

  .open-close1 .opener {
    border-radius: 27px;
  }

  .open-close1 .opener {
    font-size: 0;
    color: transparent;
    padding: 0;
  }

  .open-close10 .opener {
    height: 54px;
    border-radius: 27px;
    overflow: hidden;
  }

  .open-close10.active .opener i:before {
    background: url(../images/burger-menu.png) left center no-repeat #f47935;
  }

  .f-left {
    display: none;
  }

  .footer .logo a.logofoot {
    margin: 0;
  }

  #header .open-close .lnkask {
    width: 100%;
  }

  #header .open-close .lnkask .zak {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  #header {
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  }

  #top {
    display: none !important;
  }

  .open-close3 {
    margin: 0;
    padding-bottom: 0;
  }

  .open-close3 .slide {
    overflow-y: scroll;
    height: 100vh;
    padding-bottom: 60px;
    padding-top: 10px;
  }

  .open-close3 .slide .slide {
    overflow: initial;
    height: auto;
    padding: 0;
  }

  .open-close3 .opener {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-radius: 0;
  }

  .bl33 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0 2%;
  }

  .block75kont .mapa {
    position: relative;
    height: 400px;
  }

  .block94 {
    float: left;
    display: block;
    width: 94%;
    margin: 0 3%;
  }

  .bg-vawes {
    animation: none;
    -webkit-animation: none;
  }

  .inhale.animate {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
  }

  .menues ul li a:hover, .menues .nav2 ul li a:hover, .menues .navcat li a:hover, .cat li .prbuy .buy:hover, .tovar .buy:hover, .fastlinks .calcs:hover, .fastlinks .prices:hover, .fastlinks .works:hover, .seemore:hover {
    background: #3cbbf7;
    background-image: none;
    background-position: 0 -50%;
  }

  .menues.fixed {
  	z-index: 2000;
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: auto;
  	z-index: 2000;
  }

  iframe {
  	max-width: 100%;
  }

  .menues .open-close10 .slide {
  	top: 80px !important;
  }

  .menues .open-close10 .slide {
  	display: none !important;
  }
  .menues .open-close10.active .slide {
  	display: block !important;
  }

  .menues .open-close10 .slide {
  	opacity: 1;
  	visibility: visible;
  	transition-property: opacity, visibility;
  	transition-duration: .5s, .5s;
  	transition-delay: .25s, .25s;
  	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  	-webkit-backface-visibility: hidden;
  	backface-visibility: hidden;
  }
  /*
  .open-close2 .opener {
    display: none !important;
  }

  .open-close2 .js-slide-hidden {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    display: block !important;
  }
  */
  .open-close2 {
    height: initial;
  }

  .open-close2 .opener {
    padding: 0;
    color: transparent;
    height: 54px;
    width: 54px;
    border-radius: 27px;
  }

  .open-close2.active .opener {
    padding: 0;
    color: transparent;
  }

  .icon-loupe-m {
    height: 54px;
    width: 54px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .icon-loupe-m:after {
    content: "\e90a";
    font-size: 30px;
    color: #fff;
  }

  .searchblock {
    padding-top: 0;
  }

  .open-close2 .slide {
    top: 80px;
  }

}

@media screen and (max-width: 900px) {
  .slider .slick-slide img {
    width: 100%;
  }

}

@media screen and (max-width: 850px) {
  .block40 {
    width: 94%;
    margin: 0 3%;
  }

  .block60 {
    width: 94%;
    margin: 0 3%;
  }

  .content-blog .popup-holder .content {
    max-height: 300px;
  }

  .block30 {
    float: none;
    display: block;
    width: 40%;
    margin: 0 auto;
  }

  .content-blog .popup-holder2 .content {
    max-height: 200px;
  }

  .block40 .dopinform {
    width: 100%;
  }

}

@media screen and (max-width: 800px) {
  .cat li {
    width: 48%;
    margin: 15px 1%;
  }

  .catbrandmin li {
    width: 48%;
    margin: 5px 1%;
  }

  .block1 .cat li {
    width: 48%;
    margin: 15px 1%;
  }

  .block1 .catrow li {
    width: 98%;
    margin: 15px 1%;
  }

  .blog li {
    width: 48%;
    margin: 15px 1%;
  }

  .blog-main .blog li {
    width: 48%;
    margin: 15px 1%;
  }

  .responsive li {
    margin: 15px 12px;
  }

  #footer .logo {
    display: none;
  }

  .f-left {
    margin-left: 10px;
  }

  .select-area .checkbox {
    margin: 5px 20px 5px 10px;
  }

  .block25 .vspom {
    width: 94%;
    margin: 0 3% 15px;
  }

  .tovarkhar {
    width: 94%;
    margin: 0 3%;
  }

  .block25 .slider {
    display: block;
    float: none;
  }

  .prefoot li {
    width: 48%;
    margin: 15px 1%;
  }

  .block33 {
    width: 50%;
    margin: 0 25%;
  }

  .block66 {
    width: 97%;
    margin: 0 1.5%;
  }

  .block30 {
    float: none;
    display: block;
    width: 45%;
    margin: 0 auto;
  }

  #header .logo a.logohead {
    display: block;
    width: 75px;
    height: 25px;
    margin: 18px auto;
    background: url(../images/batiskaf_logo_blue.png) center no-repeat;
  }

  #header .logo a.logoheadUA {
    display: block;
    width: 75px;
    height: 25px;
    margin: 18px auto;
   /* background: url(../images/logo-foot2UA.png) center no-repeat;*/
    background: url(../images/batiskaf_logo_blue.png) center no-repeat;
  }

  .bigcat li {
    margin: 0;
    width: 50%;
  }

  .footer .cont {
    padding-left: 15px;
  }

}

@media screen and (max-width: 700px) {
  .block50 {
    width: 100%;
  }

  .block50 .mainzag {
    width: 100%;
  }

  .news li {
    width: 96%;
    margin: 15px 2%;
  }

  .bl50l {
    width: 96%;
    margin: 0 2%;
  }

  .bl50r {
    width: 96%;
    margin: 0 2%;
  }

  .brandi li a {
    text-align: center;
  }

  .well table tbody tr td {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    min-height: 80px;
  }

  #msCart th.image, #msCart td.image {
    display: none;
  }

  #msCart .header {
    display: none;
  }

  .quantity input {
    width: 60px;
  }

  #msCart td.price span {
    font-size: 17px;
  }

  #msCart td.price .old_price {
    font-size: 13px;
  }

  .quantity {
    margin: 0 5px;
  }

  .slider-for .slick-slide img {
    height: 300px;
  }

  .well .costs.costs2 {
    margin-top: 10px;
  }

  .well table tbody tr td {
    min-height: 60px;
  }

  .well table tbody tr td.orange {
    min-height: 80px;
  }

  .well .buy {
    float: right;
  }

  .well table tbody tr {
    width: 90%;
    margin: 70px 5%;
  }

  .f-left {
    display: none;
  }

  .block30 {
    float: none;
    display: block;
    width: 50%;
    margin: 0 auto;
  }

  .bigcat li {
    margin: 0;
    width: 100%;
  }

  .slider0 {
    display: none;
  }

  .bigcat li {
    min-height: 140px;
  }

  .bigcat li .prbuy .buy {
    margin: 0 10px 0 0;
  }

  .bigcat li .prbuy {
    min-height: 85px;
    position: relative;
    z-index: 1;
    background: transparent;
  }

  .cat li .price {
    position: relative;
    z-index: 1;
  }

  .bigcat li .prbuy .buy {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 5;
    background: #fff;
  }

  .dopinform {
    width: 100%;
  }

}

@media screen and (max-width: 600px) {
  .f-left {
    display: none;
  }

  .catrow li .img {
    width: 50%;
    margin: 0 25%;
  }

  .catrow li .text, .catrow li .prbuy {
    width: 40%;
    margin: 5px 5%;
  }

  #msCart .table th .continue {
    display: none;
  }

  #msCart .table th.total:first-child {
    display: none;
  }

  .table-striped tbody tr.footer {
    background: #f2f2f2;
    display: block;
    float: left;
  }

  .prefoot li {
    width: 80%;
    margin: 15px 10%;
  }
/*
  .searchblock {
    display: none;
  }
*/
  .block30 {
    float: none;
    display: block;
    width: 60%;
    margin: 0 auto;
  }

  .tovar .cmtcpr {
    width: 100%;
    padding: 10px 0;
    margin: 15px 0 0 0;
  }

  .tovar .dopoln {
    width: 100%;
    margin: 0;
    border: 0;
  }

  .well table tbody tr td.orange {
    width: 100%;
    min-height: auto;
  }

  .well .buy {
    width: 100%;
  }

  .open-close1 .slide {
    left: -138px;
  }

  .col33 {
    width: 96%;
  }

  .block25kont .form {
    width: 100%;
    margin: 0;
  }

}

@media screen and (max-width: 550px) {
  .block2 {
    width: 96%;
    margin: 0 2%;
  }

  .test-form-content .slider-for .slick-slide img {
    height: 200px;
  }

  .test-form-content .slider-nav {
    max-height: 200px;
  }

  #header .logo {
    margin-left: 20%;
  }

  .block33 {
    width: 70%;
    margin: 0 15%;
  }

}

@media screen and (max-width: 500px) {
  .blog li {
    width: 98%;
    margin: 15px 1%;
  }

  .blog-main .blog li {
    width: 98%;
    margin: 15px 1%;
  }

  .cat li {
    width: 98%;
    margin: 15px 1%;
  }

  .catbrandmin li {
    width: 98%;
    margin: 5px 1%;
  }

  .block1 .cat li {
    width: 98%;
    margin: 15px 1%;
  }

  .responsive-header .slid .textimg {
    font-size: 17px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .responsive-header .slid .textimg .text div {
    font-size: 26px;
  }

  .responsive li {
    margin: 15px 12px;
  }

  .tovar .tovcol {
    float: left;
    width: auto;
  }

  .tovar .tovcol:last-child {
    float: right;
  }

  .tovar .tovcol:first-child {
    float: left;
    width: 100%;
  }

  .tovar .forbuy {
  }

  .forbuy .rassroc {
    clear: both;
  }

  .slider-for .slick-slide img {
    height: 200px;
  }

  .block60 .tovar.tovarbuy .tovcol:last-child {
    float: left;
  }

  .tovar.tovarbuy .price {
    width: auto;
    margin-right: 20px;
  }

  .tovar.tovarbuy .text {
    float: left;
  }

  .tovar.tovarbuy .text .nalotz {
    margin-top: 14px;
    width: auto;
  }

  .tovar.tovarbuy .text .code {
    width: auto;
    clear: both;
  }

  .tovar.tovarbuy .forbuy {
    width: 100%;
  }

  .tovar.tovarbuy .buy {
    float: left;
  }

  .mfp-content div.white-popup-block a.buy {
    float: right;
  }

  .mfp-content .tovar.tovarbuy .forbuy {
    width: auto;
  }

  .mfp-content div.white-popup-block .tovar .price {
    float: left;
    margin-right: 0;
  }

  .tovar.tovarbuy .rassroc {
    float: left;
  }

  .block60 .tovar.tovarbuy .price {
    width: auto;
    margin-right: 20px;
  }

  .block60 .tovar.tovarbuy .text {
    float: left;
    margin-right: 20px;
  }

  .block60 .tovar.tovarbuy .text .nalotz {
    margin-top: 5px;
    width: 100%;
  }

  .block60 .tovar.tovarbuy .text .code {
    width: 100%;
    clear: both;
  }

  .block60 .tovar.tovarbuy .forbuy {
    width: auto;
  }

  .block60 .tovar.tovarbuy .buy {
    float: left;
  }

  .block60 .tovar.tovarbuy .rassroc {
    float: left;
  }

  .headr {
    position: absolute;
    top: 0;
    content: '';
    right: 0;
    z-index: 55;
    margin-top: 0;
  }

  .youtube-blog .youtube {
    width: 100% !important;
  }

  .youtube-blog .youtube iframe {
    width: 100% !important;
  }

  .block40 .blog li {
    width: 98%;
  }

  .timework {
    display: none;
  }

  .block30 {
    float: none;
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .content img {
    max-width: 48%;
  }

  .open-close1 .slide {
    left: initial;
    width: 240px;
    right: -50px;
  }

  .headinfo .cont li {
    margin: 10px 0;
    text-align: center;
    justify-content: center;
  }

  .headinfo .cont li:nth-child(2) {
    flex-direction: column;
  }

  .headinfo .cont li img {
    display: none;
  }

  .headinfo .cont li i {
    display: none;
  }

  .bigcat li {
    margin: 0;
    width: 100%;
  }

}

@media screen and (max-width: 450px) {
  .bl50l {
    width: 96%;
    margin: 0 2%;
  }

  .bl50r {
    width: 96%;
    margin: 0 2%;
  }

  .open-close2 .slide {
    right: -60px;
  }

  .headr {
    float: right;
    width: 100%;
    display: block;
  }

  .open-close4 .slide {
    right: -105px;
  }

  .open-close10 .slide {
    min-width: 100%;
  }

}

@media screen and (max-width: 400px) {
  .slider0 {
    display: none;
  }

  .slicknav_nav.opened {
    width: calc(100% - 50px);
  }

  .slicknav_menu .slicknav_open .slicknav_icon {
    left: auto;
    right: 0;
    float: right;
  }

  .catrow li .img {
    width: 100%;
    margin: 0;
  }

  .catrow li .text {
    width: 90%;
    margin: 5px 5%;
  }

  .catrow li .prbuy {
    width: 100%;
    padding: 5px 5%;
    margin: 0;
    height: auto;
  }

  .catrow li .price {
    float: left;
    width: 50%;
    text-align: left;
  }

  .catrow li .price span {
    text-align: left;
    float: left;
  }

  .well table tbody tr td {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    min-height: auto;
  }

  #msCart .footer .total {
    width: 100%;
  }

  .test-form-content .slider-for {
    width: 100%;
  }

  .test-form-content .slider-nav {
    width: 100%;
  }

  .well table tbody tr td {
    padding: 5px 10px;
  }

  .well table tbody tr td.orange {
    min-height: 60px;
    padding: 10px;
  }

  .well .costs.costs2 {
    margin-top: 0;
  }

  .prefoot li {
    width: 98%;
    margin: 15px 1%;
  }

  .block39 {
    position: relative;
    overflow: hidden;
  }

  .block25 .slider {
    min-width: 100%;
  }

  .block25 .slider .next {
    right: auto;
    left: 0;
    margin-top: 0;
    top: auto;
    bottom: 0;
  }

  .block25 .slider .prev {
    top: 0;
    margin-top: 0;
  }

  .block25 .slider iframe {
    width: 100% !important;
  }

  .block33 {
    width: 97%;
    margin: 0 1.5%;
  }

  .well.redakt {
    padding: 10px 1%;
    margin-bottom: 0;
  }

  .content .ulred {
    padding-left: 0;
  }

  .content .ulred span {
    margin: 0 5px;
  }

  .open-close, .open-close-link {
    margin: 14px 1px;
  }

  .lnk li a {
    width: 50px;
  }

  #header .open-close .lnk li a {
    width: 76px;
  }

  .slider0 .slick-slider {
    display: none;
  }

  .block1right {
    float: left;
  }

  .block25 .slider, .content-main .slider {
    width: 310px;
  }

  .block25 .slider .youtube, .content-main .slider .youtube {
    margin: 0 20px;
  }

  .block25 .slider .slides .slide iframe, .content-main .slider .slides .slide iframe {
    margin: 0 20px;
  }

  .bigcat li .img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 20px 10px;
  }

  .bigcat li .text {
    margin-top: 10px;
  }

  .fastlinks .calcs, .fastlinks .prices, .fastlinks .works {
    width: 220px;
  }

  .fastlinks .fast-calc .calcs {
    margin-left: -110px;
  }

  .footer .cont {
    font-size: 13px;
  }

  .footer .cont li a {
    font-size: 13px;
  }

  .open-close10 {
    margin: 14px 10px;
  }

  #header .logo {
    margin-left: 20%;
  }

  .open-close3 {
    margin: 0;
  }

  #msCart td.remove .btn {
    padding: 5px;
  }

  #header .logo a {
    width: 60px;
    height: 28px;
    -webkit-background-size: cover;
    background-size: cover;
  }

}

@media screen and (max-width: 350px) {
  .content img {
    width: 96% !important;
    margin: 3px 3% !important;
  }

  .headr {
    margin-right: 5px;
  }

  .headr .basket {
    margin-left: 5px;
  }

  .mainzag span, .menuzag span, .minizag span {
    width: 240px;
  }

  .block25 .slider, .content-main .slider {
    width: 270px;
  }

  .block25 .slider .youtube, .content-main .slider .youtube {
    margin: 0;
  }

  .block25 .slider .slides .slide iframe, .content-main .slider .slides .slide iframe {
    margin: 0;
  }

}

@media screen and (max-width: 300px) {
  .mfp-content label {
    min-width: auto;
  }

  .content .ulred li {
    width: 100%;
    margin: 3px 0;
  }

  .content .ulred span {
    display: none;
  }

}

#garland{position:absolute;top:0;left:0;background-image:url('/files/garland.png');height:36px;width:100%;overflow:hidden;z-index:99}
#nums_1{padding:100px}
.garland_1{background-position: 0 0}
.garland_2{background-position: 0 -36px}
.garland_3{background-position: 0 -72px}
.garland_4{background-position: 0 -108px}


.lang{margin:0px;border-radius:0}
.lang li{margin: 5px 7px;height:100%;}
.lang li a {height:100%;font-size: 1px;padding: 2px; 10px;color:#fff;border-radius:5px;cursor: pointer;}
.lang li.active a {background: #F37935;color: #ffffff;}
.lang li.active a:hover {background: #F37935;color: #ffffff;cursor:pointer}
.lang li a {height: 100%;font-size: 15px;padding: 2px;color: #0056A7;border-radius: 5px;border-radius: 3px;}
.lang li a:hover {cursor: pointer;}

/*.jGrowl-closer {display: none!important;}*/

.jGrowl{z-index:9999;color:#fff;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;position:fixed}
.jGrowl.top-left{left:0;top:0}
.jGrowl.top-right{right:0;top:0}
.jGrowl.bottom-left{left:0;bottom:0}
.jGrowl.bottom-right{right:0;bottom:0}
.jGrowl.center{top:0;width:50%;left:25%}
.jGrowl.center .jGrowl-closer,.jGrowl.center .jGrowl-notification{margin-left:auto;margin-right:auto}
.jGrowl-notification{background-color:brown;opacity:.9;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));zoom:1;width:250px;padding:10px;margin:10px;text-align:left;display:none;border-radius:5px;min-height:40px}
.jGrowl-notification .ui-state-highlight,.jGrowl-notification .ui-widget-content .ui-state-highlight,.jGrowl-notification .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}
.jGrowl-notification .jGrowl-header{font-weight:700;font-size:.85em}
.jGrowl-notification .jGrowl-close{background-color:transparent;color:inherit;border:none;z-index:99;float:right;font-weight:700;font-size:1em;cursor:pointer}
.jGrowl-closer{background-color:#000;opacity:.9;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=(0.9*100));zoom:1;width:250px;padding:10px;margin:10px;display:none;border-radius:5px;padding-top:4px;padding-bottom:4px;cursor:pointer;font-size:.9em;font-weight:700;text-align:center}
.jGrowl-closer .ui-state-highlight,.jGrowl-closer .ui-widget-content .ui-state-highlight,.jGrowl-closer .ui-widget-header .ui-state-highlight{border:1px solid #000;background:#000;color:#fff}@media print{.jGrowl{display:none}}
.ajax_form .error {color: brown;border: 1px solid brown!important;}