/* .pardotform{
	height: max-content !important;
}
 */

/* login form */

*{
	font-family: Halenoir;
	scroll-behavior: smooth;
	letter-spacing: -0.01em;
}

@media only screen and (max-width: 780px){
	.webinars-text-block div{
	 max-width: 100% !important;
  }
}


#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
  width: 100%;
}

#wpmem_login fieldset, #wpmem_reg fieldset {
  margin: 0 !important;
}

.max-w-block-form{
	max-width: 600px !important;
}

#wpmem_login legend, #wpmem_reg legend{
	display: none !important;
}

#wpmem_login_form .div_text input, #wpmem_register_form .div_text input{
    height: 36px;
    width: 94%;
    background-color: transparent;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 0 16px;
    font-size: 15px;
}

#wpmem_login_form label, #wpmem_register_form label{
	font-size: 14px;
}

#wpmem_reg .req {
  color: #000000;
  font-size: 14px;
  line-height: 50%;
}
#wpmem_reg .req-text {
   display: none;
}

#wpmem_login_form input[type="number"], #wpmem_register_form input[type="number"]{
	margin-bottom: 14px;
}

#wpmem_login .button_div, #wpmem_reg .button_div {
  padding: 6px 0;
  text-align: left !important;
}

#wpmem_reg .link-text, #wpmem_login .link-text{
	text-align: left !important;
	font-size: 14px;
}

#wpmem_reg .wpmem_msg, #wpmem_login .wpmem_msg{
	font-size: 14px !important;
  background-color: transparent !important;
  margin-bottom: 10px !important;
}

/* login form end*/
	
.grecaptcha-badge { visibility: hidden; }

.wpcf7-not-valid-tip{
	font-size: 14px !important;
}

#CookiebotWidget #CookiebotWidget-buttons #CookiebotWidget-btn-change {
    color: #000 !important;
}

#CookiebotWidget .CookiebotWidget-logo svg path {
    fill: #000 !important;
}

#CookiebotWidget .CookiebotWidget-logo svg circle {
    fill: #DEE1E8 !important;
}

.iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 соотношение сторон */
  height: 0;
}

.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.list{
	list-style: none;
}

.hidden {
	display: none !important;
}

/* buttons */

.main-button a{
	transition: 0.5s;
}

.main-button a:hover{
	background-color: #6228BE !important;
	transition: 0.5s;
}

.is-style-outline a{
	transition: 0.5s;
	border-radius: 22px !important;
}

.is-style-outline a:hover{
	background-color: #6228BE !important;
	border-color: #6228BE !important;
	color: white !important;
	transition: 0.5s;
}

.white-button a{
	transition: 0.5s;
}

.white-button a:hover{
	background-color: #FFFFFF !important;
	border-color: #FFFFFF !important;
	color: #803FE8 !important;
	transition: 0.5s;
}

.wp-block-site-logo{
	padding-left: 0 !important;
}

.full-height{
	height: 100% !important;
}

.full-size-container{
	padding-top: 70px;
	padding-left: 90px;
}

.full-size-container .wp-block-media-text__content {
	padding-left: 0;
}

.banner-container{
	padding-left: 160px;
}

.wp-block-media-text__media img{
	height: calc(100vh - 70px);
	object-fit: cover !important;
}

.container {
	padding-left: 250px !important;
	padding-right: 250px !important;
}

@media only screen and (max-width: 1600px) {
	.container {
		padding-left: 160px !important;
		padding-right: 160px !important;
	}
	
	.full-size-container {
	  padding-left: 0;
  }
}

@media only screen and (max-width: 1280px) {
  .container {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
	.banner-container{
		padding-left: 60px;
	}
	.full-size-container{
		padding-top: 140px;
	}
	.wp-block-media-text__media img{
		height: calc(100vh - 140px);
	}
}

@media only screen and (max-width: 600px) {
	.wp-block-media-text{
		display: revert;
		gap: 16px;
	}
	.full-size-container{
		padding-top: 70px;
	}
	.wp-block-media-text__media img{
		height: calc(100vh - 70px);
	}
	.webinars-block{
		padding: 20px !important;
	}
}

@media only screen and (max-width: 780px) {
  .container, .image-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
	.banner-container{
		padding-left: 30px;
	}
	.request-demo-form{
		padding: 20px !important;
	}
}

@media only screen and (max-width: 420px) {
  .container, .image-container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
	.image-mobile-size{
		width: 60% !important;
	}
}

@media only screen and (min-width: 1140px) {
	.full-size-container{
		height: 100vh;
	}
}

@media only screen and (max-height: 750px) {
	.regions {
		height: 100%;
	}
}

@media only screen and (max-width: 780px) {
	.wp-block-media-text__media img{
		height: 100%;
	}
}

.flex-start-row{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.card-solutions{
	width: 350px;
	height: 250px;
	display: flex;
	justify-content: end;
}

.card-members{
	display: flex;
	flex-direction: row;
	justify-content: end;
	overflow: hidden;
}

.wp-block-cover, .wp-block-cover-image {
	align-items: end;
	display: flex;
	min-height: 420px;
	width: 100%;
}

.win-container{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.win-content-first{
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	justify-content: center;
}

.win-content-second-item{
	display: flex;
/* 	justify-content: center; */
}

/* page heading */
.custom-page-heading{
	display: flex !important;
	flex-direction: row !important;
	justify-content: flex-start !important;
	align-items: center !important;
	padding: 12px 20px !important;
	border: 1px solid #3B3B3B !important;
	border-radius: 60px !important;
	padding 0 !important;
	margin: 0 !important;
}

.custom-page-heading figure{
	width: 24px !important;
	height: 24px !important;
	padding: 0 !important;
	display: flex !important;
}

.custom-page-heading h1{
	font-size: 16px !important;
  padding: 0 !important;
  font-weight: 500 !important;
  color: white !important;
}

/* header */

.header{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: fixed;
	background-color: white;
	z-index: 9999999;
}

/* .wp-block-navigation__container > li:hover, .wp-block-navigation-item__content:hover {
	color: #FFFFFF !important;
} */

/* .wp-block-navigation-item:not(.has-child)>a:hover .wp-block-navigation-item__label img {
	opacity: 0.6 !important;
} */

.header-desktop .wp-block-navigation__submenu-container {
	border-radius: 12px !important;
	padding: 12px 0 !important;
	border: 1px solid #111111 !important;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1) !important;
}

.header-desktop .wp-block-navigation__submenu-container li {
	padding: 0 12px !important;
}

@media only screen and (max-width: 825px) {
	.wp-block-navigation__submenu-container {
	left: 0 !important;
	right: auto !important;
}
}

.mobile-header .wp-block-navigation__container {
	align-items: start !important;
	gap: 32px !important;
}

.mobile-header .wp-block-navigation__responsive-container-content {
	padding: 48px 16px 28px !important;
}

.mobile-header .wp-block-navigation-submenu {
	width: 100% !important;
} 

.mobile-header button.wp-block-navigation-item__content {
	color: #999999 !important;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto 12px 0;
}

.pricing-link-mobile{
	color: #999999 !important;
	font-size: 11px !important;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto 12px 0;
}

.pricing-link-mobile a{
	color: #999999 !important;
	font-size: 11px !important;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 auto 12px 0;
}

.mobile-header .wp-block-navigation__submenu-container {
	flex-direction: row !important;
	flex-wrap: wrap !important;
	gap: 12px 16px !important;
	padding: 0 !important;
	width: 100% !important;
}

.mobile-header .wp-block-navigation-link {
	line-height: 1.3 !important;
	width: 47% !important;
	align-items: start !important;
}

.mobile-header wp-block-navigation-item__label{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.mobile-header .wp-block-navigation .wp-block-navigation-item__content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding-bottom: 20px !important;
}

.mobile-header .wp-block-navigation .wp-block-navigation-item__content .wp-block-navigation-item__label{
	display: flex;
	align-items: center;
}

@media only screen and (min-width: 600px) {
	.mobile-header{
		display: none;
	}
}

@media only screen and (max-width: 600px) {
	.header-desktop{
		display: none;
	}
	.mobile-header{
		display: block;
	}
}


.submenu{
	width: 270px;
}

.header-desktop .wp-block-navigation-item__label{
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: nowrap;
	white-space: nowrap;
  width: max-content;
	width: -webkit-max-content;
}

.wp-block-navigation-item__label img{
	margin-right: 8px;
}

.current-menu-ancestor, header .wp-block-navigation__container>.current-menu-item {
	text-decoration: underline !important;
	text-underline-offset: 8px;
}

@media screen and (max-width: 600px) {
  .current-menu-ancestor, header .wp-block-navigation__container>.current-menu-item {
	text-decoration-color: #999999 !important;
}	
}

@media screen and (min-width: 600px) and (max-width:1040px) {
  .wp-container-6.wp-container-6 {
    justify-content: center;
    align-items: center;
    gap: 16px;
	}		
}

@media only screen and (max-width: 720px) {
  .header_button {
    display: none;
  }
}

@media screen and (min-width: 780px) and (max-width:800px) {
 .wp-container-5.wp-container-5 {
    gap: 16px;
    justify-content: center;
	}
}

/* .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
	padding: 40px;
} */

.wp-block-navigation__responsive-container.is-menu-open{
	padding-left: 0;
}


.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
	align-items: center;
}


/* footer */
.wp-block-jetpack-subscriptions.wp-block-jetpack-subscriptions__supports-newline form p#subscribe-email input[type=email] {
    background-color: black;
    color: white;
}

#subscribe-email{
	border: 1px solid #515151;
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius{
	border-radius: 6px !important;
}

@media screen and (max-width:780px) {
 .footer-bottom {
   padding: 16px 0 32px !important;
	}
}

@media only screen and (min-width: 1000px) {
	.mobile-footer{
		display: none;
	}
}

@media only screen and (max-width: 1000px) {
	.footer{
		display: none;
	}
	.mobile-footer{
		display: block;
	}
}

/* text */

.max-width-text-big {
	max-width: 780px !important;
}

.max-width-text{
	max-width: 650px !important;
}

.max-width-text-middle{
	max-width: 540px !important;
}

.max-width-text-small{
	max-width: 250px !important;
}

.text-48 {
	font-size: 48px;
	line-height: 54px;
}

h2{
	font-size: 44px;
	line-height: 52px;
}

.flex-wrap{
	flex-wrap: wrap !important;
}

.post-title-integrations{
	color: #803fe8 !important;
	word-break: normal;
	font-size: 44px;
	line-height: 52px;
}

@media screen and (max-width:1200px) {
	.text-48 {
	font-size: 32px !important;
	line-height: 40px !important;
}
}

/* 
@media screen and (max-width:780px) {
 h2 {
   font-size: 30px !important;
	 line-height: 38px;
	}
	.post-title-integrations {
   font-size: 30px !important;
	 line-height: 38px;
	}

}


h3{
	font-size: 38px;
	line-height: 44px;
}

@media screen and (max-width:780px) {
 h3 {
   font-size: 26px !important;
	 line-height: 32px;
	}
}

h4{
	font-size: 24px;
}

@media screen and (max-width:780px) {
 h4{
   font-size: 18px !important;
	}
} */

p {
	font-size: 14px;
}

.text-size-16, .text-size-16>a {
	font-size: 16px;
}

.text-size-20 {
	font-size: 20px;
}

.leading-3.3 {
	line-height: 3.3;
}

@media screen and (max-width:780px) {
 .leading-3.3 {
	line-height: 2.3;
}
}

.width-full {
  width: 100% !important;	
	max-width: 100% !important;
}

/* flex */

.flex-full {
	height: 100%;
	justify-content: space-between;
}

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

@media screen and (max-width:780px) {
.column-reverse {
	flex-direction: column-reverse;
}
}

.w-24, .w-24 figure {
	display: flex;
width: 24px!important;
}

.w-max {
	max-width: max-content !important;
}

@media screen and (max-width: 1300px) {
.screen-1300-w-full {
max-width: 100% !important;
}
}

.text-nowrap {
	white-space: nowrap;
}

@media screen and (max-width: 1300px) {
.screen-1300-text-wrap {
white-space: normal;
}
}

/* padding, margin */

.block-wrapper {
	padding-top: 140px;
}

.block-wrapper-middle-top {
	padding-top: 100px;
}

.block-wrapper-middle-bottom {
	padding-bottom: 100px;
}

.block-wrapper-small {
	padding-top: 70px;
}

@media screen and (max-width: 780px) {
.block-wrapper {
	padding-top: 70px;
 }
	
	.block-wrapper-middle-top {
	padding-top: 50px;
}
	
	.block-wrapper-middle-bottom {
	padding-bottom: 50px;
}
	
	.block-wrapper-small {
	padding-top: 35px;
}
}

.heading-margin {
	margin-bottom: 50px !important;
}

@media screen and (max-width: 780px) {
.heading-margin {
	margin-bottom: 20px !important;
}
}

/* posts */

.no-sharing .sharedaddy{
	display: none;
}

.post-title-webinars{
	font-size: 44px !important;
}

.post-content-webinars p{
	font-size: 20px !important;
	color: #666666;
}

.post-content-integrations p{
	font-size: 20px !important;
}

.post-title{
	display: flex;
	align-items: start;
	min-height: 40px;
}

.pb-8{
	padding-bottom: 0;
}

.wp-block-coblocks-post-carousel__image{
	margin-bottom: 16px;
	width: 80%;
}

.wp-block-coblocks-post-carousel__image .bg-cover{
	border-radius: 12px;
}

.wp-block-coblocks-post-carousel__content a{
	color: black;
}

.wp-coblocks-post-carousel-nav-button__prev{
	display: none;
/* 	width: 30px;
	height: 30px;
	background-repeat: no-repeat; */
}

.wp-coblocks-post-carousel-nav-button__next{
	display: none;
/* 	width: 30px;
	height: 30px;
	background-repeat: no-repeat; */
}
.swiper-slide {
	flex-direction: column;
	justify-content: start;
}

@media only screen and (max-width: 420px) {
  .swiper-slide {
		width: 100% !important;
  }
}

.wp-block-coblocks-post-carousel__content {
	display: flex;
	flex-direction: column-reverse;
	width: 80%;
}
.wp-block-coblocks-post-carousel__content a {
  font-size: 18px;
	
}

.wp-block-post-author {
	align-items: center;
}

.wp-block-post-author__avatar {
	margin-right: 8px;
}

.wp-block-post-author .avatar {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	vertical-align: middle;
}

.post-page {
	padding-top: 140px;
}

.post-page .wp-block-post-content p, .post-page .wp-block-post-content ol {
  margin-bottom: 10px;	
}

.post-page .wp-block-post-content p, .post-page .wp-block-post-content li {
	font-size: 16px !important;
}

.post-page .gcard, .post-page  .grav-clone-a, .post-page .share-customize-link {
	display: none;
}

.post-page .sd-social {
	margin-top: 30px;
}

@media only screen and (max-width: 780px) {
	.post-page {
		padding-right: 0;
    padding-left: 0;
	}
	
  .post-page .wp-block-post-title, .post-page .wp-block-post-content, .post-page .wp-block-post-content p, .post-page .wp-block-post-content ol, .post-page .wp-block-post-featured-image, .post-page .author, .post-page .sharedaddy {
		width: 100% !important;
    max-width: 100% !important;
  }
	
	.post-page .sd-content li {
		padding-left: 0 !important;
	}
	
	.post-page .sd-title {
		font-size: 20px !important;
	}
}

@media only screen and (max-width: 600px) {
	.post-page {
	padding-top: 90px;
}
}

/* blog */

.blog .wp-block-post {
	height: 100%;
}

.blog .post-title{
	min-height: 1px;
}

.blog .post-title > a {
	font-size: 20px !important;
}

.blog .wp-block-post-featured-image a {
	height: 100% !important;
}

.webinars-blog .wp-block-post-featured-image.alignwide img {
	height: 76% !important;
	border-radius: 12px 12px 0 0 !important;
}

.webinars-blog .post-title{
	min-height: max-content !important;
}

.webinars-blog .wp-block-post-featured-image a {
	height: 76% !important;
}

.webinars-blog figure{
	aspect-ratio: 0 !important;
	height: max-content !important;
}

.webinars-blog .post-title > a {
	font-size: 20px !important;
	padding: 0 16px;
}

.webinars-blog .wp-block-post-date{
	padding: 0 16px;
}

.webinars-blog .wp-block-post-template li{
	background-color: #F1F2F6 !important;
	padding-bottom: 16px;
	border-radius: 12px;
}

/* tabs */

.wp-block-group #tab_container_1649 .wpsm_nav-tabs > li > a, .wp-block-group #tab_container_1765 .wpsm_nav-tabs > li > a {
	border: none !important;
	display: flex;
	justify-content: start;
	border-radius: 12px !important;
  padding: 8px 16px !important;
  font-weight: bold;
}

.wp-block-group #tab_container_1649 .wpsm_nav-tabs > li > a:hover, .wp-block-group #tab_container_1765 .wpsm_nav-tabs > li > a:hover {
   border: none !important;
}

.wp-block-group #tab_container_1649 .wpsm_nav, .wp-block-group #tab_container_1765 .wpsm_nav {
	margin-right: 10px !important;
}

.tab-pane {
	padding: 0 25px 25px 25px;
}

/* languages */

.country-selector.weglot-dropdown .wgcurrent:after{
	display: none !important;
}

.country-selector.weglot-dropdown{
	background-color: white !important;
}

.country-selector.weglot-dropdown ul{
	background-color: white !important;
	top: 38px !important;
	height: fit-content !important;
}

.country-selector.weglot-default {
	bottom: auto !important;
  top: 100px !important;
  left: auto !important;
  right: 20px !important;
  width: max-content !important;
}

@media only screen and (max-width: 600px){
.country-selector.weglot-default {
	bottom: 20px !important;
  top: auto !important;
  left: 20px !important;
  right: auto !important;
  width: max-content !important;
}
	.country-selector.weglot-dropdown ul{
	background-color: white !important;
	top: -114px !important;
	height: fit-content !important;
}
}

.country-selector.weglot-dropdown li {
  background-color: white !important;
}

/* integrations */

/* #caf-post-layout-container.data-target-div1.post-layout1 {
    display: flex;
    flex-direction: row;
}

ul.caf-filter-container.caf-filter-layout1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
} */

/* .caf-mb-4 {
     margin-bottom: 10px !important; 
} */

#manage-ajax-response {
    padding: 0 !important;
    display: flex;
    justify-content: center;
		gap: 12px !important;
	}
}

#manage-ajax-response article{
    padding: 0 !important;
}

@media only screen and (min-width: 1040px){
	.caf-col-md-4 {
    max-width: 24%;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1040px) {
	.caf-col-md-4 {
    max-width: 32%;
	}
}

@media only screen and (max-width: 768px) and (min-width: 500px){
.caf-col-md-tablet6 {
    flex: 0 0 50%;
    max-width: 40%;
}
}

.caf-col-md-1, .caf-col-md-10, .caf-col-md-11, .caf-col-md-12, .caf-col-md-2, .caf-col-md-3, .caf-col-md-4, .caf-col-md-5, .caf-col-md-6, .caf-col-md-7, .caf-col-md-8, .caf-col-md-9{
	padding: 0 !important;
}

#caf-post-layout-container {
    padding: 0 !important;;
}

.caf-post-layout1 .manage-layout1{
	box-shadow: none !important;
}

.data-target-div1 .caf-post-layout1 .caf-content {
    font-size: 20px !important;
}

.data-target-div1 .caf-post-layout1 .caf-post-title {
  width: max-content !important;
  background-color: transparent !important;
	padding: 16px !important;
}

.data-target-div1 .caf-post-layout1 .caf-post-title a{
	color: black !important;
	font-size: 20px !important;
}

.data-target-div1 .caf-post-layout1 .caf-content{
	display: none !important;
}

.data-target-div1 .caf-post-layout1 .caf-meta-content {
  display: none !important;
}

.caf-post-layout1 #manage-post-area{
	background-color: #f1f2f6 !important;
}

.caf-post-layout1 .caf-content-read-more{
	background-color: transparent !important;
}

.caf-post-layout1 #manage-post-area div{
  padding: 8px 16px;
}

.caf-filter-layout1 a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px;
    margin: 0 10px;
    border-radius: 22px;
    height: 44px !important;
		transform: none !important;
}

.caf-post-layout1 .caf-featured-img-box{
	height: 150px !important;
}

@media only screen and (min-width: 1800px){
	.caf-post-layout1 .caf-featured-img-box{
	height: 200px !important;
}
}


.data-target-div1 .caf-post-layout1 a.caf-read-more {
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: max-content;
    border-radius: 22px;
    padding: 0 16px;
		background: transparent;
		border: 2px solid #803FE8;
		color: #803FE8;
		transition: 0.5s;
		font-weight: bold;
}

.data-target-div1 .caf-post-layout1 a.caf-read-more:hover{
		background-color: #803FE8 !important;
		color: white;
		transition: 0.5s;
}

/* forms */

.form{
	height: max-content;
	width: 100%;
}

.form p{
	width: 100%;
}

.form input{
	height: 36px;
	width: calc(100% - 32px - 2px);
	background-color: transparent;
	border: 1px solid #CCCCCC;
  border-radius: 4px;
	padding: 0 16px;
	font-size: 15px;
}

.form input[type=checkbox]{
	height: 14px;
	width: 14px;
	background-color: transparent;
	border: 1px solid #CCCCCC;
	padding: 0 !important;
	border-radius: 0 !important;
}

.form .wpcf7-list-item{
	margin: 0 !important;
}

.form select{
	height: 36px;
	background-color: transparent;
	width: max-content;
	border: 1px solid #CCCCCC;
  border-radius: 4px;
	padding: 0 16px;
	font-size: 15px;
}

.form .country-select.inside input, .country-select.inside input[type=text]{
	width: 100%;
}

.webinar-form .phone-number .wpcf7-form-control-wrap .intl-tel-input .wpcf7-form-control {
	width: 100%;
	padding-left: 62px !important;
}

.webinar-form .phone-number .wpcf7-form-control-wrap .intl-tel-input .flag-container .selected-flag {
	  background: unset;
    padding: 0 0 0 16px;
    width: 62px;
}

.webinar-form .phone-number .wpcf7-form-control-wrap .intl-tel-input .flag-container .selected-flag .iti-arrow {
	right: 12px;
}

.webinar-form .phone-number .wpcf7-form-control-wrap .intl-tel-input .flag-container .selected-flag .selected-dial-code {
	display: none;
}

.webinar-form .agreement .wpcf7-list-item {
	display: flex;
	gap: 8px;
}

.webinar-form .agreement input {
	margin: 0 !important;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}

.webinar-form .agreement .wpcf7-list-item-label {
	font-size: 15px;
}

@media screen and (min-width: 768px) and (max-width:1100px) {
  .form .country-select.inside input, .country-select.inside input[type=text]{
/* 	width: max-content; */
/* 		max-width: 250px; */
}	
}

@media screen and (max-width: 500px) and (max-width:1100px) {
  .form .country-select.inside input, .country-select.inside input[type=text]{
/* 	width: max-content;
	max-width: 280px; */
}	
	.country-select .country-list{
	width: 280px !important;
}
}



.form textarea{
	min-height: 32px;
  max-height: 32px;
	width: 94%;
	min-width: 94%;
	max-width: 94%;
	background-color: transparent;
  border: 1px solid #CCCCCC;
	border-radius: 4px;
  padding: 12px 16px;
	font-size: 15px;
}

.form input[type=submit]{
	border: none;
	padding: 0 16px;
	border-radius: 16px;
	height: 56px;
	width: 100%;
	background-color: #803FE8;
	color: #FFFFFF;
	font-size: 18px;
	cursor: pointer;
	transition: 0.5s;
}

.form input[type=submit]:hover{
	background-color: #6228BE;
  transition: 0.5s;
}

.form-newsletter{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	color: white;
}

.form-newsletter p{
	display: flex;
	padding: 0 !important;
	margin: 0 !important;
}

.form-newsletter input{
	height: 42px;
	width: 180px;
	background-color: transparent;
	border: 1px solid #CCCCCC;
  border-radius: 22px;
	padding: 0 16px;
	color: white;
	font-size: 15px;
}

.form-newsletter input[type=submit]{
	border: none;
	padding: 12px 16px;
	border-radius: 22px;
	height: 44px;
	width: 100%;
	background-color: #803FE8;
	color: #FFFFFF;
	font-size: 14px;
	cursor: pointer;
	transition: 0.5s;
	margin-top: 16px;
	margin-bottom: 16px;
}

.form-newsletter input[type=submit]:hover{
	background-color: #6228BE;
  transition: 0.5s;
}

@media only screen and (max-width: 300px){
	.form-newsletter p{
		flex-wrap: wrap;
	}
	.form-newsletter input[type=submit]{
		width: 200px !important;
	}
}

.wpcf7-spinner{
	display: none;
}

.wpcf7 form .wpcf7-response-output{
	margin: 10px 0 0 0;
}

.wpcf7-response-output{
	font-size: 14px;
}

.wpcf7 form .wpcf7-response-output{
	border: none !important;
	border-color: none !important;
	padding: 0;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
	border: none !important;
	border-color: none !important;
	color: #F79090;
}

.wpcf7 form.invalid .wpcf7-response-output{
	border: none !important;
	border-color: none !important;
}
.wpcf7 form.unaccepted .wpcf7-response-output{
	border: none !important;
	border-color: none !important;
}
.wpcf7 form.payment-required .wpcf7-response-output{
	border: none !important;
	border-color: none !important;
}

.wpcf7-not-valid-tip {
  color: #F79090;
	padding: 0;
}

table{
	display: table !important;
}

.table-scroll table{
	min-width: 600px;
	overflow-x: auto;
	padding-right: 2px;
}

/* new pages */

.column-radius-24{
	border-radius: 24px !important;
	overflow: hidden;
}

.link-24 a{
	font-size: clamp(15.747px, 0.984rem + ((1vw - 3.2px) * 0.983), 24px);
}

.step-number{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0px !important;
}

.container-full-height{
	height: 100% !important;
}

.container-full-height figure {
	margin: 0px !important;
}

.figure-icon-24{
	display: flex !important;
}

.blogs-carousel .wp-block-coblocks-post-carousel__image {
   width: 100% !important;
}

.blogs-carousel .wp-block-coblocks-post-carousel__content {
   width: 100% !important;
}

.blogs-carousel .wp-block-coblocks-post-carousel__content a {
   font-size: 32px !important;
   font-weight: 700;
   line-height: normal;
}

.blogs-carousel .wp-block-coblocks-post-carousel__date {
   font-size: 24px !important;
	 margin-top: 16px !important;
}

@media only screen and (max-width: 780px){
	.blogs-carousel .wp-block-coblocks-post-carousel__content a {
   font-size: 24px !important;
}
	.blogs-carousel .wp-block-coblocks-post-carousel__date {
   font-size: 16px !important;
}
}

.products-card-hover{
	transition: 0.3s;
	border: 1px solid #F2F3F5;
}

.products-card-hover:hover{
	transition: 0.3s;
	box-shadow: 0px 24px 30px 0px #0000000F;
	background-color: #FFFFFF !important;
  border: 1px solid #DEE1E8;
}

.column-shadow{
	box-shadow: 0px 24px 30px 0px #0000000F;
}

.container-shadow{
	box-shadow: 0px 24px 30px 0px #0000000F !important;
}

.column-shadow-hover:hover{
	box-shadow: 0px 24px 30px 0px #0000001A;
	transition: 0.5s;
}

.image-shadow img{
	box-shadow: 0px 20.669235229492188px 19.696565628051758px 0px #0000001A !important;
}

.border-radius-24{
	border-radius: 24px !important;
}

.custom-quote-block{
	padding-left: 24px;
  border-left: 2px solid #803FE8;
}

.benefits-item-icon{
	width: max-content !important;
}

.benefits-item-icon figure{
	margin: 0 !important;
	display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}

.custom-lottie{
	width: 100% !important;
	height: 100% !important;
}

.custom-lottie .animation{
	width: 100% !important;
	height: 100% !important;
}

.custom-lottie .animation canvas{
	width: 100% !important;
	height: 100% !important;
}

/*map regions*/
.map-regions {
	position: absolute;
    max-width: 720px !important;
    right: 0;
    top: 0;
}

@media screen and (max-width: 1200px) {
	.map-regions {
max-width: 50% !important;
    top: 50%;
    transform: translate(0, -50%);
	}
}

@media screen and (max-width: 767px) {
	.map-regions {
max-width: 100% !important;
   position: relative;
		 transform: translate(0, 0);
	}
}

.about-card::before {
  content: "";
   position: absolute;
  top:-2px;
  bottom: -2px;
  right:-2px;
  left: -2px;
  background: linear-gradient(180deg, #87878738 36%, #803FE8 53%, #803FE8 30%, #803FE8 100%);
  z-index: -1;
  border-radius: 24px;
}

/*simplify-processes-tabs */
#sp-tab__ul {
border-bottom: 2px solid rgb(0, 0, 0, 0.1) !important;
}

#sp-wp-tabs-wrapper_1685 .sp-tab__nav-item, #sp-wp-tabs-wrapper_10106 .sp-tab__nav-item {
	background: none !important;
	margin-right: 25px !important;
}

@media screen and (max-width: 480px) {
#sp-wp-tabs-wrapper_1685 .sp-tab__nav-item, #sp-wp-tabs-wrapper_10106 .sp-tab__nav-item {
	margin-right: 0 !important;
}
}

#sp-wp-tabs-wrapper_1685 .sp-tab__nav-item .sp-tab__nav-link, #sp-wp-tabs-wrapper_10106 .sp-tab__nav-item .sp-tab__nav-link{
	border: none !important;
	padding-left: 0 !important;
}

#sp-wp-tabs-wrapper_1685 .sp-tab__nav-item .sp-tab__active, #sp-wp-tabs-wrapper_10106 .sp-tab__nav-item .sp-tab__active {
	background: none !important;
	border-bottom: 2px solid #803FE8 !important;
}

#sp-wp-tabs-wrapper_1685 .sp-tab__nav-item .sp-tab__active .sp-tab__tab_title, 
#sp-wp-tabs-wrapper_10106 .sp-tab__nav-item .sp-tab__active .sp-tab__tab_title {
	color: #000000 !important;
}

#sp-wp-tabs-wrapper_1685 .sp-tab__nav-item .sp-tab__tab_title, #sp-wp-tabs-wrapper_10106 .sp-tab__nav-item .sp-tab__tab_title  {
	font-size: 18px !important;
	line-height: 24px !important;
	font-weight: 500 !important;
	color: rgb(0, 0, 0, 0.6) !important;
}

#sp-wp-tabs-wrapper_1685 .sp-tab__tab-content > div, #sp-wp-tabs-wrapper_10106 .sp-tab__tab-content > div {
	padding: 0 !important;	
	background: transparent !important;
	border: none !important;
	margin-top: 64px;
}

.simplify-processes-tabs-container, .response-processes-tabs-container {
	display: flex;
	align-items: center;
	gap: 40px;
	color: #000000;
}

.response-processes-tabs-container {
align-items: start !important;
}

.response-processes-img {
	align-self: end !important;
}

.simplify-processes-tabs-container > div:first-child, .response-processes-tabs-container > div:last-child {
	display: flex;
	justify-content: center;
}

@media screen and (max-width: 900px) {
	.simplify-processes-tabs-container, .response-processes-tabs-container {
	flex-direction: column;
}
	
}

.sp-tab__section_title_1685, .sp-tab__section_title_10106 {
	display: none !important;
}

.simplify-processes-tabs-container div:first-child img {
	margin: 0 !important;
	width: 100%;
}

.simplify-processes-tabs-container > div {
	width: 50%;
} 

.response-processes-tabs-container > div:first-child {
	width: 80%;
} 

.response-processes-img {
	max-width: 522px;
}

@media screen and (max-width: 900px) {
	.simplify-processes-tabs-container > div, .response-processes-tabs-container > div {
	width: 100%;
} 
	
	.response-processes-img {
	margin: 0 auto;
}
	
}

.simplify-processes-tabs-title, .response-processes-tabs-title {
	margin: 0 0 24px 0;
	font-size: 40px;
}

.simplify-processes-tabs-subtitle, .response-processes-tabs-subtitle {
	margin: 0 0 24px 0;
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.response-processes-tabs-subtitle p {

	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
}

.response-processes-tabs-subtitle {
	opacity: 80%;
}

.simplify-processes-tabs-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
}

.simplify-processes-tabs-listItem {
	display: flex;
	margin: 0;
	color: rgb(0, 0, 0, 0.6);
}

.simplify-processes-tabs-listItem img {
	margin-bottom: 0;
}

.response-processes-worker {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
	padding-left: 24px;
	border-left: 2px solid #803FE8;
}

.response-processes-worker p {
	margin: 0;
}

.response-processes-name {
	font-size: 24px;
	font-weight: 500;
}

.response-processes-position {
	font-size: 16px;
	font-weight: 500;
	opacity: 0.6;
}

.response-processes-button {
	margin-top: 32px;
	margin-bottom: 46px;
}

.response-processes-button a {
	display: block;
	width: max-content;
	padding: 16px 24px;
	border-radius: 16px;
	border: none;
	background: rgba(0, 0, 0, 0.05);
	font-size: 18px;
	font-weight: 700;
	color: black !important;
}

.sp-tab__section_title_1685,
.sp-tab__section_title_10106 {
	display: none !important;
}

/* typed text */

/* home page */
.custom-typed-text-home-page .typed-cursor{
	display: none;
}

.custom-typed-text-home-page{
	min-height: 76px;
	text-align: center;
	font-size: 76px;
  font-weight: 600;
  line-height: 76px;
	color: #ffffff;
  background: linear-gradient(120deg, rgb(145, 76, 255) 0%, rgb(208, 63, 232) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1200px) {
	.custom-typed-text-home-page{
		min-height: 160px;
  	line-height: 76px;
		font-size: 76px;
	}
} 

@media screen and (max-width: 976px) {
	.custom-typed-text-home-page{
		min-height: 60px;
		font-size: 60px;
		line-height: 60px;
	}
} 

@media screen and (max-width: 767px) {
	.custom-typed-text-home-page{
		min-height: 80px;
		font-size: 40px;
		line-height: 40px;
	}
} 

@media screen and (max-width: 650px) {
	.custom-typed-text-home-page{
		min-height: 40px;
		font-size: 40px;
		line-height: 40px;
	}
} 

@media screen and (max-width: 425px) {
	.custom-typed-text-home-page{
		min-height: 120px;
		font-size: 40px;
		line-height: 40px;
	}
} 

/* quest page */
.custom-typed-text-quest-page .typed-cursor{
	display: none;
}

.custom-typed-text-quest-page{
	min-height: 100px;
	text-align: center;
	font-size: 96px;
  font-weight: 600;
  line-height: 96px;
	color: #ffffff;
}

@media screen and (max-width: 976px) {
	.custom-typed-text-quest-page{
		min-height: 60px;
		font-size: 60px;
		line-height: 60px;
	}
} 

@media screen and (max-width: 781px) {
	.custom-typed-text-quest-page{
		min-height: 30px;
		font-size: 30px;
		line-height: 30px;
	}
}
	
/* fin servises page */
.custom-typed-text-services-page .typed-cursor{
	display: none;
}

.custom-typed-text-services-page{
	min-height: 64px;
	text-align: left;
	font-size: 64px;
  font-weight: 600;
  line-height: 64px;
	color: #ffffff;
}

@media screen and (max-width: 781px) {
	.custom-typed-text-services-page{ 
		min-height: 60px;
		font-size: 60px;
		line-height: 60px;
	}
}

@media screen and (max-width: 767px) {
	.custom-typed-text-services-page{ 
		min-height: 40px;
		font-size: 40px;
		line-height: 40px;
	}
}

#marquee-container {
        white-space: nowrap;
        overflow: hidden;
        width: 1000px;
      }
#marquee-container img {
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
      }

.comparison-table-container{
	max-height: 700px;
}
@media screen and (max-width: 767px) {
	.comparison-table-container{
	max-height: unset;
}
}
@media screen and (min-width: 600px) {
	.width-400 ul{
	min-width: 360px !important;
}
}
.green-menu-item span{
	color: #00C9A7;
}
