html, body {
    height: 100%;
}
body.lightbox_container {
  min-height: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

body{
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
}
 a, span, p, h1, h2, h3, h4 {
  font-family: 'PT Sans', sans-serif;
}

.clear {display: block; width: 100%; clear: both;}

select {
  border: 1px solid;
  border-color: #ECECEC;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  outline: none;
  padding: 10px 0px;
  text-indent: 6px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #6B6B6B;
}

input[type='text'], input[type='password'], input[type='email'] {
  border: 1px solid;
  border-color: #ECECEC;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;#catalogMenu #catalogMenu_items span
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  outline: none;
  padding: 10px 0px;
  text-indent: 6px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #6B6B6B;
}
textarea {
  border: 1px solid;
  border-color: #ECECEC;
  width: 100%;
  background: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  outline: none;
  padding: 10px 0px;
  text-indent: 6px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  color: #6B6B6B;
}

.btn, button, input[type='submit'], input[type='reset'] {
    text-decoration: none;
    border: none;
    min-width: 100px;
    text-align: center;
    height: 36px;
    /*line-height: 36px;*/
    cursor: pointer;
    display: inline-block;
}

.cursor, .cursor > * {
  cursor: pointer;
}

#top_menu {
 width: 100%;
 position: fixed;
 top: 0;
 z-index: 991;
}
.menu_icon {
  vertical-align: text-bottom;
  margin-right: 10px;
}

#loading {
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000;
  text-align: center;
  top: 0;
  left: 0;
  border: none;
  background: url(/bitrix/js/main/core/images/wait.gif) 10px 50% no-repeat scroll rgba(255, 255, 255, 0.48);
  background-position: 50% 50%;
  display: none;
}

#wrapper {
  height: auto;
  /*min-height: 100%; */
}
#content {
    overflow:auto;
    padding-bottom: 130px;
    position: relative;
    top: 110px;
    padding-top: 12px;
}
body.lightbox_container #content {
  min-height: 100vh;
}


/*footer {
 height: 330px;
 margin-top: -280px;
 padding: 0;
 clear: both;
}     */

#footer_top {
 height: 210px;
 background: #212A3D url('images/footer_top_bkg.png') repeat;
 background-attachment: fixed;
 -webkit-box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.35);
         box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.35);
}
#footer_bottom {
height: 120px;
display: -webkit-flex;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-align-content: flex-start;
-ms-flex-line-pack: start;
align-content: flex-start;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}

@media (max-width: 767px) {
 footer {
   min-height: 335px;
   height: auto;
   margin-top: -335px;
 }
 #content {
 padding-bottom: 335px;
 }
 #footer_top {
  min-height: 255px;
  height: auto;
  padding-bottom: 15px;
 }

#footer_bottom {
 min-height: 60px;
 padding-top: 20px;
 height: auto;
 padding-bottom: 10px;
}

}


#footer_bottom span {
 font-size: 12px;
}


footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li a{
 color: #fff;
 text-decoration: none !important;
}
.margin-top-25 {
 margin-top: 25px;
}
.margin-top-10 {
 display: block;
 margin-top: 10px;
}

.social_buttons {
  margin-top: 10px !important;
}

.bottom_logo {
  /*margin: 25px 0 20px 0;*/
}

#top_block {
 margin-top: 25px;
 position: fixed;
 top: 50px;
 z-index: 991;
 background-color: #fff;
}


.item_icon {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    float: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-right: 13px;
}
.item_text {
  float: left;
}
.item_text p {
    margin: 0 0 5px 0;
    line-height: 1;
}
.item_text p.gray {
  color: #90949f;
  font-size: 16px;
}

.search_form input[type='text']{
  border: 1px solid #e2e2e2;
  width: 100%;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  outline: none;
  padding: 14px 0px;
  text-indent: 10px;
  float: left;
  position: relative;
  z-index: 1;
}
.search_form input[type='submit'], .search_form button{
    width: 57px !important;
    min-width: 57px !important;
    height: 45px;
    border: none;
    background-image: url('images/icon_search.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #008dd2;
    position: absolute;
    margin: 0px 0 0 -57px;
    z-index: 2;
    cursor: pointer;
    outline: none;
    /*border: 1px solid #e2e2e2;
    border-left: none;
    border-right: none;*/
}
.search_form input[type='submit']:hover, .search_form button:hover{
  background-color: #047CB7 !important;
}



.catalog_button {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 10px 13px;
}
.catalog_button > img {
  vertical-align: text-bottom;
  margin-right: 10px;
}

.uk-slidenav-position .uk-slidenav-previous {
  left: 0;
}
.uk-slidenav-position .uk-slidenav-next {
  right: 0 !important;
}
.uk-slidenav-previous:before, .uk-slidenav-next:before {
    font-size: 24pt;
    color: #fff;
}
.uk-dotnav {
  margin-left: 20px;
}
.uk-dotnav>* {
  padding-left: 5px;
}
.uk-dotnav>*>* {
    width: 10px;
    height: 10px;
    margin: 1px;
}

#slider_bottom_block .basket_menu_item .item_text {
  width: 145px;
  margin-top: 10px;
  font-size: 14px;
}
@media (max-width: 768px) {#slider_bottom_block .basket_menu_item .item_text { max-width: 315px; width: auto;}}

.drop-shadow {
 width: 96%;
 height: 9px;
 /*margin: -17px auto 17px auto;*/
 margin: -17px auto 35px auto;
 -webkit-box-shadow: 0 4px 16px -6px rgba(0, 0, 0, 0.23);
 box-shadow: 0 4px 16px -6px rgba(0, 0, 0, 0.23);
}

.mobile_catalog_menu {display: none;}

.quantity_block {
  min-width: 107px;
  width: auto;
  display: inline-block;
  font-size: 0;
}
.quantity_block a {
    padding: 0px;
    width: 33px;
    height: 32px;
    margin: 0px !important;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    font-size: 11pt;
    line-height: 34px;
    border: 1px solid #e0e1e2;
    background-color: #fff;
}
.quantity_block a:hover {
  background-color: #e0e1e2;
}

.quantity_block a:first-child {
    -webkit-border-radius: 4px 0px 0px 4px;
            border-radius: 4px 0px 0px 4px;
    border-right: none;
}
.quantity_block a:last-child {
    -webkit-border-radius: 0px 4px 4px 0px;
            border-radius: 0px 4px 4px 0px;
    border-left: none;
}
.quantity_block input[type='text'] {
    outline: none;
    -webkit-border-radius: 0;
            border-radius: 0;
    height: 32px;
    width: 37px;
    text-align: center;
    border: 1px solid #e0e1e2;
    -webkit-box-shadow: none;
            box-shadow: none;
    vertical-align: top;
    padding: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    text-indent: 0;
}

input[type=checkbox] {
display: inline-block;
    height: 20px;
    width: 20px;
    border: 1px solid #ECECEC;
    overflow: hidden;
    /* margin-top: -6px; */
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    background: #fff;
      cursor: pointer;
}
input[type=radio] {
display: inline-block;
    height: 18px;
    width: 18px;
    border: 1px solid #ECECEC;
    overflow: hidden;
    /* margin-top: -6px; */
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: 0 0;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background: #fff;
      cursor: pointer;
}
input[type=checkbox]:checked, input[type=checkbox]:indeterminate, input[type=radio]:checked  {
  background: #008ED2;
  text-align: center;
}

input[type=checkbox]:checked:before, input[type=checkbox]:indeterminate:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 14px;
    color: #fff;
    margin: 1px 2px;
    display: inline-block;
}
input[type=radio]:checked:before {
    content: " ";
    display: inline-block;
    width: 50%;
    height: 50%;
    background: #eee;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    margin: 4px 0;
}



.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    margin: 0 !important;
    position: absolute;
}

.jspVerticalBar {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    z-index: 3;
    -webkit-border-radius: 2px;
            border-radius: 2px;
}

.jspDrag {
    background: #E21E22;
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.jspTrack {
    background: #E3E3E3;
    height: 570px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
}



.discount_label {
    background-color: #e21e21;
    color: #fff;
    width: 46px;
    height: 24px;
    text-align: center;
    line-height: 21px;
    text-decoration: none;
    text-indent: 6px;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 9pt;
}
.discount_label:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #e21e21;
    position: relative;
    margin: -21px 0 0 46px;
    display: block;
}


.gray_label {
    background-color: #A6A9B2;
    color: #fff;
    height: 24px;
    text-align: center;
    line-height: 21px;
    text-decoration: none;
    text-indent: 6px;
    font-weight: bold;
    font-family: Tahoma;
    font-size: 9pt;
    display: inline-block;
    padding: 0 3px 0 3px;
    text-align: left;
}
.gray_label:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 12px;
    border-color: transparent transparent transparent #A6A9B2;
    position: absolute;
    margin: 0 0 0 3px;
    display: inline-block;
}

.bottom_block {
  background: #F4F4F6;
  border-top: 1px solid #ddd;
  width: 100%;
  /*height: 300px;*/
  padding: 30px 0;
}

.gray_block {
    background-color: #F4F5F7;
    border: 1px solid #e0e1e2;
    padding: 20px;
    color: #80838B;
}

.catalog_sorting_container span {
  width: 39%;
  display: block;
  float: left;
  margin: 9px 0 0 0;
}
.catalog_sorting_container select {
  width: 60%;
  display: block;
  float: right;
}
.output_sorting .uk-button-group {
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #e0e1e2;
  overflow: hidden;
}
.output_sorting .uk-button-group .uk-button {
  background: #fff;
}
.output_sorting .uk-button-group .uk-button:hover {
  background: #e0e1e2;
}
.output_sorting .uk-button-group .uk-button:active, .output_sorting .uk-button-group .uk-button.active {
  background: #90949D;
  color: #fff;
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, .5);
}

.catalog_section_buttons_block a {
    width: 100%;
    padding: 9px 0;
    font-size: 11pt;
}
.catalog_section_buttons_block a > .fa {
    margin: -8px 5px 0 0;
    vertical-align: middle;
}

#catalogMenu {
 position: relative;
}
#catalogMenu #catalogMenu_items {
  padding: 0;
  margin: 0px;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
          box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}
#catalogMenu #catalogMenu_items span {
  width: 24px;
  height: 24px;
  display: none; 
}
@media (max-width: 959px) {
  #catalogMenu, #catalogFilter {
    display: none;
  }
}

#requestCall .uk-modal-dialog {
    width: 300px;
}
#requestCall img {
  margin-bottom: 10px;
}
#requestCall .requestInfo {
 margin-bottom: 0;
 color: #008DD2;
 display: none;
}

input[type='text'].error {
  border-color: red;
}

.noitems {
  margin-bottom: 30px;
}

.cart_mini {
width: 24px;
    height: 24px;
    margin-right: 4px;
    background-image: url("images/cart.png");
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    background-size: 17px 16px;
    background-position: 3px 3px;
}


.icon-close {
    width: 34px;
    height: 34px;
    background: url('images/icon-close.png');
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
#mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: -1;
    margin: -100% 0 0 0;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}
#mobile-menu.active {
  z-index: 1001;
}

#mobile-menu .icon-close {
  /*  position: absolute;
    right: 15px;
    top: 15px;
  */
}

#mobile-menu .basket_menu_item {
    padding-top: 20px;
    padding-bottom: 0px;
}
#mobile-menu .item_icon {
    width: 40px;
    height: 40px;
    background-position: 50% 50%;
    margin-right: 10px;
}

.dashed {
  border-bottom: 1px dashed;
  text-decoration: none !important;
}
.view_type_selection {
  float: right;
}
.view_type_selection img{
  padding: 7px 0 0 0;
}

#top_block .uk-width-large-3-4.uk-visible-large .uk-grid .uk-width-1-3 {
  padding-left: 30px;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a,
.uk-navbar-nav > li.uk-active > a,
.uk-navbar-nav > li.uk-active > a:hover{
  text-decoration: none;
}

/*edit 04.05.16*/
#logo_text {
  text-decoration: none;
  font-size: 28px;
  color: #212a3f;
}
#logo_text span {
  color: #008dd2;
}
@media (max-width: 890px) {
  #logo_text {
    font-size: 22px;
  }
}
@media (max-width: 440px) {
  #logo_text {
    font-size: 14px;
  }
}

#top_block > div:nth-child(1) > div.uk-width-large-1-4.uk-width-medium-1-1 > div > div.uk-width-large-1-1.uk-width-medium-3-12.uk-width-small-1-3.uk-margin-bottom,
#text_under_logo {
  padding-left: 10px;
}
#text_under_logo span {
  width: 100%;
  display: block;
}
#top_block > div:nth-child(1) > div.uk-width-large-3-4.uk-visible-large > div.uk-grid > div.basket_menu_item.uk-width-1-3 > div{
  float: right;
  position: relative;
}
#top_block > div:nth-child(1) > div.uk-width-large-3-4.uk-visible-large > div.uk-grid > div.basket_menu_item.uk-width-1-3 > div:before {
  content: url('images/basket.jpg');
  position: absolute;
  left: -45px;
  top: 5px;
}
a, .uk-link {
  color: #008dd2;
}
#top_block > div:nth-child(1) > div.uk-width-large-3-4.uk-visible-large > div.uk-grid > div.basket_menu_item.uk-width-2-3 > div > p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 1220px)
  .uk-grid > * {
    padding-left: 20px;
  }

/*#top_block .uk-grid > * {
  padding-left: 20px;
}*/
#top_block > div:nth-child(1) > div.uk-width-large-3-4.uk-visible-large {
  padding-left: 35px;
}
.uk-tab {
  border-bottom: none;
}
#top_block .uk-tab > li > a {
  padding: 14px;
  text-align: center;
  /*text-transform: uppercase;
  font-weight: bold;*/
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e2e2e2;
  position: relative;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
  color: #212a3f;
}
#top_block .uk-tab > li:hover > a {
  background-color: #f1f1f1;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  color: #212a3f;
}
#top_block .uk-tab > li:nth-child(2) > a {
  border-right: none;
  border-left: none;
}
#top_block .uk-tab > li.uk-active > a {
  border-bottom: none;
  background-color: #f1f1f1;
  padding: 15px;
  color: #90949f;
}
#top_block .uk-tab > li.uk-active:first-child > a {
  border-left: 1px solid #e2e2e2;
}
#top_block .uk-tab > li.uk-active > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #008dd2;
  position: absolute;
  top: 0;
  left: 0;
}
#top_block .uk-tab > li:not(.uk-active) > a:hover,
#top_block .uk-tab > li:not(.uk-active) > a:focus,
#top_block .uk-tab > li.uk-open:not(.uk-active) > a {
  padding-bottom: 13px;
}
#top_block .uk-tab > li:nth-child(n+2) > a {
  margin: 0;
}
#top_block .uk-tab li:last-child > a{
  border-right: 1px solid #e2e2e2 !important;
}
#tab-content {
  background-color: #f1f1f1;
  padding: 30px;
  border: 1px solid #e2e2e2;
  border-top: none;
  margin-top: -2px;
  margin-bottom: 30px;
}
#tab-content > li.uk-active > h2:nth-child(1) {
  margin-bottom: 30px;
}
#tab-content > li.uk-active > h2:nth-child(3) {
  margin-top: 95px;
}
#mobile_wrap {
  margin: 0 auto;
}
.uk-navbar-nav li {
  float: left;
  position: relative;
}
.uk-navbar-nav li a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  height: 49px;
  padding: 0 19px 0 0;
  line-height: 49px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
}
#left_baner {
  margin: 40px 0px;
}
#basket_line a {
  text-decoration: underline;
}
#call {
  float: left;
  margin-top: 10px;
  background-color: #e31e24;
  color: white;
  margin-right: 10px;
}
#call:hover {
  background-color: #B7171C;
}
#call_form {
  margin-bottom: 30px;
}
#call_form .req:after {
  content: "*";
  color: red;
  margin-left: 3px;
}
#call_form p {
  display: block;
  padding: 0;
  margin: 10px 0;
}
#call_form .checkbox_text {
  display: inline-block;
  margin-right: 25px;
}
.popup-window {
  max-height: 350px;
  display: block;
  overflow-y: scroll;
}


#plashka {
  padding: 10px 0 0 0;
  background: #F1F1F1;
}

.search_form .search_form_title {
    margin: 14px 0 2px 0;
}

.search_form .search_form_input {
   padding: 15px;
   background: #212a3f;
}


.delivery_1 .table-product-item-quantity:nth-child(2) {
  color: #00B94F !important;
}

.search {
    border-color: #00b7f4;
}