.fancybox__content>.f-button.is-close-btn {
	top: 5px;
	right: 5px;
}
.product-promo__row {
    flex-wrap: wrap;
}
.product-gallery__slide.video-gallery,
.product-promo__img {
	position: relative;
	    border-radius: 24px;
	    overflow: hidden;
}
.product-promo__play {
	position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-color: rgba(0,0,0,0.1);
    transition: 0.5s; 
}
.product-promo__play:hover {
	background-color: rgba(0,0,0,0);
}
.product-gallery__slide.video-gallery span{
	background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s; 
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.slider-loading {
	height: 502px;
	overflow: hidden;
	position: relative;
}
.slider-loading:after {
	content: "";
    display: block;
    background-color: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
}

.comment-notes {
	display: none;
}
.modal-box form label.cb {
	padding-left: 0;
}
.catalog-sidebar {
	top: 107px;
}
.dnone {
	display: none;
}
body.loading {
	position: relative;
}
body.loading:after {
	content: "";
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1100;
	position: fixed;
	background-color: #ffffff;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: center;
}
.product-card__header-info .catalog-item__tag {
	flex-wrap: wrap;
}
.product-card__logo {
	width: 115px;
}
.opacity-0 {
	opacity: 0;
}
.not-found {
	margin-top: 40px;
	    font-size: 25px;
}
.catalog-item__img img {
	object-fit: cover;
}
.header-fixed {
	z-index: 1100;
}
.catalog-filter__btn {
	text-align: center;
}
.career_page_w_img {
	background-repeat: no-repeat;
    background-position: 100% 100%;
    width: 100%;
    height: 100%;
        background-size: cover;
}
.invest__wrap {
    align-items: flex-start;
    gap: 20px;
}
ul.slick-dots {
    width:auto;
}

.br-mob {
	display: none;
}
.value-wrap li:not(.active), .value-wrapr li:not(.active) {
	display: none;
}
.value-wrap a img {
	height: auto;
}
.selectr {
    width: 9%;
}
.options-list ul li:first-child .option{
	padding: 23px 18px 7.5px 18px;
}
.about_s_suptitle p {
	margin-bottom: 20px;
}
.about_s_suptitle p:last-child {
	margin-bottom: 0;
}
.career_page_w_width p {
	margin-top: 12px;
}
.career_page_w_width p:first-child {
	margin-top: 0;
}
.blog_page_sl_img img {
	border-radius: 30px;
}
.in_file_box .forma_button{
	position: relative;
	z-index: 1;
}
.in_file_box .remove {
	position: absolute;
	margin-top: -13px;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 26px;
	background-image: url(../images/remove-btn.svg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	cursor: pointer;
	z-index: 10;
	display: none;
}
.in_file_box .remove:hover {
	opacity: 0.6;
}
.in_file_box input {
	display: none;
}
.checkbox-main.agree_error .checkbox {
	border-color: red;
}
input.tx_error {
	border-color: red;
}
.text-danger {
	color: red;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	display: none;
}
.alert h4 {
	margin-top: 0;
	color: inherit;
}
.alert .alert-link {
	font-weight: bold;
}
.alert>p, .alert>ul {
	margin-bottom: 0;
}
.alert>p+p {
	margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
	padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}
.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}
.alert-success hr {
	border-top-color: #c9e2b3;
}
.alert-success .alert-link {
	color: #2b542c;
}
.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}
.alert-info hr {
	border-top-color: #a6e1ec;
}
.alert-info .alert-link {
	color: #245269;
}
.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}
.alert-warning hr {
	border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
	color: #66512c;
}
.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}
.alert-danger hr {
	border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
	color: #843534;
}
.alert .close {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
	margin-top: -4px;
}
.alert .close:hover, .alert .close:focus {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}	
.header-fixed button.free__but {
transition: 0.7s;
}
.header-fixed.sticky button.free__but{
    background: #B5107F;
    color: #FFF;
    transition: 0.7s;
}
.mt-munu-mb .free__but,
.mt-munu-mb .but__top {
	width: 100%;
	font-size: 16px;
}
.img_desc {
	display: block;
}
.img_mob {
	display: none;
}
.pricing_wrap {
	display: none;
}
.pricing_wrap.active {
	display: flex;
}
.pricing_price {
	font-size: 35px;
}
li.foot__menu__tit a{
    color: #333;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 0 !important;
}
.spa_management_o_width h2 br,
.spa_management_s_text br,
.incr__text__tit br,
.acs__bl .acs__tit br {
	display: none;
}


.contact_title {
	text-decoration: none;
}
.spa_management_o_width h2 .title_span2,
.spa_management_s_text h2 .title_span2 {
	margin-right: 5px;
}

ul.top__menu li {
	position: relative;
}

ul.top__menu li div {
	position: absolute;
	top: 60px;
	left: 0;
	text-align: left;
}

ul.top__menu li:hover ul {
	opacity: 1;
	visibility: visible;
}

ul.top__menu li a {
	position: relative;
}

ul.top__menu li a svg {
	position: absolute;
	top: 0;
	right: -12px;
	transform: rotate(-180deg);
}
.dropdown-link {
	padding-right: 14px;
}

.wrapper-dropdown .dropdown {
   transition: 0.5s;
    width: 152px;
    position: absolute;
    top: 240%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 99;
    border-radius: 10px;
    background: #FFF;
    box-shadow: -3px 14px 14px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #fff;
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    opacity: 0;
    visibility: hidden;
}

.wrapper-dropdown .dropdown li {
	padding: 0 15px;
	line-height: 31px;
	overflow: hidden;
	margin: 0;
}

.wrapper-dropdown .dropdown li:last-child {
	border-bottom: none;
}
.dropdown {
	padding: 19px 0 18px 6px !important;
}

.br-desc {
	display: block;
}

.br-tab {
	display: none;
}

.br-mobile {
	display: none;
}



.logo__bl {
    margin-right: 15px;
}

@media screen and (max-width: 1200px) {
	.br-desc {
		display: none;
	}

	.br-tab {
		display: block;
	}

	.br-mobile {
		display: none;
	}

	.wrapper-dropdown .dropdown {
		transition: none;
	}
	.top__menu__wrap .top__menu li {
		margin-bottom: 16px;
	}
	ul.top__menu li a svg {
		position: relative;
		top: 0;
		right: -12px;
		transform: rotate(-180deg);
	}

	ul.top__menu li:hover ul,
	ul.top__menu li ul {
		opacity: 0;
		visibility: hidden;
	}

	ul.top__menu li.open-menu ul {
		opacity: 1;
    	visibility: visible;
    	position: relative;
    	box-shadow: none;
    	margin-bottom: 0;
    	padding-top: 7px !important;
    	padding-bottom: 7px !important;
	}

	ul.top__menu li.open-menu ul li:last-child {
		margin-bottom: 0;
	}

	ul.top__menu li div {
	    position: relative;
	    top: 5px;
	    
	}

}
@media screen and (max-width: 768px) {
	.logo__foot__bl {
		width: 100%;
	}
	.foot__but__bl {
	    display: flex;
	    align-items: center;
	    width: 100%;
	    justify-content: space-between;
	    
	}

	.value-wrapr li.active img {
		width: 100%;
    	height: auto;
	}
	.value-wrapr ul.language-chooser {
		width: 34px;
	    height: 20px;
	}

	#deploy-btnr {
	    margin-left: 7px;
	}
	
}

@media screen and (max-width: 580px) {
	.career_page_w_img {
		height: 200px;
	}
	.career_page_w_wrap {
	    padding: 32px 0 0 0;
	}
	.career_page_w_img {
	    background-position: 100% 50%;
	}
}
@media screen and (max-width: 480px) {
	.br-desc {
		display: none;
	}

	.br-tab {
		display: none;
	}

	.br-mobile {
		display: block;
	}
	.foot__but__bl .free__but {
		font-size: 16px;
	}
	.wrap__focus button.left__but {
		width: 100%;
		justify-content: space-between;
	}
	.wrap__focus button.left__but span {
		width: 34px;
    	height: 34px;
    	margin-left: 0;
	}
	.img_desc {
		display: none;
	}
	.img_mob {
		display: block;
	}
	.testimonials_about.slid__bot__bl {
		display: none;
	}
	.solutions_img:hover .solutions_absolute .solutions_absolute_title,
	.yesweb__is:hover .yesweb__h .yesweb__h_text {
		display: none;
	}
	.solutions_img:hover .solutions_absolute .solutions_absolute_top span svg,
	.yesweb__is:hover .yesweb__h button.yesweb__but span {
	    transform: none;
	}
	.br-mob {
		display: block;
	}
	.right_img__texts .right__img__text {
		font-size: 14px;
	}

	.yesweb__tit br {
		display: none;
	}
	.spa_management_o_width h2 br,
	.spa_management_s_text br,
	.incr__text__tit br,
	.acs__bl .acs__tit br {
		display: block;
	}

	.spa_management_o_title a {
		text-decoration: none;
	}

	.foot__but__bl button {
		width: 48%;

	}



}

.pag-wrap{
	display: none;
}