.question,
.answer {
	margin: 0 0 10px 0px;
	min-height: 110px;
	padding: 5px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
}
.question {
	background: #f8f8f8;
    font-weight: bold;
}
.question img{
  border-radius: 50%;
  overflow: hidden;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 3px;
}

.answer img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: block;
}

.question img {
  transform: translate(0%, -50%);
}

/* .answer img {
  top: 10px;
  transform: translateX(-50%);
} */


.answer p {
	margin: 0 0 10px 0 !important;
	/* padding-right: 15px !important; */
}

.answer p img {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

.question p:last-of-type,
.answer p:last-of-type {
	margin-bottom: 0!important;
}

.question p span,
.answer p span {
	font-weight: 700;
}

.violet {
    color: #0e0097;
}

.excl {
	margin: 0;
	background: #2e4b83;
	color: #fff;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 700;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 60px;
	padding-right: 60px;
	min-height: 80px;
	border-radius: 0 100px 100px 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}

.excl::before {
    content: "";
    display: block;
    width: 18px;
    height: 80px;
    left: 22px;
    top: -10px;
    position: absolute;
    background: url(../images/excl.png) center center no-repeat;
    background-size: contain;
}

.excl p {
	margin: 15px 0 !important;
}

.excl p span.red {
	color: crimson;
}

.excl p a {
	color: #6e9bff;
}

.excl img {
    display: block;
    width: 18px;
	height: 80px;
	left: 22px;
	top: -10px;
	position: absolute;
}

.adva {
    display: table;
    width: auto;
    margin: 25px auto 25px;
  }

@media(max-width: 570px) {
    .adva {
        width: 85%;
    }
}

.adva h2 {
    font-size: 24px;
    font-weight: 700;
}

.adva ul {
    font-size: 20px;
}

.adva ul li {
    position: relative;
    margin-bottom: 12px;
	margin-left: 50px;
}

.adva ul .checkmark {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: -30px;
}

.adva ul li::marker{
    content: none;
}

.adva ul .red {
    padding: 0;
}

.adva ul li {
    padding: 0 !important   ;
}


.accordion  {
    margin: 0px auto 30px;
    max-width: 700px;
  }
  
  .accordion .accordion-item {
    border-bottom: 1px solid #dcdcdc;
  }
  
  .accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #fff;
  }
  
  .accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 15px 0;
    font-weight: 700;
    color: #19417d;
    border: none;
    background: none;
    outline: none;
    padding: 0 !important;
    text-transform: none !important;
  }
  
  .accordion button:hover,
  .accordion button:focus {
    cursor: pointer;
    color: #000 !important;
    background-color: transparent !important;
  }
  
  .accordion button:hover::after,
  .accordion button:focus::after {
    cursor: pointer;
    color: #19417d !important;
    border: 1px solid #dcdcdc;
  }
  
  .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    white-space: break-spaces;
  }
  
  .accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
  }
  
  .accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 2px;
    background: currentColor;
  }
  
  .accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 10px;
    background: currentColor;
  }
  
  .accordion button[aria-expanded='true'] {
    color: #000;
  }
  
  .accordion button[aria-expanded='true'] .icon::after {
    width: 0;
  }
  
  .accordion button[aria-expanded='true'] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
  
  .accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
  }
  
  .accordion .accordion-content p {
    margin: 0 0 20px;
    text-align: left;
    font-size: 18px !important;
  }
  
  .product-image {
    width: 100%;
    max-width: 350px;
  }
  
  @media screen and (max-width: 768px) {
    .product-image {
        max-width: 270px;
    }
  }

  .conditions {
	/* margin: 0 20px; */
	/* padding: 0 20px; */
	margin-bottom: 30px;
	padding-top: 45px;
	background: #faf1f1;
}
.conditions h3 {
	text-align: center;
	margin: 0 50px;
	margin-bottom: 40px;
	color: #e20000 !important;
	position: relative;
    font-size: 20px !important;
}
.conditions h3::after {
	content: '';
	display: block;
	width: 90px;
	height: 2px;
	background: #e20000;
	bottom: -20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.conditions ul {
	list-style-type: none;
	padding-right: 50px;
	padding-bottom: 30px;
	padding-left: 40px;
}
.conditions li {
	padding-left: 30px;
	display: block;
	margin-bottom: 25px;
	position: relative;
}

.conditions li:before {
    content: none;
}

.conditions li img {
    display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	left: 0px;
	top: 2px;
}

.conditions ul li .red {
    padding: 0 !important;
}
.conditions li:last-of-type {
	margin-bottom: 0;
}
.conditions li span {
	font-weight: 700;
}

* {
    font-family: "arial", "sans-serif" !important;
    line-height: 1.35em !important;
}
/* 

.effects {
	background: linear-gradient(117.36deg, #3262be 2.35%, #21417d 99.66%);
	color: #fff;
	margin-bottom: 30px;
}
.effects__container {
	padding: 5% 15%;
	padding-bottom: 5%;
}

.effects > img {
	position: absolute;
	margin-top: 130px !important;
}

@media screen and (max-width: 768px) {
	.effects__container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.effects ul {
	list-style-type: none;
}
.effects h3 {
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
    color: #fff !important;
    font-size: 22px;
}
.effects h3::after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
}
.effects li {
	font-size: 18px;
	min-height: 35px;
	padding-left: 30px;
	position: relative;
}

.effects li:before {
	content: none;
}

.effects li img {
	position: absolute;
	display: block;
	width: 18px;
	height: 18px;
	left: 0;
	top: 3px;
}

.effects p {
	color: #fff;
}

.effects ul li p {
    color: #fff !important;
    margin: 0 !important;
} */

.pulse {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }

    50% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
    }
}

a {
    text-decoration: none !important;
}

.gal1 img {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: -20px;
}

.gal1 ul li {
    list-style: none;
    padding-left: 10px;
}

.gal1 ul li {
    position: relative;
}

.gal2 li {
    position: relative;
    list-style: none;

}

.gal2 li img {
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: -30px;
}



/* header */
.header {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    background-color: #fff;
    color: #f6303e;
    display: block;
}

.navigation-site {
    width: 100%;
}

.navigation-site__menu {
    height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow-x: auto;
    white-space: nowrap;
    /* padding: 0 80px; */
    align-items: left;
    justify-content: left;
}

.navigation-site__menu {
    list-style: none;
    margin: 0 !important;
}

.brandhead {
    float: left;
    margin-left: 25px;
}

.navigation-site__menu>li>.lnk {
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    position: relative;
    color: #565c5c;
    text-align: center;
}

.navigation-site__menu li {
    margin-right: 40px;
}

.masthead--spacer {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
}

.masthead--box, .masthead--box>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
}

.search-button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 80px;
    height: 100%;
    min-width: 64px;
    text-decoration: none;
    border: 0;
    font-size: 0;
}

.masthead--box>* {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}

.live-lnk {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    font-size: .875rem;
    line-height: 1.0625rem;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    min-width: 60px;
    width: 80px;
    padding-top: 20px;
    text-align: center;
    background-color: #f6303e;
}

.navigation-button {
    overflow: hidden;
    min-width: 60px;
    width: 80px;
    height: 80px;
    font-size: 34px;
    text-decoration: none;
    white-space: nowrap;
    display: block;
    color: #2b3233;
}

.live-lnk, .live-lnk:hover {
    text-decoration: none;
    color: #fff !important;
}

@keyframes blink2 {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.live-lnk:before {
    position: absolute;
    top: calc(50% - 15px);
    animation: blink2 1.5s infinite;
    content: "⬤";
}

.navigation-button>img {
    width: 50%;
    translate: 50% 50%;
}

.lnk {
    color: black !important;
}

.masthead {
    display: flex;
}

.brandhead img {
    display: block;
    width: auto;
}

.brandhead {
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.live-lnk span {
    font-size: 14px !important;
}

@media (max-width: 1140px) {
    .header--1 .masthead, .header--2 .masthead, .header--3 .masthead {
        height: 60px;
        margin-bottom: 42px;
    }
    .navigation-site {
        font-size: .875rem;
        line-height: 1.0625rem;
        position: absolute;
        top: 60px;
        height: 42px;
        background-color: #fff;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    }
    .navigation-site__menu>li>.lnk {
        font-size: 1rem;
        line-height: 1.1875rem;
    }

    .navigation-button>img {
        width: 50%;
        translate: 50% 25%;
    }

    .masthead--box {
        float: right;
    }
}

@media (max-width: 630px) {
    .navigation-site__menu {
        padding-left: 10px;
    }

}

@media (max-width: 520px) {
    .masthead--box a {
        width: 50px;
        height: 50px;
    }

    .brandhead {
        float: none;
        margin: 0;
        margin-top: 10px;
    }

    .brandhead img {
        height: 40px !important;
        width: 150px;
    }

    .live-lnk span {
        font-size: 12px !important;
    }
}

.big-txt {
	background: #e14444;
	color: #fff;
	padding: 15px !important;
	margin-bottom: 1rem;
	
}
.regaly__item {
	position: relative;
    display: grid;
    grid-template-columns: 94px auto;
    gap: 1em;
    margin-bottom: 35px;
	align-items: center;
}


.content-left-doctor {
	display: block;
	width: 100%;
	background-color: transparent;
	padding: 2%;
	margin-top: 25px;
	margin-bottom: 25px;
}

.content-left-doctor-foto {
	display: block;
	width: 50%;
	float: left;
	margin-right: 2%
}

.content-left-doctor-foto img {
	width: 100%;
	display: block
}

.content-left-doctor-text {
	/* display: block; */
	/* width: 50%; */
	/* float: right */
}

@media(max-width: 767px) {
	.content-left-doctor-foto {
		width: 100%;
		margin: 0 auto;
	}
	.content-left-doctor-foto img {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
		max-width: 500px;
	}
	.content-left-doctor-text {
		text-align: center;
	}
}

.content-left-doctor::after {
	content: "";
	display: block;
	clear: both
}

/* clearfix */
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}


.vote-block {
	width: auto;
	display: block;
	background: #eeeff1 none repeat scroll 0 0;
	border-radius: 3px
}

.vote-block-head {
	display: block;
	text-align: left;
	width: auto;
	padding: 15px 20px
}

.vote-block-head h2 {
	color: #8f0001;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	margin-top: 0
}

.vote-block-head span {
	font-size: 18px;
	color: #000;
	text-transform: lowercase
}

.vote-block-content {
	display: block;
	width: auto;
	border: 1px solid #eeeff1;
	background: #fff none repeat scroll 0 0;
	padding: 0 20px;
	font-size: 14px !important
}

.vote-block-content-container:first-child {
	margin-top: 30px
}

.vote-block-content-container:last-child {
	margin-bottom: 40px
}

.vote-block-content-container {
	display: block;
	width: auto;
	margin-bottom: 20px
}

.vote-block-content-container::after {
	content: "";
	display: block;
	clear: both
}

.vote-block-content-text {
	float: left;
	display: block;
	width: 40%;
	text-align: left
}

.vote-block-content-stat {
	display: block;
	float: right;
	width: 60%;
	position: relative;
	background: #eeeff1 none repeat scroll 0 0;
	height: 25px
}

.vote-block-content-stat-line {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	height: 100%;
	background: #66a01d none repeat scroll 0 0;
	text-align: right
}

.vote-block-content-stat-line h6 {
	font-size: 12px;
	color: #eeeff1;
	margin-left: 121%;
	margin-top: 4px
}

.line-1 {
	width: 23%;
	background: #66a01d none repeat scroll 0 0
}

.line-2 {
	width: 47%;
	background: #66a01d none repeat scroll 0 0
}

.line-3 {
	width: 8%;
	background: #66a01d none repeat scroll 0 0
}

.line-4 {
	width: 17%;
	background: #939598 none repeat scroll 0 0
}

.line-5 {
	width: 5%;
	background: #939598 none repeat scroll 0 0
}

.line-1 h6 {
	color: #66a01d
}

.line-2 h6 {
	color: #66a01d;
	margin-left: 108%
}

.line-3 h6 {
	color: #66a01d
}

.line-4 h6 {
	color: #939598
}

.line-5 h6 {
	color: #939598
}

.outline font {
	color: #000 !important;
	font-size: 18px;
	font-weight: 500;
	text-shadow: 0 0 0 #000
}

.outline {
	border: 4px double #ef7c7c;
	padding: 2px 10px;
	background: #fff5f5
}

.post{
    width: 100%;
	max-width: 600px;
    height: auto;
    background: #fff;
    border: 1px solid #dfdfdf;
    margin: 30px auto;
	font-family: Helvetica, Arial, sans-serif;
}


.info-v2{
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.info-v2 .username{
    width: auto;
    font-weight: bold;
    color: #000;
    font-size: 14px;
    margin: 0 0 0 10px;
}

.info-v2 .options{
	width: auto;
    height: 4px;
    cursor: pointer;
	margin: 0 0 0 auto;
}

.info-v2 .user{
    display: flex;
    align-items: center;
}

.info-v2 .profile-pic{
    height: 40px;
    width: 40px;
    padding: 0;
    background: none;
}

.info-v2 .profile-pic img{
    border: none;
	border-radius: 50%;
}

.post-image{
    width: 100%;
    /* height: 500px; */
    object-fit: cover;
	max-width: 100%;
}

.post-content{
    width: 100%;
    padding: 30px 20px 0;
}

.likes {
    font-weight: bold;
	color: #000;
}

.story__text p.description{
    margin: 0px 0 0;
    font-size: 14px;
    line-height: 20px;
}

.story__text p.description span{
    font-weight: bold;
    margin-right: 10px;
}

.post-time {
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.comment-wrapper{
    max-width: 100%;
	padding: 0 10px;
    height: 50px;
    border-top: 1px solid #dfdfdf;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-wrapper .icon{
    height: 30px;
	width: auto;
}

.comment-box{
    width: 80%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 14px;
	padding-left: 15px;
	/* padding: 0; */
	margin: 0;

}

.comment-btn,
.action-btn{
    width: 70px;
    /* height: 100%; */
    background: none;
    border: none;
    outline: none;
    text-transform: capitalize;
    font-size: 16px;
    color: rgb(0, 162, 255);
    opacity: 0.5;
}

.reaction-wrapper{
	width: 100%;
	height: 50px;
	display: flex;
	margin-top: -20px;
	align-items: center;
}

.reaction-wrapper .icon{
	height: 25px;
	margin: 0 10px 0 0;
	width: auto;
}

.reaction-wrapper .icon.save{
	margin-left: auto;
	margin-right: 0;
	
}

.description {
	color: #000;
}

.text-center {
	text-align: center;
}



table {
	border: 2px solid #93c47d;
	width: 100%;
	margin:0;
	padding:0;
	word-wrap: break-word;
}

table tr {
	border: 1px solid #93c47d;
	text-align: center;
}

table th, table td {
	padding: 10px;
	min-width: 100px;
}
table td {text-align: left;border: 1px solid #93c47d;}
table th {
	background: #eee;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

@media screen and (max-width: 1024px) {
	table {
		border: 0;
	}
	table thead {
		display: none;
	}
	table tr {
		margin-bottom: 10px;
		display: block;
		border-bottom: 2px solid #93c47d;
	}
	table td {
		display: block;
		text-align: right;
		border: 0;
		border-bottom: 1px dotted #93c47d;
		width: 100%;
	}
	table td:first-child {
		display: none;
	}
	table td:nth-child(3) {
		text-align: left;
		padding: 0 10px 15px 18px;
	}	
	table td:last-child {
		border-bottom: 0;
	}



	table td:before {
		content: attr(data-label);
		float: left;
		font-weight: bold;
		display: block;
		padding: 0 8px;
		/* background: #fff; */
		color: #b1b7bb;
	}

	table td.black:before {
		color: #969696;
	}
}


.question,
.answer {
	position: relative;
	padding: 0px 0;
	padding-left: 80px;
	min-height: 110px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: relative;
	margin: 20px 0 20px 60px;
	justify-content: center;	
}

.answer p,
.question p {
	padding: 5px 0;
}
.answer p:last-child,
.question p {
	margin-bottom: 0px;	
	margin-top: 0;
}
.question:before,
.answer:before {
	content: '';
	display: block;
	width: 110px;
	height: 110px;
	position: absolute;
	left: 0; 
	border-radius: 50%;
	overflow: hidden;
}
.question:before {
	transform: translate(-50%, -50%);
	background: url(../images/content/question.jpg) center center no-repeat;	
	background-size: cover;
	top: 50%; 
}
.answer:before {
	transform: translate(-50%, -50%);
	background: url(../images/content/answer.jpg) center center no-repeat;	
	background-size: cover;
	top: 55px;
}

.question p {
	font-weight: bold;
}

.uppercase {
	text-transform: uppercase;
}
@media (max-width: 576px) {
	.question,
	.answer {
		position: relative;
		padding: 0px 0;
		padding-left: 46px;
		min-height: 46px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		position: relative;
		margin: 0px 0 40px 35px;
		justify-content: center;	
	}
	.question:before,
	.answer:before {
		content: '';
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		left: 0; 
		border-radius: 50%;
		overflow: hidden;
	}	
	.question:before, .answer:before, .answer2:before  {
		top: 27px;
	}
	
	body {
		font-size: 17px;
		line-height: 1.3em;
	}	
	.red-link {
		font-size: 20px;
		max-width: 100%;
	}
	.quotes.quotes-butterfly li::before {
		content: '';
		display: block;
		width: 80px;
		height: 80px;
		background: url(../images/butterfly.png) center center no-repeat;
		background-size: contain;
		position: absolute;
		left: -37px;
		top: 8px;
		transform: translateY(-50%);
		z-index: 10;
	}	
	.vk-comment-load.reply {
		padding-left: 30px;
	}	
}



.red-link {
	font-weight: bold;
	display: block;
	text-align: center;
	text-decoration: none;
	color: #e14444!important;
	font-size: 25px;
	line-height: 1.4em;
	font-weight: 700;
	max-width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	max-width: 480px
}
.red-link:hover {
	text-decoration: underline;
}
.red-link::after {
	display: inline-block;
	-webkit-animation: dotty steps(1, end) 2s infinite;
	animation: dotty steps(1, end) 2s infinite;
	content: '';
	position: absolute;
	margin-left: 10px;
}
@keyframes dotty {
	0% {
		content: '';
	}
	25% {
		content: '>';
	}
	50% {
		content: '>>';
	}
	75% {
		content: '>>>';
	}
	100% {
		content: '';
	}
}



/* .list {
	padding-left: 35px;
	margin-bottom: 30px;
}
.list ul {
	list-style-type: none;
}
.list li {
	display: block;
	margin-bottom: 15px;
	background: linear-gradient(95.88deg, #3d7071 33.37%, transparent 86.23%);
	padding: 3px 12px;
	padding-right: 50px;
	border-left: 2px solid #32dcd6;
	position: relative;
	line-height: 1.4em;
}
.list li span {
	font-weight: 700;
}
.list li:last-of-type {
	margin-bottom: 0;
}
.list li::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -37px;
	top: 0px;
	background: url(../images/checkmark_violet.png) center center no-repeat;
	background-size: contain;
} */
/*
.effects {
	text-align: left;
	border: 1px solid #a21919;
	border-radius: 6px;
	box-sizing: border-box;
	background: #e37373;
	margin: 15px auto 35px;
	width: auto;
	max-width: 960px;
}
.effects__container {
	padding: 25px 45px 25px;
}
.effects h2 {
	margin-top: 10px;
}

.effects li {
	position: relative;
	padding-bottom: 0;
	padding-left: 32px;
	margin: 0 0 10px -32px!important;
}
.effects li p {
	margin-bottom: 0;
	font-weight: 400;
}

.geffects {
	text-align: left;
	border: 1px solid #6aa869;
	border-radius: 6px;
	box-sizing: border-box;
	margin: 15px auto 35px;
	width: auto;
	max-width: 960px;
}
.geffects__container {
	padding: 15px 55px 25px;
}
.geffects h2 {
	margin-top: 10px;
}

.geffects li {
	position: relative;
	padding-bottom: 0;
	padding-left: 32px;
	margin: 0 0 10px -32px!important;
}
.geffects li p {
	margin-bottom: 0;
	font-weight: 400;
} */


.list-red {
	list-style-type: none;
	padding: 0;
}

.list-red > li {
	background-image: url(../images/crest.png);
	background-position: left 5px;
	background-size: 15px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

.list-green {
	list-style-type: none;
	padding: 0;
}

.list-green > li {
	background-image: url(../images/gal.png);
	background-position: left top 3px;
	background-size: 25px;
	background-repeat: no-repeat;
	padding-left: 30px;
}
