/*!
Theme Name: alfabiom
*/

@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1.3;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.quantity {
    max-width: 50px;
	position:relative;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 30px 0 0;
}
.woocommerce div.product form.cart {
    padding-left: 20px;
}
label.screen-reader-text {
    display: none;
}
 
.quantity button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    max-width: 20px;
    color: #179F9F;
    font-size: 30px;
    border: none;
    background: none;
}
 
.quantity button.down {
    left: -22px;
}
.quantity button.down:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #179F9F;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
.quantity button.up {
    right: -20px;
}
.quantity button.up:before, .quantity button.up:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    content: '';
    width: 14px;
    height: 1px;
    background-color: #179F9F;
}
 
.quantity button.up:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    -o-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}
.quantity button.up:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}
 
.quantity .form-control {
    border: 2px solid #eaeaea;
    height: 45px;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #222;
    background-color: transparent;
}
.quantity input {
    border-radius: 0;
}

@media (max-width: 767.98px) {
	.quantity {
		margin:30px 20px 0;
	}
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
html {
  scroll-behavior: smooth;
}

.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}

body {
  color: #000;
  background: linear-gradient(90deg, #f3fafb 25.14%, #fff 79.78%);
  font-size: 16px;
  position: relative;
  overflow-х: hidden;
}

._container {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.content {
  flex: 1 0 auto;
  width:100%;
  padding-top:20px;
  padding-bottom:50px;
	overflow:hidden;
}

.content a {
  text-decoration:underline;
}
.content a:hover {
  text-decoration:none;
  color: #179F9F;
}
.content .entry-header,
.content h1.entry-title,
.content .entry-footer {
  display:none;
}
.content p {
	margin-bottom:10px;
}

.content .entry-meta {
	padding-bottom: 20px;
	font-size: 12px;
}
.entry-content .wp-block-kadence-rowlayout figure img {
	max-width:100%;
	width:100%;
	height:auto;
}

.page-wrapper {
	display:flex;
	gap:40px;
	justify-content: space-around;
    align-items: center;
	padding:40px 0;
}

.search-page-wrapper {
	display:flex;
	gap:40px;
	justify-content: space-around;
    align-items: flex-start;
	padding:40px 0;
}

.page-image {
	text-align:center;
}

.page-content p {
	margin-bottom:40px;
	text-align:center;
}

.page-content a.wc-backward {
	padding: 0.618em 1em;
	text-decoration:none;
	text-align:center;
	display:block;
}

.page-content .search-form {
	margin:40px 0 30px;
	display:flex;
	justify-content: space-between;
}

.page-content .search-form label {
	flex:1 1 100%;
}


.page-content .search-field {
	display:flex;
	border-radius:0!important;
	border-top-left-radius: 10px!important;
	border-bottom-left-radius: 10px!important;
}

.page-content .search-submit {
	color: #fff;
    background-color: #179F9F!important;
	padding-left:10px;
	padding-right:10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	height: 40px;
	box-shadow: 0 0 4px rgb(23 159 159 / 50%);
	cursor:pointer;
}

.page-content .search-submit:hover {
    transition: ease 0.5s all;
    background: linear-gradient(to top, #45afaf, #179F9F)!important;
    color: #fff!important;
}

.page-content h2.widgettitle {
	font-size:18px;
	margin-bottom: 15px;
}

.search-page-text {
	flex: 1 1 calc(80% - 40px);
}

.search-page-text article {
	margin-bottom: 40px;
	display:flex;
	gap:20px;
	justify-content: flex-start;
	align-items: center;
}
.search-page-text article h3 {
	margin: 0 0 15px!important;
	}

.search-page .entry-header {
	display:block;
}

.article-image {
	flex: 0 0 calc(20% - 20px);
}

.article-image img {
	width:100%;
	height:auto;
}

.article-text {
	flex: 0 0 calc(80% - 20px);
}

.content article .entry-wrapper {
	display:flex;
	gap:30px;
}

.content article .entry-wrapper .entry-content {
	flex:0 0 calc(70% - 30px);
}

.content article .entry-wrapper .sidebar {
	flex:0 0 calc(30% - 30px);
}

@media (max-width: 800px) {
.content article .entry-wrapper {
	flex-wrap:wrap;
	flex-direction: column;
}
	.content article .entry-wrapper .entry-content,
	.content article .entry-wrapper .sidebar {
	flex:0 0 100%;
}
}

.content article .entry-wrapper .sidebar section:first-child {
	margin-top:0px;
}

.heateor_sss_sharing_container {
	margin-bottom:30px;
}
.heateor_sss_sharing_title {
	margin-top:30px;
	margin-bottom:15px;
}
.heateor_sss_svg {
	padding:2px!important;
}
.heateor_sss_s_odnoklassniki svg {
	max-height:30px;
	padding-top:5px;
}
.heateor_sss_s_telegram svg {
	max-width:30px;
	padding-top:1px;
	padding-left:3px;
}
.heateor_sss_s_viber svg {
	max-width:32px;
	padding-top:1px;
	padding-left:2px;
}

.wp-block-image figcaption {
    text-align:center;
	font-size:12px;
}

.wp-block-image img {
    max-width: 100%;
	height: auto;
}

.fa-exclamation:before {
    content: "\21"!important;
}

@media (max-width: 570px) {
	.dataTables_wrapper.no-footer div.dataTables_scrollBody>table {
		overflow:scroll!important;
	}
}

.woocommerce-MyAccount-navigation {
	padding-bottom:30px;
}
.woocommerce-MyAccount-navigation li {
	padding:5px 0;
}
.woocommerce-MyAccount-navigation li.is-active a {
	padding:5px 0;
	text-decoration: none;
	font-weight:600;
}
.woocommerce-MyAccount-navigation li a:hover {
	text-decoration: none;
}
.woocommerce-info {
    border-top-color: #179F9F;
	background-color: #fff;
}
.woocommerce-info::before {
    color: #179F9F;
}
.woocommerce a.button,
.woocommerce button.button,
.woocommerce #respond input#submit,
.form-submit input#submit,
.page-content a.wc-backward 
 {
	color: #fff;
    background-color: #179F9F!important;
	border-radius:10px;
	width:auto!important;
	cursor:pointer;
	font-size: 100%;
	font-weight: 700;
	line-height: 1;
	height:auto;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce #respond input#submit:hover,
.form-submit input#submit:hover,
.page-content a.wc-backward:hover {
	transition: ease 0.5s all;
    background: linear-gradient(to top, #45afaf, #179F9F)!important;
	color: #fff!important;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #e2f4f5;
    border-radius: 5px;
}
.woocommerce form label,
.woocommerce form span em {
	font-size:14px;
	font-weight:600;
}
.woocommerce form fieldset,
.woocommerce-address-fields__field-wrapper {
	margin-bottom:15px;
}
.woocommerce form fieldset {
	border: 1px dashed rgba(0,0,0,0.2);
    margin: 20px 2px 20px;
    padding: 0.35em 0.625em 0.75em;
}
.woocommerce form legend {
	font-weight: 600;
	width: auto;
    padding: 0 10px;
}
.woocommerce form .form-row input.input-text,
.select2-container--default .select2-selection--single,
.comment-form input:not([type='checkbox']),
.page-content .search-field {
	display: block;
    width: 100%;
	padding: 12px 15px;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
	box-shadow: 0 0 4px rgba(23,159,159,0.5);
	height:40px;
}
.woocommerce form .form-row textarea,
.woocommerce #review_form #respond textarea,
textarea {
	display: block;
    width: 100%;
	padding: 12px 15px;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
	box-shadow: 0 0 4px rgba(23,159,159,0.5);
	height:10em;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   line-height: normal;
   font-size: 12px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
}
.woocommerce-Address {
	background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: -2px 2px 10px 4px rgba(87,139,179,0.1);
}
.woocommerce-Address header {
	margin-bottom: 20px;
}
.woocommerce-Address header h3 {
	font-weight:600;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
   width: auto; 
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
	color:#fff;
}
.woocommerce a.button.alt {
	background-color: #179F9F!important;
	font-size: 22px;
    text-transform: uppercase;
    padding: 15px 30px;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
	border-radius: 50px;
    color: #fff;
    box-shadow: -2px 2px 10px 4px rgba(172,241,241,0.5);
}
.woocommerce a.button.alt:hover {
    transition: ease 0.5s all;
    background: linear-gradient(to top, #45afaf, #179F9F);
    text-decoration: none;
    box-shadow: -2px 2px 10px 4px #acf1f1;
}
.woocommerce-cart table.cart img {
	width: 80px;
}
.woocommerce .quantity .qty {
	border: 1px solid #d3ced2;
	height:29px;
	background-color: #fff;
}

.wc-block-grid__product:before {
    content:''!important;
}

.wc-block-grid__product .wc-block-grid__product-title {
text-align:center;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart {
	display:flex;
	flex-direction: column;
}


.woocommerce-Price-amount {
color: #179F9F!important;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1.2em;
    text-align: center;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    color: #fff;
    background-color: #179F9F!important;
    border-radius: 10px;
    width: auto!important;
    cursor: pointer;
    font-size: 16px!important;
    font-weight: 700;
    line-height: 1;
    height: auto;
	text-decoration: none;
	margin-top: 1em!important;
	padding: 0.618em 1em!important;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:hover {
transition: ease 0.5s all;
    background: linear-gradient(to top,#45afaf,#179F9F)!important;
    color: #fff!important;
}

.cart-top {
	position:relative;
}
.cart-quantity {
	display:inline-block;
	position:absolute;
	width:15px;
	height:15px;
	font-size:8px;
	color: #fff;
	background-color: red;
	border-radius:50px;
	text-align:center;
	vertical-align:middle;
	line-height:16px;
	margin:-8px 0 0 -10px;
}
.cart-collaterals .cart-quantity {
	display:none;
}

.breadcrumbs,
.woocommerce-breadcrumb {
	text-align:left;
	margin-bottom:30px!important;
}
.breadcrumbs,
.woocommerce-breadcrumb {
	border-radius: 4px;
	padding: 15px 16px 15px 0!important;
	background-color: rgb(237 239 240 / 0%);
	font-size:14px!important;
	color:#ccc!important;
	display: block;
	width: auto!important;
	float: left;
}
.breadcrumbs .breadcrumb_last,
.woocommerce-breadcrumb span{
	color: #27272a;
}
.breadcrumbs a,
.woocommerce-breadcrumb a {
	text-decoration:underline;	
	color:#179f9f!important;
}
.breadcrumbs a:hover,
.woocommerce-breadcrumb a:hover {
	color: #179F9F!important;
	text-decoration:none;
}
.fbc-page .fbc-wrap .fbc-items {
font-family:inherit!important;
}
.clearfix {
    clear: both;
}
.woocommerce-products-header h1,
.product_title {
	font-size: 24px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}
.product_title {
	display:block!important;
}
.woocommerce div.product p.price {
    color: #179F9F!important;
}
.woocommerce ul.products li.product .price {
    color: #179F9F!important;
    display: block;
    font-weight: 400;
    margin-bottom: 0.5em;
    font-size: 1.2em;
	text-align: center;
}
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
	text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background-color: #e2f4f5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #f3fafb;
    border-bottom-color: #f3fafb;
}
.woocommerce .star-rating span::before {
    color:#179F9F;
}
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
}
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
	border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}
.woocommerce-notice--success {
    padding:10px 15px;	
	display:inline-block;
	border:1px solid #179F9F;
	color: #179F9F;
	border-radius:10px;
}
.woocommerce ul.order_details {
	margin: 2em 0 3em;
}
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    line-height: 1!important;
	color: #179F9F;
	text-decoration:none;
}
.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 20px 0!important;
    padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none;
	padding: 0 10px;
}
label .required {
	color:red;
}
.comment-form {
	margin-top:20px;
}
.comment-reply-title {
	font-weight:600;
}
.woocommerce .products .star-rating {
    margin: 0 auto 1em;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
  display: none;
}

.post-navigation .nav-links {
	display:flex;
	justify-content: space-around;
	background: #e2f4f5;
	padding: 15px;
	border-radius:10px;
	gap:40px;
}

.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
	flex: 0 0 calc(50% - 40px);
	text-align: center;
}

.post-navigation .nav-links .nav-previous a,
.post-navigation .nav-links .nav-next a {
	display:flex;
	justify-content: center;
	gap:15px;
	flex-wrap: nowrap;
}

@media (max-width: 767.98px) {
  .post-navigation .nav-links {
		flex-wrap: wrap;
		flex-direction: column;
		gap:15px;
	}
	.post-navigation .nav-links .nav-previous {
		margin-left: -29px;
	}
	.post-navigation .nav-links .nav-next {
		margin-right: -29px;
	}
}

.post-navigation .nav-links .nav-subtitle i {
	color: #179F9F;
}

.post-content-page__item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: -2px 2px 10px 4px rgb(87 139 179 / 10%);
	margin-bottom:20px;
	display:flex;
	gap:20px;
}

.post-content-page__left {
	flex:0 0 calc(30% - 20px);
}
.post-content-page__left img {
	width:100%;
	height: auto;
	border-radius: 10px;
}
.post-content-page__right {
	flex:0 0 calc(70% - 20px);
}
.post-content-page__right .article-title {
	font-weight:600;
	margin-bottom:20px;
}
.post-content-page__right p {
	margin-top:20px;
}
.post-content-page__date {
	font-size:12px;
	margin-top:20px;
}

@media (max-width: 767.98px) {
	.post-content-page__left,
	.post-content-page__right  {
	flex:0 0 calc(50% - 20px);
	}
}

@media (max-width: 600px) {
	.post-content-page__item {
	flex-wrap: wrap;
	flex-direction: column;
	}
	.post-content-page__left,
	.post-content-page__right  {
	flex:0 0 100%;
	}
	.post-content-page__right {
	text-align:center;
	}
	.post-content-page__right p,
	.post-content-page__date	{
	text-align:left;
	}
}


  #wrapper.fixed .content {
    padding-top: 180px;
  }

@media (max-width: 767.98px) {
  #wrapper.fixed .content {
    padding-top: 20px;
  }
}

section {
  margin-top: 50px;
}

a {
  color: #000;
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    transition: ease 0.3s all;
    text-decoration: underline;
  }
}

h2, h1, h5,
h1.inter-h1 span {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}
.content h1 span {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
h2 span,
h1 span {
  font-weight: 500;
}
.archive .content h2 span {
	font-weight: 700!important;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    margin-top: 20px;
	margin-bottom: 15px;
    text-align: left;
}
.content .post h3 {
	margin: 20px 0 15px;
}
.content .post h2 {
	margin: 20px 0 20px;
}
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.btn-blue {
  background: #179F9F;
  border-radius: 50px;
  color: #fff;
  box-shadow: -2px 2px 10px 4px rgba(172, 241, 241, 0.5);
}
.btn-big {
  font-size: 22px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none!important;
  white-space: normal;
  display: inline-block;
}
.btn-big:hover {
  color:#fff!important;
}
.btn-small {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 20px!important;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none!important;
  white-space: normal;
  display: inline-block;
}
.btn-small:hover {
  color:#fff!important;
}
@media (any-hover: hover) {
  .btn:hover {
    transition: ease 0.5s all;
    background: linear-gradient(to top, #45afaf, #179F9F);
    text-decoration: none;
    box-shadow: -2px 2px 10px 4px #acf1f1;
  }
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #179F9F;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px;
  width: 52px;
  transition: ease 0.5s all;
}

@media (max-width: 767.98px) {
  #myBtn {
    display: none !important;
  }
}
#myBtn:hover {
  background-color: #63c1c2;
}

.ateroskleroz__main .main__image img {
	min-width:100%;	
	height:auto;
	z-index: 10;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: -2px 2px 10px 4px rgba(87,139,179,0.1);
}

.ateroskleroz,
.sugarface {
	padding: 40px 0 40px!important;
	margin-top: 0px;
}

.sugarface__main .main__image img {
	min-width:100%;
	max-height:100%;
	height:auto;
	z-index: 10;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: -2px 2px 10px 4px rgba(87,139,179,0.1);
}

.main {
  position: relative;
}
.main:before {
  background: url(../alfabiom/img/bg1.svg) bottom left no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  max-height: 800px;
  margin-bottom: -8em;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}

@media (max-width: 991.98px) {
  .main:before {
    margin-bottom: 0;
  }
}
@media (max-width: 700px) {
  .main:before {
    margin-bottom: 40em;
  }
}
.main__wrapper {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}
.main__item {
  flex: 0 0 auto;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  .main__item {
    gap: 0;
  }
  .ateroskleroz__main .main__item {
    gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .main__item:last-child {
    flex-direction: column;
  }
}
@media (max-width: 700px) {
  .main__item {
    flex-direction: column-reverse;
  }
}
.main__item-wrapper {
  flex: 0 0 calc(50% - 30px);
}
@media (max-width: 767.98px) {
  .main__item-wrapper.text-right {
    text-align: left !important;
  }
}
@media (max-width: 360px) {
  .main__item-wrapper.text-left {
    text-align: center !important;
  }
}
.main__item-text {
  font-size: 16px;
  margin: 20px 0;
  position: relative;
  color: #899099;
}
.main__item-text .text-bold {
  color: #000;
  padding-bottom: 10px;
  font-weight: 500;
}
.main__item-text .text-bold:last-child {
  font-weight: 600;
}
.main__item-text p, .main__item-text img {
  display: inline-block;
  vertical-align: middle;
}
.main__item-text img {
  margin-right: 20px;
}
.main__image {
  flex: 0 0 calc(50% - 30px);
}
.main__image .sahar__image {
	position:absolute;
}

.sahar__item {
position:relative;
}
.sahar__item .main__image{
	min-height:550px;
}
.sahar-slogan-desc {
padding:30px 0;
}

@media (max-width: 960px) {
  .main__image .sahar__image {
	width:70%;
	height:auto;
	}
	.sahar__item .main__image{
	min-height:100%;
	}
}

@media (max-width: 700px) {
  .main__image .sahar__image {
	position:relative;
	width:100%;
	height:auto;
	}
	.sahar-slogan-desc {
	text-align:center;
	}
}

@media (max-width: 479.98px) {
  .main__image {
    flex: 0 0 100%;
    overflow: hidden;
  }
}
.main__image img {
  max-height: 600px;
}
.main__image .mouse-parallax {
  height: 600px;
}
@media (max-width: 991.98px) {
  .main__image .mouse-parallax {
    height: 500px;
  }
}
@media (max-width: 400px) {
  .main__image .mouse-parallax {
    height: 350px;
  }
}
.main__image .mouse-parallax-bg,
.main__image .mouse-parallax-fog-1,
.main__image .mouse-parallax-fog-2 {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.1s ease;
}
.main__image .mouse-parallax-bg {
  background-image: url("../alfabiom/img/main-image.png");
  width: 470px;
  height: 600px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .main__image .mouse-parallax-bg {
    width: 350px;
    height: 447px;
    top: 50px;
  }
}
@media (max-width: 700px) {
  .main__image .mouse-parallax-bg {
    top: auto;
  }
}
@media (max-width: 400px) {
  .main__image .mouse-parallax-bg {
    background-image: url("https://alfabiom.by/wp-content/uploads/2022/05/alfabiom.png");
    left: 0;
    bottom: 0;
    top: auto;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    transform: none !important;
  }
}
.main__image .mouse-parallax-fog-1 {
  background-image: url("../alfabiom/img/main-image2.png");
  left: 28%;
  top: 30%;
  width: 549px;
  height: 204px;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .main__image .mouse-parallax-fog-1 {
    width: 379px;
    height: 141px;
    top: 25%;
  }
}
@media (max-width: 767.98px) {
  .main__image .mouse-parallax-fog-1 {
    left: 35%;
  }
}
@media (max-width: 700px) {
  .main__image .mouse-parallax-fog-1 {
    top: 40%;
  }
}
@media (max-width: 479.98px) {
  .main__image .mouse-parallax-fog-1 {
    left: 0;
  }
}
@media (max-width: 400px) {
  .main__image .mouse-parallax-fog-1 {
    display: none;
  }
}
.main__image .mouse-parallax-fog-2 {
  background-image: url("../alfabiom/img/main-image3.png");
  left: 25%;
  top: 40%;
  width: 537px;
  height: 370px;
  z-index: 3;
}
@media (max-width: 991.98px) {
  .main__image .mouse-parallax-fog-2 {
    width: 367px;
    height: 253px;
    top: 35%;
  }
}
@media (max-width: 767.98px) {
  .main__image .mouse-parallax-fog-2 {
    left: 35%;
  }
}
@media (max-width: 700px) {
  .main__image .mouse-parallax-fog-2 {
    top: 45%;
  }
}
@media (max-width: 479.98px) {
  .main__image .mouse-parallax-fog-2 {
    left: 0;
  }
}
@media (max-width: 400px) {
  .main__image .mouse-parallax-fog-2 {
    display: none;
  }
}
.main__slogan {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
@media (max-width: 700px) {
  .main__slogan {
    align-items: center;
    margin-bottom: 40px;
  }
}
.main__slogan p.slogan {
  color: #179F9F;
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 400;
  margin: 25px 0;
}
@media (max-width: 991.98px) {
  .main__slogan p.slogan {
    font-size: 30px;
    line-height: 30px;
    margin: 15px 0;
  }
}
.main__slogan-item {
  padding-bottom: 30px;
}
.buy__flex {
	display:flex;
	gap:30px;
	align-items: center;
    justify-content: space-between;
}

@media (max-width: 991.98px) {
  .main__slogan-item object, .main__slogan-item img {
    width: 100%;
    height: auto;
  }
  .buy__flex {
	flex-wrap: wrap;
    flex-direction: column;
	}
}
.main__level {
  text-align: center;
  text-transform: uppercase;
  margin: 40px 0 60px;
  font-weight: 600;
}
.main__level-title {
  display: inline-block;
  color: #fff;
  background: #179F9F;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.main__level-wrapper {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 479.98px) {
  .main__level-wrapper {
    flex-direction: column;
  }
}
.main__level-item {
  flex: 0 0 calc(50%- 40px);
}
.main__level-item i {
  font-size: 40px;
  margin-bottom: 10px;
  color: #179F9F;
}

.glycation {
  height: 680px;
  position: relative;
}
.glycation:after {
  background: url("../alfabiom/img/bg2.svg") bottom center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: -35em;
  content: "";
  z-index: 0;
}
.glycation__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1212px) {
  .glycation__wrapper {
    flex-direction: column;
  }
}
.glycation__text {
  flex: 0 0 50%;
  z-index: 10;
  text-align:center;
}
.glycation__text-bg {
  z-index: 10;
  background: #fff;
  padding: 30px;
  margin-bottom:30px;
  border-radius: 10px;
  box-shadow: -2px 2px 10px 4px rgba(87, 139, 179, 0.1);
  text-align:left;
}
.sahar__glycation .glycation__text .accumulation__item{
  text-transform:none!important;
}
.glycation__text p {
  padding-bottom: 10px;
}
.glycation__image {
  flex: 1 0 50%;
  overflow:hidden;
}
@media (max-width: 1212px) {
  .glycation {
    height: auto;
    margin-bottom: 150px;
  }
  .sahar__glycation {
    height: 1100px;
    margin-bottom: 150px;
  }
}
@media (max-width: 991.98px) {
  .glycation {
    height: auto;
    margin-bottom: 150px;
  }
}
@media (max-width: 767.98px) {
  .sahar__glycation {
    height: 900px;
  }
}

@media (max-width: 479.98px) {
  .sahar__glycation {
    height: 1100px;
  }
}
@media (max-width: 400px) {
	.glycation {
    margin-bottom: 50px;
  }
   .sahar__glycation {
    height: 1300px;
  }
}
.glycation:before {
  background: url("https://alfabiom.by/wp-content/themes/alfabiom/img/glycation.png") right bottom no-repeat;  
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1220px;
  bottom: 0;
  right: 0;
  content: "";
  z-index: 5;
}
@media (max-width: 1212px) {
  .glycation:before,
  .glycation__mouse-parallax {
    display:none;
  }
  .glycation__image {
	flex: 1 0 100%;
    background: url("https://alfabiom.by/wp-content/themes/alfabiom/img/glycation-big.png") right bottom no-repeat;
    bottom: 0;
    margin-right: -15px;
	margin-left: -15px;
	margin-bottom:-200px;
    width: calc(100% + 30px);
    height: 100%;
    background-size: cover;
	min-height:800px;
  }
	.glycation__text {
  		flex: 1 0 100%;
	}
  .sahar__glycation:before {
    top: 390px;
    background: url(https://alfabiom.by/wp-content/uploads/2022/03/glycation2.png) right top no-repeat;
	}
}
@media (max-width: 767.98px) {
  .glycation:before,
  .glycation__mouse-parallax {
    display:none;
  }
  .glycation__image {
	flex: 0 0 100%;
    background: url("https://alfabiom.by/wp-content/themes/alfabiom/img/glycation-big.png") right bottom no-repeat;
    bottom: 0;
	margin-top: 50px;
    margin-right: -300px;
	margin-left: -15px;
	margin-bottom:-200px;
    width: calc(100% + 30px);
    height: 100%;
    background-size: contain;
	min-height:400px;
	position:relative;
  }
	.glycation__text {
  		flex: 1 0 100%;
	}
  .sahar__glycation:before {
    height: 700px;
    width: 914px;
    max-width: 914px;
    background-size: contain;
    top: 500px;
  }
}
@media (max-width: 580px) {
	.sahar__glycation:before,
    .sahar__glycation .glycation__mouse-parallax 	{
		display:none;
	}
	.sahar__glycation .glycation__image {
    background: url("https://alfabiom.by/wp-content/uploads/2022/03/glycation3.png") right bottom no-repeat;
    bottom: 0;
    margin-right: -15px;
	margin-left: -15px;
    width:auto;
    height: 100%;
    background-size: contain;
	min-height:430px;
  }
}
@media (max-width: 600px) {
  .glycation:before,
  .glycation__mouse-parallax {
    display:none;
  }
  .glycation__image {
    background: url("https://alfabiom.by/wp-content/uploads/2022/03/glycation3.png") right bottom no-repeat;
    bottom: 0;
    margin-right: -15px;
	margin-left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background-size: contain;
	min-height:430px;
  }
}

@media (max-width: 400px) {
  .glycation:before {
    display:none;
  }
  .glycation__image {
    background: url("https://alfabiom.by/wp-content/uploads/2022/03/glycation3.png") right top no-repeat;
    bottom: auto;
	top:10%;
    margin-right: -15px;
	margin-left: -15px;
    width: calc(100% + 30px);
    height: 100%;
    background-size: contain;
	max-height:430px;
  }
}
@media (max-width: 340px) {
  .sahar__glycation .glycation__image {
    background: url("https://alfabiom.by/wp-content/uploads/2022/03/glycation3.png") right bottom no-repeat;
    bottom: 0;
	margin-top:-50px;
    margin-right: -15px;
	margin-left: -15px;
    width:auto;
    height: 100%;
    background-size: contain;
	min-height:430px;
  }
}

.glycation__mouse-parallax {
  height: 680px;
}
@media (max-width: 767.98px) {
  .glycation__mouse-parallax {
    height: 50px;
  }
}
@media (max-width: 479.98px) {
  .glycation__mouse-parallax {
    display: none;
  }
}
.glycation__mouse-parallax-bg1, .glycation__mouse-parallax-bg2, .glycation__mouse-parallax-bg3 {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.1s ease;
}
.glycation__mouse-parallax-bg1 {
  background-image: url("https://alfabiom.by/wp-content/uploads/2022/03/glycation-bg1.png");
  width: 800px;
  height: 391px;
  z-index: 6;
  right: 320px;
  bottom: 50px;
}
@media (max-width: 1212px) {
  .glycation__mouse-parallax-bg1 {
    bottom: -130px;
    right: 200px;
  }
   .sahar__glycation .glycation__mouse-parallax-bg1 {
    bottom: 70px;
    right: 200px;
  }
}

@media (max-width: 767.98px) {
  .sahar__glycation .glycation__mouse-parallax-bg1 {
    height: 300px;
    width: 614px;
    right: 130px;
    bottom: -50px;
  }
}

.glycation__mouse-parallax-bg2 {
  background-image: url("https://alfabiom.by/wp-content/uploads/2022/03/glycation-bg2.png");
  width: 686px;
  height: 417px;
  z-index: 7;
  right: 250px;
  bottom: -50px;
}
@media (max-width: 1212px) {
  .sahar__glycation .glycation__mouse-parallax-bg2 {
    bottom: -100px;
    right: 200px;
  }
}

@media (max-width: 767.98px) {
  .sahar__glycation .glycation__mouse-parallax-bg2 {
    right: 80px;
    bottom: -130px;
    width: 576px;
    height: 350px;
  }
}

.glycation__mouse-parallax-bg3 {
  background-image: url("https://alfabiom.by/wp-content/uploads/2022/03/glycation-bg3.png");
  width: 855px;
  height: 364px;
  z-index: 8;
  right: 200px;
  bottom: 50px;
}
@media (max-width: 1212px) {
  .sahar__glycation .glycation__mouse-parallax-bg3 {
    bottom: 0px;
    right: 150px;
  }
}
@media (max-width: 767.98px) {
  .sahar__glycation .glycation__mouse-parallax-bg3 {
    right: 100px;
    bottom: -100px;
    width: 600px;
    height: 255px;
  }
}


.sugar_in_blood {
  padding:40px 0 80px;
  position:relative;
  text-align:center;
}

@media (max-width: 991.98px) {
	.sugar_in_blood {
	  padding:40px 0 0;
	}
}

.sugar_in_blood__after:after {
  background: url("../alfabiom/img/bg2-2.svg") left top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -8em;
  content: "";
  z-index: -1;
}

.sugar_in_blood__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:30px;
    z-index: 10;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: -2px 2px 10px 4px rgba(87,139,179,0.1);
}

.sugarface .sugar_in_blood__wrapper {
margin-bottom:20px;
}

.sugar_in_blood__image {
	flex: 0 0 calc(50% - 30px);
}

.sugar_in_blood__image img {
	max-width:100%;
	height:auto;
}

.sugar_in_blood__text {
	flex: 0 0 calc(50% - 30px);
	text-align:left;
}

.sugar_in_blood .main__slogan-item {
	margin-top:50px;
}

@media (max-width: 767.98px) {
  .sugar_in_blood__wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .sugar_in_blood .main__slogan-item {
	max-width:650px;
	width:auto;
	}
	.sugar_in_blood .main__slogan-item a {
	display: block;
  overflow: hidden;
  white-space: wrap;
  word-break: break-word;
  word-wrap: break-word;
	}
}

.sugar__buy {

}

.accumulation {
  padding-top: 50px;
  position: relative;
}
.accumulation__section:after {
  background: url("../alfabiom/img/bg3.svg") left bottom no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -30em;
  content: "";
  z-index: -1;
}
@media (max-width: 1212px) {
  .accumulation__section:after {
    bottom: -15em;
  }
}
@media (max-width: 479.98px) {
  .accumulation__section:after {
    bottom: -5em;
  }
}
.accumulation__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .accumulation__wrapper {
    flex-direction: column-reverse;
    gap: 40px;
    align-items: stretch;
  }
}
.accumulation__image {
  flex: 0 0 50%;
  z-index: 10;
  text-align: center;
  background: url("../alfabiom/img/question.png") 88% 35% no-repeat;
  position: relative;
}
@media (max-width: 767.98px) {
  .accumulation__image {
    flex: 0 0 100%;
  }
}
@media (max-width: 479.98px) {
  .accumulation__image {
    background: none;
  }
}
.accumulation__image img {
  position: relative;
  z-index: 10;
}
.accumulation__image .dot i:not(.far) {
  color: #ff0000;
  border: 2px solid #ff0000;
  background: #fff;
  font-size: 20px;
  line-height: 20px;
  border-radius: 50%;
  padding: 2px 2px 1px 2px;
  box-shadow: 0px 0px 10px 10px rgba(250, 250, 250, 0.5);
  animation: pulse-animation 2s infinite;
  z-index: 25;
  position: absolute;
  cursor: pointer;
}
.accumulation__image .dot.dot1 i {
  top: 20px;
  left: 50%;
  margin-left: -15px;
}
.accumulation__image .dot.dot2 i {
  top: 130px;
  left: 50%;
  margin-left: -65px;
}
.accumulation__image .dot.dot3 i {
  top: 150px;
  left: 50%;
  margin-left: 30px;
}
.accumulation__image .dot.dot4 i {
  top: 210px;
  left: 50%;
  margin-left: 5px;
}
.accumulation__image .dot.dot5 i {
  top: 270px;
  left: 50%;
  margin-left: -25px;
}
.accumulation__image .dot.dot6 i {
  top: 305px;
  left: 50%;
  margin-left: -35px;
}
.accumulation__image .dot.dot7 i {
  top: 320px;
  left: 50%;
  margin-left: 10px;
}
.accumulation__image .dot.dot8 i {
  top: 360px;
  left: 50%;
  margin-left: 80px;
}
.accumulation__image .dot.dot9 i {
  top: 360px;
  left: 50%;
  margin-left: -15px;
}
.accumulation__image .dot-text {
  display: none;
}
.accumulation__image .dot.active {
  transition: all 0.3s ease;
}
.accumulation__image .dot.active.hide {
  display: none;
}
.accumulation__image .dot.active.hide i {
  display: block !important;
}
.accumulation__image .dot.active i {
  display: none;
}
.accumulation__image .dot.active .dot-text {
  position: absolute;
  background: #fff;
  display: block;
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: -2px 2px 10px 4px rgba(87, 139, 179, 0.1);
  bottom: 10%;
  width: 60%;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ff0000;
  z-index: 11;
}
@media (max-width: 479.98px) {
  .accumulation__image .dot.active .dot-text {
    width: 100%;
  }
}
.accumulation__image .dot.active .dot-text .close i {
  color: #899099;
  border: 0;
  background: transparent;
  font-size: 18px;
  z-index: 12;
  text-align: right;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.accumulation__image.dot1:before {
  background: url("../alfabiom/img/brain.png") top center no-repeat;
  width: 68px;
  height: 57px;
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  z-index: 20;
  transition: all 0.3s ease;
}
.accumulation__image.dot2:after {
  background: url("../alfabiom/img/immunitet.png") top center no-repeat;
  width: 329px;
  height: 856px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -28px);
  content: "";
  z-index: 5;
  transition: all 0.3s ease;
}
.accumulation__image.dot3:after {
  background: url("../alfabiom/img/skin.png") top center no-repeat;
  width: 274px;
  height: 801px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  z-index: 10;
  transition: all 0.3s ease;
}
.accumulation__image.dot4:after {
  background: url("../alfabiom/img/heart.png") top center no-repeat;
  width: 53px;
  height: 80px;
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 10px;
  content: "";
  z-index: 20;
  transition: all 0.1s all;
}
.accumulation__image.dot5:after {
  background: url("../alfabiom/img/liver.png") top center no-repeat;
  width: 82px;
  height: 59px;
  position: absolute;
  top: 265px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: -7px;
  content: "";
  z-index: 20;
  transition: all 0.1s all;
}
.accumulation__image.dot6:after {
  background: url("../alfabiom/img/pancreas.png") top center no-repeat;
  width: 60px;
  height: 56px;
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: -13px;
  content: "";
  z-index: 20;
  transition: all 0.1s all;
}
.accumulation__image.dot7:after {
  background: url("../alfabiom/img/reins.png") top center no-repeat;
  width: 83px;
  height: 59px;
  position: absolute;
  top: 300px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
  content: "";
  z-index: 20;
  transition: all 0.1s all;
}
.accumulation__image.dot8:after {
  background: url("../alfabiom/img/skeleton.png") bottom center no-repeat;
  width: 270px;
  height: 702px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  z-index: 10;
  transition: all 0.3s all;
}
.accumulation__image.dot9:after {
  background: url("../alfabiom/img/gastro.png") top center no-repeat;
  width: 98px;
  height: 106px;
  position: absolute;
  top: 310px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0;
  content: "";
  z-index: 20;
  transition: all 0.1s all;
}
.accumulation__text {
  flex: 0 0 50%;
  z-index: 10;
}
.accumulation__text-bg {
  z-index: 10;
  background: #fff;
  padding: 30px 50px;
  border-radius: 10px;
  box-shadow: -2px 2px 10px 4px rgba(87, 139, 179, 0.1);
  margin-top: 30px;
}
.accumulation__list {
  margin: 30px 0 20px 30px;
}
@media (max-width: 479.98px) {
  .accumulation__list {
    margin: 30px 0 20px 0;
  }
}
.accumulation__item {
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ff0000;
  font-weight: 500;
  padding-left: 45px;
}
.accumulation__item i {
  margin-right: 15px;
  line-height: 28px;
  border: 1px solid #ff0000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  margin-left: -45px;
  margin-top: -5px;
}

.magnification {
  padding: 0 0 50px 0;
  position: relative;
  overflow: visible;
}
.magnification__section:before {
  background: url("../alfabiom/img/bg4.svg") right top no-repeat;
  background-size: contain;
  width: 200%;
  height: 200%;
  position: absolute;
  right: 0;
  top: -15em;
  content: "";
  z-index: -1;
}
@media (max-width: 767.98px) {
  .magnification__section:before {
    width: 150%;
    height: 150%;
    top: -5em;
  }
}
@media (max-width: 479.98px) {
  .magnification__section:before {
    top: 30%;
    width: 100%;
    height: 100%;
    min-width: 400px;
  }
}
.magnification__text {
  z-index: 10;
}
.magnification__list {
  margin: 30px auto;
  max-width: 500px;
}
.magnification__item {
  margin-bottom: 20px;
  font-weight: 500;
  padding-left: 45px;
}
.magnification__item i {
  margin-right: 15px;
  line-height: 28px;
  border: 1px solid #ff0000;
  color: #ff0000;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  margin-left: -45px;
}
.magnification__item:first-child i, .magnification__item:last-child i {
  margin-top: -5px;
}
.magnification__item:nth-child(2) i {
  margin-top: 5px;
}

.youtube__section p {
	text-align:center;
	margin-bottom:20px;
}

.youtube__gallery {
	text-align:center;
}

.youtube__gallery a {
	cursor:pointer;
}

.youtube__gallery img {
	border-radius:20px;
	width:100%;
	height:auto;
	max-width:1000px;
	text-align:center;
	margin: 0 auto;
}

.youtube__desctop {
	display:block;
}
.youtube__mobile {
	display:none;
}

@media (max-width: 400px) {
	.youtube__mobile {
		display:block;
	}
	.youtube__desctop {
		display:none;
	}
}

.antiage {
  padding: 50px 0 0 0;
}
.antiage__text {
  text-align: center;
}
.antiage__text h2,
.antiage__text h1 {
  margin-top: 30px;
  text-transform: uppercase;
}
@media (max-width: 479.98px) {
  .antiage object, .antiage img {
    width: 100%;
    max-width: 500px;
  }
}

.collagen {
  background: #E2F4F5;
  position: relative;
  padding: 0 0 50px 0;
  z-index: 0;
}
@media (max-width: 991.98px) {
  .collagen {
    padding: 100px 0 0 0;
  }
}
.collagen__section:before {
  background: url("../alfabiom/img/bg5.svg") right top no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  z-index: 0;
}
.collagen__section:after {
  background: url("../alfabiom/img/bg6.svg") left bottom no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -10em;
  content: "";
  z-index: 20;
}
@media (max-width: 991.98px) {
  .collagen__section:after {
    background-size: contain;
    bottom: 0;
  }
}
.collagen__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1212px) {
  .collagen__wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 991.98px) {
  .collagen__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.collagen__text {
  z-index: 30;
  flex:0 0 50%;
}
.collagen__text p {
  margin-bottom: 10px;
  text-align: left;
}
.collagen__image {
  z-index: 10;
}
@media (max-width: 767.98px) {
  .collagen__image img {
    width: 100%;
	height:auto;
    max-width: 500px;
  }
}

.atero__uniq .uniq__title,
.atero__uniq .uniq__item p span {
    text-transform: none;
}

.atero__uniq:after {
   background:none!important;
}

.uniq {
  position: relative;
}
.uniq:after {
  background: url("../alfabiom/img/bg2.svg") bottom center no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin-bottom: -35em;
  content: "";
  z-index: -1;
}
@media (max-width: 991.98px) {
  .uniq:after {
    bottom: 10em;
  }
}
@media (max-width: 767.98px) {
  .uniq:after {
    bottom: 20em;
  }
}
.uniq__text {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .uniq__text {
    width: 80%;
  }
}
@media (max-width: 767.98px) {
  .uniq__text {
    width: 100%;
  }
}
.uniq__text h2 {
  margin-bottom: 30px;
  text-transform: uppercase;
}
.uniq__text object, .uniq__text img {
  width: 100%;
  max-width: 300px;
}

.content .post ul:not(.wc-block-grid__products, .splide__pagination) {
	margin: 20px;
}
.content .post ul li:not(.wc-block-grid__product, .splide__pagination),
.page-content ul li,
.list-style li{
  padding: 10px 0 0 20px;
  text-align: left;
  position: relative;
}
.content .post ul li:before,
.page-content ul li:before,
.list-style li:before{
  font: var(--fa-font-solid);
  content: "\f111";
  font-size: 6px;
  position: absolute;
  margin-left: -20px;
  margin-top:5px;
  color: #179F9F;
}
.splide .splide__pagination, .splide ul.splide__pagination.splide__pagination {
    padding: 0!important;
}
.content .post .splide__pagination li:before {
	display:none;
}

.list-style {
  margin-bottom:20px;
}

ul.check__list {
	margin: 20px;
}
ul.check__list li {
  padding: 10px 0 0 60px!important;
  text-align: left;
  position: relative;
}
ul.check__list li:before {
  font: var(--fa-font-solid);
  content: "\f058"!important;
  font-size: 22px!important;
  position: absolute;
  margin-left: -40px!important;
  color: #179F9F;
}
ol.ol__list,
.content .post ol {
	margin: 20px;
}
ol.ol__list li,
.content .post ol li {
  padding: 10px 0 0 20px;
  text-align: left;
  position: relative;
}
ol.ol__list li ul,
.content .post ol li ul{
  margin-left: 15px;
  list-style: inside;
}

ol.ol__list li ul li,
.content .post ol li ul li {
  list-style-type: circle;
}

.uniq__list {
  margin: 20px;
}
.uniq__item {
  padding: 15px 80px 30px 60px;
  text-align: left;
  position: relative;
}
@media (max-width: 991.98px) {
  .uniq__item {
    padding: 15px 60px 30px 60px;
  }
}
@media (max-width: 767.98px) {
	.uniq__list {
	  margin: 20px 0;
	}
	.uniq__item {
		padding: 15px 15px 30px 60px;
	}
}
.uniq__item:before {
  font: var(--fa-font-solid);
  content: "\f058";
  font-size: 22px;
  position: absolute;
  margin-left: -40px;
  color: #179F9F;
}
@media (any-hover: hover) {
  .uniq__item:hover {
    transition: ease 0.3s all;
    background: #E2F4F5;
    border-radius: 10px;
    z-index: 10;
  }
  .uniq__item:hover p:not(.uniq__title) {
    color: #0271B9;
  }
  .uniq__item:hover:after {
    background: url("../alfabiom/img/bg7.svg") right top no-repeat;
    background-size: contain;
    width: 150px;
    height: 135px;
    position: absolute;
    right: -60px;
    top: -20px;
    content: "";
    z-index: 0;
  }
}
.uniq__item p {
  color: #179F9F;
}
.uniq__item p span {
  text-transform: uppercase;
}
.uniq__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000 !important;
}
.uniq__title span {
  font-weight: 500;
}

.buy {
  padding: 100px 0 0 0;
  z-index: 10;
  position: relative;
}
@media (max-width: 767.98px) {
  .buy {
    padding: 50px 0 0 0;
  }
}
.buy__wrapper {
  display: flex;
  position: relative;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 991.98px) {
  .buy__wrapper {
    gap: 0;
    flex-direction: column-reverse;
  }
  .sugar_buy .buy__wrapper {
    flex-direction: row;
  }
}
@media (max-width: 875px) {
  .sugar_buy .buy__wrapper {
    gap: 0;
    flex-direction: column-reverse;
  }
  .sugar_buy .buy__image {
    flex: 0 0 100%;
  }
}
.buy__wrapper:after {
  background: url("../alfabiom/img/bg8.svg") bottom left no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-bottom: -10em;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: -1;
}
@media (max-width: 479.98px) {
  .buy__wrapper:after {
    margin-bottom: -5em;
  }
}
.buy__image {
  flex: 0 0 calc(50% - 30px);
}
.buy__image img {
  max-height: 600px;
}
.buy__image .buy-parallax {
  height: 600px;
}
@media (max-width: 991.98px) {
  .buy__image .buy-parallax {
    height: 500px;
  }
}
@media (max-width: 400px) {
  .buy__image .buy-parallax {
    height: 350px;
  }
}
.buy__image .buy-parallax-bg,
.buy__image .buy-parallax-fog-1,
.buy__image .buy-parallax-fog-2 {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.1s ease;
}
.buy__image .buy-parallax-bg {
  background-image: url("../alfabiom/img/main-image.png");
  width: 470px;
  height: 600px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .buy__image .buy-parallax-bg {
    width: 350px;
    height: 447px;
    left: 15%;
  }
  .sugar_buy .buy__image .buy-parallax-bg {
    max-width: 470px;
    max-height: 600px;
	width: 100%;
    height: 100%;
    left: 0;
  }
}
@media (max-width: 875px) {
  .sugar_buy .buy__image .buy-parallax-bg {
    width: 350px;
    height: 447px;
    left: 50%;
	right: auto;
	margin:0 auto;
	transform: translate(-50%);
  }
}
@media (max-width: 640px) {
  .buy__image .buy-parallax-bg {
    width: 350px;
    height: 447px;
    left: 0;
  }
}
@media (max-width: 400px) {
  .buy__image .buy-parallax-bg {
    background-image: url("https://alfabiom.by/wp-content/uploads/2022/05/alfabiom.png");
    left: 0;
    bottom: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: contain;
    transform: none !important;
  }
  .sugar_buy .buy__image .buy-parallax-bg {
    background-image: url(../alfabiom/img/main-image.png);
    width: 250px;
    height: 319px;
    left: 0;
	right: auto;
	margin:0 auto;
	transform: none;
	background-size:cover;
  }
}
.buy__image .buy-parallax-fog-1 {
  background-image: url("../alfabiom/img/main-image2.png");
  left: 28%;
  top: 30%;
  width: 549px;
  height: 204px;
  z-index: 2;
}
@media (max-width: 1212px) {
  .buy__image .buy-parallax-fog-1 {
    left: 18%;
  }
}
@media (max-width: 991.98px) {
  .buy__image .buy-parallax-fog-1 {
    width: 379px;
    height: 141px;
    left: 35%;
    top: 50%;
  }
}
@media (max-width: 640px) {
  .buy__image .buy-parallax-fog-1 {
    width: 379px;
    height: 141px;
    left: 35%;
    top: 65%;
  }
}
@media (max-width: 479.98px) {
  .buy__image .buy-parallax-fog-1 {
    left: 0;
    top: 75%;
  }
}
@media (max-width: 400px) {
  .buy__image .buy-parallax-fog-1 {
    display: none;
  }
}
.buy__image .buy-parallax-fog-2 {
  background-image: url("../alfabiom/img/main-image3.png");
  left: 25%;
  top: 40%;
  width: 537px;
  height: 370px;
  z-index: 3;
}
@media (max-width: 1212px) {
  .buy__image .buy-parallax-fog-2 {
    left: 15%;
  }
}
@media (max-width: 991.98px) {
  .buy__image .buy-parallax-fog-2 {
    width: 367px;
    height: 253px;
    left: 35%;
    top: 55%;
  }
}
@media (max-width: 640px) {
  .buy__image .buy-parallax-fog-2 {
    width: 367px;
    height: 253px;
    left: 35%;
    top: 70%;
  }
}
@media (max-width: 479.98px) {
  .buy__image .buy-parallax-fog-2 {
    left: 0;
    top: 80%;
  }
}
@media (max-width: 400px) {
  .buy__image .buy-parallax-fog-2 {
    display: none;
  }
}
.buy__slogan {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 50px;
  z-index: 10;
}
.sugar_buy {
  padding-top: 50px;
  padding-bottom: 40px;
}
.sugar_buy .buy__slogan {
  flex: 0 0 calc(50% - 30px);
  align-items: center;
  padding-top: 0px;
}
.sugar_buy .buy__list {
  margin-top: 0px;
  z-index: 20;
  width:100%;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: -2px 2px 10px 4px rgba(87, 139, 179, 0.1);
}
.sugar_buy .slogan{
  width:100%;
  text-align:center!important;
}
.sugar_buy h2 {
  text-align:center;
  margin:30px 0;
}
.sugar_buy .old-price,
.sugar_buy .old-price i {
  display: inline-block;
  vertical-align: middle;
}
.sugar_buy .old-price {
	color: #7d8585;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    min-width: 300px;
}
.sugar_buy .old-price i {
    font-size: 30px;
	margin-top:-5px;
}
@media (max-width: 991.98px) {
  .buy__slogan {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
  }
  .sugar_buy .buy__slogan {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
  }
}
@media (max-width: 640px) {
  .buy__slogan {
    flex-direction: column;
    gap: 0;
  }
}
.buy__slogan p.slogan,
.buy__slogan .slogan,
.buy__flex .slogan {
  color: #179F9F;
  font-size: 80px;
  line-height: 80px;
  text-align: right;
  font-weight: 600;
  margin: 25px 0;
  min-width: 300px;
}
 .buy__flex .slogan{
  color: #179F9F;
  font-size: 80px!important;
  font-weight: 600!important;
}
.buy__slogan p.slogan .btn {
  line-height: 30px;
}
@media (max-width: 991.98px) {
  .buy__slogan p.slogan,
  .buy__slogan .slogan {
    text-align: center;
  }
}
.buy__slogan p.slogan i,
.buy__slogan .slogan i,
.buy__flex .slogan i {
  font-size: 60px;
  padding-left: 20px;
}
.buy__slogan p.slogan span, .buy__slogan p.slogan i,
.buy__slogan .slogan span, .buy__slogan .slogan i,
.buy__flex .slogan span, .buy__flex .slogan i {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 479.98px) {
  .buy__slogan p.slogan span, .buy__slogan p.slogan i,
  .buy__slogan .slogan span, .buy__slogan .slogan i,
  .buy__flex .slogan span, .buy__flex .slogan i  {
    font-size: 20vw;
  }
}
.buy__slogan-item {
  padding-bottom: 30px;
}
.buy__list {
  margin-top: 60px;
}
@media (max-width: 640px) {
  .buy__list {
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) {
  .buy__list {
    margin-bottom: 0;
  }
}
.buy__item {
  text-align: right;
  font-size: 22px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .buy__item {
    text-align: center;
  }
}
.buy__title {
  font-weight: 600;
}
.buy__text {
  z-index: 20;
  font-size: 16px;
  margin-top: 60px;
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: -2px 2px 10px 4px rgba(87, 139, 179, 0.1);
}
.buy__text p {
  margin-bottom: 15px;
}
.buy__text p span {
  font-size: 14px;
}
.buy__text p i {
  font-size: 18px;
  color: #179F9F;
  padding: 0 8px;
}
.buy__text a {
  color: #179F9F;
  text-decoration: underline;
}

.faq {
  background: #E2F4F5;
  position: relative;
  padding: 200px 0 100px 0;
  margin-top: -100px;
}
@media (max-width: 767.98px) {
  .faq {
    padding: 200px 0 0 0;
  }
}
.faq:before {
  background: url("../alfabiom/img/bg5-2.svg") right top no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
}
.faq:after {
  background: url("../alfabiom/img/bg6-2.svg") right bottom no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 1;
}
.faq__wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  z-index: 30;
}
@media (max-width: 991.98px) {
  .faq__wrapper {
    align-items: flex-end;
  }
}
@media (max-width: 767.98px) {
  .faq__wrapper {
    flex-direction: column-reverse;
    align-items: center;
    gap: 0;
  }
}
.faq__text {
  flex: 0 0 calc(50% - 40px);
  padding: 30px 0 40px;
}
.faq__text p {
  margin-bottom: 10px;
}
.faq__image {
  flex: 0 0 calc(50% - 40px);
  z-index: 0;
}
@media (max-width: 991.98px) {
  .faq__image img {
    width: 100%;
	height:auto;
    max-width: 437px;
  }
}
.faq__phone {
  z-index: 30;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  gap: 20px;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 991.98px) {
  .faq__phone {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.faq__phone-image {
  flex: 0 0 60px;
}
.faq__phone-image i {
  background: #179F9F;
  color: #fff;
  line-height: 55px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  text-align: center;
  animation: pulse-phone-animation 2s infinite;
  vertical-align: middle;
  margin-top: -5px;
}
.faq__phone-text {
  flex: 0 0 auto;
}
.faq__phone-text a {
  color: #179F9F;
  font-weight: 600;
  vertical-align: middle;
}
.faq__phone-text a span {
  font-weight: 400;
}
.faq .accordion {
  z-index: 30;
  position: relative;
  /* (A) TABS CONTAINER */
  /* (B) HIDE CHECKBOX */
  /* (C) TAB LABEL */
  /* (D) TAB CONTENT */
  /* (E) OPEN TAB ON CHECKED */
  /* (F) EXTRA - ADD ARROW INDICATOR */
}
.faq .accordion .tab {
  position: relative;
}
.faq .accordion .tab input {
  display: none;
}
.faq .accordion .tab label {
  display: block;
  margin-top: 10px;
  padding: 10px 10px 10px 50px;
  cursor: pointer;
  font-weight: 500;
}
.faq .accordion .tab .tab-content {
  /* CSS ANIMATION WILL NOT WORK WITH AUTO HEIGHT */
  /* THIS IS WHY WE USE MAX-HEIGHT INSTEAD */
  overflow: hidden;
  transition: max-height 0.3s;
  max-height: 0;
  padding-left: 50px;
  font-size: 14px;
}
.faq .accordion .tab .tab-content p {
  padding-top: 10px;
}
.faq .accordion .tab input:checked ~ .tab-content {
  max-height: 100vh;
}
.faq .accordion .tab label::before {
  position: absolute;
  left: 10px;
  top: 5px;
  display: block;
  transition: all 0.4s;
  font: var(--fa-font-solid);
  content: "";
  font-size: 24px;
  color: #179F9F;
  transform: rotate(45deg);
}
.faq .accordion .tab input:checked ~ label::before {
  transform: rotate(90deg);
}

.certificates {
  text-align: center;
  position: relative;
  z-index: 5;
  margin-top:0;
}
.certificates__gallery {
  margin: 70px 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .certificates__gallery {
    flex-wrap: wrap;
    gap: 40px;
  }
}
.certificates__gallery a {
  flex: 0 0 calc(25% - 20px);
  cursor: pointer;
  transition: 1s;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .certificates__gallery a {
    flex: 0 0 calc(50% - 40px);
  }
}

@media (any-hover: hover) {
  .certificates__gallery a:hover img {
    transition: ease 0.3s all;
    transform: scale(1.2);
  }
}
.certificates__gallery a img {
  width: auto;
  height:auto;
  max-width: 100%;
  box-shadow: 5px 5px 18px 1px rgba(34, 60, 80, 0.34);
}
@media (max-width: 479.98px) {
  .certificates__gallery a img {
    width: 100%;
    max-width: 309px;
  }
}

.blog__section {
  position: relative;
  padding: 50px 0 100px 0;
}
.blog__section:before {
  background: url("../alfabiom/img/bg2-2.svg") left top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -18em;
  content: "";
  z-index: -1;
}
.blog__section h2 {
  text-transform: uppercase;
}
.blog__section h2 span {
  text-transform: none;
}

#chart_wrap {
  position: relative;
  padding-bottom: 50%;
  height: 0;
}
#chart_wrap p {
  padding-top:30px;
	font-weight:600;
}
@media (min-width: 991.98px) and (max-width: 1212px) {
  #chart_wrap {
    padding-bottom: 70%;
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  #chart_wrap {
    padding-bottom: 70%;
  }
}
@media (max-width: 767.98px) {
  #chart_wrap {
    padding-bottom: 80%;
  }
}
@media (max-width: 479.98px) {
  #chart_wrap {
    padding-bottom: 100%;
  }
}

#donutchart {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 991.98px) and (max-width: 1212px) {
  #donutchart {
    margin-top: -50px;	 
  }
}
@media (max-width: 767.98px) {
  #donutchart {
     top: 40px;
  }
}
@media (max-width: 700px) {
  #donutchart {
     top: 0;
  }
}
@media (max-width: 560px) {
  #donutchart {
    top: 0;
  }
}
@media (max-width: 479.98px) {
  #donutchart svg g:first-child rect {
    position: absolute;
    width: 100%;
  }
	#donutchart {
    margin-top: -40px;
  }
}

@-webkit-keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #fafafa;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(250, 250, 250, 0);
  }
}
@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px #fafafa;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(250, 250, 250, 0);
  }
}
@-webkit-keyframes pulse-phone-animation {
  0% {
    box-shadow: 0 0 0 0px #179f9f;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(23, 159, 159, 0);
  }
}
@keyframes pulse-phone-animation {
  0% {
    box-shadow: 0 0 0 0px #179f9f;
  }
  100% {
    box-shadow: 0 0 0 20px rgba(23, 159, 159, 0);
  }
}
.header {
  flex: 0 0 auto;
}
.header__wrapper {
  max-width:1200px;
}
.header__body {
  display: flex;
  padding: 20px 0;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991.98px) {
  .header__body {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .header__body {
    display:none;
  }
}
.header__contacts {
  flex: 0 0 auto;
  display: flex;
  gap: 22px;
  justify-content: flex-end;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 501px) {
  .header__contacts {
    justify-content: center;
    gap: 0;
  }
}


.header__contacts-button {
  display:flex;
  justify-content: flex-start;
  gap:10px;
  align-items: center;
  border: 2px solid #179F9F;
  border-radius: 34px;
  padding:5px 20px 5px 10px;
  min-width:225px;
}
@media (max-width: 479.98px) {
  .header__contacts-button {
	  margin-bottom:20px;
	}
}
.header__contacts-button i {
    color: #179F9F;
    line-height: 26px;
    width: 30px;
    height: 30px;
    font-size: 14px;
    text-align: center;
}
.header__contacts-button a {
	text-decoration:none;
    border-bottom: #179F9F 1px dashed 
}
.header__contacts-button a:hover {
	text-decoration:none;
    border-bottom: 0;
}
.header__contacts-item,
.header__contacts-email,
.header__contacts-phone {
  font-size: 16px;
  text-align: left;
  position: relative;
}
.header__contacts-phone {
  margin-right:20px;
}
.header__contacts-item:last-child {
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .header__contacts-item:last-child {
    margin-bottom: 15px;
  }
}
.header__contacts-item i,
.header__contacts-email i,
.header__contacts-phone i {
  color: #179F9F;
  margin-right: 15px;
  line-height: 27px;
  border: 2px solid #179F9F;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
}
.header__contacts-item span,
.header__contacts-email span,
.header__contacts-phone span {
  position: absolute;
  font-size: 10px;
  left: 45px;
  top: 25px;
  white-space: nowrap;
}
.header__logo {
  position: relative;
}
@media (max-width: 299.98px) {
  .header__logo object, .header__logo img {
    width: 100%;
    height: auto;
  }
}
.header a.svg {
  display: inline-block;
}
.header a.svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index:100000;
}

@media (min-width: 767.98px) {
  #top_nav.fixed .header__body,
#top_nav.mobile-fixed .header__body,
#top_nav.mobile-fixed-big .header__body {
    display: none;
  }

  #top_nav.fixed,
#top_nav.mobile-fixed,
#top_nav.mobile-fixed-big {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media (min-width: 479.98px) and (max-width: 767.98px) {
  #top_nav.mobile-fixed-big .header__body,
#top_nav.mobile-fixed .header__body {
    display: none;
  }

  #top_nav.fixed .header__body {
    display: flex;
  }

  #top_nav.mobile-fixed-big + .content,
#top_nav.mobile-fixed + .content {
    padding-top: 302px;
  }

  #top_nav.fixed {
    position: relative;
  }

  #top_nav.mobile-fixed-big,
#top_nav.mobile-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media (max-width: 479.98px) {
  #top_nav.mobile-fixed .header__body {
    display: none;
  }

  #top_nav.fixed .header__body,
#top_nav.mobile-fixed-big .header__body {
    display: flex;
  }

  #top_nav.mobile-fixed + .content {
    padding-top: 432px;
  }

  #top_nav.fixed,
#top_nav.mobile-fixed-big {
    position: relative;
  }

  #top_nav.mobile-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
.header__nav {
  background: #fff;
  padding: 15px 0;
  border-radius: 10px;
  box-shadow: -2px 2px 10px 4px rgba(87, 139, 179, 0.1);
  z-index:1999;
  max-width: inherit;
  width: 100%;
  position: relative;
}
.fixed-menu .header__nav {
  max-width: 1170px;
  width: calc(100% - 30px)!important;
}
@media (max-width: 767.98px) {
  .header__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;	
	gap:20px;
  }
}
.header__nav .mobile-bar {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5em 1em;
  display: none;
  z-index:100000;
}
.header__nav .header__mobile-logo {
	display:none;
}
@media (max-width: 767.98px) {
  .header__nav .mobile-bar {
    display: flex;
	flex: 0 0 56px;
	align-items: flex-start;
  }
  .header__nav .header__mobile-logo {
	display:block;
	flex: 1 0 calc(100% - 236px);
	text-align:center;
	position:relative;
  font-size: 0;
  }
  .header__nav .header__mobile-logo img,
  .header__nav .header__mobile-logo svg,
  .header__nav .header__mobile-logo object  {
	z-index:100000!important;
  position: relative;
  }
}
@media (max-width: 479.98px) {
  .header__nav-wrapper {
	  flex: 0 0 100px!important;
	}
	.header__nav .header__auth {
		min-width: 105px!important;
		flex: 0 0 105px!important;
}
}
@media (max-width: 406px) {
  .header__nav .header__mobile-logo {
	width:auto;
	display: inline-block;
  }
	.header__nav .header__mobile-logo img {
	height:24px;
	width:auto;
  }
	.header a.svg {
    display: block;
	}
	.header__nav {
		gap:10px;
	}
}

.header__nav .mobile-bar span {
  display: block;
  height: 2px;
  width: 20px;
  margin: 2px;
  background: #179F9F;
}
.header__nav .header__menu {
  display: flex;
  position: relative;
  justify-content: space-evenly;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
@media (max-width: 1150px) {
    .header__nav .header__menu {
	  justify-content: flex-start;
	}
}
.header__nav .header__wrap .header__contacts {
    display:none;
  }



@media (max-width: 767.98px) {
  .header__nav .header__wrap {
    transition: ease 1s all;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
    visibility: none;
    position: fixed;
    left: 0;
    right: 0;
    margin-top: -100%;
	display:flex;
	flex-direction: column;
    align-items: center;
    justify-content: space-between;
	gap:30px;
  }
  .header__nav .header__wrap .header__contacts {
    display:flex;
	flex-direction: column-reverse;
	gap:40px!important;
  }
  .header__nav .header__wrap .header__contacts-button {
    margin-bottom: 0!important;
  }
  .header__nav .header__menu {
    display: flex;
    flex-direction: column;
	align-items: center;
  }
  .header__nav .header__wrap.active {
    opacity: 1;
    max-height: 100vh;
    left: 0;
	top:0;
    margin-top: 0;
    z-index: 10000;
    padding: 30px 0;
    background: #F8F8F8;
	box-shadow: 5px 4px 20px rgba(17, 150, 150, 0.15);
	width: 75%;
	height:100%;
  }
  .header__nav .header__wrap.active .menu__item,
  .header__nav .header__wrap.active .menu-item  {
    display: block;
	text-align:left;
  }
  .header__nav .header__wrap.active .menu__item:first-child,
  .header__nav .header__wrap.active .menu-item:first-child  {
    padding-top:94px;
  }
  .header__nav .header__wrap.active .menu__item .menu__link,
  .header__nav .header__wrap.active .menu-item a {
    display: inline-block;
    padding: 1em!important;
    color: #000;
	text-transform:none;
	text-align:left;
	font-size:16px!important;
  }
}

@media (max-width: 406px) {
  .header__nav .header__wrap.active {
	width: 100%;
  }
}
@media (max-width: 767.98px) and (any-hover: hover) {
  .header__nav .header__wrap.active .menu__item .menu__link:hover, 
  .header__nav .header__wrap.active .menu__item .menu__link.active,
  .header__nav .header__wrap.active .menu-item a:hover, 
  .header__nav .header__wrap.active .menu-item a.active  {
    transition: ease 0.3s all;
    opacity: 0.7;
  }
}

.header__nav .header__menu .menu__item {
  display: inline-block;
}
.header__nav .header__menu .menu__item .menu__link,
.header__nav .header__menu .menu-item a {
  display: inline-block;
  text-decoration: none;
  padding: 0 1.25em;
  color: #179F9F;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
}
@media (max-width: 1150px) {
    .header__nav .header__menu .menu-item a {
	  padding: 0 1em;
	}
}
@media (max-width: 1100px) {
    .header__nav .header__menu .menu-item a {
	  padding: 0 0.7em;
	}
}
@media (any-hover: hover) {
  .header__nav .header__menu .menu__item .menu__link:hover, 
  .header__nav .header__menu .menu__item .menu__link.active,
  .header__nav .header__menu .menu-item a:hover, 
  .header__nav .header__menu .menu-item a.active, 
  .header__nav .header__menu .current_page_item a, 
  .header__nav .header__menu .current-menu-item a {
    transition: ease 0.3s all;
    color: #000;
  }
}

@media (max-width: 991.98px) {
	.header__nav .header__menu .menu__item .menu__link,
    .header__nav .header__menu .menu-item a	{
		font-size: 14px!important;
		padding:0 10px!important;
	}
	.header__nav .header__auth {
		min-width:140px;
		flex:0 0 140px;
	}
}
.header__nav .header__menu .menu__item i {
  color: #179F9F;
  margin-left: 15px;
  line-height: 26px;
  border: 2px solid #179F9F;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  margin-top: -5px;
}
.header__nav .header__menu .menu__divider {
  width: 2px;
  height: 26px;
  border-right: 2px solid #E7F1F2;
}
#header__menu .menu-item:not(:last-child) {
  border-right: 2px solid #E7F1F2;
}
@media (max-width: 767.98px) {
  .header__nav .header__menu .menu__divider {
    display: none;
  }
  #header__menu .menu-item:not(:last-child) {
	  border-right: 0px;
	}
}
.header__nav-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
@media (max-width: 1100px) {
    .header__nav-wrapper {
	  gap: 0px;
	}
}

@media (max-width: 767.98px) {
  .header__nav-wrapper {
    flex: 0 0 140px;
	text-align:right;
	justify-content: flex-end;
  }
}
.header__nav .header__auth {
  flex: 0 0 auto;
  text-align: right;
  padding-right: 16px;
}
@media (max-width: 767.98px) {
  .header__nav .header__auth {
    flex: 1 0 auto;	
  }
}

.header__nav .header__auth i {
  color: #fff;
  margin-left: 5px;
  line-height: 30px;
  background: #179F9F;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  font-size: 14px!important;
  font-weight: 600!important;
  text-align: center;
  margin-top: 0;
}
@media (max-width: 479.98px) {
  .header__nav .header__auth {
	flex: 0 0 auto; 
	min-width: 0;
  }
	.header__nav .header__auth i {
		color: #fff;
		margin-left: 0;
		line-height: 26px;
		background: #179F9F;
		border-radius: 4px;
		width: 26px;
		height: 26px;
		font-size: 12px!important;
		font-weight: 600!important;
		text-align: center;
		margin-top: 0;
	}
}
.blog-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
}
.blog-slider__slide {
  cursor: pointer;
  position: relative;
}
.blog-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  transition: all 1s ease;
  -webkit-filter: grayscale(50%);
}
@media (any-hover: hover) {
  .blog-slider__slide:hover img {
    -webkit-filter: grayscale(0%);
  }
}
.blog-slider__scrollbar {
  background: #e2f4f5;
}
.blog-slider__caption {
  position: absolute;
  width: 100%;
  background: linear-gradient(to top, rgba(250, 250, 250, 0.9) 50%, transparent 100%);
  font-weight: 600;
  padding: 60px 20px 20px;
  bottom: 0;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

.swiper-scrollbar-drag {
  background: #179F9F !important;
}


.testimonials-slider {
  border-radius: 25px;
  box-shadow: -2px 2px 10px 4px rgba(87, 139, 179, 0.1);
  margin: 0 80px;
}
@media (max-width: 767.98px) {
  .testimonials-slider {
    margin: 0 40px;
  }
}
@media (max-width: 479.98px) {
  .testimonials-slider {
    margin: 0;
  }
}
.testimonials-slider__slide {
  border-radius: 25px;
  display: flex!important;
  gap: 30px;
  justify-content: space-between;
  align-content: stretch;
  height: auto !important;
  background: #F2F2F2;
}
@media (max-width: 1200px) {
  .testimonials-slider__slide {
    gap: 20px;
  }
}
@media (max-width: 991.98px) {
  .testimonials-slider__slide {
    gap: 20px;
    flex-direction: column;
  }
}
.testimonials-slider__image {
  flex: 1 0 calc(40% - 30px);
}
@media (max-width: 1200px) {
  .testimonials-slider__image {
    flex: 1 0 calc(50% - 20px);
  }
}
@media (max-width: 991.98px) {
  .testimonials-slider__image {
    flex: 0 0 auto;
  }
}
.testimonials-slider__image img {
  min-width: 100%;
  width: 100%;
  height: 100%;
  border-radius: 25px 0 0 25px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .testimonials-slider__image img {
    border-radius: 25px 25px 0 0;
  }
}
.testimonials-slider__item {
  flex: 1 0 calc(60% - 30px);
  padding: 40px 80px 60px 40px;
  z-index: 20;
  background: url(../alfabiom/img/bubbles.png) no-repeat bottom right;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .testimonials-slider__item {
    flex: 1 0 calc(50% - 20px);
    padding: 20px 80px 40px 20px;
  }
}
@media (max-width: 991.98px) {
  .testimonials-slider__item {
    flex: 1 0 auto;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  .testimonials-slider__item {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .testimonials-slider__item {
    justify-content: flex-start;
  }
}
.testimonials-slider__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}
.testimonials-slider__text {
  font-weight: 400;
}
@media (max-width: 479.98px) {
  .testimonials-slider__text {
    font-size: 14px;
  }
}
.testimonials-slider__text p {
  padding-top: 20px;
}
.testimonials-slider__links {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
@media (max-width: 479.98px) {
  .testimonials-slider__links {
    flex-direction: column;
    align-items: center;
  }
}
.testimonials-slider__link img {
  padding-top: 10px;
}
.testimonials-slider__link a {
  color: #00A2A1;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .testimonials-slider__link a:hover {
    transition: ease 0.3s all;
    color: #000;
    text-decoration: none;
  }
}

.testimonials-slider-button-prev,
.testimonials-slider-button-next {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -33px !important;
  transition: 0.3s linear;
  height: 66px !important;
  width: 66px !important;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2000 !important;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 12px 32px -8px;
  -webkit-transition: opacity 0.4s ease-in-out-out 0.3s;
  -moz-transition: opacity 0.4s ease-in-out-out 0.3s;
  -o-transition: opacity 0.4s ease-in-out-out 0.3s;
  -ms-transition: opacity 0.4s ease-in-out-out 0.3s;
  transition: opacity 0.4s ease-in-out-out 0.3s;
  transition: 0.3s linear;
}
@media (max-width: 479.98px) {
  .testimonials-slider-button-prev,
.testimonials-slider-button-next {
    display: none !important;
  }
}

.testimonials-slider-button-prev::after,
.testimonials-slider-button-next::after {
  display: none;
}

.testimonials-slider-button-prev {
  background: #00A2A1 url(../alfabiom/img/arrow_left.svg) no-repeat center center !important;
  content: "" !important;
  left: -33px !important;
}
@media (any-hover: hover) {
  .testimonials-slider-button-prev:hover {
    background: #1dc9c8 url(../alfabiom/img/arrow_left.svg) no-repeat center center !important;
    transition: all 0.3s ease 0s;
  }
}

.testimonials-slider-button-next {
  background: #00A2A1 url(../alfabiom/img/arrow_right.svg) no-repeat center center !important;
  content: "" !important;
  right: -33px !important;
}
@media (any-hover: hover) {
  .testimonials-slider-button-next:hover {
    background: #1dc9c8 url(../alfabiom/img/arrow_right.svg) no-repeat center center !important;
    transition: all 0.3s ease 0s;
  }
}

.questions-slider {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  z-index: 1;
  /* Буллеты */
}
.questions-slider__slide {
  border-radius: 25px;
  position: relative;
  background: #F2F2F2;
  min-height: 420px;
  display: flex;
  height: auto !important;
  overflow:hidden;
}
@media (max-width: 479.98px) {
  .questions-slider__slide {
    overflow:hidden;
  }
}
.questions-slider__slide:after {
  background: url(../alfabiom/img/bubbles.png) no-repeat bottom right;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  bottom: 0;
  right: 0;
}
.questions-slider__item {
  position: relative;
  padding: 60px 60px 100px 60px;
}
@media (max-width: 767.98px) {
  .questions-slider__item {
    text-align: center;
    padding: 60px 30px 100px 30px;
  }
}
@media (max-width: 479.98px) {
  .questions-slider__item {
    text-align: center;
    padding: 30px 30px 100px 30px;
  }
}
.questions-slider__item a {
  color: #00A2A1;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .questions-slider__item a:hover {
    transition: ease 0.3s all;
    color: #000;
    text-decoration: none;
  }
}
.questions-slider__item p {
  padding-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .questions-slider__item p {
    font-size: 14px;
  }
}
.questions-slider__item h3 {
  margin-bottom: 0;
  padding-right: 180px;
}
@media (max-width: 991.98px) {
  .questions-slider__item h3 {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .questions-slider__item h3 {
    text-align:center;
  }
}
.questions-slider .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  line-height: 10px;
  font-size: 14px;
  background-color: #179F9F;
  opacity: 1;
  vertical-align: middle;
}
.questions-slider .swiper-pagination-bullet-active {
  border-radius: 10px;
  transition: 0.5s;
  width: 10px;
  height: 10px;
  line-height: 10px;
  vertical-align: middle;
}
.questions-slider .questions__navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 20px;
  left: 40px;
  bottom: 40px;
  min-width: 150px;
  position: absolute;
}
@media (max-width: 767.98px) {
  .questions-slider .questions__navigation {
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 999;
  }
}
.questions-slider .swiper-pagination {
  transition: none;
  transform: none;
}
.questions-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0 !important;
  position: relative;
  width: auto;
}
.questions-slider .swiper-num {
  flex: 0 0 auto;
  position: relative;
  z-index: 20;
  color: #179F9F;
  font-weight: 600;
  font-size: 12px;
}
.questions-slider .swiper-num .active2 {
  display: inline-block;
}
.questions-slider .swiper-num .total2 {
  display: inline-block;
}

.accordion-slider-button-prev,
.accordion-slider-button-next {
  position: absolute;
  top: 50%;
  margin-top: -15px !important;
  transition: 0.3s linear;
  height: 30px !important;
  width: 30px !important;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2000 !important;
  -webkit-transition: opacity 0.4s ease-in-out-out 0.3s;
  -moz-transition: opacity 0.4s ease-in-out-out 0.3s;
  -o-transition: opacity 0.4s ease-in-out-out 0.3s;
  -ms-transition: opacity 0.4s ease-in-out-out 0.3s;
  transition: opacity 0.4s ease-in-out-out 0.3s;
  transition: 0.3s linear;

}

@media (min-width: 1200px) {
  .accordion-slider-button-prev,
.accordion-slider-button-next {
    display: none;
  }
}

.accordion-slider-button-prev::after,
.accordion-slider-button-next::after {
  display: none;
}

.owl-stage {
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
    align-items: center;
	width:auto;
}

.owl-item .item a {
	display: block;
    white-space: nowrap;
}

.owl-dots {
  display:none;
}

.owl-nav {
  z-index: 2000 !important;
}

.owl-item:not(:last-child) .item {
	border-right: 3px solid #179F9F;
}

.owl-prev,
.owl-next {
	top: 50%;
	margin-top: -15px !important;
	transition: 0.3s linear;
	position: absolute;	
	background: #00A2A1!important;
	color:#fff!important;
	border-radius: 50%;
    cursor: pointer;
	height: 30px !important;
    width: 30px !important;
}
.owl-prev {
	left: -15px !important;
	box-shadow: 30px 0px 30px 15px rgb(250, 250, 250);
}
.owl-next {
	right: -15px !important;
	box-shadow: -30px 0px 30px 15px rgb(250, 250, 250);
}
.owl-prev.disabled,
.owl-next.disabled {
	opacity: 0.5;
}

.accordion-slider-button-prev {
  background: #00A2A1 url(../alfabiom/img/arrow_down.svg) no-repeat center center !important;
  content: "" !important;
  left: 0 !important;
  transform: rotate(90deg);
  box-shadow: 0px -30px 30px 15px rgb(250, 250, 250);
}
@media (any-hover: hover) {
  .accordion-slider-button-prev:hover {
    background: #1dc9c8 url(../alfabiom/img/arrow_down.svg) no-repeat center center !important;
    transition: all 0.3s ease 0s;
  }
}

.accordion-slider-button-next {
  background: #00A2A1 url(../alfabiom/img/arrow_down.svg) no-repeat center center !important;
  content: "" !important;
  right: 0 !important;
  transform: rotate(-90deg);
  box-shadow: 0px -30px 30px 15px rgb(250, 250, 250);
}
@media (any-hover: hover) {
  .accordion-slider-button-next:hover {
    background: #1dc9c8 url(../alfabiom/img/arrow_down.svg) no-repeat center center !important;
    transition: all 0.3s ease 0s;
  }
}

.footer {
  flex: 0 0 auto;
	z-index:1;
}
.footer-top {
  margin-bottom: 40px;
}
.footer-top__wrapper {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1212px) {
  .footer-top__wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 479.98px) {
  .footer-top__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .footer-top__wrapper {
    gap: 10px;
    justify-content: center;
  }
}
.footer-top__item {
  flex: 0 0 calc(28% - 30px);
}
@media (max-width: 1212px) {
  .footer-top__item {
    flex: 0 0 calc(33.333% - 30px);
  }
}
@media (max-width: 767.98px) {
  .footer-top__item {
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 550px) {
  .footer-top__item {
    flex: 0 0 100%;
  }
}
.footer-top__item.web {
  text-align: right;
}
@media (max-width: 1212px) {
  .footer-top__item.web {
    text-align: center;
    display: flex;
    display: flex;
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 550px) {
  .footer-top__item.web {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.footer-top__item.web p {
  text-align: center;
}
.footer-top__item.web img {
  padding: 30px 0 20px 0;
}
@media (max-width: 1212px) {
  .footer-top__item.web img {
    padding: 0;
	width: auto;
  height:auto;
  }
}
.footer-top__item:last-child {
  flex: 0 0 calc(16% - 30px);
}
@media (max-width: 1212px) {
  .footer-top__item:last-child {
    flex: 0 0 calc(100% - 30px);
  }
}
@media (max-width: 767.98px) {
  .footer-top__item:first-child {
    flex: 0 0 calc(100% - 30px);
    text-align: center;
  }
}
.footer-top__logo object, .footer-top__logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .footer-top__logo object, .footer-top__logo img {
    max-width: 300px;
  }
}
.footer-top-about__title {
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 15px 0 20px 0 !important;
  text-align: center;
}
.footer-top p {
  font-size: 12px;
  padding: 0 0 10px 0;
}
.footer-top a {
  color: #179F9F;
  font-size: 12px;
}
.footer-top__title {
  font-size: 16px !important;
  text-transform: uppercase;
  padding: 30px 0 20px 0 !important;
  color: #179F9F;
  font-weight: 600;
}
@media (max-width: 550px) {
  .footer-top__title {
    text-align: center;
  }
}
.footer-top__contacts-item {
  font-size: 12px;
  padding: 0 0 20px 0;
  position: relative;
  padding-left: 45px;
  width: 100%;
}
.footer-top__contacts-item i {
  color: #179F9F;
  margin-right: 15px;
  line-height: 26px;
  border: 2px solid #179F9F;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  position: absolute;
  margin-left: -45px;
}
.footer-top__contacts-item span {
  position: absolute;
  font-size: 10px;
  left: 45px;
  top: 15px;
}
.footer-top__contacts-item a {
  color: #000;
}
.footer-top__contacts-item i {
  margin-top: -6px;
}
/* .footer-top__contacts-item:nth-child(3n) i {
  margin-top: 0;
} */
.footer-bottom {
  background: url("../alfabiom/img/footer.svg") repeat;
  width: 100%;
  height: auto;
  text-align: center;
}
.footer-bottom p {
  color: #179F9F;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 479.98px) {
  .footer-bottom p {
    font-size: 5vw;
  }
}
.footer-bottom p:first-child {
  padding-top: 30px;
  font-weight: 700;
}
.footer-bottom p:last-child {
  padding-bottom: 30px;
}

.wpsso-rrssb div.rrssb-buttons-cta {
    font-size: 1.1em;
    font-weight: 600;
    margin: 10px auto;
	text-align:center;
}
@media (max-width: 767.98px) {
.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
    float: none!important;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals, 
.woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
    float: none!important;
    width: 100%!important;
}
.woocommerce-page table.cart td.actions .coupon .input-text+.button {    
    float: none!important;
	margin-top:10px;
}
}

@media (max-width: 479.98px) {
  .main:before, .glycation:after, .accumulation__section:after, .magnification__section:before, .collagen__section:before, .collagen__section:after, .uniq:after, .buy__wrapper:after, .faq:before, .faq:after, .blog__section:before {
	  display:none;
	}
}

.fancybox__container {
	z-index:99999!important;
}

.cart_totals_back{
	text-align:center;
	float:none;
	clear:both;
	display:block;
}

.navigation {
	margin:20px 0;
	clear:both;
}
.navigation .nav-links {
	display:flex;
	justify-content: space-between;
	background: #edeff0;
	padding: 15px;
	border-radius:4px;
	gap:40px;
}

.pagination .nav-links {
	justify-content: center!important;
}

.pagination .page-numbers i {
	color: #179F9F;
	padding:0 10px;
}
.pagination .page-numbers.current {
	color: #8b8b8b;
}

.navigation .nav-links .nav-previous,
.navigation .nav-links .nav-next {
	flex: 0 0 calc(50% - 40px);
}

.navigation .nav-links .nav-previous a,
.navigation .nav-links .nav-next a {
	display:flex;
	gap:15px;
	flex-wrap: nowrap;
	text-decoration:underline;
}

.navigation .nav-links .nav-previous a {
	justify-content: flex-start;
}

.navigation .nav-links .nav-next a {
	justify-content: flex-end;
}

@media (max-width: 767.98px) {
  .navigation .nav-links {
		flex-wrap: wrap;
		flex-direction: column;
		gap:15px;
	}
	.navigation .nav-links .nav-previous a,
	.navigation .nav-links .nav-next a {
		justify-content: center;
	}
}

.navigation .nav-links .nav-subtitle i {
	color: #179F9F;
}

.kadence-blocks-gallery-item:before {
	content:''!important;
}

.woocommerce-checkout-review-order-table .cart_item .product-name {
	display:flex;
	gap:50px;
	justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.woocommerce table.shop_table td del {
    font-weight: 400;
	color: #959d9d;
}
.woocommerce table.shop_table td del .woocommerce-Price-amount {
    color: #959d9d!important;
}
.woocommerce table.shop_table td ins {
    text-decoration: none!important;
}
.woocommerce table.shop_table td ins span {
	 font-weight: 600;
}

.img_action {
	margin-bottom:30px;
}
.img_action img {
	max-width:100%;
	width:100%;
	height:auto;
}

.img_action-desctop {
	display:block;
}
.img_action-mobile {
		display:none;
	}

@media (max-width: 479.98px) {
	.img_action-desctop {
		display:none;
	}
	.img_action-mobile {
		display:block;
	}
}

.slicewp-date-picker-modal {
	z-index:1000000;
}
/*
article.hentry {
	min-height:500px;
}
*/
.slicewp-nav-tab-wrapper {
	display:flex;
	gap:15px;
	justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.slicewp-nav-tab-wrapper li {
	margin: 0!important;
}
.slicewp-nav-tab-wrapper:after {
    display: none!important;
}
@media (max-width: 991.98px) {
  .slicewp-nav-tab-wrapper {
		justify-content: center;
	}
}
/*
.entry-content input:not([type="checkbox"]) {
	display: block;
    width: 100%;
    padding: 0px 5px;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(23,159,159,0.5);
    height: 40px;
	margin: 10px 0;
}
*/
.entry-content input[type=submit] {
	display: inline-block;
	color: #fff;
    background-color: #179F9F!important;
    border-radius: 10px;
    width: auto!important;
    cursor: pointer;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    height: auto;
}

/* pay icons */
.pay-icons__list {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    flex-wrap: wrap;
    margin: 5px 10px;
    width: calc(100% + 20px);
    justify-content: center;

}

.pay-icons__item {
    flex: 0 0 auto;
    margin: 5px 5px;
    padding: 5px;
}

.pay-icons__icon {
    display: block;
    width: auto;
    height: 30px;
}

.pay-icons__item img {
    height: 30px;
}

.pay-icons__icon[src$="visa.svg"] {
    height: 25px;
}

.pay-icons__icon[src$="visa-secure.svg"], .pay-icons__icon[src$="belkart.svg"] {
    height: 40px;
}

.pay-icons__icon[src$="yapay.svg"], .pay-icons__icon[src$="apple-pay.svg"] {
    height: 35px;
}

.chat-icon {
    position: fixed;
    right: 30px;
    bottom: 20px;
    margin: 0;
    z-index: 9999;
    cursor: pointer;
    width: 58px;
    height: 58px;
    border-radius: 100px;
}

.chat-icon circle {
    -webkit-transition: .2s all;
    -moz-transition: .2s all;
    transition: .2s all;
}

.chat-icon:hover circle {
    fill: #37c7be !important;
}

.dialog-widget section {
    margin-top: 0 !important;
}

.elementor-4468 .elementor-element.elementor-element-3ddf56c {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 0px 35px 0px;
}

.elementor-4468 .elementor-element.elementor-element-3ddf56c > .elementor-background-overlay {
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.elementor-4468 .elementor-element.elementor-element-3ee514d > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}

.elementor-4468 .elementor-element.elementor-element-582ed87f.elementor-position-right .elementor-image-box-img {
    margin-left: 15px;
}

.elementor-4468 .elementor-element.elementor-element-582ed87f.elementor-position-left .elementor-image-box-img {
    margin-right: 15px;
}

.elementor-4468 .elementor-element.elementor-element-582ed87f.elementor-position-top .elementor-image-box-img {
    margin-bottom: 15px;
}

.elementor-4468 .elementor-element.elementor-element-582ed87f .elementor-image-box-wrapper .elementor-image-box-img {
    width: 22%;
}

.elementor-4468 .elementor-element.elementor-element-582ed87f .elementor-image-box-img img {
    transition-duration: 0.3s;
}

.elementor-4468 .elementor-element.elementor-element-582ed87f .elementor-image-box-wrapper {
    text-align: left;
}

.elementor-4468 .elementor-element.elementor-element-582ed87f .elementor-image-box-title {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
}

.elementor-4468 .elementor-element.elementor-element-582ed87f .elementor-image-box-description {
    color: #FFFFFF;
    font-size: 13px;
}

.elementor-4468 .elementor-element.elementor-element-582ed87f > .elementor-widget-container {
    padding: 10px 10px 10px 10px;
    background-color: #0DB7BC;
}

.elementor-4468 .elementor-element.elementor-element-f896a3a {
    font-size: 14px;
}

.elementor-4468 .elementor-element.elementor-element-f896a3a > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
}

.elementor-4468 .elementor-element.elementor-element-b078097 {
    font-size: 14px;
}

.elementor-4468 .elementor-element.elementor-element-b078097 > .elementor-widget-container {
    padding: 0px 10px 0px 10px;
}

.elementor-4468 .elementor-element.elementor-element-3139c72a > .elementor-widget-container {
    margin: 15px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
}

#elementor-popup-modal-4468 .dialog-message {
    width: 336px;
    height: auto;
}

#elementor-popup-modal-4468{
    justify-content: flex-end;
    align-items: flex-end;
}

#elementor-popup-modal-4468 .dialog-close-button {
    display: flex;
}

#elementor-popup-modal-4468 .dialog-widget-content {
    animation-duration: 0.5s;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
    margin: 0px 20px 0px 0px;
}

#elementor-popup-modal-4468 .dialog-close-button i {
    color: #FFFFFF;
}

#elementor-popup-modal-4468 .dialog-close-button svg {
    fill: #FFFFFF;
}

@media (max-width: 767px) {
    .elementor-4468 .elementor-element.elementor-element-3ddf56c {
        padding: 0px 0px 35px 0px;
    }

    .elementor-4468 .elementor-element.elementor-element-582ed87f .elementor-image-box-img {
        margin-bottom: 15px;
    }

    .elementor-4468 .elementor-element.elementor-element-582ed87f.elementor-position-right .elementor-image-box-img {
        margin-left: 15px;
    }

    .elementor-4468 .elementor-element.elementor-element-582ed87f.elementor-position-left .elementor-image-box-img {
        margin-right: 15px;
    }

    .elementor-4468 .elementor-element.elementor-element-582ed87f.elementor-position-top .elementor-image-box-img {
        margin-bottom: 15px;
    }

    .elementor-4468 .elementor-element.elementor-element-582ed87f .elementor-image-box-wrapper .elementor-image-box-img {
        width: 22%;
    }

    #elementor-popup-modal-27496 .dialog-message {
        width: 100%;
    }

    #elementor-popup-modal-27496 .dialog-widget-content {
        margin: 0px 0px 0px 0px;
    }
}

/* Start custom CSS */
#elementor-popup-modal-4468 .dialog-message {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

#elementor-popup-modal-4468 .dialog-lightbox-widget-content {
    border-radius: 0;
}

.top figure {
    line-height: 0;
}

#elementor-popup-modal-4468 .dialog-widget-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.elementor-element.message {
    border: 1px solid #e9e9e9;
    border-radius: 5px;
    margin: 0 15px 15px !important;
}

#elementor-popup-modal-4468 .phone {
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-bottom: 0;
}

#elementor-popup-modal-4468 input.wpcf7-form-control.wpcf7-submit {
    font-weight: 300;
    font-size: 18px;
    padding: 17px;
    margin: 0;
    height: 45px;
    border-radius: 0;
    line-height: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

#elementor-popup-modal-4468 form > p {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.invalid .wpcf7-response-output,
#elementor-popup-modal-4468 .wpcf7-spinner {
    display: none;
}

#elementor-popup-modal-4468 form .wpcf7-response-output {
    margin: 0;
    padding: 10px;
    border: 2px solid #0db7bc;
    color: #323232;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;
}

#elementor-popup-modal-4468 .wpcf7-not-valid-tip {
    top: 48px;
    right: auto;
    left: 20px;
}

#elementor-popup-modal-4468 .form-wrapper.elementor-widget.elementor-widget-shortcode {
    min-height: 66px;
}

#elementor-popup-modal-4468 form.wpcf7-form.submitting:after {
    content: url(/wp-content/uploads/2024/04/icons-message.gif);
    position: absolute;
    margin-top: 6px;
}

#elementor-popup-modal-4468 span[data-name="tel-520"] {
    width: calc(100% - 46px);
}

#elementor-popup-modal-4468 span[data-name="textarea-972"] {
    width: 100%;
}

#elementor-popup-modal-4468 .wpcf7-form textarea {
    height: auto;
}

#elementor-popup-modal-4468  .phone {
    border-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    margin-bottom: 0;
}

#elementor-popup-modal-4468  input.wpcf7-form-control.wpcf7-submit {
    font-weight: bold;
    font-size: 20px;
    padding: 17px;
    margin: 0;
    height: 45px;
    border-radius: 0;
    line-height: 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    background-color: #179F9F;
    color:white;
    cursor:pointer;
}

.woocommerce-page .wpcf7-form-control.wpcf7-date, .woocommerce-page .wpcf7-form-control.wpcf7-number, .woocommerce-page .wpcf7-form-control.wpcf7-quiz, .woocommerce-page .wpcf7-form-control.wpcf7-select, .woocommerce-page .wpcf7-form-control.wpcf7-text, .woocommerce-page .wpcf7-form-control.wpcf7-textarea, .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    margin: 0 0 14px;
    padding: 11px 17px;
    font-family: inherit;
    font-size: 15px;
    line-height: 21px;
    font-weight: 300;
    color: #afafaf;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 5px;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    #elementor-popup-modal-4468 .top .elementor-image-box-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    #elementor-popup-modal-4468 .top figure {
        margin-right: 15px !important;
    }

    .top figure {
        max-width: 54px;
    }
}

.wpcf7-form-control.wpcf7-date:focus, .wpcf7-form-control.wpcf7-number:focus, .wpcf7-form-control.wpcf7-quiz:focus, .wpcf7-form-control.wpcf7-select:focus, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus {
    color: #333;
    background-color: #f4f4f4;
}


.delivery__section h1{
    margin:0!important;
}

.delivery__section section{
    margin:0;
}

.woocommerce-cart .cart-collaterals table .cart-subtotal {
  display: none;
}

a.cart_totals_back {
  background-color: #179F9F !important;
  font-size: 17px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-decoration: none;
  border-radius: 50px;
  color: #fff;
  box-shadow: -2px 2px 10px 4px rgba(172, 241, 241, 0.5);
  max-width: max-content;
  float: left;
  transition: ease 0.5s all;
}

a.cart_totals_back:hover {
  background: linear-gradient(to top, #45afaf, #179F9F);
  color: #fff;
  box-shadow: -2px 2px 10px 4px #acf1f1;
}

@media (max-width: 768px) {
  a.cart_totals_back {
    float: none;
    margin-bottom: 40px;
  }
}

.products .product .quantity {
  margin: auto;
}

.products .product .quantity button.qty_button {
  background: #d9d9d9;
  border-radius: 100px;
}

.products .product .button {
  display: flex!important;
  justify-content: center;
  width: max-content !important;
  margin: auto;
}

.products .product .button.more {
  font-weight: 400;
  text-transform: uppercase;
}

.remaster h2.woocommerce-loop-product__title {
  text-align: center;
} 

.header__nav .cart_button {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0;
  background: #0db7bc;
  border-radius: 9px;
  padding: 5px;
  bottom: 0;
  margin: auto;
  height: 30.69px;
}

.header__nav .cart_button svg {
  width: 23px;
  height: auto;
  max-height: 21px;
}

.woocommerce-checkout .info .free {
  display: none;
  text-transform: uppercase;
}

.woocommerce-checkout .info {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
}

.woocommerce-billing-fields h3,
.woocommerce-billing-fields .hide_pickup,
.woocommerce-order-received table.custom-fields {
  display: none!important;
}

.woocommerce-checkout #customer_details {
    order: 3;
}

.woocommerce-checkout form.woocommerce-checkout {
  display: flex;
  flex-direction: column;
}

.woocommerce-checkout .woocommerce-checkout #payment ul.payment_methods {
  border-bottom: 0;
}

.woocommerce-checkout .woocommerce ul#shipping_method {
  background: #e2f4f5;
  border-radius: 5px;
  padding: 1em;
}

.woocommerce-checkout .woocommerce ul#shipping_method li,
.woocommerce-checkout #payment ul.payment_methods li {
  display: flex;
  align-items: center;
}

.woocommerce ul#shipping_method li input {
  margin: 0px 1em 0 0;
}

.woocommerce-checkout .woocommerce-checkout .woocommerce_checkout_place_order {
  display: none;
}

