@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  color: #222;
  font-size: 1em;
  position: relative;
  min-height: 100%;
}

a {
  color: #569101;
  text-decoration: none;
}

.input-wrap{
  position: relative;
}

.input-wrap input[type="text"]:valid ~ .header-search-form__input-submit-reset{
  display: block;
  height: 100%;
}

body {
  font: 16px/20px "Roboto", Arial, sans-serif;
  background-color: #f7f7f7;
  
}

* {
  outline: none;
}


  

.make-order__column-header {

  margin-top: 30px;
}
#orderModal a.btna {
	display: inline-block;
	margin-top: 20px;
}

.important {
  position: relative;
  margin-bottom: 25px;
}

.important:before {
  content: '!';
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #add077;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
}

.fotokonkurs-slider {
  margin: 40px 0 60px;
}
.fotokonkurs-slider__top {
  margin-bottom: 20px;
  display: flex ;
  justify-content: space-between;
}

.fotokonkurs-slider__arrow .goods-slider__button-prev, 
.fotokonkurs-slider__arrow .goods-slider__button-next {
  position: relative;
  margin: 0;
} 

.fotokonkurs-slider__title {
  font-size: 18px;
}

.fotokonkurs-slider__arrow {
  position: relative;
  display: flex;

}

.fotokonkurs-slider__arrow .slick-arrow {
  position: relative;
  width: 30px;
  height: 30px;
  font-size: 0;
  border-radius: 50%;
  background: #f7f7f7;
  border: 0;
  cursor: pointer;
}
.fotokonkurs-slider__arrow .slick-prev {
  transform: rotate(180deg);
}

.fotokonkurs-slider__arrow .slick-arrow:before {
  content: '';
  display: block;
  position: absolute;
  left: calc(50% - 3px);
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  border-right: 1px solid #000;
  border-top: 1px solid #000;
}
.fotokonkurs-slider__arrow .slick-arrow:not(:first-child) {
  margin-left: 10px;
}

.fotokonkurs-slider__list {
  margin: 0 -10px;
}
.fotokonkurs-slider__item img {
  display: block;
  margin: 0 !important;
  min-height: 100%;

}
.fotokonkurs-slider__item {
  padding: 0 !important;
  margin: 0 10px;
}
.fotokonkurs-slider__item figure {
  margin: 0 0 35px 0;
}

.fotokonkurs-slider__info-name {
  font-size: 16px;
  margin-bottom: 15px;
}

.fotokonkurs-slider__info-title {
  font-size: 14px;
  color: #d3d3d3;

}

.fotokonkurs-slider__btn {
  margin-top: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}

.fotokonkurs-slider__btn .btn {
  background: #fae158;
  color: #000;
  padding: 14px 22px;
  border-radius: 25px;
  transition: background .3s ease

}

.fotokonkurs-slider__btn .btn:hover {
  background: #e8d152;


}

.catalog-warning {
  position: relative;
  
  background: #9fd172;
  padding: 30px 150px 30px 108px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.catalog-warning:before {
  content: '!';
  display: block;
  width: 38px;
  height: 38px;
  border: 3px solid #fff;
  position: absolute;
  top: calc(50% - 19px);
  left: 38px;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 34px;
  border-radius: 50%;
}

.catalog-warning__title {
  color: #fff;
}
.catalog-warning__text {
  color: rgba(0, 0, 0, 0.502);
  margin-top: 10px;
}
/*body:not(.auth) .s_bl_menu .personal,
body:not(.auth) .header-pages-navigation__item.personal{
  display: none;
}*/



body .header-search{
  width: calc(100% - 890px);
}

.table-wrapper {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.back {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 10px 0;
}
.back:before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid;
	border-left: 1px solid;
	transform: rotate(-45deg);
	margin-right: 10px;
}

.not-active .basket-table__delete-item {
	background: none;
	width: auto;
	height: auto;
	padding-left: 20px;
}

.all-number-users {
	margin-bottom: 15px;
}

.statistics-table td, .statistics-table th {
	border: 1px solid #b2b2b2;
	padding: 10px;
	vertical-align: middle;
}
.statistics-table td:last-child {
	vertical-align: middle;
	text-align: center;
}
.statistics-table {
	margin-bottom: 30px;

}

 .goods-slider__item-price {
  display: flex;
  flex-direction: column;
 }
.stage__item {
  display: flex;
  justify-content: space-between;
}

.stage__item:not(:first-child) {
  margin-top: 120px;
}
.stage--left {
  flex: 1 1 auto;
  padding: 20px
}
.stage--right {
  width: 400px;
}

.stage--right img {
  z-index: 10;
  position: relative;
  
}

.stage__text {
  position: relative;
  font-size: 18px;
  
}
.stage__text:before {
  content: attr(data-num);
  position: relative;
  z-index: 10;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #add077;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;

}

.stage__text:after {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  width: 140%;
  height: 1px;
  background: #e6e6e6; 
}

.stage figure {
  margin: 0;
}

.bl_page_wrap{
padding-bottom: 314px;
	}

.container {
  width: 1130px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 5px;
}

.container-fluid {
  width: 100%;
  min-width: 1130px;
  background-color: #fff;
}

.container-fluid_header {
  background-color: #fff;
}

.container-fluid_header-top {
  margin-bottom: 1px;
  height: 51px;
}

.container-fluid_header-bottom {
  height: 110px;
}

.header-top, .header-bottom {
  font-size: 0;
  position: relative;
}

.header-top__item, .header-bottom__item {
  display: inline-block;
  vertical-align: top;
}

.header-pages-navigation {
  display: inline-block;
}

.header-pages-navigation__item {
  list-style-type: none;
  display: inline-block;
  margin-right: 20px;
  height: 51px;
  line-height: 51px;
}

.header-pages-navigation__item-link {
  color: #191919;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}
.header-pages-navigation__item-link:hover {
  color: #989898;
}

.header-pages-navigation__item-link_active {
  font-weight: 400;
}

.header-search {
  width: 550px;
  position: relative;
}

.header-search-form {
  margin-top: 8px;
  border: 1px solid transparent;
  border-radius: 15px;
  background: url("../images/search-loupe.png") no-repeat 15px 50%, #f7f7f7;
  position: relative;
}
.header-search-form:hover .header-search-form__input-submit {
  display: inline-block;
}

.header-search-form__input-text {
  padding-left: 40px;
  padding-right: 35px;
  cursor: text;
  border: none;
  background-color: transparent;
  font-size: 15px;
  color: #676767;
  display: inline-block;
  vertical-align: top;
  height: 33px;
  width: 100%;
  outline: none;
}
.header-search-form__input-text:focus {
  background: #f7f7f7;
  border-radius: 15px;
}
.header-search-form__input-text:focus ~ .header-search-form__input-reset {
  display: inline-block;
  background: url("../images/search-close.png") no-repeat 50%;
}
.header-search-form__input-text:focus + .header-search-form__input-submit {
  display: inline-block;
  background: url("../images/search-loupe.png") no-repeat 50%;
}
.header-search-form__input-text:focus + .header-search-form__input-text {
  cursor: text;
}

.header-search-form__input-text_focused {
  background: #f7f7f7;
  border-radius: 15px;
}
.header-search-form__input-text_focused ~ .header-search-form__input-submit {
  display: inline-block;
  background: url("../images/search-loupe.png") no-repeat 50%;
}
.header-search-form__input-text_focused ~ .header-search-form__input-reset {
  display: inline-block;
  background: url("../images/search-close.png") no-repeat 50%;
}

.header-search-form__input-submit {
  display: none;
  cursor: pointer;
  border: none;
  outline: none;
  height: 33px;
  width: 35px;
  position: absolute;
  background-color: transparent;
  left: 4px;
  top: 0;
}

.header-search-form__input-reset {
  display: none;
  cursor: pointer;
  border: none;
  outline: none;
  height: 33px;
  width: 35px;
  position: absolute;
  left: 0;
  top: 0;
}

.header-address {
  font-size: 15px;
  line-height: 51px;
  color: #989898;
  position: absolute;
  top: 0;
  max-width: 280px;
  right: 5px;
  padding-left: 20px;
  background: url("../images/header-geometka.png") no-repeat 5px 50%;
  white-space: nowrap;
}

.header-bottom__image {
  margin-top: 19px;
}

.header-bottom__main-header {
  margin-bottom: 5px;
}

.header-bottom__main-header-link {
  font-size: 26px;
  font-weight: 900;
  color: #191919;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
}

.header-bottom__main-description {
  font-weight: 300;
  font-size: 13px;
  color: #191919;
  margin-top: -5px;
}

.header-bottom__headers {
  margin-top: 39px;
  margin-left: 23px;
}

.header-bottom__contacts {
  position: absolute;
  right: 210px;
  top: 30px;
  padding-top: 4px;
  width: 150px;
  height: 55px;
  border-right: 1px solid #e4e4e4;
}

.header-bottom__tel-link {
  font-size: 15px;
  font-weight: bold;
  color: #191919;
  text-decoration: none;
}

.header-bottom__mail-link {
  position: absolute;
  margin-left: 26px;
  font-size: 15px;
  font-weight: 300;
  color: #191919;
  text-decoration: none;
}
.header-bottom__mail-link::before {
  background-image: url("../images/header-mail.png");
  position: absolute;
  width: 25px;
  height: 20px;
  content: "";
  margin-left: -25px;
  background-position: 0px 3px;
  background-repeat: no-repeat;
}

.header-bottom__cart {
  position: absolute;
  right: 175px;
  top: 40px;
}

.header-bottom__cart-link {
  font-size: 15px;
  color: #191919;
  font-weight: bold;
  text-decoration: none;
  position: absolute;
  margin-left: 0;
}
.header-bottom__cart-link::before {
  background-image: url("../images/header-cart.png");
  position: absolute;
  width: 56px;
  height: 30px;
  content: "";
  margin-left: 0;
  background-position: 0px 0px;
  background-repeat: no-repeat;
}

.header-bottom__cart-badge {
  color: #fff;
  background-color: #90ca45;
  position: absolute;
  top: -10px;
  left: 21px;
  width: 20px;
  height: 21px;
  text-align: center;
  border-radius: 10px;
  letter-spacing: 0px;
  padding: 1px 0 0 0;
  margin: 0;
}

.header-bottom__cart-badge_more-than-nine {
  width: 28px;
}

.header-bottom__cart-badge_empty {
  background-color: #cacaca;
}

.header-bottom__cart-top-str {
  position: absolute;
  top: -4px;
  left: 56px;
  width: 100px;
}

.header-bottom__cart-bottom-str {
  position: absolute;
  top: 16px;
  left: 56px;
  width: 100px;
}

.header-menu {
  width: 100%;
  height: 60px;
  background-color: #9fd172;
  margin: 20px 0;
  border-radius: 10px;
  font-size: 0;
  display: flex;
  justify-content: space-around;
}

.header-menu__first-level-li {
  display: inline-block;
  margin: 0 7px;
  position: relative;
}
.header-menu__first-level-li:hover .header-menu__second-level-ul {
  display: block;
}
.header-menu__first-level-li:after {
  position: absolute;
  right: -7px;
  top: 15px;
  background-color: #b4db91;
  width: 1px;
  height: 28px;
  content: "";
}
.header-menu__first-level-li:last-child:after {
  display: none;
}

.header-menu__first-level-link {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  height: 60px;
  padding: 0 50px 0 35px;
  display: inline-block;
  line-height: 60px;
  cursor: pointer;
  position: relative;
  /*width: 264px;*/
  z-index: 1001;
  vertical-align: top;
  text-decoration: none;
}
.header-menu__first-level-link:hover {
  text-decoration: underline;
  color: white;
}

.header-menu__first-level-link::before {
  content: "";
  width: 30px;
  height: 32px;
  position: absolute;
  margin-left: -30px;
}

.header-menu__second-level-ul + .header-menu__first-level-link::after {
  position: absolute;
  background: url("../images/menu-arrow-down.png") no-repeat 10px 26px;
  content: "";
  width: 30px;
  height: 60px;
}

.header-menu__first-level-link {
  padding: 0 50px;

}

.header-menu__first-level-link_cat {
  /*padding: 0 20px 0 90px;*/
}
.header-menu__first-level-link_cat::before {
  background: url("../images/menu-cat.png") no-repeat;
  top: 14px;
}

.header-menu__first-level-link_dog {
  /*padding: 0 20px 0 85px;*/
}
.header-menu__first-level-link_dog::before {
  background: url("../images/menu-dog.png") no-repeat;
  top: 17px;
}

.header-menu__first-level-link_service {
  /*padding: 0 20px 0 70px;*/
}
.header-menu__first-level-link_service::before {
  background: url("../images/menu-service.png") no-repeat;
  top: 17px;
}

.header-menu__first-level-link_dostavka {
  /*padding: 0 20px 0 70px;*/
}
.header-menu__first-level-link_dostavka::before {
  background: url("../images/menu-dostavka.png") no-repeat;
  top: 20px;
}

.header-menu__first-level-link_sale::before {
  background-image: url("../images/ico-sale.png");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: top;
  top: 17px;

}

.header-menu__second-level-ul {
  display: none;
  width: 100%;
  position: absolute;
  background: #95c46b;
  top: 6px;
  z-index: 1000;
  padding-top: 54px;
  border-radius: 10px;
  padding-bottom: 8px;
}

.header-menu__second-level-li {
  list-style-type: none;
}

.header-menu__second-level-link {
  font-size: 16px;
  color: #fff;
  display: block;
  width: 100%;
  padding: 5px 0;
  padding-left: 26px;
  cursor: pointer;
  text-decoration: none;
}

.header-menu__second-level-li:not(:first-child) {
  margin-top: 5px;
}

.header-menu__second-level-li:hover {
  background-color: #8ab663;
}
  

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 314px;
}

.container-fluid_footer-top {
  background-color: #9fd172;
  /*height: 237px;*/
  border-bottom: 1px solid #93c26a;
  padding-top: 55px;
  font-size: 0;
}

.container-fluid_footer-bottom {
  background-color: #9fd172;
  height: 77px;
}

.footer-top {
  position: relative;
}

.footer-top__row {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
}

.footer-top__row_row1 {
  width: 200px;
}

.footer-top__row_row2 {
  width: 154px;
}

.footer-top__row_row3 {
  width: 180px;
}

.footer-top__row_row4 {
  position: absolute;
  right: 5px;
}

.footer-top__list-head-link {
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 25px;
}

.footer-top__list-li {
  list-style-type: none;
}

.footer-top__list-head-link:hover {
  color: #e6e6e6;
}

.footer-top__list-link {
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
}
.footer-top__list-link:hover {
  color: #e6e6e6;
}

.footer-top-row4__part1, .footer-top-row4__part2 {
  display: inline-block;
  vertical-align: top;
}

.footer-top-row4__part1 {
  width: 185px;
}

.footer-top-row4__line {
  min-height: 30px;
}

.footer-top-row4__phone {
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.footer-top-row4__phone:hover {
  color: #e6e6e6;
}

.footer-top-row4__email {
  color: #ffffff;
  font-size: 15px;
}
.footer-top-row4__email:hover {
  text-decoration: none;
  color: #fff;
}

.footer_top-row4__address {
  color: #ffffff;
  font-size: 15px;
  margin-left: 26px;
  max-width: 250px;
}
.footer_top-row4__address::before {
  background-image: url("../images/footer-geometka.png");
  position: absolute;
  width: 16px;
  height: 20px;
  content: "";
  margin-left: -25px;
  background-position: 3px 3px;
  background-repeat: no-repeat;
}

.header-bottom__mail-link_footer {
  color: #ffffff;
  font-size: 15px;
  position: absolute;
}
.header-bottom__mail-link_footer:hover {
  color: #e6e6e6;
}
.header-bottom__mail-link_footer::before {
  background-image: url("../images/footer-mail.png");
}

.footer-bottom {
  position: relative;
}

.footer-bottom__sitename, .footer-bottom__socials {
  display: inline-block;
  vertical-align: top;
}

.footer-bottom__sitename {
  font-size: 15px;
  color: #6b8d4d;
  font-weight: 300;
  /*line-height: 77px;*/
  height: 77px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 85px;
}

.footer-bottom__socials {
  margin-top: 25px;
}

.footer-socials__li {
  display: inline-block;
  list-style-type: none;
  margin-right: 10px;
}

.footer-socials__icon:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.footer-bottom__creator-info {
  position: absolute;
  right: 5px;
  top: 24px;
  color: #6b8d4d;
  font-size: 15px;
  font-weight: 300;
}

.footer-bottom__creator-info-link {
  text-decoration: none;
  color: #6b8d4d;
}
.footer-bottom__creator-info-link:hover {
  color: inherit;
}

.footer-bottom__xpage-logo {
  position: relative;
  top: 5px;
  margin-left: 2px;
}

.index-top-banners {
  font-size: 0;
  margin-bottom: 34px;
  height: 320px;
}

.index-top-banners__main-slider {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 736px;
  margin-right: 20px;
  height: 320px;
  border-radius: 10px;
}

.index-top-banners__main-banner {
  display: inline-block;
  vertical-align: top;
  width: 364px;
  height: 320px;
}

.index-top-banners__main-banner-link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.index-top-banners__main-banner-image {
  border-radius: 10px;
  width: 100%;
}

.s1.swiper-container {
  width: 736px;
  height: 320px;
}

.main-slider__button-prev, .main-slider__button-next {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 50%;
  margin-top: -38px;
  margin-left: -38px;
  cursor: pointer;
  z-index: 1;
}

.main-slider__button-prev {
  background: url("../images/main-slider-arrow-left.png") no-repeat 50% 50%;
  left: 0;
  margin-left: -38px;
}
.main-slider__button-prev:hover {
  background: url("../images/main-slider-arrow-left-hover.png") no-repeat 50% 50%;
}

.main-slider__button-next {
  background: url("../images/main-slider-arrow-right.png") no-repeat 50% 50%;
  right: 0;
  margin-right: -38px;
}
.main-slider__button-next:hover {
  background: url("../images/main-slider-arrow-right-hover.png") no-repeat 50% 50%;
}

.s1 .swiper-slide img {
  border-radius: 10px;
}

.main-slider__pagination {
  position: absolute;
  left: 50px;
  bottom: -19px;
  background-color: #f7f7f7;
  width: 150px;
  height: 38px;
  border-radius: 19px;
  z-index: 3;
  padding: 13px 0 0 20px;
}

.s1 + .main-slider__pagination .swiper-pagination-bullet {
  margin-right: 7px;
  background-color: #d5d5d5;
}

.s1 + .main-slider__pagination .swiper-pagination-bullet-active {
  background-color: #9fd172;
}

.main-and-aside__aside, .main-and-aside__main {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  margin-bottom: 34px;
}

.main-and-aside__aside {
  width: 255px;
  margin-right: 33px;
}

.main-and-aside__aside ~ .main-and-aside__main {
  width: 827px;
}

.aside-menu {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.aside-menu__first-level-link {
  font-size: 18px;
  font-weight: 300;
  color: #131313;
  text-decoration: none;
}

.aside-menu__second-level-link {
  font-size: 15px;
  font-weight: 300;
  color: #131313;
  text-decoration: none;
}

.aside-menu__second-level-link_selected {
  font-weight: bold;
}

.aside-menu__first-level-link, .aside-menu__second-level-link {
  display: inline-block;
  width: 100%;
  
  line-height: 24px;
  margin-bottom: 14px;
}
.aside-menu__first-level-link:hover, .aside-menu__second-level-link:hover {
  color: #939393;
}

.aside-menu__first-level-li {
  list-style-type: none;
  padding: 26px;
}
.aside-menu__first-level-li:first-of-type {
  border-bottom: 2px solid #9fd172;
}

.aside-menu__second-level-ul {
  margin-top: 15px;
}

.aside-menu__second-level-li {
  list-style-type: none;
}

.aside-banner {
  display: inline-block;
  vertical-align: top;
  width: 255px;
  height: 315px;
  border-radius: 10px;
}

.aside-banner__link {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.aside-banner__image {
  border-radius: 10px;
  width: 100%;
}

.aside-main-menu {
  list-style-type: none;
  padding: 25px;
}

.container-prefooter-content {
  background-color: #ffffff;
  padding: 60px 0;
  font-size: 16px;
}

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

p.container-prefooter-content__header {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

.goods-slider__header {
  font-size: 24px;
  color: #131313;
  margin: 20px 0 30px;
}

.goods-slider__header_news {
  margin-top: 30px;
}

.s2 .swiper-slide, .s3 .swiper-slide {
  position: relative;
  z-index: 90;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  max-width: 253px;
}

.s2 .swiper-slide, .s3 .swiper-slide {
  width: 253px;
}

.goods-slider {
  position: relative;
}

.goods-slider__button-prev, .goods-slider__button-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: -6px;
  cursor: pointer;
  z-index: 1;
}

.goods-slider__button-prev {
  background: url("../images/main-slider-arrow-left.png") no-repeat 50% 50%;
  right: 50px;
}
.goods-slider__button-prev:hover {
  background: url("../images/main-slider-arrow-left-hover.png") no-repeat 50% 50%;
}

.goods-slider__button-next {
  background: url("../images/main-slider-arrow-right.png") no-repeat 50% 50%;
  right: 0;
}
.goods-slider__button-next:hover {
  background: url("../images/main-slider-arrow-right-hover.png") no-repeat 50% 50%;
}

.s2 .swiper-slide, .s3 .swiper-slide {
  border-radius: 10px;
  padding: 12px;
  position: relative;
  flex-direction: column;
  text-align: left;
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  -webkit-justify-content: inherit;
  justify-content: inherit;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  -webkit-align-items: inherit;
  align-items: inherit;
}

.goods-slider__item-tag {
  position: absolute;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 4px;
  height: 23px;
  line-height: 23px;
  padding-left: 9px;
  width: 59px;
}

.goods-slider__item-tag_discount {
  background: #5fb4ea url("../images/goods-tag-discount-mask.png") 100% 0 no-repeat;
}
.goods-slider__item-tag_popular{
background: #9fd172 url("../images/goods-tag-discount-mask_sale.png") 100% 0 no-repeat;
}

.goods-slider__item-tag_new {
  background: #dc4b60 url("../images/goods-tag-new-mask.png") 100% 0 no-repeat;
}

.goods-slider__item-link {
  position: relative;
  z-index: 100;
  display: block;
  text-decoration: none;
  font-size: 16px;
  color: #131313;
  text-align: center;
  margin-top: 25px;
}

.goods-slider__item-image {
  max-width: 229px;
}

.goods-slider__item-name {
  text-align: left;
  min-height: 60px;
}

.goods-slider__item-price {
  font-size: 20px;
  color: #1a1a1a;
  line-height: 39px;
  margin-right: 7px;
}

.goods-slider__item-panel {
  margin: 10px 0;
}

.goods-slider__item-cart-panel {
  font-size: 0;
  display: flex !important;
  -ms-align-items: center;
  align-items: center;
}

.goods-slider__item-cart-panel .favorite-a {
  position: static;
  margin-right: auto;
}

.main-and-aside__main .goods-slider__item-cart-panel {
	float: right;
	}

.goods-slider__item-cart-minus, .goods__item-cart-minus, .goods-slider__item-cart-input, .goods-slider__item-cart-plus, .goods__item-cart-plus, .goods-slider__item-cart-add {
  display: inline-block;
  border: 1px solid #e6e6e6;
  font-size: 20px;
  height: 38px;
  vertical-align: top;
  color: #000000;
  padding: 0;
}

.goods-slider__item-cart-minus,
.goods__item-cart-minus {
  border-top-left-radius: 19px;
  border-bottom-left-radius: 19px;
  width: 30px;
  padding-left: 6px;
  padding-top: 8px;
  text-decoration: none;
}
.goods-slider__item-cart-minus:hover,
.goods__item-cart-minus:hover {
  background: #f2f2f2;
}

.goods-slider__item-cart-input {
  width: 30px;
  border-left-width: 0;
  border-right-width: 0;
  outline: none;
  text-align: center;
  border-radius: 0;
}

.goods-slider__item-cart-plus,
.goods__item-cart-plus {
  border-top-right-radius: 19px;
  border-bottom-right-radius: 19px;
  width: 60px;
  padding-left: 8px;
  padding-top: 8px;
  text-decoration: none;
  text-align: left;
}
.goods-slider__item-cart-plus:hover,
.goods__item-cart-plus:hover {
  background: #f2f2f2;
}

.goods-slider__item-cart-add {
  background: #fae158 url(../images/header-cart.png) no-repeat 50% 50%;
  width: 38px;
  height: 38px;
  background-size: 17px;
  display: inline-block;
  border-radius: 19px;
  margin-left: -33px;
  border: none;
  
  cursor: pointer;
}
.goods-slider__item-cart-add:hover {
  background: #9fd172 url(../images/cart-white.png) no-repeat 50% 50%;
  background-size: 17px;
  color: #fff;
}

.container.page-404 {
  width: 600px;
  font-size: 0;
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 400px;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}

.page-404__link {
  font-size: 18px;
  color: #569101;
  text-align: left;
  display: block;
}
.page-404__link:hover {
  color: #569101;
  text-decoration: none;
}

.page-404__p {
  font-size: 18px;
  color: #191919;
  text-align: left;
}

.breadcrumbs {
  margin: 30px 0 20px;
}

.breadcrumbs__li {
  display: inline;
  color: #b2b2b2;
  font-size: 15px;
  font-weight: 300;
}
.breadcrumbs__li:last-child .breadcrumbs__link:after {
  content: "";
}

.breadcrumbs__link {
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  color: #b2b2b2;
  display: inline;
}
.breadcrumbs__link:hover {
  text-decoration: none;
  color: #333333;
}
.breadcrumbs__link:after {
  content: " / ";
}

h1, .main__h1 {
  font-size: 24px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 27px;
}

h2, .main__h2 {
  font-size: 18px;
  font-weight: 500;
  color: #131313;
  margin: 10px 0;
  line-height: 27px;
}

h3, .main__h3 {
  font-size: 18px;
  font-weight: 500;
  color: #131313;
  margin: 10px 0;
  line-height: 27px;
}

.content-wrapper {
  padding: 32px;
  background-color: #fff;
  border-radius: 10px;
  color: #191919;
  font-size: 15px;
  font-weight: 300;
}

.content-wrapper p {
  margin: 0 0 15px;
  line-height: 25px;
}

.content-wrapper img {
  max-width: 100%;
}

.content-wrapper img.full-width {
  width: 100%;
}

.content-wrapper .text-dashed {
  color: #569101;
  border-bottom: 1px dashed #569101;
}

.content-wrapper ul {
  padding-left: 25px;
  margin: 10px 0 20px;
}

.content-wrapper img.img-left {
  float: left;
  margin: 0 30px 40px 0;
}

.content-wrapper img.img-right {
  float: right;
  margin: 0 0 40px 30px;
}

.content-wrapper table {
  width: 100%;
}

.content-wrapper tr td:last-child {
  text-align: right;
}

.content-wrapper thead td {
  font-weight: bold;
}

table td {
  vertical-align: top;
}

.content-wrap {
  overflow: auto;
}

.content-wrapper_news, .content-wrapper_catalog-item {
  padding: 0;
  background-color: inherit;
}

.content-wrapper_catalog-item {
  border-radius: 0;
}

.news-group {
  overflow: hidden;
  position: relative;
}

.news-group__row {
  margin-bottom: 40px;
}
.news-group__row:after, .news-group__row:before {
  content: "";
  display: table;
  clear: both;
}

.news-group__item {
  background-color: #fff;
  width: 33%;
  float: left;
  margin-right: 5%;
  position: relative;
}
.news-group__item:last-child {
  margin-right: 0;
}

/* .news-group__item:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  left: 0;
  background: #fff;
}
 */
.news-group__item {
  width: 33%;
  float: left;
  padding: 0;
  background: #fff;
  color: #6d7072;
  border: 1px solid #e2e2e2;
}

.news-group__item, .news-group__item:before {
  width: 30%;
  border-radius: 10px;
}

.news-group__item:nth-child(1):before {
  left: 0;
}

.news-group__item:nth-child(2):before {
  left: 35%;
}

.news-group__item:nth-child(3):before {
  left: 70%;
}

.news-group__info-wrap {
  padding: 20px 24px;
}

.news-group p {
  margin-bottom: 10px;
  line-height: 20px;
}

.news-group__img {
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.news-group__date {
  color: #659926;
  font-size: 15px;
  font-weight: bold;
}

.news-group__name {
  line-height: 21px;
  margin: 0 0 13px;
}

.content-wrapper_news .news-group__link {
  font-size: 15px;
  font-weight: bold;
  margin-top: 15px;
  color: #191919;
  display: inline-block;
}
.content-wrapper_news .news-group__link:hover {
  color: #659926;
}

.pagination, .content-wrapper .pagination {
  list-style-type: none;
  padding: 0 0 30px;
}

.pagination__li {
  display: inline-block;
  width: 38px;
  height: 38px;
}

.pagination__link {
  display: inline-block;
  width: 38px;
  height: 38px;
  margin-right: 5px;
  line-height: 38px;
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
}
.pagination__link:hover, .pagination__link.active {
  background: #9fd172;
  border-radius: 50%;
  color: #fff;
}
.pagination__link:active {
  background: #e5e5e5;
  border-radius: 50%;
  color: #1a1a1a;
}

.pagination__link_arrows {
  font-weight: bold;
  color: #659926;
}

.contacts__hr {
  height: 2px;
  background: #f7f7f7;
  margin: 30px 0;
  border: none;
}

.contacts-left {
  width: 305px;
  float: left;
}

.contacts-right {
  margin-left: 330px;
  min-height: 250px;
}

.contacts-left.button_submit {
  clear:both;
}
.contacts__form .contacts-left.button_submit input[type="submit"] {
  margin-top: 0;
}

div.dd, dd {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}

div.dt, dt {
  margin-bottom: 15px;
}

.contacts__form-header {
  font-size: 18px;
  color: #131313;
  margin-bottom: 10px;
}

.contacts__form textarea {
  width: 100%;
  min-height: 182px;
}

.contacts__form input[type=text], .contacts__form textarea, .make-order__form input[type=text], .make-order__form textarea, .contacts__form input[type=phone], .contacts__form input[type=email], .make-order__form input[type=phone], .make-order__form input[type=email]{
  width: 100%;
  display: block;
}
.contacts__form input[type=text]:focus, .contacts__form textarea:focus, .make-order__form input[type=text]:focus, .make-order__form textarea:focus {
  background-color: #fff;
}

.contacts__form label {
  font-size: 15px;
  font-weight: 300;
  color: #111111;
  margin: 16px 0 0;
  display: block;
}

.contacts__form input[type=submit], .make-order__form input[type=submit] {
  height: 38px;
  border-radius: 19px;
  background-color: #fae158;
  color: #1a1a1a;
  font-size: 16px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}
.contacts__form input[type=submit]:hover, .make-order__form input[type=submit]:hover {
  background-color: #9fd172;
  color: #fff;
}
.contacts__form input[type=submit]:active, .make-order__form input[type=submit]:active {
  background-color: #86b35f;
  color: #fff;
}

.content-wrapper_catalog {
  padding: 0;
  background-color: inherit;
}

.news-group__item_catalog {
  padding: 12px;
  width: 32%;
  margin-right: 2%;
}

.news-group__item_catalog, .news-group__item_catalog:before {
  width: 32%;
  border-radius: 10px;
}

.news-group__item_catalog:nth-child(1):before {
  left: 0;
}

.news-group__item_catalog:nth-child(2):before {
  left: 34%;
}

.news-group__item_catalog:nth-child(3):before {
  left: 68%;
}

.catalog-filter-panel {
  margin: 10px 0 30px;
}

.catalog-filter-panel__show, .catalog-filter-panel__sorting {
  font-size: 15px;
  font-weight: 300;
  color: #8f8f8f;
}

.catalog-filter-panel__sorting {
  float: left;
}

.catalog-filter-panel__show {
  float: right;
}

.catalog-filter-panel__sorting-select {
  max-width: 300px;
}

.catalog-filter-panel__show-select {
  background-position-x: 85%;
}

.catalog-aside-filters {
  background-color: #ffffff;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 2px solid #9fd172;
}

.catalog-aside-filters__group {
  border-bottom: 2px solid #f7f7f7;
  border-bottom: 2px solid #9fd172;
  padding: 25px;
}

.catalog-aside-filters__group-switch {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #131313;
  position: relative;
}
.catalog-aside-filters__group-switch:after {
  position: absolute;
  right: 0;
  background-image: url("../images/catalog-filter-arrows-right.gif");
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  margin-top: -4px;
  background-repeat: no-repeat;
}

.catalog-aside-filters__group-container {
  display: none;
  margin-top: 30px;
}

.catalog-aside-filters__group-container select {
  width: 100%;
}

.catalog-aside-filters__group_visible .catalog-aside-filters__group-container {
  display: block;
}

.catalog-aside-filters__group_visible .catalog-aside-filters__group-switch:after {
  background-image: url("../images/catalog-filter-arrows.gif");
}

.catalog-aside-filters__group .aside-menu {
  margin-bottom: 0;
  margin-top: 20px;
  padding: 0;
}

.aside-menu{
   border: 2px solid #9fd172;
}

input, textarea {
  border: 1px solid #e2e2e2;
  background-color: #f7f7f7;
  border-radius: 10px;
  outline: none;
}

textarea {
  resize: vertical;
  padding: 10px;
}

input {
  height: 37px;
  padding: 0 10px;
}

select {
  height: 38px;
  -webkit-appearance: none;
  background-image: url("../images/select-arrows.gif");
  background-color: #fff;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  /* for IE */
  -ms-appearance: none;
  appearance: none !important;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  outline: none;
  padding-left: 10px;
  padding-right: 30px;
  max-width: 200px;
  background-position: 95% center;
  font-size: 15px;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 20px;
  height: 20px;
}

.checkbox + label {
  cursor: pointer;
}

.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}

.checkbox:not(checked) + label {
  position: relative;
  padding: 2px 0 0 30px;
  line-height: 20px;
}

.checkbox:not(checked) + label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/checkbox-normal.jpg");
  background-repeat: no-repeat;
}

.checkbox:not(checked) + label:before:hover {
  background: url("../images/checkbox-hover.jpg");
}

.checkbox:checked + label:before {
  background: url("../images/checkbox-active.png");
}

.radio {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 20px;
  height: 20px;
}

.radio + label {
  cursor: pointer;
}

.radio:not(checked) {
  position: absolute;
  opacity: 0;
}

.radio:not(checked) + label {
  position: relative;
  padding: 2px 0 0 30px;
  line-height: 20px;
}

.radio:not(checked) + label:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/radio-normal.jpg");
  background-repeat: no-repeat;
}

.radio:not(checked) + label:before:hover {
  background: url("../images/radio-hover.jpg");
}

.radio:checked + label:before {
  background: url("../images/radio-active.png");
}

.catalog-aside-filters__group-container label {
  font-size: 15px;
  font-weight: 300;
  color: #131313;
  display: block;
  margin: 5px 0;
}

.catalog-aside-filters__range, .catalog-aside-filters__range-slider {
  font-size: 15px;
  font-weight: 300;
}

.catalog-aside-filters__range-slider {
  margin-bottom: 20px;
}

.catalog-aside-filters__range-left {
  float: left;
}

.catalog-aside-filters__range-right {
  float: right;
}

.catalog-aside-filters__range input[type=text] {
  background-color: #fff;
  display: inline-block;
  width: 70px;
}

.ui-widget-content {
  border: none;
  margin-right: 8px;
  margin-left: 8px;
}

.ui-slider-horizontal .ui-slider-range {
  height: 3px;
}

.ui-widget-header {
  background: #9fd172;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 3px solid #9fd172;
  background: #fff;
  font-weight: normal;
  color: #555;
  border-radius: 50%;
  height: 17px;
  width: 17px;
  outline: none;
  cursor: pointer;
}

.ui-widget-content {
  border: none;
  height: 3px;
  background: #f1f1f1;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -6px;
  margin-left: -8px;
}

.catalog-item__block-photos {
  float: left;
  width: 280px;
}

.catalog-item__block-item-info {
  width: 100%;
  padding-left: 308px;
}

.catalog-item__info-inner {
  border-radius: 10px;
  background-color: #fff;
  padding: 0;
}

.catalog-item__info-inner-group {
  padding: 27px;
  border-bottom: 2px solid #f7f7f7;
}

.catalog-item__photo-big {
  width: 100%;
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.catalog-item__photo-small-link {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  padding: 5px;
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  margin-right: 20px;
}
.catalog-item__photo-small-link:last-child {
  margin-right: 0;
}

.basket-table__tr-item .catalog-item__photo-small-link {
  margin-left: 10px;
}

.basket-table .date{
  font-size: 14px;
}

.basket-table .date:last-child{
  margin: 0 0 10px;
}

.basket-table .date:not(:last-child){
  margin: 10px 0 0;
}

.save-favorite{
  margin: 10px auto 0;
  display: block;
  border-radius: 19px;
  background-color: #fae158;
  color: #1a1a1a;
  font-size: 16px;
  padding: 8px 20px 10px;
  cursor: pointer;
  max-width: 120px;
}

.catalog-item__photo-small-img {
  max-width: 100%;
  max-height: 70px;
}

.catalog-item__row {
  font-size: 0;
  margin-bottom: 20px;
}

.catalog-item__info-inner .goods-slider__item-panel {
  margin: 0;
}

.catalog-item__info-inner .goods-slider__item-price {
  font-size: 25px;
  color: #1a1a1a;
  display: block;
  /*margin-bottom: 10px;*/
}

.catalog-item__info-inner .goods-slider__item-cart-add {
  line-height: 38px;
  padding-left: 40px;
  padding-right: 20px;
  background-position: 11px 50%;
  width: inherit;
  background-image: url(../images/header-cart.png);
}
.catalog-item__info-inner .goods-slider__item-cart-add:hover {
  background: #9fd172 url(../images/cart-white.png) no-repeat 11px 50%;
  background-size: 17px;
  color: #fff;
}

.catalog-item__info-inner .goods-slider__item-cart-panel {
  margin: 20px 0;
  display: block;
}

p.catalog-item__status {
  color: #131313;
  font-size: 15px;
  font-weight: 300;
  position: relative;
  padding-left: 20px;
  margin: 10px 0;
  text-align: left;
}
p.catalog-item__status:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #dc4b60;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

p.catalog-item__status_open:before {
  background-color: #9fd172;
}

.catalog-aside-filters__group_description .catalog-aside-filters__group-container {
  margin-top: 0;
}

.catalog-aside-filters__group-switch.catalog-aside-filters__group-switch_description {
  font-size: 15px;
  font-weight: 300;
  color: #569101;
  background: none;
}
.catalog-aside-filters__group-switch.catalog-aside-filters__group-switch_description:after {
  content: "↑";
  position: relative;
  color: #569101;
  padding-left: 15px;
  background-image: none;
}

.catalog-aside-filters__group-switch.catalog-aside-filters__group-switch_description.catalog-aside-filters__group-switch_closed:after {
  content: "→";
}

.basket {
  width: 100%;
}

.basket-table {
  width: 100%;
  border-collapse: collapse;
}

.basket-table__th-img {
  width: 100px;
}

.basket-table__th-name {
  width: 60%;
}

.basket-table__th-price {
  width: 10%;
}

.basket-table__th-count {
  width: 13%;
}

.basket-table__th-sum {
  width: 15%;
}

.basket-table__th-delete-item {
  width: 20px;
}

.basket-table th {
  text-align: left;
  font-size: 15px;
  font-weight: 300;
  color: #b2b2b2;
  height: 30px;
  vertical-align: top;
}

.basket-table__tr-item {
  background: #fff;
  padding: 5px;
  border-bottom: 2px solid #f7f7f7;
}

.basket-table__tr-item td {
  height: 180px;
  vertical-align: middle;
}

.catalog-item__status.catalog-item__status_margin {
  margin: 0;
  margin-bottom: 10px;
}

.main__h2_basket {
  margin-top: 10px;
}

.basket-table__item-link {
  color: #000000;
}

.basket-table__item-price {
  font-size: 20px;
  color: #1a1a1a;
}

.goods-slider__item-cart-plus_wid30 {
  width: 30px;
}

.basket-table__delete-item {
  display: block;
  background: url("../images/cart-delete-normal.png") no-repeat 50% 50%;
  width: 30px;
  height: 100%;
  margin-right: 20px;
}
.basket-table__delete-item:hover {
  background: url("../images/cart-delete-hover.png") no-repeat 50% 50%;
}

.basket-summary-price {
  font-size: 18px;
  font-weight: 300;
  color: #1c1c1c;
  text-align: right;
  margin: 30px 130px 30px 0;
}

.basket-summary-price__price {
  font-size: 20px;
  font-weight: bold;
  color: #1c1c1c;
}

.make-order__header {
  font-size: 24px;
  font-weight: 500;
  color: #131313;
  margin-bottom: 40px;
}

.make-order__form {
  background-color: #fff;
  border-radius: 10px;
  font-size: 0;
  position: relative;
  margin-bottom: 370px;
}

.make-order__column {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  padding: 27px;
}
.make-order__column:before {
  position: absolute;
  content: " ";
  width: 2px;
  height: 390px;
  background: #f7f7f7;
  right: 0;
  top: 50%;
  margin-top: -195px;
}

.make-order__column:last-child:before {
  content: "";
  background: none;
}

.make-order__column-header {
  font-size: 18px;
  font-weight: 300;
  color: #131313;
  margin-bottom: 20px;
}

.make-order__form input, .make-order__form textarea, .make-order__form label {
  font-size: 15px;
  font-weight: 300;
}

.make-order__textarea-comment {
  resize: vertical;
  min-height: 130px;
}

.make-order__hr {
  border: none;
  height: 2px;
  background-color: #f7f7f7;
  margin: 10px 0;
}

.make-order__label {
  display: block;
  margin: 15px 0 5px;
}

.make-order__select {
  width: 100%;
  max-width: 100%;
}

.make-order__form input[type=radio] + label {
  display: inline-block;
  margin-top: 5px;
}

.make-order__column-wrapper {
  font-size: 0;
  margin: 15px 0 0;
}

.make-order__column-inner {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}

.make-order__column-inner_house > div{
  position: relative;
}

.make-order__column-inner_house > div img{
  top: 8px;
  right: 5px;
  position: absolute;
}

.make-order__column-inner_house {
  margin-right: 10%;
}

.make-order__column label {
  margin: 5px 0;
  display: block;
}

.make-order__form input[type=submit] {
  position: absolute;
  bottom: 27px;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=ae75961eec345ac499fc12d2b4eb11c3)
 * Config saved to config.json and https://gist.github.com/ae75961eec345ac499fc12d2b4eb11c3 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  background-color: #ffffff;
  border: none;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
  text-align: center;
  padding: 50px 60px;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  width: 500px;
  margin: 326px auto;
}

.modal__header {
  font-size: 24px;
  color: #111111;
  font-weight: 500;
  margin-bottom: 30px;
}

.modal__content-text {
  font-size: 18px;
  color: #111111;
  font-weight: 300;
}

.modal__close {
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 20px;
}

.form__select_error {
  border-color: #e20c0c;
}

.form__input_error {
  border-color: #e20c0c;
  background: #f7f7f7 url("../images/input-error.png") no-repeat;
  background-position: right 10px top 10px;
  padding-right: 34px;
}

.form__textarea_error {
  border-color: #e20c0c;
  background: #f7f7f7 url("../images/input-error.png") no-repeat;
  background-position: right 10px top 10px;
  padding-right: 34px;
}

.form__textarea_error-overscroll {
  background-position: right 30px top 10px;
  padding-right: 50px;
}

.header-search-autocompleter {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 10px -3px black;
  border-radius: 10px;
  top: 50px;
  background: white;
  list-style-type: none;
 /* opacity: 0;*/
}

.header-search-autocompleter__item {
  display: table-row;
  width: 100%;
  min-height: 90px;
}
.header-search-autocompleter__item:last-child {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom: 0;
}
.header-search-autocompleter__item:last-child .header-search-autocompleter__wrapper-img, .header-search-autocompleter__item:last-child .header-search-autocompleter__wrapper-item-name, .header-search-autocompleter__item:last-child .header-search-autocompleter__wrapper-item-price {
  border-bottom: 0;
}
.header-search-autocompleter__item:last-child:hover .header-search-autocompleter__wrapper-img {
  border-bottom-left-radius: 10px;
}
.header-search-autocompleter__item:last-child:hover .header-search-autocompleter__wrapper-item-price {
  border-bottom-right-radius: 10px;
}
.header-search-autocompleter__item:first-child:hover .header-search-autocompleter__wrapper-img {
  border-top-left-radius: 10px;
}
.header-search-autocompleter__item:first-child:hover .header-search-autocompleter__wrapper-item-price {
  border-top-right-radius: 10px;
}
.header-search-autocompleter__item:first-child {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.header-search-autocompleter__item:hover {
  background-color: #f7f7f7;
  cursor: pointer;
  border-radius: 10px;
}

.autocompleter__item-name {
  color: #000000;
  font-size: 15px;
}

.header-search-autocompleter__wrapper-img, .header-search-autocompleter__wrapper-item-name, .header-search-autocompleter__wrapper-item-price {
  display: table-cell;
  vertical-align: middle;
  font-size: 0;
  padding: 10px 0;
  border-bottom: 2px solid #f7f7f7;
}

.header-search-autocompleter__wrapper-img {
  width: 75px;
  text-align: center;
}

.header-search-autocompleter__img {
  vertical-align: middle;
}

.header-search-autocompleter__wrapper-item-name {
  font-size: 15px;
  color: #131313;
  max-width: 400px;
  padding-right: 10px;
}

.header-search-autocompleter__wrapper-item-price {
  color: #1a1a1a;
  font-size: 15px;
  width: 120px;
}


.forms-checkbox{ margin-bottom: 15px;}
.forms-checkbox>div{display: inline-block;}
.forms-checkbox input{width: 20px; height: 20px; margin-right: 10px; float: left;}
.forms-checkbox label{display: inline-block; float: left; margin-top: 1px;}

.forms-checkbox input.error ~ label{color: #e06b6b;}

@media (max-width: 1149px) {


  .header-menu__first-level-link {
      padding: 0 36px;
  }


	.statistics-table td, .statistics-table th {
	    padding: 5px;
	}
  .container {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-fluid {
    width: 100%;
    min-width: 100%;
  }
  
  .content-wrapper:after{
	clear: none!important;
	}
	
  .header-menu__second-level-ul {
    width: 100%;
  }

  /*.header-menu__first-level-link_cat {
    padding: 0px 20px 0 80px;
    width: 215px;
  }

  .header-menu__first-level-link_dog {
    padding: 0 30px 0 75px;
    width: 215px;
  }

  .header-menu__first-level-link_service {
    padding: 0 10px 0 55px;
    width: 225px;
  }

  .header-menu__first-level-link_dostavka {
    padding: 0 20px 0 60px;
    width: 265px;
  }*/

  .s1.swiper-container {
    width: 100%;
    height: 320px;
    border-radius: 10px;
    background: #fff;
  }

  .index-top-banners__main-slider {
    width: 100%;
    position: absolute;
    padding-right: 389px;
    padding-left: 5px;
    margin-right: -5px;
    margin-left: -5px;
  }

  .s1 .swiper-slide img {
    max-width: 100%;
  }

  .s1 .swiper-slide a {
    height: 320px;
    display: block;
  }

  .main-slider__button-next {
    right: 384px;
  }

  .main-slider__button-prev {
    margin-left: -8px;
  }

  .main-slider__button-next {
    margin-right: -8px;
  }

  .index-top-banners__main-banner {
    position: absolute;
    right: 5px;
  }

  .main-and-aside:after {
    clear: both;
    content: "";
    display: block;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }

  .main-and-aside__aside {
    float: left;
  }

  .main-and-aside__aside ~ .main-and-aside__main {
    display: block;
    width: 100%;
    padding-left: 288px;
  }

  .header-search {
    width: 490px;
  }



  .goods-slider__item-cart-panel {
    margin: 10px 0;
  }

  .goods-slider__item-panel {
    text-align: center;
  }

  .catalog-item__info-inner .goods-slider__item-panel {
    text-align: left;
  }
}
@media (max-width: 1023px) {
    .fotokonkurs-slider__item img{
      width: 100%;
  }
  .container {
    width: 1007px;
  }

  .container-fluid {
    width: 100%;
    min-width: 1007px;
  }

  .header-menu__second-level-ul {
    width: 100%;
  }

  .s1.swiper-container {
    width: 617px;
  }
}
.content-wrapper:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  overflow: auto;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.ymaps-map, div.bx-yandex-map{
	width: 100%!important;
	}
.content-wrapper img[align="right"]{
	margin: 0 0 10px 20px;
	}
.content-wrapper img[align="left"]{
	margin: 0 20px 10px 0;
	}

input.error{
	border-color: #e06b6b;
	}
.error_message{
	color: #e06b6b;
	}


.bx_filter_search_button, .bx_filter_search_reset {
  height: 38px;
  border-radius: 19px;
  background-color: #fae158;
  color: #1a1a1a;
  font-size: 16px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  position: relative;
/* bottom: 27px; */
  margin-left: 18px;
  margin-bottom: 16px;
}

.goods-slider__item-tag+.goods-slider__item-tag{
	top: 38px;
	}
.mobile_btns{
	display: none;
	}

.header-search-form__input-submit-reset{
  display: none;
  cursor: pointer;
  border: none;
  outline: none;
  height: 33px;
  width: 35px;
  position: absolute;
  background: url("../images/clear-button.png") center no-repeat;
  background-size: 10px auto;
  right: 0;
  top: 0;
}

/*.header-search-form__input-text:focus ~ .header-search-form__input-submit-reset{
  left: 0;
  right: auto;
}*/

.header-search-form__input-text:valid ~ .header-search-form__input-submit-reset{
  display: block;
}
	
@media screen and (max-width: 720px){

  .content-wrapper {
    background-color: transparent;
  }

  .fotokonkurs-slider {
      margin: 30px 0;
  }

  .fotokonkurs-slider__item figure {
      margin: 0 0 15px 0;
  }
	.catalog-warning {
    position: relative;
    
    background: #9fd172;
    padding: 1.4rem 1.4rem 1.4rem 3rem;
    border-radius: 10px;
    margin-bottom: 25px;
  }

  .catalog-warning:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 19px);
    left: 10px;
    font-size: 20px;
    line-height: 23px;
  }
	nav, .container-fluid_header-top, .header-bottom__contacts, .footer-bottom__socials, .footer-top__row{
		display: none;
	}
  
  .container-fluid_footer-top{
    padding-top: 0;
  }

	.container-fluid{
		min-width: 320px;
	}
	.container-prefooter-content{
		padding: 10px 0px;
	}
	.container{
		width: auto;
		padding: 0 20px;
		overflow: hidden;
	}
	.main-and-aside__aside{
		float: none;
		width: auto;
		margin: 0 0 40px 0;
		display: block;
	}
	.main-and-aside__aside ~ .main-and-aside__main{
		padding: 0;
	}
  .main-and-aside__main {
    width: 100%;
  }

	.s1.swiper-container{
		width: 100%;
	}
	.footer{
		/*height: 120px;*/
    position: static;
    text-align: center;
	}
	.footer-bottom__sitename{
		line-height: 22px;
		margin: 0;
		text-align: center;
    -ms-align-items: center;
    align-items: center;
		padding: 15px 0;
	}
	.footer-bottom__creator-info{
		position: static;
		text-align: center;
	}
	.container-fluid_footer-bottom{
		height: 120px;
	}
	.bl_page_wrap{
		padding-bottom: 120px;
	}
	.index-top-banners__main-banner{
		display: none;
	}
	.index-top-banners, .s1.swiper-container, .index-top-banners__main-slider, .s1 .swiper-slide a{
		height: auto;
	}
	.index-top-banners__main-slider{
		position: relative;
		padding: 0;
	}
	.container-fluid_header-bottom{
		height: auto;
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.header-bottom__headers{
		margin-left: 0;
		margin-top: 20px;
	}
	.index-top-banners{
		margin-bottom: 20px;
	}
	.main-slider__pagination{
		display: none;
	}
	.main-slider__button-next{
		right: -30px;
	}
	.main-slider__button-prev{
		margin-left: -30px;
	}
	.header-bottom__cart-top-str, .header-bottom__cart-bottom-str{
		display: none;
	}
	.header-bottom__cart{
		width: 60px;
		right: 110px;
	}
	.breadcrumbs{
		margin-top: 0;
	}
	.catalog-item__block-photos{
		float: none;
		width: auto;
	}	
	.catalog-item__block-item-info{
		padding: 0;
	}
	.catalog-item__info-inner-group p.catalog-item__status{
		clear: both;
	}
	.main-and-aside__main .goods-slider__item-cart-panel{
		float: none;
	}
	.catalog-filter-panel__sorting{
		float: none;
	}
	.catalog-filter-panel__show{
		float: none;
		margin-top: 20px;
	}
	.news-group__item_catalog, .news-group__item_catalog:before{
		float: none;
		width: auto;
	}
	.news-group__item.news-group__item_catalog+.news-group__item.news-group__item_catalog{
		margin-top: 20px;
	}
	.catalog-item__info-inner-group{
		padding: 20px;
	}
	.content-wrapper{
		padding: 20px;
	}
	.news-group__item, .news-group__item:before{
		float: none;
		width: auto;
		max-width: 248px;
		margin: 0 auto 20px auto;
	}
	.container .content-wrapper{
		padding: 0;
	}
	.news-group__item:last-child{
		margin: 0 auto 20px auto;
	}
	.basket-table th{
		display: none;
	}
	.basket-table__tr-item td{
		display: block;
		height: auto;
	}
	.basket-table__tr-item{
		display: block;
		padding: 20px;
		position: relative;
	}
	.basket-table__tr-item td:first-child+td+td, .basket-table__tr-item td:first-child+td+td+td, .basket-table__tr-item td:first-child+td+td+td+td{
		display: inline-block;
	}
	.basket-table__tr-item td:first-child+td+td+td{
		padding: 0 10px;
	}
	.basket-summary-price{
		margin: 20px 0 40px 0
	}
	.make-order__column{
		display: block;
		width: auto;
		padding: 0;
	}
	.make-order__form{
		padding: 20px;
		margin: 0;
	}
	.make-order__column-header{
		margin-bottom: 15px;
	}
	.make-order__column+.make-order__column{
		margin-top: 20px;
	}
	.make-order__form input[type=submit]{
		position: static;
	}
	.mobile_btns{
		display: block;
	}
	.bl_header_link_tel{
		position: absolute;
		top: 30px;
		right: 63px;
		width: 50px;
		height: 50px;
	}
	.bl_header_link_menu{
		position: absolute;
		top: 32px;
		right: 10px;
		width: 50px;
		height: 50px;
		
	}
	.bl_header_link_tel a{
		width: 50px;
		height: 50px;
		display: block;
		background: url(../images/ico_tel.png) no-repeat center center;
		background-size: 26px 26px;
	}
	#hamburger-icon {
		width: 40px;
		height: 16px;
		display: block;
		z-index: 1001;
		position: absolute;
		left: 12px;
		top: 13px;
		border: 0;
	}
	#hamburger-icon .line {
		display: block;
		background: #90ca45;
		width: 24px;
		height: 4px;
		position: absolute;
		left: 0;
		transition: all 0.4s;
		-webkit-transition: all 0.4s;
		-moz-transition: all 0.4s;
		border-radius: 10px;
	}
	#hamburger-icon .line.line-1 {
		top: 0;
	}
	#hamburger-icon .line.line-2 {
		top: 50%;
	}
	#hamburger-icon .line.line-3 {
		top: 100%;
	}
	#hamburger-icon.active .line-1 {
		transform: translateY(8px) translateX(0) rotate(45deg);
		-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
		-moz-transform: translateY(8px) translateX(0) rotate(45deg);
	}
	#hamburger-icon.active .line-2 {
		opacity: 0;
	}
	#hamburger-icon.active .line-3 {
		transform: translateY(-8px) translateX(0) rotate(-45deg);
		-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
		-moz-transform: translateY(-8px) translateX(0) rotate(-45deg);
	}
	.header-bottom__image{
		margin-top: 22px;
	}
	.header-bottom__image img{
		width: 78px;
		height: auto;
	}
	.header-bottom__cart-link::before{
		background-size: 30px auto;
	}
	.bl_page_wrap{
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		position: relative;
		left: 0px;
	}
	.sidebar_active .bl_page_wrap{
		left: 260px;
	}
	.sidebar {
		display: block!important;
		position: absolute;
		overflow: hidden;
		height: 100%;
		width: 260px;
		left: -260px;
		background: #9fd172;
		color: #fff;
	}
	.sidebar:after {
		content: '';
		position: absolute;
		box-shadow: 0 0 10px rgba(0,0,0,0.7);
		top: 0;
		bottom: 0;
		right: -.1rem;
		width: .1rem;
	}
	.sidebar a{
		color: #fff;
	}
	.sidebar_active .sidebar{
		left: -260px;
	}
	#main{
		overflow: hidden;
	}
	.sidebar_first_view {
		position: absolute;
		left: 0;
		top: 0;
		width: 260px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
	}
	.sidebar_item_bl {
		position: absolute;
		left: 260px;
		top: 0;
		width: 260px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	.sidebar.sidebar_cats_view .sidebar_cats_view {
		left: 0;
	}
	.sidebar.sidebar_dogs_view .sidebar_dogs_view {
		left: 0;
	}
	.sidebar.sidebar_acss_view .sidebar_acss_view {
		left: 0;
	}
	.s_bl_menu li span {
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.6);
		padding: 18px 20px;
		position: relative;
	}
	.s_bl_menu li a {
		border: 0;
		display: block;
		border-bottom: 1px solid rgba(255,255,255,0.6);
		padding: 18px 20px;
		position: relative;
	}
	.s_bl_menu li {
		display: block;
	}
	.s_bl_menu li span:after {
	    content: '';
		display: block;
		width: 6px;
		height: 11px;
		background: url(../images/arrow_right_pag_b.png) no-repeat;
		background-size: 6px 11px;
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.sidebar.sidebar_cats_view .sidebar_first_view, .sidebar.sidebar_dogs_view .sidebar_first_view, .sidebar.sidebar_acss_view .sidebar_first_view{
		left: -260px;
	}
	.sidebar_link_back {
		display: block;
		padding: 18px 20px 18px 40px;
		position: relative;
		background: #fff;
		color: #9fd172;
	}
	.sidebar_link_back:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 20px;
		width: 6px;
		height: 11px;
		bottom: 0;
		margin: auto 0;
		background: url(../images/arrow_right_pag_back.png) no-repeat;
		background-size: 6px 11px;
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	.btn_hide_menu{
		position: relative;
	}
	.btn_hide_menu:after{
		content: '';
		display: block;
		top: 0;
		right: 20px;
		bottom: 0;
		margin: auto 0;
		background: url(../images/ico_close.png) no-repeat;
		background-size: 10px auto;
		position: absolute;
		width: 10px;
		height: 10px;
	}
	.btn_hide_menu span{
		display: block;
		padding: 18px 20px 18px 20px;
		position: relative;
		background: #fff;
		color: #9fd172;
	}
	.contacts-left{
		float: none;
		width: auto;
		padding: 20px;
	}
	.contacts-right{
		display: none;
	}
	.contacts__hr{
		margin: 0px 0 30px 0;
	}
	.contacts__form{
		padding:  0 20px 40px 20px;
	}
	.contacts__form .contacts-left{
		padding: 0;
	}
	.contacts__form .contacts-right{
		display: block;
		margin: 0;
		min-height: 1px;
	}
	.bl_sidebar_bottom{
		padding-top: 10px;
	}
	.sidebar_first_view dt, .sidebar_first_view div.dt{
		margin-bottom: 25px;
	}
	.sidebar_first_view dd, .sidebar_first_view div.dd{
		    color: #6b8d4d;
	}
	.sidebar_first_view .footer-socials{
		padding-left: 20px;
	}
	
	.aside-banner {
		display: none;
	}
	.contacts__form .contacts-left.button_submit input[type="submit"] {
		margin-top: 20px;
	}
	.basket-table__delete-item{
		height: 30px;
		position: absolute;
		top: 15px;
		right: 0;
	}

    .news-group__item{
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .news-group__row {
    margin-bottom: 0;
}
	
}


    .discleimer{
        position: relative;
        /*background-color: #424242;*/
        background-color: #9fd172;
        color: #FFF;
        line-height: 1.4em;
        font-size: 14px;
        padding: 30px 0;    
    }
    .discleimer p{margin-bottom: 15px;}
    .discleimer .close-button{cursor: pointer; position: absolute; right: 30px; top: 20px; color: #fae158; font-size: 20px;}
    .discleimer .btn{
        cursor: pointer; border: 2px solid #fae158; color: #FFF; margin: 20px 0 0 20px; display: inline-block;
        width: 135px;
        height: 30px;
        font-size: 14px;    
        line-height: 30px;
        padding: 0 30px;
        border-radius: 3px;
        background: transparent;
        text-align: center;    
    }
    .discleimer .btn:hover{background: #fae158; color: #424242;}
     


.articles{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.catalog-item__status {
  display: none;
}
.catalog-item__status + p {
   font-size: 14px;
    font-weight: bold;
    color: #000;
} 

.footer__new-text{
  font-size: 14px;
  margin: 20px 0;
  color: #fff;
  /*max-width: 534px;*/
}


.favorite-a{
  position: absolute;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  background: url("../images/ico-favorite-hover.svg") center no-repeat, #9fd172;
  width: 38px;
  height: 38px;
  /*overflow: hidden;*/
  /*-webkit-transition: background .3s ease;*/
  /*transition: background .3s ease;*/
  /*text-indent: -9999px;*/
  z-index: 102;
}

/*.favorite-a:not(:hover):not(.active):before{
  content: "" !important;
  position: absolute;
  top: -5px;
  left: -5px;
  border-radius: 50%;
  border: 1px solid;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  z-index: -1;
  border: 8px solid #569101;
  animation: pulse 1s ease infinite;
  pointer-events: none;
}*/

.favorite-a span{
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  background-color: inherit;
  color: #000;
  border-radius: 14px;
  font-weight: 400;
  /*white-space: nowrap;*/
  padding: 5px 10px 6px;
  right: 0; 
  min-width: 190px;
  max-width: 200px;
  /*-webkit-transform: translateX(-50%);*/
  /*transform: translateX(-50%);*/
  border: 1px solid #e2e2e2;
  font-size: 14px;
}

.favorite-a:hover:before{
  pointer-events: all;
}

.favorite-a:before{
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: 0;
  width: 200px;
  height: 52px;
  right: 0;
  top: 0;
}

.favorite-a span:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: calc(100% - 4px);
  transform: rotate(-45deg);
  /*left: calc(50% - 4px);*/
  right: 13px;
  background: inherit;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}

.favorite-a.active, .favorite-a:hover{
  background: url("../images/ico-favorite.svg") center no-repeat, #fae158;
}

.favorite-a:hover span{
  opacity: 1;
  pointer-events: all;
  border: none;
}

.favorite-auth span:after{
  position: absolute;
  bottom: 100%;
  height: 30px;
  right: 0;
  width: 100%;
  display: block !important;
  content: "" !important;
  cursor: default;
}

.basket-table__th-count{
  white-space: nowrap;
}

@media screen and (max-width: 760px){

  .footer {
    height: auto;
  }
  .bl_page_wrap {
    padding-bottom: 0;
  }
}

.header-bottom__favorite .header-bottom__mail-link{
  position: static;
  display: block;
}

.header-bottom__favorite .header-bottom__mail-link:before{
  background: url(../images/ico-favorite-hover.svg) center no-repeat, #9fd172;
  background-size: 70% !important;
  /*position: static;*/
  /*margin-right: 30px;*/
  /*display: inline-block;*/
  /*vertical-align: middle;*/
}

.header-bottom__favorite .header-bottom__mail-link:before,
.header-bottom__favorite .header-bottom__mail-link:after{
  border-radius: 50%;
  width: 38px;
  height: 38px;
  top: calc(50% - 19px);
  right: calc(100% - 10px);
}

.header-bottom__favorite .header-bottom__mail-link:after{
  content: "" !important;
  position: absolute;
  border: 8px solid #569101;
  animation: pulse 1s ease infinite;
  pointer-events: none;
}

.header-bottom__favorite .header-bottom__mail-link:hover:before{
  background: url(../images/ico-favorite.svg) center no-repeat, #fae158;
}

.header-bottom__favorite .header-bottom__mail{
  
}

.header-bottom__favorite{
  right: 380px;
  white-space: nowrap;
  width: 170px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.lk-exit_btn {
  border: 1px solid #e2e2e2;
  background-color: #f7f7f7;
  border-radius: 10px;
  outline: none;
  overflow: visible;
  font: inherit;
  margin-top: 20px;
  height: 37px;
  padding: 0 10px;
}
.lk-exit_btn>a {
  color: red;
}

@media screen and (max-width: 1100px){
  .header-bottom__main-header-link{
    font-size: 22px;
  }
}

@media screen and (max-width: 720px){
  .header-bottom__favorite{
    display: none;
  }

  .bl_header_link_favorite a{
    display: block;
    position: static;
  }
  .bl_header_link_favorite{
    position: absolute;
    top: 36px;
    right: 185px;
  }
}

.header-pages-navigation__item.personal a:before{
  content: "";
  display: inline-block;
  margin: 0 10px 0 0;
  background: url("../images/ico-lc.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 760px){
  .stage__item {
    flex-direction: column;
  }

  .stage img {
    max-width: 100%;
  }

  .stage__text:after {
    top: 0;
    left: 25px;
    width: 1px;
    height: 140%;
    display: none;
  }
  .stage__text:before {
    margin-bottom: 20px;
  }

/*  .stage__text {
    margin-left: 40px;
    margin-top: 60px;
  }*/
  .stage__item:not(:first-child) {
      margin-top: 20px;
  }

  .stage--right {
    width: 100%;
  }

  .bx_page, .bx_profile {
    padding: 10px;
  }

  #search {margin-bottom: 20px;}

  #search, .header-bottom__headers {
    width: 100%;
  }
  #search form {
    margin-top: 0;
  }

  .search-page .input-wrap {
    width: calc(100% - 79px)
  }

  .search-page .input-wrap input {
    width: 100%;
  }

  .header-search-form__input-submit-reset {
    width: 30px !important;
  }
}

@keyframes pulse{
  0%{
      transform: scale3d(1, 1, 1);
      opacity: .1;
  }
  50%{
      transform: scale3d(1.15, 1.15, 1.15);
      opacity: .4;
  }
  100%{
      transform: scale3d(1, 1, 1);
      opacity: .1;
  }
}

@media (max-width: 660px){
  .goods-slider__header{
    max-width: 71%;
  }

  .modal-dialog {
	    width: 100%;
	}

	.modal-content {
		padding: 20px;
	}
}