@charset "utf-8";

/*  Author: bogdan-brd | URL: http://www.weblancer.net/users/bogdan-brd/ | Mail: bogdan-brd@mail.ru */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&subset=cyrillic');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}


.header .search {
  position: relative;
}

.suggestions {
  height: auto !important;
  padding: 20px;
  background-color: #fff;
  border-radius: 15px;
  width: 100%;
  position: absolute;
  z-index: 3;
}

.suggestions br {
  display: none;
}

.suggestions label {
  color: #000 !important;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 18px !important;
  font-weight: 600;
}

.suggestions a {
  text-decoration: none;
  margin-bottom: 5px;
  transition: .3s;
  display: block;
}

.suggestions a:hover {
  color: #DD4D51;
}

.suggestions .search_last,
.suggestions .search_suggestions,
.suggestions .search_popular {
  margin-bottom: 20px;
}

.suggestions .search_popular p {
  display: none;
}

.suggestions .search_popular {
  display: flex;
  flex-wrap: wrap;
}

.suggestions .search_popular a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #DD4D51;
  padding-left: 20px;
  padding-right: 20px;
  min-height: 50px;
  border: 1px solid #DD4D51;
  border-radius: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: .3s;

}


.suggestions .search_popular a:hover {
  background-color: #DD4D51;
  color: #fff;
}

@media (max-width: 576px) {

  .header .search input,
  .header .search button {
    height: 36px;
  }

  .suggestions {
    position: relative;
    z-index: 9999;
    top: 12px;
  }

  .suggestions .search_popular a {
    font-size: 13px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 36px;
  }

  .suggestions label {
    font-size: 16px !important;
  }

  .suggestions a {
    font-size: 14px;
  }

  /* показываем первые три пункта*/



  .suggestions .search_last a {
    display: none;
  }

  .suggestions .search_last a:nth-child(-n+5) {
    display: block;
  }

  .suggestions .search_suggestions a {
    display: none;
  }

  .suggestions .search_suggestions a:nth-child(-n+5) {
    display: block;
  }

  .suggestions .search_popular a {
    display: none;
  }

  .suggestions .search_popular a:nth-child(-n+5) {
    display: flex;
  }


}

/* @media (max-width: 500px) {

  .breads ul.clrfix {
    display: -webkit-inline-box;
    overflow: scroll;
  }
  h1 {
    display: block;
    font-size: 28px !important;
    font-weight: 700;
    line-height: 28px;
    padding-top: 3px;
    color: #333;
  }
} */
h1 {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 28px;
  padding-top: 3px;
  color: #333;
}

// .suggestions{
// 	height: auto !important;
// 	padding: 20px;
// 	background-color: #fff;
// 	border-radius: 15px;
// }
// .suggestions br{
// 	display: none;
// }
// .suggestions label{
// 	color: #000 !important;
// 	margin-bottom: 10px;
// 	display: inline-block;
// 	font-size: 18px !important;
// 	font-weight: 600;
// }

// .suggestions a{
// 	text-decoration: none;
// 	margin-bottom: 5px;
// 	transition: .3s;
// 	display: block;
// }
// .suggestions a:hover{
// 	color: #DD4D51;
// }

// .suggestions .search_last, .suggestions .search_suggestions, .suggestions .search_popular{
// 	margin-bottom: 20px;
// }

// .suggestions .search_popular p{
// 	display: none;
// }
// .suggestions .search_popular{
// 	display: flex;
// 	flex-wrap: wrap;
// }
// .suggestions .search_popular a{
// 	display: flex;
// 	align-items: center;
// 	justify-content: center;
// 	color: #DD4D51;
// 	padding-left: 20px;
// 	padding-right: 20px;
// 	min-height: 50px;
// 	border: 1px solid #DD4D51;
// 	border-radius: 10px;
// 	margin-right: 10px;
// 	margin-bottom: 10px;
// 	transition: .3s;

// }

// .suggestions .search_popular a:hover{
// 	background-color: #DD4D51;
// 	color: #fff;
// }

// @media (max-width: 576px){
// 	.header .search input, .header .search button{
// 		height: 36px;
// 	}
// 	.suggestions{
// 		position: relative;
// 		z-index: 3;
// 		top: 12px;
// 	}

// 	.suggestions .search_popular a{
// 		font-size: 13px;
// 		padding-left: 10px;
//     padding-right: 10px;
//     min-height: 36px;
// 	}

// 	.suggestions label{
// 		font-size: 16px !important;
// 	}

// 	.suggestions a{
// 		font-size: 14px;
// 	}

// 	/* показываем первые три пункта*/



// 	.suggestions .search_last a{
// 		display: none;
// 	}
// 	.suggestions .search_last a:nth-child(-n+5){
// 		display: block;
// 	}

// 	.suggestions .search_suggestions a{
// 		display: none;
// 	}
// 	.suggestions .search_suggestions a:nth-child(-n+5){
// 		display: block;
// 	}

// 	.suggestions .search_popular a{
// 		display: none;
// 	}

// 	.suggestions .search_popular a:nth-child(-n+5){
// 		display: flex;
// 	}


// }


p.thank_resp {
  overflow-wrap: anywhere;
}

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

blockquote,
q {
  quotes: none;
}

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

#link-favorite {
  display: none;
}

.clear {
  clear: both;
}

li.messanger {
  padding-left: 10px;
}

p.social {
  padding-bottom: 10px;
  font-family: bold;
}


.listmessangers {
  display: inline-flex;
  padding-bottom: 70px;
}

.clrfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

b,
strong,
.bold {
  font-weight: bold;
}

i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

a {
  color: #333;
  text-decoration: underline;
  outline: none;
}

a:hover,
a:active {
  text-decoration: none;
}

input,
button {
  padding: 0;
  margin: 0;
  line-height: normal;
  outline: none;
  border: none;
  font-family: 'Roboto', sans-serif;
}

textarea {
  font-family: 'Roboto', sans-serif;
}

button {
  cursor: pointer;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

:-moz-placeholder {
  color: #aaa;
}

:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

:focus {
  outline: none;
}

body {
  position: relative;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: normal;
  color: #000;
}

.none {
  display: none;
}

.wrp,
.wrapper {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.wrp:after,
.wrapper:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.container {
  overflow: hidden;
  padding-bottom: 85px;
}

.sidebar {
  position: relative;
}

/*   header   */

.header {
  /* margin-top: 15px; */
  position: relative;
  background-color: #fff;
}

.header .top_line {
  position: relative;
  height: 52px;
  background: #fff;
  border-bottom: 1px solid #dfdfdf;
  margin: 0 -10px;
  padding: 0 10px;
  z-index: 5001;
}

.header .menu {
  position: absolute;
  right: -210px;
  top: 53px;
  width: 210px;
  background-color: #fff;
  z-index: 5002;
}

.header .menu ul {
  padding: 15px 0;
}

.header .menu li {
  padding: 3px 0;
}

.header .menu li a {
  display: block;
  color: #dd4d51;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  padding: 9px 15px 9px 30px;
  -webkit-transition: color ease .2s;
  transition: color ease .2s;
}

.header .menu li a:hover {
  color: #404041;
}

.header .mob_menu_btn {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 2px;
  cursor: pointer;
  transition: left .1s;
  z-index: 3;
  height: 52px;
  padding: 17px 8px 0 8px;
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header .mob_menu_btn .gam {
  width: 24px;
  display: inline-block;
  vertical-align: top;
}

.header .mob_menu_btn.open .gam {
  position: relative;
  top: 2px;
}

.header .mob_menu_btn span {
  display: block;
  height: 3px;
  background-color: #dd4d51;
  margin: 4px 0 0;
  transition: all 0.1s linear .1s;
  position: relative;
}

.header .mob_menu_btn span.first {
  margin-top: 0;
}

.header .mob_menu_btn.open span.first {
  -webkit-transform: rotate(45deg);
  top: 5px;
}

.header .mob_menu_btn.open span.second {
  opacity: 0;
}

.header .mob_menu_btn.open span.third {
  -webkit-transform: rotate(-45deg);
  top: -9px;
}

.menu-overlay.open {
  display: block;
}

.menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5000;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.77);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

.header .cart {
  position: relative;
  float: right;
  padding: 0 45px 0 35px;
  height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header .cart:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -10px;
  width: 24px;
  height: 20px;
  background: url("../images/cart-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.header .cart .not {
  color: #404041;
  font-size: 15px;
  font-weight: 300;
  line-height: 52px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.header .cart .not span {
  display: none;
}

.header .cart .yes {
  float: right;
  height: 52px;
  line-height: 52px;
  font-size: 17px;
  font-weight: 300;
  color: #404041;
}

.header .cart .yes span {
  display: none;
}

.header .cart .yes span:after {
  content: '₽';
  margin-left: 5px;
}

.header .cart .yes a {
  display: inline-block;
  vertical-align: top;
  color: #dd4d51;
  text-decoration: none;
}

.header .logo {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 5001;
}

.header .logo a {
  display: block;
  padding: 14px 0;
}

.header .logo img {
  display: block;
  height: 24px;
}

.header .col.first {
  display: none;
}

.header .col {
  float: left;
  width: 50%;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.header .time {
  font-size: 17px;
  font-weight: 300;
  color: #404041;
  padding-bottom: 10px;
}

.header .time span {
  font-size: 20px;
  font-weight: 700;
}

.header .address {
  font-size: 17px;
  font-weight: 300;
  color: #404041;
  text-decoration: none;
}

#map_top {
  height: 550px;
  width: 100%;
}

#map_top2 {
  height: 550px;
  width: 100%;
}

.header .address:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 21px;
  margin-right: 8px;
  background: url("../images/location-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.header .tel {
  padding-bottom: 2px;
}

.header .tel a {
  font-size: 15px;
  font-weight: 700;
  color: #404041;
  text-decoration: none;
  cursor: default;
}

.header .mail a,
.header .request_call a {
  font-size: 15px;
  font-weight: 300;
  color: #dd4d51;
  text-decoration: none;
}

.header .search {
  clear: left;
  background-color: #f0f0f0;
  padding: 10px;
  margin: 0 -10px;
}

.header .search form {
  position: relative;
  padding-right: 90px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 13px rgba(170, 170, 170, 0.32);
  -moz-box-shadow: 0 2px 13px rgba(170, 170, 170, 0.32);
  box-shadow: 0 2px 13px rgba(170, 170, 170, 0.32);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
}

select.srchsl {
  height: unset;
  width: 40%;
  border: 0;
  border-right: solid 1px;
  border-color: #dd4d51;
  border-radius: 6px 0 0 6px;
}

.jq-selectbox__dropdown li[data-jqfs-class="hidden-select"] {
  display: none !important;
}

/* .header .search form:before {
  display: block;
  position: absolute;
  left: 25% !important;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: url("../images/search-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
} */

.header .search input {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 15px 15px 45px;
  font-size: 17px;
  font-weight: 300;
  color: #111;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 0px 0 0 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.constructor .label span {
  color: red;
  padding: 0 5px 0 0;
}

.address-map {
  display: none;
}

.address-selector {
  display: none;
}

#map {
  width: 100%;
  height: 360px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-radius: 10px;
}


.header .search button {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  background-color: #dd4d51;
  width: 90px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
}

.header .search button:hover {
  background-color: #ff7770;
}

.header .search button:active {
  background-color: #a13235;
}

/*   drop cart   */

.drop_cart.visible {
  display: block;
}

.drop_cart {
  display: none;
  max-width: 525px;
  position: absolute;
  top: 52px;
  right: 0;
  padding: 0 10px 10px 10px;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.15);
  box-shadow: 0 23px 38px rgba(51, 51, 51, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 20;
}

.drop_cart ul {
  display: block;
  padding-bottom: 10px;
}

.drop_cart li {
  display: block;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #dfdfdf;
}

.drop_cart li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.drop_cart .pic {
  float: left;
  width: 70px;
  padding-bottom: 10px;
}

.drop_cart .pic img {
  display: block;
  width: 100%;
}

.drop_cart .title {
  position: relative;
  margin-left: 85px;
  padding: 0 40px 10px 0;
}

.drop_cart .title a {
  font-size: 15px;
  font-weight: 300;
  color: #dd4d51;
  line-height: 20px;
  text-decoration: none;
}

.drop_cart .title a:hover {
  color: #333;
}

.drop_cart .quantity {
  clear: left;
  float: left;
  width: 50%;
  /* max-width: 160px; */
  max-width: 190px;
  border-right: 1px solid #e5e5e5;
  border: 0;
  display: flex;
}

.drop_cart .price {
  float: left;
  width: 50%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: center;
}

.drop_cart .price:after {
  /* content: '₽';*/
  margin-left: 5px;
}

.drop_cart .del {
  position: absolute;
  right: 0;
  top: 30px;
}

.drop_cart .del a:before {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/close-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.drop_cart .checkout {
  width: 160px;
  margin: 0 auto 8px auto;
}

.drop_cart .checkout a {
  display: block;
  background-color: #dd4d51;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
}

.drop_cart .checkout a:hover {
  background-color: #ff7770;
}

.drop_cart .checkout a:active {
  background-color: #a13235;
}

.drop_cart .total {
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.drop_cart .total i {
  font-style: normal;
  padding-left: 10px;
}

.drop_cart .total i:after {
  /*content: '₽';*/
  margin-left: 5px;
}

/*   breads   */

.breads {
  padding: 20px 0;
}

.breads>ul>li:first-child {
  padding-left: 0;
}

.breads>ul>li {
  position: relative;
  display: block;
  float: left;
  padding: 0 0 3px 0;
}

.breads>ul>li:after {
  position: relative;
  top: -1px;
  display: inline-block;
  color: #ccc;
  vertical-align: middle;
  content: '/';
  margin: 0 20px;
}

.breads>ul>li:last-child:after {
  display: none;
}

.breads>ul>li>a {
  position: relative;
  color: #dd4d51;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.breads>ul>li>a:hover,
.breads>ul>li>a.active {
  color: #333;
}

.breads>ul>li>a.sub_link.dd:after {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 4px;
  background: url("../images/arrow-down.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  margin-left: 7px;
  margin-right: -10px;
}

/* .breads > ul > li > a.sub_link.disabled:after,.breads > ul > li.disabled:after {display: none;} */
.sub_link.disabled {
  color: #333;
}

.breads>ul>li>a.sub_link:hover:after,
.breads>ul>li>a.sub_link.active:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.breads>ul>li>a.sub_link.active:after {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/*
.breads > ul > li:last-child:after {
  display: none;
}

.breads > ul > li:last-child {
  display: block;
  float: none;
  padding: 0;
  clear: left;
}
*/
.breads>ul>li h1,
.product__title {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  padding-top: 3px;
  color: #333;
}

.breads .sub_menu.visible {
  display: block;
}

.breads .sub_menu:before {
  position: absolute;
  display: block;
  width: 100%;
  height: 12px;
  background-color: transparent;
  top: -12px;
  content: '';
}

.breads .sub_menu {
  display: none;
  min-width: 260px;
  width: 100%;
  position: absolute;
  top: 30px;
  left: 0;
  padding: 12px 0;
  background-color: #fff;
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.15);
  box-shadow: 0 23px 38px rgba(51, 51, 51, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* z-index: 20; */
  z-index: 5002;
}

.breads .sub_menu>div {
  display: block;
  padding: 7px 25px;
}

.breads .sub_menu a {
  position: relative;
  color: #dd4d51;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
}

.breads .sub_menu a:hover {
  color: #333;
}

/*   sort   */

.sort {
  /* margin-top: -10px; */
  padding-bottom: 10px;
}

.sort .sort_by {
  display: inline-block;
  vertical-align: middle;
  /* width: 215px; */
  width: 205px;
  text-align: left;
}

.sort .amount_materials {
  /* display: none; */
  display: block;
  vertical-align: middle;
  text-align: left;
}

.sort .title {
  vertical-align: top;
  display: inline-block;
  font-size: 17px;
  font-weight: 300;
  color: #404041;
  padding: 10px 0;
}

.sort .selecter {
  display: inline-block;
  margin: 0;
  max-width: 260px;
}

@media (max-width: 991px) {
  /* .sort .selecter {
    z-index: 5001;
  } */
}

@-moz-document url-prefix() {
  .sort .selecter {
    z-index: 1;
  }
}

.sort .selecter-selected {
  position: relative;
  background: #fff;
  border: none;
  color: #dd4d51;
  cursor: pointer;
  display: block;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  padding: 10px 0;
}

.sort .selecter-selected:after {
  position: relative;
  top: -1px;
  right: auto;
  bottom: auto;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 4px;
  background: url("../images/arrow-down-2.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  margin: 0 0 0 7px;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sort .open .selecter-selected:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sort .amount_materials .selecter-options {
  left: -15px;
  min-width: 70px;
}

/*   filter btn  */

.filter_btn {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  background: #dd4d51;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  padding-left: 50px;
  cursor: pointer;
  transition: background 0.1s linear .1s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter_btn.open {
  background-color: #333;
}

.filter_btn.no-active {
  position: relative;
  z-index: -1;
}

@media (max-width: 767px) {
  .filter_btn.no-active {
    display: none;
  }

  .product__show-button {
    position: absolute;
    display: block;
    top: 35px;
    right: 0;
    width: 31px;
    height: 25px;
    background-image: url('/static/img/arrow-down.png');
    background-size: contain;
    background-repeat: no-repeat;
  }

  .product.visible .product__show-button {
    display: none;
  }
}

.filter_btn .gam {
  position: absolute;
  left: 18px;
  top: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: top;
}

.filter_btn.open .gam {
  top: 23px;
}

.filter_btn .gam span {
  display: block;
  height: 2px;
  background-color: #fff;
  margin: 3px 0 0;
  transition: all 0.1s linear .1s;
  position: relative;
}

.filter_btn .gam span.first {
  margin-top: 0;
}

.filter_btn.open .gam span.first {
  -webkit-transform: rotate(45deg);
  top: 1px;
}

.filter_btn.open span.second {
  opacity: 0;
}

.filter_btn.open span.third {
  -webkit-transform: rotate(-45deg);
  top: -9px;
}

.filter_drop {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  width: 100%;
  padding: 15px;
  background-color: #f7f7f7;
  border: 4px solid #333;
  -webkit-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.15);
  box-shadow: 0 23px 38px rgba(51, 51, 51, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}

.filter_drop:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.filter_drop .checked_col {
  margin-bottom: 10px;
}

.filter_drop .title_col {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding-bottom: 10px;
}

.filter_drop .bottom_col {
  clear: left;
  border-top: 2px solid #fff;
  margin-top: 15px;
}

.filter_drop .bottom_col .title_col {
  padding-top: 25px;
  padding-bottom: 15px;
}

.filter_drop .bottom_col .col_width .title_col {
  padding-top: 20px;
}

.filter_drop .field {
  position: relative;
  margin-right: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter_drop .field input {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  color: #aaa;
  text-align: right;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  padding: 9px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter_drop .field input.active {
  color: #000;
}

.filter_drop .field .from,
.filter_drop .field .before {
  float: left;
  width: 50%;
}

.filter_drop .field .from input {
  border-right: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.filter_drop .field .before input {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

.filter_drop .range {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 10px 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter_drop .label_field {
  position: absolute;
  right: -35px;
  width: 35px;
  text-align: left;
  top: 0;
  color: #aaa;
  font-size: 15px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.filter_drop .btn_col {
  padding-top: 35px;
}

.filter_drop .btn_col button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #dd4d51;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
}

.filter_drop .btn_col button:hover {
  background-color: #ff7770;
}

.filter_drop .btn_col button:active {
  background-color: #a13235;
}

.filter_drop.new.active .bottom_col.clrfix {
  display: flex;
}

/*   check style   */

.desct-color {
  display: inline-block;
  padding: 0 10px 0 10px;
}

#filter-drop .color {
  width: 20px;
  display: inline-block;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #b3afaf;
  vertical-align: text-top;
}


.check {
  padding: 9px 0;
}

.check input[type=checkbox],
.check input[type=radio] {
  display: none;
}

.check label {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  color: #333;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check input[type=radio]+label:before,
.check input[type=checkbox]+label:before {
  color: transparent;
  display: inline-block;
  margin: 0 13px 0 0;
  height: 30px;
  width: 30px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  text-align: center;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all ease .2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  cursor: pointer;
  min-width: 30px;
}

.filter_drop .check .check__wrapper {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.filter_drop .check label.desct-color {
  display: block;
}

input[type=radio]:checked+label:before,
input[type=checkbox]:checked+label:before {
  background-color: #dd4d51;
  border-color: #dd4d51;
}

.check .check__wrapper input[type=radio]+label:after,
.check .check__wrapper input[type=checkbox]+label:after {
  position: absolute;
  top: 10px;
  left: 6px;
  /* margin-top: -7px; */
  display: block;
  width: 18px;
  height: 14px;
  background: url("../images/check-white-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  transition: opacity ease .2s;
  content: '';
  opacity: 0;
  cursor: pointer;
}

.check input[type=radio]:checked+label:after,
.check input[type=checkbox]:checked+label:after {
  opacity: 1;
}

/*   side menu   */

.side_menu {
  display: none;
  padding: 10px 0 20px 0;
}

.side_menu .title_menu {
  position: relative;
  font-size: 17px;
  font-weight: 300;
  color: #404041;
  cursor: pointer;
  padding: 5px 0 5px 25px;
  margin: 4px 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.side_menu .title_menu:hover {
  color: #dd4d51;
}

.side_menu .title_menu.open:hover {
  color: #404041;
}

.side_menu .title_menu span:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("../images/arrow-right.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  opacity: 1;
}

.side_menu .title_menu span:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url("../images/arrow-menu-open.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  opacity: 0;
}





.side_menu .title_menu span.pointer-left:before,
.side_menu .title_menu span.pointer-empty:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("../images/arrow-right.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  opacity: 1;
}

.side_menu .title_menu span.pointer-left:after,
.side_menu .title_menu span.pointer-empty:after {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("../images/arrow-right-empty.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  opacity: 0;
}

.side_menu .title_menu.open span:after {
  opacity: 1;
}

.side_menu .title_menu.open span:before {
  opacity: 0;
}

.side_menu .title_menu.open:before {
  opacity: 0;
}

.side_menu .title_menu.open:after {
  opacity: 1;
}

.side_menu .data_menu {
  display: none;
  padding-left: 20px;
}

.side_menu .data_menu ul {
  padding-bottom: 2px;
}

.side_menu .data_menu li {
  display: block;
  padding: 3px 0;
}

.side_menu .data_menu a {
  display: block;
  color: #404041;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  padding: 2px 0;
}

.side_menu .data_menu a:hover {
  color: #dd4d51;
}

.side_menu .data_menu a:before {
  color: #dd4d51;
  content: '—';
  margin-right: 10px;
}

.side_menu .show_all {
  color: #dd4d51;
  font-size: 17px;
  font-weight: 300;
  cursor: pointer;
  margin-top: 5px;
}

.show_catalog {
  position: relative;
  display: block;
  background-color: #f0f0f0;
  height: 50px;
  line-height: 50px;
  color: #000800;
  font-size: 17px;
  font-weight: 700;
  text-indent: 50px;
  cursor: pointer;
  margin-top: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.show_catalog:before {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("../images/arrow-right.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  opacity: 1;
}

.show_catalog.open:before {
  opacity: 0;
}

.show_catalog:after {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url("../images/arrow-menu-open.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  opacity: 0;
}



.show_catalog.open:after {
  opacity: 1;
}

/*   products   */

.products {
  list-style: none;
  margin: 20px -20px 0 0;
  padding: 0;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product_item {
  width: 100%;
  transition: width .2s;

  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product {
  display: block;
  position: relative;
  margin-right: 20px;
  width: 100%;
  background: #fff;
  /* margin: 0 20px 20px 0; */
  -webkit-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  z-index: 0;
}


.product_item:hover .product,
.product_item.visible .product {
  z-index: 1;
}

.product .pic {
  position: relative;
  overflow: hidden;
}

.product .pic img {
  display: block;
  width: 100%;
  transition: transform .4s ease-out;
}

.product:hover .pic img,
.product.visible .pic img {
  /* transform: scale(1.1); */
}

.product .sale {
  position: absolute;
  left: 0;
  top: 0;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  background-color: #dd4d51;
  padding: 0 15px;
  z-index: 10;
}

@media (max-width: 999px) {
  .product .sale {
    top: 50px;
  }
}

.product .sale:after {
  display: block;
  position: absolute;
  right: -6px;
  top: 0;
  width: 11px;
  height: 35px;
  -webkit-transform: skew(-17deg);
  -moz-transform: skew(-17deg);
  -o-transform: skew(-17deg);
  background: #dd4d51;
  content: '';
  z-index: -1;
}




.product .title a {
  color: #dd4d51;
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.product .title a:hover {
  color: #9e373a;
}


a.constructor {
  text-align: center;
}

.product_item.constructor .product:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

div.title.constructor {
  text-align: center;
  position: absolute;
  top: 25%;
  right: 0;
}

div.title.constructor a,
div.title.constructor a:hover {
  color: #fff;
  font-weight: bold;
}



.product .text {
  padding: 20px 20px 15px 20px;
}

.product .desc {
  position: relative;
  font-size: 15px;
  font-weight: 300;
  color: #404041;
  padding: 10px 0 0 0;
}

.product .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: left;
  text-align: left;
  padding-top: 5px;
}

.product .price .new {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  color: #333;
  font-size: 24px;
  font-weight: 700;
}

.product .price .new:after {
  font-size: 22px;
  content: '₽';
  margin-left: 5px;
}

.product .price .new.no-price:after {
  display: none;
}

.product .price .old {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  color: #dd4d51;
  font-size: 17px;
  font-weight: 300;
  text-decoration: line-through;
  padding: 5px 0 0 10px;
}

.product .desc {
  min-height: 50px;
}

.product .desc li {
  padding: 3px 0 0 3px;
}

.product .desc li span {
  padding-right: 3px;
}

.product .cart_info {
  position: absolute;
  top: 0;
  left: -1px;
  right: -1px;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: scaleY(.8);
  transform-origin: top;
  transition: transform .2s ease-out;
  z-index: -1;
}

.product .cart_info:before {
  float: left;
  height: 100%;
  width: 100%;
  content: '';
}


/* @media (min-width: 479px) { */
.product:hover .cart_info,
.product.visible .cart_info {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

/* } */

.product .wrap {
  position: relative;
  top: 0;
  padding: 20px;
  background: #fff;
  margin: 0 1px;
  transition: all .2s ease-out;
  -webkit-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.38);
  -moz-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.38);
  box-shadow: 0 23px 38px rgba(51, 51, 51, 0.38);
}

.product .wrap:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.product .quantity {
  float: left;
  width: 50%;
}

.product .add_cart {
  float: left;
  width: 50%;
}

.product .add_cart.add-cart__catalog {
  padding-top: 10px;
  display: block;
  float: none;
  width: 100%;
}

.product .add_cart a {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #dd4d51;
  text-decoration: none;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.product .add_cart a:hover {
  background-color: #ff7770;
}

.product .add_cart a:active {
  background-color: #a13235;
}

.product .quantity.quantity-new {
  float: none;
  display: flex;
  width: 100%;
  border: 0;
}

.product .quantity.quantity-new .minus_btn,
.product .quantity.quantity-new .plus_btn {
  position: relative;
}

/*   quantity   */

.quantity {
  position: relative;
  background: #fff;
  border: 1px solid #e5e5e5;
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quantity .minus_btn,
.quantity .plus_btn {
  position: absolute;
  top: 0;
  display: inline-block;
  background: #fff;
  text-align: center;
  vertical-align: top;
  border: none;
  width: 35px;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.quantity .minus_btn {
  left: 0;
}

.quantity .plus_btn {
  right: 0;
}

.quantity.min .minus_btn,
.quantity.max .plus_btn {
  opacity: 0;
}

.quantity input[type="text"] {
  width: 100%;
  height: 40px;
  font-size: 17px;
  font-weight: 300;
  color: #333;
  padding: 10px 35px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quantity .minus_btn:before {
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url("../images/arrow-down-3.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -khtml-background-size: cover;
  background-size: cover;
  content: '';
}

.quantity .plus_btn:before {
  display: inline-block;
  width: 10px;
  height: 9px;
  background: url("../images/arrow-down-3.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -khtml-background-size: cover;
  background-size: cover;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: '';
}

/*   navigation   */

.navigation {
  display: block;
  width: 100%;
  padding: 10px 0 35px 0;
}

.navigation ul {
  display: block;
  text-align: center;
}

.navigation li {
  display: inline-block;
  margin: 0 3px;
}

.navigation li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  font-weight: 300;
  color: #dd4d51;
  border: 1px solid #e6e6e6;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.navigation li a:hover {
  color: #000;
  background-color: #e6e6e6;
}

.navigation li span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  font-weight: 300;
  color: #fff;
  border: 1px solid #dd4d51;
  background-color: #dd4d51;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*   same   */

.same {
  background-color: #f1f1f1;
  padding: 30px 0 35px 0;
  margin-bottom: 35px;
}

.same .title_block span {
  display: block;
}

.same .title_block {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.same_slider {
  margin: 0 -5px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.same_slider .slick-list {
  padding-bottom: 10px;
}

.same_slider .item {
  width: 50%;
  padding: 0 5px;
  transition: width .2s;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* .same_slider .item:nth-child(3),
.same_slider .item:nth-child(4),
.same_slider .item:nth-child(5),
.same_slider .item:nth-child(6) {
  display: none;
} */
.question-info {
  width: 18px;
  height: 18px;
  display: block;
  background-image: url('/static/img/qestion.png');
  background-size: cover;
  cursor: pointer;
  margin-left: 5px;
}

.question-info.counstructor-info {
  width: auto;
  height: auto;
  background-image: none;
  position: relative;
  margin-left: 35px;
  color: #333;
  text-decoration: underline;
  outline: none;
}

.question-info.counstructor-info::before {
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  background-image: url('/static/img/qestion.png');
  background-size: cover;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -35px;
}

.question-info__content {
  display: none;
}

@media (max-width: 768px) {
  .same_slider .item:nth-child(3) {
    display: block;
  }
}

@media (max-width: 450px) {
  .full_page .info_col .list div.name {
    position: relative;
    padding-right: 25px;
  }

  .question-info {
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
  }
}

.fpd-actions-wrapper>.fpd-action-btn.tooltipstered {
  width: auto;
  height: auto;
  position: relative;
  top: -3px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  left: 110px;
  top: -70px;
  min-width: 38px;
}

.fpd-actions-wrapper.fpd-pos-top {
  top: 124px !important;
  left: 25% !important;
  z-index: 999;
}

/* отменить изменения, восстановить изменения */
[data-action="undo"] {
  display: none;
}

.fpd-element-toolbar {
  top: 1012px !important;
}


.show_maket {
  position: relative;
  display: none;
  background-color: #f0f0f0;
  height: 50px;
  line-height: 50px;
  color: #000800;
  font-size: 17px;
  font-weight: 700;
  text-indent: 50px;
  cursor: pointer;
  margin-top: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  margin: 25px 0;
}


@media (max-width: 768px) {
  .show_maket {
    display: block;
  }

  .fpd-actions-wrapper>.fpd-icon-reset.fpd-action-btn.tooltipstered {
    top: -75px;
    left: 25px;
  }

  .fpd-actions-wrapper.fpd-pos-top {
    top: 525px !important;
    left: 50% !important;
  }

  .fpd-container>.fpd-main-wrapper {
    min-height: 535px !important;
  }

  .fpd-element-toolbar {
    top: 1062px !important;
  }
}

.show_maket:before {
  position: absolute;
  left: 25px;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("../images/arrow-right.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  opacity: 1;
}


.same_slider .bg {
  display: block;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
}

.same_slider .pic {
  overflow: hidden;
}

.same_slider .pic img {
  display: block;
  width: 100%;
  transition: transform .4s ease-out;
}

.same_slider .pic:hover img {
  transform: scale(1.1);
}

.same_slider .text {
  padding: 10px 15px 10px 15px;
}

.same_slider .title a {
  color: #dd4d51;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
}

.same_slider .title a:hover {
  color: #9e373a;
}

.same_slider .price {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  padding-top: 7px;
}

.same_slider .price:after {
  font-size: 15px;
  content: '₽';
  margin-left: 5px;
}

.same_slider .price.no-price:after {
  display: none;
}

.same_slider .none_item {
  position: relative;
  width: 100%;
  border: 1px solid #dcdcdc;
}

.same_slider .none_item:after {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 42px;
  margin: -21px 0 0 -22px;
  background: url("../images/logo-grey.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  z-index: 1;
}

/*   photo video   */

.photo_video {
  padding: 50px 0 0 0;
}

.title_tab {
  text-align: center;
  padding-bottom: 25px;
}

.title_tab li {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.title_tab li a {
  color: #dd4d51;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 1px dashed #ec9d9f;
}

.title_tab li a.active {
  color: #333;
  border-color: transparent;
  cursor: default;
}

.photo_video .item_tab {
  display: block;
  height: 0;
  overflow: hidden;
  margin: 0 -10px;
}

.photo_video .item_tab.active {
  height: auto;
  overflow: visible;
}

.photo_video .slider {
  position: relative;
}

.photo_video .slide_count {
  position: absolute;
  right: 10px;
  top: -49px;
  font-size: 17px;
  font-weight: 300;
  color: #ccc;
  text-align: right;
}

.photo_video .slide_count .current {
  font-weight: 700;
  color: #333;
  padding-right: 3px;
}

.photo_video .slide_count .total {
  padding-left: 3px;
}

#photo_slider .item a,
#qview__slider .item a {
  display: block;
  position: relative;
}

#photo_slider .item a:before,
#qview__slider .item a:before {
  display: none;
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 3px solid #fff;
  content: '';
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#photo_slider .item.product a:before {
  border: none;
}

#qview__slider .product {
  margin: 0;
}


#photo_slider .item img,
#qview__slider .item img {
  display: block;
  width: 100%;
}

#photo_slider .item.product img,
#qview__slider .item.product img {
  width: 100%;
}

.photo_video .slick-prev,
.photo_video .slick-next,
#qview__slider .slick-prev,
#qview__slider .slick-next {
  display: block;
  width: 70px;
  height: 60px;
  overflow: hidden;
  background: #dd4d51;
  text-indent: -9999px;
  position: absolute;
  bottom: 0;
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 500;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
}

.photo_video .slick-prev:hover,
.photo_video .slick-next:hover,
#qview__slider .slick-prev:hover,
#qview__slider .slick-next:hover {
  background-color: #ff7770;
}

.photo_video .slick-prev:active,
.photo_video .slick-next:active,
#qview__slider .slick-prev:active,
#qview__slider .slick-next:active {
  background-color: #a13235;
}

.photo_video .slick-prev:before,
.photo_video .slick-next:before,
#qview__slider .slick-prev:before,
#qview__slider .slick-next:before {
  display: block;
  width: 11px;
  height: 27px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -13.5px 0 0 -5.5px;
  background: url("../images/arrow-slider.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.photo_video .slick-next,
#qview__slider .slick-next {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.photo_video .slick-prev,
#qview__slider .slick-prev {
  right: 72px;
}

.photo_video .slick-next,
#qview__slider .slick-next {
  right: 0;
}

/*   video slider   */

#video_slider .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

#video_slider .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video_calls {
  padding: 50px 0 0 0;
}

.video_calls .title_block {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.video_calls .dots_nav {
  padding-bottom: 25px;
}

.vc_slider {
  margin: 0 -10px;
}

.vc_slider .item {
  float: left;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vc_slider .pic {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.34);
  -moz-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.34);
  box-shadow: 0 4px 6px rgba(51, 51, 51, 0.34);
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.vc_slider .pic:hover {
  -webkit-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.38);
  -moz-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.38);
  box-shadow: 0 23px 38px rgba(51, 51, 51, 0.38);
}

.vc_slider .pic a {
  position: relative;
  display: block;
}

.vc_slider .pic a:before {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: block;
  width: 84px;
  height: 84px;
  background: url("../images/play-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  z-index: 3;
}

.vc_slider .pic a:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2f2727;
  opacity: .77;
  content: '';
  z-index: 2;
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
}

.vc_slider .pic a:hover:after {
  opacity: 0;
}

.vc_slider .pic img {
  display: block;
  width: 100%;
  transition: transform .4s ease-out;
}

.vc_slider .pic:hover img {
  transform: scale(1.1);
}

.vc_slider .txt {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  padding: 0 10px 36px 115px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity ease .2s;
  transition: opacity ease .2s;
}

.vc_slider .pic:hover .txt {
  opacity: 0;
}

.vc_slider .name {
  display: block;
  font-size: 20px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.vc_slider .time {
  display: block;
  font-size: 14px;
  font-weight: 300;
  padding-top: 3px;
}

.vc_slider .slick-list {
  padding-bottom: 40px;
}

.video_calls .slick-dots {
  text-align: center;
}

.video_calls .slick-dots:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.video_calls .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
}

.video_calls .slick-dots li button {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #dd4d51;
  font-size: 0;
  cursor: pointer;
  margin-top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.video_calls .slick-dots li.slick-active button {
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 1;
  margin: 0;
  cursor: default;
  border: 4px solid #dd4d51;
}

.video_calls .slick-dots li.slick-active button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: #404041;
  margin: -5px 0 0 -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
}



/*   manager   */
.manager {
  background: #ebebeb;
  padding: 40px 0;
}

.manager li:first-child {
  margin-top: 0;
}

.manager li {
  margin-top: 20px;
}

.manager .item {
  height: 153px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
}

.manager .item .photo {
  position: relative;
  float: left;
  width: 100px;
  height: 153px;
  overflow: hidden;
}

.manager .item .photo:before {
  position: absolute;
  right: 0;
  top: 24px;
  border: 13px solid transparent;
  border-right: 16px solid #fff;
  display: block;
  width: 0;
  height: 0;
  content: '';
}

.manager .item .photo img {
  display: block;
  height: 153px;
}

.manager .item .info {
  margin-left: 115px;
  padding-top: 15px;
}

.manager .item .name {
  font-size: 17px;
  font-weight: 300;
  color: #333;
  padding-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.manager .item .name i {
  display: none;
  font-style: normal;
}

.manager .item .tel {
  padding-bottom: 5px;
}

.manager .item .tel a {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  cursor: default;
}

a#not-active {
  pointer-events: none;
  cursor: default;
  color: #999 !important;
}

.manager .item .tel span {
  display: inline-block;
  color: #333;
  font-size: 17px;
  font-weight: 300;
  padding-top: 3px;
}

.manager .item .ask_question a {
  font-size: 17px;
  font-weight: 700;
  color: #dd4d51;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.manager .item .ask_question a:before {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  background: url("../images/question-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -khtml-background-size: cover;
  background-size: cover;
  content: '';
  margin-right: 7px;
}

.manager.contact {
  padding: 35px 0 30px 0;
}

.manager.contact.show {
  padding-bottom: 35px;
}

.manager.contact li {
  /*display: none;*/
}

.product_item.constructor .pic img {
  min-height: 190px;
}

.manager.contact li:nth-child(1),
.manager.contact li:nth-child(2) {
  display: block;
}

/*   show all manager   */

.show_all_manager {
  clear: left;
  padding-top: 30px;
}

.show_all_manager a {
  font-size: 17px;
  font-weight: 300;
  color: #dd4d51;
  text-decoration: none;
  -webkit-transition: color ease .2s;
  transition: color ease .2s;
}

.show_all_manager a:hover {
  color: #676768;
}

.show_all_manager a:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 4px;
  background: url("../images/arrow-down.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  margin-right: 10px;
}



a.not-bold {
  font-weight: 100 !important;
}

/*   desc bottom   */
h1.constructor {
  padding-right: 0 !important;
}

.desc_bottom {
  padding: 50px 0;
}

.desc_bottom h1 {
  display: block;
  text-align: center;
  color: #404041;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 13px;
}

.desc_bottom h2 {
  display: block;
  text-align: left;
  color: #404041;
  font-size: 20px;
  font-weight: 700;
  padding: 15px 0 5px 0;
}

.desc_bottom p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #404041;
  padding: 10px 0;
}

.desc_bottom .tags {
  padding-bottom: 5px;
}

.desc_bottom .title_tag {
  font-size: 20px;
  font-weight: 700;
  color: #404041;
  padding: 15px 0 10px 0;
}

.desc_bottom .title_tag:first-child {
  padding-top: 0;
}

.desc_bottom .tags ul {
  margin-left: -4px;
}

.desc_bottom .tags li {
  display: inline-block;
}

.desc_bottom .tags a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  border: 1px solid #dd4d51;
  font-size: 17px;
  font-weight: 300;
  color: #dd393c;
  text-decoration: none;
  padding: 0 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 4px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
}

.desc_bottom .tags a:hover {
  color: #fff;
  background: #dd4d51;
}

.desc_bottom .tags .selected {
  color: #fff;
  background: #dd4d51;
}

.desc_bottom a:hover {
  color: #dd4d51;
}

/*   certificates   */

.certificates .title_block {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
}

.certificates .dots_nav {
  padding-bottom: 20px;
}

.certificates_slider {
  margin: 0 -10px;
}

.certificates_slider .slick-list {
  padding-bottom: 40px;
}

.certificates .slick-dots {
  text-align: center;
}

.certificates .slick-dots:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.certificates .slick-dots li {
  position: relative;
  display: inline-block;
  padding: 0 7px;
  vertical-align: top;
}

.certificates .slick-dots li button {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  background: #dd4d51;
  font-size: 0;
  cursor: pointer;
  margin-top: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.certificates .slick-dots li.slick-active button {
  width: 40px;
  height: 40px;
  background: #fff;
  opacity: 1;
  margin: 0;
  cursor: default;
  border: 4px solid #dd4d51;
}

.certificates .slick-dots li.slick-active button:before {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 10px;
  height: 10px;
  background: #404041;
  margin: -5px 0 0 -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
}

.certificates_slider .item.slick-active {
  opacity: 1;
}

.certificates_slider .item {
  float: left;
  padding: 0 10px;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.certificates_slider .pic {
  position: relative;
  padding: 10px;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  -webkit-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  -moz-box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  box-shadow: 0 4px 6px rgba(51, 51, 51, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.certificates_slider .pic:hover {
  -webkit-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.38);
  -moz-box-shadow: 0 23px 38px rgba(51, 51, 51, 0.38);
  box-shadow: 0 23px 38px rgba(51, 51, 51, 0.38);
}

.certificates_slider .pic img {
  display: block;
  width: 100%;
}

/*   storage   */

.storage {
  padding: 50px 0 0 0;
}

.storage .pic {
  text-align: center;
  padding-bottom: 25px;
}

.storage .pic img {
  display: inline-block;
  width: 100%;
  max-width: 688px;
}

.storage h2 {
  display: block;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #404041;
  padding-bottom: 10px;
}

.storage h3 {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #404041;
  padding: 15px 0;
}

.storage p {
  display: block;
  padding: 7px 0;
  font-size: 15px;
  line-height: 24px;
  color: #404041;
}

/*   branches   */

.branches {
  padding-top: 10px;
}

.branches .title_block {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding-bottom: 25px;
}

#branches_map {
  margin-bottom: 20px;
}

#branches_map iframe {
  height: 350px;
}

/*   map style   */

.map_style {
  font-family: 'Roboto', sans-serif;
  padding: 8px;
}

.map_style .city {
  color: #484848;
  font-size: 24px;
  font-weight: 300;
  padding-bottom: 10px;
}

.map_style .address {
  color: #484848;
  font-size: 17px;
  font-weight: 300;
  padding-bottom: 12px;
}

.map_style .tel {
  font-size: 21px;
  font-weight: 700;
  color: #404041;
  padding-bottom: 12px;
}

.map_style .tel a {
  text-decoration: none;
  color: #404041;
  cursor: default;
}

.map_style .mail a {
  font-size: 17px;
  font-weight: 300;
  color: #dd4d51;
  text-decoration: none;
}

.tags ul.tags,
.tags ul.tags li {
  display: inline-table !important;
  padding: 0 5px 0 15px !important;
}


.map_style .mail a:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 15px;
  background: url("../images/mail-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  margin-right: 8px;
}

.list_contacts {
  padding-bottom: 35px;
}

.list_contacts ul {
  display: block;
  border-bottom: 3px solid #f1f1f1;
}

.list_contacts li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.list_contacts li {
  background: #f1f1f1;
  font-size: 15px;
  font-weight: 300;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list_contacts li:nth-child(even) {
  background: #fff;
}

.list_contacts .address {
  color: #333;
  word-wrap: break-word;
  padding-right: 10px;
  padding-bottom: 8px;
}

.list_contacts .tel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list_contacts .tel a {
  color: #000;
  text-decoration: none;
  /* cursor: default; */
}

.list_contacts .mail {
  padding-top: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.list_contacts .mail a {
  color: #dd4d51;
  text-decoration: none;
}

/*   cart title   */

.cart_title {
  display: none;
  background: #f4f4f4;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 300;
  color: #404041;
}

.cart_title:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.cart_title>div {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cart_title span {
  display: none;
}

.cart_title i {
  font-style: normal;
  text-transform: capitalize;
}

.cart_title .first {
  width: 200px;
  padding-left: 30px;
}

.cart_title .two {
  width: 225px;
}

.cart_title .three {
  width: 100px;
}

.cart_title .four {
  width: 115px;
}

.cart_title .five {
  width: 87px;
}

/*   cart item   */

.cart_item {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #dfdfdf;
}

.cart_item:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.cart_item .pic {
  float: left;
  width: 70px;
  padding-bottom: 15px;
}

.cart_item .pic img {
  display: block;
  width: 100%;
}

.cart_item .info {
  margin-left: 90px;
}

.cart_item .title {
  padding-right: 30px;
  padding-bottom: 15px;
}

.cart_item .title a {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  color: #dd4d51;
  text-decoration: none;
}

.cart_item .title a:hover {
  color: #333;
}

.cart_item .desc {
  display: none;
  color: #404041;
  font-size: 15px;
  padding-top: 8px;
  clear: left;
}

.cart_item .desc li {
  padding: 3px 0;
}

.cart_item .for_piece {
  clear: left;
  float: left;
  width: 90px;
  height: 42px;
  line-height: 42px;
  margin-left: -90px;
  font-size: 17px;
  font-weight: 300;
  color: #333;
}

.cart_item .for_piece:after {
  display: none;
  content: '₽';
  margin-left: 5px;
}

.cart_item .quantity {
  float: left;
  width: 130px;
  /* border-right: 1px solid #e5e5e5; */
  border: 0;
}

.cart_item .price {
  float: right;
  text-align: right;
  max-width: 80px;
  height: 42px;
  color: #333;
}

.cart_item .price .col {
  display: table-cell;
  vertical-align: middle;
  height: 42px;
  text-align: left;
}

.cart_item .price .new {
  font-size: 17px;
  font-weight: 700;
}

.cart_item .price .new:after {
  display: none;
  content: '₽';
  margin-left: 5px;
}

.cart_item .price .new,
.cart_item .price .old {
  display: block;
}

.cart_item .price .old {
  color: #dd4d51;
  font-size: 15px;
  font-weight: 300;
  text-decoration: line-through;
}

.cart_item .del {
  position: absolute;
  right: 0;
  top: 38px;
}

.cart_item .del a:before {
  display: block;
  width: 15px;
  height: 15px;
  background: url("../images/close-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.cart_table .all_price:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.cart_table .all_price {
  border-top: 1px solid #dfdfdf;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding: 25px 0;
}

.cart_table .all_price i {
  font-style: normal;
  padding-left: 10px;
}

.cart_table .all_price i:after {
  content: '₽';
  margin-left: 5px;
}

/* ___________________ */

.cart_table .delivery_info:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

p.address {
  text-align: left;
  margin: 0px !important;
  font-size: larger;
  font-style: oblique;
  color: #dd4d51;
}

.cart_table .delivery_info div {
  border-top: 1px solid #dfdfdf;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding: 25px 0;
}

.cart_table .delivery_info i {
  font-style: normal;
  padding-left: 10px;
}


/*   order   */

.order {
  background-color: #f1f1f1;
}

.order .title_col {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  padding-bottom: 8px;
}

.order .label {
  font-size: 17px;
  font-weight: 300;
  color: #595959;
  padding-bottom: 6px;
}

.order input[type="text"],
.order input[type="tel"],
.order input[type="email"] {
  display: block;
  width: 100%;
  height: 50px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 300;
  color: #111;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.order textarea {
  display: block;
  width: 100%;
  min-height: 105px;
  resize: vertical;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 300;
  color: #111;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.order .info,
.order .comment,
.order .payment_method,
.order .delivery {
  padding: 15px 20px 20px 20px;
  border-bottom: 1px solid #fff;
}

.order .info li {
  padding-top: 7px;
}

.order .info li:first-child {
  padding-top: 0;
}

.order .radio {
  min-height: 32px;
  padding: 5px 0;
}

.order .radio label {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  position: relative;
  font-size: 17px;
  font-weight: 300;
  color: #333;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.order input[type=radio] {
  display: none;
}

.order input[type=radio]+label:before {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 0 10px 0 0;
  height: 32px;
  width: 32px;
  text-align: center;
  vertical-align: top;
  font-size: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: border ease .2s;
  content: '';
  cursor: pointer;
}

.order input[type=radio]:checked+label:before {
  border: 3px solid #dd4d51;
}

.order input[type=radio]+label:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 11px;
  background-color: #404041;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  opacity: 0;
  transition: opacity ease .2s;
  cursor: pointer;
}

.order input[type=radio]:checked+label:after {
  opacity: 1;
}

.order .selecter {
  max-width: 100%;
  margin: 0;
}

.order .selecter-selected {
  height: 50px;
  font-size: 17px;
  font-weight: 300;
  color: #333;
  padding: 14px 20px;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.order .selecter-selected:after {
  position: absolute;
  right: 20px;
  width: 12px;
  height: 5px;
  background: url("../images/select-arrow.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.order .open .selecter-selected:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.order .selecter-item {
  padding: 10px 20px;
}

.order .delivery .city {
  padding-top: 5px;
}

.order .delivery .address {
  padding-top: 20px;
}

/*   total col   */

.total_col {
  padding-bottom: 75px;
}

.total_col .total {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding: 15px 0 10px 0;
}

.total_col .total i {
  font-style: normal;
  padding-left: 15px;
}

.total_col .total i:after {
  content: '₽';
  margin-left: 5px;
}

.total_col .total_delivery {
  font-size: 17px;
  font-weight: 300;
  color: #333;
  text-align: center;
  padding-bottom: 15px;
}

.total_col .total_delivery i {
  font-style: normal;
}

.total_col .total_delivery i:after {
  content: '₽';
  margin-left: 2px;
}

.total_col .btn_sub button {
  display: block;
  background-color: #dd4d51;
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
}

.total_col .btn_sub button:hover {
  background-color: #ff7770;
}

.total_col .btn_sub button:active {
  background-color: #a13235;
}

/*   full page   */

.full_page .pic {
  position: relative;
}

.full_page .pic img {
  display: block;
  width: 100%;
}

.full_page .pic .sale {
  position: absolute;
  left: 0;
  top: 0;
  height: 55px;
  line-height: 55px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  background-color: #dd4d51;
  padding: 0 25px;
  z-index: 10;
}

.full_page .pic .sale:after {
  display: block;
  position: absolute;
  right: -9px;
  top: 0;
  width: 17px;
  height: 55px;
  -webkit-transform: skew(-17deg);
  -moz-transform: skew(-17deg);
  -o-transform: skew(-17deg);
  background: #dd4d51;
  content: '';
  z-index: -1;
}

.full_page .social_share {
  padding: 20px 0 30px 0;
}

.full_page .info_col .list li {
  color: #333;
  font-size: 15px;
  font-weight: 300;
  background: #f1f1f1;
  padding: 7px 10px;
}

/*
.full_page .info_col .list li:nth-child(n+10) {
  display: none
}*/

.full_page .info_col .list li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.full_page .info_col .list li:nth-child(even) {
  background: #fff;
}

.full_page .info_col .list .name,
.full_page .info_col .list .parameter {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.full_page .info_col .list .name {
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.full_page .info_col .list a {
  font-size: 17px;
  color: #dd4d51;
  text-decoration: none;
}

.full_page .info_col .rate {
  display: inline-block;
  padding-top: 3px;
}

.full_page .info_col .rate img {
  height: 18px;
  padding-right: 1px;
}

.full_page .all_features {
  padding: 7px 10px;
  border-bottom: 2px solid #f1f1f1;
}

.full_page .all_features a {
  font-size: 15px;
  color: #dd4d51;
  text-decoration: none;
}

.full_page .order_col {
  padding: 15px 0 30px 0;
}

.full_page .info_col .price {
  padding: 0 0 15px 0;
}


@media (max-width: 999px) {
  .full_page .price .title_col {
    display: flex;
    align-items: center;
    margin: 0 15px;
  }
}

.full_page .price .old {
  float: left;
  width: 50%;
  font-size: 17px;
  font-weight: 300;
  color: #dd4d51;
  text-align: right;
  padding-right: 15px;
  line-height: 20px;
  text-decoration: line-through;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.full_page .price .new {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  line-height: 20px;
}

.full_page .price .new:after {
  content: '₽';
  margin-left: 5px;
}

.full_page .price .new.no-price:after {
  display: none;
}

.price-currency {
  display: none;
}

.full_page .add .quantity {
  float: left;
  width: 100% !important;
}

.full_page .add .add_cart {
  float: left;
  width: 50%;
}

.full_page .add .add_cart a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #dd4d51;
  text-decoration: none;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.add_cart a.like {
  background: #ff888c !important;
}

.add_cart a.like:hover {
  background: #ff7770 !important;
}




.full_page .add .add_cart a:hover {
  background-color: #ff7770;
}

.full_page .add .add_cart a:active {
  background-color: #a13235;
}

.tabs_full {
  position: relative;
}

.tabs_full .btn_select {
  background: #f4f4f4;
  padding: 20px;
}

.tabs_full .btn_select a {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border: 1px solid #dedede;
  padding: 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs_full .btn_select a.open {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.tabs_full .btn_select a span {
  color: #dd4d51;
  font-size: 17px;
  font-weight: 300;
  padding-left: 5px;
}

.tabs_full .btn_select a:after {
  position: absolute;
  top: 50%;
  margin-top: -2.5px;
  right: 20px;
  width: 12px;
  height: 5px;
  background: url("../images/select-arrow.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  border: none;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  content: '';
}

.tabs_full .btn_select a.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
}

.tabs_full .tabs_nav {
  display: none;
  position: absolute;
  top: 69px;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tabs_full .tabs_nav ul {
  border: 1px solid #aaa;
}

.tabs_full .tabs_nav li a {
  position: relative;
  display: block;
  width: 100%;
  background: #fff;
  font-size: 17px;
  font-weight: 300;
  color: #000;
  margin: 0;
  padding: 10px 20px;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs_full .tabs_nav li a.active {
  background: #f1f1f1;
}

.tabs_full .tabs_nav li a span {
  color: #dd4d51;
  font-size: 17px;
  font-weight: 300;
  padding-left: 5px;
}

.tabs_full .tabs_nav li a:after {
  position: absolute;
  display: block;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  width: 15px;
  height: 12px;
  background: url("../images/check-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  opacity: 0;
}

.tabs_full .tabs_nav li a.active:after {
  opacity: 1;
}

/*   tabs full   */

.tabs_full .desc_news {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #333;
  padding-top: 15px;
}

.tabs_full .desc_news p {
  display: block;
  padding: 7px 0;
}

.tabs_full .desc_news ul li {
  position: relative;
  display: block;
  margin: 8px 0;
  padding-left: 25px;
}

.tabs_full .desc_news ul li:before {
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("../images/arrow-right.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

/*   reviews list   */

.reviews_list {
  padding: 0;
}

.reviews_list li:first-child {
  border-top: none;
}

.reviews_list li {
  border-top: 1px solid #dfdfdf;
  padding: 20px 0;
}

.reviews_list li:last-child {
  padding-bottom: 0;
}

.reviews_list li:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.reviews_list .info {
  text-align: center;
  padding-bottom: 10px;
}

.reviews_list .star_rate {
  padding-bottom: 8px;
}

.reviews_list .star_rate img {
  display: inline-block;
  vertical-align: top;
  width: 19px;
  padding-right: 1px;
}

.reviews_list .name {
  display: block;
  font-size: 17px;
  font-weight: 300;
  color: #333;
  padding-left: 5px;
}

.reviews_list .date {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  color: #999;
  padding-left: 5px;
}

.reviews_list .desc {
  font-size: 15px;
  font-weight: 300;
  color: #333;
  line-height: 24px;
}

/*   add reviews   */

.add_reviews {
  background: #f1f1f1;
  padding: 15px 20px 20px 20px;
  margin-top: 20px;
}

.add_reviews .title_col {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding-bottom: 15px;
}

.add_reviews .rating_star {
  clear: both;
}

.add_reviews .rating_star img {
  display: inline-block;
  width: 30px;
  vertical-align: top;
  padding: 0 3px;
}

.add_reviews .rating_star .hint {
  color: #333;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
}

.add_reviews .comment {
  padding-bottom: 15px;
}

.add_reviews .comment textarea {
  min-height: 115px;
  resize: vertical;
}

.add_reviews .comment textarea,
.add_reviews .name input {
  display: block;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
  color: #333;
  padding: 14px 20px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border ease .2s;
  transition: border ease .2s;
}

.add_reviews #rating {
  text-align: center;
  margin: 15px 0 0 0;
}

.add_reviews .btn_sub {
  padding-top: 10px;
}

.add_reviews .btn_sub button {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #dd4d51;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
}

.add_reviews .btn_sub button:hover {
  background-color: #ff7770;
}

.add_reviews .btn_sub button:active {
  background-color: #a13235;
}

.full_page .same {
  padding: 55px 0;
  margin: 0;
  background: none;
}

/*   footer   */

.footer {
  border-top: 4px solid #dd4d51;
  margin-top: 25px;
}

.footer .f_logo {
  text-align: center;
  padding: 30px 0 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.footer .f_logo img {
  display: inline-block;
  height: 52px;
}

.footer .copyright {
  font-size: 15px;
  font-weight: 300;
  color: #999;
  text-align: center;
  padding-bottom: 20px;
}

.footer .contacts br {
  display: none;
}

.footer .counter {
  text-align: center;
  padding: 0 0 20px 0;
}

.footer .counter li {
  display: inline-block;
  margin: 0 3px;
  vertical-align: top;
}

.footer .f_menu a {
  display: inline-block;
  position: relative;
  font-size: 17px;
  font-weight: 300;
  color: #404041;
  cursor: pointer;
  padding: 3px 0 3px 23px;
  margin: 4px 0;
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.footer .f_menu a:hover {
  color: #dd4d51;
}

.footer .f_menu a:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  display: inline-block;
  width: 9px;
  height: 10px;
  background: url("../images/arrow-right.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
}

.footer .contacts {
  text-align: center;
  padding: 25px 0 0 0;
}

.footer .contacts .first {
  padding-bottom: 25px;
}

.footer .contacts .two {
  padding-bottom: 35px;
}

.footer .contacts .tel {
  padding-bottom: 6px;
}

.footer .contacts .tel a {
  color: #404041;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: default;
}

.footer .contacts .mail a {
  font-size: 17px;
  font-weight: 300;
  color: #dd4d51;
  text-decoration: none;
}

.footer .contacts .mail a:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 15px;
  background: url("../images/mail-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  margin-right: 8px;
}

.footer .contacts .txt {
  color: #404041;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}


table.price-all-happy th {
  border-right: 1px solid #fff;
  color: #fff;
}

table.price-all-happy tr th {
  background-color: #532525;

}

table.price-all-happy td {
  border: 1px solid #532525;
}

/*   contacts page   */

.contacts_page .contact {
  border-top: 1px solid #dfdfdf;
  padding: 25px 0 0 0;
}

.contacts_page .contact ul {
  padding-bottom: 5px;
}

.contacts_page .contact li {
  padding-bottom: 20px;
}

.contacts_page .contact .tel {
  padding-bottom: 7px;
}

.contacts_page .contact .tel a {
  color: #404041;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  cursor: default;
}

.contacts_page .contact .mail a {
  font-size: 17px;
  font-weight: 300;
  color: #dd4d51;
  text-decoration: none;
}

.contacts_page .contact .mail a:before {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 15px;
  background: url("../images/mail-icon.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  content: '';
  margin-right: 8px;
}

.contacts_page .contact .txt {
  color: #404041;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}

.contacts_page .contact .address {
  font-size: 20px;
  font-weight: 700;
  color: #404041;
  padding-bottom: 6px;
}

#map_top {
  margin-bottom: 35px;
}

#map_top iframe {
  height: 350px;
}

#map_top2 {
  margin-bottom: 35px;
}

#map_top2 iframe {
  height: 350px;
}

.admin-shop-catalog-tag,
.admin-shop-item-tag {
  cursor: pointer;
  display: inline-block;
  background-image: url("/static/images/edit-icon.png");
  position: relative;
  display: none;
  width: 30px;
  height: 16px;
  background-size: 28px;
  background-position: center center;
}

.title_menu:hover .admin-shop-catalog-tag {
  display: inline-block;
}

.product_item:hover .admin-shop-item-tag {
  display: inline-block;
}

.data_menu ul:hover .admin-shop-catalog-tag {
  display: inline-block;
}











/* MODAL */

.modal-black {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  filter: 'alpha(opacity=30)';
  z-index: 10000;
  display: none;
  top: 0;
  left: 0;
}

.modal-black.active {
  display: inherit;
}

.modal-wrapper {
  overflow: auto;
  z-index: 10001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1px 0 80px;
  display: none;
}

.modal-wrapper.active {
  display: inherit;
}

.modal-loader {
  position: absolute;
  top: 30%;
  left: 50%;
  margin: 0 auto 0 -50px;
  z-index: 1000;
  width: 100px;
  display: none;
}

.modal-loader.active {
  display: inherit;
}

.modal-loader .an {
  position: absolute;
  z-index: 1;
  opacity: 1;
  margin: 21px 0 0 36px;
}

.modal-loader .an-bt {
  background-color: #fff;
}

.an {
  opacity: 0;
  line-height: 0;
  -o-transition: opacity 350ms linear;
  transition: opacity 350ms linear;
}

.an.an-medium .an-bt {
  width: 7px;
  height: 7px;
  margin-right: 4px;
}

.an-bt {
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 4px;
  background-color: #45688e;
  border-radius: 50%;
  margin-right: 2px;
  opacity: 0.2;
  -webkit-animation-duration: 750ms;
  -o-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: pr_bt_anim;
  -o-animation-name: pr_bt_anim;
  animation-name: pr_bt_anim;
  -webkit-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.an-bt:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.an-bt:nth-child(2) {
  -webkit-animation-delay: 180ms;
  -o-animation-delay: 180ms;
  animation-delay: 180ms;
}

.an-bt:nth-child(3) {
  -webkit-animation-delay: 360ms;
  -o-animation-delay: 360ms;
  animation-delay: 360ms;
}

@-webkit-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 0.2;
  }
}

@-o-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 0.2;
  }
}

.loader-back {
  background-color: #000;
  opacity: 0.7;
  filter: 'alpha(opacity=70)';
  height: 50px;
  border-radius: 4px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.modal-body-wrapper {
  display: none;
  margin: 0 auto;
  z-index: 1000;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
  width: 60%;
  height: auto;
  margin-top: 10em;
}

.modal-body-wrapper.active {
  display: inherit;
}

.modal-body {
  padding: 1em;
}

.modal-header {
  font-size: 16px;
}

.modal-header.gray,
.modal-header.grey {
  padding: 8px 0px 0px 20px !important;
  background-color: #fff;
  color: #000;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #e7eaf0;
}

.modal-body-title {
  position: relative;
  padding: 0;
  background-color: #6287ae;
  color: #fff;
  border-radius: 2px 2px 0 0;
}

.close-button {
  float: right;
  padding: 21px 25px 21px 12px;
  width: 12px;
  height: 12px;
  opacity: 0.75;
  filter: 'alpha(opacity=75)';
  cursor: pointer;
  outline: none;
  background: url("/static/images/cross_popup.png") no-repeat 12px 21px;
}

.close-button:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

.modal-title {
  padding-left: 25px;
  color: #fff;
  height: 54px;
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-body {
  background-color: #fff;
  line-height: 19px;
}

.cart-modal-buttons {
  float: right;
}

.button {
  font-family: 'helveticaneuecyrmedium';
  border-radius: 0;
  margin-left: 1em;
}

.button.gray,
.button.grey {
  color: #444;
}

.button.red {
  color: #fff;
}

.modal-content-options:after {
  display: block;
  content: "";
  clear: both;
}

.modal-option {
  color: #656565;
  border: 1px dashed #bdbbbb;
  text-align: left;
  padding: 6px 6px 6px 35px;
  width: 31%;
  /*13.5em;*/
  height: 4em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 22px;
  line-height: 3.45em;
  margin-right: 3%;
  /*3em;*/
  float: left;
  cursor: pointer;
}

.modal-option.margin {
  margin-bottom: 2em;
}

.modal-option:hover,
.modal-option.active {
  background-color: #f4f4f4;
}

.modal-option:nth-child(3n) {
  margin-right: 0;
  /*float: right;*/
}

.modal-icon {
  position: relative;
  /* NEW */
  word-wrap: break-word;
  overflow-x: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  padding-right: 3em;
}

.modal-icon:after {
  content: "";
  display: block;
  background: url("/static/images/dostavka_icons.png") no-repeat right;
  background-position: 0px 0px;
  height: 34px;
  width: 50px;
  right: 1em;
  position: absolute;
  top: 20px;
}

.modal-icon-location:after {
  background-position: -50px 0px;
}

.modal-icon-mail:after {
  background-position: -100px 0px;
}

.modal-content-options.small .modal-option {
  font-size: 17px;
}

.modal-content-options.small .modal-option .modal-icon:after {
  background: url("/static/images/buy_icons.png") no-repeat right;
  background-position: 0px 0px;
  width: 32px;
  top: 11px;
}

.modal-icon-courier:after {
  background-position: -128px 0 !important;
}

.modal-icon-ya:after {
  background-position: -32px 0 !important;
}

.modal-icon-naloz:after {
  background-position: -64px 0 !important;
}

.modal-icon-card:after {
  background-position: -96px 0 !important;
}

.modal-icon-credit:after {
  background-position: -160px 0 !important;
}

.modal-option-content {
  padding-top: 1em;
  display: none;
  font-size: 17px;
  padding: 1em 1em;
}

.modal-option-content.active {
  display: block;
}

.modal-option-content .table {
  margin-top: 1em;
}

.modal-body b,
.modal-body th {
  font-family: 'helveticaneuecyrbold';
}

.modal-body .pad-top-1 {
  padding-top: 1em;
}

.modal-title {
  font-family: 'helveticaneuecyrmedium';
  font-size: 18px;
  color: #444;
}

.modal-header {
  position: relative;
}

.close-button {
  position: absolute;
  right: 0;
  top: -6px;
}

.modal-body p {
  margin-bottom: 1em;
}

.modal-content-options {
  padding: 2em 20px;
}

.modal-data-pad {
  display: inline-block;
  width: 9em;
}

.modal-option-content h2 {
  font-size: 22px;
  margin: 0 0 27px;
}

.middle__pr p {
  height: 5.56em;
  overflow: hidden;
}

.middle__pr p.active {
  height: inherit;
  overflow: inherit;
}

.modal-body {
  font-size: 16px;
  font-family: 'helveticaneuecyrlight';
  line-height: 22px;
  color: #444;
}

.modal-body.editable {
  background-color: #fff8dc;
}

.modal-body h2 {
  font-weight: 400;
}

.modal-body .shop-item-modal {
  font-family: 'helveticaneuecyrlight';
  border-radius: 0 0 8px 8px;
  padding: 1em;
}

.modal-control .button {
  margin-left: 0 !important;
}

@-moz-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 0.2;
  }
}

@-webkit-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 0.2;
  }
}

@-o-keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 0.2;
  }
}

@keyframes pr_bt_anim {
  0% {
    opacity: 0.2;
  }

  30% {
    opacity: 1;
  }

  to {
    opacity: 0.2;
  }
}

#comments-form {
  position: relative;
}

.comment {
  transition: background 0.3s ease;
  background: initial;
}

.comment.new {
  background-color: #fff8dc !important;
}

.input-error {
  /*position: relative;*/
  position: absolute;
  right: 0;
  /*top: -0.5em;*/
  top: 2.5em;
  font-size: 15px;
  width: 100%;
  color: #f00;
  text-align: center;
}

.sidebar .title_menu a {
  text-decoration: none;
}

ul.clrfix.manager-all li {
  display: list-item;
}


div.manager-girl {
  float: left;
  width: 49%;
}

div.manager-boy {
  float: right;
  width: 49%;
}

div.manager-girl .item,
div.manager-boy .item {
  margin-bottom: 22px;
}

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

  div.manager-girl,
  div.manager-boy {
    float: left;
    width: 100%;
  }

  div.manager-girl .item,
  div.manager-boy .item {
    margin-bottom: 22px;
  }

}

.category-list-step .desc_bottom {
  padding: 30px 0 0 0;
}


.show-more-w {
  width: 100%;
  display: block;
}

.show-more {
  cursor: pointer;
  display: block;
  height: 40px;
  width: 30%;
  line-height: 40px;
  font-size: 17px;
  font-weight: 300;
  color: #dd4d51;
  border: 1px solid #e6e6e6;
  text-decoration: none;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all ease .2s;
  transition: all ease .2s;
  margin-left: auto;
  margin-right: auto;
}

.show-more:hover {
  color: #000;
  background-color: #e6e6e6;
}

.banner-top img {
  width: 100%;
  height: 150px;
  margin-top: 20px;
}

.banner-sidebar img {
  width: 100%;
}

.warning {
  position: fixed;
  /* display: flex; */
  display: none;
  justify-content: center;
  top: 0px;
  left: 0px;
  z-index: 5002;
  font-weight: bold;
  width: 100vw;
  color: #ffffff;
  background: #dd4d51;
}

.feedback-form {
  padding: 40px 0;
  text-align: center;
}

.feedback-form__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.feedback-form__title {
  margin-right: 20px;
  flex-shrink: 1;
  text-align: left;
  background-color: #fff;
  font-size: 28px;
  font-weight: 600;
  color: #dd4d51;
}

.feedback-form.search .popup_modal {
  width: 100% !important;
}

.feedback-form .popup_modal {
  margin: 20px auto 0;
  max-width: initial;
}

.feedback-form__open {
  flex: 0 0 60px;
  height: 60px;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  background-color: #fff;
  transition: all 0.4s ease;
  position: relative;
  z-index: 10;
}

.feedback-form__open:before,
.feedback-form__open:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 3px;
  background-color: #dd4d51;
  top: 22px;
  transition: all 0.4s ease;
}

.feedback-form__open:before {
  left: 5px;
  transform: rotate(45deg);
}

.feedback-form__open::after {
  right: 5px;
  transform: rotate(-45deg);
}

.feedback-form__open.active::before {
  left: 15px;
}

.feedback-form__open.active::after {
  right: 15px;
}

@media only screen and (max-width: 780px) {
  .feedback-form__title {
    font-size: 24px;
  }

  .feedback-form__title span {
    display: block;
  }

  div.manager-girl,
  div.manager-boy {
    float: left;
    width: 100%;
  }

  div.manager-girl .item,
  div.manager-boy .item {
    margin-bottom: 22px;
  }

}


/* manager button */

.fixed-wrapper {
  position: fixed;
  top: 50%;
  right: -440px;
  width: 500px;
  z-index: 1000;
  display: flex;
  flex-direction: column;
}

@media (max-width: 480px) {
  .fixed-wrapper {
    display: none;
  }
}

.fixed-block {
  /*position: fixed;
    top: 50%;
    right: -300px;
    width: 360px;
    height: 60px;
    background-color: #dd4d51;
    border-radius: 25px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
    z-index: 1000;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;*/

  height: 60px;
  background-color: #dd4d51;
  border-radius: 25px;
  padding-left: 60px;
  display: flex;
  opacity: 0;
  visibility: hidden;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s ease;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  position: relative
}

.fixed-block.visible {
  opacity: 1;
  visibility: visible;
}

.fixed-block:hover {
  transform: translateX(-260px);
}

.fixed-block.fixed-block.feedback:hover {
  transform: translateX(-330px);
}

.fixed-block::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  top: 18px;
  left: 18px;
  background-image: url('/static/images/certificate.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.fixed-block.certificate::before {
  background-image: url('/static/images/certificate.svg');
}

.fixed-block.feedback::before {
  background-image: url('/static/images/feedback.svg');
}

@media (max-width: 480px) {
  .fixed-block {
    width: 310px;
    height: 50px;
    /* right: -260px; */
    font-size: 14px;
  }

  .fixed-block:hover {
    transform: translateX(-220px);
  }

  .fixed-block::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    top: 16px;
    left: 16px;
  }
}

/* end */



/*vacancy section*/

.vacancy-box {
  padding-bottom: 25px;
}

.vacancy-box a {
  display: block;
  color: #404041;
  text-decoration: none;
  padding: 30px 25px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.vacancy-box a:hover {
  transform: scale(1.025);
}

.vacancy-box a h4 {
  font-weight: 500;
  padding-bottom: 15px;
}

.vacancy-box a h5 {
  font-weight: 500;
  padding-bottom: 30px;
}

.vacancy-box a p {
  padding-bottom: 15px;
}

.vacancy-box a .status {
  display: block;
  font-weight: bold;
  color: #DD4D51;
  padding-top: 10px;
}

.vacancy-section header {
  padding: 20px 0;
}

section.cont-section p {
  padding: 0 0 20px 0;
  margin: 0;
  line-height: 2.0em;
  /* допом */
}


section.cont-section ul,
section.cont-section ol {
  padding: 0 0 20px 30px;
  margin: 0;
}

section.cont-section img {
  display: block;
  border: none;
}

section.cont-section h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 49px;
  padding: 0 0 15px;
  margin: 0;
}

section.cont-section h2,
section.cont-section p.h2 {
  font-size: 32px;
  line-height: 36px;
  padding: 0 0 20px;
  margin: 0;
}

section.cont-section h3 {
  font-size: 28px;
  line-height: 32px;
  padding: 0 0 20px;
  margin: 0;
}

section.cont-section h4 {
  font-size: 24px;
  line-height: 24px;
  padding: 0 0 20px;
  margin: 0;
}

section.cont-section h5 {
  font-size: 20px;
  line-height: 20px;
  padding: 0 0 20px;
  margin: 0;
}

section.cont-section input:focus,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
}

section.cont-section input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

section.cont-section input[type="radio"] {
  -webkit-appearance: radio;
}

section.cont-section button::-moz-focus-inner,
section.cont-section input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

section.cont-section input,
section.cont-section select {
  vertical-align: middle;
}

section.cont-section select,
section.cont-section textarea,
section.cont-section input[type=tel],
section.cont-section input[type=text],
section.cont-section input[type=email],
section.cont-section input[type=password],
section.cont-section input[type=number] {
  width: 100%;
  height: 50px;
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  color: #404041;
  line-height: 48px;
  outline: none;
  padding: 0 15px;
  margin: 0;
  position: relative;
  border: 1px solid #DFDFDF;
  border-radius: 4px;
  background: #fff;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;

}

section.cont-section textarea::-webkit-input-placeholder,
section.cont-section input[type=tel]::-webkit-input-placeholder,
section.cont-section input[type=text]::-webkit-input-placeholder,
section.cont-section input[type=email]::-webkit-input-placeholder,
section.cont-section input[type=password]::-webkit-input-placeholder,
section.cont-section input[type=number]::-webkit-input-placeholder {
  color: #404041;
}

section.cont-section textarea::-moz-placeholder,
section.cont-section input[type=tel]::-moz-placeholder,
section.cont-section input[type=text]::-moz-placeholder,
section.cont-section input[type=email]::-moz-placeholder,
section.cont-section input[type=password]::-moz-placeholder,
section.cont-section input[type=number]::-moz-placeholder {
  color: #404041;
}

section.cont-section textarea:-moz-placeholder,
section.cont-section input[type=tel]:-moz-placeholder,
section.cont-section input[type=text]:-moz-placeholder,
section.cont-section input[type=email]:-moz-placeholder,
section.cont-section input[type=password]:-moz-placeholder,
section.cont-section input[type=number]:-moz-placeholder {
  color: #404041;
}

section.cont-section textarea:-ms-input-placeholder,
section.cont-section input[type=tel]:-ms-input-placeholder,
section.cont-section input[type=text]:-ms-input-placeholder,
section.cont-section input[type=email]:-ms-input-placeholder,
section.cont-section input[type=password]:-ms-input-placeholder,
section.cont-section input[type=number]:-ms-input-placeholder {
  color: #404041;
}

section.cont-section select {
  color: #404041;
  padding: 0 15px;
}

section.cont-section select:focus,
section.cont-section textarea:focus,
section.cont-section input[type=tel]:focus,
section.cont-section input[type=text]:focus,
section.cont-section input[type=email]:focus,
section.cont-section input[type=password]:focus,
section.cont-section input[type=number]:focus {
  margin: 0;
  border: 1px solid #aaa;
}

section.cont-section button {
  outline: none;
}

section.cont-section textarea {
  height: 150px;
  resize: vertical;
}

section.cont-section .form-holder {
  padding: 0 0 5px;
}

section.cont-section .checkbox-box {
  position: relative;
}

section.cont-section .checkbox-box label {
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
  padding: 3px 0 0 40px;
}

section.cont-section .checkbox-box .icheckbox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

.cont-section {
  padding: 0 0 100px;
}


@media only screen and (max-width: 768px) {
  .warning {
    font-size: 10px;
    font-weight: bold;
  }
}

form#vacance-call select {
  border: 1px solid #b4b4b4;
  padding: 14px 0px;
}

.necessarily {
  display: block;

  color: red;
  font-size: 25px;
}

.section-video {
  z-index: 2;
}

.section-video #youtube {
  width: 100vw;
  height: 700px;
}

.section-video figure {
  /*z-index: -1;*/
}

@media (min-width: 1024px) {
  .slider-video-wrapper {
    min-height: 700px;
    display: flex;
    align-items: center;
    z-index: 2;
  }

  .slider-video iframe {
    width: 650px;
    height: 450px;
  }

  .section-video #youtube {
    width: 100vw;
    height: 700px;
    z-index: -1;
  }

  /*.section-video figure {
    z-index: -1;
  }
  /* .section-video .tab-form-block {
    border: 1px solid #e0e0e0;
    border-radius: 5px 5px 0 0;
  } */

}

.show-video {
  text-align: right;
  position: absolute;
  top: 0;
  right: 20px;
  z-index: 1;
  /* background-color: white; */
  padding: 10px;
  /* border: 1px solid #dd4d51; */
  color: white;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}

@media (max-width: 768px) {
  .show-video {
    top: 30px;
  }

  .section-video figure {
    z-index: -1;
  }
}

.show-video span {
  transition: 0.5s;
  border-bottom: 1px solid transparent;
}

.show-video span:hover {
  border-bottom: 1px solid;
}

.show-video::before {
  content: '';
  display: block;
  background: url('/static/img/youtube1.svg') center no-repeat;
  width: 25px;
  height: 25px;
  background-size: contain;
  margin-right: 5px;
}

.visually-hidden {
  display: none;
}

.quantity-new {
  position: relative;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  border-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quantity__content {
  overflow: hidden;
  display: flex;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  width: 100%;
}

.quantity__units {
  display: block;
  background-color: #ECEEEF;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
}

.quantity__buttons {
  display: flex;
  flex-direction: column;
  margin-left: 5px;
}

.quantity-new .minus_btn,
.quantity-new .plus_btn {
  display: inline-block;
  background: #fff;
  text-align: center;
  vertical-align: top;
  border: none;
  width: 20px;
  height: 20px;
  font-size: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.quantity-new .minus_btn {
  left: 0;
  position: relative;
}

.quantity-new .plus_btn {
  right: 0;
  position: relative;
}

.quantity-new.min .minus_btn,
.quantity-new.max .plus_btn {
  opacity: 0;
}

.quantity-new input[type="text"] {
  width: 100%;
  height: 40px;
  font-size: 17px;
  font-weight: 300;
  color: #333;
  padding: 10px 5px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.quantity-new .minus_btn:before {
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url("../images/arrow-down-3.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -khtml-background-size: cover;
  background-size: cover;
  content: '';
}

.quantity-new .plus_btn:before {
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url("../images/arrow-down-3.png") 0 0 no-repeat;
  -o-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -khtml-background-size: cover;
  background-size: cover;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  content: '';
}

.full_page .add.new-add__wrapper .add_cart {
  display: flex;
  margin-top: 5px;
  width: 100%;
}

.full_page .add.new-add__wrapper .add_cart a {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #dd4d51;
  text-decoration: none;
  -webkit-transition: background ease .2s;
  transition: background ease .2s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.quantity.header-quantity .quantity__content {
  min-width: 165px;
}

.quantity.header-quantity .minus_btn,
.quantity.header-quantity .plus_btn {
  position: relative;
  display: inline-block;
  background: #fff;
  text-align: center;
  vertical-align: top;
  border: none;
  width: 20px;
  height: 20px;
  font-size: 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}

.quantity.header-quantity .plus_btn:before,
.quantity.header-quantity .minus_btn:before {
  display: inline-block;
  width: 14px;
  height: 13px;
}

.quantity__content input[type="text"][name="count"] {
  padding: 10px 15px;
}

.full_page .photo_col {
  position: relative;
}

.manager .item .ask_question {
  display: flex;
  align-items: center;
}

.social__btns {
  padding: 5px;
  margin-left: 10px;
  top: 0;
  position: relative;
  right: 0;
  display: flex;
}

.social__btns-open {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
}

.social__btns-open::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/share.svg');
}

.social__btns-container {
  display: flex;
}

.social__btns-item {
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 3px;
  cursor: pointer;
}

.social__btns-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.manager .item .ask_question .social__btns-item.tg::before {
  background-image: url('../img/tg.svg');
}

.manager .item .ask_question .social__btns-item.viber::before {
  background-image: url('../img/viber.svg');
}

.manager .item .ask_question .social__btns-item.icq::before {
  background-image: url('../img/icq.svg');
}

.manager .item .ask_question .social__btns-item.whatsapp::before {
  background-image: url('../img/whatsapp.svg');
}

.manager .item .ask_question .social__btns-item.vk::before {
  background-image: url('../img/vk.svg');
}

.product_item .pic .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
}

.product_item .pic .slick-dots li button {
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 0;
  margin: 0 2px;
  width: 10px;
  height: 5px;
}

.product_item .pic .slick-dots li.slick-active button {
  background-color: #ffffff;
}

.slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
}

.slick-dots li button {
  background-color: transparent;
  border: 1px solid #ffffff;
  font-size: 0;
  margin: 0 2px;
  width: 10px;
  height: 5px;
}

.slick-dots li.slick-active button {
  background-color: #ffffff;
}


.heart-msg {
  display: block;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-weight: 500;
  padding: 10px 5px;
  font-size: 16px;
  position: absolute;
  background-color: #dd4d51;
  text-align: center;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  line-height: 18px;
  transition: all 0.2s ease;
}

.heart-msg.active {
  visibility: visible;
  opacity: 1;
}

.heart {
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 10;
  width: 30px;
  height: 30px;
}

/* .qview__wrapper .heart {right: 50px;} */
.qview__slider {
  display: flex;
  justify-content: center;
}

.heart svg path {
  transition: all 0.2s ease;
}

.heart svg path {
  fill: #f4f4f4;
}

.heart.active svg path {
  fill: #dd4d51;
}

/*carousels*/

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-wrapper {
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-wrapper-outer {
  position: relative;
  overflow: hidden;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after,
.owl-carousel .owl-wrapper-outer .owl-wrapper:before {
  display: table;
  line-height: 0;
  content: '';
}

.owl-carousel .owl-wrapper-outer .owl-wrapper:after {
  clear: both;
}

.owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item {
  float: left;
}

.owl-carousel .owl-controls .owl-pagination {
  text-align: center;
  padding: 0 0 1px;
}

.owl-carousel .owl-controls .owl-pagination .owl-page {
  width: 7px;
  height: 7px;
  display: inline-block;
  cursor: pointer;
  margin: 0 10px;
  position: relative;
}

.owl-carousel .owl-controls .owl-pagination .owl-page span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: #DFDFDF;

  border-radius: 4px;

}

.owl-carousel .owl-controls .owl-pagination .owl-page.active span {
  background: #DD4D51;
}

.owl-carousel .owl-buttons {
  width: 100%;
  height: 50px;
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  left: 0;
}

.owl-carousel .owl-buttons div {
  width: 25px;
  height: 50px;
  cursor: pointer;
  position: absolute;
}

.owl-carousel .owl-buttons .owl-prev {
  left: -110px;
  background: url("../../images/main-page-2.0/carousel-left-btn.svg") no-repeat;
  background-size: 100% auto;
  display: none;
}

.owl-carousel .owl-buttons .owl-next {
  right: -110px;
  background: url("../../images/main-page-2.0/carousel-right-btn.svg") no-repeat;
  background-size: 100% auto;
  display: none;
}

.slide,
.video {
  padding: 15px;
  position: relative;
  z-index: 100;
}

.slide a,
.video a {
  display: block;
  position: relative;
}

.slide a:after,
.video a:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);

  -webkit-box-shadow: 0 4px 16px rgba(55, 71, 79, 0.08), 0 4px 6px rgba(55, 71, 79, 0.16);
  -moz-box-shadow: 0 4px 16px rgba(55, 71, 79, 0.08), 0 4px 6px rgba(55, 71, 79, 0.16);
  -o-box-shadow: 0 4px 16px rgba(55, 71, 79, 0.08), 0 4px 6px rgba(55, 71, 79, 0.16);
  box-shadow: 0 4px 16px rgba(55, 71, 79, 0.08), 0 4px 6px rgba(55, 71, 79, 0.16);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}

.slide a:hover:after,
.video a:hover:after {
  opacity: 0.6;
}

.slide a img,
.video a img {
  width: 100%;

}

.slide a .video-info,
.video a .video-info {
  height: 55px;
  display: block;
  color: #fff;
  padding: 7px 40px 0 110px;
  position: absolute;
  bottom: 40px;
  z-index: 1;
  background: url("../images/play-video-icon.svg") no-repeat 40px 6px;
}

.slide a .video-info .title,
.video a .video-info .title {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}

.slide a .video-info .duration,
.video a .video-info .duration {
  font-size: 13px;
}

/*end carousels*/

.heart-msg {
  display: block;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 12px;
  position: absolute;
  background-color: #dd4d51;
  text-align: center;
  z-index: 20;
  right: 0;
  top: 20px;
  line-height: 18px;
  transition: all 0.2s ease;
  max-width: 200px;
  width: 190px;
  left: -185px;
}

.heart-msg.active {
  visibility: visible;
  opacity: 1;
}

.top-container {
  padding: 10px 5px 0 0;
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
}

.top-container>* {
  margin-left: 10px;
}

.top-container a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-container .heart,
.top-container .eye {
  width: 20px;
  height: 20px;
  transition: all 0.2s ease;
}

.top-container .eye {
  margin-right: 25px;
}

.top-container .heart,
.top-container .eye {
  opacity: 0;
}

.product:hover .top-container .heart,
.product:hover .top-container .eye,
.qview__slider-wrapper:hover .top-container .heart,
.heart.active {
  opacity: 1;
}

.top-container .heart svg path {
  transition: all 0.2s ease;
  fill: transparent;
}

.top-container .heart svg path:not(.hrt) {
  stroke: #fff;
}

.top-container .heart.active svg path:not(.hrt) {
  stroke: #DD4D51;
}

.top-container .eye svg path {
  fill: #f4f4f4;
}

.top-container .heart.active svg path {
  fill: #dd4d51;
}

/* Quick view in catalog */

.qview {
  display: none;
}

.qview__close {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 6px;
  top: 6px;
}

.qview__close::before {
  content: "×";
  width: 100%;
  height: 100%;
  line-height: 100%;
  font-size: 30px;
  color: #dd393c;
}

.qview__wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.qview__title {
  font-size: 21px;
  line-height: 28px;
  color: #000000;
  font-weight: 500;
  text-align: center;
  padding: 10px 15px;
}

.qview__block {
  display: flex;
  padding: 10px;
  justify-content: space-between;
}

.qview__block>* {
  width: 48%;
}

.qview__block>*+* {
  margin-left: 5px;
}

.qview__descr {
  display: flex;
  flex-direction: column;
}

.qview__descr .qview__field:nth-child(2n + 1) {
  background-color: #f0f0f0;
}

.qview__field {
  padding: 5px 10px;
  font-size: 16px;
  line-height: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
}

.qview__slider-wrapper {
  position: relative;
}

.qview__field--total {
  padding-top: 10px;
  align-items: center;
  border-top: 1px solid grey;
  background-color: transparent !important;
}

.qview__field--total button {
  font-size: 14px;
  font-weight: 600;
  padding: 4px 10px;
  background-color: #dd4d51;
  line-height: 21px;
  color: #fff;
  text-transform: uppercase;
}

.qview__field-order {
  display: flex;
}

.qview__field-order .qview__field-price {
  margin-left: 10px;
  font-weight: 500;
}

.qview__field-title {
  font-weight: 500;
}

.qview__field-input {
  border-radius: 8px;
  padding: 4px 10px;
  border: 1px solid #dd393c;
  font-size: 14px;
  width: 100px;
}

.qview__field-input input {
  background-color: transparent;
  width: 100%;
  display: block;
  text-align: right;
  font-size: 18px;
}

.qview__block--static {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qview__block--static>* {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}

.qview__block--static>*+* {
  margin-top: 10px;
}

.qview__block .qview__link-btn {
  text-decoration: none;
  transition: all 0.3s ease;
  background-color: transparent;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.qview__link-btn--product {
  font-weight: 600;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  padding: 10px 15px;
  display: block;
  background-color: #dd4d51;
  text-align: center;
  text-decoration: none;
}

.qview__link-btn .small {
  font-size: 12px;
  line-height: 14px;
}

.qview__block--static .social__btns-container {
  justify-content: center;
  margin: 10px auto;
}

.tabs_content {
  position: relative;
}

/* Social buttons in manager card */
.social__btns {
  padding: 5px;
  margin-left: 10px;
  top: 0;
  position: relative;
  right: 0;
  display: flex;
}

.social__btns-open {
  display: none;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: transparent;
}

.social__btns-open::before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('../img/share.svg');
}

.social__btns-container {
  display: flex;
}

.social__btns-item {
  width: 18px;
  height: 18px;
  position: relative;
  margin: 0 3px;
  cursor: pointer;
}

.social__btns-item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.social__btns-item.tg::before {
  background-image: url('/static/img/tg.svg');
}

.social__btns-item.viber::before {
  background-image: url('/static/img/viber.svg');
}

.social__btns-item.icq::before {
  background-image: url('/static/img/icq.svg');
}

.social__btns-item.whatsapp::before {
  background-image: url('/static/img/whatsapp.svg');
}

.social__btns-item.vk::before {
  background-image: url('/static/img/vk.svg');
}

/* End Social buttons in manager card */

.banner-top {
  display: block;
}

.banner-top__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-top__wrapper .banner-top__image {
  margin-top: 0
}

.banner-top__link {
  position: absolute;
  top: 0;
  width: 50%;
  display: block;
  min-height: 150px;
}

.banner-top__link.one-link {
  left: 0;
}

.banner-top__link.two-link {
  right: 0;
}

@media(max-width:768px) {
  .banner-top {
    display: none;
  }
}

.header__addres_mobile {
  display: none;
}

@media (max-width: 767px) {
  .header__addres_mobile {
    display: block;
    text-align: center;
  }

  .header__wrapper-contacts {
    display: flex;
    justify-content: space-around;
  }

  .header__wrapper-contacts .col {
    float: none;
    width: auto;
  }
}

.carousel-video.owl-carousel .owl-buttons .owl-prev,
.carousel-video.owl-carousel .owl-buttons .owl-next {
  display: block;
}

.vc_slider .btn-prevarrow {
  left: -30px;
  background: url(/static/images/about-page/carousel-left-btn.svg) no-repeat;
  background-size: 100% auto;
  width: 25px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 35%;
}

.vc_slider .btn-nextarrow {
  background: url(/static/images/about-page/carousel-right-btn.svg) no-repeat;
  right: -30px;
  background-size: 100% auto;
  width: 25px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 35%;
}

.data_menu a.current-category {
  pointer-events: none;
  font-weight: bold;
}


.also-offer {
  font-family: "Roboto", sans-serif;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template: 1fr / 1fr 1fr 1fr;
  gap: 30px;
  padding-bottom: 50px;
}

.slick-slide.also-offer__link {
  padding: 10px;
}

.also-offer .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

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

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

.also-offer .slick-dots li button:before {
  content: '•';
  font-size: 42px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #e41a1a;
}

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

.also-offer a {
  text-decoration: none;
}

.also-offer__column {
  -webkit-box-shadow: 0 0 10px 5px #dddddd;
  box-shadow: 0 0 10px 5px #dddddd;
  padding: 15px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  max-width: 407px;
  margin: auto;
}

.also-offer__column:hover {
  -webkit-box-shadow: 0 0 10px 10px #dddddd;
  box-shadow: 0 0 10px 10px #dddddd;
}

.also-offer__title {
  text-decoration: none;
  font-weight: 600;
  font-size: 34px;
  margin-bottom: 35px;
}

.also-offer__item-title {
  text-decoration: none;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 15px;
}

.also-offer__flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.also-offer__img {
  margin-right: 15px;
}

.also-offer__img img {
  width: 100%;
  min-width: 150px;
}

.also-offer__text {
  margin-bottom: 15px;
}

.also-offer__cost span {
  font-weight: 600;
}

.also-offer__slider {
  display: none;
  overflow: hidden;
  padding: 10px;
  margin-left: -10px;
  margin-right: -10px;
  font-family: "Roboto", sans-serif;
  position: relative;
}

.also-offer__slider a {
  text-decoration: none;
}

.also-offer__slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #000;
  border: 2px solid #ffffff;
}

.also-offer__slider .swiper-pagination-bullet {
  background-color: #e41a1a;
}

.also-offer__slider .swiper-pagination {
  position: static;
  margin-top: 25px;
  margin-bottom: 10px;
}



@media (max-width: 860px) {
  .also-offer__flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .also-offer__img {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .also-offer__title {
    font-size: 30px;
  }
}

@media (max-width: 470px) {
  .also-offer__title {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .also-offer__item-title {
    font-size: 20px;
  }
}

.filter_drop.new .col_price .field input {
  color: #aaa;
}

.filter_drop.new .col_price .field input.active {
  color: #000;
}

.filter-new__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.filter-new__ot {
  color: #aaa;
  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  padding-right: 10px;
}

.sorted__filter {
  color: #dd4d51;
  display: flex;
}

.sorted__filter .remove-params {
  margin-left: 5px;
  cursor: pointer;
}

.selecter__wrapper {
  margin-right: 25px;
  position: relative;
}

.selecter__wrapper .selecter-selected {
  width: 125px;
  max-width: 150px;
  font-size: 17px;
  font-weight: 300;
  color: #aaa;
  text-overflow: ellipsis;
}

.selecter__wrapper .selecter.multiple .selecter-options {
  max-width: 155px;
  min-width: 155px;
  position: absolute;
  top: 0;
}

.section-video #mobile-video {
  width: 100%;
  height: 360px;
}

figure.mobile {
  width: 100%;
}


@media screen and (max-width: 767px) {
  .top-slider-section .slide-box {
    /* min-height: 360px !important;
    height: 360px !important; */
    min-height: 150px !important;
    height: 150px !important;
  }
}