/*ОКНО С ТАБЛИЦЕЙ ПО ДОСТАВКАМ (ОФОРМЛЕНИЕ ЗАКАЗА)*/

.popup__textbox{
	line-height: 25px;
	font-size: 1.1em;
	letter-spacing: 1px;	
z-index: 99999;
}

/* Start popup css */

@keyframes bg {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes inner {
    0% {transform: scale(0.8);}
    50% {transform: scale(1.06);}
	100% {transform: scale(1);}
}

@-webkit-keyframes bg {
    from {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes inner {
    0% {transform: scale(0.8);}
    50% {transform: scale(1.06);}
	100% {transform: scale(1);}
}

.popup__check{
	display: none;
}

.popup__base, .popup__bg{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor:zoom-out;
z-index: 99999;
}

.popup__base{
	background-color: rgba(0,0,0,0.5);
	display: none;
}

.popup__check:checked + .popup__base{
	display: block;
	animation-name: bg;
    animation-duration: .5s;
	animation-fill-mode:forwards;
	-webkit-animation-name: bg;
    -webkit-animation-duration: .5s;
	-webkit-animation-fill-mode:forwards;
}

.popup__inner{
	position: absolute;
	z-index: 10;
	width: 70%;
	height: 70%;
	background-color: #fff;
	top: 15%;
	left: 15%;
	display: block;
	cursor:default;
	z-index: 10000000;
}

.popup__check:checked + .popup__base .popup__inner{
	animation-name: inner;
    animation-duration: .5s;
	animation-fill-mode:forwards;
	-webkit-animation-name: inner;
    -webkit-animation-duration: .5s;
	-webkit-animation-fill-mode:forwards;
}

.popup__textbox{
	height: 95%;
	width: 95%;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin-top: 10px;
	overflow: auto;
}

.popup__calign{
	float: right;
	padding-right: 60px;
	font-size: 50px;
}

.popup__close{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	display: block;
	position: absolute;
	z-index: 10;
	text-align: right;
	cursor: pointer;
	color: #000;
}
.trigger{
color: #3280ad;
text-decoration: underline;
cursor: pointer;
}




/*body{
    font-size: 14px;
}
.item_info .description{
    font-size: 14px;
}
.breadcrumb{
    font-size: 12px;
}
.footer_inner ul{
    font-size: 12px;
}
.footer_inner li.menu_title{
    font-size: 14px;
}
.footer_inner .copy{
    font-size: 12px;
}
.list_item .description{
    font-size: 12px;
}
.list_item .description .desc_name a, .in_basket .product_description a, .list_item .information .desc_name a{
    font-size: 16px;
}*/
.slider img{
    border-radius: 5px;
}

.container.left.shop .inner_left{
    padding-right: 0px;
}

.green-title{
    background: #d2dde4;
    color: #5c7b8e;
    padding: 5px;
    font-size: 21px;
    text-align: center;
    /*text-shadow: 1px 1px 1px #ffffff;*/
    margin-top: 20px;
    margin-bottom: 10px;
}
.main-article>img{
    float: right;
    margin-left: 5px;
    width: 200px;
}
.main-article-list{
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
}
.main-article-list li{
    margin-top: 10px;
    display:flex;
    justify-content: flex-start;
    align-items: center;
    
}
.main-article-list li img{
    width: 60px;
    margin-right: 5px;
}


.tabs_salt{
    display:inline-block;
}
.tabs_salt > div{
    padding-top:10px;
}
.tabs_salt ul{
    margin:0px;
    padding:0px;
}
.tabs_salt ul:after{
    content:"";
    display:block;
    clear:both;
    height:5px;
    background:#6fa96e;
}
.tabs_salt ul li{
    margin:0px;
    padding:0px;
    cursor:pointer;
    display:block;
    float:left;
    padding:10px 15px;
    background:#e9eaeb;
    color:#444;
    font-weight: bold;
}
.tabs_salt ul li.active, .tabs_salt ul li.active:hover{
    background:#6fa96e;
    color:#fff;
}
.tabs_salt ul li:hover{
    background:#d6d6d7;
}
.news, .news_all{
	margin: 0  0 30px 0px;
}
.warning{
    color: rgb(255, 99, 0);
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
}
#bx-soa-delivery .warning{
    padding-top: 30px;
    padding-left: 79px;
}

body, p, .search input[type="text"], ul.top_menu a, .stock_board, ul.menu li .child ul li.see_more a, ul.menu li .child ul li a, .popup label, .popup .promt, .tooltip, .item_info table tbody td, .breadcrumb a, .breadcrumb span, .staff_item .phone span, .staff_item .email span, .set_wrapp .bx_item_set_hor .result .bx_item_set_economy_price, .set_wrapp .bx_item_set_hor .result .bx_item_set_economy_price *, .set_wrapp .bx_kit_result .bx_item_set_economy_price, .set_wrapp .bx_kit_result .bx_item_set_economy_price *, .bx_modal_body .item_block_title, .bx_modal_body .bx_kit_two_section .title{
    color: #000;
}
.footer_inner .aspro a, .footer_inner ul a, .footer_inner li.menu_title a:hover, #vertical-multilevel-menu li a.root-item, #vertical-multilevel-menu a.root-item-selected{
    color: #000;
}
.item_info .top_info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brands_view_list{
    margin: 0;
}

/* ul.menu, ul.mini-menu 
{
    background: url(/bitrix/templates/ishop/themes/black-green/images/top-menu-bg.png) top left repeat-x;
    box-shadow: 0px 4px 10px 3px #0ad049 inset;
    -moz-box-shadow: 0px 4px 10px 3px #0ad049 inset;
    -o-box-shadow: 0px 4px 10px 3px #0ad049 inset;
    -webkit-box-shadow: 0px 4px 10px 3px #0ad049 inset;
}
ul.menu li a:hover, ul.mini-menu li a:hover, ul.mini-menu li a.current{
    color: #a3ffdf;
}
ul.menu li a.current{
    -moz-box-shadow: inset 0px 0px 6px 3px #089236;
    -webkit-box-shadow: inset 0px 0px 6px 3px #089236;
    box-shadow: inset 0px 0px 6px 3px #089236;
    color: #fff;
    background: #09b943;
}
 */


.language>ul{
	z-index: 200;
}


.cookie {
  background: #b5c6d3;
  color: #35537c;
  padding: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
}
@media (max-width: 32rem) {
  .cookie {
    text-align: center;
  }
}
.cookie .cookie__message {
  font-weight: bold;
  padding: 0.2rem 0;
  margin: 0;
  display: inline-block;
}
@media (max-width: 64rem) {
  .cookie .cookie__message {
    width: 100%;
  }
}
.cookie .cookie__accept,
.cookie .cookie__decline,
.cookie .cookie__link {
  padding: 0.2rem 0.8rem;
  border: 0;
  background: white;
  margin: 0 0.5rem;
  transition: background 150ms ease;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
}
.cookie .cookie__accept:focus,
.cookie .cookie__decline:focus,
.cookie .cookie__link:focus {
  outline: none;
}
@media (max-width: 64rem) {
  .cookie .cookie__accept,
.cookie .cookie__decline,
.cookie .cookie__link {
    margin: 0.5rem 1rem 0.5rem 0;
  }
}
@media (max-width: 32rem) {
  .cookie .cookie__accept,
.cookie .cookie__decline,
.cookie .cookie__link {
    width: 100%;
  }
}
.cookie .cookie__accept {
  background: #1c84c1;
  color: #fff;
}
.cookie .cookie__accept:hover, .cookie .cookie__accept:focus {
  background: #269be0;
}
.cookie .cookie__accept:active {
  background: #38a3e2;
}
.cookie .cookie__decline {
  background: #9bb2c4;
  color: #35537c;
}
.cookie .cookie__decline:hover, .cookie .cookie__decline:focus {
  background: #a5bac9;
}
.cookie .cookie__decline:active {
  background: #9bb2c4;
}
.cookie .cookie__link {
  color: #1c84c1;
  background: none;
  padding: 0.2rem 0;
  margin: 0;
}

.list_item .description, .list_item .description .preview_text p{
	font-size: 14px;
	color: #444 !important;
}
@media (max-width: 64rem) {
  .cookie .cookie__link {
    margin: 0.5rem 0;
  }
}
.cookie .cookie__link:hover, .cookie .cookie__link:focus {
  text-decoration: underline;
}
@media (max-width: 32rem) {
  .cookie .cookie__link {
    width: 100%;
    text-align: center;
  }
}

.auth_form a{
	color:#fff;
	text-transform: uppercase;
}
.auth_form a:hover, .auth_form a:active, .auth_form a:focus{
	color:#fff;
}
.top_block .auth_form{
	margin-top:0;
	margin-left:10px;
	margin-right: 10px;
	
}