	/********************      What we do      ****************/
.whatwedo-title span:empty{
	display: none;
}
/********************      What we do end     ****************/


/********************      section guide      ****************/
@media (min-width: 768px){
	.guide-title{
		font-size: 3rem!important;
	}
}
/** Класс-исключение для длинных заголовков **/
/*@media (min-width: 1600px){
	.guide-title:not(.guide-title-long){
		font-size: 4.5rem!important;
	}
}*/
.guide-subtitle:empty{
	display: none;
}
.guide-lead a:empty{
	display: none;
}

/********************      section guide end      ****************/

/********************      related guide end      ****************/
.related-item__lead{
	margin-bottom: 15px;
}
/********************      related guide end      ****************/

.categories-partners .tech-nav-tabs .tech-nav-item .tech-nav-link{
	font-size: 1rem;
	white-space: pre-wrap;
}

.section-post .post{
	padding: 0;
	overflow: hidden;
}

.section-post .post .post-content img{
	height: auto;
	max-width: 100%;
}

.whatwedo-slider .owl-item img[src*='Logo_FF2-1-2.png'],img[src*='Logo_FF1.png'],img[src*='logo-polygon.png']{
	opacity: 0.75;
}

/*   Contacts   */
@media (min-width: 768px) {
	.contact-info__maps-container{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}

	.contact-info__maps-title{
		flex: 0 0 100%;
	}

	.contact-info__maps-map{
		flex: 0 1 47%;
	}

	.contact-info__maps-address{
		flex: 0 1 47%;
	}
}
.contact-info__maps-address > p{
		font-size: 1rem;
	}
/*   Contacts end  */

.section--casino-technology{
	padding-bottom: 2rem;
}

.intro-title strong{
	line-height: 1.3;
}

	/*	Страница прессы*/
.section--press .blog-item__source-name{
	font-size: 1rem;
	color: #f10b67;
	font-weight: bold;
	margin-bottom: 3px;
}
	/*	Страница прессы конец*/

/* Partners cards без эффекта наведения*/
.section--partners-cards-unhover .partners-card:hover .partners-card__img{
	opacity: 1;
}	
.section--partners-cards-unhover .partners-card{
	height: 200px;
}
.section--partners-cards-unhover .partners-card .partners-card__img{
	background-size: 50% 50%;
}
.section--partners-cards-unhover .panel-header{
	display: block!important;
}
/* Partners cards без эффекта наведения конец*/

/* Раздел guide в solutions */
.guide-inner.guide-inner-white {
	background-image: none;
	padding-top: 0;
	padding-bottom: 0;
	min-height: 12.92vw;
}

.guide-inner-white .key-fact__text {
	color: #202238 !important;
}

.guide-inner-white .guide-lead {
	color: #202238 !important;
}

.section--guide-about .key-fact:after {
	background-color: #ebebeb !important;
}
/* Раздел guide в solutions конец*/

.section--related .btn-center {
	margin-top: 4rem;
}
.check-list-title::before{
	display: none;
}

.section--benfits .check-list li:first-child::before{
	display: none;
}

@media (min-width: 576px) {
	.section-guide-carousel #guideCarousel .owl-nav .owl-prev {
		left: -60px;
		width: 50px;
		height: 50px;
		border: 1px solid rgba(255,255,255,0.35);
		border-radius: 50%;
		-webkit-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.section-guide-carousel #guideCarousel .owl-nav .owl-next {
		right: -60px;
		width: 50px;
		height: 50px;
		border: 1px solid rgba(255,255,255,0.35);
		border-radius: 50%;
		-webkit-transition: all 200ms linear;
		-o-transition: all 200ms linear;
		transition: all 200ms linear;
	}
	.section-guide-carousel #guideCarousel .owl-nav .owl-next:hover,
	.section-guide-carousel #guideCarousel .owl-nav .owl-prev:hover {
		border: 1px solid rgba(255,255,255,1);
		-webkit-transform: translateY(-50%)scale(1.1, 1.1);
		-moz-transform: translateY(-50%)scale(1.1, 1.1);
		-ms-transform: translateY(-50%)scale(1.1, 1.1);
		-o-transform: translateY(-50%)scale(1.1, 1.1);
		transform: translateY(-50%)scale(1.1, 1.1);
		
	}
	.section-guide-carousel.section.section--guide .guide-inner .container{
		padding: 0 50px;
	}
	.section-guide-carousel #guideCarousel .guide-carousel-item__title h3{
		font-size: 1.4rem;
	}
}

.guide-carousel-item .button {
	white-space: nowrap;
}

/* праки стилей меню */

.nav-column-header a{
	font-weight: 700;
}
/*.nav-sub-item.nav-sub-menu-left{
	width: 180px;
	display: inline-block;
	float: left;
	margin-right: 10px;
}*/

/*.nav-sub-item.nav-sub-menu-right{
	width: 180px;
	display: inline-block;
	float: right;
}*/
.nav-sub-item a{
	font-weight: normal;
	font-size: 12px;
	text-transform: none;
}
.nav-sub-item.nav-column-header a{
	font-weight: bold;
	font-size: 14px;
}
.cases-item__link{
	transition: all 0.15s ease-in-out;
}

/*.foot-nav-item.nav-sub-menu-left {
  width: 50%;
  display: inline-block;
  float: left;
  margin-right: 10px;
  order: 0;
}
.foot-nav-item.nav-sub-menu-right {
  width: 50%;
  display: inline-block;
  float: right;
  order: 1;
}*/
/* праки стилей меню конец */
@media (min-width: 768px) {
	.features-item__link-inner {
    padding-right: 60px;
    padding-top: 1.2rem;
    height: inherit;
	}
}
@media (min-width: 992px) {
	.features-item__link-inner {
    padding-right: 60px;
    padding-top: 1.8rem;
    height: inherit;
	}
}

.features-item__link.collapsed .features-item__soon{
	position: absolute;
	top: -1rem;
}

@media (min-width: 768px){
	.features-item__link.collapsed .features-item__soon{
		position: absolute;
		top: .4rem;
	}
}
@media (min-width: 992px){
	.features-item__link.collapsed .features-item__soon{
		position: absolute;
		top: 1rem;
	}
}
@media (max-width: 767px) {
  .identification-steps {
    flex-direction: column;
  }
}

/* New Year Page fixes */
.page-template-new-year .main {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .page-template-new-year .main {
    margin-top: 90px;
  }
  .page-template-new-year #lang-select-collapse {
  	margin-top: -90px;	
  }
}
@media (min-width: 1600px) {
  .page-template-new-year .main {
    margin-top: 120px;
  }
  .page-template-new-year #lang-select-collapse {
  	margin-top: -120px;	
  }
}

.header-ny {
	-webkit-transition: none;
    transition: none;
}

/* Demo */
select.personal-selected:not(option),
select.personal-selected option[value=personal-use] {
	color: #f10b67;
}

select.personal-selected option {
	color: #73747d;
}

button.personal-selected {
	cursor: default;
}

.personal-use-alert {
	display: none;
	color: #f10b67;
	font-size: 14px;
}

/** Section Business Geo **/
.business-geo-text {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 768px) {
  .business-geo-text {
    font-size: 1.4rem;
    line-height: 1.428;
    margin-left: auto;
    margin-right: auto;
    width: 85%;
  }
}

@media (min-width: 1200px) {
  .business-geo-text {
    width: 85%;
  }
}

.business-geo-text p:last-child {
  margin-bottom: 0;
}

/** Menu Important Link **/
.nav-item .nav-link.nav-link-highlight {
	color: #f10b67;
}

/** About Page section team arrow **/
.section--team .team-item__collapse-text,.team-item__arrow {
  font-weight: 300;
  line-height: 1.3;
  font-size: 1rem;
  align-self: flex-start;
}

.section--team .team-item__collapse-text {
	width: 100%;
}

@media (min-width: 768px) {
  .section--team .team-item__collapse-text,.team-item__arrow {
    line-height: 1.428;
  }
}

.section--team .team-item__arrow svg {
	cursor: pointer;
}

.section--team .team-item__arrow:not(.collapsed) svg {
  transform: rotate(180deg);
}

@media (min-width:768px){.owl-item .related-item{width:100%}}

/* Nvidia Page */
.section--give-intelligence .descr-item {
	padding-top: 2rem;
}

@media (min-width: 768px) {
	.section--give-intelligence .descr-item:after {
		top: 2rem;
		height: calc(100% - 2rem);
	}
}
/** Gmaps **/
.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
}

/** Success stories photo fix **/
.success-story-beeline-text-block__person-photo:after {
	bottom: -1px;
	height: 14px;
	left: -7px;
}

/** Healthy City page **/
.section--healthy-city {
	background-color: #142152;
	margin-bottom: -50px;
}

@media (min-width: 768px) {
	.section--healthy-city {
		margin-bottom: -120px;
	}
}

.section--healthy-city .security-form__textarea, .security-form__input {
	background-color: #142152;
}

/** Security page text fixes **/
.security-page .migration-col .ffpro1, .security-page .migration-col .ffpro2 {
	text-align: left;
	width: 250px;
}

@media (min-width: 768px) {
	.security-page .section--faster .section-descr {
	    width: 100%;
	}
}

@media (min-width: 992px) {
	.security-page .section--liveness .liveness .section-descr {
	    font-size: 22px;
	    line-height: 1.3;
	}
}

@media (min-width: 992px) {
	.section--api .container .section-descr {
	    width: 50%;
	}
}

/** Security page images shadow fix **/
.security-page .api-img {
	border-radius: 20px;
}


@media (min-width: 768px) {
	.security-page .api-img {
		border-radius: 30px;
	}
}

.security-page .security-top__image {
	border-radius: 10px;
}


@media (min-width: 768px) {
	.security-page .security-top__image {
		border-radius: 35px;
	}
}

/** Security Form **/
.security-form input {
	padding-left: 5px;
}

// Fixes potential theme css conflict.
.acf-map img {
   max-width: inherit !important;
}

.contact-info__maps-map {
        clip-path: none;
}