

/* Start:/bitrix/templates/ipsum/components/bitrix/menu/menu-top/style.css?1726743960115*/
/**Top menu**/
.ipsum_menu-item-tel {
	gap: 0 !important;
}
.ipsum_menu-item--yellow2 {
	justify-content: center;
}
/* End */


/* Start:/bitrix/templates/ipsum/components/bitrix/search.title/faq/style.css?17271871562275*/
.ipsum_menu-item-search-button {
	border: 0;
	background: inherit;
}
.title-search-result {
	display: none;
	overflow: hidden;
	z-index: 205;
	background-color: #fff;
}
.search-title-all-result {
	text-transform: uppercase;
	background-color: #161616;
}
.search-title-all-result a {
	text-decoration: none;
	color: #FAFF00;
	font-weight: 700;
}
.search-title-all-result a:hover, .search-title-result-item-link:hover {
	text-decoration: none;
}
.search-title-result-header {
	font-size: 0.8vw;
	line-height: 0.8vw;
	font-weight: 500;
	color: #000;
}
.search-title-result-item-link {
	font-size: 0.8vw;
	font-weight: 700;
	color: #000;
}
.search-title-result-item-link span {
	background: #FAFF00;
}

.search-title-result-item-price {
	font-size: 0.9vw;
}

.search-title-result-item-current-price {
	font-weight: 500;
}

.search-title-result-item-old-price {
	font-size: 80%;
	text-decoration: line-through;
}

.search-form {
	position: absolute;
	right: 19vw;
	top: 0;
}
.search-form.wide {
	right: 20.5vw;
}

.ipsum_menu-item-tel {
	margin-left: 2.4vw;
}

#title-search-input {
	width: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	transition: width 0.3s ease;
	background: #F8F8F8;
	font-size: 0.8vw;
}
.search-form:hover #title-search-input {
	width: 53vw;
	padding-left: 16px;
}


@media screen and (max-width: 991px) {
	.ipsum_menu-item-tel {
		margin-left: 0;
	}
	.search-form {
		position: fixed;
		left: 0;
		top: -100%;
		width: 100%;
		height: auto;
		transition: top 0.1s ease;
		z-index: 100;
	}
	#title-search-input {
		width: 100%;
		height: 120px;
		font-size: 6vw;
		padding-left: 16px;
	}
	#search-form.open {
		top: 0;
	}
	.search-title-result-header {
		font-size: 4.4vw;
		line-height: 5vw;
	}
	.search-title-result-item-link {
		font-size: 3vw;
	}
	.search-title-result-item-price {
		font-size: 3vw;
	}

	.search-overlay {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.5);
		z-index: 50;
	}
	.search-overlay.active {
		display: block;
	}
}


#title-search-input:focus{
	box-shadow: none;
}
#title-search-input::placeholder {
	font-family: 'Normalidad UltraExtended', sans-serif;
	color: #000;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	font-size: 12px;
}
/* End */


/* Start:/bitrix/templates/ipsum/components/bitrix/menu/menu-mobil-foter/style.css?170737788059*/
/**Top menu**/
.ipsum_menu-item-tel {
	gap: 0 !important;
}
/* End */


/* Start:/bitrix/templates/ipsum/styles.css?17529505904952*/
#bx-soa-paysystem { 
    height: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

#bx-soa-properties { margin-bottom: 0; }
#bx-soa-properties .bx-soa-more { display: none; }
#bx-soa-orderSave { padding: 2.34260615vw; padding-top: 0; background: rgb(248,248,248) }
#bx-soa-basket .bx-soa-section-content .bx-soa-more { display: none !important; }

#bx-soa-basket { padding-bottom: 60px; }
.new-next-btn-wrap { position: relative; height: 0; margin: 0; padding: 0; }
.new-next-btn-wrap > div { position: relative; top: -80px; padding-right: 10px; }
.new-next-btn-wrap button {  margin: 0 25px; }

/*#bx-soa-orderSave { display: block !important; }*/
#bx-soa-orderSave .confirm { float:right; }
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
#bx-soa-orderSave .checkbox{
    width: 68%;
    margin: 0 0 0 auto;
}
.not_mt{
    margin-top: 0 !important;
}

.inner_rating {
    display: flex;
}
.inner_rating path {
    fill: #d5d5d5 !important;
}

.inner_rating .item-rating.filed path {
    fill: #00FF72 !important;
}

@media only screen and (max-width: 991px){
    .products .product.complect:hover .product__bg {
        height: calc(100% + 12.6vw);
    }

}
.h1, h1{
    display: inline-block;
}
.nabor_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.nabor_filter {
    display: flex;
    flex-wrap: wrap;
}
.nabor_filter > div {
    margin-left: 20px;
    background: #EDEDED;
    border-radius: 16px;
    padding: 20px 25px;
    font-family: 'Normalidad UltraExtended', sans-serif;
    cursor: pointer;
    margin-bottom: 8px;
    text-align: center;
}
.nabor_filter .active {
    background: black;
    color: white;
}
div[data-name="all"]{
    flex-grow: 39;
}
div[data-name="nabor"]{
    flex-grow: 61;
}
div[data-name="present"]{
    flex-grow: 100;
}
@media(max-width:600px){
    .nabor_header{
        flex-direction: column;
        align-items: flex-start;
    }
    .nabor_filter > div{
        padding: 12px;
        margin-left: unset;
    }
    div[data-name="all"]{
        margin-right: 8px;
    }
}
.btn--yell {
    color: var(--black);
    
}
.mob-vitaminC{
    background-color: #F4FF01 !important;
}

.diff_percent{
    font-family: "Normalidad UltraExtended", sans-serif;
    color: var(--gray-withe, #FFF);
	text-align: center;
	/* button */
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding: 2px 18px;
	border-radius: 16px;
	background: var(--product-5-htp, #A533FF);
	
}
/*section old price*/
.wrapper_block-price--list  .old_block .old_price{
    position: relative;
	color: var(--gray-black, #000);
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.wrapper_block-price--list  .old_block  .white_color{
    color: #fff;
}
.wrapper_block-price--list  .old_block .old_price::before{
    content: "";
	position: absolute;
	left: -4px;
	top: 10px;
	width: 70px;
	height: 1px;
	transform: rotate(-6.563deg);
	background: var(--gray-black, #000);
}
.wrapper_block-price--list  .old_block  .white_color::before{
    background: #fff;
}
.wrapper_block-price--list .current_block h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.diff_percent--list{
    position: absolute;
    bottom: -2.53675vw;
    left: 50%;
    transform: translateX(-50%);
    border: 4px solid var(--gray-withe, #FFF);   
}

/*basket old price*/
.basket-item__sale {
    padding: 0 20px;
}
.basket-item__sale-block {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.diff_percent--title{
    color: var(--gray-4, #8A8A8A);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    margin-bottom: 16px;
}
.header__left{
    display: flex;
    align-items: center;
}
.header__left .ipsum_lang{
    height: auto;
}



.faq-container-element .title-back h1{
    font-size: 20px!important;
}

.btn--text-white .wrapper_block-price--list .old_block .old_price{
    color: #fff;
}
.btn--text-white .wrapper_block-price--list .old_block .old_price::before {
    background: var(--gray-black, #fff);
}
@media(max-width:768px){
    .old_block{
        display: flex;
        justify-content: center;
    }
    .diff_percent--list {
        bottom: -8.9vw;
        border: 2px solid var(--gray-withe, #FFF); 
    }
    .wrapper_block-price--list .current_block h4 {
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px;
    }
    .wrapper_block-price--list .old_block .old_price {
        font-size: 8px;
    }
    .wrapper_block-price--list .old_block .old_price::before {
        content: "";
        position: absolute;
        left: -2px;
        top: 6px;
        width: 43px;
        height: 1px;
        transform: rotate(-6.563deg);
        background: var(--gray-black, #000);
    }
}
/* End */


/* Start:/bitrix/templates/ipsum/template_styles.css?175295059012525*/
/**/

.btn-faq {
    width: 300px;
    height: 50px;
    background-color: #fff;
    display: flex;
    padding: 12px 16px 12px 16px;
    border-radius: 16px;
    justify-content: space-between;
    align-items: center;
    /* font-family: Normalidad; */
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    color: #000000;
    border: 2px solid transparent;
}

/* .btn-faq-2 {
    background-color: #21D3A9;
}
.btn-faq-2 {
    background-color: #25F6EB;
} */
#wiki-post-content {
    display: flex;
    gap: 40px 24px;
    margin-bottom: 56px;
    flex-wrap: wrap;
}

.wiki-post-content-p {
    color: var(--gray-black, #000);
    /* big text */
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 133.333% */
}

.wiki-post-content-h5 {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;
}

.wiki-wrapp {
    display: flex;
    flex-wrap: wrap;
    /*column-gap: 24px;*/

}

.wiki-wrapp-each {
    background: #F8F8F8;
    width: 32%;
    margin-right: 2%;
}

.wiki-wrapp .wiki-wrapp-each:nth-child(3n) {
    margin-right: 0;
}

.wiki-page {
    color: #5455FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}

.wiki-wrapp .wiki-wrapp-each .wiki-wrapp-each__el:last-child a {
    padding-bottom: 0;
}

.title-back {
    display: flex;
    align-items: center;
}

.button-back {
    padding-right: 20px;
}

.input-group-append > .search-title-button {
    width: 162px;
    height: 56px;
    border-radius: 16px;
    color: white;
    background: #000000;
}

.input-group > .form-control {
    /* font-family: Normalidad;
    font-size: 12px; */
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0em;
    text-align: left;
}

.bx-searchtitle {
    margin-bottom: 24px;
}

.wiki-post-content span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: left;

}

.wiki-wrapp-each__el span {
    max-width: 90%;
}

.wiki_h1 {
    font-size: 56px !important;
    font-family: 'Normalidad UltraExtended', sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 64px; /* 114.286% */
    text-transform: uppercase;
    margin-bottom: 24px !important;
}

@media (max-width: 768px) {
    .wiki_h1 {
        font-size: 28px !important;
        line-height: 40px;
    }

    #wiki-post-content {
        gap: 24px;
    }

    .wiki-post-content span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
    }

    .wiki-post-content-p {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px
    }

    .wiki-post-content-h5 {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

    .btn-faq {
        width: 100%;
    }
}

@media (max-width: 360px) {
    #wiki-post-content {
        gap: 24px 0px;
    }

    .btn-faq {
        width: 100%;
    }
}


/**/

.product.complect {
    grid-column: span 2;
}

.product.complect .product__img img {
    width: 35.616398vw;
}

.product.complect .btn h4, .product.complect .btn .h4, .complect_detail span {
    color: white;
}
.product.child-vitamin .btn h4, .product.child-vitamin .btn .h4 {
    color: #000;
}
/*.product.child-vitamin .btn svg path{*/
/*    stroke:#000!important;*/
/*}*/

.product.complect path, .complect_detail path{
    stroke: white !important;
}
.complect_detail .float-elem img {
    width: 100%;
    height: auto;
}

.complect_detail .product-detail-pic {
    height: auto;
}

.complect_detail .section--pt {
    padding-top: 18.856515vw;
}

.complect_detail .product-detail-pic__disclaimer {
    color: #8A8A8A;
}

.complect_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}

.complect_img {
    min-width: 145px;
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    margin-right: 24px;
}

.complect_item_desc {
    display: flex;
    align-items: center;
}

.complect_item img {
    max-width: 84px;
}

.complect_detail .product-detail__buy {
    margin-bottom: 40px;
}

.sostav {
    margin-bottom: 1.5rem;
    line-height: 2.04978038vw;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}

.complect_prevtext {
    margin-bottom: 1.5rem;
}

.complect_img_block {
    display: flex;
    align-items: center;
}

.complect_text .name, .complect_text .preview_text {
    color: black;
}

.complect_item a:hover {
    text-decoration: unset;
}

.banner_bottom_desctop,
.banner_bottom_mobile {
    text-align: center;
    background: black;
}

.banner_bottom_desctop img,
.banner_bottom_mobile img {
    max-width: 100%;
}

.banner_bottom_mobile {
    display: none;
}

.banner_bottom_desctop {
    display: block;
}

@media only screen and (max-width: 991px) {
    .product-detail__name {
        font-size: 5vw !important;
    }

    .product.complect .product__img img {
        width: 60.616398vw;
    }
}

@media (min-width: 992px) {
    .products .product.complect .product__img img {
        height: 19.616398vw;
    }

    .product.complect .btn-buy {
        color: #fff;
    }

    .products .product.complect .btn:hover u {
        transform: scale(1.0402);
    }
}

@media (max-width: 760px) {
    .banner_bottom_mobile {
        display: block;
    }

    .banner_bottom_desctop {
        display: none;
    }


}

@media (max-width: 450px) {


    /*комплекты деталка моб версия*/
    .complect_img {
        min-width: 100px;
        height: 100px;
        margin-right: 20px;
    }

    .complect_item img {
        max-width: 44px;
    }

    .complect_text {
        font-size: 3vw;
        line-height: 4.55555556vw;
    }

}


/* Стили таблицы (IKSWEB) */
table.iksweb {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    Montserrat, sans-serif
}

table.iksweb th {
    font-weight: bold;
    font-size: 22px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
}

table.iksweb td {
    font-size: 22px;
    color: #000000;
}

table.iksweb td, table.iksweb th {
    white-space: pre-wrap;
    padding: 10px 5px;
    line-height: 150%;
    vertical-align: middle;
    border: 1px solid #000000;
}

/*table.iksweb tr:hover{background-color:#f9fafb}*/
/*table.iksweb tr:hover td{color:#000000;cursor:default;}*/
.mobile-table {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    margin: 28px 0;
}

.section--place-order p {
    font-size: 28px;
    line-height: 130%;
}

.section--place-order li {
    font-size: 28px;
    margin-bottom: 22px;
}

.section--place-order h3 {
    font-size: 57px;
    margin: 38px 0;
}

@media (max-width: 767px) {
    table.iksweb th {
        font-size: 16px;
    }

    table.iksweb td {
        font-size: 14px;
    }

    .mobile-table {
        margin: 14px 0;
    }

    .section--place-order h1 {
        font-size: 30px;
        margin-bottom: 0;
    }

    .section--place-order p {
        font-size: 14px;
        line-height: 130%;
    }

    .section--place-order li {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .section--place-order h3 {
        font-size: 30px;
        margin: 14px 0;
    }
}

/* Стили страницы как купить */

.ipsum_menu-footer {
    /*grid-template-rows: repeat(4, auto) !important;*/
    grid-template-rows: repeat(5, auto) !important;
}

@media (max-width: 767px) {
    .new-next-btn-wrap .btn > span {
        font-size: 2.1vw;
    }

    #bx-soa-delivery .bx-soa-editstep {
        display: none;
    }
}

@media (max-width: 450px) {
    .new-next-btn-wrap > div {
        top: 18px !important;
    }
}

.hide {
    display: none;
}

@media (max-width: 490px) {
    .fancybox__track .fancybox__content {
        width: 90%;
        display: flex;
        align-items: center;
    }

    .bxmaker-authuserphone-enter {
        width: 100%;
    }
}


/* START NEW CONTACT */

.content-desc {
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
    margin-top: 40px;
}

.content-wrapper {
    margin-top: 44px;
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: -200px;
    position: relative;
    z-index: 3;
}

.content-wrapper .content-block {
    background: #F8F8F8;
    padding: 40px 32px;
    max-width: 304px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}

.content-wrapper .content-block:first-child {
    max-width: unset;
}

.content-wrapper .content-block__desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
}

.content-wrapper .content-block__phone {
    font-family: 'Normalidad UltraExtended', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
}

.content-wrapper .content-block__email {
    font-family: 'Normalidad UltraExtended', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
}

.content-wrapper .content-block a {
    color: #5455FF;
}

.content-wrapper .content-block__phone a,
.content-wrapper .content-block__item-phone a {
    color: #000000;
}

.content-wrapper .content-block__item p {
    margin: 0;
}

.content-wrapper .content-block__item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.content-wrapper .content-block__item-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}

.content-wrapper .content-block__item-address {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}

.content-wrapper .content-block__item-phone {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}

.content-wrapper .content-block__item-email {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    text-align: left;
}

section.subscribe-block--contacts.new {
    padding-top: 27.8vw;
}

@media (max-width: 1200px) and (min-width: 991px) {
    .content-wrapper .content-block__email {
        font-size: 26px;
    }
}

@media (max-width: 991px) {
    .content-wrapper {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .content-wrapper .content-block {
        max-width: unset;
    }
}

@media (max-width: 690px) {
    .content-wrapper .content-block__phone {
        font-size: 18px;
    }

    .content-wrapper .content-block__email {
        font-size: 16px;
    }
}

/* END NEW CONTACT */



/* START NEW BLOCK MAIN PAGE */

    .question-1{
        background-color: #F8F8F8;
        border-radius: 1.17130307vw;
        padding: 5.85651537vw 3vw 3vw;
        display: flex;
        gap: 10vw;
    }

    .question-1__btn {
        width: 100%;
    }

    .question-1__btn a{
        color: black;
        text-decoration: none !important;
        background-color: #00FF72;
        padding: 1.5vw;
        border-radius: 1.17130307vw;
        max-width: 90%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .question-1__description{
        max-width: 50%;
    }

    .question-1__text{
        font-size: 1.31771596vw;
        margin-bottom: 0 !important;
    }

    .question-1__title{
        margin-bottom: 0.5vw !important;
    }

    .question-1__title span{
        color: #FF02A7;
    }

@media (max-width: 991px) {

    .question-1{
        flex-direction: column;
        gap: 5vw;
        padding-top: 40px;
    }

    .question-1__description{
        max-width: 100%;
    }
    
    .question-1__text{
        font-size: 3.88888889vw;
    }

    .question-1__btn a{
        padding: 3vw;
        max-width: 100%;
    }

    .question-1__btn {
        display: flex;
        justify-content: center;
    }
    
}




/* END NEW BLOCK MAIN PAGE */
/* End */
/* /bitrix/templates/ipsum/components/bitrix/menu/menu-top/style.css?1726743960115 */
/* /bitrix/templates/ipsum/components/bitrix/search.title/faq/style.css?17271871562275 */
/* /bitrix/templates/ipsum/components/bitrix/menu/menu-mobil-foter/style.css?170737788059 */
/* /bitrix/templates/ipsum/styles.css?17529505904952 */
/* /bitrix/templates/ipsum/template_styles.css?175295059012525 */
