@font-face {
  font-family:'Manrope';
  font-style:normal;
  font-weight:400;
  src:url(/ecommerce/layout/css/fonts/manrope/manrope-v15-latin-regular.woff2) format('woff2')
}
@font-face {
  font-family:'Manrope';
  font-style:normal;
  font-weight:500;
  src:url(/ecommerce/layout/css/fonts/manrope/manrope-v15-latin-500.woff2) format('woff2')
}
@font-face {
  font-family:'Manrope';
  font-style:normal;
  font-weight:600;
  src:url(/ecommerce/layout/css/fonts/manrope/manrope-v15-latin-600.woff2) format('woff2')
}
@font-face {
  font-family:'Manrope';
  font-style:normal;
  font-weight:700;
  src:url(/ecommerce/layout/css/fonts/manrope/manrope-v15-latin-700.woff2) format('woff2')
}
@font-face {
  font-family:'Manrope';
  font-style:normal;
  font-weight:800;
  src:url(/ecommerce/layout/css/fonts/manrope/manrope-v15-latin-800.woff2) format('woff2')
}


html, body {
    overflow-x: hidden;
    width: 100%
}

body {
	overflow: hidden;
	width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
	font-size: clamp(1rem, 0.5833rem + 1.0417vw, 1.25rem);
	font-weight: 500;
    background: #fff;
    -webkit-text-size-adjust: 100%;
    color: #575757;
    line-height: 1.5;
}

header, footer {
    font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
    line-height: 1.5;
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 30px;
	font-size: clamp(1.4375rem, 1.0175rem + 1.4vw, 1.875rem);
	font-weight: 800;
	margin: 2em 0 0.5em;
	text-align: center;
	line-height: 1;
	color: #006B7D;
}

h2 {
    font-size: 32px;
	font-size: clamp(1.5625rem, 1.1425rem + 1.4vw, 2rem);
    font-weight: 800;
	margin: 0 0 10px;
	text-align: center;
	line-height: 1;
}

p {
    margin: 0;
}

p + p {
	margin-top: 15px;
}

sup {
    vertical-align: super;
    font-size: 70%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 15px;
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
}

b {
    font-weight: 700;
}

img {
    max-width: 100%;
}

header {
	padding: 15px;
	max-width: 1150px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

header .logo {
	width: 315px;
	display: inline-block;
}

header .logo img {
	width: 100%;
}

header .benefits {
	float: right;
	color: #1B899B;
	font-weight: bold;
	min-width: 313px;
}

header .trust {
	display: inline-block;
	font-size: 14px;
}

header .trust p {
	color: #fcba65;
	font-weight: bold;
	float: left;
	width: 125px;
	line-height: 1.5;
	margin: 15px 0;
}

header .trust img {
	height: 50px;
	float: right;
	margin-top: 1.7em !important;
}

header .benefits ul {
	float: left;
	line-height: 18px;
	font-size: 13px;
	margin-top: 12px;
	margin-right: 15px;
}

header .benefits ul .tick {
	display: inline-block;
	width: 14px;
	height: 13px;
	background-image: url("https://www.medikamente-per-klick.de/images/generic_attachments/attachments/medikamenteperklick/tick.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

header .benefits img {
	height: 80px;
	float: right;
	margin-top: 10px;
}

header .benefits li .tick {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url("/images/generic_attachments/attachments/medikamenteperklick/tick.png");
	background-repeat: no-repeat;
	background-size: cover;
	margin-right: 5px
}

footer {
	width: 100%;
	text-align: center;
	border-top: 1px solid #f5f5f5;
	margin-top: 4em;
}

footer nav {
	background: #006B7D;
	color: #FFF;
}


footer nav ul:after {
	content: "";
	display: table;
	clear: both;
}

footer nav ul li {
	float: left;
	text-align: center;
	width: 100%;
}

footer nav ul li a {
	color: #FFF;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
	padding: 10px 0;
}

footer nav ul li a:hover {
	text-decoration: underline;
}

footer nav ul li a.emph {
	font-weight: 600;
}

footer h6 {
	color: #009ada;
	font-size: 13px;
	margin: 5px 0 15px 0;
}

footer .groups {
	width: 100%;
	max-width: 1060px;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

body footer .groups .group {
	margin: 0 0 0 8px;
	width: 24%;
	float: left;
	font-size: 12px;
	color: #555;
	padding: 10px 0;
	text-align: left;
}

footer .groups .group.note {
	width: 100%;
	padding-bottom: 0;
}

footer .groups .group.payment {
	margin-right: 0;
}

footer .groups .group p a {
	font-weight: bold;
	text-decoration: underline;
	color: #616161;
}

footer .groups .group.dhl img {
	height: 40px;
}

footer .payment ul li {
	float: left;
}

footer .payment ul li a {
	display: inline-block;
}

footer .payment ul li a img {
	height: 39px;
}

footer .pay {
	margin-right: 0;
}

footer .social ul:after {
	content: "";
	display: table;
	clear: both;
}

footer .social ul li {
	float: left;
}

footer .social ul li a {
	display: inline-block;
	padding: 0;
}

footer .social ul li a img {
	height: 30px;
	margin-right: 12px;
}

footer .groups .group.payment ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

section {
    max-width: 1200px;
    margin: 0 auto;
}

section ~ section {
    max-width: 1040px;
	margin-block: 2em;
}

section.pageLogo {
	padding: 4.5em 5.5em;
    position: relative;
	background: linear-gradient(45deg, #1D3539, #1F2728);
	display: flex;
}

.hlf1 {
	display: flex;
	flex-wrap: wrap;
	align-self: center;
	text-align: left;
	margin: 0;
	width: 100%;
}

.pageLogo .logo {
	margin: 0;
	width: 100%;
	max-width: 400px;
}

.pageLogo p {
	color: #fff;
	/*font-size: 30px;*/
	font-size: clamp(1.4375rem, 1.0175rem + 1.4vw, 1.875rem);
	font-weight: bold;
	width: 100%;
	text-align: left;
	margin-block: 1em;
}

.hlf + .hlf img {
	right: 6%;
	position: absolute;
	text-align: right;
	margin: auto;
	margin-right: 0;
	bottom: 0;
}

a.scroll {
	width: 100%;
	font-weight: 800;
}

.narrow {
	width: 100%;
	max-width: 740px;
	margin-inline: auto;
}

.narrow p {
	font-weight: 500;
	font-size: 20px;
	font-size: clamp(1rem, 0.5833rem + 1.0417vw, 1.25rem);
	line-height: 1.55;
	text-align: center;
	text-wrap: balance;
}

.narrow p span {
	font-weight: 800;
}

video {
	margin-block: 2em;
}

.products, .cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 1em;
	margin: 1em 0 2em;
}

.cards {
	margin-top: 0;
}

.card {
	width: 32%;
	background: #E5F3F4;
	border-radius: 12px;
	padding: 1em 1em 1em 0.75em;
	display: flex;
	justify-content: space-between;					
}

.ccImg, .nr {
	background: #006B7D;
	border-radius: 50%;
	color: #fff;
	align-self: flex-start;
	font-weight: 800;
	font-size: 13px;
	width: 48px;
	height: 48px;
	text-align: center;
	padding: 8px;
	display: flex;
}

.ccImg img {
	width: 100%;
	max-width: 25px;
	margin: auto;
}

.ccImg span{
	margin: auto;
}

.ccImg.phone img {
	max-width: 22px;
}

.ccText {
	font-weight: 500;
	font-size: 14px;
	line-height: 1.45;
	width: calc(100% - 60px);
}

.title {
	font-weight: 800;
	font-size: 17px;
	line-height: 1.1;
}

.codeBanner {
	display: flex;
	background: #006B7D;
	background: linear-gradient(90deg, #006B7D 62%, #227f8f 62%);
	border-radius: 12px;
	color: #fff;
	margin-block: 3.5em;
}

.left {
	width: 62%;
	padding: 1.6em 3.2em;
	padding-right: 2em;
}

.codeBanner h2 {
	font-weight: 800;
	font-size: 30px;
	font-size: clamp(1.4375rem, 1.0175rem + 1.4vw, 1.875rem);
	line-height: 1.2;
	color: #FFEACC;
	text-align: left;
	margin:0 0 1em;
}

.steps, .step {
	display: flex;
	justify-content:space-between;
	row-gap: 1em;
}

.steps {
	row-gap: 1.3em;
	flex-wrap: wrap;
}

.nr {
	background: #FF9D00;	
	font-weight: 800;
	font-size: 20px;
	line-height: 1;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nr span {
	padding-inline: 5px;
}

.stepText {
	margin-left: 1em;
}

.codeBanner p {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.55;
}

.codeBanner p + p {
	margin-top: 5px;
}
			   
p.stepTitle {
	font-weight: 800;
	font-size: 17px;
	line-height: 1.1;
	color: #FFEACC;
}

.right {
	width: 38%;
	padding: 1.6em 0;
	position: relative;
	text-align: center;
	align-content: center;				
}

.right:before {
	position: absolute;
	content: "";
	top: 0;
	height: 100%;
	background: #227f8f;
	clip-path: polygon(100% 0, 100% 100%, 0 100%, calc(100% - 5px) 0);
	width: 46px;
	left: -41px;
}

.right p {
	width: 100%;
	font-weight: 700;
	font-size: 16px;
	line-height: 1.55;
	text-align: center;
	color: #FFEACC;
}

.right p.small {
	font-weight: 500;
	font-size: 14px;	
	line-height: 1;
	text-align: center;
	color: #FFEACC;
}

.code {
	background: #fff;
	color: #2A2A2A;
	border-radius: 12px;
	padding: 0.6em 0;
	font-weight: 800;
	font-size: 50px;
	line-height: 1;
	text-align: center;
	width: 70%;
	max-width: 250px;
	margin: 15px auto;
}

.prodList + .prodList {
	margin-top: 3em;
}

h2 + p {
	font-weight: 500;
	font-size: 16px;
	line-height: 1.55;
	text-align: center;
}

.product-wrap {
    padding: 15px 16px;
    width: 32%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #C0DDE0;
    border-radius: 12px;
    margin: 0;
	container-type: inline-size;							
}

.half {
    width: 100%;
	text-align: center;
}

.half + .half {
	border-top: 1px solid #C0DDE0;
}

a.setImg, a.setImg img {
    width: 100%;
}

.half img.prodImage {
    max-width: 225px;
}

a.setLink {
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

a.setLink span {
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
    color: #fcba65;
    margin-left: 0;
	vertical-align: center;
}

.rank {
    display: inline-block;
    width: 100%;
    text-align: center;
    min-height: 38px;
}

.stars {
    font-size: 19px;
    color: #fcba65;
    display: inline-block;
    min-height: 25px;
}

.stars .inactive, .rank:has(.fa-star.inactive) span {
    color: #cccccc;
}

.stars .fa-star-o.inactive {
    color: #fcba65;
}

.half h3 {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	color: #2A2A2A;
	margin: 10px 0;
	min-height: 40px;
}

.percent {
	position: absolute;
	right: 6%;
	top: 35%;
}

.badge {
    /*width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;*/
    background: #DB032A;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    font-weight: 800;
    display: inline-block;
	width: clamp(45px, 20cqw, 60px);
    height: clamp(45px, 20cqw, 60px);
	line-height: clamp(45px, 20cqw, 60px);
	font-size: clamp(13px, 7cqw, 16px);
}

.price {
    padding: 0;
    margin: 0;
	  line-height: 1;
}

.details .discount-price {
    width: 100%;
    margin-block: 10px;
}

.details .discount {
    font-size: 14px;
    display: inline-block;
    font-weight: 500;
}

.details .discount .pr {   
    display: inline-block;
	position: relative;
}

span.discount .pr {
    font-size: 120%;
    white-space: nowrap;
}

.pr::before {
    content: "";
    display: block;
    position: absolute;
    width: 85px;
    height: 1px;
    background: #000;
    bottom: 8px;
    transform: rotate(-10deg);
    right: 0;
}

.details .price {
    color: #DB032A;   
    font-size: 20px;
	  font-weight: 800;
    margin-left: 3px;
}

.bonus {
	font-weight: 600;
	font-size: 13px;
	line-height: 1.2;
	color: #DB032A;
	text-align: center;
}

.bonus img {
	max-width: 26px;
	margin-left: 10px;
	vertical-align: middle;
}

.category {
	font-weight: 800;
	font-size: 16px;
	line-height: 1.1;
	text-align: center;
	color: #006B7D;
	margin: auto;
	width: 100%;
	margin-top: 10px;			  
}

.category i {
	font-size: 25px;	
	margin-left: 5px;
	color: #F2A53B;
	vertical-align: middle;
}

.footerDvag {
	background: #E5F3F4;
	padding-block: 3.2em;
	font-family: 'Manrope', sans-serif;
}

.footerDvag .narrow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 1em;
}

.dvagImg {
	width: 25%;
}

.dvagText {
	width: 70%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 15px;		   
}


.footerDvag h2 {
	font-weight: 800;
	font-size: 30px;
	font-size: clamp(1.3125rem, 0.8542rem + 1.6667vw, 1.875rem);
	line-height: 1;
	color: #006B7D;
	text-align: left;
	margin: 0;	   
}

.dvagText p {
	font-weight: 500;
	font-size: 14px;
	line-height: 1;
	text-align: left;
	width: 100%;		 
}

.dvagText p strong, .ccText p strong {
	font-weight: 700;
}

.btn {
    background: #006B7D;
    border-radius: 12px;
    display: inline-block;
    color: #FFF;
    font-size: 20px;
    padding: 17px 0;
    margin: 0 0 10px;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
    text-align: center;
    max-width: 300px;
	max-height: 60px;
	height: 100%;
}

.btnFooter {
	padding: 11px 0;
	max-width: 170px;
	max-height: 40px;
	border-radius: 10px;
	margin: 0;				  
}

.btnFooter span {
	font-weight: 800;
	font-size: 14px;
	line-height: 1.2;
	vertical-align: top;
}



/*responsive*/
@media (max-width: 1080px) {
	section ~ section {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    section.pageLogo {
		padding: 3em 2.5em;
	}

	.hlf + .hlf img {
		right: 2.5em;
		width: 50%;
	}
	
}

@media (max-width: 1024px) {
   .codeBanner p {
	   line-height: 1.2;
   }
    .left {
		padding-left: 1.5em;
		padding-right: 2.3em;
	}
}

@media (max-width: 960px) {
	footer {
		text-align: center;
		margin-top: 3em;
	}

	footer h6 {
		font-size: 14px;
		margin: 7px 0 15px 0;
	}

    footer .groups {
		padding-inline: 20px;
	}

	body footer .groups.groups {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}

	body footer .groups .group {
		text-align: center;
		display: inline-block;
		float: none;
		padding: 0 15px;
		font-size: 12px;
		width: 47%;
		margin-left: 14px;
	}

	footer .groups .group.payment ul {
		display: unset;
	}

	footer .groups .social ul li,
	footer .groups .payment ul li {
		float: none;
		display: inline-block;
	}

	footer .note p {
		font-size: 12px;
	}

	footer .dhl img {
		height: 34px;
	}

	footer .payment ul li a img {
		height: 30px;
	}

	footer .pay {
		margin-right: 0;
	}

	footer .social ul li a img {
		height: 30px;
		margin-right: 10px;
	}
	
	section.pageLogo {
		padding-block: 2em;
	}
	
	.card {
		padding: 10px;
	}

	.details .discount {
		display: block;
		line-height: 1.2;
	}
	
}

@media (max-width: 860px) {
	header {
		flex-wrap: wrap;
		justify-content: space-around;
	}

	header .benefits,
	header .trust {
		margin-top: 0;
	}

	header .benefits {
		width: auto;
		float: left;
		text-align: left;
	}

	header .benefits li {
		display: block;
	}

	header .benefits li:last-child {
		margin-bottom: 0
	}

	header .benefits li .tick {
		width: 18px;
		height: 18px
	}

	header .benefits img {
		width: 60px;
		height: auto;
		margin-top: 5px;
	}

	header .trust {
		margin: initial;
	}

	header .trust p,
	header .benefits ul {
		float: none;
		display: inline-block;
		margin: 0;
		margin-left: 5px;
		max-width: 70%;
		width: 100%;
	}

	header .trust img,
	header .benefits img {
		max-width: 30%;
		display: inline-block;
		vertical-align: text-bottom;
		float: left;
	}

	header .trust img {
		float: left;
		margin-top: 0.6em !important;
	}

	header .trust p {
		margin-top: 12px;
		text-wrap: balance;
	}

	header .logo {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}

	header .logo img {
		max-width: 300px;
		width: 100%
	}
	
	section.pageLogo {
		padding-block: 1.5em;
	}
	
	.pageLogo .logo {
		width: 50%;
		min-width: 250px;
	}
  	
	a.scroll{
		width: 40%;
	}
	
	.half h3 {
		font-size: clamp(0.875rem, 0.3295rem + 1.3636vw, 1.0625rem);
	}
	    
}


@media (max-width: 800px) {
	.card {
		flex-wrap: wrap;
		align-content: flex-start;
	}
	.ccImg {
		margin-bottom: 1em;
	}
	.ccText {
		width: 100%;
	}
	
	 .code {
		padding: 0.6em 0;
		font-size: clamp(2.1875rem, 0.4228rem + 4.4118vw, 3.125rem);
	 }
	
}

@media (max-width: 720px) {
	header .benefits,
	header .trust {
		width: 49%;
		min-width: auto;
	}

	header .trust {
		padding-left: 1em;
	}
	
	.hlf + .hlf img {
		right: 15px;
	}
	
	.pageLogo p {
		line-height: 1.2;
	}
	
	.right {
		width: 234px;
	}
	
	.product-wrap {
		padding: 10px;
		width: 48.5%;
	}

	.product-wrap:last-of-type {
		margin-inline: auto;
	}
	
	 .half h3 {
		font-size: clamp(0.875rem, 0.5rem + 1.25vw, 1.0625rem);
	}
	.details .discount {
		display: inline-block;
	}
	.footerDvag .narrow {
		padding-inline: 20px;
		position: relative;			 
	}
}

@media (max-width: 640px) {
	header {
		padding: 10px 0 5px;
		justify-content: center;
	}

	header .logo img {
		max-width: 250px;
	}

	header .benefits,
	header .trust {
		width: 42%;
		margin-bottom: 1em;
		min-width: auto;
		margin-top: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}

	header .benefits {
		width: 57%;
	}

	header .trust {
		padding-left: 10px;
	}

	header .trust img,
	header .benefits img {
		order: 1;
	}

	header .trust p,
	header .benefits ul {
		order: 2;
		font-size: 12px;
		max-width: calc(97% - 60px);
	}

	header .trust p {
		margin-top: 0;
	}

	header .benefits li .tick {
		width: 15px;
		height: 15px;
	}
	section ~ section, .products {
		margin-block: 1em;
	}
	
	a.scroll {
		padding: 0.5em 0;
		font-size: clamp(1.0625rem, 0.6875rem + 1.25vw, 1.1875rem);
	}
	
	.details .discount {
		display: block;
	}
	
	.card {
		width: 100%;
		padding: 1em 1em 1em 0.75em;
	}
	.ccText {
		width: calc(100% - 60px);
	}
	
	.codeBanner {
		background: linear-gradient(180deg, #006B7D 50%, #227f8f 50%);
		flex-wrap: wrap;
	}
	
	h2 br { 
		display: none;
	}

	.codeBanner h2 {
		text-align: center;
	}

	.left {
		width: 100%;
		background: linear-gradient( 180deg, transparent 0%, #006b7d 50% );
		position: relative;
		padding-bottom: 2.8em;
	}
	
	.right {
		width: 100%;
		background: linear-gradient( 180deg, #227f8f 0%, transparent 70% );
		padding-top: 3px;
	}
	
	.right::before {
		display: none;
	}

	.left::before {
		position: absolute;
		content: "";
		background: #227f8f;
		clip-path: polygon(100% 60%,0 90%,0 100%, 100% 100%);
		width: 100%;
		left: 0;
		top: auto;
		height: 7rem;
		bottom: -2px;    
	}
}

@media (max-width: 560px) {
    header .benefits img {
		width: 50px;
	}

	header .trust img {
		height: 50px;
		width: auto;
		margin-top: 0 !important;
	}

	header .trust p,
	header .benefits ul {
		font-size: 11px;
		max-width: calc(97% - 50px);
	}

	body footer .groups .group {
		width: 100%;
	}
   
	.hlf + .hlf img {
		right: 0;
		width: clamp(160px, -152.5px + 78.125vw, 285px);
	}
   
	a.scroll {
	   width: 100%;
	   max-width: 200px;
	   min-width: 150px;	
	}
   
	.narrow p br{
		display: none;
	}
}

@media (max-width: 500px) {
	section.pageLogo {
		padding: 15px 30px;
	}
	.half h3 br {
		display: none;
	}
	.half h3 {
		font-size: clamp(1rem, 0.9266rem + 0.4348vw, 1.0625rem);
		min-height: unset;			
	}
	.category {
		font-size: clamp(0.875rem, 0.7283rem + 0.8696vw, 1rem);
		text-wrap: balance;
	}
	.product-wrap {
        width: 100%;
		padding: 20px;
    }
    .half img.prodImage {
         max-width: 300px;
    }
	.details .discount {
		display: inline-block;
	}
	.footerDvag h2 {
		text-wrap: balance;
	}
	.dvagImg {
	   width: 20%;
	   align-self: center;
	}
	.dvagText {
		width: 77%;
	}
}

@media (max-width: 440px) {
	header .trust {
		width: 40%;
	}

	header .benefits {
		width: 60%;
	}

	header .benefits li .tick {
		width: 12px;
		height: 12px;
	}

	header .benefits img {
		width: 40px;
	}

	header .trust img {
		height: 40px;
		width: auto;
	}

	header .trust p,
	header .benefits ul {
		font-size: 10px;
		max-width: calc(97% - 40px);
	}
	
	a.scroll {
		max-width: 180px;
	}

	.footerDvag h2 {
		max-width: 180px;
		margin-right: 0;
		margin-left: auto;
	}
	
	.footerDvag .btn{
		margin-right: 8%;
		margin-left: auto;
	}
	
	.dvagImg {
		position: absolute;
		top: 10px;
		left: 13%;
	}

	.dvagText {
		width: 77%;
		min-width: 300px;		   
		margin: auto;
	}
}


@media (max-width: 370px) {
	header .logo img {
		max-width: 70%;
	}			
	
	header .benefits,
	header .trust {
		width: 100%;
		margin-bottom: 0.5em;
		margin-left: 1em;
	}
	
	section.pageLogo {
		padding-inline: 1em;
	}
	
	.pageLogo .logo {
		min-width: unset;
	}
	
	.pageLogo p {
		text-align: center;
		font-size: clamp(1.25rem, 0.7438rem + 3vw, 1.4375rem);
	}
	
	.pageLogo .logo, a.scroll {
		width: 100%;
		margin-inline: auto;
	}
	
	a.scroll {
		max-width: 200px;
	}
	
	.hlf + .hlf img {
		display: none;
	}
	
	.product-wrap {
		padding: 10px;
    }

	.ccImg {
		margin-inline: auto;
	}
	 .ccText {
		width: 100%;
		text-align: center;
	}
	.steps {
		row-gap: 2.5em;
	}
	.step {
		flex-wrap: wrap;	
		text-align: center;
	}
}

@media (max-width: 330px) {
	.footerDvag {
 		padding-block: 2em;
	}
	.footerDvag h2 {
		max-width: unset;
		margin-inline: auto;
		text-align: center;
	}
	
	.footerDvag .btn{
		margin-inline: auto;
	}
	
	.dvagImg {
		position: relative;
		width: 100%;
		margin-inline: auto;
		top: 0;
		left: auto;
	}
	.dvagImg img{
		max-width: 100px;
	}
	
	.dvagText {
		width: 100%;
		margin: auto;
		min-width: unset;
	}

	.dvagText p	{
		text-align: center;
	}
}
