:root {
	--body-color: #000;
	--color-1: #FDD900;
	--color-2: #414a51;
	--color-3: #fff;
	--link-color: #000;
	--hover-color: #FDD900;
	--border-color: #D9D9D9;
	--greycolor: #F2F2F2;
	--transition: all 0.3s ease-in-out;	
}

.linear__bg {
  background: radial-gradient(#fff,#e8e8e8);
  background: -webkit-radial-gradient(#fff, #e8e8e8);
  background: -o-radial-gradient(#fff, #e8e8e8);
  background: -moz-radial-gradient(#fff,#e8e8e8);
}
.nav__burger {
	display: none;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 103%;
}
.youtube__video {
	width: 100%;
	max-width: 48.9%;
	max-height: 415px;
	border-radius: 20px;
	overflow: hidden;
}
.youtube__video iframe {
	width: 100%;
	height: 100% !important;
}
@media screen and (max-width: 1199px) {
	.youtube__video {
		max-width: 48%;
	}
}
@media screen and (max-width: 992px) {
	.youtube__video {
		max-width: 47%;
	}
}
@media screen and (max-width: 767px) {
	.youtube__video {
		max-width: 100%;
	}
	.youtube__video iframe {
		height: 350px !important;
	}

}
.desk__off {
	display: none;
}
.left {
	float: left;
}
.clear {
	clear: both;
}
.grey__bg {
	position: relative;
	background: linear-gradient(180deg, #fff 70%, #f5f5f5);
}
.breadcrumbs .flexbox li {
	position: relative;
}
.breadcrumbs .flexbox li a,
.breadcrumbs .flexbox li span {
  color: #8c8c8c
}
.breadcrumbs .flexbox li:not(:last-child) {
	padding-right: 25px;
}
.breadcrumbs .flexbox li:not(:last-child):after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	font-size: 35px;
	content: "-";
}
.breadcrumbs .flexbox li:not(:last-child) {
	margin-right: 10px;
}
.heading__title {
	padding: 90px 0 0;
	text-align: center;
}
.heading__title span {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	text-transform: uppercase;
	z-index: 2;
}
.heading__title.type2 span {
	text-transform: none;
	margin-right: 0;
}
.heading__title.type2 span:before {
	height: 52%;
}
.heading__title span:before {
	position: absolute;
	bottom: 0;
	height: 62%;
	width: 100%;
	background: var(--color-1);
	content: "";
	z-index: -1;
}
.heading__title h2 {
	font-weight: 500;
}
.module__box .title__module {
	margin-bottom: 42px;
	font-weight: 500;
}

.custom__btn,
.custom__module .item a,
.catalog__button a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	border: 1px solid var(--color-1);
	border-radius: 30px;
	background: var(--color-1);
	max-width: 280px;
	font-size: 20px;
	font-weight: 500;
	line-height: 19px;
	padding: 0 30px;
	color: var(--body-color);
	font-weight: 400;
	z-index: 2;
}
.custom__btn p,
.catalog__button p {
	margin: 0;
}
.custom__btn.add {
	padding: 0 30px 0 50px;
	max-width: 300px;
}
.custom__btn.add:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	content: "+";
	width: 20px;
	height: 20px;
	font-size: 30px;
	font-weight: 600;
	transition: all 0.1s ease-in-out;
	transform-origin: 100% 25%;
}
.custom__btn.add:hover:after {
	transform: rotate(45deg);

}
.custom__btn.black {
	height: 46px;
	max-width: 170px;
	background: #000;
	border-color: #000;
	color: #fff;
}
.custom__btn.black.line {
	background: #fff;
	color: #000;
}
.custom__btn.black:hover {
	background: #fff;
	color: #000;
}
.custom__btn.black.line:hover {
	background: #000;
	color: #fff;
}
.custom__btn.white,
.catalog__button a {
	background: #fff;
	color: var(--body-color);
	border-color: var(--body-color);
}
.custom__btn.white:hover,
.catalog__button a:hover {
	background: var(--color-1);
	border-color: var(--color-1);
}

.custom__btn:hover {
	color: var(--body-color);
	background: #fff;
	border-color: var(--body-color);
}
 

.flexbox.buttons {
	margin: 20px 0;
	gap: 15px;
}
.custom__btn:after,
.custom__module .item a:after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	font-family: icon;
	font-size: 20px;
	transition: all 0.1s ease-in-out;
}
.custom__btn:hover:after,
.custom__module .item a:hover:after {
	right: 13px;
} 
.custom__module .item a:after {
	content:"\f055";
}
.custom__btn.order__now:after {
	content:"\f138";
}
.custom__btn.readmore {
	height: auto;
	background: none;
	border: none;
	padding: 0;
	max-width: 172px;
	justify-content: left;
	line-height: 32px;
	color: #000;
}
.custom__btn.readmore:after {
	font-size: 30px;
	color: var(--color-1);
}
.custom__btn.readmore:after,
.custom__module .item a:hover:after {
	content:"\f0a9";
}
.custom__btn.order__now:hover:after {
	content:"\f058";
}


.custom__form {
	background: var(--color-2);
	color: #fff;
	padding: 20px 40px;
	max-width: 430px;
	margin-left: auto;
	border-radius: 12px;
	box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.32);
}
.custom__form h3 {
	margin-bottom: 20px;
}
.custom__form .custom__btn {
	margin-left: auto;
}
.custom__form .field__group {
	margin-bottom: 20px;
}
.custom__form .field__group input {
	border-radius: 6px;
}
.field__group.selected .row .checked__field {
	width: 100%;
	max-width: 50%;
}
.checked__field input {
	visibility: hidden;
	opacity: 0;
	width: 0;
	height: 0;
}
.checked__field label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
}
.checked__field label:before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	border: 3px solid #f5f5f5;
	content: "";
}
.checked__field.active label:before {
	background: var(--link-color);
}
/* Feedback Front END */

/* Header START */
#header {
	position: relative;
	top: 0;
	z-index: 99;
	width: 100%;
	transition: var(--transition);
	background: #fff;
	border-bottom: 1px solid var(--border-color);
}
#header.sticky {
	position: fixed;
}
#header.sticky .row {
	height: 50px;
}
#header.sticky .logo {
	font-size: 24px;
}
#header .row {
	transition: var(--transition);
	height: 65px;
	align-items: center;
	justify-content: space-between;
}
.logotype {
	max-width: 300px;
}
.logotype .slogan {
	font-size: 13px;
	line-height: 13px;
	margin-top: 10px;
	transition: var(--transition);
}
#header.sticky .logotype .slogan {
	margin-top: 3px;
}
.logo {
	transition: var(--transition);
	font-size: 32px;
	font-weight: 700;
	width: 100%;
	max-width: 388px;
	text-transform: uppercase;
}
.logo span:nth-child(2) {
	text-transform: none;
	color: var(--color-1);
}
.header__menu {
	gap: 30px;
	height: 100%;
}
.header__menu li > a {
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	height: 100%;
}
/* Header END */

/* Top Banners START */
#top-banners {
	padding: 15px 0;
}
#top-banners .grey__bg {
	border-radius: 10px;
	overflow: hidden;
}
#top-banners .top__banneritem {
	position: relative;
	min-height: 440px;
	padding: 50px 0 90px 50px;
	z-index: 1;
}
#top-banners .top__banneritem figure {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#top-banners .top__banneritem figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#top-banners .top__banneritem .content {
	position: relative;
	width: 100%;
	max-width: 710px;
	height: 100%;
	z-index: 3;
}
#top-banners .top__banneritem .content h1 {
	font-size: 36px;
  margin: 0 0 40px
}
#top-banners .top__banneritem .content .bottom__txt {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	max-width: 380px;
	border-radius: 10px;
	background: #fff;
	padding: 10px 20px;
	font-size: 24px;
	font-weight: 500;
}
#top-banners .top__banneritem .content .bottom__txt .slide__number {
	font-size: 76px;
	font-weight: 700;
	color: var(--color-1);
	max-height: 51px;
}
#top-banners .top__banneritem .content .bottom__txt p {
	position: relative;
	max-width: 255px;
	margin: 0 0 0 auto;
}


#top-banners .slick-arrow,
#top-banners .slick-dots {
	bottom: 50px;
	margin-right: 0;
	transform: none;
}
#top-banners .slick-dots  {
	left: 120px;
	align-items: center;
	height: 20px;
}
#top-banners .slick-prev {
	left: 50px;
}
#top-banners .slick-next {
	left: 80px;
}
/* Top Banners END */

/* Top Button START */
.top-buttons {
	gap: 20px;
}
/* END */

/* Modul Top Company START */
#top-company {
	padding: 0 0 90px;
}
#top-company .slick-list,
#rev .slick-list {
	padding: 45px 0 35px;
}
#top-company .slick-arrow,
#rev .slick-arrow {
	border-radius: 50%;
}
#top-company .slick-prev,
#rev .slick-prev {
	left: 45%;	
}
#top-company .slick-next,
#rev .slick-next {
	right: inherit;
	left: 54%;	
}
#top-company .item {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 415px;
	height: 100%;
	max-height: 340px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	padding: 40px;
	margin: 0 15px;
	border: 1px solid var(--border-color);
	transition: var(--transition);
}
#top-company .item:hover {
	box-shadow: 0px 10px 15px 0px #48484861;
}
#top-company .item:hover img {
	filter: grayscale(90%);

}
#top-company .item figure {
	position: relative;
	width: 100%;
	max-width: 260px;
	margin: 0 auto;
	height: 90px;
	overflow: hidden;
}
#top-company .item figure img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
	height: auto;
	transition: var(--transition);
	width: 100%;
}
#top-company .item .brand-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 80px;
	font-weight: 500;
	line-height: 95%;
	margin-top: 20px;
}
#top-company .slick-dots {
	height: 14px;
}
#top-company .slick-dots li {
	display: none;
}
#top-company .slick-dots li:nth-child(-n+4) {
	display: block;
}
#top-company h2 {
	text-align: center;
}
.rating__box {
	justify-content: center;
	gap: 7px;
}
.rating__box p {
	font-size: 20px;
	color: rgba(0, 0, 0, 0.7);
}
#top-company .item .rating {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
#top-company .item a.readlink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
#top-company .item .rating li {
  width: 17px;
  height: 17px;
  background: url(/images/star.png) no-repeat;
  background-position: top left !important;
  background-size: contain !important;
}
#top-company .item .rating li.empty-li {
	background: url(/images/star-empty.png) no-repeat;
}
#top-company .item .rating li:not(:last-child) {
	margin-right: 4px;
}
/* Modul Top Company END */

/* Modul Partners START */
#partners .item {

}

#partners .item {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 415px;
	height: 100%;
	max-height: 340px;
	background: #fff;
	text-align: center;
	padding: 40px;
	margin: 0 15px;
	transition: var(--transition);
}

#partners .item:hover img {
	filter: grayscale(90%);

}
#partners .item .title {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}
#partners .item figure {
	width: 100%;
	height: 65px;
	margin-bottom: 25px;
}
#partners .item figure img {
	height: 100%;
	transition: var(--transition);
	width: auto;
}
/* Modul Partners END */

/* Video Modul START */
#news-teasers .flexbox {
	gap: 30px;
}
#news-teasers .flexbox .module__box {
	width: 100%;
	max-width: 48.8%;
}

.video__box {
	position: relative;
	width: 100%;
	max-width: 640px;
	height: 580px;
	overflow: hidden;
	border-radius: 20px;
	z-index: 1;
}
.video__box .newsflash-title {
	position: absolute;
	bottom: 30px;
	left: 26px;
	font-size: 32px;
	font-weight: 500;
	text-align: left;
	z-index: 5;
}
.video__box .avPlayerWrapper {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
	z-index: 2;
}
.video__box .avPlayerWrapper:hover:before,
.video__box .avPlayerWrapper:hover:after {
	opacity: 0;
	visibility: hidden;
}
.video__box .avPlayerWrapper:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: url(/images/cover-video.png) no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.9s ease-in-out;
	z-index: 3;
}
.video__box p {
	margin: 0;
}
.video__box .avPlayerWrapper:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
	width: 90px;
	height: 90px;
	content: url(/images/play-button.png);
	transition: all 0.9s ease-in-out;
	z-index: 4;
}
.item .video__link,
.news__link {
	margin-top: 30px;
	height: 50px;
	max-width: 230px;
}
/* Video Modul END */

/* Partners START */
#partners {
	padding-bottom: 100px;
}
#partners .slick-next {
	right: 0;
  left: inherit;
  margin: 0;
  transform: none;
}
/* END */

/* News teasers modul START */
.news__teasers .article__news {
	border-radius: 22px;
	background: var(--greycolor);
	padding: 20px 34px;
	min-height: 275px;
}
.news__teasers .article__news:not(:last-child) {
	margin-bottom: 30px;
}
.news__teasers .article__news .newsflash-title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 40px;
	font-weight: 500;
	margin-bottom: 10px;
}
.news__teasers .article__news .mod-articles-category-date {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.5);
}
.news__teasers .article__news .intro__text {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	max-height: 86px;
	color: rgba(0, 0, 0, 0.9);

}
.news__teasers .article__news .readmore {
	margin: 30px 0 0 auto;
}
/* News teasers modul END */

/* Module Review START */
#rev {
	background: var(--greycolor);
	padding: 100px 0;
}
#rev .slick-list {
	padding: 0 0 105px;
}
#rev .slick-arrow {
	border-radius: 50%;
}
#rev .slick-prev {
	left: 45%;	
}
#rev .slick-next {
	right: inherit;
	left: 55%;	
}
#rev .slick-dots {
	height: 14px;
}
#rev .heading__title {
	padding: 0;
}
#rev .engage-latest-list {
	margin-top: 50px;
}
#rev .review__item {
	position: relative;
	padding: 25px 45px;
	background: #fff;
	border-radius: 22px;
	margin: 0 20px;
	box-shadow: 1px 9px 25px 0px rgba(0, 0, 0, 0.07);
}
#rev .review__item {
	text-align: left;
	position: relative;
	z-index: 2;
}
#rev .review__item:after {
	position: absolute;
	bottom: -60px;
	left: 45px;
	content: "";
	width: 80px;
	height: 60px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 65% 0);
	z-index: 3;
}
#rev .review__item .name {
	font-size: 24px;
	margin-bottom: 6px;
}
#rev .review__item .article__title {
	margin-bottom: 10px;
}
#rev .review__item .article__title .h5 a {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.5);
}
#rev .review__item .comment__item {
	display: -webkit-box;
	-webkit-line-clamp: 12;
	-webkit-box-orient: vertical;
	height: 308px;
	overflow: hidden;
}
#rev .review__item .comment__item p {
	margin: 0;
}
#rev .date {
	position: relative;
	top: 40px;
	font-size: 16px;
	text-align: left;
	max-width: 200px;
	left: 100px;
	color: rgba(0, 0, 0, 0.5);
}
.akenage-comments-counter--featured {
	display: none;
}
/* Module Review END */

/* Footer START */
#footer {
	padding: 64px 0 30px;
	border-top: 1px solid var(--border-color);
}
#footer .logo {
	font-size: 24px;
	margin-bottom: 20px;
}
#footer .col-4 p {
	font-size: 14px;
	line-height: 128%;
	color: rgba(0, 0, 0, 0.7);
}
.footer__menu nav {
	gap: 0;
}
.footer__menu nav > li {
	width: 100%;
	max-width: 310px;
}
.log {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
}
.log span {
	display: inline-block;
	margin-right: 7px;
	width: 24px;
	height: 24px;
}
.reg {
	color: rgba(0, 0, 0, 0.5);
}
.copyright {
	background: var(--color-1);
	padding: 27px 0;
}
/* Footer END */

/* Modal window START */

.modal-window__content {
	background: var(--color-1);
}
.modal-window__content h3 {
	font-size: 24px;
	color: var(--body-color);
	font-weight: 500;
	line-height: 28px;
}
.modal-window__content .custom__btn {
	height: 40px;
}
.modal-window__content .custom__btn:hover {
	border-color: var(--body-color);
	background: var(--greycolor);
}
.modal-window__content textarea {
	border: none;
}
.modal-window__content textarea:focus {
	outline: none;
}
/* Modal window END */

/* Catalog START */
.category__description {
	position: relative;
	z-index: 2;
	height: 356px;
	background-size: cover !important;
	background-position: top center !important;
	background-repeat: no-repeat !important;
	padding: 70px 0 60px;
}
.category__description h1 {
	font-weight: 500;
	max-width: 50%;
	margin-top: 75px;
}
.category__description .extravote {
	display: none;
}
.catalog {
	padding: 50px 0 76px;
}
.akenage-comments-counter--blog {
	display: none;
}
.catalog .flexbox {
	gap: 30px;
}
.catalog .article {
	width: 100%;
	max-width: 31.7%;
	border: 1px solid var(--border-color);
	border-radius: 10px;
	padding: 70px 30px 30px;
}
.catalog .article .brand__company {
	position: relative;
  width: 100%;
  max-width: 260px;
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
}
.catalog .article .brand__company img {
	position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  height: auto;
  transition: var(--transition);
  width: 100%;
}
.catalog .article .page-header {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 80px;
  font-weight: 500;
  line-height: 95%;
  margin-top: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid var(--border-color);
}
.catalog .article h2 a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 80px;
	overflow: hidden;
	font-weight: 500;
	text-align: center;
}
.content_rating {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
}
.content_rating p,
.content_rating ul {
	margin: 0;
}
.content_rating ul {
	height: 20px;
}
.content_rating.flexbox,
.left__info .row {
	align-items: center;
	gap: 7px;
	margin-bottom: 20px;
}
.left__info .row {
	justify-content: space-between;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 12px;
}
.left__info .row p,
.left__info .row span {
	margin: 0;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
}
.left__info .row span {
	font-weight: 500;
	color: #000;
}
.catalog .article .info__content {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.7);
}
.catalog .article .info__content .field__box:not(:last-child) {
	margin-bottom: 20px;
}
.catalog .article .info__content .field__box .price,
.catalog .article .info__content .field__box .srok {
	font-weight: 500;
	color: #000;
}
.catalog .article .buttons.flexbox {
	gap: 0;
	justify-content: space-between;
	margin-top: 30px;
}
/* Catalog END */

/* Filter module START */
.jlmf-label {
	display: none;
}
.jlmf-list-1 div {
	display: flex;
	flex-wrap: wrap;
	align-items: center;	
	margin: 0 auto !important;
}
.jlmf-list-1 div input {
	display: none;
	opacity: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.jlmf-list-1 div input:checked + label {
	background: var(--color-1);
}
.jlmf-list-1 .item .field:last-child label {
	border-radius: 0 50px 50px 0;
}
.jlmf-list-1 div label {
	padding: 20px 25px;
	background: var(--greycolor);
	transition: var(--transition);
}
.jlmf-list-1 div .button-clear:not(:first-child) {
	display: none;
}
.jlmf-list-1 div .button-clear button {
	padding: 24px 25px;
	background: var(--greycolor);
	margin: 0;
	transition: var(--transition);
	border-radius: 50px 0 0 50px;
}
.jlmf-list-1 div .button-clear button:hover,
.jlmf-list-1 div .button-clear button.active,
.jlmf-list-1 div label:hover {
	background: var(--color-1);
}
/* Filter module END */

/* Inner article page START */
.captcha-container {
	max-width: 200px;
}
.company-full__page {
	padding: 70px 0;
}
.company-full__page .breadcrumbs {
	margin-bottom: 70px;
}
.company-full__page .page-header {
	text-align: center;
	margin-bottom: 57px;
}
.company-full__page .item__row {
	gap: 50px;
}
.company-full__page .com-content-article__body {
	width: 100%;
	max-width: 700px;
}
.company-full__page .com-content-article__body p:first-child {
	margin-top: 0;
}
.company-full__page .item__row .left__body {
	width: 100%;
	max-width: 535px;
}
.company-full__page .item__row .left__body .item__image {
	position: relative;
	background: var(--greycolor);
	border-radius: 20px;
	min-height: 520px;
}
.company-full__page .item__row .left__body .item__image img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
	max-width: 300px;
}
.company-full__page .item__row .left__body .extravote {
	display: none;
}
.company-full__page .left__info {
	margin-top: 30px;
}
.company-full__page .left__info .form__rating {
	display: none;
}
.company-full__page .content_rating {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 12px;
}
.company-full__page .content_rating ul {
	margin-left: auto;
}
.yandex__share {
	margin-top: 25px;
}
.yandex__share ul > li {
	margin-right: 20px !important;
}
.yandex__share ul > li .ya-share2__icon {
	width: 24px !important;
	height: 24px !important;
	background-size: 24px 24px !important;
}
.status__fields {
	margin-top: 150px;
}
.status__fields .choise-field {
	background: #fff;
	border-radius: 10px;
	border: 1px solid transparent;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	width: 100%;
	font-weight: 500;
}
.status__fields .choise-field:not(:last-child) {
	margin-bottom: 10px;
}
.video__container {
	gap: 30px;
	margin-top: 90px;
}
.video__container .video__box {
	height: 300px;
}
.video__container .video__box .avPlayerWrapper {
	max-height: 300px;
}
.video__container .video__box .avPlayerWrapper iframe {
	height: 300px !important;
}
.main__franshising {
	width: 100%;
	max-width: 48.8%;
}
.video__container h3 {
  width: 100%;
	max-width: 100%;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 40px;
	min-height: 75px;
}
.main__franshising .slick-arrow {
	bottom: -70px;
	border-radius: 50%;
	height: 33px;
	width: 33px;
	font-size: 22px;
}
.main__franshising .slick-next {
	right: inherit;
	left: 110px;
}
.main__franshising .slick-dots {
	margin: 0;
	transform: none;
	left: 30px;
	bottom: -59px;
}
.main__franshising .list-item {
	background: var(--greycolor);
	border-radius: 22px;
	padding: 25px;
}
.main__franshising li.slick-slide {
	position: relative;
	height: 250px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	margin: 0 15px;
}
.main__franshising li .field-entry:nth-child(1) {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 0 20px;
}
.main__franshising li .field-entry:nth-child(2) {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 140px;
	max-width: 220px;
    overflow: hidden;
}
.main__franshising li .field-entry:nth-child(2) img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.inner-reviews__box h2 {
	text-align: center;
	margin-bottom: 70px;
}

.review__modal .modal-window__content {
	max-width: 720px;
}
.review__modal .modal-window__content .tox-tinymce {
	height: 200px !important;
}
.review__modal .modal-window__content .control-label,
.review__modal .modal-window__content .visually-hidden,
.review__modal .modal-window__content .btn-toolbar,
.review__modal .modal-window__content .extravote-info {
	display: none;
}
.review__modal .custom__btn {
	margin-top: 10px;
	border-color: #fff;
}
.extravote-stars, .extravote-star a:hover, .extravote-stars .current-rating {
	transition: none !important;
}
.vote-modal {
	display: none;
	align-items: center;
	background: #fff;
	padding: 5px 15px;
	border-radius: 12px;
	margin-bottom: 10px;
}
.vote-modal p {
	font-size: 16px;
	font-weight: 500;
	color: var(--body-color);
	margin: 0;
	margin-right: 7px;
}
.extravote {
	margin: 0 !important;
}
.review__call {
	margin-bottom: 60px;
}
.comment__article .row {
	gap: 22px;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 25px;
	margin-bottom: 17px;
}
.comment__article .row .left {
	width: 100%;
	max-width: 150px;
	border-radius: 10px;
	border: 1px solid rgb(217, 217, 217);
	padding: 25px;
	max-height: 180px;
}
.comment__article .date {
	text-align: right;
	font-size: 14px;
	margin-bottom: 30px;
	color: #888;
}
.comment__article .row .left .avatar {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 17px;
}
.comment__article .name {
	font-size: 16px;
	font-weight: 500;
	color: #000;
	text-align: center;
}
.comment__article .row .right {
	width: 100%;
	max-width: 1100px;
}
.akengage-comment-body {
	max-height: 137px;
	overflow: hidden;
}
.akengage-comment-body p {
	margin: 0;
}
.akengage-comment-reply .custom__btn {
	height: 50px;
	max-width: 138px;
}
.expand-button {
	font-size: 20px;
	margin-top: 20px;
}
.buttons.row {
	gap: 25px;
	margin-top: 50px;
}
.buttons.row .first {
	max-width: 465px;
	padding: 0 25px;
}
.buttons.row .secend {
	max-width: 370px;
	padding: 0 15px;
}
/* Inner article page END */

/* Rating START */
.votes {
	align-items: center;
}
.votes__row {
	display: flex !important;
	flex-wrap: wrap;
	gap: 4px;
	max-height: 17px;
}
.field__box .votes p {
	margin-right: 7px;
}
.votes__row p {
	margin: 0;
}
.votes__row:before,
.votes__row span:before {
	content: none !important;
}
.rating__box .votes p {
	margin-right: 7px;
}
.votes__row span {
	position: relative;
	display: inline-block;
	width: 17px;
	height: 17px;
	color: transparent !important;
	margin: 0;
}

.votes__row span:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.votes__row span.star-active {
	background: url(/images/star.png);
}
.votes__row span.empty {
	background: url(/images/star-empty.png);
	background-size: 17px;
}
/* Rating END */

.content_rating, .content_vote {
	display: flex;
}
#akengage-comments-section {
	padding-bottom: 80px;
}
.default__artilce {
	padding-bottom: 50px;
}
.default__artilce .breadcrumbs {
	margin: 15px 0 40px;
}
.default__artilce .article-info,
.default__artilce #akengage-comments-section {
	display: none;
}

