.header {
	position: fixed;
	width: 100%;
	top: 0;
}

main.container {
	padding-top: 113px;
}

#mom-post-content figure,
.single-post figure{
	width: auto;
}

.text-gradient:not(:hover){
	background: -o-linear-gradient(180.45deg, rgba(218, 93, 156, 0.9) 1.91%, rgba(146, 66, 146, 0.9) 100.8%);
	background: linear-gradient(269.55deg, rgba(218, 93, 156, 0.9) 1.91%, rgba(146, 66, 146, 0.9) 100.8%);
	-webkit-background-clip: text;
 	-webkit-text-fill-color: transparent;
}

.quiz-finish-disclaimer{
	margin-top: 10px;
	text-align: right;
	font-size: 14px;
	color: #6a6a6a;
}

.slider-types-card__main.right{
	padding-bottom: 80px;
}

.right .slider-types-buttons .slider-types__btn:first-of-type{
	width: 250px;
}

.slider-types .right .gradient-btn{
	text-transform: uppercase;
	background: -o-linear-gradient(6.45deg, #FFE81C -8.97%, #FF7A50 84.37%);
	background: linear-gradient(83.55deg, #FFE81C -8.97%, #FF7A50 84.37%);
	-webkit-box-shadow: 2px 3px 29px 0 #832A6D7A;
	        box-shadow: 2px 3px 29px 0 #832A6D7A;
	margin-top: 30px;
	margin-left: 10px;
	font-size: 16px;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	width: 250px;
	-webkit-transition: 0.25s all;
	-o-transition: 0.25s all;
	transition: 0.25s all;
}

.slider-types .right .gradient-btn:hover{
	background-image: -o-linear-gradient(6.45deg, #FFE81C -80.97%, #FF7A50 84.37%);
	background-image: linear-gradient(83.55deg, #FFE81C -80.97%, #FF7A50 84.37%);
}

.slider-types .main-image.right{
	max-width: 209px;
	margin-bottom: 40px;
}

.page-kapli .button.fill-bg{
	margin-top: 20px;
	background: #EC519E;
	-webkit-box-shadow: 2px 3px 29px 0 #832a6d7a;
	        box-shadow: 2px 3px 29px 0 #832a6d7a;
	text-transform: uppercase;
	padding-left: 31px;
	padding-right: 31px;
	color: #fff;
	font-size: 16px;
}

.page-kapli .button.fill-bg:hover{
	color: #000;
}

.page-kapli .product__description{
	margin-bottom: 20px;
}

.page-kapli .product-card{
	padding-bottom: 30px;
}

.page-kapli .product__img{
	top: -150px;
}

#mom-post-content h2,
.single-post main h2{
	color: #924292;
	margin-top: 60px;
}

.wp-block-quote{
	font-size: 24px;
	line-height: 1.3;
	color: #924292;
	font-weight: bold;
	padding: 100px 10px 30px 55px;
	position: relative;
}

.wp-block-quote p:empty{
	display: none;
}

.wp-block-quote::after{
	content: '';
	position: absolute;
	top: 65px;
	right: 0;
	display: block;
	width: calc( 100% - 55px );
	height: 2px;
	background: #924292;
}

.wp-block-quote::before{
	content: '“';
	display: block;
	position: absolute;
	width: 50px;
	height: 125px;
	left: 0;
	top: 20px;
	font-size: 96px;
	font-weight: normal;
	color: #924292;
}

/* MEDIA */
@media screen and (min-width: 1024px) and (max-width: 1550px) {
	header .button.square{
		padding-left: 15px;
		padding-right: 15px;
	}

	header .header-nav__list-item:not(:last-child){
		margin-right: 0;
	}
}

@media screen and (min-width: 1024px){
	header .container-clear,
	header .container{
		width: 100% !important;
		padding: 0 40px;
	}
}

@media screen and (max-width: 1439px) {
	main.container {
		padding-top: 152px;
	}

	.slider-types .right .gradient-btn{
		margin-top: 10px;
  		margin-left: 0;
	}

	.slider-types-card__main.right{
		padding-bottom: 20px;
	}

	.slider-types .main-image.right{
		margin-bottom: 0;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
	.page-kapli .product__img {
	    top: -110px;
	}
}

@media screen and (max-width: 1023px) {
	main.container {
		padding-top: 86px;
	}

	.page-kapli .button.fill-bg{
		padding-left: 21px;
  		padding-right: 21px;
	}

	.header-nav__list-item:nth-child(8){
		margin: 0!important;
	}

	.header-nav__list-item:last-of-type{
		margin-top: 17px;
		margin-bottom: 48px;
	}
}

@media screen and (max-width: 767px) {
	main.container {
		padding-top: 59px;
	}

	.right .slider-types__title{
		margin-bottom: 15px;
	}

	.page-kapli .product-card .button{
		width: 250px;
	}

	.page-kapli .product__img{
		top: -100px;
	}

	.page-kapli .product-container{
		margin-top: 30px;
	}

	.page-kapli .product-card{
		margin-top: 70px;
	}
}

@media screen and (max-width: 539px) {
	main.container {
		padding-top: 46px;
	}

	.slider-types-card .slider-types-card__info.right{
		padding-top: 0;
		padding-left: 40px;
	}

	.slider-types-card__main.right .slider-types__btn.button {
	    width: 230px;
	    padding-left: 10px;
	    padding-right: 10px;
	    font-size: 16px;
	}

	.page-kapli .button.fill-bg {
	    padding-left: 10px;
	    font-size: 14px;
	    padding-right: 10px;
	    margin-top: 10px;
	}

	.page-kapli .product-card .button {
	    width: 230px;
	}

	.page-kapli .product__img {
	    top: -90px;
	}

	.page-kapli .product-card {
	    margin-top: 50px;
	}

	.wp-block-quote{
		padding-top: 60px;
	}

	.wp-block-quote::before {
		top: 0;
	}

	.wp-block-quote::after{
		top: 45px;
	}
}

.custom-block .pharms-items-hex:nth-child(10) img {
	max-width: 50%;
}

.pharms-items-hex:nth-child(10),
.pharms-items-hex:nth-child(11) {
	display: none;
}

@media (min-width: 768px) {
	.pharms-items-hex:nth-child(10),
	.pharms-items-hex:nth-child(11) {
		display: none;
	}

	.custom-block .pharms-items-hex:first-child {
		margin-left: 88px !important;
	}

	.custom-block .pharms-items-hex:nth-child(6) {
		margin-left: 0 !important;
	}

	.custom-block .pharms-items-hex:nth-child(10),
	.custom-block .pharms-items-hex:nth-child(11) {
		display: flex;
		margin-top: -70px !important;
	}

	.custom-block .pharms-items-hex {
		height: 260px !important;
		width: 220px !important;
	}

	.custom-block .pharms-items-hex:nth-child(10),
	.custom-block .pharms-items-hex:nth-child(11),
	.custom-block .pharms-items-product {
		left: -120px;
		bottom: 220px;
		height: 200px;
		width: 243px;
	}
}

@media (min-width: 768px) and (max-width: 1439px) {
	.custom-block .pharms-items-hex:first-child {
		margin-left: 73px !important;
	}

	.custom-block .pharms-items-hex {
		height: 203px !important;
		width: 168px !important;
	}

	.custom-block .pharms-items-hex:nth-child(10), .custom-block .pharms-items-hex:nth-child(11) {
		margin-top: -60px !important;
	}

	.custom-block .pharms-items-product {
		left: -100px;
		bottom: 165px;
		height: 160px;
		width: 210px;
	}
}

@media (min-width: 768px) and (max-width: 1023px) {
	.custom-block .pharms-items-hex:first-child {
		margin-left: 52px !important;
	}

	.custom-block .pharms-items-hex {
		height: 140px !important;
		width: 120px !important;
	}

	.custom-block .pharms-items-hex:nth-child(10),
	.custom-block .pharms-items-hex:nth-child(11) {
		margin-top: -40px !important;
	}

	.custom-block .pharms-items-product {
		left: -75px;
		bottom: 110px;
		height: 118px;
		width: 150px;
	}

	.custom-block .pharms-items-hex:nth-of-type(n+5) {
		display:flex;
	}
}

@media (max-width: 767px) {
	.custom-block .pharms-items-hex.pharms-items-hex:nth-child(11) {
		margin-left: 72px;
	}

	.custom-block .pharms-items-hex.pharms-items-hex:nth-child(11),
	.custom-block .pharms-items-hex.pharms-items-hex:nth-child(12) {
		margin-top: -55px;
	}
}

@media (max-width: 539px) {
	.custom-block .pharms-items-hex.pharms-items-hex:nth-child(11) {
		margin-left: 45px;
	}

	.custom-block .pharms-items-hex.pharms-items-hex:nth-child(11),
	.custom-block .pharms-items-hex.pharms-items-hex:nth-child(12) {
		margin-top: -42px;
	}
}

@media screen and (max-width: 360px){
	.wp-block-quote{
		font-size: 20px;
	}
}