
html {
	padding: 0;
    margin: 0;
}

body {
	margin: 0;
	padding: 50px 0;
	max-width: 1460px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1460px;
	margin: 0 auto;
}

.logo {
	max-width: 416px;
	margin: 0 auto;
}

.logo img {
	width: 100%;
}

.block-1 {
	margin-bottom: 160px;
}

.block-2 .title {
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 70px;
	line-height: 70px;
}

.title {
	text-transform: uppercase;
	font-size: 90px;
	line-height: 90px;
	font-family: 'DIN Pro Condensed Bold';
	color: #e2001a;
	margin: 0;
}

.wrapper-flex-block-1 {
	display: flex;
	-ms-align-items: start;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 140px;
}

.img-cat-1 {
	width: 474px;
	height: 492px;
	position: absolute;
	right: 0;
	bottom: -240px;
}

.img-cat-1 img {
	width: 100%;
}

.block-1 .col-2 {
	position: relative;
}

.wrapper-flex-block-2 {
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.block-2 {
	margin-bottom: 150px;
}

.block-2-decription {
	font-family: "DIN Pro";
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.wrapper-flex-block-2 .col-1, .wrapper-flex-block-2 .col-2 {
	width: 50%;
}

.img-cat-2 {
	width: 450px;
	margin: 0 auto;
}

.img-cat-2 img {
	width: 100%;
	margin-top: 30px;
}

.block-3 {
	margin-bottom: 120px;
}

.block-3-wrapper {
	 position: relative;
	 box-sizing: border-box;
	 color: #fff;
	 background: #ffffff;
	 background-clip: padding-box;
	 border: solid 6px transparent;
	 border-radius: 50px;
}

 .block-3-wrapper:before {
	 content: '';
	 position: absolute;
	 top: 0;
	 right: 0;
	 bottom: 0;
	 left: 0;
	 z-index: -1;
	 margin: -5px;
	/* !importanté */
	 border-radius: inherit;
	/* !importanté */
	 background: linear-gradient(to right, #674b99, #b355c1);
}

.block-3-heading-container {
	width: 85%;
	height: 100px;
	border-radius: 50px;
	background-image: linear-gradient(90deg, #674b99 0%, #804ea6 37%, #b355c1 100%);
	margin: 0 auto;
	position: absolute;
	top: -57px;
	display: flex;
	justify-content: center;
	align-items: center;
	left: 0;
	right: 0;
}

.block-3-heading-container .title {
	font-family: 'DIN Pro Condensed Bold';
	text-transform: uppercase;
	color: #ffffff;
	font-size: 70px;
	line-height: 70px;
}

.block-3-content-wrapper {
	display: flex;
	flex-direction: row;
	padding-top: 125px;
	padding-bottom: 100px;
}

.block-3-product-image {
	width: 730px;
	flex-shrink: 0;
}

.block-3-product-image img {
	max-width: 480px;
	width: 100%;
	display: block;
	margin: 0 auto;
}

.block-3-product-info {
	box-sizing: border-box;
	padding-right: 80px;
	display: flex;
  flex-direction: column;
	justify-content: end;
}

.block-3-product-about {
	font-family: 'DIN Pro Condensed Bold';
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	color: #e2001a;
	flex-shrink: 0;
	margin-bottom: 50px;
}

.block-3-product-title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 597px;
	height: 81px;
	border-top-left-radius: 0;
	border-bottom-left-radius: 40px 40px;
	border-top-right-radius: 40px 40px;
	border-bottom-right-radius: 40px 40px;
	background-color: #6e4ca4;
	font-family: 'DIN Pro Medium';
	font-size: 55px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 50px;
}

.block-3-product-subtext {
	font-family: 'DIN Pro Bold';
	font-size: 26px;
	line-height: 26px;
	color: #6e4ca4;
}

sup {
	font-size: 50%;
    vertical-align: super;
    position: relative;
    top: -10px;
    padding-left: 11px;
}

.note {
	position: absolute;
	right: 30px;
	bottom: 30px;
	font-size: 18px;
    color: #2b2b2b;
	font-family: 'DIN Pro';
}

.note sup {
	font-size: 100%;
	position: relative;
	top: 5px;
}

.block-3-text-bottom-container {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 803px;
	height: 70px;
	border-radius: 35px;
	background-image: linear-gradient(90deg, #737175 0%, #c7c7c7 21%, #737175 50%, #d5d5d5 78%, #737175 100%);
	margin: 0 auto;
	bottom: -35px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.block-3-text-bottom-container .title {
	font-family: 'DIN Pro Condensed Bold';
	font-size: 40px;
  color: #ffffff;
}

.block-4 {
	margin-bottom: 120px;
}

.block-4-heading {
	position: relative;
	font-family: 'DIN Pro Condensed Bold';
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	color: #ec001a;
	font-weight: bold;
	text-align: center;
	margin-bottom: 100px;
}

.block-4-heading:after {
  position: absolute;
  content: '';
  background: #eb001a;
  height: 6px;
  top: calc(50% - 3px);
  width: 100%;
  left: 0;
	z-index: -1;
}

.block-4-heading span {
	background-color: #ffffff;
	padding: 0 60px;
}

.block-4-advantages-wrapper {
	display: flex;
	gap: 50px;
	flex-direction: row;
	flex-wrap: wrap;
}

.block-4-advantage-content-item {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 705px;
	height: 260px;
	flex-shrink: 0;
	border-radius: 50px;
	box-sizing: border-box;
	padding: 30px;
	z-index: 1;
}

.block-4-advantage-content-item:before {
	position: absolute;
	content: '';
	-webkit-box-shadow: 0px 0px 67px 31px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 0px 67px 31px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 0px 67px 31px rgba(0, 0, 0, 0.03);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	border-radius: 50px;
	z-index: -1;
}

.advantage-pic {
	width: 180px;
	height: 160px;
	flex-shrink: 0;
}

.advantage-pic img {
	width: 100%;
}

.advantage-description {
	padding-left: 50px;
	padding-right: 20px;
	align-self: flex-start;
}

.advantage-description-heading {
	font-family: 'DIN Pro Bold';
	font-size: 26px;
	text-transform: uppercase;
	color: #6a509a;
	font-weight: bold;
	margin-bottom: 20px;
}

.advantage-description-text {
	font-family: 'DIN Pro';
	font-size: 26px;
}

.block-4-advantage-content-item:nth-of-type(3) .advantage-description, .block-4-advantage-content-item:nth-of-type(4) .advantage-description{
	align-self: center;
}

.block-5 {
	position: relative;
  margin-bottom: 120px;
}

.block-5-heading {
	position: relative;
	font-family: 'DIN Pro Condensed Bold';
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	color: #ec001a;
	font-weight: bold;
	text-align: center;
	margin-bottom: 45px;
}

.block-5-heading:after {
  position: absolute;
  content: '';
  background: #eb001a;
  height: 6px;
  top: 34px;
  width: 100%;
  left: 0;
	z-index: -1;
}

.block-5-heading span {
	background-color: #ffffff;
	padding: 0 60px;
	display: inline-block;
  width: 42%;
}

.block-5-product-wrapper {

}

.block-5-product-image {
	position: relative;
	max-width: 535px;
	margin: 0 auto;
}

.block-5-product-image:before {
	position: absolute;
	content: '';
	-webkit-box-shadow: 52px 0px 54px 19px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 52px 0px 54px 19px rgba(0, 0, 0, 0.12);
	box-shadow: 52px 0px 54px 19px rgba(0, 0, 0, 0.12);
	z-index: -1;
  left: 0;
  top: 0;
  width: 531px;
  height: 526px;
  border-radius: 50%;
}

.block-5-product-image img{
	width: 100%;
}

.block-5-caption, .block-5-caption-2 {
	position: absolute;
	font-family: 'DIN Pro Condensed Bold';
	font-size: 50px;
	line-height: 50px;
	color: #e2001a;
	text-transform: uppercase;
}

.block-5-caption {
	top: 20%;
	right: 292px;	
}

.block-5-caption-2 {
	top: 20%;
	left: 292px;		
}


.block-5-product-slogan {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 701px;
	height: 99px;
	border-radius: 50px;
	filter: drop-shadow(0 0 25px rgba(27,31,32,0.1));
	background-color: #ffffff;
	margin: 0 auto;
	font-family: 'DIN Pro Condensed Bold';
	font-size: 40px;
	line-height: 41px;
	text-transform: uppercase;
	color: #6e4ca4;
	top: 77%;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.block-5-product-text {
	text-align: center;
	font-family: 'DIN Pro Condensed Bold';
	font-size: 35px;
	line-height: 35px;
	color: #000000;
	margin-top: 70px;
}

.block-6 {
	position: relative;
    margin-bottom: 150px;
}



.block-6-heading {
	position: relative;
	font-family: 'DIN Pro Condensed Bold';
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	color: #ec001a;
	font-weight: bold;
	text-align: center;
	margin-bottom: 100px;
}

.block-6-heading:after {
  position: absolute;
  content: '';
  background: #eb001a;
  height: 6px;
  top: calc(50% - 35px);
  width: 100%;
  left: 0;
	z-index: -1;
}

.block-6-heading span {
	background-color: #ffffff;
	padding: 0 60px;
}

.block-6-product-image {
	width: 100%;
}

.block-6-product-image img {
	width: 100%;
}

.block-6-description-content-wrapper {
	display: flex;
	gap: 50px;
}

.block-6-description-item {
	position: relative;
	border-radius: 50px;
	width: 705px;
	box-sizing: border-box;
	padding: 37px 100px;
	border-radius: 50px;
	background-color: #ffffff;
}

.block-6-description-item:before {
	position: absolute;
	content: '';
	box-shadow: 0px 0px 100px 0px rgba(27, 31, 32, 0.1);
	width: 100%;
	height: 100%;
	border-radius: 50px;
	left: 0;
	top: 0;
	z-index: -1;
}

.block-6-description-heading {
	font-family: 'DIN Pro Condensed Bold';
	font-size: 50px;
	line-height: 50px;
	text-transform: uppercase;
	margin-bottom: 32px;
}

.note-2 {
	position: absolute;
	right: 30px;
	bottom: -60px;
	font-size: 18px;
    color: #2b2b2b;
	font-family: 'DIN Pro';
}

.color-purple {
	color: #7e219f;
}

.color-green {
	color: #77c478;
}

.color-red {
	color: #e2001a;
}

.color-burgundy {
	color: #af2832;
}

.color-violet {
	color: #6e4ca4;
}

.block-6-description-item ul {
	font-family: 'DIN Pro';
	font-size: 26px;
	line-height: 26px;
	color: #000000;
	list-style: none;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: -36px;
}

.block-6-description-item ul li {
	position: relative;
	margin-bottom: 20px;
}

.block-6-description-item:nth-of-type(1) ul li:before {
	position: absolute;
    content: "•";
    left: -35px;
    font-weight: bold;
    color: #6e4ca4;
}

.block-6-description-item:nth-of-type(2) ul li:before {
	position: absolute;
    content: "•";
    left: -35px;
    font-weight: bold;
    color:#6e4ca4;
}

.block-7-heading {
	position: relative;
	font-family: 'DIN Pro Condensed Bold';
	font-size: 70px;
	line-height: 70px;
	text-transform: uppercase;
	color: #ec001a;
	font-weight: bold;
	text-align: center;
}

.block-7-heading:after {
  position: absolute;
  content: '';
  background: #eb001a;
  height: 6px;
  top: calc(50% - 35px);
  width: 100%;
  left: 0;
	z-index: -1;
}

.block-7-heading span {
	background-color: #ffffff;
	padding: 0 60px;
}

.block-7-content-wrapper {
	display: flex;
	align-items: center;
	gap: 50px;
}

.block-7-content-image {
	width: 810px;
	flex-shrink: 0;
	overflow: visible;
}

.block-7-content-image img {
	width: 112%;
}

.block-7-content-description-wrapper {
	font-family: 'DIN Pro Bold';
	font-size: 26px;
}

.block-7-content-description {
	font-family: 'DIN Pro';
	font-size: 26px;
	line-height: 30px;
}

.block-7-content-description-heading {
	margin-bottom: 9px;
}

.block-7-content-description {
	margin-bottom: 50px;
}

.block-2-nowrap, .nowrap {
	white-space: nowrap;
}


@media only screen and (max-width: 1460px) {
    html {
        zoom:0.78;
	}

	.block-3-wrapper:before {
		margin: -7px;
	}
}

@media only screen and (max-width: 1160px) {
    html {
        zoom:0.58;
	}
}

@media only screen and (min-width: 601px) and (max-width: 880px) {
    html {
        zoom:0.48;
	}

	.block-3-wrapper:before {
		margin: -7px;
	}
}


/*

@media only screen and (max-width: 600px) {
  html {
		zoom: 0;
	}

	.wrapper-flex-block-1 {
		flex-direction: column-reverse;
		align-items: center;
		margin-top: 80px;
	}

	.title {
		text-align: center;
	}

	.img-cat-1 {
		position: relative;
		bottom: unset;
		width: unset;
		height: unset;
		margin-bottom: 30px;
	}

	.img-cat-1 {
		width: 75%;
		margin: 0 auto;
	}

	.wrapper-flex-block-2 .col-1, .wrapper-flex-block-2 .col-2 {
		width: 100%;
	}

	.img-cat-2 {
		width: unset;
		height: unset;
		margin-bottom: 30px;
	}

	.img-cat-2 img {
		margin-top: 0;
		width: 75%;
		display: block;
		margin: 0 auto;
	}

	.block-2 .title {
		text-align: center;
	}

	.block-2-decription {
		box-sizing: border-box;
		text-align: center;
		padding: 0 20px;
	}

	.wrapper-flex-block-2 {
		flex-direction: column;
	}

	.block-3-content-wrapper {
		align-items: center;
		flex-direction: column;
	}

	.block-3-product-about {
		text-align: center;
	}

	.block-3-product-info {
		align-items: center;
	}

	.block-3-product-info {
		padding-right: unset;
	}

	.block-3-product-image {
		margin-bottom: 30px;
	}

	.block-3-heading-container {
		width: 80%;
	}

	.block-3-text-bottom-container {
		width: 75%;
	}

	.block-3-heading-container .title {
		font-size: 45px;
		line-height: 70px;
	}

	.block-3-text-bottom-container .title {
		font-size: 35px;
		line-height: 70px;
	}

	.block-3-product-image {
		width: 100%;
	}

	.block-3 {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.block-4-advantages-wrapper {
		justify-content: center;
	}

	.block-4-advantage-content-item {
		width: 100%;
		height: unset;
	}

	.block-4-heading span {
		font-family: 65px;
		line-height: 70px;
		padding: 0;
		width: 75%;
	}

	.block-4-advantages-wrapper {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.block-5-product-slogan {
		width: 70%;
		font-size: 35px;
	}

	.block-5-heading span {
		width: 65%;
		padding: 0;
	}

	.block-5-caption {
		top: 26%;
		right: 75px;
	}

	.block-6-description-item {
		width: 100%;
	}

	.block-6-description-content-wrapper {
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.block-7-content-wrapper {
		flex-direction: column;
	}

	.block-7-content-image {
		width: unset;
	}

	.block-7-content-image img {
		width: 78%;
		display: block;
		margin: 0 auto;
		position: relative;
		left: 51px;
	}

	.block-7-heading span {
		padding: 0;
		width: 75%;
		display: inline-block;
	}

	.block-7-heading:after {
		top: calc(50% - 71px);
	}

	.block-7-content-description-wrapper {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.note {
		bottom: 60px;
	}
}

@media only screen and (max-width: 460px) {
	.title {
		font-size: 65px;
		line-height: 70px;
	}

	.img-cat-1 img {

	}

	.block-1 {
		margin-bottom: 120px;
	}

	.block-3-heading-container .title {
		font-size: 35px;
		line-height: 40px;
	}

	.block-3-heading-container {
		height: 70px;
		top: -35px;
	}

	.block-3-product-about {
		font-size: 65px;
		line-height: 70px;
	}

	.block-3-product-title {
		width: 496px;
		font-size: 50px;
	}

	.block-3-text-bottom-container .title {
		font-size: 25px;
		line-height: 40px;
	}
	.block-4-heading {
		font-size: 65px;
		line-height: 70px;
	}

	.block-4-heading:after {
		top: calc(50% - 34px);
	}


	.block-7-heading {
		font-size: 65px;
		line-height: 70px;
	}

	.block-7-heading:after {
		top: calc(50% - 73px);
	}

	.text-wrap {
		white-space: nowrap;
	}

	.block-5-caption {
		font-size: 40px;
		line-height: 40px;
		top: 30%;
	}
}

*/

@media only screen and (min-width: 701px) {
	.block-4-heading br {
		display: none;
	}
	
	.block-3-product-about br {
		display: none;
	}
}


@media only screen and (max-width: 701px) {
  html {
		zoom: 0;
	}

	.logo {
		max-width: 250px;
	}

	.wrapper-flex-block-1 {
		flex-direction: column-reverse;
		align-items: center;
		margin-top: 50px;
	}

	.title {
		text-align: center;
		font-size: 60px;
		line-height: 60px;
	}

	.block-1 {
		margin-bottom: 120px;
	}


	.block-2-decription {
		font-size: 18px;
		line-height: 24px;
	}
	
	.block-2-nowrap br {
		display: none;
	}

	.img-cat-1 {
		position: relative;
		bottom: unset;
		width: unset;
		height: unset;
		margin-bottom: 30px;
	}

	.img-cat-1 {
		width: 60%;
		margin: 0 auto;
	}

	.wrapper-flex-block-2 .col-1, .wrapper-flex-block-2 .col-2 {
		width: 100%;
	}

	.img-cat-2 {
		width: unset;
		height: unset;
		margin-bottom: 30px;
	}

	.img-cat-2 img {
		margin-top: 0;
		width: 75%;
		display: block;
		margin: 0 auto;
	}

	.block-2 {
		margin-bottom: 120px;
	}

	.block-2 .title {
		text-align: center;
		margin-bottom: 30px;
		font-size: 45px;
		line-height: 50px;
	}

	.block-2-decription {
		box-sizing: border-box;
		text-align: center;
		padding: 0 20px;
	}

	.wrapper-flex-block-2 {
		flex-direction: column;
	}

	.block-3-content-wrapper {
		align-items: center;
		flex-direction: column;
		padding-top: 75px;
	}

	.block-3-product-about {
		text-align: center;
	}

	.block-3-product-info {
		align-items: center;
	}

	.block-3-product-info {
		padding-right: unset;
	}

	.block-3-product-image {
		margin-bottom: 30px;
	}

	.block-3-product-about {
		font-size: 45px;
		line-height: 50px;
	}

	.block-3-product-title {
		max-width: 350px;
		font-size: 35px;
		height: 55px;
	}

	.block-3-product-subtext {
		text-align: center;
	}

	.block-3-heading-container {
		width: 80%;
		height: 80px;
		top: -44px;
	}

	.block-3-text-bottom-container {
		width: 75%;
	}

	.block-3-heading-container .title {
		font-size: 30px;
		line-height: 35px;
		padding: 0 20px;
	}

	.block-3-text-bottom-container .title {
		font-size: 28px;
		line-height: 28px;
		padding: 0 20px;
	}

	.block-3-product-image {
		width: 60%;
	}

	.block-3 {
		box-sizing: border-box;
		padding: 0 20px;
		margin-bottom: 80px;
	}

	.block-3-product-subtext {
		padding: 0 20px;
	}

	.block-3-wrapper:before {
		margin: -5px;
	}

	.block-3-product-about br {
		display: block;
	}

	.block-4 {
		margin-bottom: 80px;
	}
	
	.block-4-heading br {
		display: block;
	}

	.block-4-advantages-wrapper {
		justify-content: center;
	}

	.block-4-advantage-content-item {
		width: 100%;
		height: unset;
		padding: 20px 20px;
		justify-content: flex-start;
	}

	.advantage-pic {
		width: 135px;
		height: unset;
	}

	.advantage-description {
		padding-left: 20px;
	}

	.advantage-description-heading {
		font-size: 18px;
	}

	.advantage-description-text {
		font-size: 18px;
	}

	.block-4-heading span {
		padding: 0;
		width: 75%;
		display: inline-block;
	}

	.block-4-heading:after {
		height: 4px;
		top: 24px;
	}

	.block-4-advantages-wrapper {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.block-4-heading {
		margin-bottom: 50px;
		line-height: 50px;
		font-size: 45px;
		line-height: 50px;
	}

	.block-5 {
		margin-bottom: 80px;
	}

	.block-5-heading {
		font-size: 45px;
		line-height: 50px;
	}

	.block-5-product-slogan {
		width: 90%;
		font-size: 30px;
		height: 60px;
		top: 76%;
		text-align: center;
	}

	.block-5-product-image {
		max-width: 400px;
	}

	.block-5-product-text {
		font-size: 30px;
		margin-top: 40px
	}

	.block-5-product-image:before {
		width: 80%;
		height: 80%;
	}

	.block-5-heading span {
		width: 65%;
		padding: 0;
	}

	.block-5-heading:after {
		height: 4px;
		top: 23px;
	}

	.block-5-caption, .block-5-caption-2 {
		font-size: 38px;
		line-height: 34px;
	}
	
	.block-5-caption {
		top: 26%;
		right: 38px;		
	}	
	
	.block-5-caption-2 {
		top: 26%;
		left: 38px;
	}

	.block-5-product-image:before {
		left: 52px;
		top: 20px;
	}

	.block-6 {
		margin-bottom: 120px;
	}

	.block-6-heading {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 50px;
	}

	.block-6-heading span {
		padding: 0;
		width: 75%;
		display: inline-block;
	}

	.block-6-heading:after {
		height: 4px;
		top: calc(50% - 27px);
	}


	.block-6-description-item {
		width: 100%;
		padding: 30px 70px;
	}

	.block-6-description-heading {
		font-size: 45px;
		line-height: 50px;
	}

	.block-6-description-item ul {
		font-size: 18px;
		line-height: 24px;
	}

	.block-6-description-item ul li {
		margin-bottom: 10px;
	}

	.block-6-description-content-wrapper {
		flex-direction: column;
		align-items: center;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.block-7-heading {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 20px;
	}

	.block-7-content-wrapper {
		flex-direction: column;
	}

	.block-7-content-image {
		width: unset;
	}

	.block-7-content-image img {
		width: 87%;
		display: block;
		margin: 0 auto;
		position: relative;
		left: 16px;
	}

	.block-7-heading span {
		padding: 0;
		width: 75%;
		display: inline-block;
	}
	
	.block-5-heading span {
		padding: 0;
		width: 75%;
		display: inline-block;		
	}

	.block-7-heading:after {
		top: calc(50% - 50px);
		height: 4px;
	}

	.block-7-content-description-wrapper {
		box-sizing: border-box;
		padding: 0 20px;
	}

	.block-7-content-description-heading {
		font-size: 18px;
		line-height: 24px;
	}

	.block-7-content-description {
		font-size: 18px;
		line-height: 24px;
	}

	.note {
		bottom: 60px;
		font-size: 15px;
	}

	.note-2 {
		font-size: 15px;		
	}

	.block-3-product-subtext br {
		display: none;
	}
}



@media only screen and (max-width: 440px) {
	.title {
		font-size: 50px;
		line-height: 50px;
	}

	.block-2 {
		margin-bottom: 100px;
	}
	
	.block-3-wrapper {
		border-radius: 30px;
	}

	.block-3-heading-container .title {
		font-size: 30px;
	}

	.block-3-heading-container {
		height: 75px
	}

	.block-3-heading-container {
		top: -41px;
	}
	
	.block-4-heading {
		font-size: 36px;
		line-height: 46px;
	}
	
	.block-4-heading:after {
		top: 22px;
	}
	
	.advantage-description {
		padding-right: 0;
		padding-left: 15px;
	}
	
	.advantage-description-heading {
		font-size: 15px;
		margin-bottom: 10px;
	}
	
	.block-4-advantages-wrapper {
		gap: 25px;
	}

	.block-3-product-about {
		font-size: 36px;
		line-height: 46px;
		margin-bottom: 35px;
	}

	.block-3-product-title {
		max-width: 258px;
		font-size: 26px;
		height: 55px;
		margin-bottom: 35px;
	}

	.block-3-product-subtext {
		font-size: 18px;
		line-height: 24px;
	}

	.block-3-text-bottom-container {
		height: 54px;
	}

	.block-3-text-bottom-container {
		bottom: -22px;
	}

	.block-4-heading {
		font-size: 36px;
		line-height: 46px;
	}

	.advantage-pic {
		width: 95px;
	}

	.block-5-heading {
		font-size: 36px;
		line-height: 46px;
	}
	
	.block-5-caption, .block-5-caption-2 {

		font-size: 30px;
		line-height: 30px;
	}

	.block-5-caption {
		top: 17%;
		right: 44px;		
	}
	
	.block-5-caption-2 {
		top: 17%;
		left: 44px;		
	}

	.block-5-product-image:before {
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		width: 70%;
		height: 70%;
	}

	.block-5 {
		margin-bottom: 80px;
	}

	.block-6-heading:after {
		top: unset;
		bottom: calc(100% - 22px);
	}

	.block-6-description-heading {
		font-size: 36px;
		line-height: 46px;
	}

	.block-6-description-item {
		width: 100%;
		padding: 30px 50px;
		padding-right: 20px;
	}
	
	.block-6-description-content-wrapper {
		gap: 25px;
	}
	
	.block-6-description-heading {
		margin-bottom: 10px;
	}
	
	.block-6-heading {
		font-size: 30px;
		line-height: 35px;
	}

	.block-7-heading {
		font-size: 36px;
		line-height: 46px;
	}

	.block-6 {
		margin-bottom: 100px;
	}

	.block-7-heading {
		margin-bottom: 20px
	}

	.block-7-content-wrapper {
		gap: 35px;
	}
}

@media only screen and (max-width: 448px) {
	.block-3-text-bottom-container .title {
		font-size: 21px;
		line-height: 21px;
		padding: 0 20px;	
		}
		
	.block-3-heading-container .title {
		font-size: 26px;
		line-height: 28px;
	}
	
	.block-3-heading-container {
		height: 90px;
	}
}

@media only screen and (max-width: 407px) {
	.title {
		font-size: 40px;
		line-height: 45px;
	}
	
	.block-2 .title {
		font-size: 30px;
		line-height: 35px;		
	}
	
	.block-3-product-about {
		font-size: 30px;
		line-height: 35px;	
	}
	
	.block-4-heading {
		font-size: 30px;
		line-height: 35px;
	}
	
	.block-5-heading {
		font-size: 30px;
		line-height: 35px;		
	}
	
	.block-6-heading span {
		font-size: 30px;
		line-height: 35px;			
	}
	
	.block-7-heading {
		font-size: 30px;
		line-height: 35px;			
	}
	
	.block-7-heading:after {
		top: calc(50% - 36px);
	}
}



@media only screen and (max-width: 369px) {
	.block-3-heading-container .title {
		font-size: 26px;
	}
	
	.block-3-text-bottom-container .title {
		font-size: 17px;		
	}
	
	.block-5-product-slogan {
		font-size: 26px;		
	}
}