

/* Start:/bitrix/templates/personal-care/components/bitrix/catalog.element/main/style.css?17542817035826*/
p.blue{
    color: #0378d7 !important;
    font-family: bold;
    font-size: 20px;
    margin: 20px 0;
}
.item_slider ul li::before{
	content: '';
}
.item-colors{
    margin-top: 20px;
}
.item-colors li{
    list-style: none;
    display: inline-block;
    vertical-align: top;
    padding: 10px;
    border: 1px solid #E5E5E5;
    margin: 0 20px 20px 0;
    cursor: pointer;
    width: 19%;
}
.item-colors li.active{
    border: 1px solid #056dc2;
}
.item-colors li:before, .displayNone, .wrapp_one_click{
    display: none !important;
}
.sku_props{
    margin: 20px 0 !important;
}
.tabs-head li{
    padding: 5px 10px !important;
}
.button.big_btn.in-cart{
    padding: 13px 20px !important;
}
.article .block_title{
    margin-right: 5px;
}
.gifts{
    display: none;
}
.askaron-reviews-for-element{
    margin: 30px 0;
}
.ask-not-active{
    padding: 20px;
}
.picts .el{
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 22px 0;
    min-width: 85px;
    padding-top: 85px;
    background-position: top center;
    background-size: 85px auto;    
    background-repeat: no-repeat;
}
.picts .el span{
    display: block;
    font-size: 15px;
    text-align: center;
    margin: 10px 0 0;
}
.askaron-reviews-new .ask-button input[type="submit"] {
    font-size: 18px;
    padding: 5px 20px;
    background: #0378d7 !important;
    color: #fff;
    border: 0;
    cursor: pointer;
}
.tabs-body .detail_text tr:nth-child(2n+1) {
    background: #f7f7f7; /* Цвет фона */
} 
.tabs-body .detail_text tr td, .tabs-body .detail_text tr th{
    padding: 5px 10px;
}
@media (max-width: 870px){
    .item-colors li{
        width: 35% !important;
    }
    .item_slider .slides{
    }
    .item_slider .slides li img, .item_slider .thumbs li img{
        max-height: 260px !important;
    }
    .article .block_title{
        display: none;
    }
}


.buy-pathners {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.buy-pathners h3 {
  margin-bottom: 0 !important;
  color: #232c64;
}

.buy-pathners__button {
  margin-left: 100px;
  border: 1px solid #232c64;
  font-size: 16px;
  font-weight: 500;
  line-height: 42px;
  color: #232c64;
  height: 42px;
  padding: 0 6px;
  cursor: pointer;
  transition-property: all;
  transition-duration: 0.3s;
}

.buy-pathners__button:hover {
  background-color: #232c64;
  color: white;
}

@media (max-width: 1200px) {
  .buy-pathners {
    justify-content: space-between;
  }

  .buy-pathners__button {
    margin-left: 0;
  }
}
.city-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  margin: auto;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.5);
  padding: 26px;
  z-index: 1000;
}

.city-modal.open {
  display: block;
}

.city-modal__container {
  background: white;
  width: 100%;
  max-width: 1345px;
  width: 100%;
  margin: 0 auto;
  border-radius: 12px;
  position: relative;
}

.city-modal__title {
  padding: 24px 32px 16px;
}

.city-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 26px;
  cursor: pointer;
}

.city-modal__svg-icon {
  width: 24px;
  height: 24px;
}

.city-modal__search {
  position: relative;
  padding: 32px;
}

.city-modal__label {
  position: relative;
  width: 50%;
}

.city-modal__input {
  display: inline-block;
  max-width: 412px;
  width: 100%;
  min-width: 0;
  border: none;
  border-radius: 8px;
  color: #1c2126;
  font-family: inherit;
  background-color: initial;
  text-overflow: ellipsis;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  height: 40px;
  margin-bottom: 0 !important;
}

.city-modal__input:hover {
  border-color: #232c64;
}

.city-modal__placeholder {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  max-width: 100%;
  font-size: inherit;
  font-weight: 300;
  line-height: 1;
  padding: 0 12px;
  color: #93999e;
  transition: font-size 0.2s, color 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, font-size 0.2s, color 0.2s;
  z-index: 2;
  cursor: text;
}

.city-modal__placeholder span {
  background-color: white;
  padding: 0 2px;
}

.city-modal__input:focus + .city-modal__placeholder,
.city-modal__placeholder.active {
  color: #767d83;
  font-size: 12px;
  transform: translateY(-18px);
  cursor: default;
}

.city-modal__autocomplete {
  position: absolute;
  display: none;
  max-width: 412px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 8px #d4d4d4;
  z-index: 99;
  padding: 10px 0;
  font-size: 14px;
  line-height: 18px;
  overflow-x: hidden;
  overflow-y: auto;
}

.city-modal__autocomplete li {
  padding: 12px;
  cursor: pointer;
}

.city-modal__autocomplete li:hover {
  background: #f4f5f6;
}

.city-modal__list {
  padding: 0 32px 32px 32px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 70vh;
}

.city-modal__list li {
  margin-bottom: 10px;
  cursor: pointer;
}

.city-modal__list li:hover {
  color: #d60000;
}

.city-modal__list li.selected {
  color: #d60000;
}

@media (max-width: 767px) {
  .city-modal {
    padding: 0;
  }

  .city-modal__container {
    border-radius: 0;
  }

  .city-modal__title {
    padding: 24px 12px 12px;
  }

  .city-modal__label {
    width: 100%;
    font-size: 14px;
  }

  .city-modal__search {
    padding: 12px;
  }

  .city-modal__list {
    max-height: none;
    padding: 0 22px 32px 22px;
  }
}
.search-partners__list li:before{
	display: none !important;
}
.search-partners__list li{
	margin-bottom: 30px;
}
a.cosmetolog{
	max-width: 360px;
	display: inline-block;
    vertical-align: middle;
    height: 42px;
    line-height: 42px;
    font-weight: 500;
    font-size: 16px;
    border: solid 1px #0378d7;
    color: #0378d7;
    padding: 0 20px;
}
/* End */


/* Start:/bitrix/templates/personal-care/components/bitrix/iblock.vote/element_rating/style.css?1666787878419*/
div.star-active { cursor: pointer; }
div.star-voted, div.star-over { }
div.star-empty { background: url(/bitrix/templates/personal-care/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px -19px no-repeat; width:20px; height:20px; overflow:hidden; }
div.star-voted { background: url(/bitrix/templates/personal-care/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px 0px   no-repeat; width:20px; height:20px; overflow:hidden; }
div.star-over { background: url(/bitrix/templates/personal-care/components/bitrix/iblock.vote/element_rating/images/stars.png) 0px 0px   no-repeat; width:20px; height:20px; overflow:hidden; }


/* End */


/* Start:/bitrix/templates/personal-care/components/bitrix/sale.gift.main.products/main/style.css?1666787878663*/
.bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8;}
.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#FBF1F0}
.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#F2FBEA}
.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}
.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7;}
.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#FBF7DB}
/* End */


/* Start:/bitrix/templates/personal-care/components/askaron/askaron.reviews.for.element/template1/style.css?16667878791791*/
.askaron-reviews-for-element  {
	font-family: Arial,​Helvetica,​sans-serif;
	font-size: 13px;
}

.askaron-reviews-for-element .ask-add {
	margin-bottom:20px;	
}

.askaron-reviews-for-element .ask-add a {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted;
	font-size:20px;
}

.askaron-reviews-for-element .ask-add a:hover {
	color: #EA0000;
}

.askaron-reviews-for-element .ask-not-active {	
	background:#DEFFE6
}

.askaron-reviews-for-element .ask-review {	
	margin-bottom: 30px;
	color:#000;
}

.askaron-reviews-for-element .ask-review .ask-name {
	font-size: 18px;
	display: inline-block;
	color: #2b2b2b;	
}


.askaron-reviews-for-element .ask-review .ask-name span {
	font-size:12px;
	color:#666;
	margin-left:9px;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block
{
	font-size:12px;
	display: inline-block;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block a
{
	text-decoration: underline;
	margin-left:9px;
	color: #000;
}

.askaron-reviews-for-element .ask-review .ask-review-item {
	margin-bottom: 10px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-title {
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px; 
	margin-bottom: 4px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-text {
	display: inline-block;
	color: #666;
	line-height: 18px;
}

.askaron-reviews-for-element .ask-review .ask-stars {
	margin:8px 0 7px;
}

.askaron-reviews-for-element .ask-review .ask-stars img {
	border: 0;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-review .ask-stars span {
	font-size: 13px;
	line-height: 13px;	
	margin-left: 8px;		
	color: #999;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-new-interval {
	height: 30px;
	display: block;
}
/* End */
/* /bitrix/templates/personal-care/components/bitrix/catalog.element/main/style.css?17542817035826 */
/* /bitrix/templates/personal-care/components/bitrix/iblock.vote/element_rating/style.css?1666787878419 */
/* /bitrix/templates/personal-care/components/bitrix/sale.gift.main.products/main/style.css?1666787878663 */
/* /bitrix/templates/personal-care/components/askaron/askaron.reviews.for.element/template1/style.css?16667878791791 */
