*::-webkit-input-placeholder {
	color: #9191AC;
	opacity: 1;
}
*:-moz-placeholder {
	color: #9191AC;
	opacity: 1;
}
*::-moz-placeholder {
	color: #9191AC;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #9191AC;
	opacity: 1;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {

}
body input:required:valid,
body textarea:required:valid {

}
body {
	font-family: 'Open Sans';
	font-size: 14px;
	line-height: 20px;
	overflow-x: hidden;
	color: #2F3144;
	margin: 0;
	background: #F6FBFC;
}
button {
	cursor: pointer;
}
a {
	color: #347AFB;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
	font-weight: normal;
}
.wrapper {
	padding-top: 147px;
	overflow: hidden;
}
a {
	text-decoration: none;
	outline: none;
}
* {
	outline: none !important;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style-type: none;
	outline: none;
}
img {
	outline: none;
	display: block;
}
p {
	padding: 0;
	margin: 0;
}
.container {
	padding: 0 75px;
	max-width: 100%;
}
.header {
	top: 30px;
	left: 0;
	width: 100%;
	position: fixed;
	z-index: 999;
	transition: all 0.3s;
}
.header.fixed {
	top: 15px;
}
.header__wrap {
	padding: 0 25px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 50px;
}
.logo {
	display: inline-block;
}
.logo img {
	height: 80px;
	max-width: 100%;
}
.btn-main {
	padding: 0 10px;
	font-size: 12px;
	line-height: 18px;
	background: #F79917;
	border-radius: 8px;
	border: none;
	height: 50px;
	font-weight: 700;
	color: #FFFFFF;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	box-shadow: 0 3px 4px rgba(0,0,0,0.1);
}
.btn-main:hover {
	box-shadow: 0 3px 4px rgba(0,0,0,0.2);
	text-decoration: none;
	color: #fff;
	background: #2F3144;
}

.btn-red {
    background: #FD0000;
}

.btn-purple {
    background: purple;
}

.btn-green {
    background: green;
}

.btn-pink {
    background: pink;
}

.btn-blue {
    background: blue;
}

.btn-black {
    background: black;
    color: white;
}

.btn-white {
    background: rgb(240 240 240 / 14%);
    color: black;
}

.btn-gray {
    background: #999;
    color: #fff;
}

.btn-main_sm {
    padding: 0 15px;
    line-height: 35px;
    height: 35px;
}

.btn-main__icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 8px;
}
.menu {
	font-weight: 700;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.menu li {
	position: relative;
}
.menu ul {
	position: absolute;
	white-space: nowrap;
	top: 100%;
	left: 0;
	background-color: #fff;
	z-index: 5;
	padding: 10px 20px;
	box-shadow: 0px 12.5216px 10.0172px rgb(86 129 133 / 4%), 0px 6.6501px 5.32008px rgb(86 129 133 / 3%), 0px 2.76726px 2.21381px rgb(86 129 133 / 2%);
	border-radius: 5px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s;
}
.menu li:hover ul {
	visibility: visible;
	opacity: 1;
}
.menu ul li {
	margin-bottom: 5px;
}
.menu a {
	color: #9191AC;
	position: relative;
	transition: all 0.3s;
}
.menu .menu__haschild a {
	padding-right: 19px;
}
.menu .menu__haschild > a::before,
.menu .menu__haschild > a::after {
	position: absolute;
	display: block;
	content: " ";
	width: 6px;
	height: 5px;
	background-image: url(../img/arrow_min.svg);
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}
.menu .menu__haschild > a::before {
	background-image: url(../img/arrow_min2.svg);
	z-index: 1;
	opacity: 0;
}
.menu .menu__haschild > a:hover::before {
	opacity: 1;
}
.menu .menu__best a,
.menu .menu__hot a {
	padding-right: 30px;
}
.menu .menu__best a::after,
.menu .menu__hot a::after {
	position: absolute;
	display: block;
	content: " ";
	width: 20px;
	height: 20px;
	background-image: url(../img/ic_hot.svg);
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}
.menu .menu__best a::after {
	background-image: url(../img/ic_video.svg);
}
.menu a:hover {
	color: #2F3144;
}
.search-wrap {
	width: 170px;
	margin-left: 45px;
	position: relative;
}
.search-wrap input {
	height: 30px;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
	color: #2F3144;
	font-family: 'Open Sans';
	border: none;
	border-bottom: 1px solid #9191AC;
	background-color: transparent;
}
.btn-search {
	width: 20px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-image: url(../img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	border: none;
	background-color: transparent;
	padding: 0;
}
.authrizations-links__icon {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	margin-left: 10px;
	background-color: #E52F20;
	background-image: url(../img/ic_lock.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.authrizations-links a {
	color: #9191AC;
	transition: all 0.3s;
	display: flex;
	align-items: center;
}
.authrizations-links {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
}
.authrizations-links a:hover {
	color: #2F3144;
}
.review-block {
	background: #FFFFFF;
	margin-bottom: 50px;
	border-radius: 30px;
}
.review-block__image {
	height: auto;
	border-radius: 30px 30px 0 0;
}
.review-block__image img {
	height: auto;
	width: 100%;
	border-radius: 30px 30px 0 0;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.content__wrap {
	display: flex;
}

.content__wrap_rev {
	flex-direction: row-reverse;
}

.content__left {
	flex: 1;
	padding-right: 30px;
}
.content__right {
	width: 77.4%;
}

.content__left .user-unit{
	width: 100%;
	margin-bottom: 20px;
}

.review-block__content {
	padding: 30px 26px;
	padding-bottom: 62px;
	position: relative;
}
.review-block__content::after {
	position: absolute;
	display: block;
	content: " ";
	background: #E5F8FA;
	border-radius: 20px 20px 0 0;
	left: 57px;
	right: 57px;
	bottom: 0;
	height: 15px;
}
.review-block__content p {
	margin-bottom: 20px;
	color: #9191AC;
}
.review-block__content p:last-child {
	margin-bottom: 0;
}
.rating {
	display: flex;
	align-items: center;
}
.rating__item {
	font-size: 16px;
	color: #FFD63F;
	transition: all 0.3s;
	margin-right: 2px;
}
.rating__item.empty {
    color: #ccc;
}

/* 10-30% заполнения */
.rating__item.partial-3 i.fas.fa-star {
	background: linear-gradient(90deg, #FFD63F 30%, #ddd 30%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	width: 1em;
}

/* 40-60% заполнения */
.rating__item.partial-5 i.fas.fa-star {
	background: linear-gradient(90deg, #FFD63F 50%, #ddd 50%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	width: 1em;
}

/* 70-90% заполнения */
.rating__item.partial-8 i.fas.fa-star {
	background: linear-gradient(90deg, #FFD63F 80%, #ddd 80%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	width: 1em;
}


.review-block__head div {
	margin-bottom: 3px;
}
.review-block__head {
	margin-bottom: 30px;
}
.head-page {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E5F8FA;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-page__left {
	font-size: 14px;
	display: flex;
	align-items: center;
}
.head-page__title {
	line-height: 24px;
	font-weight: 700;
	line-height: 1.3em;
}
.head-page__value {
	font-size: 24px;
	line-height: 29px;
	color: #E52F20;
	margin-left: 30px;
	font-weight: 700;
}
.head-page__date {
    margin-left: 30px;
	color: #9191AC;
}
.user-unit {
	padding: 5px;
	padding-right: 20px;
	display: inline-flex;
	align-items: center;
	background-color: #FFFFFF;
	border: 1px solid #E5F8FA;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
}
.user-unit__image {
	width: 40px;
	height: 40px;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
	margin-right: -7px;
}
.user-unit__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.user-unit__socials {
	background: #FFFFFF;
	border: 1px solid #E5F8FA;
	display: inline-flex;
	align-items: center;
	padding: 3px;
	padding-right: 5px;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
}
.user-unit__left {
	display: flex;
	align-items: center;
}
.user-unit__social {
	display: inline-block;
	margin-right: 4px;
}
.user-unit__socials::after {
	position: relative;
	display: block;
	content: " ";
	width: 5px;
	height: 5px;
	background: #56CCF2;
	border-radius: 50%;
}
.user-unit__name {
	font-weight: 700;
}
.user-unit__date {
	color: #D3D3FF;
}
.user-unit__right {
	padding-left: 10px;
	margin-left: 10px;
	position: relative;
}
.user-unit__right::before {
	position: absolute;
	display: block;
	content: " ";
	height: 23px;
	width: 1px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background-color: #d3d3ff;
}
.tabs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.tabs a {
	padding: 0 54px;
	height: 50px;
	font-size: 12px;
	line-height: 18px;
	color: #ff4747;
	font-weight: 700;
	border: 1px solid #ff4747;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}
.tabs a:hover,
.tabs .active a {
	color: #ff4747;
	background: #FFFFFF;
	border-color: #fff;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
}
.tabs li {
	margin-right: 15px;
}
.tabs li:last-child {
	margin-right: 0;
}
.head-products {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-products__right {
	display: flex;
	align-items: center;
}
.item-checkbox {
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
}
.item-checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.item-checkbox label span {
	position: relative;
	height: 50px;
	padding-left: 67px;
	padding-right: 34px;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.item-checkbox label span:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 15px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 2px #ff4747 solid;
	transition: .2s;
}
.item-checkbox label span:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 15px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	background-image: none;
	color: #ff4747;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.item-checkbox label input:checked + span:after {
	opacity: 1;
}
.item-select .jq-selectbox__select-text {
	padding-left: 35px;
	padding-right: 40px;
	min-width: 270px;
	height: 50px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	background-color: #FFFFFF;
	border-radius: 8px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
select:not(#header_select) {
	opacity: 0;
}

#header_select {
    margin-left: 30px;
    margin-right: 30px;
    border: none;
    appearance: none;
    font-weight: bold;
    cursor: pointer;
    padding-right: 19px;
    color: #9191AC;
    background: url(../img/arrow_min.svg) no-repeat right center;
}

.head-products__right .item-checkbox {
	margin-right: 30px;
}
/* .head-products__right .item-select {
	margin-left: 30px;
} */
.jq-selectbox__trigger {
	width: 24px;
	height: 24px;
	background-image: url(../img/arrow_select.svg);
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}
.item-product {
	margin-bottom: 30px;
	display: flex;
	background: #FFFFFF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
}
/* .item-product__image {
	min-height: 422px;
	width: 470px;
	border-radius: 0 30px 30px 0;
}
.item-product__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 0 30px 30px 0;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
*/
.item-product__content {
	padding: 30px;
	flex: 1;
	position: relative;
}

.item-product__content--sticker {
	padding-top: 85px;
}

.status-product {
	font-size: 14px;
	line-height: 24px;
	height: 54px;
	width: 200px;
	position: absolute;
	top: 0px;
	left: 0;
	border: 1px solid #999;
	border-radius: 30px 0px;
	display: inline-flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
	color: #999;
}
.item-product__price {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
}
.item-product__head {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.item-product__time {
	color: #9191AC;
	padding-left: 21px;
	background-image: url(../img/ic_time.svg);
	background-repeat: no-repeat;
	background-position: left top;
}
.item-product__head .item-product__time {
	margin-left: 30px;
}
.item-product__title {
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
}

.item-product .btn-main__icon {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.item-product__amount {
	color: #9191AC;
	padding-left: 26px;
	background-image: url(../img/ic_user.svg);
	background-repeat: no-repeat;
	background-position: left 4px;
}

.status-product_orange {
	color: #F79917;
	border-color: #F79917;
}
.status-product_green {
	color: #18AA88;
	border-color: #18AA88;
}
.status-product_red {
	color: #ff4747;
	border-color: #ff4747;
}
.status-product_violet {
	color: violet;
	border-color: violet;
}
.status-product_blue {
	color: #347AFB;
	border-color: #347AFB;
}

ul.tags {
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-left: 30px;
}

ul.tags li {
	display: block;
}

ul.tags li + li {
	margin-left: 10px;
}

ul.tags li.show {
	display: block !important;
}

.item-product .item-product__top .img_wr {
  width: 80px;
}
.item-product .item-product__top .img_wr + .item-product__top__right {
  width: calc(100% - 80px);
  padding-left: 20px;
}
.item-product .item-product__top .item-product__top__right {
  width: 100%;
  align-items: center;
}
.item-product .item-product__top .item-product__top__right .item-product__benefits {
  padding-top: 0.5em;
}
.item-product .item-product__top .item-product__top__right .item-product__benefits li {
  position: relative;
  padding-left: 24px;
}
.item-product .item-product__top .item-product__top__right .item-product__benefits li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  width: 20px;
  height: 13px;
  content: "\f00c";
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 500;
  background-image: none;
  color: #F79917;
  transition: 0.2s;
  border-radius: 50%;
  border: none;
}
.item-product .item-product__top .item-product__top__right .item-product__benefits li + li {
  margin-left: 30px;
}
.item-product .item-product__bottom {
  padding-top: 30px;
}
.item-product .item-product__bottom .item-product__coupon_wr {
  padding: 30px;
  background: #f0f0f0;
  align-items: center;
}
.item-product .item-product__bottom .item-product__coupon_wr .item-product__rate {
  align-items: center;
}
.item-product .item-product__bottom .item-product__coupon_wr .item-product__rate .title {
  padding-right: 20px;
}
.item-product .item-product__bottom .item-product__coupon_wr .item-product__rate .likes {
  align-items: center;
}
.item-product .item-product__bottom .item-product__coupon_wr .item-product__rate .likes + .likes {
  padding-left: 20px;
}

.top_promocodes_table .tester-review__like,
.item-product .item-product__bottom .item-product__coupon_wr .item-product__rate .likes .tester-review__dislike,
.item-product .item-product__bottom .item-product__coupon_wr .item-product__rate .likes .tester-review__like {
  margin-bottom: 0 !important;
  cursor: pointer;
}
.item-product .item-product__bottom .item-product__coupon_wr + .article {
  margin-top: 20px;
}
.item-product .item-product__bottom .item-product__bottominfo {
  align-items: center;
}


.offers-wrap {
	padding-bottom: 30px;
	background: #E5F8FA;
}
.head-offers {
	margin-bottom: 20px;
	padding-left: 70px;
	border: 1px solid #B6EFF7;
	border-radius: 30px 40px 0px 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head-offers__times {
	padding: 4px 0;
	padding-left: 40px;
	color: #9191AC;
	font-weight: 700;
	background-image: url(../img/ic_time2.svg);
	background-repeat: no-repeat;
	background-position: left center;
}
.offers-wrap {
	background: #E5F8FA;
	border-radius: 30px 40px 30px 30px;
}
.head-offers__features {
	padding: 32px 51px;
	display: inline-flex;
	align-items: center;
	border-left: 1px solid #B6EFF7;
	border-bottom: 1px solid #B6EFF7;
	border-radius: 0px 40px 0px 30px;
}
.head-offers__feature {
	margin-right: 30px;
	color: #9191AC;
	display: inline-flex;
	align-items: center;
}
.head-offers__feature:last-child {
	margin-right: 0;
}
.head-offers__feature img {
	margin-right: 10px;
}
.item-offer {
	padding: 33px 30px;
	margin: 30px;
	margin-top: 0;
	padding-right: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 20px;
}
.item-offer__value {
	margin-bottom: 30px;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.item-offer__value strong {
	font-size: 24px;
	line-height: 29px;
	margin-right: 10px;
}
.item-offer__title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 30px;
	font-weight: 700;
	max-width: 507px;
	display: block;
	color: #2F3144;
}
.item-offer__bottom {
	padding-right: 70px;
	display: flex;
	align-items: center;
}
.item-offer__feature {
	margin-right: 30px;
	display: flex;
	align-items: center;
	color: #9191AC;
}
.item-offer__feature:last-child {
	margin-right: 0;
}
.item-offer__feature img {
	margin-right: 10px;
}
.item-offer .btn-main {
	padding-left: 11px;
	margin-top: 30px;
	min-width: 270px;
	padding-right: 33px;
	height: 68px;
	font-size: 16px;
}
.item-offer .btn-main__icon {
	width: 40px;
	height: 40px;
	margin-right: 15px;
}
.item-offer_sale .item-offer__value {
	color: #18AA88;
}
.item-offer_sale .btn-main {
	background-color: #18AA88;
}
.item-offer_promotion .item-offer__value {
	color: #F79917;
}
.item-offer_promocode .item-offer__value {
	color: #F79917;
}
.item-offer_promocode .btn-main {
	background-color: #F79917;
}
.item-offer_discount .item-offer__value {
	color: #E52F20;
}
.item-offer_discount .btn-main {
	background-color: #E52F20;
}
.item-offer__left {
	flex: 1;
}
.subscribe-block {
	padding: 63px 69px;
	padding-right: 30px;
	margin-top: 30px;
	background-color: #F79917;
	border-radius: 30px;
/*
	background-image: url(../img/bg_subscribe.png);
*/
	background-repeat: no-repeat !important;
	background-position: calc(100% - 50px) center !important;

	color: #fff;
	-webkit-background-size: 200px !important;
    background-size: 200px !important;
}
.subscribe-block__title {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 25px;
	font-weight: 700;
	max-width: 397px;
}
.subscribe-block__descr {
	margin-bottom: 18px;
}
.form-subscribe {
	background-color: rgba(246, 251, 252, 0.4);
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 670px;
}

.form-subscribe .wpcf7-form-control-wrap {
    width: calc(100% - 84px);
    padding: 0 15px;
}

input[type="submit"] {
    cursor: pointer;
}

.form-subscribe input[type="text"],
.form-subscribe input[type="email"] {
	height: 50px;
	max-width: 100%;
	margin: 0;
	width: 100%;
	padding: 0 15px;
	background: #FFFFFF;
	border-radius: 8px;
	border: none;
	font-family: 'Open Sans';
	font-size: 14px;
	flex: 1;
	color: #2F3144;
}
.btn-subscribe {
	width: 84px;
	height: 84px;
	background-color: #E52F20;
	border-radius: 20px;
	border: none;
	background-image: url(../img/ic_send.svg);
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -9999px;
}
.comment-form-cookies-consent input,
.checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 12px 2px 0 7px !important;
}
.comment-form-cookies-consent label,
.checkbox label span {
	padding-left: 30px;
	position: relative;
	display: block;
	cursor: pointer;
}
.comment-form-cookies-consent label:before,
.checkbox label span:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border-radius: 6px;
	border: 2px #fff solid;
	transition: .2s;
}
.comment-form-cookies-consent label:after,
.checkbox label span:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	background-image: none;
	color: #fff;
	font-size: 9px;
	opacity: 0;
	transition: .2s;
}
.comment-form-cookies-consent input:checked + label:after,
.checkbox label input:checked + span:after {
	opacity: 1;
}
.checkbox {
	margin-top: 22px;
}
.title-section {
	font-size: 32px;
	line-height: 38px;
	font-weight: 700;
}
.title-section_page {
	padding-top: 80px;
	padding-bottom: 25px;
}
.item-coupon {
	text-align: center;
	min-height: 100%;
	padding-bottom: 50px;
	background: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
}
.item-coupon__image {
	height: 206px;
	border-radius: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-coupon__image img {
	max-width: 100%;
	max-height: 100%;
	border-radius: 20px;
}
.item-coupon__value {
	margin-bottom: 17px;
	padding: 0 15px;
}
.item-coupon__title {
	padding: 0 20px;
	margin-bottom: 17px;
}
.btn-simple {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	font-family: 'Open Sans';
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	width: 200px;
	max-width: 100%;
	color: #F79917;
	background-color: #FFFFFF;
	border: 1px solid #F79917;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 10px;
	transition: all 0.3s;
}
.btn-simple:hover {
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.1), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.1), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.1);
}
.item-coupon_promotion .item-coupon__value {
	color: #F79917;
}
.item-coupon_promocod .item-coupon__value {
	color: #F79917;
}
.item-coupon_promocod .btn-simple {
	color: #F79917;
	border-color: #F79917;
}
.item-coupon_sale .item-coupon__value {
	color: #18AA88;
}
.item-coupon_sale .btn-simple {
	color: #18AA88;
	border-color: #18AA88;
}
.item-coupon_discount .item-coupon__value {
	color: #E52F20;
}
.item-coupon_discount .btn-simple {
	color: #E52F20;
	border-color: #E52F20;
}
.row_coupons > div {
	margin-bottom: 30px;
}
.item-review {
	padding: 70px;
	min-height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
}
.item-review__image {
	width: 71px;
	height: 71px;
	margin-right: 30px;
	border-radius: 50%;
	flex: none;
}
.item-review__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-review__name {
	font-weight: 700;
}
.item-review p {
	font-size: 16px;
	line-height: 26px;
	color: #9191AC;
}
.item-review__date {
	color: #F79917;
}
.item-review__head {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}
.item-review__info {
	top: -4px;
	position: relative;
}
.item-review .rating__item {
	font-size: 15px;
}
.row_reviews > div {
	margin-bottom: 30px;
}
.btn-main_page {
	width: 270px;
	height: 68px;
	font-size: 16px;
	color: #2F3144;
	border: 1px solid #F79917;
	background-color: transparent;
	border-radius: 10px;
}

.item-question {
	background: #FFFFFF;
	margin-bottom: 15px;
	border: 1px solid #D3D3FF;
	border-radius: 10px;
}
.item-question:last-child {
	margin-bottom: 0;
}
.item-question__head {
	padding: 22px 20px;
	padding-right: 27px;
	font-weight: 700;
	border-bottom: 1px solid transparent;
	margin: 0 -2px;
	transition: all 0.3s;
	border-radius: 10px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.item-question__content {
	font-size: 16px;
	line-height: 26px;
	padding: 25px;
	color: #9191AC;
	display: none;
}
.active .item-question__head {
	border-color: #D3D3FF;
}
.item-question__arrow {
	width: 20px;
	height: 20px;
	cursor: pointer;
	transition: all 0.3s;
	position: relative;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
}
.item-question__arrow::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	top: 0;
	height: 100%;
	left: 0;
	background-image: url(../img/arrow2.svg);
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: all 0.3s;
}
.active .item-question__arrow {
	transform: rotate(180deg);
}
.active .item-question__arrow::after {
	opacity: 1;
}
.subscribe-block_page {
	background-color: #F79917;
	border-radius: 30px;
	min-height: 100%;
	margin-top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url(../img/bg_subscribe2.svg);
	background-repeat: no-repeat;
	background-position: right top !important;
}
.subscribe-block_page .form-subscribe {
	width: 100%;
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	background-color: transparent;
}
.subscribe-block_page .subscribe-block__title {
	max-width: 310px;
}
.quiz {
	padding: 70px;
	margin-top: 80px;
	padding-top: 60px;
	background: #FFFFFF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
}
.quiz-progressbar {
	margin-top: 30px;
	height: 3px;
	width: 100%;
	position: relative;
	background: #D3D3FF;
	overflow: hidden;
}
.quiz-progressbar__value {
/* 	width: 25%; */
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	background: #E52F20;
	transition: all 0.3s;
}
.descr-section {
	line-height: 24px;
	padding-top: 15px;
	text-transform: uppercase;
	font-weight: 700;
	color: #9191AC;
}
.title-block {
	font-size: 24px;
	line-height: 29px;
	font-weight: 700;
}
.quiz .title-block {
	padding-top: 30px;
	padding-bottom: 25px;
}
.quiz .item-checkbox label span {
	padding-left: 60px;
	height: 57px;
	display: flex;
	border: 1px solid #D3D3FF;
	transition: all 0.3s;
}
.quiz .item-checkbox label span:before {
	left: 20px;
	border-color: #D3D3FF;
}
.quiz .item-checkbox label span:after {
	left: 20px;
	color: #D3D3FF;
	opacity: 1;
}
.quiz .item-checkbox label input:checked + span {
	border-color: #F79917;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
}
.quiz .item-checkbox label input:checked + span::after {
	color: #F79917;
}
.quiz .item-checkbox label input:checked + span::before {
	border-color: #F79917;
}

.quiz .item-checkbox {
    margin-bottom: 30px;
}

.quiz__buttons {
	padding-top: 0;
	display: flex;
	align-items: center;
}

.quiz__buttons .btn-main {
	height: 68px;
	font-size: 16px;
	line-height: 24px;
	min-width: 270px;
	margin-right: 20px;
	cursor: pointer;
}
.quiz__buttons .btn-main:last-child {
	margin-right: 0;
}
.tab-quiz {
	display: none;
}
.tab-quiz:first-child {
	display: block;
}
.item-advice__title {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 15px;
	font-weight: 700;
}
.item-advice {
	padding: 70px 65px;
	padding-bottom: 95px;
	font-size: 16px;
	line-height: 26px;
	min-height: 100%;
	background-color: #FFFFFF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
	position: relative;
}
.item-advice p {
	color: #9191AC;
}
.item-advice__icon {
	width: 100px;
	height: 100px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-advice__icon img {
	max-width: 100%;
	max-height: 100%;
}
.item-advice.item-advice_special {
	background: #F79917;
	padding-left: 202px;
	color: #fff;
}
.item-advice_special p {
	color: #B6EFF7;
}
.item-advice_special .item-advice__icon {
	left: 70px;
	top: 68px;
	position: absolute;
}
.row_advices > div {
	margin-bottom: 30px;
}
.footer {
	padding: 48px 0;
	margin-top: 80px;
	background-color: #2f3144;
	color: #FFFFFF;
}
.footer__wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer-nav {
	font-weight: 700;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: 1;
}

.footer-nav > li {
	margin-right: 15px;
}

.footer-nav a {
	color: #fff;
	border-bottom: 1px solid transparent;
	transition: all 0.3s;
}
.footer-nav a:hover {
	color: #9191AC;
}
.copyright {
	padding-top: 10px;
	text-align: center;
}
.sidebar-block {
	padding: 30px;
	background: #FFFFFF;
	margin-bottom: 50px;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
	position: relative;
}
.title-min {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 18px;
	font-weight: 700;
}
.video-block img {
	max-width: 100%;
	height: auto;
}
.video-block {
	display: inline-flex;
	position: relative;
}
.video-block::after {
	position: absolute;
	display: block;
	content: " ";
	width: 72px;
	height: 50px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(../img/play.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.sidebar-catalog ul li a {
	display: flex;
	align-items: flex-start;
	margin-bottom: 28px;
	color: #2F3144;
	line-height: 20px;
	transition: 0.3s all;
}
.sidebar-catalog ul li:last-child a {
	margin: 0px;
}
.sidebar-catalog ul li a:hover {
	color: #FD80A0;
}
.sidebar-catalog ul li a:hover span:last-child {
	color: #FD80A0;
}
.sidebar-catalog__icon {
	width: 20px;
	height: 20px;
	display: flex;
	flex: none;
	justify-content: center;
	align-items: center;
	margin-right: 22px;
}
.sidebar-catalog img {
	max-width: 20px;
	margin-right: 22px;
	display: inline-block;
}
.sidebar-catalog ul li a span span {
	color: #347AFB;
	margin-left: 3px;
	transition: 0.2s all;
}
.sidebar-block__main::after {
	position: absolute;
	display: block;
	content: " ";
	background: #E5F8FA;
	border-radius: 20px 20px 0 0;
	left: 57px;
	right: 57px;
	bottom: 0;
	height: 15px;
}
.sidebar-block__main {
	padding-bottom: 60px;
}
.buttons-sidebar {
	margin-bottom: 30px;
}
.btn-sidebar {
	padding: 13px 25px;
	padding-right: 16px;
	background: #FFFFFF;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
	color: #2F3144;
	cursor: pointer;
	font-weight: bold;
}
.dropdown-sidebar__content {
	padding-left: 25px;
	padding-right: 16px;
	padding-bottom: 25px;
}
.dropdown-sidebar {
	margin-bottom: 20px;
	border-radius: 8px;
	background-color: #fff;
}
.dropdown-sidebar .btn-sidebar {
	margin-bottom: 0;
	box-shadow: none;
	font-size: 18px;
}
.dropdown-sidebar .btn-sidebar img {
	transition: all 0.3s;
}
.dropdown-sidebar .btn-sidebar.active img {
	transform: rotate(180deg);
}
.sidebar-block__title {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	position: relative;
}
.sidebar-block__title:first-of-type {
	margin-top: 0;
}
.sidebar-block__title img {
	right: 100%;
	top: 0;
	margin-right: 20px;
	position: absolute;
}
.sidebar-block_contacts {
	padding-left: 70px;
}
.sidebar-block_contacts p {
	margin-bottom: 12px;
}
.sidebar-block_contacts li {
	padding-left: 20px;
	position: relative;
}
.sidebar-block_contacts li::before {
	position: absolute;
	display: block;
	content: "•";
	top: 0;
	left: 0;
}
.social-min {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.social-min li {
	margin-right: 20px;
	padding: 0;
}
.social-min li:last-child {
	margin-right: 0;
}
.social-min li::before {
	display: none;
}
.social-min a {
	display: inline-block;
}
.list-stores {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.list-stores li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #D3D3FF;
	border-radius: 8px;
	padding: 0px 15px;
	padding-right: 10px;
	margin-right: 10px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #2F3144;
	transition: 0.5s all;
	height: 50px;
	margin-bottom: 10px;
}
.list-stores li a span {
	color: #D3D3FF;
	transition: 0.5s all;
}
.list-stores li a span:first-child {
	margin-left: 3px;
}
.list-stores li a:hover {
	border-color:  #F79917;
}
.list-stores li a:hover span {
	color:  #F79917;
}
.list-stores__image {
	margin-left: 10px;
}
.list-stores__image img {
	max-width: 30px;
	height: auto;
}
/*Style Sandwich*/
.btn_nav {
	margin-left: 15px;
	border: none;
	z-index: 60;
	display: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	vertical-align: middle;
	position: relative;
}
.btn_nav:hover {
	opacity: 1;
}
.sandwich span {
	display: block;
}
.sandwich {
	width: 32px;
	height: 32px;
	padding-top: 8px;
	background: #F79917;
	border-radius: 50%;
	margin: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	z-index: 20;
	cursor: pointer;
}
.sw-topper {
	position: relative;
	top: 3px;
	width: 18px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	/* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
	position: relative;
	top: 5px;
	width: 18px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	border: medium none;
	transition: transform 0.5s, top 0.2s;
	transition-delay: 0.2s, 0s;
}
.sw-footer {
	position: relative;
	top: 7px;
	width: 18px;
	height: 2px;
	display: block;
	margin: 0 auto;
	background-color: #fff;
	border: medium none;
	transition: all 0.5s;
	transition-delay: 0.1s;
}
.sandwich.active .sw-topper {
	top: 7px;
	transform: rotate(45deg);
}
.sandwich.active .sw-bottom {
	opacity: 0;
}
.sandwich.active .sw-footer {
	top: 3px;
	transform: rotate(-45deg);
}
/*End Sandwich*/
.jq-selectbox__dropdown {
	background-color: #fff;
	background-color: #FFFFFF;
	border-radius: 8px;
	width: 100%;
}
.jq-selectbox__dropdown li {
	padding: 8px 15px;
	cursor: pointer;
	font-weight: 700;
	color: #000;
}
.tab-pane {
	display: none;
}
.tab-pane:first-child {
	display: block;
}
.list-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.btn-page {
	padding: 0 25px;
	height: 50px;
	min-width: 160px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: transparent;
	border: 1px solid #F79917;
	border-radius: 8px;
	transition: all 0.3s;
	font-size: 12px;
	line-height: 18px;
	font-weight: 700;
	color: #2F3144;
}
.btn-page:hover {
	color: #fff;
	background-color: #F79917;
}
.list-buttons li {
	margin-right: 30px;
}
.list-buttons li:last-child {
	margin-right: 0;
}
.head-section::after {
	font-size: 18px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	color: #9191AC;
	opacity: 0.4;
	position: relative;
	top: 12px;
	letter-spacing: 2px;
	content: "............................................................................................................................................................";
}
.head-section .list-buttons {
	margin-top: -15px;
	margin-left: 15px;
	float: right;
}
.head-section .title-section {
	float: left;
	margin-right: 15px;
}
.head-section {
	padding-top: 60px;
}
.subscribe-block_search {
	padding-top: 78px;
	padding-bottom: 78px;
	margin-top: 65px;
	background-image: none;
	position: relative;
}
.subscribe-block__image {
	position: absolute;
	bottom: 15px;
	right: 160px;
}
.subscribe-block_search .btn-subscribe {
	background-image: url(../img/ic_search2.svg);
}
.subscribe-block_search .form-subscribe {
	max-width: 900px;
}
.head-main {
	margin-top: 80px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.head-main .btn-page {
	min-width: 200px;
}
.item-catalog__title {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
	font-weight: 700;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.item-catalog__title_mod {
    -webkit-line-clamp: unset;
	-webkit-box-orient: unset;
}

.item-catalog__descr {
	text-transform: uppercase;
	font-weight: 700;
	opacity: 0.7;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.item-catalog {
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
}
.item-catalog__image {
	height: 420px;
	position: relative;
	display: block;
	border-radius: 30px;
	padding: 30px;
	border-radius: 30px;
	background: #fff;
}
.item-catalog__image img {
	height: 100%;
	width: 100%;
	object-fit: contain;
	object-position: center center;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	top: -30px;
}
.item-catalog__content {
	padding: 16px 20px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 93px;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0px 0px 30px 30px;
	width: 100%;
	transition: all 0.3s;
}

.item-catalog__content_mod {
    height: 200px;
}

.item-catalog:hover .item-catalog__content {
	height: 100%;
	border-radius: 30px;
	background: rgba(156, 113, 235, 0.4);
}
.icon-link {
	width: 40px;
	height: 40px;
	margin-top: 20px;
	position: relative;
	display: inline-block;
	background-image: url(../img/ic_link.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.item-discussion {
	display: block;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.item-discussion__image {
	height: 420px;
	display: block;
	border-radius: 30px;
}
.item-discussion__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 30px;
	font-family: 'object-fit: cover;';
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.item-discussion__content {
	padding: 16px 38px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 124px;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0px 30px;
	transition: all 0.3s;
	max-width: 370px;
}
.item-discussion__title {
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 10px;
	font-weight: 700;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.item-discussion__descr {
	font-weight: 700;
	opacity: 0.7;
	text-transform: uppercase;
	display: block;
}
.item-discussion__icon {
	width: 43px;
	height: 43px;
	top: 35px;
	left: 35px;
	display: inline-block;
	position: absolute;
	background-image: url(../img/chat.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.item-discussion:hover .item-discussion__content {
	height: 100%;
	border-radius: 30px;
	max-width: 100%;
	background: rgba(156, 113, 235, 0.4);
}
.col-lg-3 .item-discussion__content {
	max-width: 100%;
	border-radius: 0px 0px 30px 30px;
}
.row_discussions > div {
	margin-bottom: 30px;
}
.subscribe-block_sale {
	background-color: #F79917;
}
.subscribe-block_sale .subscribe-block__image {
	right: 98px;
	bottom: 0;
}
.subscribe-block_search .subscribe-block__title {
	max-width: 100%;
}
.list-promocods {
	font-size: 18px;
	line-height: 28px;
	color: #F79917;
}
.list-promocods a {
	color: #F79917;
}
.list-promocods li {
	margin-bottom: 7px;
}
.row_promocods {
	margin-top: 80px;
}
.row_promocods .title-section {
	padding-bottom: 20px;
}
.total-shops {
	font-weight: 700;
	padding-bottom: 20px;
	text-transform: uppercase;
}
.row_promocods .btn-page {
	margin-top: 15px;
	min-width: 196px;
}
.item-partner {
	height: 174px;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border-radius: 30px;
	border: 1px solid transparent;
	transition: all 0.3s;
	overflow: hidden;
}
.item-partner img {
	max-width: 100%;
	max-height: 100%;
}
.item-partner:hover {
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-color: #F79917;
}
/*catalog*/
.catalog .content-top__img {
	display: flex;
	align-items: center;
}
.catalog .content-top__img img:last-child {
	position: relative;
	z-index: 2;
	margin-left: -10px;

}
.title-big {
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	color: #2F3144;
}
.title-big p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	color: #9191AC;
	margin-top: 15px;
}
.category-list ul {
	display: flex;
}
.category-list ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	height: 50px;
	border: 1px solid #F79917;
	border-radius: 8px;
	padding: 15px 55px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #2F3144;
	transition: 0.3s all;
}
.category-list ul li.active a:hover,
.category-list ul li.active a {
	background: #FFFFFF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04),
	0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725),
	0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border: none;
	color: #F79917;
}
.category-list ul li a:hover {
	background: #FFFFFF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04),
	0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725),
	0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-color: transparent;
	color: #F79917;
}
.btn-more {
	background: #E5F8FA;
	border: none !important;
	color: #F79917 !important;
}
.category-list {
	display: flex;
	margin-bottom: 50px;
	justify-content: space-between;

}
.catalog .jq-selectbox__dropdown {
	position: absolute !important;
	top: 45px !important;
	background: #FFFFFF;
	margin-top: 0px;
	z-index: 5 !important;
	max-width: 270px !important;
	width: 100% !important;
}
.catalog .jq-selectbox__dropdown ul {
	max-height: none !important;
	background: #FFFFFF;
}
.polzunok-container input {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	width: 104px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #D3D3FF;
	box-sizing: border-box;
	border-radius: 20px;
	text-align: center;
}
.polzunok-container input::-webkit-input-placeholder {
	color: #000000;
	opacity: 1;
}
.polzunok-container input:-moz-placeholder {
	color: #000000;
	opacity: 1;
}
.polzunok-container input::-moz-placeholder {
	color: #000000;
	opacity: 1;
}
.polzunok-container input:-ms-input-placeholder {
	color: #000000;
	opacity: 1;
}
.polzunok-container span {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #000000;
	margin-left: 10px;
	margin-right: 10px;
}
.polzunok-container span:first-child {
	margin-left: 0px;
}
.sidebar-filter {
	position: relative;
	background: #FFFFFF;
	padding-left: 30px;
	padding-top: 34px;
	padding-bottom: 65px;
	border-radius: 30px;
}
.sidebar-title {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	color: #2F3144;
	padding-bottom: 20px;
	border-bottom: 1px solid #E5F8FA;
	margin-bottom: 20px;
}
.sidebar-subtitle {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: center;
	color: #2F3144;
	margin-bottom: 10px;
}
.polzunok-container {
	border-bottom: 1px solid #E5F8FA;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.sidebar-filter .checkbox {
	margin: 0px 0px 0px -10px;
	background: #FFFFFF;
	border-radius: 8px;
	padding: 0;
	display: block;
	margin-bottom: 10px;

}
.sidebar-block .checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 1px 0 0 7px !important;
}
.sidebar-block .checkbox label span {
	position: relative;
	padding: 5px 0px 1px 30px;
	display: block;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #9191AC;
}
.sidebar-block .checkbox label span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #E5F8FA;
	transition: .2s;
	border-radius: 50%;
}
.sidebar-block .checkbox label span:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 1px solid #E5F8FA;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	background-image: none;
	color: #F79917;
	font-size: px;
	opacity: 0;
	transition: .2s;
	border-radius: 50%;
}
.sidebar-block .checkbox label input:checked + span:after {
	opacity: 1;
	color: #fff;
	background: #F79917;
}
.sidebar-block .checkbox label input:checked + span {
	transition: .2s all;
	color: #9191AC;
}
.sidebar-type {
	padding-bottom: 20px;
	border-bottom: 1px solid #E5F8FA;
	margin-bottom: 20px;
}
.sidebar-filter:after {
	display: flex;
	content: '';
	width: 256px;
	height: 15px;
	background: #E5F8FA;
	border-radius: 20px 20px 0px 0px;
	position: absolute;
	bottom: 0;
	left: 14%;
}
.sidebar-filter__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	height: 50px;
	border: 1px solid #F79917;
	border-radius: 8px;
	padding: 15px 54px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #2F3144;
	transition: 0.3s all;
	max-width: 190px;
	width: 100%;
	transition: 0.5s all;
	margin-top: 20px;
}
.sidebar-filter__btn:hover {
	background: #06245c;
	color: #fff;
}
.articles {
	position: relative;
	background: #FFFFFF;
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 34px;
	padding-top: 38px;
	padding-bottom: 70px;
	border-radius: 30px;
}
.articles:after {
	display: flex;
	content: '';
	width: 256px;
	height: 15px;
	background: #E5F8FA;
	border-radius: 20px 20px 0px 0px;
	position: absolute;
	bottom: 0;
	left: 14%;
}
.articles-item {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	border-left: 1px solid transparent;
	padding-bottom: 10px;
}
.articles-item__img {
	height: 58px;
	width: 58px;
	flex: none;
	border-radius: 20px;
	margin-right: 10px;
	overflow: hidden;
}

.articles-item__img img {
    width: 100%;
    height: auto;
}

.articles-item__img img {
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.articles-item .articles-text {
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	color: #2F3144;
	margin-right: 10px;
}
.articles-link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 17px;
	height: 17px;
	border: 2px solid #F79917;
	border-radius: 5px;
	flex: none;
	transition: 0.3s all;
}
.articles-link i {
	color: #F79917;
	font-size: 9px;
	text-align: center;
	transition: 0.3s all;
}
.articles-item:hover .articles-link {
	background: #F79917;
}

.articles-item:hover .articles-link i {
	color: #fff;
}
.catalog-card {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 30px;
	transition: 0.5s all;
	height: 100%;
}
.catalog-card__img {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.catalog-card__img img {
	max-width: 100%;
}
.catalog-card:hover .catalog-card__bottom {
	background: rgba(156, 113, 235, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 30px;
	border-radius: 30px;
	bottom: 0;
	left: 0;
	height: 100%;
}
.catalog-card:hover .catalog-hover__link {
	visibility: visible;
}
.catalog-hover .catalog-card__descr {
	margin-bottom: 10px;
}
.catalog-card__bottom {
	width: 100%;
	display: block;
	background: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(10px);
	border-radius: 0px 0px 30px 30px;
	padding-left: 20px;
	padding-right: 16px;
	padding-top: 17px;
	position: absolute;
	height: 93px;
	left: 0;
	bottom: 0;
	transition: 0.5s all;
}
.catalog-card__title {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 120%;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.catalog-card__descr {
	line-height: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	opacity: 0.7;
}
.catalog-hover__link {
	height: 40px;
	width: 40px;
	display: flex;
	border-radius: 8px;
	justify-content: center;
	align-items: center;
	border: 3px solid #FFFFFF;
	margin-top: 20px;
	transition: 0.3s all;
	visibility: hidden;
}
.catalog-hover__link i {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
	transition: 0.3s all;
}
.catalog-hover__link:hover {
	background: #FFFFFF;
}
.catalog-hover__link:hover i {
	color: #F79917;
}
.card-trophy {
	background: none;
	justify-content: center;
	align-items: center;
	border: 1px solid #F79917;
}
.card-trophy .catalog-card__title {
	color: #2F3144;
	text-align: center;
	margin-top: 10px;
}
.catalog .title-section {
	font-style: normal;
	font-weight: bold;
	font-size: 32px;
	line-height: 38px;
	color: #2F3144;
	margin-bottom: 20px;
}
.slider-for {
	width: 100%;
	margin-right: 30px;
}
.descr-phone__slider {
    padding: 20px;
	max-width: 320px;
	width: 100%;
	position: relative;
}
.slider-for__item img {
	max-width: 100%;
	max-height: 100%;
	border-right: 30px;
	height: auto;
}
.slider-for__item {
	//height: 421px;
	min-height: 240px;
	height: auto;
}
.descr-phone {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04),
	0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725),
	0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
	margin-top: 80px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.slider-nav {
	position: absolute;
	bottom: 41px;
	left: 30px;
	right: 30px;
}
.slider-nav__item {
	margin: 0 7px;
	cursor: pointer;
	height: 47px;
	border-radius: 	5px;
}
.descr-phone__item {
	padding-top: 30px;
	padding-bottom: 25px;
}
.slider-nav__item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 	5px;
	font-family: 'object-fit: cover';
}
.descr-phone__item .rating__star {
	font-size: 14px;
	margin-right: 6px;
	color: #FFC702;
}
.buy {
    width: 25%;
    padding-left: 20px;
}

.rating-phone__wrap {
    width: 100%;
}
.rating-phone__wrap .rating {
	padding: 0;
	margin-left: auto;
}
.rating-phone i {
	font-size: 12px;
	margin-right: 2px;
}
.rating-stars .rating__item {
	font-size: 14px;
}
.rating-stars .rating {
	margin-right: 3px;
}
.rating-phone__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 18px;
	margin-right: 20px;
}
.rating-phone__item:last-child .rating-numbers{
    padding-right: 0;
    margin-right: 0;
    border: none !important;
}

.rating-phone__wrap {
	padding-top: 23px;
	display: flex;
	background: #F6FBFC;
	border-radius: 20px;
	padding-left: 24px;
	align-items: center;
	white-space: nowrap;

	margin: 23px;

}
.rating-text {
	color: #9191AC;
	line-height: 20px;
}
.rating-phone__descr {
	color: #9191AC;
	line-height: 20px;
	font-weight: 700;
	margin-right: 20px;
	font-size: 14px;
}
.rating-stars {
	display: flex;
	align-items: center;
	margin-bottom: 22px;
}
.descr-phone__title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 24px;
	width: calc(100% - 50px);
	line-height: 120%;
	color: #2F3144;
	position: relative;
}
.descr-phone__item:last-child .descr-phone__title {
	font-size: 18px;
	padding-bottom: 10px;
}
.item-unit__compare {
	background: url("../img/scales.svg") no-repeat;
	background-size: 100%;
	width: 28px;
	height: 28px;
	position: absolute;
	top: 30px;
	right: 20px;
}
.descr-phone__item {
    position: relative;
    width: calc(50% - 160px);
}
.descr-phone__item:nth-last-child(3) {
    padding-right: 15px;
}
.descr-phone__item:nth-last-child(2) {
	border-left: 1px solid #EFF8FF;
	margin-right: 0;
	padding-left: 15px;
}
.descr-phone__item:last-child {
	border-right: 1px solid #EFF8FF;
}
.rating-text a {
	color: #F79917;
	border-bottom: 1px solid #F79917;
	transition: 0.3s all;
}
.rating-numbers a {
	color: #F79917;
	border-bottom: 1px solid #F79917;
	transition: 0.3s all;
}
.rating-numbers a:hover {
	border-color: transparent;
}
.rating-phone:first-child .rating-numbers {
	border-right: 1px solid #B6EFF7;
}
.rating-numbers {
	display: flex;
	align-items: center;
	padding-right: 23px;
	padding-left: 5px;
}
.rating-numbers span {
	padding-left: 3px;
}
.rating-text a:hover {
	border-color: transparent;
}
.descr-phone p {
	line-height: 160%;
	color: #738395;
	margin-bottom: 18px;
}

.rating-phone {
    flex-wrap: wrap;
}

.rating-phone {
    justify-content: flex-start !important;
}

.rating-phone:first-child {
	margin-right: 25px;
}

.rating-phone i {
	color: #D3D3FF;
}

.rating-phone i.checked {
    color: #E52F20;
}


.descr-phone__links {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-right: 10px;
}
.descr-phone__links span {
	font-family: 'Lato';
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 30px;
	border: 1px solid #E5F8FA;
	line-height: 160%;
	color: #738395;
	margin-bottom: 10px;
	transition: 0.3s all;
	margin-right: 10px;
}
.descr-phone__links span:hover {
	border-color: #F79917;
}
.test-phone {
	display: flex;
	justify-content: space-between;
	background: #FFFFFF;
	margin-top: 20px;
	padding-top: 30px;
	padding-right: 15px;
	border-right: 1px solid #EFF8FF;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04),
	0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725),
	0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
	padding-bottom: 15px;
}
.evaluation {
    width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	border-right: 1px solid #EFF8FF;
	padding-left: 14px;
	padding-right: 10px;
	position: relative;
}
.test-phone .title-section {
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #2F3144;
	position: relative;
	display: flex;
	align-items: center;
}
.hint {
	margin-left: 10px;
	position: relative;
	top: 4px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../img/hint.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.evaluation-hint__text {
	position: absolute;
	top: 0px;
	left: 0;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04),
	0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725),
	0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	background: #f0f6ff;
	padding: 10px 30px;
	width: 150px;
}
.evaluation-hint:hover .evaluation-hint__text {
	visibility: visible;
	opacity: 1;
}
.circles-valueStroke {
	stroke-width: 10;
	stroke-linecap: round;
}
.circles-maxValueStroke {
	stroke-width: 40;
}
.circles-text {
	font-weight: bold;
	font-size: 48px !important;
	line-height: 48px;
	color: #2F3144;
	width: 100% !important;
	text-align: center;
	left: 10px !important;
}
.circles-valueStroke {
	border: 2px solid #000000;
}
.circle .circles-maxValueStroke {
}
.circle {
	z-index: 0;
}
.test-advantages {
	width: 25%;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #EFF8FF;
}
.item-advantage {
	position: relative;
	border: 1px solid #E5F8FA;
	border-radius: 30px;
	padding: 10px;
	margin-bottom: 10px;
	font-family: 'Lato';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 160%;
	color: #738395;
	padding-left: 40px;
}
.item-advantage:before {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url("../img/ok.svg");
	background-size: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	top: 0px;
	bottom: 0;
	margin: auto;
	left: 13px;
}
.item-advantage_disadvantage:before {
	background-image: url("../img/no.svg");
}
.top-dissadvantages:before {
	content: '';
	width: 16px;
	height: 16px;
	background: url("../img/no.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 23px;
	left: 13px;
}
.left-column {
	max-width: 370px;
	width: 100%;
}
.right-column {
	margin-left: -40px;
}
.brand-item {
	font-weight: bold;
	font-size: 14px;
	line-height: 1.4em;
	background: #F6FBFC;
	border-radius: 20px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
}

.brand-item_new {
    font-weight: bold;
    font-size: 14px;
}

.brand-item_new .df{
    justify-content: space-between;
    align-items: center;
}

.brand-item_new .price {
    padding-right: 20px;
}

.brand-item__text {
	color: #2F3144;
	margin-right: 14px;
	white-space: pre;
	font-weight: bold;
	font-size: 14px;
}
.brand-item__price {
	background: #FFB800;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16px 26px;
	color: #FFFFFF;
}
.price_purple {
	background: #F79917;
}
.price_green {
	background: #18AA88;
}
.price_pink {
	background: #E52F20;
}
.price_blue {
    background: #F79917;
}

.our-testers {
	padding: 28px;
	padding-bottom: 0;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04),
	0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725),
	0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
	background: #FFFFFF;
	margin-top: 20px;
}
.our-testers__items {
	display: flex;
}
.tester-review {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
	padding: 22px;
	padding-right: 18px;
	border: 1px solid #E5F8FA;
	border-radius: 20px;
}
.tester-review__bottom {
	display: flex;
	margin-top: 14px;
}
.tester-review__bottom p {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #2F3144;
}
.tester-review > p {
	font-size: 14px;
	line-height: 22px;
	color: #738395;
	margin-bottom: 10px;
}
.tester-review__bottom span {
	line-height: 20px;
	color: #9191AC;
}
.tester-review__img {
	position: relative;
	margin-right: 20px;
}

.tester-review__img img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.row_testers > div {
    margin-bottom: 28px;
}

.tester-review__img:after {
	content: '';
	width: 1px;
	height: 23px;
	background: #D3D3FF;
	position: absolute;
	right: -10px;
	top: 5px;
}
.promocode .title-section {
	margin-bottom: 30px;
}
.promocode {
	margin-bottom: 80px;
}
.top-phone__sup {
	display: flex;
	padding-right: 305px;
	justify-content: space-between;
	background: #FFFFFF;
	padding-left: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: #FFFFFF;
	border: 1px solid #E5F8FA;
	border-radius: 20px 20px 0px 0px;
}
.top-phone__title {
	position: relative;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
	color: #2F3144;
	display: flex;
}
.top-phone__btn {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.top-phone__btn img {
	cursor: pointer;
}
.top-phone__btn img:hover {
	fill: #A5BED6 !important;
}
.arrow-t {
	stroke: #A5BED6 !important
}
.top-phone__btn img:first-child {
	margin-bottom: 5px;
}
.top-phone__center {
	display: flex;
}
.top-phone__center .top-phone__title:first-child {
	margin-right: 80px;
	margin-left: 10px;
}

.top-phone__results {
	display: flex;
}
.top-phone__img img {
	max-width: 100%;
	max-height: 100%;;
}
.top-phone__name {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #2F3144;
	margin-bottom: 20px;
	margin-top: 10px;
	white-space: nowrap;
}
.top-phone__award {
	display: inline-block;
	background: #F6FBFC;
	border-radius: 30px;
	align-items: center;
	padding: 6px 4px;
	padding-right: 10px;
	margin-bottom: 25px;
}
.top-phone__award img {
	display: inline-block;
	vertical-align: middle;
}
.top-phone__award span {
	display: inline-block;
	font-weight: bold;
	font-size: 24px;
	color: #2F3144;
	margin-left: 4px;
	vertical-align: middle;
}
.top-phone__link {
	display: block;
	position: relative;
	font-weight: bold;
	font-size: 14px;
	color: #F79917;
}
.top-phone__link:after {
	content: '';
	width: 15px;
	height: 15px;
	background: url("../img/results-arrow.svg") no-repeat;
	background-size: 100%;
	position: absolute;
	top: 1px;
	right: 40px;
}
.top-phone__item {
	position: relative;
	display: flex;
	padding-top: 18px;
	padding-bottom: 17px;

}
.top-phone__price {
	margin-left: 40px;
	padding-top: 40px;
	max-width: 100px;
}
.top-phone__price span {
	display: block;
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #2F3144;
	margin-bottom: 10px;
}
.top-phone__price a {

	color: #F79917;
	line-height: 20px;
	max-width: 100px;
	transition: 0.5s all;
	border-bottom: 1px solid #F79917;;
}
.top-phone__price a:hover {
	border-color: transparent;
}
.top-phone__comparison {
	margin-left: 48px;
	font-size: 14px;
	line-height: 20px;
	color: #738395;
}
.top-phone__comparison p {
	border: 1px solid #E5F8FA;
	position: relative;
	box-sizing: border-box;
	border-radius: 30px;
	padding-left: 40px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-right: 10px;
	max-width: 337px;
	width: 100%;
	margin-bottom: 10px;
}
.top-phone__comparison .advantages:before {
	content: '';
	background: url("../img/ok.svg") no-repeat;
	width: 17px;
	height: 17px;
	background-size: 100%;
	position: absolute;
	top: 35px;
	left: 10px;
}
.top-phone__comparison .dissadvantages:before {
	content: '';
	background: url("../img/no.svg") no-repeat;
	width: 17px;
	height: 17px;
	background-size: 100%;
	position: absolute;
	top: 35px;
	left: 10px;
}
.top-phone__test-stars {
	margin-right: 24px;
}
.top-phone__test-stars i {
	color: #D3D3FF;
}
.top-phone__test-stars .rating_1 > *:nth-child(-n+1) .rating__item i {
	color: #FFC702;
}
.top-phone__test-stars .rating_2 > *:nth-child(-n+2) .rating__item i {
	color: #FFC702;
}
.top-phone__test-stars .rating_3 > *:nth-child(-n+3) .rating__item i {
	color: #FFC702;
}
.top-phone__test-stars .rating_4 > *:nth-child(-n+4) .rating__item i {
	color: #FFC702;
}
.top-phone__test-stars .rating_5 > *:nth-child(-n+5) .rating__item i {
	color: #FFC702;
}
.top-phone__test-stars:last-child {
	margin-right: 0px;
}
.top-phone__test-stars > a {
	display: inline-block;
	color: #9191AC;
	line-height: 20px;
	border-bottom: 1px solid #9191AC;
	margin-bottom: 30px;
	transition: 0.5s all;
}
.top-phone__test-stars > a:hover {
	color: #F79917;
	border-color: #F79917;
}
.top-phone__test-stars p {
	display: block;
	color: #9191AC;
	line-height: 20px;
}
.top-phone__test .rating__item i {
	font-size: 14px;
	margin-right: 6px;
}
.top-phone__test {
	display: flex;
	margin-left: 35px;
	padding-top: 29px;
}
.top-phone__test-stars .rating {
	padding: 0px;
	margin-bottom: 0px;
}
.top-phone__scroll {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 80px;
	width: 100%;
	height: 189px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.top-phone__scroll button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #D3D3FF;
	transition: 0.5s all;
	background: transparent;
}
.top-phone__scroll button:hover {
	border-color: #F79917;
}
.top-phone__scroll button:hover i {
	color: #F79917;
}
.top-phone__scroll button i {
	font-size: 20px;
	color: #D3D3FF;
}
.choice {
	display: flex;
	margin-top: 80px;
	margin-bottom: 65px;
}
.choice-item .title-section {
	margin-bottom: 30px;
}
.choice-item__img video {
	border-radius: 30px;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.choice-item__img {
	position: relative;
	margin-bottom: 30px;
	max-width: 870px;
	width: 100%;
	cursor: pointer;
}
.choice-item ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.choice-item p {
	margin-bottom: 20px;
	color: #9191AC;
	line-height: 26px;
}
.choice-item:first-child {
	max-width: 870px;
	width: 100%;
	margin-right: 50px;
}
.choice-item:last-child {
	padding-top: 70px;
}
.choice-item li {
	margin-bottom: 25px;
	position: relative;
	line-height: 20px;
	color: #9191AC;
	font-size: 14px;
}
.choice-item ul {
	margin-bottom: 50px;
}

.choice-item ul li:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #9191AC;
	position: absolute;
	border-radius: 50%;
	top: 7px;
	left: -25px;
}
.choice-list__title {
	font-weight: bold;
	font-size: 18px;
	line-height: 120%;
	color: #2E354D;
	margin-bottom: 20px;
}
.choice-play {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	top: 35%;
	left: 40%;
	cursor: pointer;
}
.review .block-form {
	background-image: none;
	background: #F79917;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04),
	0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725),
	0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
	margin-top: 65px;
	padding-right: 72px;
}
.block-form__items {
	display: flex;
}

.review .rating__star {
	margin-right: 12px;
	font-size: 14px;
}
.review .rating {
	margin-top: 8px;
	padding: 0;
	margin-bottom: 0px;
}
.review p {
	display: block;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	margin-top: -20px;
}
.rating-block {
	margin-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.review .checkbox {
	display: block;
}
.review .checkbox label input {
	position: absolute;
	z-index: -1;
	height: 1px !important;
	width: 1px !important;
	opacity: 0 !important;
	margin: 1px 0 0 7px !important;
}
.review .checkbox label span {
	position: relative;
	padding: 5px 0px 1px 30px;
	display: block;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	white-space: nowrap;
	color: #FFFFFF;
}
.review .checkbox label span:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 20px;
	height: 20px;
	transition: .2s;
	border-radius: 50%;
	background: #E52F20;
	border: none;
}
.review .checkbox label span:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 0px;
	width: 20px;
	height: 20px;
	background: #E52F20;
	content: "\f00c";
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	background-image: none;
	color: #F79917;
	opacity: 0;
	transition: .2s;
	border-radius: 50%;
	border: none;
}
.review .checkbox label input:checked + span:after {
	opacity: 1;
	color: #fff;
	background: #E52F20;
}
.review .checkbox label input:checked + span {
	transition: .2s all;
}
.block-form__btn {
	background: #E52F20;
	border-radius: 10px;
	height: 68px;
	padding: 28px 32px;
	border: none;
	display: flex;
	justify-content: center;
	align-items: center;
	outline: none;
	max-width: 270px;
	width: 100%;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	margin-top: 10px;
}
.block-form__btn:hover {
	background: #06245c;
}
.title-page {
	font-size: 48px;
	padding-bottom: 10px;
	line-height: initial;
	font-weight: 700;
}
.head-filters {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.tabs li .tabs__more {
	background-color: #E5F8FA;
	border-color: #E5F8FA;
	color: #F79917;
}
.head-filters {
	margin-bottom: 40px;
}
.head-filters .item-select{
    margin-bottom: 10px;
}

.head-page__text p {
	font-size: 18px;
	line-height: 28px;
	color: #9191AC;
}
.content__left .btn-main_page {
	height: 50px;
	padding: 0 54px;
	width: initial;
	margin-top: 20px;
	font-size: 12px;
	line-height: 18px;
}
.item-top {
	font-size: 24px;
	line-height: 29px;
	color: #2F3144;
	transition: all 0.3s;
	border: 1px solid #F79917;
	text-align: center;
	display: block;
	min-height: 100%;
	font-weight: 700;
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
}
.item-top img {
	margin-bottom: 20px;
	max-width: 100%;
}
.title-section + .row_catalog {
	margin-top: 30px;
}

.row_catalog > div {
    margin-bottom: 20px;
}

.tester-review__like {
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
	background-image: url(../img/ok.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.tester-review__dislike {
	width: 20px;
	height: 20px;
	margin-bottom: 10px;
	background-image: url(../img/no.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}

.arrow-top {
	width: 24px;
	height: 24px;
	margin-left: 5px;
	background-image: url(../img/arrow_top.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	transition: all 0.3s;
}
.top-phones__value {
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-weight: 700;
}
.top-phones {
	border-radius: 30px;
	background-color: #fff;
	overflow: hidden;
}
.top-phones__head {
	padding: 16px 18px;
	display: flex;
	align-items: center;
}
.item-unit__left,
.top-phones__value:nth-child(1) {
	width: 375px;
}
.item-unit__prices,
.top-phones__value:nth-child(2) {
	width: 130px;
}
.item-unit__advantages,
.top-phones__value:nth-child(3) {
	width: 365px;
}
.top-phones__value:nth-child(3) .arrow-top,
.top-phones__value:nth-child(2) .arrow-top {
	margin-left: 30px;
}
.item-unit__content {
	padding: 18px 0;
	display: flex;
	align-items: center;
}
.item-unit__image {
	width: 154px;
	height: 143px;
	margin-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	position: relative;
}
.item-unit__image img {
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
}
.item-unit__left {
	display: flex;
}
.item-unit__title {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
	font-weight: 700;
	display: block;
	color: #2F3144;
}
.rating-percent {
	font-size: 24px;
	padding: 8px 20px;
	padding-left: 40px;
	font-weight: 700;
	line-height: 29px;
	margin-bottom: 15px;
	background-color: #F6FBFC;
	border-radius: 30px;
	background-image: url(../img/ic_ratting.svg);
	background-repeat: no-repeat;
	background-position: 6px center;
	display: inline-block;
}
.item-unit {
	padding: 18px 0;
	border-top: 1px solid #E5F8FA;
}
.item-unit__dropdown-title {
	font-size: 14px;
	line-height: 20px;
	padding-right: 19px;
	font-weight: 700;
	color: #F79917;
	display: inline-block;
	position: relative;
}
.item-unit__dropdown-title::after {
	position: absolute;
	display: block;
	content: " ";
	width: 6px;
	height: 5px;
	background-image: url(../img/arrow_min3.svg);
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}
.item-unit__prices {
	font-size: 14px;
	padding-bottom: 15px;
	line-height: 20px;
}
.item-unit__prices p {
	margin-bottom: 20px;
	font-weight: 700;
}
.item-unit__prices a {
	color: #F79917;
	border-bottom: 1px solid #F79917;
	transition: all 0.3s;
}
.item-unit__prices a:hover {
	border-color: transparent;
}
.item-unit__head {
	font-size: 14px;
	line-height: 20px;
	color: #9191ac;
	margin-bottom: 30px;
	transition: all 0.3s;
}
.item-unit__head span {
	border-bottom: 1px solid #9191AC;
}
.item-unit__head a {
	color: #F79917;
	border-bottom: 1px solid #F79917;
}
.item-unit__head a:hover {
	border-color: transparent;
}
.item-unit .rating__item {
	margin-right: 5px;
}
.rating-result {
	font-size: 14px;
	line-height: 20px;
	padding-top: 10px;
	color: #9191AC;
}
.item-unit__filter {
	margin-right: 23px;
}
.item-unit__results {
	padding-left: 32px;
	display: flex;
	padding-bottom: 20px;
}
.item-unit__content > div {
	flex: none;
}
.jspHorizontalBar .jspArrow {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 80px;
	width: 100%;
	height: 189px;
	text-indent: 0;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	bottom: 0;
}
.jspHorizontalBar .jspArrow::after {
	position: absolute;
	display: block;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 300;
	font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	color: #D3D3FF;
	transition: all 0.3s;
	content: "\f138";
	z-index: 5;
}
.jspHorizontalBar .jspArrow:hover::after {
	color: #F79917;
}
.jspHorizontalBar {
	height: 0;
	overflow: visible;
}
.jspHorizontalBar .jspArrow.jspArrowLeft {
	left: 0;
}
.jspHorizontalBar .jspArrow.jspDisabled {
	opacity: 0;
	visibility: hidden;
}
.jspHorizontalBar .jspArrow.jspArrowLeft::after {
	content: "\f137";
}

.top-phones + .article {
    padding-top: 30px;
}

.text-section {
	font-size: 16px;
	line-height: 26px;
	color: #9191AC;
}
.text-section li,
.text-section p {
	margin-bottom: 20px;
}
.text-section li {
	position: relative;
	padding-left: 19px;
}
.text-section ul li::before {
	position: absolute;
	display: block;
	content: " ";
	width: 6px;
	height: 6px;
	background: #9191AC;
	border-radius: 50%;
	top: 7px;
	left: 0;
}
.text-section ol {
	margin: 0;
	padding: 0;
	counter-reset: list1;
	list-style-type: none;
}
.text-section ol li::before {
	position: absolute;
	top: 0;
	left: 0;
	counter-increment: list1;
	content: counter(list1) ". ";
}
.text-section .title-min {
	color: #2E354D;
}
.video-block_page img {
	border-radius: 30px;
}
.video-block_page::after {
	width: 142px;
	height: 142px;
	background-image: url(../img/play2.svg);
	opacity: 0.7;
	transition: all 0.3s;
}
.video-block_page:hover::after {
	opacity: 1;
}
.video-block_page {
	margin-bottom: 30px;
}
.reviews-form {
	padding: 65px;
	background: #F79917;
	/* margin-top: 80px; */
	margin-top: 50px;
	box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
	border-radius: 30px;
	color: #fff;
}
.reviews-form .title-section {
	padding-bottom: 30px;
}

.jq-selectbox__select {
    cursor: pointer;
}

.item-form .jq-selectbox__select-text,
.item-form textarea,
.item-form input {
    border: 1px solid #ccc;
	padding: 0 20px;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	font-family: 'Open Sans';
	color: #2F3144;
	height: 57px;
	background: #FFFFFF;
	border-radius: 10px;
	width: 100%;
}

.item_bottom .lnks {
    padding-top: 15px;
}

.not_valid {
    border-color: #c00 !important;
}

.item-form input {
    max-width: 360px;
}

.item-form .jq-selectbox__select-text {
	display: flex;
	align-items: center;
}
.jq-selectbox__trigger {
	position: absolute;
	display: block;
	width: 8px;
	height: 7px;
	background-image: url(../img/arrow_min2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	top: 0;
	right: 17px;
	bottom: 0;
	margin: auto;
	transition: all 0.3s;
}
.item-form  .jqselect {
	width: 100%;
}
.item-form textarea {
	padding-top: 15px;
	height: 108px;
	resize: none;
}
.item-form *::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.item-form *:-moz-placeholder {
	color: #999;
	opacity: 1;
}
.item-form *::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.item-form *:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.item-form  {
	margin-bottom: 20px;
}
.title-input {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
}
.rating_click li .rating__item {
    cursor: pointer;
}

.rating_click .rating__item {
	font-size: 26px;
	margin-right: 10px;
}
.checkbox_form label span.wpcf7-list-item-label {
    cursor: pointer;
}
.comment-form-cookies-consent label:before,
.checkbox_form label span.wpcf7-list-item-label:before {
	width: 20px;
	height: 20px;
	background: #E52F20;
	border-radius: 50%;
	border: none;
}
.comment-form-cookies-consent,
.checkbox_form {
    display: block;
	margin-top: 0;
	margin-bottom: 20px;
}
.btn-main_block {
	height: 68px;
	width: 270px;
	font-size: 16px;
	background-color: #E52F20;
}
.item-unit__justice {
	top: -15px;
	right: -5px;
	position: absolute;
	width: 24px;
	height: 24px;
	background-image: url(../img/justice.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.item-unit__justice::after {
	position: absolute;
	display: block;
	content: " ";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
		background-image: url(../img/justice2.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	opacity: 0;
	transition: all 0.3s;
}
.item-unit__justice.active::after {
	opacity: 1;
}
.fancybox-skin {
	padding: 0 !important;
}

.coupon_show_popup {
    max-width: 500px;
    height: auto;
    background: #fff;
}

.coupon_show_popup .title {
    font-weight: bold;
    width: 100%;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1.3em;
}

.coupon_show_popup .box {
    background: #f0f0f0;
    padding: 20px;
}

.coupon_show_popup .box .btn_wr {
    padding-top: 20px;
}

.coupon_show_popup .box .btn_wr a{
    width: 100%;
    padding: 15px 0;
    display: block;
    text-align: center;
    height: auto;
    background: #F79917;
    color: #fff;
    font-weight: bold;
}

.coupon_show_popup .box .btn_wr a:hover{
    background: transparent;
    color: #F79917;
}

.df {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}

.coupon_show_popup form {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.coupon_show_popup form {
    background: #fff;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.coupon_show_popup button,
.coupon_show_popup form input{
    line-height: 50px;
    height: 50px;
    text-align: center;
    border: none;
    border-radius: 0;
    padding: 0;
}

.coupon_show_popup form input{
    width: calc(100% - 150px);
    text-indent: 0;
    font-size: 22px;
}

.coupon_show_popup form button {
    width: 150px;
    border-left: 1px solid #ccc;
    background: #fff;
}

.coupon_show_popup form button.success {
    background: #18AA88 !important;
    color: #fff !important;
    border-color: #18AA88 !important;
}

.coupon_show_popup form button:hover {
    border-left-color: transparent;
    background: #F79917;
    color: #fff;
}

.coupon_show_popup .bottom_info {
    background: #999;
    color: #fff;
    padding: 20px;
    justify-content: space-between;
    align-items: center;
}

.coupon_show_popup .bottom_info .info {
    padding-right: 20px;
}

.coupon_show_popup .bottom_info .btn{
    background: #c00;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
    white-space: pre;
}

.coupon_show_popup .bottom_info .btn:hover{
    opacity: 0.7;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

table td,
table tr,
table th {
    border: 1px solid #f0f0f0;
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}

.btn-main_sm {
    padding-left: 30px;
    padding-right: 30px;
}

.df_product {
    justify-content: flex-start;
    align-items: center;
}
.df_product .img_wr {
    margin-right: 20px;
}

#status {
	z-index: 10000;
	position: fixed;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
	text-align: center;
	background: orange;
}

#status .wr {
    padding: 0 20px;
}

#status a{
    color: #fff;
    text-decoration: underline;
}

#status.error {
	background: #c00;
	color: #fff;
}

#status.success {
	background: green;
	color: #fff;
}

#status.show {
	display: block !important;
	opacity: 1;
}

#status .df {
	align-items: center;
	justify-content: space-between;
}

#status .df .text {
	padding: 20px;
	width: calc(100% - 18px);
	text-align: left;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
}

.cursor_progress {
	cursor: progress !important;
}

.cursor_progress * {
	cursor: progress !important;
}

.wrapper > header + .container {
    min-height: calc(100vh - 403px);
}

.popup {
    padding: 50px;
    width: 400px;
    background: #fff;
}

.popup .title-section {
    padding-bottom: 20px;
}

.popup input[type="submit"] {
    width: 100%;
}



.article {
	font-size:16px;
}

.article * {
	font-size:16px;
	color:#2e354d;
}

.article p {
	color:#2e354d;
	margin-bottom:30px;
	line-height:1.5em;
}

.article img {
	max-width:100%;
	height:auto;
	display:block;
}

.article img.alignleft {
	float:left;
	margin:0 30px 10px 0;
}

.article img.alignright {
	float:right;
	margin:0 0 10px 30px;
}

.article img.aligncenter {
	margin:0 auto;
}

.article ul,.article ol {
	padding-bottom:30px;
	padding-left:0;
	padding-right:1.5em;
}

.article ul li,.article ol li {
	line-height:1.5em;
	transform:translateX(1.5em);
}

.article ul li+li,.article ol li+li {
	margin-top:20px;
}

.article ul li {
	display:block;
	position:relative;
}

.article ul li:before {
	content:'•';
	color:#7dd12b;
	position:absolute;
	left:-20px;
	top:0;
	font-size:18px;
}

.article ul.df_list_cols {
	overflow:hidden;
	padding-bottom:30px;
	flex-wrap:wrap;
	justify-content:space-between;
}

.article ul.df_list_cols li {
	width:calc(50% - 40px);
}

.article ul.df_list_cols li:nth-child(2) {
	margin-top:0;
}

.article ol {
	counter-reset:section;
}

.article ol li {
	display:block;
	position:relative;
}

.article ol li:before {
	counter-increment:section;
	content:counter(section) ".";
	position:absolute;
	left:-20px;
	top:0;
	color:#7dd12b;
}

.article blockquote {
	margin-bottom:30px;
	padding:15px 15px 15px 60px;
	border-left:2px solid #7dd12b;
	position:relative;
	color:#2e354d;
	line-height:1.5em;
}

.article blockquote * {
	color:#2e354d;
	line-height:1.5em;
}

.article blockquote img {
	max-width:100px;
}

.article a {
	color:#3c98ee;
	text-decoration:underline;
}

.article a:hover {
	color:#7dd12b;
}

.article :last-child:not(div):not(.df_list_cols) {
	padding-bottom:0;
}

hr {
	margin:30px 0;
	border-color:#a5bed6;
}

.title_1 {
	font-size:30px;
	font-weight:700;
	padding-bottom:20px;
	line-height:1.2em;
	color:#2e354d;
}

.title_2,.article h2 {
	font-size:24px;
	font-weight:700;
	padding-bottom:20px;
	line-height:1.2em;
	color:#2e354d;
}

.title_3,.article h3 {
	font-size:22px;
	font-weight:600;
	padding-bottom:20px;
	line-height:1.2em;
	color:#2e354d;
}

.title_4,.article h4 {
	font-size:20px;
	padding-bottom:.5em;
	line-height:1.2em;
}

.title_5,.article h5 {
	line-height:1.3em;
	padding-bottom:.5em;
	font-size:16px;
	color:#2e354d;
	font-weight:600;
}

#comments {
    margin-bottom: 80px;
}

#comments form .df .item-form {
    width: calc(50% - 15px);
}

#comments form .df .item-form input {
    max-width: 100%;
}

.top_promocodes_table {
  margin-bottom: 30px;
  background: #fff;
  padding: 30px;
  border-radius: 30px;
}
.top_promocodes_table .head-page__title {
  margin-bottom: 20px;
}
.top_promocodes_table > .df {
  justify-content: space-between;
  padding-top: 10px;
  align-items: center;
}

.top_promocodes_table > .df > .left {
	align-items: center;
	width: calc(50% - 15px);
}

.top_promocodes_table > .df > .right {
	align-items: center;
	width: calc(50% - 15px);
}

.top_promocodes_table > .df + .df {
  border-top: 1px solid #E5F8FA;
  margin-top: 10px;
}
.top_promocodes_table > .df .title {
  font-weight: bold;
  padding-left: 10px;
  width: calc(100% - 80px);
}
.top_promocodes_table > .df .img_wr {
  width: 80px;
}
.top_promocodes_table > .btn_wr {
  margin-top: 20px;
}

.js_copy input{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	color: inherit;
	background: transparent;
	border: none;
	outline: none !important;
	padding: 0;
	margin: 0;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-user-select: text;
	-moz-user-select: text;
	user-select: text;
	cursor: pointer;
	width: 160px;
	text-align: center;
	border: 2px dashed #ff4747;
	line-height: 30px;
	line-height: 28px;
}

.js_copy input:hover {
	opacity: 0.7;
}

.js_copy input:active,
.js_copy input:hover,
.js_copy input:focus {
	outline: none !important;
	box-shadow: none;
}

.js_copy.done input{
	border-color: #18AA88;
}


@media screen and (max-width:768px) {
	.article img.aligncenter,.article img.alignright,.article img.alignleft {
		float:none!important;
		margin:0 auto 20px!important;
	}
}

.howto {
  box-shadow: 0px 12.5216px 10.0172px rgba(86, 129, 133, 0.04), 0px 6.6501px 5.32008px rgba(86, 129, 133, 0.0282725), 0px 2.76726px 2.21381px rgba(86, 129, 133, 0.0196802);
  padding: 28px;
  margin-top: 30px;
  background: #fff;
  border-radius: 30px;
}
.howto .article {
  margin-top: 20px;
}
.howto .card + .card {
  margin-top: 20px;
}
.howto .card .row {
  align-items: center;
}
