@charset "UTF-8";

@font-face {
    font-family: "SFR";
    src: url("../fonts/SF-UI-Display-Regular/SF-UI-Display-Regular.eot");
    src: url("../fonts/SF-UI-Display-Regular/SF-UI-Display-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SF-UI-Display-Regular/SF-UI-Display-Regular.woff") format("woff"),
    url("../fonts/SF-UI-Display-Regular/SF-UI-Display-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "NB";
    src: url("../fonts/SansRoundedB+NEWsymb/NokiaSansS60-Bold.eot");
    src: url("../fonts/SansRoundedB+NEWsymb/NokiaSansS60-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SansRoundedB+NEWsymb/NokiaSansS60-Bold.woff") format("woff"),
    url("../fonts/SansRoundedB+NEWsymb/NokiaSansS60-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

br {
  line-height: 0; }

.br {
  display: none; }

html {
    min-height: 100vh;
  width: 100%;
  overflow-x: hidden;
  margin-right: 0px !important;
  overflow-y: auto !important; }

.body_loader {
  background: none repeat scroll 0 0 #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999; }

/*.body_loader .loader_inner {*/
  /*background-image: url("../img/preloader.gif");*/
  /*background-size: cover;*/
  /*background-repeat: no-repeat;*/
  /*background-position: center center;*/
  /*background-color: #fff;*/
  /*height: 60px;*/
  /*width: 60px;*/
  /*margin-top: -30px;*/
  /*margin-left: -30px;*/
  /*left: 50%;*/
  /*top: 50%;*/
  /*position: absolute; }*/

.body_loader.loaded{
  opacity: 0;
  visibility: hidden;
}

body {
  min-height: 100vh;
  font-family: "SFR";
  min-width: 320px;
  position: relative;
  font-family: "SFR";
  overflow-x: hidden;
  background-color: #fff;
  overflow-y: hidden;
  color: #5b5b5b;
}


a, a:hover, a:visited, a:focus, a:active, button, button:hover, button:visited, button:focus, button:active {
  outline: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; 
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  font-size: 10px;
}

/* сетка - доработка */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5{
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.col-xs-1-5{width:20%}
/* конец - сетка */

/* выравнивание текста - для управления в зависимости от ширины экрана */
.text-xs-left{text-align:left}
.text-xs-right{text-align:right}
.text-xs-center{text-align:center}
/* конец - выравнивание */

.navbar-default {
  border: none;
  background: none;
  border-radius: 0;
  font-size: 14px;
}

.navbar-default .navbar-collapse {
  max-height: calc(100vh - 100px);
}

.navbar-default .navbar-nav {
  margin-top: 0;
}

.navbar-default .navbar-nav.catalog {
  margin-top: 8px;
  background-color: #7dc5e9;
}

.navbar-default .navbar-nav li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  -webkit-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.navbar-default .navbar-nav.catalog li > a {
  color: #fff;
}

.navbar-default .navbar-nav li > a > span.title {}

.navbar-default .navbar-nav li > a > span.caret {}

.navbar-default .navbar-nav li > a:hover,
.navbar-default .navbar-nav li > a:focus,
.navbar-default .navbar-nav .active > a,
.navbar-default .navbar-nav .active > a:hover,
.navbar-default .navbar-nav .active > a:focus,
.navbar-default .navbar-nav .open > a,
.navbar-default .navbar-nav .open > a:hover,
.navbar-default .navbar-nav .open > a:focus{
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav.catalog li > a:hover,
.navbar-default .navbar-nav.catalog li > a:focus{
  color: #fff;
  background-color: rgba(0, 140, 212, 0.6);
}

.navbar-default .navbar-nav.catalog .active > a,
.navbar-default .navbar-nav.catalog .active > a:hover,
.navbar-default .navbar-nav.catalog .active > a:focus,
.navbar-default .navbar-nav.catalog .open > a,
.navbar-default .navbar-nav.catalog .open > a:hover,
.navbar-default .navbar-nav.catalog .open > a:focus{
  color: #fff;
  background-color: #008cd4;
}

/*.navbar-default .navbar-nav li > a:hover > span.title,*/
/*.navbar-default .navbar-nav li > a:focus > span.title,*/
/*.navbar-default .navbar-nav .active > a > span.title,*/
/*.navbar-default .navbar-nav .active > a:hover > span.title,*/
/*.navbar-default .navbar-nav .active > a:focus > span.title,*/
/*.navbar-default .navbar-nav .open > a > span.title,*/
/*.navbar-default .navbar-nav .open > a:hover > span.title,*/
/*.navbar-default .navbar-nav .open > a:focus > span.title{*/
/*border-bottom-color: transparent;*/
/*}*/

.navbar-default .open .dropdown-menu {
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
}

/*#############################################

MAIN (Главная)

#############################################*/


/* 1. HEADER (Хедер) */

header p,
footer p {
  margin-bottom: 0;
}

.header__head {
  /*padding-top: 13px;*/
  /*padding-bottom: 11px;*/
}
.city {
  padding-left: 24px;
}
.city p {
  color: #949494;
  font-size: 13px;
}
.city p a {
  color: #008cd3!important;
  margin-left: 3px;
  border-bottom: 1px solid #9FD4EE;
  display: inline-block;
}
.city p a:hover {
  border-bottom: 1px solid transparent;
}

.logo {
  text-align: center;
}
.logo__link {
  display: inline-block;
}
.logo__img {
  width: auto;
}
.header__body {
  padding: 13px 0px 20px;
  background: #F0F5F9; /* Old browsers */
  background: -moz-linear-gradient(top, #F0F5F9, #FDFDFE); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #F0F5F9, #FDFDFE); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(top, #F0F5F9, #FDFDFE); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F0F5F9', endColorstr='#FDFDFE',GradientType=1 ); /* IE6-9 */
}
.header__panel {
  padding-left: 28px;
  /*padding-top: 4px;*/
}

.attention {
  margin-top: 15px;
  font-size: 0.875em;
  line-height: 1.2;
}

.attention p + p {
  margin-top: 0.5em;
}

.phones {
  padding-top: 4px;
  padding-bottom: 15px;
}
.phone {
  font-family: "NB";
}
.phone span {
  color: #4b4269;
  font-size: 14px;
  font-family: "NB";
  display: inline-block;
  vertical-align: middle;
  padding-right: 9px;
}
.phone a {
  font-size: 18px;
  color: #7dc5e9!important;
  display: inline-block;
  vertical-align: middle;
}
.phone {
  display: inline-block;
  vertical-align: middle;
}
.phone:not(:last-child) {
  padding-right: 35px;
}
.search {
  /*width: 340px;*/
  /*float: left;*/
  /*margin-right: 20px;*/
  /*position: relative;*/
}
.form-control {
  width: 100%;
  height: 40px;
  border-radius: 7px;
  border: 2px solid #CAE6F6;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 20px;
  font-family: "NB";
  color: #7dc5e9;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #cae6f6;
  font-family: "NB";
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #cae6f6;
  font-family: "NB";
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #cae6f6;
  font-family: "NB";
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #cae6f6;
  font-family: "NB";
  opacity: 1; }

.search__btn {
  height: 40px;
  width: 39px;
  background-color: #008CD4;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  position: absolute;
  top: 0px;
  right: 0px;
  position: absolute;
  border: none;
}
.search__btn span {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -7px;
  background-image: url('../img/sprite.png');
  background-position: 0px 0px;
}
.search__btn:hover {
  opacity: .9;
}
.btn {
  outline: none;
  height: 40px;
  line-height: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  display: inline-block;
  border-radius: 7px;
  font-family: "NB";
}
.btn_yellow {
  color: #464646!important;
  font-size: 13px;
  border: 2px solid #FFF600;
  background-color: transparent;
}
.btn_yellow:hover {
  background-color: #FFF600;
}
.btn_pink {
  color: #f4008a!important;
  font-size: 13px;
  border: 2px solid #F9E2F1;
  background-color: transparent;
}
.btn_pink:hover,
.btn_pink:focus,
.btn_pink.active {
  border: 2px solid #f4008a;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn_pink_all {
  color: #fff!important;
  font-size: 13px;
  border: 2px solid transparent;
  background-color: #f4008a;
}
.btn_pink_all:hover {
  opacity: .8;
}

.btn_blue{
  background-color: #008cd4;
  border-color: #008cd4;
  color: #fff;
}

.btn_blue:hover,
.btn_blue:focus,
.btn_blue:active{
  background-color: #1997d8;
  border-color: #008cd4;
  color: #fff;
}

.sign-in {
  float: left;
  margin-right: 20px;
}
.favorites {
  padding-left: 12px;
  padding-right: 12px;
  margin-right: 20px;
  float: left;
}
.favorites.empty {
    cursor: auto;
}
.favorites.empty:hover {
    border-color: #F9E2F1;
}
.favorites span {
  position: relative;
  padding-left: 26px;
}
.favorites span:after {
  position: absolute;
  content: '';
  background-image: url('../img/sprite.png');
  top: 50%;
  margin-top: -8px;
  background-position: -19px 0px;
  left: 0px;
  width: 19px;
  height: 17px;
}
.favorites.empty span:after {
  left: 3px;
}
.header__basket {
  margin-top: 10px;
  float: left;
  font-size: 13px;
  font-family: "NB";
}

.header__basket .cart_link{
  display: block;
  position: relative;
  padding-left: 36px;
  color: #464646;
}

.header__basket .icon {
  display: block;
  position: absolute;
  background-image: url('../img/sprite.png');
  top: 50%;
  margin-top: -11px;
  left: 0;
  width: 26px;
  height: 23px;
  background-position: -43px 0px;
}

.header__basket span.link {
  color: #f4008a;
  border-bottom: 1px solid #F4008A;
  line-height: 13px;
  display: inline-block;
}
.header__basket .cart_link:hover span.link,
.header__basket .cart_link:focus span.link {
  border-bottom: 1px solid transparent;
}

.header__nav {
  background-color: #7DC5E9;
}
.navbar_catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;

  position: relative;
  min-height: 0;
  margin-bottom: 0;
  border: 0;
  background: none;
}
.navbar__item {
  position: static;
  flex-grow: 1;
  width: 1%;
}
.navbar__item.id202 {
  width: 17%;
}

.navbar__item.id203 {
  width: 17%;
}
.dropdown .navbar__link::before {
  position: absolute;
  content: '';
  background-image: url('../img/sprite.png');
  bottom: 0;
  margin-left: -6px;
  z-index: 5;
  background-position: -75px -16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  left: 50%;
  width: 12px;
  height: 6px;
}
.dropdown:hover .navbar__link::before {
  opacity: 1;
  visibility: visible;
}
.navbar__link {
  position: relative;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;

  height: 48px;
  color: #fff!important;
  font-family: "NB";
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  width: 100%;
  text-shadow: 0 1px 1px #3A96D4;
}
.navbar__link span {
  display: inline-block;
}
.dropdown:hover span {
  text-decoration: underline;
}
.navbar__link:after {
  position: absolute;
  content: '';
  background-image: url('../img/sprite.png');
  top: 50%;
  margin-top: -15px;
  background-position: -83px -35px;
  right: 0px;
  width: 2px;
  height: 29px;
}
.navbar__item:last-child .navbar__link:after {
  display: none;
}
.header__banner {
  height: 397px;
  border-radius: 15px;
  background-color: #FFF600;
  text-align: center;
  display: block;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.06); 
  padding-top: 30px;
  margin-right: -10px;
}
.banner__text {
  width: auto;
  display: inline-block;
}
.banner__product {
  padding-top: 25px;
  position: relative;
}
.banner__product img {
  width: auto;
  display: inline-block;
}
.header__foot {
  padding: 20px 0px;
  background: url('../img/main/clouds.jpg') center top repeat;
}
.banner__price {
  position: absolute;
  width: 119px;
  height: 119px;
  bottom: -10px;
  border-radius: 50%;
  background-color: #008CD4;
  left: 23px;
  text-align: center;
  font-family: "NB";
  padding-top: 30px;
}
.banner__price span {
  display: block;
}
.banner__price_before {
  color: #fff;
  font-size: 27px;
  line-height: 31px;
  text-decoration: line-through;
}
.banner__price_summ {
  color: #fff600;
  font-size: 31px;
  line-height: 31px;
}
.slide {
  outline: none;
}
.header__slider {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.06);
}
.header__slide {
  /*height: 397px;*/
}
.slick-arrow {
  width: 41px;
  height: 41px;
  font-size: 0px;
  color: transparent;
  background-image: url('../img/sprite.png');
  cursor: pointer;
  border: none;
  background-color: transparent;
  outline: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -20px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-arrow:hover {
  opacity: .8;
}
.slick-prev {
  background-position: 0px -24px;
  left: 20px;
}
.slick-next {
  background-position: -41px -24px;
  right: 20px;
}
.slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 27px;
  padding-left: 0;
}
.slick-dots li {
  display: inline-block;
  padding: 0px 2px;
}
.slick-dots li button {
  display: block;
  width: 12px;
  background-color: #C0E5EE;
  border-radius: 50%;
  border: none;
  outline: none;
  font-size: 0px;
  color: transparent;
  height: 12px;
}
.slick-dots .slick-active button {
  background-color: #0D92D5;
}



/* 2. ADVANTAGES (Преимущества) */


.triggers {
  background-color: #EAF6FB;
  padding: 30px 0 10px;
  font-size: 14px;
  line-height: 1.2142857;
}
.trigger__item {
  text-align: center;
  margin-bottom: 20px;
}
.trigger__icon {
  display: inline-block;
  width: 119px;
  height: 119px;
  background-image: url('../img/main/adv__icons.png');
}
.trigger__icon-1 {
  background-position: 0px 0px;
}
.trigger__icon-2 {
  background-position: -119px 0px;
}
.trigger__icon-3 {
  background-position: -238px 0px;
}
.trigger__icon-4 {
  background-position: -357px 0px;
}
.trigger__text {
  padding-top: 16px;
}


/* 3. PRODUCTS (Товары) */


.products__item { 
  display: none; 
}
.products__tabs {
  text-align: center;
  padding-bottom: 42px;
}
.products__tab {
  font-size: 32px;
  font-family: "NB";
  line-height: 1;
  cursor: pointer;
  margin: 0px 9px;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
/*.products__item_active {*/
  /*display: block; */
/*}*/
.products__tab,
.products__tab:nth-child(1) {
  color: #f4008a;
}
.products__tab:nth-child(2) {
  color: #4b4269;
}
.products__tab:nth-child(3) {
  color: #008cd4;
}
.sections {
  padding-top: 32px;
}

.products__tab:hover,
.products__tab:focus,
.products__tab_active {
  border-bottom: 3px solid;
}
.product__img {
  height: 180px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product__img img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
}
.products__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.product {
  text-align: center;
  width: 207px;
  position: relative;
  padding: 28px 16px 30px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 10px;
  margin-bottom: -70px;
  background-color: #fff;
}
.product:hover {
  box-shadow: 0px 0px 44.59px 4.41px rgba(0, 0, 0, 0.08); 
  z-index: 3;
}

.product__link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.product__name {
  font-size: 14px;
  line-height: 17px;
  height: 68px;
  overflow: hidden;
  margin-bottom: 4px;
}
.product__name span {
  display: inline;
  color: #5b5b5b;
  border-bottom: 1px solid #cbcbcb;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product__link:hover .product__name span,
.product__link:focus .product__name span {
  border-bottom: 1px solid #fbbcd8;
  color: #f4008a;
}
.product__price span {
  color: #4b4269;
  font-size: 16px;
  text-decoration: line-through;
  font-family: "NB";
  line-height: 26px;
}
.product__price p {
  color: #4b4269;
  font-family: "NB";
  font-size: 21px;
  line-height: 26px;
  margin-bottom: 0;
}
.product__price span + p {
  color: #f4008a;
}
.product__price .product__summ {
  color: #4b4269;
}
.product__fav {
  position: absolute;
  top: 28px;
  right: 15px;
}

.product__fav button {
  border-radius: 7px;
  background-color: #e1e1e1;
  width: 31px;
  height: 31px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: none;
  padding: 0;
}

.product__fav button::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url('../img/sprite.png');
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-position: -70px 0px;
  left: 50%;
  width: 15px;
  height: 13px;
}

.product__fav:hover button,
.product__fav:focus button,
.product__fav_active button {
  background-color: #f4008a;
}

.products__content {
  padding: 0px 80px;
}

.product__markers {
  position: absolute;
  left: 15px;
  top: 28px;
}

.product__markers .product__marker {
  display: block;
  margin-bottom: 5px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
  padding: 4px 10px;
  border-radius: 5px;
  font-family: "NB", sans-serif;
}

.product__link:hover .product__markers .product__marker,
.product__link:focus .product__markers .product__marker {
  color: #fff;
}

.all_product{
    position: relative;
    padding: 30px;
    z-index: 2;
}

.bookmarks_list {
  padding-bottom: 70px;
}

/* 4. Manufacturers (Производители) */


h1 {
  font-size: 32px;
  font-family: "NB";
  line-height: 32px;
  text-align: left;
  font-weight: normal;
  color: #4b4269;
  padding-bottom: 30px;
    margin-top: 0;
    margin-bottom: 0;
}

h2 {
  font-size: 32px;
  font-family: "NB";
  line-height: 32px;
  text-align: center;
  font-weight: normal;
  color: #4b4269;
  padding-bottom: 42px;
}
.manufacturers__slide img {
 width: auto;
 max-height: 100%;
 max-width: 100%;
}
.manufacturers__slide {
  padding: 0 10px;
  height: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.manufacturers__slider {
  padding: 0px 85px;
}
.content__block {
  border-radius: 15px;
  background-color: #EAF6FB;
  flex-basis: 50%;
  margin: 0px 10px;
  padding: 28px 20px 68px;
  position: relative;
}

.content__block > h3{
  margin-top: 0;
}

.art-news {
  padding-top: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 30px;
  margin: 0px -10px;
}
h3 {
  font-size: 25px;
  font-family: "NB";
  color: #4b4269;
  line-height: 32px;
  padding-bottom: 15px;
}
.art__link {
  border-bottom: 1px solid #BBE1F3;
  padding-bottom: 32px;
  margin-bottom: 15px;
  font-size: 14px;
}
.art__link:last-child {
  margin-bottom: 0px;
}
.art__link a {
  color: #008cd4!important;
  display: inline-block;
  border-bottom: 1px solid #ACD2ED;
  font-size: 14px;
  line-height: 17px;
}
.art__link a:hover {
  border-bottom: 1px solid transparent;
}
.all__content {
  color: #008cd4!important;
  position: absolute;
  border-bottom: 1px solid #ACD2ED;
  font-size: 14px;
  line-height: 17px;
  right: 20px;
  bottom: 32px;
}
.all__content:hover {
  border-bottom: 1px solid transparent;
}
.news__link {
  position: relative;
  padding-left: 113px;
  min-height: 125px;
  border-bottom: 1px solid #BBE1F3;
  margin-bottom: 15px;
  font-size: 14px;
}

.news__link p{
  margin-bottom: 0;
}

.news__link:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.news__img {
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.news__name {
  color: #008cd4!important;
  display: inline-block;
  border-bottom: 1px solid #ACD2ED;
  line-height: 17px;
}
.news__name:hover {
  border-bottom: 1px solid transparent;
}
.news__desc {
  line-height: 17px;
  padding-top: 5px;
}
.news__date {
  /*padding-top: ;*/
  color: #f4008a;
  font-size: 11px;
  padding-top: 5px;
  line-height: 17px;
}


/* 5. About (О компании) */


.sec__content p {
  /*text-indent: 32px;*/
  /*font-size: 15px;*/
  /*line-height: 1.3em;*/
    /*padding-bottom: 10px;*/
}
.sec__content ul {
  padding-left: 35px;

}
.sec__content li {
  /*font-size: 16px;*/
  /*line-height: 24px;*/
    list-style-type: disc;
}
.sec__content {
  padding-right: 50px;
}
.about {
  padding-bottom: 38px;
}

.about h1{
  text-align: center;
}


/* 6. FOOTER (Футер) */


.footer {
  background-color: #7DC5E9;
  padding: 21px 0px 30px;
}
.footer .logo__img {
  max-width: 100%;
}
.footer__nav {
  text-align: right;
  padding-left: 0;
  font-size: 14px;
}

.footer__nav .nav{
  display: inline-block;
  float: none;
  text-align: left;
}

.footer__nav .nav > li{
  float: left;
}

.footer__nav .nav > li > a {
  color: #fff;
  background: none;
  -webkit-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.footer__nav .nav > li:first-child > a{
  padding-left: 0;
}

.footer__nav .nav > li:last-child > a{
  padding-right: 0;
}

.footer__nav .nav > li > a:hover,
.footer__nav .nav > li > a:focus,
.footer__nav .nav > li.active > a {
  background: none;
  color: #4b4269;
}

.footer__nav .nav__link > span.title {
  border-bottom: 1px solid #b5dcf1;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__nav .nav__link:hover > span.title,
.footer__nav .nav__link:focus > span.title,
.footer__nav li.active .nav__link > span.title {
  border-bottom-color: transparent;
}

/*.nav {*/
  /*padding-left: 28px;*/
/*}*/
/*.nav__item:not(:last-child) {*/
  /*padding-right: 27px;*/
/*}*/
/*.nav__item {*/
  /*display: inline-block;*/
/*}*/
/*.nav__link {*/
  /*color: #959595;*/
  /*display: block;*/
/*}*/

/*.nav__link>span.title{*/
  /*border-bottom: 1px solid #D7D7D7;*/
/*}*/

/*.nav__link:hover>span.title,*/
/*.nav__link:focus>span.focus {*/
  /*border-bottom: 1px solid transparent;*/
/*}*/

/*.nav>li>a:hover,*/
/*.nav>li>a:focus{*/
  /*background: none;*/
/*}*/


.copyright {
  float: left;
  font-size: 13px;
  line-height: 24px;
  color: rgba(255,255,255,.5);
  padding-left: 55px;
}
.created-by {
  float: right;
}
.created-by a {
  display: inline-block;
  vertical-align: middle;
}
.created-by p {
  font-size: 13px;
  color: rgba(255,255,255,.5);
  display: inline-block;
  font-size: 13px;
  color: rgba(255,255,255,.5);
  vertical-align: middle;
  padding-right: 18px;
}
.created-by img {
  width: 120px;
}
.footer__foot {
  padding-top: 22px;
}
.navbar_hover {
  background-color: #fff;
  border: 10px solid #008CD4;
  position: absolute;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  top: 100%;
  z-index: 5;
  left: 0;
  border-radius: 15px;
  /*width: 462px;*/
  max-width: 100%;
  padding: 10px 0px 15px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  line-height: 1.25;
}
.dropdown:hover .navbar_hover {
  opacity: 1;
  visibility: visible;
}

.navbar_hover a{
  display: block;
}

.navbar_col {
  /*width: 50%;*/
  /*float: left;*/
  padding: 0 18px;
    font-family: "NB";
}
.navbar_col + .navbar_col {
  border-left: 1px solid #EAF6FB;
}
.navbar_col p {
  color: #008cd4;
  padding-bottom: 10px;

}
.navbar_col .sub_nav .sub_navbar__item {
  padding-bottom: 7px;
}
.navbar_col .sub_nav .sub_navbar__item a {
  color: #4b4269!important;
  font-size: 14px;
}

.navbar_col .sub_navbar__item.lvl_2 > a {
  padding-top: 5px;
  padding-bottom: 5px;
}


/*#############################################

TOVAR (Карточка товара)

#############################################*/


/* 1. bread crumbs (хлебные крошки) */


.bread-crumbs {
  padding-top: 32px;
  padding-bottom: 10px;
  font-size: 14px;
}
.bread-crumbs__nav{
  padding: 0;
  margin: 0;
}

.bread-crumbs__nav li {
  display: inline-block;
}
.bread-crumbs__nav li span {
  padding-left: 3px;
  padding-right: 3px;
}
.bread-crumbs__nav li a {
  color: #008cd3!important;
  line-height: 17px;
  border-bottom: 1px solid #BCD8EF;
}
.bread-crumbs__nav .bread-crumbs_active a, .bread-crumbs__nav li a:hover {
  border-bottom: 1px solid transparent;
}
.pages__title {
  text-align: left;
}


/* 2. card (карточка) */


.card__slider {
  border: 1px solid #CDCDCD;
  border-radius: 15px;
  overflow: hidden;
}
.card__navigation {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 77px;
}
.card__img {
  /*max-height: 366px;*/
  /*display: -webkit-box;*/
  /*display: -webkit-flex;*/
  /*display: -ms-flexbox;*/
  /*display: flex;*/
  /*-webkit-box-pack: center;*/
  /*-webkit-justify-content: center;*/
  /*-ms-flex-pack: center;*/
  /*justify-content: center;*/
  /*-webkit-box-align: center;*/
  /*-webkit-align-items: center;*/
  /*-ms-flex-align: center;*/
  /*align-items: center;*/
}
.card__img a{
  height: 366px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.card__img img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
    /*border-radius: 15px;*/
}
.card__item {
  padding-left: 97px;
  position: relative;
}
.card__preview {
  height: 77px;
  width: 100%;
  border: 1px solid #CDCDCD;
  border-radius: 15px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.card__preview img {
  width: 50%;
}
.card__preview:hover, .card__navigation .slick-current .card__preview {
  border: 1px solid #7DC5E9;
}
.card__navigation .slide:last-child .card__preview {
  margin-bottom: 0px;
}
.card__slider .slick-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.card__slider:hover .slick-arrow {
  opacity: 1;
  visibility: visible;
}

.card__markers {
  position: absolute;
  top: 20px;
  left: 115px;
  z-index: 2;
}

.tovar__tip {
  border-radius: 5px;
  line-height: 41px;
  color: #fff;
  font-size: 23px;
  font-family: "NB";
  text-align: center;
  height: 41px;
  background-color: #83C550;
  display: block;
  padding: 0 10px;
  margin-bottom: 10px;
}
.hit-tip {
  background-color: #83C550;
}
.front-tip {
  background-color: #f98e3c;
}
.new-tip {
  background-color: #9f87c0;
}
.day-tip {
  background-color: #83C550;
}
.card__content {
  padding-left: 24px;
}
.card__price span {
  font-family: "NB";
  font-size: 32px;
  text-decoration: line-through;
  color: #ababab;
  line-height: 48px;
}
.card__price p {
  font-family: "NB";
  font-size: 40px;
  color: #f4008a;
  line-height: 48px;
}
.card__count button {
  background-color: #7DC5E9;
  color: #fff;
  cursor: pointer;
    border: 0;
}
.card__count button, .card__count input {
  width: 28px;
  height: 28px;
  display: inline-block;
  font-family: "NB";
  text-align: center;
  border-radius: 5px;
  vertical-align: middle;
  line-height: 28px;
  font-size: 16px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.card__count input {
  margin: 0px 2px;
  outline: none;
  color: #949494;
  background-color: #fff;
  border: 1px solid #E1E1E1;
}
.card__count {
  padding-top: 13px;
  white-space: nowrap;
}

.cart-page .card__count {
  padding-top: 0;
}

.card__btns {
  padding-top: 18px;
  padding-bottom: 10px;
}
.card__btns a {
  font-size: 15px;
  line-height: 20px;
  padding: 8px 13px;
}
.in-basket__btn {
  margin-right: 17px;
}
.in-stock p {
  font-family: "NB";
  font-size: 16px;
  color: #4b4269;
  margin-bottom: 5px;
}

.in-stock ul {
  font-size: 14px;
  line-height: 17px;
  padding-left: 0;
  list-style: none;
}

.in-stock ul li {
  color: #4b4269;
}
.in-stock ul li span {
  color: #f4008a;
}
.card__foot .favorites span {
  padding-left: 19px;
}
.card__foot {
  padding-top: 13px;
}
.share__soc {
  float: right;
  padding-top: 5px;
  padding-right: 30px;
}
.share__soc ul {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.share__soc p {
  display: inline-block;
  vertical-align: middle;
  font-family: "NB";
  font-size: 16px;
  color: #4b4269;
  padding-right: 17px;
}
.share__soc li {
  display: inline-block;
}
.share__soc li a {
  display: block;
  width: 30px;
  height: 30px;
  background-image: url('../img/tovar/soc.png');
}
.share__soc li:first-child a {
  background-position: 0px 0px;
}
.share__soc li:nth-child(2) a {
  background-position: -36px 0px;
}
.share__soc li:nth-child(3) a {
  background-position: -73px 0px;
}
.share__soc li:nth-child(4) a {
  background-position: -110px 0px;
}
.share__soc li a:hover {
  opacity: .8;
}
.card {
  padding-bottom: 32px;
}


/* 3. card info (инфо товара) */


.card__text {
  padding: 40px 90px 35px 97px;
  background-color: #F0F5F9;
  border-radius: 15px;
}
.card__info h2 {
  color: #7dc5e9;
  margin-top: 0;
  margin-bottom: 0;
}
.card__info p {
}
.card__info {
  padding-bottom: 13px;
}


/* 4. may-need (может понадобиться) */

.may-need {}

.may-need h2{
  margin-top: 0;
}

.catalog-list .catalog-item,
.may-need__item {
  text-align: center;
  margin-bottom: 30px;
}

.may-need__item:nth-child(6n+1) {
  clear: left;
}

.catalog-list .catalog-item a,
.may-need__item a{
  display: block;
  color: inherit;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2142857;
}

.catalog-list .catalog-item .image,
.may-need__img {
  height: 185px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}
.catalog-list .catalog-item .image img,
.may-need__img img {
  width: auto;
}
.catalog-list .catalog-item .caption,
.may-need__name {
  color: #5b5b5b;
  border-bottom: 1px solid #CBCBCB;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.catalog-list .catalog-item a:hover .caption,
.catalog-list .catalog-item a:focus .caption,
.may-need__item a:hover .may-need__name,
.may-need__item a:focus .may-need__name {
  border-bottom: 1px solid #FBBCD8;
  color: #f4008a;
}

.products__slider {
  padding-top: 15px;
}
.products-2 {
  padding-top: 50px;
}
.products__slider {
  padding: 0 140px;
}
.products-2 .product {
  width: auto;
}
.product-buy {
  width: 67px;
  height: 28px;
  line-height: 24px;
  padding: 0px;
  float: right;
  font-size: 15px;
}
.product .card__count {
  float: left;
  padding-top: 0px;
}
.product__count {
  padding-top: 30px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.product:hover .product__count {
  opacity: 1;
  visibility: visible;
}
.products__slider .product {
  margin-bottom: 0px;
}
.products__slider .slide {
  padding: 20px 0px;
}
.products-2 .slick-list {
  padding: 0px 15px;
}

.product .alert {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 5px;
}

.shop-view{
    padding-bottom: 80px;
}

.header__banner_sb{
  text-align: center;
}

.header__banner_sb *{
    display: none;
}

.header__banner_sb p,
.header__banner_sb a{
    display: block;
}

.header__banner_sb img{
    display: inline-block;
}


.sb_inform{
    background: #eaf6fb;
    padding: 20px;
    border-radius: 10px;
    margin-top: 20px;
}
.sb_inform .moduletitle{
    font-family: "NB";
    font-size: 16px;
    color: #4b4269;
    margin-bottom: 6px;
    margin-top: 0;
}
.sb_inform .modulebody{
    margin-bottom: 10px;
}
.sb_inform .nav{
    padding-left: 23px;
    font-size: 14px;
    line-height: 17px;
}
.sb_inform .nav .nav__item{
    display: block;
}
.sb_inform .nav .nav__item .nav__link{
    font-family: "SFR";
    color: #5b5b5b;
  text-decoration: none;
  padding: 5px 0;
}
.sb_inform .nav .nav__item .nav__link span.title{
  border-bottom: 1px solid;
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1;
}
.sb_inform .nav .nav__item .nav__link:hover,
.sb_inform .nav .nav__item .nav__link:focus,
.sb_inform .nav .nav__item.active .nav__link{
  background: none;
  color: #4b4269;
}
.sb_inform .nav .nav__item .nav__link:hover span.title,
.sb_inform .nav .nav__item .nav__link:focus span.title,
.sb_inform .nav .nav__item.active .nav__link span.title{
  border-bottom-color: transparent;
}

.articles-list .article{
    margin-bottom: 40px;
}
.articles-list .article-image{
    width: 12%;
}
.articles-list .article-content{
    width: 88%;
}
.articles-list .article-content .block_title{
    padding-bottom: 8px;
}
.articles-list .article-content .block_title a{
    color: #008cd3;
    font-size: 16px;
    text-decoration: underline;
}
.articles-list .article-content .block_title a:hover{
    text-decoration: none;
}
.articles-list .article-content .descr{
    color: #4d4d4d;
    font-size: 15px;
}

.articles-list .article-content .descr p{
}

.articles-list .article-content .article-date{
    color: #b9b9b9;
  font-size: 14px;
}

nav.page-nav{
    text-align: right;
}
.pagination>li>a, .pagination>li>span{
    border: none;
}
.pagination>li>a{
    text-decoration: underline;
    font-size: 16px;
    color: #008cd3;
    padding: 5px;
}
.pagination>li>a:hover, .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
    background: none;
    color: #4d4d4d;
    text-decoration: none;
}

.wrapper{
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    flex-direction: column;

}
.wrapper footer{
    margin-top: auto;
}
.wrapper .content_wrap{
    padding-bottom: 30px;
    padding-top: 30px;
}

.category-page .catdescr{
    padding-top: 60px;
}

.category-page .catdescr h2{
    padding-bottom: 15px;
}

/*.catalog-list .catalog-item a{*/
    /*display: block;*/
    /*text-align: center;*/
/*}*/
/*.catalog-list .catalog-item .image-wrap{*/
    /*padding-bottom: 10px;*/
/*}*/
/*.catalog-list .catalog-item a .caption{*/
    /*color: #5b5b5b;*/
    /*text-decoration: underline;*/
/*}*/
/*.catalog-list .catalog-item a:hover .caption{*/
    /*text-decoration: none;*/
/*}*/

.category-page .products__item{
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
}
.category-page .products__item .alert{
    margin-top: 15px;
    margin-bottom: 0;
    padding: 10px;
    font-size: 12px;
}
.category-page .products__item .alert a{
    text-decoration: underline;
}
.category-page .products__item .alert a:hover{
    text-decoration: none;
}
.category-page .sort{
    margin-bottom: 25px;
}
.category-page .sort .sort-item .dropdown{
    display: inline-block;
    margin-left: 5px;
}
.category-page .sort .sort-item .dropdown button{
    border: none;
    background: none;
}
.category-page .sort .sort-item .dropdown:after{
    display: none;
}

.category-page .sort .sort-item .dropdown .title{
    text-decoration: underline;
}
.category-page .sort .sort-item .dropdown:hover .title{
    text-decoration: none;
}

.product-buy.podrobno{
    font-size: 12px;
    margin: 0 auto;
    float: none;
}

.morenav_wrapper,
.morenav_wrapper nav.page-nav{
    text-align: center;
}

.morenav_wrapper .morenav_btn{
    border: none;
    background: #7dc5e9;
    color: #fff;
    font-family: "NB";
    font-size: 16px;
    padding: 8px 10px;
    border-radius: 6px;
    margin-top: 85px;
}

.sb_shop_filter{
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #f2f2f2;
    padding: 15px 0;
    border-radius: 10px;
    position: relative;
}

.sb_shop_filter .buttons-wrapper{
    padding-left: 8px;
    padding-right: 8px;
}
.sb_shop_filter .filter-submit{
    margin-bottom: 8px;
}
.sb_shop_filter .filter-submit .morenav_btn{
    background: #008cd4;
    color: #fff;
    font-family: "NB";
    font-size: 16px;
    border-radius: 25px;
    border: none;
    display: block;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.sb_shop_filter .filter-reset{
    text-align: center;
}
.sb_shop_filter .filter-reset a{
    color: #4b4269;
    border-bottom: 1px dotted #4b4269;
}
.sb_shop_filter .filter-block{
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
}
.sb_shop_filter .filter-title{
    margin-bottom: 13px;
}
.sb_shop_filter .filter-title .title{
    font-size: 16px;
    color: #4b4269;
    border-bottom: 1px dotted #4b4269;
    margin-left: 5px;
    font-family: "NB";
}
.sb_shop_filter .filter-body{
    padding-left: 14px;
    padding-right: 14px;
}
.sb_shop_filter .checkbox label span{
    color: #5b5b5b;
}

.sb_shop_filter .filters-wrapper .css_checkbox,
.sb_shop_filter .filters-wrapper .css_radio{
    width: 12px;
    height: 12px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    background-color: #f1f1f1;
    position: relative;
    display: inline-block;
    margin-right: 5px;
    vertical-align: baseline;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.sb_shop_filter .filters-wrapper .css_radio {
    border-radius: 50%;
}

.sb_shop_filter .filters-wrapper .css_checkbox::before {
    display: none;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: #7dc5e9;
    border-radius: 3px;
}

.sb_shop_filter .filters-wrapper .css_radio::before {
    display: none;
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    left: 1px;
    top: 1px;
    background-color: #7dc5e9;
    border-radius: 3px;
}

.sb_shop_filter .filters-wrapper label:hover .css_checkbox,
.sb_shop_filter .filters-wrapper label:hover .css_radio{
    border-color: #7dc5e9;
}

.sb_shop_filter .filters-wrapper .checkbox input:checked ~ label .css_checkbox {}

.sb_shop_filter .filters-wrapper .checkbox input:checked ~ label .css_checkbox::before,
.sb_shop_filter .filters-wrapper .radio input:checked ~ label .css_radio::before {
    display: block;
}

.sb_shop_filter .filter-block .input-group-addon {
    background-color: transparent;
    border-color: transparent;
}
.sb_shop_filter .filter-block .input-group input {
    border-radius: 0;
}

.brands-list .brands-item{
    margin-bottom: 35px;
}

.brands-list .brands-item .title{
    font-family: "NB";
    color: #008cd3;
    font-size: 24px;
    margin-bottom: 25px;
}

.brands-list .brands-item .descr{
    color: #4d4d4d;
    margin-bottom: 20px;
}

/*.brands-list .brands-item .cat_link{*/
    /*display: block;*/
    /*text-align: center;*/
/*}*/

/*.brands-list .brands-item .cat_link .cat_title{*/
    /*color: #5b5b5b;*/
    /*text-decoration: underline;*/
/*}*/
/*.brands-list .brands-item .cat_link:hover .cat_title{*/
    /*text-decoration: none;*/
/*}*/

.remember-me{
    padding-left: 10px;
}

.overlay {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: fixed;
  top: 0;
  z-index: 1100;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.body_loader .loader,
.overlay .loader {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top-color: #008cd4;
  border-bottom-color: #008cd4;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -18px;
  margin-top: -18px;
  -webkit-animation: spin .8s linear infinite;
  animation: spin .8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form_agreement {
  padding: 5px 8px;
  margin: 15px 0 0;
  font-size: 0.875em;
  line-height: 1.5;
}

.form_agreement a{
  text-decoration: underline;
}
.form_agreement a:hover,
.form_agreement a:focus{
  text-decoration: none;
}

.touchevents .product{
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 20px 10px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08) inset;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08) inset;
}

.touchevents .product:hover{
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08) inset, 0 0 44.59px 4.41px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08) inset, 0 0 44.59px 4.41px rgba(0, 0, 0, 0.08);
}

.touchevents .product__count{
    opacity: 1;
    visibility: visible;
}

.touchevents .morenav_wrapper .morenav_btn {
    margin-top: 30px;
}

.cm_ajax_list {
  margin-top: 30px;
}

@media (min-width: 768px) {
  /* сетка и выравнивание */
  .col-sm-1-5{width:20%}
  .text-sm-left{text-align:left}
  .text-sm-right{text-align:right}
  .text-sm-center{text-align:center}
  /* конец */

  .navbar-default{
    margin-bottom: 0;
    min-height: 0;
  }

  .navbar-default .navbar-collapse{
    padding: 0;
    text-align: center;
  }

  .navbar-default .navbar-nav{
    float: none;
    display: inline-block;
    text-align: left;
  }

  .navbar-default .navbar-nav > li > a{
    padding: 10px 8px;
    color: #959595;
  }

  .navbar-default .navbar-nav > li > a >span.title{
    border-bottom: 1px solid #d7d7d7;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .navbar-default .navbar-nav > li:first-child > a,
  .navbar-default .navbar-nav > li.first + li > a{
    padding-left: 0;
  }

  .navbar-default .navbar-nav > li:last-child > a{
    padding-right: 0;
  }

  .navbar-default .navbar-nav li > a:hover,
  .navbar-default .navbar-nav li > a:focus,
  .navbar-default .navbar-nav .active > a,
  .navbar-default .navbar-nav .active > a:hover,
  .navbar-default .navbar-nav .active > a:focus,
  .navbar-default .navbar-nav .open > a,
  .navbar-default .navbar-nav .open > a:hover,
  .navbar-default .navbar-nav .open > a:focus {
    background: none;
    color: #4b4269;
  }

  .navbar-default .navbar-nav li > a:hover > span.title,
  .navbar-default .navbar-nav li > a:focus > span.title,
  .navbar-default .navbar-nav .active > a > span.title,
  .navbar-default .navbar-nav .active > a:hover > span.title,
  .navbar-default .navbar-nav .active > a:focus > span.title,
  .navbar-default .navbar-nav .open > a > span.title,
  .navbar-default .navbar-nav .open > a:hover > span.title,
  .navbar-default .navbar-nav .open > a:focus > span.title{
    border-bottom-color: transparent;
  }

  .navbar-default .open .dropdown-menu{
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{
  }
}

@media (min-width: 992px) {
  /* сетка и выравнивание */
  .col-md-1-5{width:20%}
  .text-md-left{text-align:left}
  .text-md-right{text-align:right}
  .text-md-center{text-align:center}
  /* конец */

  .navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  /* сетка и выравнивание */
  .col-lg-1-5{width:20%}
  .text-lg-left{text-align:left}
  .text-lg-right{text-align:right}
  .text-lg-center{text-align:center}
  /* конец */

  .navbar-default{
    padding-left: 28px;
  }

  .navbar-default .navbar-collapse{
    padding: 0;
    text-align: left;
  }

  .navbar-default .navbar-nav{
    float: left;
    display: block;
  }
}

@media (max-width: 1199px) {
  .header__panel{
    /*padding-left: 0;*/
  }

  header .logo{
    margin-bottom: 15px;
  }

  .search{
    /*width: 400px;*/
  }

  .share__soc{
    padding-right: 0;
  }

  .card__text {
    padding: 20px 40px 15px 40px;
  }

  .footer__nav {
    text-align: center;
  }

  .copyright {
    padding-left: 0;
  }

  .card__img a {
    height: 320px;
  }
}

@media (max-width: 991px) {
  .header__panel{
    padding-left: 0;
  }

  .sign-in{
    float: none;
    display: inline-block;
    margin-right: 15px;
  }

  .favorites {
    float: none;
    display: inline-block;
    margin-right: 15px;
  }

  .header__basket {
    display: inline-block;
    float: none;
  }

  .search{
    margin-top: 15px;
  }

  .products__slider {
    padding: 0 40px;
  }

  .products__slider .slick-prev{
    left: 0;
  }
  .products__slider .slick-next{
    right: 0;
  }

  .may-need__item:nth-child(6n+1) {
    clear: none;
  }
  .may-need__item:nth-child(3n+1) {
    clear: left;
  }

  .share__soc p {
    display: block;
    padding-right: 0;
  }

  .share__soc ul{
    display: block;
  }

  .footer__nav .nav > li > a{
    padding-left: 8px;
    padding-right: 8px;
  }

  .card__img a {
    height: 300px;
  }

}

@media (max-width: 767px) {
  .navbar.navbar-default {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /* border-bottom: 1px solid #bebebe; */
    background-color: #fff;
    z-index: 1030;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }

  header {
    padding-top: 50px;
  }

  .navbar-brand {
    padding: 0;
  }

  .header__basket {
    margin: 0;
    float: none;
  }

  .header__basket .cart_link {
    width: 50px;
    height: 50px;
    padding-left: 0;
  }

  .header__basket .icon {
    left: 10px;
    margin-top: -8px;
  }

  .header__basket .cart_count {
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
  }

  .header__basket span.link {
    border-bottom: none;
  }

  .navbar-header .search{
    width: 100%;
    margin-right: -55px;
    margin-left: -50px;
    margin-top: 5px;
  }
  .navbar-header .search form {
    margin-right: 65px;
    margin-left: 50px;
    position: relative;
  }

  .navbar-header .search .form-control {
    border-right: none;
  }

  .navbar-default .navbar-toggle{
    border-color: #008cd4;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    border-radius: 2px;
    padding: 12px 10px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .navbar-default .navbar-toggle .icon-bar{
    background-color: #008cd4;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus{
    background-color: rgba(0,140,212,0.1);
  }

  .phones {
    max-width: 300px;
    margin: 0 auto;
    padding-top: 0;
  }

  .phones .phone {
    display: block;
    padding-right: 0;
  }

  .header__banner_sb{
    margin-bottom: 20px;
  }

  .slick-dots {
    bottom: 10px;
  }

  .trigger__text {
    padding-top: 5px;
  }

  .card__item {
    margin-bottom: 20px;
  }

  .card__content {
    padding-left: 0;
  }

  .card__text {
    padding: 20px 15px;
  }

  .art-news {
    display: block;
  }

  .art-news .content__block{
    margin-bottom: 20px;
  }

  .wrapper .content_wrap {
    padding-top: 0;
  }

  .footer__foot {
    padding-top: 0;
  }

  .copyright{
    margin-bottom: 15px;
  }

  .footer{
    padding: 20px 0;
  }

  .registration-benefits {
    margin-top: 40px;
  }
}

@media (max-width: 479px) {
  .products__tabs {
    padding-bottom: 20px;
  }

  .products__tab {
    font-size: 20px;
  }
}