.funk {
	background: #EEF4EF;
}
.funk .wrapper {
	max-width: 1260px;
}
@media(max-width: 767px) {
	.funk .h1 {
		font-size: 20px;
	}
}
.funk__top {
	height: 574px;
	margin-bottom: 64px;
	color: #FFF;
	background-image: url(http://biblioteka.shop/netcat_template/template/demetr/assets/images/func/top.jpg);
    background-position: right center;
	background-repeat: no-repeat;
    background-size: cover;
}
.funk__top-in {
	padding-top: 175px;
}
.funk__top .h0 {
	margin-bottom: 20px;
}
.funk__top-text {
	font-size: 18px;
	margin-bottom: 40px;
}
@media(max-width: 767px) {
	.funk__top {
		margin-bottom: 32px;
        background-image: url(http://biblioteka.shop/netcat_template/template/demetr/assets/images/func/top2.jpg);
        background-position: bottom center;
	}
	.funk__top-in {
		padding-top: 24px;
	}
	.funk__top-text {
		font-size: 14px;
		margin-bottom: 20px;
	}
}


.funk__info .shell {
	position: relative;
	gap: 4px;
	font-family: 'Unbounded';
	text-align: center;
	font-size: 32px;
	line-height: 40px;
	padding-bottom: 40px;
	margin-bottom: 100px;
}
.funk__info .shell:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 472px;
	height: 1px;
	background: #D1D5DB;
}
.funk__info img {
	position: relative;
	top: 8px;
	display: inline;
	max-height: 40px;
}
@media(max-width: 767px) {
	.funk__info .shell {
		font-size: 20px;
		line-height: 24px;
		padding-bottom: 0;
		margin-bottom: 60px;
	}
	.funk__info .shell:after {
		content: none;
	}
	.funk__info img {
		max-height: 20px;
		top: 4px;
	}
}


.funk__choice {
	margin-bottom: 100px;
}
.funk__choice-cols {
	display: flex;
	justify-content: space-between;
}
.funk__choice-left {
	max-width: 35%;
	min-width: 35%;
}
.funk__choice-right {
	display: flex;
	gap: 30px;
}
.funk__choice-item {
	flex: 1;
	text-align: center;
	font-size: 22px;
	max-width: 360px;
}
.funk__choice-item img {
	margin-bottom: 20px;
}
@media(max-width: 767px) {
	.funk__choice {
		margin-bottom: 64px;
	}
	.funk__choice-cols {
		display: block;
	}
	.funk__choice-left {
		max-width: 100%;
		min-width: 100%;
	}
	.funk__choice-item {
		font-size: 16px;
	}
}


.funk__about {
	margin-bottom: 100px;
}
.funk__about-cols {
	display: flex;
	justify-content: space-between;
}
.funk__about-lcol {
	max-width: 40%;
	min-width: 40%;
}
.funk__about-rcol {
	max-width: 50%;
	min-width: 50%;
	font-size: 22px;
	line-height: 26px;
}
@media(max-width: 767px) {
	.funk__about {
		margin-bottom: 64px;
	}
	.funk__about-cols {
		display: block;
	}
	.funk__about-lcol {
		max-width: 100%;
		min-width: 100%;
	}
	.funk__about-rcol {
		max-width: 100%;
		min-width: 100%;
		font-size: 16px;
		line-height: 20px;
	}
}


.funk__good {
	margin-bottom: 100px;
}
.funk__good-list {
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.funk__good-left {
	max-width: 48%;
	min-width: 48%;
    height: 586px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 40px;
}
.funk__good-right {
	max-width: 45%;
	min-width: 45%;
	background: #FFF;
	border-radius: 40px;
	padding: 20px;
}
@media(max-width: 767px) {
	.funk__good {
		margin-bottom: 64px;
	}
	.funk__good .shell {
		padding: 0;
	}
	.funk__good-list {
		display: block;
	}
	.funk__good-left {
		max-width: 100%;
		min-width: 100%;
		border-radius: 0;
		height: 364px;
	}
	.funk__good-right {
		max-width: 100%;
		min-width: 100%;
		padding: 16px;
		border-radius: 0;
	}
    .s-good__buy-wrap {
        display: flex;
    }
}


.funk__bg {
	margin-bottom: 100px;
}
.funk__bg-in {
	position: relative;
	height: 735px;
}
.funk__bg-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.funk__bg-item {
	position: absolute;
	z-index: 2;
	background: #FFF;
	border-radius: 40px;
	padding: 28px 24px;
	font-size: 20px;
	line-height: 24px;
	color: #374151;
}
.funk__bg-item:nth-child(1) {
	top: 0;
	left: 0;
	width: 40%;
}
.funk__bg-item:nth-child(2) {
	top: 40%;
	right: 0;
	width: 35%;
}
.funk__bg-item:nth-child(3) {
	bottom: 0;
	left: 30px;
	width: 45%;
}
.funk__bg-item-title {
	font-family: 'Unbounded';
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
	color: #111827;
}
@media(max-width: 767px) {
	.funk__bg {
		margin-bottom: 64px;
	}
	.funk__bg-in {
		height: auto;
	}
	.funk__bg-item {
		position: relative;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		border-radius: 20px;
		padding: 16px;
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	.funk__bg-item:first-child {
		margin-bottom: 354px;
	}
	.funk__bg-item-title {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 12px;
	}
	.funk__bg-img {
		position: absolute;
		top: 20%;
		right: 0;
		bottom: auto;
		margin: 0;
	}
}
.funk__notes {
	margin-bottom: 100px;
}
.funk__notes-cols {
	display: flex;
	gap: 40px;
}
.funk__notes-lcol {
    position: relative;
}
.funk__notes .h1 {
	position: sticky;
    top: 180px;
    align-self: flex-start;
}
.funk__notes-item {
	padding: 28px 24px;
	background: #FFF;
	border-radius: 40px;
    margin-bottom: 20px;
}
.funk__notes-item-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.funk__notes-item-top .icomoon {
	font-size: 24px;
}
.funk__notes-item-top .h2 {
	margin-bottom: 0;
}
.funk__notes-item-hide {
	font-size: 20px;
	line-height: 24px;
	padding-top: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all ease-out 0.2s;
}
.funk__notes-item--open .funk__notes-item-hide {
	max-height: 500px;
    padding-top: 16px;
    opacity: 1;
    transition: all ease-out 0.2s;
}
@media(max-width: 767px) {
	.funk__notes {
		margin-bottom: 64px;
	}
	.funk__notes-cols {
		display: block;
	}
    .funk__notes-item {
		padding: 16px;
	}
	.funk__notes-item-top .h2 {
		font-size: 14px;
	}
    .funk__notes-item-top .icomoon {
        font-size: 16px;
    }
	.funk__notes-item-hide {
		font-size: 14px;
		line-height: 20px;
	}
}

.funk__base {
	margin-bottom: 100px;
}
.funk__base-in {
	display: flex;
	border-radius: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	color: #FFF;
	font-size: 22px;
	line-height: 26px;
	height: 460px;
}
.funk__base-in-in {
	margin: auto;
	max-width: 70%;
}
@media(max-width: 767px) {
	.funk__base {
		margin-bottom: 64px;
	}
	.funk__base .shell {
		padding: 0;
	}
	.funk__base-in {
		display: block;
		height: auto;
		background-position: bottom center;
		padding: 100px 32px 100px;
		font-size: 14px;
		line-height: 20px;
		border-radius: 0;
	}
	.funk__base-in-in {
		max-width: 100%;
	}
}


.funk__do {
	margin-bottom: 100px;
}
.funk__do-top {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.funk__do-top-left .h1 {
	margin-bottom: 12px;
}
.funk__do-top-sub {
	font-size: 18px;
	color: #9CA3AF;
}
.funk__do-top-right {
	max-width: 45%;
	min-width: 45%;
	font-size: 22px;
	line-height: 26px;
	color: #374151;
}
.funk__do-cols {
	display: flex;
	gap: 20px;
	align-items: flex-end;
}
.funk__do-col {
	flex: 1;
}
.funk__do-col:first-child {
	flex: 0.7;
	padding-bottom: 32px;
}
.funk__do-plus {
	height: 48px;
	border-bottom: 1px solid #D1D5DB;
	color: #374151;
	font-size: 20px;
	margin-top: 40px;
}
.funk__do-item {
	padding: 32px 24px;
	background: #FFF;
	border-radius: 40px;
	border: 1px solid #FFF;
}
.funk__do-item-name {
	display: inline-block;
	font-size: 20px;
	padding: 12px;
	border-radius: 50px;
	font-family: 'Unbounded';
	background: #EEF4EF;
}
.funk__do-item-text {
    height: 48px;
	margin-top: 40px;
	font-size: 20px;
	line-height: 24px;
}
.funk__do-col:last-child .funk__do-item {
	background: #E2F7E2;
	border: 1px solid #47B000;
}
.funk__do-col:last-child .funk__do-item-name {
	background: #CDEAD0;
}
.funk__do-item-text .funk__do-plus {
	display: none;
}
@media(max-width: 1200px) {
	.funk__do-item-text {
		font-size: 16px;
	}
	.funk__do-item {
		padding: 32px 16px;
	}
	.funk__do-col:first-child {
		flex: 0.5;
	}
}
@media(max-width: 992px) {
	.funk__do-top {
		display: block;
		margin-bottom: 20px;
	}
	.funk__do-top-sub {
		font-size: 12px;
		margin-bottom: 12px;
	}
	.funk__do-top-right {
		max-width: 100%;
		min-width: 100%;
		font-size: 16px;
		line-height: 20px;
	}
	.funk__do-col:first-child {
		display: none;
	}
	.funk__do-item-text .funk__do-plus {
		display: block;
		height: auto;
		border-bottom: none;
		font-size: 12px;
		margin-bottom: 8px;
		margin-top: 0;
	}
}
@media(max-width: 767px) {
	.funk__do {
		margin-bottom: 64px;
	}
	.funk__do-cols {
		display: block;
	}
	.funk__do-col:nth-child(2) {
		margin-bottom: -24px;
	}
	.funk__do-col:nth-child(2) .funk__do-item {
		padding: 16px 16px 32px;
	}
	.funk__do-item {
		padding: 16px 20px 24px;
	}
	.funk__do-item-name {
		font-size: 14px;
	}
	.funk__do-item-text {
		font-size: 14px;
		line-height: 16px;
		margin-top: 16px;
	}
}


.funk__pluses {
    display: none;
	margin-bottom: 100px;
}
.funk__pluses-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 32px;
	font-size: 22px;
	line-height: 26px;
	gap: 32px;
}
.funk__pluses-item-img {
	max-width: 50%;
	min-width: 50%;
}
.funk__pluses-item-img img {
	border-radius: 40px;
}
.funk__pluses-item .h1 {
	margin-bottom: 16px;
}
.funk__pluses-item:nth-child(2) {
	flex-direction: row-reverse;
}
@media(max-width: 767px) {
	.funk__pluses {
        display: block;
		margin-bottom: 64px;
	}
	.funk__pluses-item {
		display: block;
		font-size: 14px;
		line-height: 20px;
	}
	.funk__pluses-item-img {
		max-width: 100%;
		min-width: 100%;
	}
	.funk__pluses-item-img img {
		border-radius: 40px 40px 0 0;
	}
	.funk__pluses-item-in {
		background: #FFF;
		padding: 16px 16px 24px;
		border-radius: 0 0 40px 40px;
	}
}

.funk__pos {
	margin-bottom: 100px;
	color: #FFF;
}
.funk__pos-item {
	display: flex;
	border-radius: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 32px;
	min-height: 356px;
}
.funk__pos-item-in {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: auto;
	max-width: 65%;
	padding: 24px 40px;
	border-radius: 20px;
}
.funk__pos-item-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(10px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}
.funk__pos-item-in-in {
	position: relative;
	z-index: 2;
	text-align: center;
	font-size: 22px;
}
.funk__pos-item-in-in .h1 {
	margin-bottom: 16px;
}
@media(max-width: 767px) {
	.funk__pos {
		display: none;
	}
}


.funk__feel {
	margin-bottom: 100px;
}
.funk__feel-list {
	display: flex;
	justify-content: center;
	gap: 64px;
}
.funk__feel-item {
	flex: 1;
	text-align: center;
	font-size: 22px;
	line-height: 26px;
}
.funk__feel-item .h1 {
	margin-bottom: 20px;
}
.funk__feel-item-img {
	display: inline-block;
	max-width: 360px;
	margin-bottom: 20px;
}
@media(max-width: 767px) {
	.funk__feel {
        display: block;
		margin-bottom: 64px;
	}
	.funk__feel-list {
		display: block;
	}
	.funk__feel-item {
		display: block;
		position: relative;
        min-height: 130px;
		padding-left: 142px;
		text-align: left;
		font-size: 16px;
		line-height: 20px;
		margin-bottom: 32px;
	}
	.funk__feel-item .h1 {
		margin-bottom: 12px;
	}
	.funk__feel-item-img {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 130px;
		height: 130px;
	}
}



.funk__relax {
	margin-bottom: 100px;
}
.funk__relax-cols {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.funk__relax-col:last-child {
	max-width: 46%;
	min-width: 46%;
	border-radius: 40px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.funk__relax .h1 {
	margin-bottom: 0;
}
.funk__relax-item {
	margin-top: 20px;
	background: #FFF;
	padding: 28px 24px;
	border-radius: 40px;
	font-size: 20px;
	line-height: 24px;
	color: #374151;
}
.funk__relax-item-title {
	font-family: 'Unbounded';
	margin-bottom: 20px;
}
.funk__relax-xs {
	display: none;
}
@media(max-width: 767px) {
	.funk__relax {
		margin-bottom: 64px;
	}
	.funk__relax .shell {
		padding: 0;
	}
	.funk__relax-cols {
		display: block;
		background-image:url(/netcat_template/template/demetr/assets/images/func/14.png);
	}
	.funk__relax-col {
		display: block;
		padding: 32px 16px;
	}
	.funk__relax-col:last-child {
		display: none;
	}
	.funk__relax-col .h1 {
		display: none;
	}
	.funk__relax-xs {
		display: block;
		padding: 0 16px;
		margin-bottom: 12px !important;
	}
	.funk__relax-item {
		position: relative;
		padding: 28px 16px;
		margin-bottom: 12px;
		background-color: rgba(255, 255, 255, 0.5);
		backdrop-filter: blur(15px);
		font-size: 14px;
		line-height: 20px;
		border-radius: 20px;
	}
	.funk__relax-item-title {
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 12px;
	}
}


.funk__revs {
    padding-bottom: 100px;
}
.funk__rev {
	background: #FFF;
	border-radius: 40px;
	padding: 20px 24px 40px;
    min-height: 470px;
}
.funk__rev-line {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 24px;
	font-size: 16px;
}
.funk__rev-img {
	max-width: 100px;
	min-width: 100px;
	height: 100px;
	background: #A5DEAA;
    border-radius: 50%;
}
.funk__rev-text {
	font-size: 20px;
	line-height: 24px;
}
@media(max-width: 767px) {
    .funk__rev {
		min-height: 350px;
	}
	.funk__rev-img {
		max-width: 80px;
		min-width: 80px;
		height: 80px;
	}
	.funk__rev-text {
		font-size: 14px;
		line-height: 20px;
	}
}