

/* Start:/local/templates/bioMoscow/moscow/css/dosage.css?162764054310944*/
/* -------------------------------
dosage
----------------------------------*/
.top-dosage {
  margin-top: 90px;
}
.top-dosage .crumbs {
    margin-bottom: 40px;
}
.top-dosage .line-bg img {
  width: 110%;
  object-fit: contain;
  //top: -40px;
}

.top__subtitle__dosage {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-right: 9.45rem;
  font-family: "Montserrat", sans-serif;
}
.top-dosage__wrapper {
    padding-top: 0;
}
.dosage-info {
  padding: 94px 0 112px 0;
  background: #fff;
}

.dosage-list-items {
  display: block;
}
.dosage-list-items__mobile {
  display: none;
}

.dosage-list-item {
  padding-left: 70px;
  list-style-type: none;
  position: relative;
}
.dosage-list-item + .dosage-list-item {
  margin-top: 48px;
}
.dosage-list-item__number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 32px;
  font-family: "Montserrat", sans-serif;
  color: #2F3639;
  font-weight: 700;
  width: 56px;
  text-align: center;
  z-index: 2;
}
.dosage-list-item__number::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #A3CF6C;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  z-index: -1;
  transform: translate(0, calc(-100% + 6px));
}
.dosage-list-item div:not(.dosage-list-item__title) {
  color: #52636C;
  font-size: 18px;
  position: relative;
  margin-top: 20px;
  line-height: 24px;
  letter-spacing: 0.3px;
}
.dosage-list-item div:not(.dosage-list-item__title)::before {
  content: "";
  position: absolute;
  left: -24px;
  top: 8px;
  background: #A3CF6C;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.dosage-list-item__title {
  font-size: 23px;
  color: #2F3639;
  font-family: "Montserrat", sans-serif;
}
.dosage-list-item span {
  font-weight: 700;
}

.dosage-child {
  padding: 94px 0 112px 0;
  background: url("/local/templates/bioMoscow/moscow/images/dosage-bg.png") no-repeat left bottom, linear-gradient(231.84deg, #F4F7FA 12.18%, #EAF0F5 74.74%);
  background-blend-mode: multiply;
}
.dosage-child__items {
  margin-bottom: 72px;
}
.dosage-child__table {
  display: flex;
  border-top: 1px solid #CAD6E0;
  border-left: 1px solid #CAD6E0;
  border-right: 1px solid #CAD6E0;
  flex-wrap: wrap;
  margin: 15px 32px 15px 0;
}
.dosage-child__table-age {
  font-size: 15px;
  color: #2F3639;
  font-weight: bold;
}
.dosage-child__table-dosage .percent svg circle {
  width: 22px;
  height: 22px;
  fill: none;
  stroke-width: 4;
  stroke: #000;
  stroke-dasharray: 69;
  stroke-dashoffset: 69;
  transform-origin: center;
  transform: rotate(-90deg);
}
.dosage-child__table-dosage .percent svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #f3f3f3;
}
.dosage-child__table-dosage .percent svg circle:nth-child(2) {
  stroke: #E45A1E;
  stroke-dashoffset: var(--i);
}
.dosage-child__table-dosage .number {
  margin-left: 25px;
  line-height: 17px;
  color: #52636C;
  font-size: 15px;
  font-weight: normal;
}
.dosage-child__table-dosage .number span {
  color: #2F3639;
  font-weight: bold;
}
.dosage-child__table > * {
  padding: 16px;
  border-bottom: 1px solid #CAD6E0;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "Montserrat", sans-serif;
}
.dosage-child__table > *:nth-child(even) {
  flex: 1 0 53%;
  background: #fff;
  padding: 16px 23px;
}
.dosage-child__table > *:nth-child(even):before {
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background: #CAD6E0;
}
.dosage-child__table > *:nth-child(odd) {
  justify-content: center;
  flex: 0 1 47%;
  text-align: center;
  background: linear-gradient(111.51deg, #F4F7FA -27.57%, #EAF0F5 96.85%);
}
.dosage-child__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  color: #2F3639;
}
.dosage-child__subtitle {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 12.4px;
  line-height: 24px;
  color: #2F3639;
  position: relative;
  padding-left: 35px;
}
.dosage-child__subtitle::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("/local/templates/bioMoscow/moscow/images/icon/Attention.svg") center no-repeat;
  background-size: contain;
}
.dosage-child__subtitle span {
  color: #E45A1E;
}
.dosage-child__bg {
  position: relative;
}
.dosage-child__bg img {
  width: 100%;
  max-height: 460px;
  object-fit: fill;
  z-index: 2;
  position: relative;
  transform: translate(-32px, -32px);
}
.dosage-child__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 64px);
  background: #A3CF6C;
  top: 0;
  right: 0;
  z-index: 0;
}

.what-next {
  padding: 94px 0 112px 0;
  background: #fff;
}
.what-next__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: -15px;
}
.what-next__item {
  padding: 3px 21px;
  border: 2px solid #A3CF6C;
  border-radius: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  min-height: 46px;
  color: #52636C;
  transition: 0.3s all ease;
  margin-right: 15px;
  margin-top: 15px;
}
.what-next__item:last-child {
  margin-right: 0;
}
.what-next__item:hover {
  color: #2F3639;
}

.hot-line {
  padding: 35px 0 20px 0;
  background: #fff;
}
.hot-line__bg {
  position: relative;
}
.hot-line__bg::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #A3CF6C;
  top: 0;
  left: 32px;
  z-index: 0;
}
.hot-line__bg img {
  transform: translateY(-32px);
  position: relative;
  width: 100%;
  object-fit: contain;
  z-index: 2;
}
.hot-line__info {
  padding-left: 72px;
}
.hot-line__info h2 {
  font-weight: bold;
  font-size: 34px;
  line-height: 50px;
  color: #2F3639;
  font-family: "Montserrat", sans-serif;
}
.hot-line__info--green {
  color: #A3CF6C;
}
.hot-line__info--big {
  font-size: 34px;
}
.hot-line__info--min {
  font-size: 15px;
  color: #2F3639;
  font-weight: bold;
  display: block;
}
.hot-line__phone {
  display: flex;
  align-items: center;
}
.hot-line__phone-number {
  font-size: 24px;
  color: #2F3639;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
}
.hot-line__phone span {
  margin-left: 8px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #2F3639;
  font-family: "Montserrat", sans-serif;
}
.product-dosage {
    background-image: none!important;
    padding: 0 0 112px 0;
}


/* -------------------------------
dosage @media
----------------------------------*/
@media (max-width: 992px) {
  .top-dosage {
    margin-top: 80px;
  }

  .dosage-info, .dosage-child, .what-next {
    padding: 35px 0 35px 0;
  }

  .dosage-list-items {
    display: none;
  }
  .dosage-list-items__mobile {
    display: block;
  }

  .dosage-child__table {
    margin: 15px 0 15px 0;
  }
  .dosage-child__bg {
    margin-bottom: 40px;
  }
  .dosage-child__bg img {
    width: calc(100% - 32px);
    max-height: none;
    transform: translate(0, 0);
  }
  .dosage-child__bg::before {
    height: calc(100% - 64px);
    top: 32px;
    width: calc(100% - 32px);
  }

  .hot-line {
    padding-bottom: 65px;
  }
  .hot-line__bg::before {
    width: calc(100% - 32px);
    top: -32px;
    left: 0;
  }
  .hot-line__bg img {
    transform: translateY(0) translateX(32px);
    width: calc(100% - 32px);
    object-fit: cover;
  }
  .hot-line__info {
    margin-top: 32px;
    padding-left: 0;
  }
  .hot-line__info--big {
    display: inline-block;
  }
  .hot-line__info--min {
    display: inline;
  }
}
@media (max-width: 767px) {
  .top-dosage {
    margin-top: 0px;
  }

  .top-dosage__wrapper {
    padding-top: 0;
  }

  .top__subtitle__dosage {
    max-width: 100%;
    padding-right: 0;
    margin-bottom: 7px;
  }

  .dosage-list-item {
    padding-left: 50px;
  }
  .dosage-list-item + .dosage-list-item {
    margin-top: 30px;
  }
  .dosage-list-item__number {
    left: 0;
    top: 0;
    font-size: 26px;
    width: 40px;
    text-align: left;
  }
  .dosage-list-item__number::before {
    right: 0;
    top: 0;
    height: 16px;
    width: 16px;
    transform: translate(0, calc(-100% + 6px));
  }
  .dosage-list-item div:not(.dosage-list-item__title) {
    color: #52636C;
    font-size: 15px;
    margin-top: 13px;
    line-height: 20px;
  }
  .dosage-list-item div:not(.dosage-list-item__title)::before {
    left: -24px;
    top: 5px;
    width: 8px;
    height: 8px;
  }
  .dosage-list-item__title {
    font-size: 20px;
    line-height: 24px;
  }
  .dosage-list-item span {
    font-weight: 700;
  }
}
@media (max-width: 576px) {
  .dosage-child__items {
    margin-bottom: 45px;
  }
  .dosage-child__table-age {
    font-size: 14px;
    line-height: 16px;
  }
  .dosage-child__table-dosage .number {
    margin-left: 8px;
    line-height: 16px;
    font-size: 14px;
  }
  .dosage-child__table > *:nth-child(even) {
    flex: 1 0 68%;
    padding: 8px 8px;
  }
  .dosage-child__table > *:nth-child(odd) {
    flex: 0 1 32%;
  }
  .dosage-child__subtitle {
    line-height: 18px;
  }
  .dosage-child__subtitle span {
    white-space: nowrap;
  }
  .dosage-child__bg {
    margin-bottom: 40px;
  }
  .dosage-child__bg img {
    width: calc(100% - 16px);
  }
  .dosage-child__bg::before {
    height: calc(100% - 32px);
    top: 16px;
    width: calc(100% - 16px);
  }

  .what-next__items {
    margin-top: -8px;
  }
  .what-next__item {
    padding: 5px 17px;
    font-size: 14px;
    line-height: 16px;
    min-height: 40px;
    margin-right: 10px;
    margin-top: 8px;
  }

  .hot-line__bg::before {
    width: calc(100% - 16px);
    top: -16px;
  }
  .hot-line__bg img {
    transform: translateY(0) translateX(16px);
    width: calc(100% - 16px);
    min-height: 264px;
  }
  .hot-line__info h2 {
    font-size: 34px;
    line-height: 41px;
  }
  .hot-line__info--big {
    margin-top: 25px;
    font-size: 16px;
    line-height: 24px;
  }
  .hot-line__phone {
    margin-top: 25px;
    flex-direction: column;
    align-items: flex-start;
  }
  .hot-line__phone span {
    margin-left: 0;
    margin-top: 3px;
  }
}
@media (max-width: 320px) {
  .dosage-list-item div:not(.dosage-list-item__title) {
    font-size: 12px;
    line-height: 18px;
  }
  .dosage-list-item__title {
    font-size: 18px;
  }
  .dosage-list-item span {
    font-weight: 700;
  }

  .what-next__item {
    padding: 3px 15px;
    font-size: 12px;
    line-height: 14px;
  }
}
/* End */


/* Start:/local/templates/bioMoscow/components/bitrix/breadcrumb/main/style.css?1601413542585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/bioMoscow/components/bitrix/catalog.item/.default/style.css?160052001737*/
.js-cstab-link{
	cursor: pointer;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16002889771816*/
/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}
.bx-catalog-subscribe-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
/* End */


/* Start:/local/templates/bioMoscow/components/bitrix/catalog.top/.default/section/style.css?16004688843816*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 > .row > .col-xs-6:nth-child(2n+1),
		/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
		/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
		/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-top-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/bioMoscow/components/bitrix/catalog.top/.default/section/themes/blue/style.css?1600468884821*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-top-header{border-color:#006cc0;}
/* End */
/* /local/templates/bioMoscow/moscow/css/dosage.css?162764054310944 */
/* /local/templates/bioMoscow/components/bitrix/breadcrumb/main/style.css?1601413542585 */
/* /local/templates/bioMoscow/components/bitrix/catalog.item/.default/style.css?160052001737 */
/* /bitrix/components/bitrix/catalog.product.subscribe/templates/.default/style.css?16002889771816 */
/* /local/templates/bioMoscow/components/bitrix/catalog.top/.default/section/style.css?16004688843816 */
/* /local/templates/bioMoscow/components/bitrix/catalog.top/.default/section/themes/blue/style.css?1600468884821 */
