/* styles */

body {
	min-width: 480px;
	background: #ddd;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #222;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

.owl-height {
	-webkit-transition: height 0.3s ease-in-out;
	-o-transition: height 0.3s ease-in-out;
	-moz-transition: height 0.3s ease-in-out;
	transition: height 0.3s ease-in-out;
}

/* button */

.button {
	display: block;
	margin: 0 auto;
	width: 370px;
	height: 80px;
	border: none;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
    border-radius: 42px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: #ffa900;
    background-image: -webkit-linear-gradient(top, #ffba00, #ff8a00);
    background-image: -moz-linear-gradient(top, #ffba00, #ff8a00);
    background-image: -ms-linear-gradient(top, #ffba00, #ff8a00);
    background-image: -o-linear-gradient(top, #ffba00, #ff8a00);
    background-image: linear-gradient(to bottom, #ffba00, #ff8a00);
    border-bottom: 4px solid #d97400;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 80px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

/* section */

section {
	padding: 30px 0;
}

.yellow_theme {
	background: #f5ca16;
}

.dark_theme {
	background: #222;
	color: #fff;
}

.gray_theme {
	background: #ebebeb;
}

/* titles */

h2.title {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 28px;
	line-height: 36px;
	text-transform: uppercase;
	text-align: center;
}

h2.title:after {
	display: block;
	content: '';
	margin: 15px auto 0;
	width: 70px;
	height: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #68c211;
}

h2.title span {
	color: #ffba00;
}

.dark_theme h2.title span {
	color: #f5ca16;
}

/* separator */

.separator {
	width: 62px;
	height: 5px;
	background: url(https://sleeksoul.com/termo/images/separator_red.html) center no-repeat;
}

.separator.white {
	background-image: url(https://sleeksoul.com/termo/images/separator_white.html);
}

/* image */

section .image {
	display: block;
	margin: 0 auto 30px;
}

/* offer */

.offer_section {
	padding: 0;
}

.offer_section.offer1 {
	background: #222;
}

.offer_section.offer2 {
	background: #222;
}

.offer_section .main_title {
    padding: 18px 0 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 58px;
    line-height: 60px;
    text-align: center;
    font-family: 'Bebas Neue', Arial, Helvetica, sans-serif;
}

.offer_section.offer1 .main_title {
	background: #f5ca16;
}

.offer_section.offer2 .main_title, 
.offer_section.offer3 .main_title {
	background-color: #68c211; 
	background-image: -webkit-linear-gradient(94deg, #59ab09 0%, #68c211 100%); 
	background-image: -moz-linear-gradient(94deg, #59ab09 0%, #68c211 100%); 
	background-image: -o-linear-gradient(94deg, #59ab09 0%, #68c211 100%);
	background-image: linear-gradient(-4deg, #59ab09 0%, #68c211 100%);
	color: #fff;
}

.offer_section .info_block {
	position: relative;
}

.offer_section .info_block img {
	display: block;
}

.offer_section .info_block .subtitle {
	padding: 11px 20px 9px;
	width: 100%;
	font-size: 17px;
	letter-spacing: 1px;
	line-height: 26px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.offer_section.offer1 .info_block .subtitle, 
.offer_section.offer2 .info_block .subtitle {
	background: rgba(34,34,34,0.8);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.17);
	color: #fff;
}

.offer_section.offer3 .info_block .subtitle {
	background: #fff;
}

.offer_section .info_block .discount {
	width: 112px;
	height: 112px;
	background: center no-repeat;
	font-weight: 700;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	position: absolute;
	top: 44px;
	right: 0;
}

.offer_section.offer1 .info_block .discount {
	background-image: url(https://sleeksoul.com/termo/images/offer1__discount_bg.html);
	color: #fff;
}

.offer_section.offer3 .info_block .discount {
	background-image: url(https://sleeksoul.com/termo/images/offer3__discount_bg.png);
}

.offer_section .info_block .discount b {
	display: block;
	width: 100px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	white-space: nowrap;
	position: absolute;
	color: #fff;
	top: 42px;
	left: 21px;
}

.offer_section .price_block {
	margin: 0 0 34px;
	position: relative;
}

.offer_section .price_item {
	float: left;
	width: 50%;
	height: 74px;
	text-align: center;
}

.offer_section .price_item.old {
    padding: 13px 65px 0 0;
    background: #ebebeb;
    color: #414141;
}

.offer_section .price_item.new {
	padding: 13px 0 0 65px;
	background: #ff9c00;
	color: #fff;
}

.offer_section .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}

.offer_section .price_item .value {
	font-weight: 700;
	font-size: 25px;
	line-height: 30px;
}

.offer_section .price_item.new .value {
	font-weight: 900;
}

.offer_section .price_item.old .value {
	text-decoration: line-through;
}

.offer_section .discount {
	padding: 19px 0 0 46px;
	width: 176px;
	height: 92px;
	background: url(../images/offer2__discount_bg.png) center no-repeat;
	color: #fff;
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -88px;
}

.offer_section .discount .text {
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 8px;
	text-transform: uppercase;
}

.offer_section .discount .value {
	margin: 0 0 0 5px;
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
}

.offer_section ul {
	padding: 0 55px 25px;
}

.offer_section ul li {
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	color: #fff;
	position: relative;
}

.offer_section ul li:last-child {
	margin: 0;
}

.offer_section.offer1 ul li:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #f5ca16;
	background: #f5ca16;
	-webkit-box-shadow: 0 0 0 2px #222 inset;
	-moz-box-shadow: 0 0 0 2px #222 inset;
	box-shadow: 0 0 0 2px #222 inset;
	position: absolute;
	top: 4px;
	left: 0;
}

.offer_section.offer2 ul li:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	content: '';
	border-top: 8px solid #f5ca16;
	border-left: 8px solid rgba(255,255,255,0);
	border-right: 8px solid rgba(255,255,255,0);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	position: absolute;
	top: 8px;
	left: -2px;
}

.offer_section .benefits_block {
	margin: 0 auto 25px;
	width: 460px;
}

.offer_section .benefits_block .benefit_item {
	float: left;
	padding: 0 5px;
	width: 33.333333%;
	text-align: center;
}

.offer_section .benefits_block img {
	display: block;
	margin: 0 auto 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.offer_section .timer_block {
	margin: 0 0 30px;
	padding: 20px;
	text-transform: uppercase;
	text-align: center;
}

.offer_section.order .timer_block {
	margin: 0 0 25px;
}

.offer_section.offer2 .timer_block {
	border-top: 1px dashed rgba(255,255,255,0.1);
	border-bottom: 1px dashed rgba(255,255,255,0.1);
	background: #292929;
	color: #999;
}

.offer_section.offer3 .timer_block {
	border-top: 1px dashed rgba(0,0,0,0.1);
	border-bottom: 1px dashed rgba(0,0,0,0.1);
	background: #f4f4f4;
}

.offer_section .timer_block p {
	margin: 0 0 15px;
	font-size: 17px;
	line-height: 23px;
}

.offer_section .timer_block .timer {
	margin: 0 auto;
	width: 370px;
}

.offer_section .timer_block .timer_item {
	float: left;
	margin: 0 35px 0 0;
	width: 100px;
}

.offer_section .timer_block .timer_item:last-child {
	margin: 0;
}

.offer_section .timer_block .count {
	margin: 0 0 10px;
	height: 60px;
}

.offer_section .timer_block .count span {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	width: 46px;
	height: 60px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #68c211;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	color: #fff;
}

.offer_section .timer_block .count span:last-child {
	margin: 0;
}

.offer_section .timer_block .text {
	font-size: 13px;
	line-height: 13px;
}

.offer_section .products_count {
	padding: 25px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	text-align: center;
}

.offer_section.offer3 .products_count {
	color: #222;
}

.offer_section .products_count b {
	margin: 0 4px;
	padding: 3px 6px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #68c211;
	font-size: 18px;
	color: #fff;
}

.offer_section.order .text_block {
	margin: 0 55px 25px;
	text-align: center;
}

.offer_section.order .text_block h4 {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	color: #fff;
}

.offer_section.order .text_block p {
	color: #999;
}

.offer_section .field {
	display: block;
	margin: 0 auto 15px;
	padding: 0 20px 0 62px;
	width: 370px;
	height: 68px;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #777;
	background: #f0f0f0;
}

.offer_section .field[name='name'] {
	background: #ebebeb url(../images/offer__name_icon.png) 22px center no-repeat;
}

.offer_section .field[name='phone'] {
	margin: 0 auto 35px;
	background: #ebebeb url(../images/offer__phone_icon.png) 20px center no-repeat;
}

.offer_section.offer3 .field {
	border: 1px solid #dedede;
}

.offer_section.offer3 .field[name='name'] {
	background: #f0f0f0 url(../images/offer__name_icon.png) 22px center no-repeat;
}

.offer_section.offer3 .field[name='phone'] {
	margin: 0 auto 20px;
	background: #f0f0f0 url(../images/offer__phone_icon.png) 20px center no-repeat;
}

.offer_section .field::-webkit-input-placeholder {
	opacity: 1;
	color: #777;
}

.offer_section .field:-moz-placeholder {
	opacity: 1;
	color: #777;
}

.offer_section .field::-moz-placeholder {
	opacity: 1;
	color: #777;
}

.offer_section .field:-ms-input-placeholder {
	opacity: 1;
	color: #777;
}

.offer_section .field:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .field:focus:-ms-input-placeholder {
	opacity: 0;
}

/* video */

.video_block {
	width: 480px;
	height: 270px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.video_block iframe, 
.video_block object, 
.video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* description */

.description_section {
	padding: 30px 0 0;
}

.description_section h2.title {
	padding: 0 30px;
}

.description_section .image {
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.description_section p.text {
	padding: 20px 30px;
}

.description_section .button {
	margin: 10px auto 40px;
}


/* application */

.application_section {
	padding: 30px 20px 20px;
	font-size: 0;
	line-height: 0;
	background: #f0f1f8;
}

.application_section .item {
	width: 220px;
	float: left;
	margin: 0 0 10px;
}

.application_section .item img {
	width: 210px;
	height: 210px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}

.application_section .item p {
	width: 210px;
	position: absolute;
	left: 5px;
	bottom: 0;
	padding: 8px 0 10px;
	background: rgba(50,50,50,.7);
	font-size: 17px;
	line-height: 22px;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	border-radius: 0 0 7px 7px;
}

/* sizes */

.sizes_section{
    padding:0 0 20px;
}
.sizes_section .sizes_wrapper{
    padding:30px 20px 55px;
    background:#14a1ff;
    color:#fff;
}
.sizes_section h2:after {
    display: block;
    content: '';
    margin: 15px auto 0;
    width: 70px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: yellow;
}
.sizes_section .measuring_item{
    float:left;
    margin:0 20px 0 0;
    width:133px;
    font-size:14px;
    line-height:22px;
    text-align:center;
}
.sizes_section .measuring_item:last-child{
    margin:0;
}
.sizes_section .measuring_item h4{
    margin:0 0 5px;
    font-weight:700;
    text-transform:uppercase;
}
.sizes_section .measuring_item .number_wrapper{
    margin:0 auto 15px;
    padding:16px;
    width:62px;
    height:62px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:rgba(255,255,255,0.1);
}
.sizes_section .measuring_item .number{
    width:30px;
    height:30px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:rgba(255,255,255,0.3);
    -webkit-box-shadow:0 0 0 8px rgba(255,255,255,0.1);
    -moz-box-shadow:0 0 0 8px rgba(255,255,255,0.1);
    box-shadow:0 0 0 8px rgba(255,255,255,0.1);
    font-weight:700;
    font-size:18px;
    line-height:30px;
}
.sizes_section img{
    display:block;
    margin-top:-25px;
}
.sizes_section .table{
    margin:0 20px;
    padding:10px 0 10px 44px;
    background:#fff;
    -webkit-box-shadow:0 0 18px rgba(0,0,0,0.17);
    -moz-box-shadow:0 0 18px rgba(0,0,0,0.17);
    box-shadow:0 0 18px rgba(0,0,0,0.17);
    position:relative;
}
.sizes_section .table_men{
    margin:-30px 20px 20px;
}
.sizes_section .table_title{
    width:178px;
    height:44px;
    font-weight:700;
    font-size:20px;
    line-height:44px;
    letter-spacing:2px;
    color:#fff;
    text-transform:uppercase;
    text-align:center;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -o-transform:rotate(-90deg);
    transform:rotate(-90deg);
    -webkit-transform-origin:bottom left;
    -moz-transform-origin:bottom left;
    -ms-transform-origin:bottom left;
    -o-transform-origin:bottom left;
    transform-origin:bottom left;
    position:absolute;
    bottom:0;
    left:44px;
}
.sizes_section .table_men .table_title{
    background:#008eed;
}
.sizes_section .table_women .table_title{
    background:#f273a6;
}
.sizes_section .table .row{
    display:table;
    width:100%;
}
.sizes_section .table .column{
    display:table-cell;
    vertical-align:middle;
    padding:5px 0;
    width:15%;
    font-size:14px;
    line-height:22px;
    text-align:center;
}
.sizes_section .table .alphabetic_size{
    font-weight:700;
    font-size:24px;
    line-height:30px;
}
.sizes_section .table .digital_size{
    font-weight:700;
}


/* present */

.present_section {
	padding: 30px 0 0;
}

.present_section h2.title {
	padding: 0 30px;
	color: #fff;
}

.present_section h2:after {
	display: block;
    content: '';
    margin: 15px auto 0;
    width: 70px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: yellow;
}

.present_section .image {
	display: block;
	margin: 0 auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.present_section p.text {
	padding: 20px 30px;
}

.present_section .button {
	margin: 10px auto 40px;
}

/* social proof */

.social_proof_block {
	padding: 0 30px 30px;
}

.social_proof_block .info_item {
	float: left;
	padding: 20px 0;
	width: 50%;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

.social_proof_block .info_item:nth-child(even) {
	border-right: none;
}

.social_proof_block .info_item:nth-last-child(2), 
.social_proof_block .info_item:last-child {
	border-bottom: none;
}

.social_proof_block .info_item .icon_block {
	float: right;
	margin: 0 15px;
	width: 50px;
	height: 50px;
	font-size: 0;
	line-height: 50px;
	letter-spacing: -1px;
	text-align: center;
}

.social_proof_block .info_item:nth-child(even) .icon_block {
	float: left;
}

.social_proof_block .info_item img {
	display: inline-block;
	vertical-align: middle;
	max-height: 50px;
}

.social_proof_block .info_item .text_block {
	float: left;
	margin: -2px 0 0;
	width: 129px;
}

.social_proof_block .info_item:nth-child(odd) .text_block {
	text-align: right;
}

.social_proof_block .info_item .number {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
	color: #e43315;
}

.social_proof_block .info_item .text {
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
}

/* list 1 */

.list1 {
	padding: 0 30px 15px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.list1 li {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 15px 0;
	padding: 0 0 0 25px;
	width: 200px;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: normal;
	position: relative;
}

.list1 li:nth-child(even) {
	margin: 0 0 10px;
}

.list1 li:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	content: '';
	border-left: 8px solid rgba(255,255,255,0);
	border-right: 8px solid rgba(255,255,255,0);
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	transform: rotate(30deg);
	position: absolute;
	top: 8px;
	left: -2px;
}

.list1.marker1 li:before {
	border-top: 8px solid #f5ca16;
}

.list1.marker2 li:before {
	border-top: 8px solid #e43315;
}

/* characteristics */

.characteristics_section {
	padding: 30px 0;
	background-color: #eaa938;
	background-image: -webkit-linear-gradient(125deg, #eaa938 0%, #ea3838 100%);
	background-image: -moz-linear-gradient(125deg, #eaa938 0%, #ea3838 100%);
	background-image: -o-linear-gradient(125deg, #eaa938 0%, #ea3838 100%);
	background-image: linear-gradient(-35deg, #eaa938 0%, #ea3838 100%);
	color: #fff;
	position: relative;
}

.characteristics_section h2:after {
	display: block;
    content: '';
    margin: 15px auto 0;
    width: 70px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: yellow;
}

.characteristics_section ul {
	margin: 0 20px 0 46px;
}

.characteristics_section ul li {
	margin: 0 0 15px;
	padding: 0 0 2px;
	border-bottom: 1px solid #fff;
	position: relative;
	text-align: left;
}

.characteristics_section ul li:last-child {
	margin: 0;
}

.characteristics_section ul li:before {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(255,255,255,0.8);
	-webkit-box-shadow: 0 0 0 4px rgba(255,255,255,0.2);
	-moz-box-shadow: 0 0 0 4px rgba(255,255,255,0.2);
	box-shadow: 0 0 0 4px rgba(255,255,255,0.2);
	position: absolute;
	top: 8px;
	left: -22px;
}

.characteristics_section ul li b {
	float: right;
}

/* list 2 */

.list2 {
	padding: 0 30px 15px;
}

.list2 li {
	margin: 0 0 15px;
	padding: 0 0 0 25px;
	position: relative;
}

.list2 li:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	-moz-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
	position: absolute;
	top: 4px;
	left: 0;
}

.list2.marker1 li:before {
	border: 1px solid #e43315;
	background: #e43315;
}

.list2.marker2 li:before {
	border: 1px solid #f5ca16;
	background: #f5ca16;
}

.list2_section {
	padding: 30px 0 0;
}

.dark_theme .list2 li:before {
	-webkit-box-shadow: 0 0 0 2px #222 inset;
	-moz-box-shadow: 0 0 0 2px #222 inset;
	box-shadow: 0 0 0 2px #222 inset;
}

/* slider */

.slider .owl-prev, 
.slider .owl-next {
	width: 50px;
	height: 36px;
	background: url(../images/slider__arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}

.slider .owl-prev {
	background-position: left center;
	left: 20px;
}

.slider .owl-next {
	background-position: right center;
	right: 20px;
}

/* image */

.result_image {
	display: block;
	margin: 0 auto;
}

/* benefits 1 */

.benefits_list1 {
	margin: 0 10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_list1 .benefit_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 30px;
	width: 33.333333%;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: normal;
}

.benefits_list1 .benefit_item img {
	display: block;
	margin: 0 auto 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.benefits_list1 .benefit_item h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

/* s3 */

.s3 {
    background: #553e46;
    background: -moz-linear-gradient(top, #553e46 0%, #3d3337 100%);
    background: -webkit-linear-gradient(top, #553e46 0%,#3d3337 100%);
    background: linear-gradient(to bottom, #553e46 0%,#3d3337 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#06cdc3', endColorstr='#3d3337',GradientType=0 );
}

.s3 h2 {
	color: #fff;
}

.s3 h2:after {
	display: block;
    content: '';
    margin: 15px auto 0;
    width: 70px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: yellow;
}

/* benefits 2 */

.benefits_list2 {
	margin: 0 10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_list2 .benefit_item {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 30px;
	width: 50%;
	font-size: 15px;
	line-height: 22px;
	letter-spacing: normal;
}

.benefits_list2 .benefit_item img {
	display: block;
	margin: 0 auto 15px;    
	height: 150px;
    width: 150px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;    
	-webkit-box-shadow: 0 0 0 6px rgba(255,255,255,.3);
    box-shadow: 0 0 0 6px rgba(255,255,255,.3);
}

.benefits_list2 .benefit_item h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 5px;
	color: #fff;
	text-decoration: underline;
}

.benefits_list2 .benefit_item p {
	color: #fff;
}

/* benefits 3 */

.benefits_list3 .benefit_item {
	display: table;
	padding: 0 30px 30px;
	width: 100%;
}

.benefits_list3 .image_block {
	display: table-cell;
	vertical-align: top;
	width: 110px;
}

.benefits_list3.va_middle .image_block {
	vertical-align: middle;
}

.benefits_list3 .image_block img {
	display: block;
	width: 110px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.benefits_list3 .text_block {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 20px;
}

.benefits_list3.va_middle .text_block {
	vertical-align: middle;
}

.benefits_list3 .text_block h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

/* benefits 4 */

.components_section {
	padding: 30px;
}

.benefits_list4 .benefit_item {
	margin: 0 auto 30px;
	width: 420px;
	background: #fff;
	-webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.benefits_list4 .benefit_item:last-child {
	margin: 0;
}

.benefits_list4 .benefit_item img {
	display: block;
}

.benefits_list4 .text_block {
	padding: 25px 30px;
}

.benefits_list4 .text_block h4 {
	margin: 0 0 15px;
	padding: 0 0 0 20px;
	border-left: 4px solid #e43315;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

/* benefits 5 */

.benefits_list5 {
	background: url(../images/bg_light.jpg);
	overflow: hidden;
}

.benefits_list5.dark {
	background: #222;
}

.benefits_list5 .benefit_item {
	float: left;
	margin: 0 2px 2px 0;
	padding: 29px 15px 0 25px;
	width: 239px;
	height: 239px;
	-webkit-box-shadow: 0 0 0 1px #ebebeb;
	-moz-box-shadow: 0 0 0 1px #ebebeb;
	box-shadow: 0 0 0 1px #ebebeb;
}

.benefits_list5 .benefit_item:nth-child(even) {
	margin: 0 0 2px;
}

.benefits_list5 .benefit_item:nth-last-child(2), 
.benefits_list5 .benefit_item:last-child {
	margin-bottom: 0;
}

.benefits_list5.dark .benefit_item {
	-webkit-box-shadow: 0 0 0 1px #4b4b4b;
	-moz-box-shadow: 0 0 0 1px #4b4b4b;
	box-shadow: 0 0 0 1px #4b4b4b;
	color: #fff;
}

.benefits_list5 .benefit_item img {
	display: block;
}

.benefits_list5 .benefit_item .separator {
	margin: 20px 0 14px;
}

.benefits_list5 .benefit_item h4 {
	font-weight: 700;
	text-transform: uppercase;
}

/* benefits 6 */

.benefits_list6 {
	padding: 20px 0;
	background: #ebebeb;
	overflow: hidden;
}

.benefits_list6 .benefit_item {
	margin: 0 0 20px;
	background: #fff url(../images/bg_light.jpg);
	-webkit-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
	box-shadow: 0 0 20px rgba(2, 2, 2, 0.1);
}

.benefits_list6 .benefit_item:last-child {
	margin: 0;
}

.benefits_list6 .benefit_item .text_block {
	float: left;
	padding: 16px 25px 0 25px;
	width: 280px;
}

.benefits_list6 .benefit_item h4 {
	font-weight: 700;
	margin: 0 0 5px;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.benefits_list6 .benefit_item .image_block {
	float: left;
	width: 200px;
	position: relative;
}

.benefits_list6 .benefit_item img {
	display: block;
}

.benefits_list6 .benefit_item .number {
	width: 30px;
	height: 36px;
	background: #e43315;
	font-weight: 700;
	font-size: 26px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 20px;
	left: -15px;
}

.benefits_list6 .benefit_item .number:before, 
.benefits_list6 .benefit_item .number:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
}

.benefits_list6 .benefit_item .number:before {
	border-top: 36px solid rgba(255,255,255,0);
	border-right: 10px solid #e43315;
	left: -10px;
}

.benefits_list6 .benefit_item .number:after {
	border-bottom: 36px solid rgba(255,255,255,0);
	border-left: 10px solid #e43315;
	right: -10px;
}

/* benefits 7 */

.benefits_list7 .benefit_item {
	background: #f5ca16;
}

.benefits_list7 .benefit_item:nth-child(odd) {
	background: #222;
	color: #fff;
}

.benefits_list7 .benefit_item img {
	display: block;
	float: left;
	width: 240px;
}

.benefits_list7 .benefit_item:nth-child(even) img {
	float: right;
}

.benefits_list7 .benefit_item .text_block {
	float: left;
	padding: 20px 20px 0;
	width: 240px;
}

.benefits_list7 .benefit_item h4 {
	margin: 0 0 15px;
	padding: 0 0 0 10px;
	border-left: 4px solid #e43315;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

/* characteristics */

.characteristics_section {
	padding: 30px 0;
}
.characteristics_section .image_block{
	width: 418px;
	margin: 20px auto 0;
}
.characteristics_section .image_block>img{
	float: left;
}
.characteristics_section h2.title {
	padding: 0 30px;
}

.characteristics_section .image {
	display: block;
	margin: 0 auto 30px;
	border-radius: 6px;
}


.characteristics__list li {
	padding: 15px 30px 15px 52px;
	text-align: right;
	position: relative;
}

.characteristics__list li:nth-child(odd) {
	background: #f4f4f4;
}

.characteristics__list li:before {
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	background: url(https://sleeksoul.com/termo/images/characteristics__tick_icon.png) center no-repeat;
	position: absolute;
	top: 20px;
	left: 30px;
}

.characteristics__list li b {
	float: left;
}

/* comparison */

.comparison_section {
	padding: 30px 0 0;
}

.comparison_section h2.title {
	padding: 0 30px;
}

.comparison_block .images_block {
	margin: 0 0 15px;
}

.comparison_block .images_block img {
	display: block;
	float: left;
	width: 240px;
}

.comparison_block .titles_block h4 {
	float: left;
	padding: 20px;
	width: 240px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
}

.comparison_block .titles_block h4:first-child {
	background: #222;
	color: #fff;
}

.comparison_block .titles_block h4:last-child {
	background: #f5ca16;
}

.comparison_block .row {
	display: table;
	width: 100%;
}

.comparison_block .row:nth-child(odd) {
	background: #f4f4f4;
}

.comparison_block .row .column {
	display: table-cell;
	vertical-align: top;
	padding: 10px 10px 10px 32px;
	width: 50%;
	position: relative;
}

.comparison_block .row .column:first-child {
	border-right: 1px solid #fff;
}

.comparison_block .row .column:last-child {
	border-left: 1px solid #fff;
}

.comparison_block .row .column:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	content: '';
	width: 12px;
	height: 12px;
	border: 1px solid #000;
	background: #000;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	-moz-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
	position: absolute;
	top: 15px;
	left: 10px;
}

.comparison_block .row .column:last-child:before {
	border: 1px solid #e43315;
	background: #e43315;
}

.comparison_block .row:nth-child(odd) .column:before {
	-webkit-box-shadow: 0 0 0 2px #f4f4f4 inset;
	-moz-box-shadow: 0 0 0 2px #f4f4f4 inset;
	box-shadow: 0 0 0 2px #f4f4f4 inset;
}

/* vote */

.vote_section {
	padding: 30px;
}

.vote_section .vote_block {
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.vote_section .questions_list {
	margin: 0 0 22px;
}

.vote_section .question_item {
	margin: 0 0 20px;
	height: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background: #f0f0f0;
	-webkit-box-shadow: 0 0 0 1px #dedede inset;
	-moz-box-shadow: 0 0 0 1px #dedede inset;
	box-shadow: 0 0 0 1px #dedede inset;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.vote_section .question_item:last-child {
	margin: 0;
}

.vote_section .question_item .line {
	display: none;
	width: 0%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}

.vote_section .questions_list.active .question_item .line {
	display: block;
}

.vote_section .question_item:nth-child(1) .line {
	background: #7ac700;
}

.vote_section .question_item:nth-child(2) .line {
	background: #e43315;
}

.vote_section .question_item:nth-child(3) .line {
	background: #f5ca16;
}

.vote_section .question_item .question_text {
	float: left;
	padding: 0 0 0 20px;
	line-height: 50px;
	position: relative;
}

.vote_section .question_item .question_text:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: middle;
	content: '';
	margin: -2px 10px 0 -5px;
	width: 18px;
	height: 18px;
	border: 4px solid #fff;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
}

.vote_section .questions_list.active .question_item .question_text:before {
	display: none;
}

.vote_section .question_item:nth-child(1) .question_text:before {
	background: #7ac700;
}

.vote_section .question_item:nth-child(2) .question_text:before {
	background: #e43315;
}

.vote_section .question_item:nth-child(3) .question_text:before {
	background: #f5ca16;
}

.vote_section .question_item .percents {
	display: none;
	float: right;
	padding: 0 20px 0 0;
	font-weight: 700;
	line-height: 50px;
	text-align: right;
	position: relative;
}

.vote_section .questions_list.active .question_item .percents {
	display: block;
}

.vote_section .voice_count {
	text-align: center;
}

.vote_section .voice_count b {
	margin: 0 0 0 5px;
	padding: 3px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #7ac700;
	color: #fff;
}

/* opinion 1 */

.opinion1_section {
	padding: 30px;
	position: relative;
}

.opinion1_section:before {
	display: block;
	content: '';
	border-top: 115px solid #f5ca16;
	border-left: 115px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: 0;
}

.opinion1_section h2.title {
	margin: 0 60px 30px 0;
}

.opinion1_section .author_block {
	margin: 0 0 20px;
	padding: 0 65px 0 0;
	background: url(https://sleeksoul.com/termo/images/quote2_icon.html) right 48px no-repeat;
}

.opinion1_section .author_block img {
	display: block;
	float: left;
	width: 120px;
	position: relative;
	z-index: 10;
}

.opinion1_section .author_block .author_info {
	float: left;
	margin: 34px 0 0 -20px;
	width: 255px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.opinion1_section .author_block .name {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 35px;
	background: #f5ca16;
	font-weight: 700;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: normal;
	position: relative;
}

.opinion1_section .author_block .name:after {
	display: block;
	content: '';
	border-top: 34px solid #f5ca16;
	border-right: 20px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: -20px;
}

.opinion1_section .author_block .text {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 2px 35px;
	background: #222;
	font-size: 15px;
	line-height: 27px;
	color: #fff;
	position: relative;
}

.opinion1_section .author_block .text:after {
	display: block;
	content: '';
	border-top: 29px solid #222;
	border-right: 16px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: -16px;
}

/* opinion 2 */

.opinion2_section {
	padding: 30px;
	background-color: #f2f1f9;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f1f9), to(#fff));
	background-image: -webkit-linear-gradient(top, #f2f1f9 0%, #fff 100%);
	background-image: -moz-linear-gradient(top, #f2f1f9 0%, #fff 100%);
	background-image: -o-linear-gradient(top, #f2f1f9 0%, #fff 100%);
	background-image: linear-gradient(180deg, #f2f1f9 0%, #fff 100%);
}

.opinion2_section h2.title {
	color: #fff;
}

.opinion2_section h2.title span {
	color: #f5ca16;
}

.opinion2_section .opinion_block {
	background: #fff;
	-webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	-moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
	box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}

.opinion2_section .author_block {
	position: relative;
}

.opinion2_section .author_block img {
	display: block;
}

.opinion2_section .author_block .author_info {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	position: absolute;
	bottom: 20px;
	left: 0;
}

.opinion2_section .author_block .name {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 30px;
	background: #f5ca16;
	font-weight: 700;
	font-size: 16px;
	line-height: 34px;
	letter-spacing: normal;
	position: relative;
}

.opinion2_section .author_block .name:after {
	display: block;
	content: '';
	border-top: 34px solid #f5ca16;
	border-right: 20px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: -20px;
}

.opinion2_section .author_block .text {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 2px 30px;
	background: #222;
	font-size: 15px;
	line-height: 27px;
	color: #fff;
	position: relative;
}

.opinion2_section .author_block .text:after {
	display: block;
	content: '';
	border-top: 29px solid #222;
	border-right: 16px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	right: -16px;
}

.opinion2_section .photo {
	display: block;
}

.opinion2_section .text_block {
	padding: 20px 30px;
}

.opinion2_section .text_block h4 {
	margin: 0 0 15px;
	padding: 0 50px 0 20px;
	border-left: 4px solid #68c211;
	background: url(../images/quote1_icon.png) right 4px no-repeat;
	font-weight: 400;
}

.opinion2_section .text_block h4 b {
	display: block;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
}

.opinion2_section .text_block p {
	margin: 0 0 15px;
}

.opinion2_section .text_block p:last-of-type {
	margin: 0;
}

/* happy line */

.line_section {
	padding: 20px 0;
	background: #68c211;
}

.line_section h2 {
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 26px;
	line-height: 32px;
}

.line_section h2 span {
	color: yellow;
}

.line_section h2.title:after {
	display: none;
}

/* reviews */

.wtsp_item {
	max-width: 410px;
	min-height: 710px;
	margin: 0 auto;
	background: url(../images/reviews__wtsp_bg.jpg) 50% 0% repeat;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	overflow: hidden;
}

.wtsp_item .info {
	background: #075e55 url(../images/reviews__wtsp_btn.png) 3px 50% no-repeat;
	padding: 16px 110px 13px 35px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.35);
	position: relative;
	z-index: 2;
}

.wtsp_item .info>img {
	float: left;
	border-radius: 50%;
	width: 40px;
}

.wtsp_item .info .text {
	overflow: hidden;
	padding-left: 8px;
	color: #fff;
}

.wtsp_item .info .text>p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.wtsp_item .info .text>small {
	font-size: 13px;
	line-height: 18px;
	display: block;
}

.wtsp_item .date {
	text-align: center;
	margin-top: 10px;
}

.wtsp_item .date>span {
	display: inline-block;
	vertical-align: top;
	background: #d4ebf3;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 28px;
	color: #3f5250;
	padding: 0 8px;
	border-radius: 7px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
}

.wtsp_item .message_container {
	margin-top: 10px;
	padding: 0 12px;
}

.wtsp_item .message {
	display: inline-block;
	max-width: 295px;
	min-width: 70px;
	padding: 6px 10px;
	position: relative;
	font-size: 18px;
	line-height: 22px;
	color: #212121;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.25);
	margin-bottom: 10px;
}

.wtsp_item .message:last-child {
	margin-bottom: 0;
}

.wtsp_item .message>p {
	margin-bottom: 5px;
}

.wtsp_item .message>img {
	display: block;
	margin: 6px auto;
	border-radius: 4px;
}

.wtsp_item .message .time {
	text-align: right;
	font-size: 14px;
	line-height: 15px;
	color: #989898;
	padding: 0 5px;
}

.wtsp_item .message.client {
	background: #fff;
	border-radius: 0 6px 6px 6px;
}

.wtsp_item .message.client:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: 0;
	left: -6px;
}

.wtsp_item .message.author {
	background: #e2ffc7;
	border-radius: 10px 0 10px 10px;
	padding: 6px 10px;
	float: right;
}

.wtsp_item .message.author:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 8px 0 0;
	border-color: #e2ffc7 transparent transparent transparent;
	position: absolute;
	top: 0;
	right: -6px;
}

.wtsp_item .message.author .time {
	padding: 0;
}

.wtsp_item .message.author .time:after {
	content: '';
	width: 18px;
	height: 12px;
	background: url(../images/reviews__wtsp_read.png) 50% 50% no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 0 0 4px;
}

.wtsp_item:after {
	content: '';
	width: 404px;
	height: 57px;
	background: url(../images/reviews__wtsp_send.png) 50% 50% no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -202px;
	bottom: 7px;
}

.wtsp_rev .owl-prev, 
.wtsp_rev .owl-next {
	width: 47px;
	height: 47px;
	background: #f85a3d url(../images/slider__arrows.jpg) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.wtsp_rev .owl-prev {
	background-position: left center;
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	left: -30px;
}

.wtsp_rev .owl-next {
	background-position: right center;
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	right: -30px;
}

.wtsp_rev .owl-dots {
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.wtsp_rev .owl-dot {
	display: inline-block;
	vertical-align: top;
	margin: 0 8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.wtsp_rev .owl-dot.active {
	background: #fff;
}

/* order info */

.order_info {
	background: url(../images/bg_light.jpg);
	overflow: hidden;
}

.order_info .info_item {
	float: left;
	margin: 0 2px 2px 0;
	padding: 25px 15px 0 25px;
	width: 239px;
	height: 239px;
	-webkit-box-shadow: 0 0 0 1px #ebebeb;
	-moz-box-shadow: 0 0 0 1px #ebebeb;
	box-shadow: 0 0 0 1px #ebebeb;
}

.order_info .info_item:nth-child(even) {
	margin: 0 0 2px;
}

.order_info .info_item:nth-last-child(2) {
	margin-bottom: 0;
}

.order_info .info_item:last-child {
	margin-bottom: 0;
	padding: 0;
}

.order_info .info_item .icon {
	display: block;
	height: 39px;
}

.order_info .info_item .separator {
	margin: 20px 0 14px;
}

.order_info .info_item h4 {
	text-transform: uppercase;
}

.order_info .info_item .product_image {
	display: block;
}

/* order steps 1 */

.order_steps_section {
	padding: 30px 20px;
    background: #45393d;
    background: -moz-linear-gradient(top, #45393d 0%, #2c2528 100%);
    background: -webkit-linear-gradient(top, #45393d 0%,#2c2528 100%);
    background: linear-gradient(to bottom, #45393d 0%,#2c2528 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45393d', endColorstr='#2c2528',GradientType=0 );
	color: #fff;
}

.order_steps_section h2 {
	margin: 0 0 30px;
}

.order_steps_section h2:after {
	display: block;
    content: '';
    margin: 15px auto 0;
    width: 70px;
    height: 6px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: yellow;
}

.order_info1_list .info_item {
	display: table;
	margin: 0 0 30px;
	width: 100%;
}

.order_info1_list .info_item:last-child {
	margin: 0;
}

.order_info1_list .image_block {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
}

.order_info1_list .image_block img {
	display: block;
}

.order_info1_list .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 15px;
}

.order_info1_list .text_block h4 {
	margin: 0 0 5px;
	font-weight: 800;
	color: #fff;
	text-transform: uppercase;
}

.order_info1_list .text_block p {
	font-size: 14px;
	line-height: 22px;
}


/* benefits */

.benefits_section {
	padding: 5px 30px 30px;
}

.benefits_section .benefits_block {
	margin: 0 0 20px;
}

.benefits_section ul {
	float: left;
	margin: 15px 0 0;
	width: 219px;
}

.benefits_section ul li {
	margin: 0 0 20px;
	padding: 30px 0 0;
	background: url(https://sleeksoul.com/termo/images/benefits__tick_icon.html) center top no-repeat;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.benefits_section ul li:last-child {
	margin: 0;
}

.benefits_section .gif_image {
	display: block;
	float: right;
}

.benefits_section .image {
	display: block;
	margin: 0 auto;
}

/* results */

.results_section {
	padding: 0;
}

.results_section .results_list {
	margin: 0 auto 30px;
	width: 420px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.results_section .result_item {
	float: left;
	margin: 0 2px 2px 0;
	width: 209px;
	color: #fff;
	text-align: center;
}

.results_section .result_item:nth-child(odd) {
	background: #444;
}

.results_section .result_item:nth-child(even) {
	margin: 0 0 2px;
	background: #68c211;
}

.results_section .result_item:last-child {
	margin: 0;
}

.results_section .result_item:nth-last-child(2) {
	margin: 0 2px 0 0;
}

.results_section .result_item img {
	display: block;
	border-bottom: 2px solid #fff;
}

.results_section .result_item h4 {
	padding: 12px 0;
	border-bottom: 2px solid #fff;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.results_section .result_item p {
	padding: 10px 0;
}

.results_section .info_block img {
	display: block;
}

.results_section .info_block .text {
	margin: -60px 30px 0;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #68c211;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

/* footer */

.footer_section {
	margin-top: 0;
	padding: 25px 0;
	background: #f4f4f4;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #222;
}
.s2{
	padding: 0;
}
.s2>img{
	display: block;
}
.video_sect{
	padding: 0;
}
.video_sect h3{
	background: #68c211;
	color: #fff;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 0 11px;
}


.size {
    
}
.size h2+p {
    padding: 0 20px 0 110px;
    margin-bottom: 20px;
    font-size: 16px;
    background: url(https://sleeksoul.com/termo/images/meter-spiral.png) no-repeat 20px center;
}
.size table {
    font-size: 13px;
    text-align: center;
}
.size table th,
.size table tr {
    line-height: 1.2em;
}
.size table th {
    color:#fff;
    background: #68c211;
    padding: 10px 0;
    font-weight: normal;
}
.size table td {
    padding: 10px 0;
}
.size table tr:nth-child(odd) {
    background: #eef0f3;
}
.size table td:not(:last-child) {
    border-right: 1px solid #dae0e8;
}
.size table tr:last-child {
    border-bottom: 1px solid #dae0e8;
}
.note-color {
    text-align: center;
    font-size: 13px;
    padding: 5px 0 25px;
    color: #6e737b;
}
.to-action {
    text-align: center;
    padding: 0 30px 30px;
}
.to-action span {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}
.to-action p {
}
