.custom-add-list{
  position: relative;
  box-sizing: border-box;
  height: 100%;
  background-color: #fff;
  margin-left: 240px; 
  padding: 30px;
  -webkit-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  -moz-box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  box-shadow: 0 1px 2px rgba(71, 73, 72, 0.25);
  border-radius: 2px;
}

.custom-add-list div{
  width: 33.33333333%;
  float: left;
}
.custom-add-list .widget-title{
  font-size: 23px;
  margin-bottom: 5px;
}

.div-line{
  width: 150px;
  height: 1px;
  background-color: #f0f0f0;
  position: absolute;
}

.column{
  margin-top: 30px;
}

@media(min-width: 1200px){
  .custom-add-list{
    margin-left: 300px; 
  }
}

@media (max-width: 979px) and (min-width: 768px){
    .custom-add-list{
    margin-left: 185px; 
  }
}

@media (max-width: 767px){
    .custom-add-list{
    display: none;
  }
}

.featured{
  margin-bottom: 20px;
}


.cookie-policy {
  background: #4c4c4c;
  color: #ffffff;
  padding: 20px 0;
  display: none;
}

.cookie-policy__wr {
  position: relative;
}

.cookie-policy__text {
  display: inline-block;
  max-width: 890px;
  margin-right: 130px;
}

.cookie-policy__button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 22px;
  background: #fff;
  color: #000;
  cursor: pointer;
  display: inline-block;
}

.cookie-policy__button:hover {
  /*color: #333;*/
  background: #cfcfcf;
}

@media(max-width: 767px) {
  .cookie-policy {
    margin-top: 35px;
  }
  .cookie-policy__text {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .cookie-policy__button {
    position: relative;
  }
}

form {
  margin-bottom: 0;
  overflow-y: auto;
  overflow-x:hidden;
  /*max-height: calc(100vh - 60px);*/
}

.basket form {
  overflow: visible;
}

.modal-body {
  position: relative;
  max-height: initial; 
  padding: 15px;
  overflow-y: none; 
}

.modal-footer .pull-left {
  float: left;
  max-width: calc(100% - 150px);
}

/*social*/
.social {
	width: max-content;
	margin-left: auto;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-align-items: center;
	align-items: center;
}

.header .social {
    position: relative;
	float: left;
	margin-right: -73px;
	margin-top: 25px;
	z-index: 5;
}

.social-item {
	width: 32px;
	height: 32px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
    border-radius: 8px;
	margin-left: 10px;
	-webkit-transition: var(--transition);
	-moz-transition: var(--transition);
	transition: var(--transition);
	cursor: pointer;
}

.social-item.vk {
	background-image: url(../img/social-vk.svg);
	background-size: 20px 14px;
}

.social-item.wt {
	background-image: url(../img/social-wt.svg);
	background-size: 20px 20px;
}

.social-item.tg {
	background-image: url(../img/social-tg.svg);
	background-size: 26px 26px;
}

.social-item.max{
  background-image: url(../img/social-max.svg);
  background-size: 20px 20px;
}

.social-item.phone {
	background-image: url(../img/social-phone.svg);
	background-size: 18px 18px;
}

@media (max-width: 979px) and (min-width: 768px) {
	.header .social {
		position: absolute;
		left: 452px;
		top: 40px;
	}
}

.main-menu {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	margin-right: 0;
}

.basket_small_bottom {
	padding: 0 !important;
}