

/* Start:/bitrix/templates/.default/components/bitrix/news.list/inf/style.css?16942459978488*/
:root {
	--grone-color: #07beb8;
    --grtwo-color: #6917d0;
    --white-color: #fff;
}
:root .gradient.scheme-1,
:root .bg-gradient.scheme-1,
:root .border-gradient.scheme-1,
:root .text-gradient.scheme-1 {
	--color-1: var(--grone-color);
	--color-2: var(--grtwo-color);
}

:root .gradient.scheme-1.invert-gradient,
:root .bg-gradient.scheme-1.invert-gradient,
:root .border-gradient.scheme-1.invert-gradient,
:root .text-gradient.scheme-1.invert-gradient {
	--color-2: var(--grone-color);
	--color-1: var(--grtwo-color);
}

:root .gradient.scheme-2,
:root .bg-gradient.scheme-2,
:root .border-gradient.scheme-2,
:root .text-gradient.scheme-2 {
	--color-1: var(--grtwo-color);
	--color-2: var(--tertiary-color);
}

:root .gradient.scheme-2.invert-gradient,
:root .bg-gradient.scheme-2.invert-gradient,
:root .border-gradient.scheme-2.invert-gradient,
:root .text-gradient.scheme-2.invert-gradient {
	--color-2: var(--grtwo-color);
	--color-1: var(--tertiary-color);
}

:root .gradient.scheme-3,
:root .bg-gradient.scheme-3,
:root .border-gradient.scheme-3,
:root .text-gradient.scheme-3 {
	--color-1: var(--tertiary-color);
	--color-2: var(--grone-color);
}

:root .gradient.scheme-3.invert-gradient,
:root .bg-gradient.scheme-3.invert-gradient,
:root .border-gradient.scheme-3.invert-gradient,
:root .text-gradient.scheme-3.invert-gradient {
	--color-2: var(--tertiary-color);
	--color-1: var(--grone-color);
}

.text-italic {
	font-style: italic;
}

.text-normal {
	font-weight: 100;
	-webkit-text-fill-color: initial;
	-webkit-text-stroke-width:initial;
}

.text-outline {
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
}

.text-offset {
	position: relative;
	display: flex;
	justify-content: center;
}

.text-offset .filled {
	position: relative;
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	z-index: 0;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: var(--color);
	color: var(--color);
}

.text-offset .outline {
	position: absolute;
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	z-index: 1;
	top: 5px;
	left: 5px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
	color: var(--color);
}

.text-shadow {
	position: relative;
	display: flex;
	justify-content: center;
}

.text-shadow .filled {
	position: relative;
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	z-index: 1;
	overflow: hidden;
	-webkit-text-fill-color: var(--color);
	-webkit-text-stroke-width: 1px;
	color: var(--color);
}

.text-shadow .overlay {
	position: absolute;
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	z-index: 0;
	top: 5px;
	left: 5px;
	color: var(--color);
}

.text-half-filled {
	position: relative;
	height: 110px;
	display: flex;
	justify-content: center;
}

.text-half-filled .filled {
	position: absolute;
	z-index: 1;
	width: -webkit-fill-available;
	width: -moz-available;
	height: 55%;
	overflow: hidden;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: var(--color);
	color: var(--color);
}

.text-half-filled .outline {
	position: absolute;
	width: -webkit-fill-available;
	width: -moz-available;
	height: auto;
	z-index: 0;
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
	color: var(--color);
}

.text-gradient, .text-gradient > * {
	background-image: -webkit-linear-gradient(45deg, var(--color-1) 0%, var(--color-2) 100%);
	background-image: linear-gradient(45deg, var(--color-1) 0%, var(--color-2) 100%);
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.text-outline.text-gradient, .text-outline.text-gradient > * {
	padding: 0 0.3rem;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-stroke: transparent;
	-webkit-text-stroke-width: 4px;
	-webkit-text-fill-color: inherit;
	color: var(--color);
}

.text-color {
	color: var(--color);
}

.bg-color {
	background-color: var(--color) !important;
}

.bg-gradient {
	background-image: -webkit-linear-gradient(45deg, var(--color-1) 0%, var(--color-2) 100%) !important;
	background-image: linear-gradient(45deg, var(--color-1) 0%, var(--color-2) 100%) !important;
}

.bg-image {
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
}

.bg-image.position-x-right {
	background-position-x: right;
}

.bg-image.position-x-left {
	background-position-x: left;
}

.bg-image.position-y-top {
	background-position-y: top;
}

.bg-image.position-y-bottom {
	background-position-y: bottom;
}

.bg-image.bg-fixed {
	background-attachment: fixed;
}

@supports (-webkit-overflow-scrolling: touch) {
	.bg-image.bg-fixed {
		background-attachment: initial;
	}
}

.bg-image.size-50 {
	background-size: 50%;
	background-repeat: no-repeat;
	background-position-y: 0;
}

.has-overlay .overlay {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: var(--color);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.shadow {
	box-shadow: 0px 20px 50px 0px rgb(0 0 0 / 15%) !important;
}

.small-shadow {
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 15%) !important;
}

.drop-shadow {	
	filter: drop-shadow(5px 5px 5px var(--color));
}

.grayscale {
	filter: grayscale(1);
}

.invert-color {
	filter: brightness(1) invert(1);
}

.grayscale-invert-color {
	filter: grayscale(1) invert(1);
}

.mix-blend-normal { mix-blend-mode: normal; }
.mix-blend-multiply { mix-blend-mode: multiply; }
.mix-blend-screen { mix-blend-mode: screen; }
.mix-blend-overlay { mix-blend-mode: overlay; }
.mix-blend-darken { mix-blend-mode: darken; }
.mix-blend-lighten { mix-blend-mode: lighten; }
.mix-blend-lighter { mix-blend-mode: plus-lighter; }
.mix-blend-color-dodge { mix-blend-mode: color-dodge; }
.mix-blend-color-burn { mix-blend-mode: color-burn; }
.mix-blend-hard-light { mix-blend-mode: hard-light; }
.mix-blend-soft-light { mix-blend-mode: soft-light; }
.mix-blend-difference { mix-blend-mode: difference; }
.mix-blend-exclusion { mix-blend-mode: exclusion; }
.mix-blend-hue { mix-blend-mode: hue; }
.mix-blend-saturation { mix-blend-mode: saturation; }
.mix-blend-color { mix-blend-mode: color; }
.mix-blend-luminosity { mix-blend-mode: luminosity; }
.mix-blend-auto { mix-blend-mode: difference; filter: brightness(1) invert(1); }

@media (max-width: 767px) {

	.text-half-filled {
    height: 60px;
	}

	.bg-image.bg-only-desktop {
    background-size: 0;
	}
}
.popup-bar {
	position: relative;
	z-index: 15;
	width: 100%;
	height: auto;
	min-height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
}

.popup-bar .title {
	margin: 0;
	color: var(--color);
}

.popup-bar .description a:hover {
    color: #fff;
}
.popup-bar .description a{
	text-decoration:underline;
	color: #ffbcb0;
}
.popup-bar .description b{
	font-family: var(--mellis-font-two);
	font-weight: 400;
	margin: 0;
	font-size:21px;
}
.popup-bar .description {
	margin: 0;
	padding: 15px 60px 15px 15px;
	color: #fff;
	line-height: 22px;
}

.popup-bar .button {
	margin: 0 0 0 1.5rem;
}

.popup-bar .close-button {
	position: absolute;
	right: 20px;
}

.popup-bar .close-button .button-icon {
	font-size: 1rem;
	line-height: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.popup-box {
	position: fixed;
	z-index: 15;
	bottom: 1.75rem;
	margin: 0 1rem;
	width: calc(100% - 2rem);
}

.popup-box .card {
	max-width: 500px;
	margin: auto;
}

@media (max-width: 575px) {
	
	.popup-bar {
		padding: 0 1rem;
		justify-content: flex-start;
	}
	
	.popup-bar .description {
        line-height: 17px;
		font-size: 14px;
	}

	.popup-bar .button:not(.close-button) {
		position: absolute;
		left: 0;
		width: 100%;
		height: 50px;
		margin: 0;
	}
	
	.popup-bar .button:not(.close-button) .button-text,
	.popup-bar .button:not(.close-button) .button-icon {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/mellis/template_styles.css?175027439010289*/
:root {
    --primary-color: #e77a66;
}
.theme-btn{
	background-color: #ffffff;
    border-radius: 40px;
    bottom: 91px;
    color: #ffffff;
    display: table;
    height: 50px;
    left: 10px;
    min-width: 50px;
    position: fixed;
    text-align: center;
	z-index: 9999;
}
.theme-btn i{
	font-size: 22px;
    line-height: 50px;
}
.theme-btn.bt-support-now{
	background: #1ebbf0; 
	background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%); 
	background: -webkit-linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); 
	background: linear-gradient(45deg, #1ebbf0 8%,#39dfaa 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1ebbf0', endColorstr='#39dfaa',GradientType=1 ); 
	bottom: 148px;
}
.theme-btn.bt-buy-now{
	background: #1fdf61; 
	background: -moz-linear-gradient(top,  #A3D179 0%, #88BA46 100%); 
	background: -webkit-linear-gradient(top,  #A3D179 0%,#88BA46 100%); 
	background: linear-gradient(to bottom,  #A3D179 0%,#88BA46 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1fdf61', endColorstr='#88BA46',GradientType=0 ); 
}
.theme-btn:hover{
	color:#fff;
	padding: 0 20px;
}
 .theme-btn span{
	display: table-cell;
	vertical-align: middle;
    font-size: 16px;
    letter-spacing: -15px;
    opacity: 0;
	line-height: 50px;
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	text-transform:uppercase;
}
.theme-btn:hover span{
	opacity:1;
	letter-spacing: 1px;
	padding-left:10px;
}
.at-expanding-share-button[data-position="bottom-left"]{
	bottom: 130px !important;
}
/* Support and Buy Button END */
.line-clamp-1 {
	max-width: 90%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.line-clamp-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.line-clamp-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.line-clamp-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.line-clamp-5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}

.mobile-nav__content {
   min-width: 300px;
   max-width: 450px;
   width: 100%;
}
.brand-logo img,
.main-menu__logo img
{
	max-height:51px;
}
.brand .brand-logo {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    top: -2px;
}
.brand .brand-body {
    padding-left: 14px;
}

.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shell {
  min-width: 300px;
  max-width: 480px;
}

.mobile-nav__content .main-menu__list>li>a>button
{
	background-color: transparent !important;
}
.wow:not(.animated)
{
	visibility:hidden;
}
.l_ch_nt:last-child:nth-child(2n+1) {
      width: 100%;
}

.shell-fluid {
  width: 100%;
  max-width: 2560px;
}
/* .main-menu .main-menu__list>li+li, .stricky-header .main-menu__list>li+li { */
	/* margin-left: 22px; */
/* } */
.main-menu .main-menu__list>li, 
.stricky-header .main-menu__list>li {
	margin-right: 43px;
}
.main-menu__main-menu-box
{
	display:flex;
	width: calc(100% - 300px);
	justify-content: end;
}
.services-one ul,ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.video-one__points li .icon span {
    padding: 0 3px 0 3px;
}
body.locked .theme-btn 
{
	display:none;
}
.thm-breadcrumb.hdr {
	--mellis-white: #525252 !important;
}
.thm-breadcrumb.hdr li a {
    text-transform: none;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0 !important;
}
.thm-breadcrumb.hdr li+li {
    margin-left: 1px !important;
}
.block-top-level:before
{
	content: '';
	width: 100% !important;
    height: 100% !important;
    background: #333 !important;
    opacity: .5 !important;
    display: none;
    position: fixed !important;
    top: 0px !important;
    left: 0px !important;
    box-sizing: border-box !important;
    z-index: 9;
    display: none;
}
body.isp_active .closeIconlevel {
	display: block;
}
body.isp_active .block-top-level:before
{
	display: block;
}

.closeIconlevel {
    position: fixed !important;
	top: 82px !important;
    right: 29px;
    width: 35px !important;
    z-index: 999;
    height: 35px !important;
    border-radius: 50% !important;
    background: #fff !important;
    display: none;
    background-image: url(https://w215229.yclients.com/images/icon-close.png) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 12px 12px !important;
    box-sizing: border-box !important;
	cursor: pointer;
}

@media (min-width: 768px) {
	.shell {
		max-width: 750px;
	}
	.services-two__title {
		font-size: 38px;
	}
	.services-two__services-name {
		max-width:50%;
	}
}

@media (min-width: 992px) {
	.shell {
		max-width: 970px;
	}
}

@media (min-width: 1200px) {
  .shell {
    max-width: 1200px;
  }
}

.shell.shell-wide {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

@media (min-width: 1800px) {
	.shell.shell-wide {
		`max-width: 2560px;
	}
}
@media (max-width: 576px) {
	
	.services-one__single-inner {
		padding: 18px 10px 18px !important;
	}
}
@media (max-width: 768px) {
	.closeIconlevel {
		top: 62px !important;
		right: 18px !important;
	}
	.isotope-filters-responsive 
	{
		top: 49px !important;
	}
	.testimonial-three__client-text {
		font-size: 16px;
		line-height: 28px;
	}
	.services-two__services-name ,
	.services-two__services-price
	{
		margin-bottom: 13px;
	}
	.services-two__list li {
		padding-bottom: 0px;
	}
	.services-two__services-name h3 {
		font-size: 18px;
	}
	.services-two__title {
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 24px;
		margin-top: 30px;
	}
	.yButton 
	{
		zoom: 0.6;
		left: 16px!important;
	}
	.brand-logo img, .main-menu__logo img {
		max-height: 30px !important;
	}
	.w_obcl.blog-one__read-more a {
		width: 37px;
		overflow: hidden;
		border-radius: 50%;
		background: #fff;
		height: 37px;
		align-items: center;
		justify-content: start;
		margin-left: 16px;
	}
	.w_obcl.blog-one__read-more {
		position: fixed;
		top: 0px;
		z-index: 999;
		margin: 6px 0px 0px !important;
	}
	.w_obcl.blog-one__read-more a span {
		font-size: 24px;
		padding-left: 5px;
	}
}
@media (max-width: 991px) {
	.services-one__text
	{
		font-size: 13px;
		line-height: 23px;
	}
	.services-one__btn {
		font-size: 10px;
	}
	.services-one__btn-box {
		margin-top: 14px;
		padding-top: 15px;
	}
	.services-one__single-inner {
		padding: 18px 18px 18px;
	}
	.services-one__title {
		font-size: 19px;
		margin-bottom: 0;
		margin-top: 24px;
	}
	.services-one__title.line-clamp-3 {
		height: 70px;
	}
	.services-one__icon {
		bottom: -21px;
		width: 55px;
		left: 50%;
		right: 0;
		height: 55px;
	}
	.services-one__icon svg {
		width: 31px;
		height: 31px;
	}
	.services-one__single {
		margin-bottom: 16px;
	}
	
	.container, .container-md, .container-sm {
        max-width: calc(100% - 8px);
    }
	 .isotope-filters-responsive .isotope-filters .inline-list a {
		padding: 9px 8px 9px !important;
		font-size: 14px !important;
	}
	.brand-logo img, .main-menu__logo img {
		max-height: 40px ;
	}
	.main-menu__search-cart-box {
		padding: 24px 0;
	}
		.main-menu__main-menu-box {
		width: calc(100% - 250px);
	}
	.block-top-level
	{
		width: 100%;
	}
	#isotope-1
	{
		box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
        margin: 0 15px 0 15px;
        width: calc(100% - 36px);
	}
	
	.catalog-section-list-item-img {
		height: 55px;
		border: 1px solid #a9a9a9;
	}
	.catalog-sections-list-container {
		height: 55px;
	}
	.catalog-section-list-item-title {
		overflow: visible;
		text-overflow: inherit;
		white-space: normal;
		text-align: center;
	}
	.isotope-filters-responsive 
	{
		position: fixed;
		width: 100%;
		top: 71px;
		left: 0px;
	}
}
@media (max-width: 1400px) {
	.main-menu .main-menu__list>li, 
	.stricky-header .main-menu__list>li {
		margin-right: 22px;
	}
	.page-header {
		padding: 14px 0 14px;
	}
}
@media (max-width: 1200px) {
	.main-menu__wrapper-inner
	{
		white-space: nowrap!important;
		display: flex!important;
	}
}
@media (min-width: 1200px) {
	.shell-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
	.services-details-one__massages-title {
		font-size: 40px;
		line-height: 50px;
	}
}
@media (min-width: 768px) {
   
}
@media (min-width: 1800px) {
	.shell-fluid {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (hover: hover) and (pointer: fine) {
  a:hover { color: red; }
}
img.wimg
{
	filter: grayscale(100%) brightness(500%);
}
.services-details-two__faq .faq-one-accrodion .accrodion-title h4 {
    padding-right: 50px;
}
a.fancy
{
	cursor: zoom-in !important;
}
.yButton.right
{
	left: 10px!important
}
.shadow_l
{    
	box-shadow: 0px -12px 47px 0px rgba(0, 0, 0, 0.05);
}
.blog-one__read-more {
    margin: 40px 0px 40px;
}
.chb
{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.env
{
	 -webkit-filter: invert(1);
   filter: invert(1);
}
[data-bs-theme=dark] .btn-close {
	--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    filter: var(--bs-btn-close-white-filter);
}
.cr-deh
{
	cursor: default !important;
}
.scroll_none { -ms-overflow-style: none; }
.scroll_none { overflow: -moz-scrollbars-none; }
.scroll_none::-webkit-scrollbar {width: 0;}

.gen_okra .services-one__title {
    margin-top: 43px;
}
.gen_okra .services-one__title.line-clamp-3 {
    height: 57px;
}

@media (min-width: 991px) {
	.main-header__contact-list li+li {
		margin-left: 15px;
	}
}
body.is_mobile .services-one__single
{
	pointer-events:none;
}
body.is_mobile .thm-btn:before
{
	display:none;
}
.main-menu .main-menu__list>li.active > a
{
	border-bottom: 1px solid #89868d;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/inf/style.css?16942459978488 */
/* /bitrix/templates/mellis/template_styles.css?175027439010289 */
