/*
Theme Name:   Callgear
Description:  A child theme for Twenty Twenty
Author:       Your Name
Author URI:   https://yourblog.com
Template:     twentytwenty
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         two-columns, right-sidebar
Text Domain:  twenty-twenty-child
*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

@font-face {
    font-family: 'NT Somic Regular';
    src: url('../callgear/fonts/NTSomic-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NT Somic Medium';
    src: url('../callgear/fonts/NTSomic-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'NT Somic Bold';
    src: url('../callgear/fonts/NTSomic-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/* #wpadminbar {
	display: none !important;
} */

html {
	font-size: 16px;
}

body {
  font-size: 16px;
  margin: 0;
  height: 100%;
  min-height: 100%;
  color: #000;
  line-height: 1.6;
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  position: relative;
  background-color: #F5F5F5;
}

:root{
    --color--black: #000000;
    --color--black-op: #00000030;
    --color--pink: #FF0090;
	--color--orange: #F38478;
    --color--bluelight: #5D6AE8;
    --color--gray: #F5F5F5;
    --color--gray-dark: #707070;
    --color--darkgray: #A2A3AA;
    --color--lightgray: #D8D8D8;
    --color--white: #FFFFFF;
	
	--font--somic-regular: "NT Somic Regular", Arial, sans-serif;
    --font--somic-medium: "NT Somic Medium", Arial, sans-serif;
	--font--somic-bold: "NT Somic Bold", Arial, sans-serif;

    --font--small: 0.75rem; /* 12px */
	--font--sm: 0.875rem; /* 14px */
    --font--normal: 1rem; /* 16px */
    --font--medium-min: 1.125rem; /* 18px */
    --font--medium: 1.25rem; /* 20px */
    --font--medium-max: 1.333rem; /* 24px */
    --font--big-min: 1.666rem; /* 30px */
    --font--big: 2rem; /* 32px */
    --font--large: 2.5rem; /* 40px */
    --font--extra: 3rem; /* 48px */
    --font--imposible: 3.5rem; /* 56px */
    --font--mulish-reviews: 3.5rem; /* 56px */
    --font--super: 5rem; /* 80 */

    --transition--main: all 300ms;

    --min-size: 2px;
    --max-size: 20px;
}

body.no_scroll {
    height: 100% !important;
    overflow: hidden !important;
}

.body-inner {
	overflow: clip !important;
}

a {
    text-decoration: none;
    color: var(--color--black);
    -webkit-transition: var(--transition--main);
    -o-transition: var(--transition--main);
    transition: var(--transition--main);
}

:active, :hover, :focus {
	outline: 0 !important;
	outline-offset: 0 !important;
}

span, a, label, ul, div {
	-webkit-tap-highlight-color: transparent;
}

.skip-link.screen-reader-text {
	display: none;
}

body::-webkit-scrollbar {
    width: 4px;
    height: 16px;
    position: absolute;
}

body::-webkit-scrollbar-track {
    background: var(--color--white);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--color--pink);
}

.container-fluid-main {
	margin-top: 100px;
}

.col-lg-2-5 {
	width: 21.3333%;
}

.rule-settings ul,
.tab-content ul {
  padding: 0 15px;
	list-style: disc;
}

.form-tracking-how-work ul,
.form-tracking ul,
.tab-container .tab-description ul,
.inbound-notifications-description ul {
	list-style: disc;
}

.imgAllWidthAside-colTxt ul,
.rule-settings ul,
.ms-0.ms-lg-5 ul,
.blTitleAside__textCol ul {
	list-style: disc;
	margin-bottom: 1em;
}

html[lang=ar] .page-id-3615 .container-fluid-main {
	direction: ltr !important;
}

html[lang=ar] .page-id-3615 .subscribe-block .form-input_inner label {
	left: 21px !important;
	right: auto !important;
}

.ae,
html[lang=ar] {
  direction: rtl;
}
.ae .btn,
html[lang=ar] .btn {
  text-align: right;
}
.ae .textIcon__ico,
html[lang=ar] .textIcon__ico {
  transform: scale(-1, 1);
}
.ae details summary:after,
html[lang=ar] details summary:after {
  left: 40px;
  right: initial;
}
.ae .voiceGreetExample__titleTrack,
html[lang=ar] .voiceGreetExample__titleTrack {
  margin-left: 0;
  margin-right: 30px;
}
.ae .lnk-start img,
.ae .lnk-getMore svg,
.ae .all-link svg,
html[lang=ar] .lnk-start img,
html[lang=ar] .lnk-getMore svg,
html[lang=ar] .all-link svg {
  margin-right: 8px;
  transform: rotate(180deg);
}

.ae .lnk-getMore,
html[lang=ar] .lnk-getMore {
  margin-right: 40px;
}
.ae .textBlockGradient__text,
html[lang=ar] .textBlockGradient__text {
  padding-bottom: 4px;
}

.ae .callback-widget-work-item:not(:last-child):after,
html[lang=ar] .callback-widget-work-item:not(:last-child):after {
  left: inherit;
  right: 43px;
}

.ae .timeline-features-item:not(:last-child):after,
html[lang=ar] .timeline-features-item:not(:last-child):after {
  left: inherit;
  right: 43px;
}

.ae .QA__q::before, .ae .QA__ans::before,
html[lang=ar] .QA__q::before,
html[lang=ar] .QA__ans::before {
  transform: scale(-1, 1);
}
.ae .QA__q,
html[lang=ar] .QA__q {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 36px;
}
.ae .QA__q::before,
html[lang=ar] .QA__q::before {
  left: 100%;
  right: auto;
  margin-left: 20px;
  margin-right: 0;
}
.ae .QA__ans,
html[lang=ar] .QA__ans {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 36px;
}
.ae .QA__ans::before,
html[lang=ar] .QA__ans::before {
  left: auto;
  right: 100%;
  margin-right: 20px;
  margin-left: auto;
}

@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  html[lang=ar] .callback-widget-work-item:not(:last-child):after {
    left: inherit;
    right: 20px;
  }
  html[lang=ar] .timeline-features-item:not(:last-child):after {
    left: inherit;
    right: 20px;
  }
  .ae.timeline-features-item:not(:last-child):after {
    left: inherit;
    right: 20px;
  }
}
@media (max-width: 767.98px) {
 
}
ul {
  padding: 0 15px;
}

.rtl-no {
  direction: ltr;
}
.rtl-no * {
  direction: ltr;
}
.rtl-no .all-link svg {
  transform: none !important;
  margin-right: 0 !important;
}
.rtl-no .textIcon__ico {
  transform: none !important;
}
.rtl-yes {
  direction: rtl;
}
.rtl-yes * {
  direction: rtl;
}

.rtl-yes .lnk-start-mob img,
.rtl-yes .lnk-start-callTracking img {
  transform: scale(-1, 1);
}

.pointer-events-no {
  pointer-events: none;
}

.section {
  padding: 60px 0;
}

.mt-10 {
	margin-top: 120px;
}

.section h2 small, .section .h2 small {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
}

.btn:focus {
  box-shadow: none;
}
.btn__group {
  display: inline-block;
  padding: 4px;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
}
.btn__group .btn {
  background: none;
  text-shadow: none;
  margin: 0;
  box-shadow: none;
  color: #000 !important;
  min-height: 40px;
  padding: 8px 16px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  width: auto;
  -webkit-appearance: none;
}
.btn__group .btn.active {
  background-color: #fff;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}
.btn-bordRainbow {
  box-shadow: none;
  background: none;
  font-weight: 400;
  font-size: 20px;
  text-shadow: none;
  border: 1px solid transparent;
  color: #000 !important;
  border-radius: 24px;
  min-height: 40px;
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: content-box;
}
.btn-bordRainbow:hover {
  border: 0;
  margin: 1px;
}
.btn-bordRainbow.active {
  background-color: #F5F5F5;
}
.btn-bordRainbow.disabled {
  pointer-events: all;
}
.btn-bordRainbow.disabled:hover {
  color: #fff !important;
}
.btn-bordRainbow.btns-1, .btn-bordRainbow.btns-1:not(.disabled) {
  background: linear-gradient(#F5F5F5, #F5F5F5) padding-box, linear-gradient(90deg, #5D6AE8 0%, #F38478 100%) border-box;
}
.btn-bordRainbow.btns-2, .btn-bordRainbow.btns-2:not(.disabled) {
  background: linear-gradient(#F5F5F5, #F5F5F5) padding-box, linear-gradient(270deg, #E60050 0%, #5D6AE8 100%) border-box;
}
.btn-bordRainbow.btns-3, .btn-bordRainbow.btns-3:not(.disabled) {
  background: linear-gradient(#F5F5F5, #F5F5F5) padding-box, linear-gradient(90deg, #5D6AE8 0%, #00D2FE 100%) border-box;
}
.btn-bordRainbow:not(.disabled):hover {
  color: #fff !important;
}
.btn-bordRainbow.btns-1:hover {
  background: linear-gradient(90deg, #5D6AE8 0%, #F38478 100%) !important;
}
.btn-bordRainbow.btns-2:hover {
  background: linear-gradient(270deg, #E60050 0%, #5D6AE8 100%) !important;
}
.btn-bordRainbow.btns-3:hover {
  background: linear-gradient(90deg, #5D6AE8 0%, #00D2FE 100%) !important;
}
.btn-bordRainbow.btns-1:not(.disabled):hover {
  background: linear-gradient(90deg, #5D6AE8 0%, #F38478 100%) !important;
}
.btn-bordRainbow.btns-2:not(.disabled):hover {
  background: linear-gradient(270deg, #E60050 0%, #5D6AE8 100%) !important;
}
.btn-bordRainbow.btns-3:not(.disabled):hover {
  background: linear-gradient(90deg, #5D6AE8 0%, #00D2FE 100%) !important;
}
.buttonsDisabledHover .btn-bordRainbow.btns-1:hover {
  background: linear-gradient(90deg, #5D6AE8 0%, #F38478 100%) !important;
}
.buttonsDisabledHover .btn-bordRainbow.btns-2:hover {
  background: linear-gradient(270deg, #E60050 0%, #5D6AE8 100%) !important;
}
.buttonsDisabledHover .btn-bordRainbow.btns-3:hover {
  background: linear-gradient(90deg, #5D6AE8 0%, #00D2FE 100%) !important;
}
@media (min-width: 992px) {
  .btn-bordRainbow.disabled:hover {
    border-color: rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2) !important;
    color: #fff !important;
    cursor: pointer;
  }
}

.tab-btn {
  justify-content: flex-start;
  text-align: left;
  font-size: 16px;
  border-radius: 24px;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
  min-height: 64px;
  margin-bottom: 0;
  white-space: nowrap;
  min-width: auto;
  text-shadow: none;
}
.tab-btn:not(.active) {
  background-color: transparent;
  box-shadow: none;
  color: #000 !important;
}
.tab-btn:not(.active):hover {
  background: rgba(255, 0, 144, 0.1);
}
.tab-btn.active {
  pointer-events: none;
}
.tab-content {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  padding: 40px 20px;
}
.tab-content p, .tab-content ul {
  margin: 15px 0 0;
}
.tab-content ul {
  padding: 0 15px;
}
.tab-content-imgCol {
  margin-top: 40px;
  text-align: center;	
}
.tab-content-clean {
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}
.tab-content-imgAllWScaled {
  transform: scale(1.2);
  width: 100%;
}
.tab-nav {
  gap: 4px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  margin-right: -20px;
  flex-wrap: nowrap;
  overflow: auto;
}
.tab-nav .tab-btn {
  box-shadow: none;
}
.tab-nav-wrap {
  width: calc(100vw - 40px);
}

.tab-nav-line {
  margin-bottom: 20px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row > [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.row-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.row-15 > [class^=col] {
  padding-left: 15px;
  padding-right: 15px;
}

.headerPage__imgCol {
  text-align: center;
}
.headerPage h1 + p, .headerPage__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
  margin-top: 40px;
}

.page-template-all_industries_tpl .headerPage h1 + p, .page-template-all_industries_tpl .headerPage__title,
.page-template-all_features_tpl .headerPage h1 + p, .page-template-all_features_tpl .headerPage__title {
	margin-top: 20px;
}

.headerPage-mainPage {
  padding-bottom: 100px;
}
.headerPage-mainPage__imgMob {
  transform: scale(1.6);
  margin: 80px 0 -50px;
}

.imgAllWidth {
  display: block;
  width: 100vw;
  margin-left: -20px;
  text-align: center;
}
.imgAllWidth img {
  max-width: 100%;
  height: auto;
}

.imgAllWidthAside-colPic {
  text-align: center;
}
.imgAllWidthAside-colPic .imgAllWidthAside-picture {
  margin-left: -20px;
}
.imgAllWidthAside-colPic .imgAllWidthAside-picture img {
  width: 100%;
  height: auto;
}
.imgAllWidthAside-colPic-left {
  order: 1;
}
.imgAllWidthAside-picture {
  display: block;
  width: 100vw;
  min-width: 100vw;
}
.imgAllWidthAside-picture img {
  max-width: 100%;
  height: auto;
}

.textShadow-wrap,
.imgShadow-wrap {
  position: relative;
  display: inline-block;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}

.imgShadow-wrap {
  text-align: center;
}

.textShadow-wrap {
  padding: 40px 20px;
}

.textIcon__wrap {
  gap: 10px 0;
}

.textIcon__item {
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  padding: 40px 36px;
}

.page-id-3088 .textIcon__wrap .col-12:nth-child(1) .textIcon__item,
.page-id-3055 .textIcon__wrap .col-12:nth-child(1) .textIcon__item,
.page-id-2962 .textIcon__wrap .col-12:nth-child(1) .textIcon__item {
	background: linear-gradient(289deg, #F38478 25.57%, #5D6AE8 338.84%);
}

.page-id-3088 .textIcon__wrap .col-12:nth-child(2) .textIcon__item,
.page-id-3055 .textIcon__wrap .col-12:nth-child(2) .textIcon__item,
.page-id-2962 .textIcon__wrap .col-12:nth-child(2) .textIcon__item {
	background: linear-gradient(289deg, #F38478 -54.18%, #5D6AE8 259.63%);	
}

.page-id-3088 .textIcon__wrap .col-12:nth-child(3) .textIcon__item,
.page-id-3055 .textIcon__wrap .col-12:nth-child(3) .textIcon__item,
.page-id-2962 .textIcon__wrap .col-12:nth-child(3) .textIcon__item {
	background: linear-gradient(289deg, #F38478 -134.19%, #5D6AE8 180.23%);
}

.page-id-3088 .textIcon__wrap .col-12:nth-child(4) .textIcon__item,
.page-id-3055 .textIcon__wrap .col-12:nth-child(4) .textIcon__item,
.page-id-2962 .textIcon__wrap .col-12:nth-child(4) .textIcon__item {
	background: linear-gradient(289deg, #F38478 -213.38%, #5D6AE8 100%);
}

.page-id-3082 .textIcon__wrap .col-12:nth-child(1) .textIcon__item,
.page-id-3044 .textIcon__wrap .col-12:nth-child(1) .textIcon__item,
.page-id-2991 .textIcon__wrap .col-12:nth-child(1) .textIcon__item {
	background: linear-gradient(180deg, #5D6AE8 0%, #00D2FE 444.53%);
}

.page-id-3082 .textIcon__wrap .col-12:nth-child(2) .textIcon__item,
.page-id-3044 .textIcon__wrap .col-12:nth-child(2) .textIcon__item,
.page-id-2991 .textIcon__wrap .col-12:nth-child(2) .textIcon__item {
	background: linear-gradient(180deg, #5D6AE8 -105.68%, #00D2FE 331.25%);	
}

.page-id-3082 .textIcon__wrap .col-12:nth-child(3) .textIcon__item,
.page-id-3044 .textIcon__wrap .col-12:nth-child(3) .textIcon__item,
.page-id-2991 .textIcon__wrap .col-12:nth-child(3) .textIcon__item {
	background: linear-gradient(180deg, #5D6AE8 -211.36%, #00D2FE 227.34%);
}

.page-id-3082 .textIcon__wrap .col-12:nth-child(4) .textIcon__item,
.page-id-3044 .textIcon__wrap .col-12:nth-child(4) .textIcon__item,
.page-id-2991 .textIcon__wrap .col-12:nth-child(4) .textIcon__item {
	background: linear-gradient(180deg, #5D6AE8 -368.75%, #00D2FE 100%);
}


.textIcon__text {
  margin-top: 17px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.page-id-1853 .textIcon__wrap .col-12:nth-child(3) .textIcon__text {
	word-break: break-all;
}


.textIcon__ico__wrap {
  height: 38px;
  display: flex;
  align-items: center;
}
.voiceGreet__title {
  margin-bottom: 20px;
}
.voiceGreet__intro {
  font-size: 20px;
}
.voiceGreet__callNow .btn {
  width: 100%;
  margin-bottom: 20px;
}
.voiceGreet__callNow small {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	color: rgba(0,0,0,.3);
    line-height: 16px;
	max-width: calc(100% - 40px);
	margin-left: 20px;
}

html[lang=ar] .voiceGreet__callNow small {
	margin-left: 0;
	margin-right: 20px;
}

.voiceGreet__callNow small p {
	line-height: 16px;
}

.voiceGreetExample__medias {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.voiceGreetExample__titleTrack {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
  margin-left: 20px;
}

.typesGreet > .row {
  gap: 10px 0;
}
.typesGreet__item {
  color: #fff;
  min-height: 128px;
  border-radius: 36px;
  background: linear-gradient(217.65deg, #F38478 21.71%, #5D6AE8 393.05%);
  display: flex;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.typesGreet__item__1 {
  background: linear-gradient(217.65deg, #F38478 21.71%, #5D6AE8 393.05%);
}
.typesGreet__item__2 {
  background: linear-gradient(216.21deg, #F38478 -83.77%, #5D6AE8 236.06%);
}
.typesGreet__item__3 {
  background: linear-gradient(217.67deg, #F38478 -232.23%, #5D6AE8 138.99%);
}
.typesGreet__item__4 {
  background: linear-gradient(207deg, #F38478 -54.59%, #5D6AE8 381.17%);
  order: 2;
}
.typesGreet__item__5 {
  background: linear-gradient(268.04deg, #F38478 -106.26%, #5D6AE8 201.77%);
}
.typesGreet__item__6 {
  background: linear-gradient(207.01deg, #F38478 -352.92%, #5D6AE8 83.07%);
}
.typesGreet__col__1 {
  order: 0;
}
.typesGreet__col__2 {
  order: 2;
}
.typesGreet__col__3 {
  order: 6;
}
.typesGreet__col__4 {
  order: 1;
}
.typesGreet__col__5 {
  order: 3;
}
.typesGreet__col__6 {
  order: 6;
}

.textBlockGradient__text {
  line-height: inherit;
  margin: 0;
  letter-spacing: -0.03em;
  display: inline-block;
}

.h1 .textBlockGradient__text {
	display: flex;
	margin-bottom: -20px;
	font-size: 40px;
}
	

.textBlockGradient__text__small {
  font-size: 32px;
}
@media (min-width: 992px) {
  .textBlockGradient__text__small {
    font-size: 40px;
  }
	

}
.textBlockGradient__text .c-purple {
  -webkit-text-fill-color: #FF0090;
  text-fill-color: #FF0090;
}
.textBlockGradient__noCloud {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: none !important;
  box-shadow: none !important;
}
.textBlockGradient__violetRed .textBlockGradient__text {
  background: #E60050;
  background: linear-gradient(270deg, #E60050 0%, #5D6AE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.textBlockGradient__violetBlue .textBlockGradient__text {
  background: #5D6AE8;
  background: linear-gradient(90deg, #5D6AE8 0%, #00D2FE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.textBlockGradient__coralViolet .textBlockGradient__text {
  background: #F38478;
  background: linear-gradient(90deg, #F38478 0%, #5D6AE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.jp-type-single {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  padding: 20px 28px 20px 20px;
  box-sizing: border-box;
}
.jp-interface {
  display: flex;
  align-items: center;
}
.jp-pause, .jp-play {
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
  display: flex;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: contain;
}
.jp-play {
  background: url(./images/icon/btn_play.svg) center center no-repeat;
}
.jp-pause {
  background: url(./images/icon/btn_pause.svg) center center no-repeat;
}
.jp-time-holder {
  margin-left: 17px;
  display: flex;
  font-size: 16px;
  line-height: 20px;
}
.jp-current-time {
  color: #000;
}
.jp-duration {
  color: rgba(0, 0, 0, 0.3);
}
.jp-progress {
  margin-left: 20px;
  height: 4px;
  width: calc(100% - 170px);
  border-radius: 2px;
}
.jp-seek-bar {
  height: 100%;
  background: rgba(230, 0, 130, 0.1);
}
.jp-play-bar {
  height: 100%;
  background: #E60082;
}

.logos {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.logos__inner {
  font-size: 0;
  line-height: 0;
  width: 0;
}
.logos__inner .logos__item {
  margin-bottom: 10px;
}
.logos__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 36px;
  padding: 24px;
  min-height: 88px;
  vertical-align: top;
  font-size: 16px;
  width: min-content;
}

.typesPhoneNumbers {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.typesPhoneNumbers__item {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background: linear-gradient(83.32deg, #5D6AE8 -25.51%, #00D2FE 112.76%);
  display: inline-flex;
  align-items: center;
  min-height: 92px;
  padding: 15px 40px;
  border-radius: 36px;
}

.listGradientVertical {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.listGradientVertical__section .listGradientVertical {
  margin-top: 20px;
}

.callback-widget-phone-leads-img .fixWidth_image img,
.api-notifications .fixWidth_image img,
.api-notifications .fixWidth_image,
.listGradientVertical__section .fixWidth_image,
.blTitleAside__imgCol .fixWidth_image {
	width: 100%;
}

.listGradientVertical__item {
  border-radius: 36px;
  padding: 32px 20px;
}
.listGradientVertical__title {
  color: #fff;
}
.listGradientVertical__text {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}
.listGradientVertical__text p {
  margin: 0;
}
.listGradientVertical__text p + p {
  margin-top: 15px;
}
.listGradientVertical__benefitCallLogs .listGradientVertical__item:nth-child(1) {
  background: linear-gradient(71.17deg, #F38478 -88.69%, #5D6AE8 100.06%);
}
.listGradientVertical__benefitCallLogs .listGradientVertical__item:nth-child(2) {
  background: linear-gradient(71.18deg, #F38478 -61.64%, #5D6AE8 127.01%);
}
.listGradientVertical__benefitCallLogs .listGradientVertical__item:nth-child(3) {
  background: linear-gradient(68.59deg, #F38478 -29.7%, #5D6AE8 152.05%);
}
.listGradientVertical__benefitCallLogs .listGradientVertical__item:nth-child(4) {
  background: linear-gradient(68.57deg, #F38478 0%, #5D6AE8 181.87%);
}
.listGradientVertical__speechAnalitics .listGradientVertical__item {
  background: linear-gradient(90deg, #5D6AE8 0%, #00D2FE 100%);
}

.blTitleAside {
  display: flex;
  align-items: flex-start;
}
.blTitleAside + .blTitleAside {
  margin-top: 60px;
}
.blTitleAside__content {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  padding: 40px 20px;
}
.blTitleAside__textCol {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.blTitleAside__textCol h6, .blTitleAside__textCol p {
  margin-bottom: 0;
}
.blTitleAside__imgCol {
  margin-top: 50px;
  text-align: center;
}

.blImgAsideText {
  display: flex;
  align-items: center;
}
.blImgAsideText__img {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  order: 1;
}
.mw-960 .blImgAsideText__img__inner {
  margin-left: 20px;
  margin-right: 20px;
}
.blImgAsideText__text {
  display: flex;
  justify-content: center;
}
.mw-960 .blImgAsideText__text__inner {
  margin-left: 20px;
  margin-right: 20px;
}
.blImgAsideText_valignTop {
  align-items: flex-start !important;
}
.cardList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  line-height: 1.5;
  border: none;
  display: block;
  width: 100%;
  color: #000 !important;
}
.card:hover {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
}
.card__inner {
  padding: 30px;
}
.card__imgWrap {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.card__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.cardCite {
  height: 100%;
  line-height: 1.5;
}
.cardCite__inner {
  position: relative;
  height: 100%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.cardCite__inner::before {
  content: "''";
  font-size: 56px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.3);
  letter-spacing: -0.03em;
  line-height: 1;
  position: absolute;
  left: 40px;
  top: 20px;
}
.cardCite__txt {
  margin: 40px 0 20px;
}
.cardCite__logo img {
  opacity: 0.5;
}

.cardStyle2 {
  height: 100%;
  line-height: 1.5;
}
.cardStyle2:hover .lnk-imit {
  text-decoration: underline;
}
.cardStyle2__inner {
  height: 100%;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.cardStyle2__title {
  font-size: 20px;
  margin: 30px 0 10px;
}
.cardStyle2__intro {
  margin-top: auto;
}

.sectionOnMain-cardsRow {
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
  padding: 32px 0;
  margin-top: -32px;
}
.sectionOnMain-cardsRow .cardCite,
.sectionOnMain-cardsRow .card {
  width: 280px;
  max-width: 85vw;
}
.sectionOnMain-pros .asideText {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.sectionOnMain-pros .asideText-oneCont img {
  transform: scale(1.7);
}
.sectionOnMain-pros .asideText-title {
  margin-bottom: 40px;
}
.sectionOnMain-btnsRainbow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 80px;
}
.sectionOnMain-btnsRainbow .btn {
  width: auto !important;
  margin-bottom: 0;
  min-height: auto;
}
.sectionOnMain-btnsRainbow .btnsRainbow-btnsCol-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sectionOnMain-btnsRainbow .btnsRainbow-title-mobile {
  margin-top: 80px;
  width: 100%;
}
.sectionOnMain-team .features-form_form {
  margin: 0 auto;
}

.sectionOnMain-team__bg {
    border-radius: 36px;
    background: #FFF;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.05);
    padding: 40px 24px;
}

.sectionOnMain-team__bg .team__bg {
	position: absolute;
	left: 0;
	bottom: 0;
}

.section-tabImgAllWScaled {
  margin-bottom: 8%;
}

.section-tryCallgear {
  text-align: center;
}
.section-tryCallgear .h1 {
  margin-bottom: 40px;
}

.team__container_wrap {
	padding: 40px !important;
}

.team__container {
  /*max-width: 370px;
  height: 500px;*/
  position: relative;
  margin: 0 auto;
  padding: 40px;
}
.team__employee {
  position: absolute;
  text-align: center;
  font-size: 12px;
  line-height: 1.33;
  width: 96px;
}
.team__employee_big .team__employee__img {
  width: 96px;
  height: 96px;
  border-width: 4px;
  border-radius: 36px;
}
.team__employee_middle .team__employee__img {
  width: 80px;
  height: 80px;
  border-radius: 32px;
  border-width: 3px;
}
.team__employee_small .team__employee__img {
  width: 64px;
  height: 64px;
  border-radius: 24px;
  border-width: 2px;
}
.team__employee__img {
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-color: #fff;
  overflow: hidden;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.team__employee__img img {
  max-width: 100%;
}
.team__employee__name {
  margin: 8px 0 4px;
}
.team__employee__func {
  color: rgba(0, 0, 0, 0.3);
}
/*.team__employee.alibala {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team__employee.george {
  top: 164px;
  left: 50%;
  transform: translateX(-50%);
}
.team__employee.valery {
  left: 0;
  top: 40px;
}
.team__employee.arty {
  right: 0;
  top: 40px;
}
.team__employee.galya {
  left: 0;
  top: 188px;
}
.team__employee.brigita {
  right: 0;
  top: 220px;
}
.team__employee.ayman {
  top: 352px;
  left: 0;
}
.team__employee.alex {
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
}
.team__employee.shinar {
  top: 400px;
  right: 0;
}*/


.team__employee:first-child{
    top: 48px;
    left: 0;
}

.team__employee:nth-child(2){
    top: 212px;
    left: 0;
}

.team__employee:nth-child(3){
    top: 360px;
    left: 0;
}


.team__employee:nth-child(4){
    top: 0;
    left: 136px;
}

.team__employee:nth-child(5){
    top: 196px;
    left: 136px;
}

.team__employee:nth-child(6){
    left: 136px;
    top: 376px;
}

.team__employee:nth-child(7){
    top: 0;
    left: 272px;
}

.team__employee:nth-child(8){
    top: 180px;
    left: 272px;
}

.team__employee:nth-child(9){
    top: 376px;
    left: 272px;
}

.team__employee:nth-child(10){
    top: 0;
    left: 408px;
}

.team__employee:nth-child(11){
    top: 196px;
    left: 408px;
}

.team__employee:nth-child(12){
    left: 408px;
    top: 376px;
}


.team__employee:nth-child(13){
    top: 48px;
    left: 544px;
}

.team__employee:nth-child(14){
    top: 212px;
    left: 544px;
}

.team__employee:nth-child(15){
    top: 360px;
    left: 544px;
}

.video__starter {
  display: flex;
  justify-content: center;
  border-radius: 36px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-top: 56.25%;
}
.video__starter__image {
  position: absolute;
  top: 0;
  z-index: 1;
}
.video__starter__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.video__container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  border-radius: 18px;
}
.video__container iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.QA__q, .QA__ans {
  background-color: #fff;
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
  padding: 24px 36px;
  max-width: 380px;
  min-height: 100px;
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  position: relative;
}
.QA__q::before, .QA__ans::before {
  content: "";
  position: absolute;
  bottom: 0px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.QA__q {
  border-bottom-left-radius: 0;
  margin-bottom: 20px;
}
.QA__q::before {
  right: 100%;
  width: 100px;
  height: 120px;
  margin-right: 20px;
  background-image: url("./images/icon/client.png");
}
.QA__ans {
  border-bottom-right-radius: 0;
}
.QA__ans::before {
  left: 100%;
  width: 120px;
  height: 125px;
  margin-left: -10px;
  background-image: url("./images/icon/manager.png");
}

.lnk-start {
  display: inline-flex;
  gap: 5px;
}

.lnk-start-callTracking {
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  right: 0;
  padding: 0 21px;
}
.lnk-getMore {
  margin-left: 40px;
  margin-top: 50px;
  display: inline-block;
}

.mb-20px {
  margin-bottom: 20px;
}

.mt-20px {
  margin-top: 20px;
}

.fs-32 {
  font-size: 32px;
}
.fs-24 {
  font-size: 24px;
}

.lh-133 {
  line-height: 1.33;
}

.ls-0 {
  letter-spacing: 0 !important;
}

.bg-none {
  background: none !important;
}

.shadow-none {
  box-shadow: none !important;
}

.mw-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.QA__list, .listGradientVertical {
  list-style: none;
  margin: 0;
  padding: 0;
}

.textBlockGradient, .card, .cardCite {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
  border-radius: 36px;
}

.textBlockGradient {
  padding: 40px 20px;
  line-height: 1.2;
  font-size: 40px;
  font-weight: 700;
}

/* clients logos */

.clients_logos_block {
	margin-top:  40px;
}

.clients_logos_block .row {
	flex-direction: column-reverse;
}	

.logos_items {	
	position:  relative;
	overflow:  hidden;
	white-space: nowrap;
	user-select: none;
}

.logos_items_wrap {
	display: flex;
	gap:  40px;
	animation: scroll 25s linear infinite;
}

html[lang=ar] .logos_items_wrap {
	animation: scroll_ae 25s linear infinite;
}

html[lang=ar] .page-template-pricing_tpl_new .logos_items_wrap {
	animation: scroll 25s linear infinite;
}

.logos_items_wrap {
	display: flex;
	gap:  40px;
	animation: scroll 25s linear infinite;
}

.logos_items:before,
.logos_items:after {
  content: "";
  height: 100%;
  top: 0;
  width: 12%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.logos_items:before {
  left: -5px;
  background: linear-gradient(270deg, rgba(234, 235, 244, 0.00) 0%, #f5f5f5 100%);
}

.logos_items:after {
  right: -5px;
  background: linear-gradient(270deg, #f5f5f5 0%, rgba(234, 235, 244, 0.00) 100%);
}

.page-template-pricing_tpl_new_uae .logos_items_wrap {
	gap:  32px;
	animation: scroll_pricing 30s linear infinite;
}

.page-template-pricing_tpl_new_uae .logos_items:before, .page-template-pricing_tpl_new_uae .logos_items:after {
	width: 37px;
}

.page-template-pricing_tpl_new_uae .logos_items:before {
  left: -5px;
  background: linear-gradient(90deg, #F5F5F5 0%, #F5F5F500 100%);
}

.page-template-pricing_tpl_new_uae .logos_items:after {
  right: -5px;
  background: linear-gradient(270deg, #F5F5F5 0%, #F5F5F500 100%);
}


.client_logo_item {
	height: 32px;
}

.logo_add {
	max-width:  305px;
	letter-spacing: -0.64px;
}

@keyframes scroll {
  0%  {
    transform: translateX(0);
  }
  100% {
       transform: translateX(-3190px);
  }
}

@keyframes scroll_ae {
  0%  {
    transform: translateX(0);
  }
  100% {
       transform: translateX(3190px);
  }
}


@media (min-width: 992px) {	
	.clients_logos_block .row {
		flex-direction: row;
	}	
	
  .textBlockGradient {
    line-height: 1.14;
    font-size: 56px;
    padding: 80px 130px;
  }
}


@media (min-width: 768px) {
  .logos__right .logos__inner {
    margin-left: auto;
  }
  .logos__right .logos__inner .logos__item {
    margin-left: 10px;
    margin-right: 0;
  }
  .logos__inner {
    width: auto;
  }
  .logos__inner .logos__item {
    margin-right: 10px;
  }
  .cardList .card {
    width: calc(50% - 15px);
  }
  .video__container {
    border-radius: 35px;
  }
}
@media (min-width: 992px) {
  .section {
    padding: 80px 0;
  }	
  .mt-10 {
	margin-top: 160px;
   }	
  .sectionOnMain-pros {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .sectionOnMain-pros .asideText {
    display: block;
    padding-bottom: 50%;
    max-width: 350px;
  }
  .sectionOnMain-pros .asideText-title {
    padding-top: 30vh;
  }
  .sectionOnMain-pros .asideText-oneCont img {
    transform: scale(1);
    display: none;
  }
  .sectionOnMain-pros .asidePics {
    position: relative;
    height: 100vh;
    width: 100%;
  }
  .sectionOnMain-pros .asidePics img {
    position: absolute;
    top: 50%;
    transform: translate3d(-330px, -330px, 0);
    left: 50%;
    opacity: 0;
    width: 660px;
    height: auto;
  }
  .sectionOnMain-pros .asidePics img#img1 {
    opacity: 1;
  }
  .sectionOnMain-btnsRainbow {
    padding-top: 0;
  }
  .sectionOnMain-btnsRainbow .btnsRainbow-titleCol-inner {
    padding-bottom: 0%;
  }
  .sectionOnMain-btnsRainbow .btnsRainbow-titleCol-inner .btnsRainbow-title {
    margin-bottom: 0;
    margin-left: 50px;
    padding: 45vh 0;
  }
  .sectionOnMain-btnsRainbow .btnsRainbow-btnsCol-inner {
    position: relative;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .section-tabImgAllWScaled {
    margin-bottom: 15%;
  }
	
	html[lang=ar] .section-tabImgAllWScaled .d-flex.align-items-start {
		direction: ltr;
	}
	
  .btn-bordRainbow.disabled {
    border-color: #999;
    color: #999 !important;
    border-width: 1px;
    background: transparent !important;
  }
  html[lang=en] .headerPage__cntCol, html[lang=ru] .headerPage__cntCol, html[lang=lv] .headerPage__cntCol {
    padding-right: 0 !important;
  }
	
  html[lang=en] .page-template-industries_tpl .headerPage__cntCol, html[lang=ru] .page-template-industries_tpl .headerPage__cntCol, html[lang=lv] .page-template-industries_tpl .headerPage__cntCol {
    padding-left: 0 !important;
  }
	
  .headerPage__imgCol {
    text-align: right;
  }
  .headerPage-mainPage {
    padding-bottom: 150px;
  }
  .headerPage-mainPage .headerPage__imgCol {
    padding-left: 100px;
    perspective: 580px;
    perspective-origin: -123% 121%;
  }
  .headerPage-mainPage__animImgs {
    width: 1080px;
    height: 685px;
    position: relative;
    perspective: 500px;
    transform: scale(0.79) rotateY(-10deg) rotateZ(30deg) translateX(-108px) translateY(22px) translateZ(5px) skewX(-6deg) skewY(0deg);
  }
  .headerPage-mainPage__animImgs.active .headerPage-mainPage__animImgs__img5 {
    left: 50px;
    transition-delay: 0.75s;
  }
  .headerPage-mainPage__animImgs img {
    position: absolute;
    transform-origin: left center;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
  }
  .headerPage-mainPage__animImgs__img1 {
    left: 190px;
    top: 0;
  }
  .headerPage-mainPage__animImgs__img2 {
    left: 127px;
    top: 172px;
  }
  .headerPage-mainPage__animImgs__img3 {
    left: 371px;
    top: 172px;
  }
  .headerPage-mainPage__animImgs__img4 {
    left: 616px;
    top: 172px;
  }
  .headerPage-mainPage__animImgs__img5 {
    left: 63px;
    top: 345px;
    transition: left 0.5s 0.15s;
  }
  .headerPage-mainPage__animImgs__img6 {
    left: 554px;
    top: 345px;
  }
  .headerPage-mainPage__animImgs__img7 {
    left: 0;
    top: 519px;
  }
  .headerPage-mainPage__animImgs__img8 {
    left: 244px;
    top: 518px;
  }
  .tab-btn {
    width: 100%;
    white-space: normal;
  }
  .tab-nav {
    margin-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-wrap: wrap;
  }
  .tab-nav-wrap {
    width: auto;
  }
	
  .tab-nav-line {
    border-bottom: 2px solid rgba(0, 0, 0, 0.3);
    overflow: unset;
    justify-content: space-between;
    margin-bottom: 80px;
  }
  .tab-nav-line .tab-btn:not(.active) {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .tab-nav-line .tab-btn {
    width: auto;
    min-width: auto;
    min-height: auto;
    padding: 0;
    border-radius: 0;
    display: block;
    text-align: center;
    position: relative;
    padding-bottom: 8px;
    background-color: transparent !important;
  }
  .tab-nav-line .tab-btn:hover {
    background-color: transparent;
  }
  .tab-nav-line .tab-btn.active {
    color: #000 !important;
  }
  .tab-nav-line .tab-btn.active::after {
    content: "";
    position: absolute;
    height: 4px;
    background: #5D6AE8;
    left: 0;
    right: 0;
    bottom: -3px;
  }
	
  .tab-content {
    height: 100%;
    padding: 60px;
  }
  .tab-content-imgCol {
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .tab-content-imgCol img {
    max-width: 100%;
    height: auto;
  }
  .tab-content-imgAllWScaled {
    transform: scale(1.5);
    margin-left: -150px;
    margin-top: -120px;
    transform-origin: left top;
  }
  .QA__list {
    gap: 20px 0;
  }
  .QA__title {
    padding: 20px 0;
    font-size: 24px;
  }
  .QA__content {
    padding: 24px 40px !important;
  }
  .QA__q {
    width: 88%;
  }
  .QA__ans {
    width: 88%;
    margin-left: auto;
    margin-top: 0;
  }
  .QA__ans::after {
    left: auto;
    margin-top: 0;
    top: -2px;
    width: 30px;
    right: 100%;
    margin-right: 20px;
    transform: none;
  }
  .voiceGreet__callNow {
    margin-top: -12px;
    width: 280px;
  }
  .typesGreet > .row {
    gap: 20px 0;
  }
  .typesGreet__item__1 {
    background: linear-gradient(271.12deg, #F38478 -204.57%, #5D6AE8 96.39%);
  }
  .typesGreet__item__2 {
    background: linear-gradient(271.12deg, #F38478 -101.34%, #5D6AE8 199.52%);
  }
  .typesGreet__item__3 {
    background: linear-gradient(271.14deg, #F38478 1.95%, #5D6AE8 302.87%);
  }
  .typesGreet__item__4 {
    background: linear-gradient(268.04deg, #F38478 -208.03%, #5D6AE8 100%);
  }
  .typesGreet__item__5 {
    background: linear-gradient(268.04deg, #F38478 -106.26%, #5D6AE8 201.77%);
  }
  .typesGreet__item__6 {
    background: linear-gradient(268.03deg, #F38478 -4.52%, #5D6AE8 303.52%);
  }
  .typesGreet__col__1, .typesGreet__col__2, .typesGreet__col__3, .typesGreet__col__4, .typesGreet__col__5, .typesGreet__col__6 {
    order: 0;
  }
  .listGradientVertical__section .listGradientVertical {
    margin-top: -20px;
  }
	
	.page-id-2962 .textIcon__wrap .col-12:nth-child(1) .textIcon__item {
		background: linear-gradient(289deg, #F38478 -213.38%, #5D6AE8 100%);
	}

	.page-id-2962 .textIcon__wrap .col-12:nth-child(2) .textIcon__item {
		background: linear-gradient(289deg, #F38478 -134.19%, #5D6AE8 180.23%);
	}

	.page-id-2962 .textIcon__wrap .col-12:nth-child(3) .textIcon__item {
		background: linear-gradient(289deg, #F38478 -54.18%, #5D6AE8 259.63%);
	}

	.page-id-2962 .textIcon__wrap .col-12:nth-child(4) .textIcon__item {
		background: linear-gradient(289deg, #F38478 25.57%, #5D6AE8 338.84%);
	}
		
	.callback-widget-phone-leads-img .fixWidth_image img,
	.listGradientVertical__section .fixWidth_image {
		max-width: 360px;
	}
	
	.api-notifications .fixWidth_image,
	.blTitleAside__imgCol .fixWidth_image {
		max-width: 260px;
	}

  .listGradientVertical__item {
    padding-left: 40px;
    padding-right: 40px;
  }
  .textShadow-wrap {
    padding: 60px 80px;
  }
  .blTitleAside + .blTitleAside {
    margin-top: 20px;
  }
  .blTitleAside__title {
    margin-top: 60px;
  }
  .blTitleAside__content {
    padding: 60px;
    height: 100%;
  }
  .blTitleAside__imgCol {
    margin-top: 0;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .blImgAsideText__img {
    margin-top: 0;
    order: 0;
  }
  .mw-960 .blImgAsideText__img__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .blImgAsideText__text__inner {
    max-width: none;
  }
  .mw-960 .blImgAsideText__text__inner {
    margin-left: 0;
    margin-right: 0;
  }
  .blImgAsideText_reverse .blImgAsideText__img {
    order: 1;
  }
  .blImgAsideText_reverse.blImgAsideText_justifyContentEnd .blImgAsideText__img {
    justify-content: flex-end;
  }
  .blImgAsideText_reverse.blImgAsideText_justifyContentEnd .blImgAsideText__text {
    justify-content: flex-start;
  }
  .blImgAsideText_justifyContentEnd .blImgAsideText__img {
    justify-content: flex-start;
  }
  .blImgAsideText_justifyContentEnd .blImgAsideText__text {
    justify-content: flex-end;
  }
  .blImgAsideText_textWidth-350 .blImgAsideText__text__inner {
    max-width: 350px;
  }
  .blImgAsideText_textWidth-460 .blImgAsideText__text__inner {
    max-width: 460px;
  }
  .blImgAsideText_textWidth-530 .blImgAsideText__text__inner {
    max-width: 530px;
  }
  .blImgAsideText_textWidth-auto .blImgAsideText__text__inner {
    max-width: none;
  }
  .fs-lg-40 {
    font-size: 40px;
  }
  .imgAllWidthAside-colPic {
    display: flex;
  }
  .imgAllWidthAside-colPic-left {
    order: 0;
    justify-content: flex-end;
  }
  .imgAllWidthAside-colPic-right {
    text-align: left;
  }
  .imgAllWidthAside-colPic-left {
    text-align: right;
  }
  .imgAllWidthAside-picture {
    display: block;
    width: 90vw;
    min-width: 90vw;
  }
	
  .customize_bot .imgAllWidthAside-picture {
    width: 80vw;
    min-width: 80vw;
  }
	
  .imgAllWidthAside-picture img {
    margin-top: -7%;
  }
  .cardList .card {
    width: calc(33.3333333333% - 15px);
  }
  html[lang=ar] .QA__ans::after {
    margin-left: 20px;
    left: 100%;
    right: auto;
    transform: scale(-1, 1);
  }
  html[lang=ar] .headerPage__imgCol {
    text-align: left;
  }
  html[lang=ar] .headerPage-mainPage__animImgs {
    transform: scale(0.79) rotateY(-10deg) rotateZ(30deg) translateX(216px) translateY(22px) translateZ(5px) skewX(-6deg) skewY(0deg);
  }
  html[lang=ar] .me-lg-5 {
    margin-left: 3em !important;
    margin-right: 0 !important;
  }
  html[lang=ar] .ms-lg-5 {
    margin-left: 0 !important;
    margin-right: 3em !important;
  }
  html[lang=ar] .imgAllWidthAside-colPic-left {
    text-align: left;
  }
  html[lang=ar] .imgAllWidthAside-colPic-right {
    text-align: right;
  }
  html[lang=ar] .rtl-no .imgAllWidthAside-colPic-left {
    text-align: right;
  }
  html[lang=ar] .rtl-no .imgAllWidthAside-colPic-right {
    text-align: left;
  }
	html[lang=ar] .QA__q {
    right: -40px;
  }
  html[lang=ar] .QA__ans {
    left: -40px;
    right: auto;
  }
	
  .video__container {
    border-radius: 47px;
  }

  .QA__q, .QA__ans {
    background-color: #fff;
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
    border-radius: 36px;
    padding: 24px 36px;
    max-width: 380px;
    line-height: 1.5;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
    position: relative;
  }
  .QA__q::before, .QA__ans::before {
    content: "";
    position: absolute;
    bottom: -70px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .QA__q {
    border-bottom-left-radius: 0;
    left: -40px;
  }
  .QA__q::before {
    right: 100%;
    width: 160px;
    height: 200px;
    margin-right: 20px;
    background-image: url("./images/icon/client.png");
  }
  .QA__ans {
    border-bottom-right-radius: 0;
    right: -40px;
  }
  .QA__ans::before {
    left: 100%;
    width: 180px;
    height: 200px;
    margin-left: -20px;
    background-image: url("./images/icon/manager.png");
  }
	
  /* animations */
  [data-aos=showUpIn] {
    opacity: 0;
    transform: scale(0.9);
    transition-property: transform, opacity;
  }
  [data-aos=showUpIn].aos-animate {
    opacity: 1;
    transform: scale(1);
  }
  /* /animations */
	
	
	.imgAllWidthAside-colPic .imgAllWidthAside-picture img {
		max-width: 100%;
		width: auto;
	}	
}
@media (min-width: 1200px) {
  .headerPage-mainPage .headerPage__imgCol {
    padding-left: 10px;
  }
  .imgAllWidth {
    width: auto;
    margin-left: -50px;
    margin-right: -50px;
  }
  .cardList .card {
    width: calc(25% - 15px);
  }
  .sectionOnMain-cardsRow {
    overflow: unset;
  }
  .sectionOnMain-pros {
    padding-top: 0;
    margin-top: 0;
  }
  .sectionOnMain-btnsRainbow {
    padding-bottom: 0;
  }
  .section-tabImgAllWScaled {
    margin-bottom: 20%;
  }
  .video__container {
    border-radius: 56px;
  }
}
@media (max-width: 1100px) {
	.headerPage-mainPage__imgMob {
		margin: 80px 0 0;
	}
}

@media (max-width: 575.98px) {	
  .row.d-flex .col-12 {
    margin-bottom: 20px;
  }
	.QA .tabsSlider .tab-content {
    margin-left: -20px;
    margin-right: -20px;
  }
  .QA .tabsSlider .slick-list {
    width: auto;
    max-width: none;
  }
  .QA__q, .QA__ans {
    max-width: calc(100% - 155px);
  }
  .QA__q {
    margin-top: 20px;
    margin-right: 20px;
  }
  .QA__ans {
    margin-left: 20px;
  }
  html[lang=ar] .QA__q {
    margin-left: 20px;
    margin-right: auto;
  }
  html[lang=ar] .QA__ans {
    margin-right: 20px;
  }
  html[lang=ar] .QA__ans::before {
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .imgAllWidthAside-colTxt h2 {
    margin-bottom: 20px;
  }
  .sectionOnMain-btnsRainbow {
    padding-top: 0;
  }
}
@media (max-width: 991.98px) {
  .features-form_form {
    margin-left: auto;
    margin-right: auto;
  }
  .row.d-flex .col-md-6 {
    margin-bottom: 20px;
  }
  /* .sectionOnMain-btnsRainbow .btn-bordRainbow {
  	border: 1px solid transparent;
  	color: #000 !important;
  	background: 
      linear-gradient(#fff, #fff) padding-box,
      linear-gradient(to right, rgba(93, 106, 232, 1), rgba(243, 132, 120, 1), darkorchid) border-box;
  } */
  .btn-bordRainbow.disabled {
    opacity: 1;
  }
  .sectionOnMain-cardsRow {
    margin-right: -20px;
	  margin-left: -20px;
  }
	.tabsSlider .tab-nav-wrap {
    position: relative;
  }
  .tabsSlider .tab-content-imgAllWScaled {
    width: auto;
    transform: scale(1);
    display: block;
    max-width: 100%;
  }
  .tabsSlider .tab-content-imgCol {
    margin-top: 15px;
  }
  .tabsSlider .slick-list {
    max-width: calc(100vw - 40px);
  }
  .tabsSlider .slick-slide {
    opacity: 1 !important;
  }
  .tabsSlider .slick-dots {
    list-style: none;
    text-align: center;
  }
  .tabsSlider .slick-dots li:focus-visible,
.tabsSlider .slick-dots button:focus-visible {
    outline: none;
  }
  .tabsSlider .slick-dots li {
    height: 40px;
    width: 40px;
    display: inline-flex;
    align-items: center;
    margin: 2px;
  }
  .tabsSlider .slick-dots li.slick-active button {
    background-color: #FF0090;
  }
  .tabsSlider .slick-dots button {
    appearance: none;
    font-size: 0;
    color: transparent;
    border-radius: 2px;
    border: none;
    background-color: rgba(0, 0, 0, 0.1);
    height: 4px;
    width: 100%;
  }
  .tabsSlider:not(.tabsSlider-showDots) .slick-dots {
    display: none !important;
  }
  .tabsSlider .tab-content + .lnkStart-wrapper {
    margin-top: 40px;
    text-align: center;
  }
  .tabsSlider-text .tab-content {
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 8px 40px rgba(0, 0, 0, 0.1);
    border-radius: 36px;
    padding: 0;
  }
  .tabsSlider-text .tab-content .tab-pane {
    padding: 40px 20px;
  }
  html[lang=ar] .tabsSlider .tab-content .slick-track {
    display: flex;	  
  }	
	
	html[lang=ar] .section-tabImgAllWScaled .d-flex.align-items-start {
		direction: rtl !important;
	}
	
	
}
/* select2 customize */
.select2-wrap {
  min-height: 240px;
}
.select2-selection--single {
  border-radius: 16px !important;
  border: 2px solid transparent !important;
  padding: 13px;
  height: auto !important;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #F38478 0%, #5D6AE8 100%) border-box !important;
}
.select2-selection--single[aria-expanded=true] {
  position: relative;
  z-index: 2000;
}
.select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  right: 7px !important;
  top: 0 !important;
}
.select2-dropdown {
  border: 0 !important;
  margin-top: -11px;
  padding: 20px 10px 10px !important;
  border-radius: 0 0 16px 16px !important;
  box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: 50px !important;
}

.select2-selection__clear {
  position: absolute !important;
  top: 12px !important;
  right: 12px !important;
  font-size: 24px !important;
  width: 24px !important;
  text-align: center !important;
}

.select2-container--default .select2-results__option--highlighted .select2-results__option--selectable {
  background-color: transparent !important;
  color: inherit !important;
}

.select2-results__option[aria-selected=true] {
  background-color: rgba(255, 0, 144, 0.17) !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none !important;
}

.blImgAsideText__text__inner p {
	letter-spacing: -0.03em;
}

html[lang=ar] .blImgAsideText__text__inner {
	max-width: 350px;
}

.blImgAsideText__img .img-fluid {
	max-width: 360px;
}

.lnk-start-callTracking:hover,
.lnk-getMore:hover {
	color: #cc0073;
}

.btnsGroupSep {
	display: none;
}

.sectionOnMain-cardsRow {
	padding: 32px 0 42px;
}

.tab-content-imgCol img {
	width: 100%;
}

.reviews__block.swiper-container{
    overflow: visible;
}

/* reviews */

.reviews__item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 80px 40px 40px;
    background: rgba(255,255,255,0.5);
    border-radius: 36px;
    -webkit-box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.1);
    height: 340px;
}

.page-template-pricing_tpl_new_uae .reviews__item {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.reviews .swiper-slide, .reviews .swiper-slide-duplicate{
}

.reviews .swiper-slide-duplicate-active, .reviews .swiper-slide-active{
    opacity:1;
}

.reviews__text{
    margin-bottom: 40px;
    font-size: 16px;
	line-height: 24px;
}

.reviews__quotes{
    position: absolute;
    top: 20px;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: -0.03em;
    font-weight: 700;
    opacity: 0.3;
}

.reviews__img{
    height: 32px;
    margin-top: auto;
	opacity: .5;
}

.reviews__img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}
html[lang=ar] .reviews__img img {
	object-position: right;
}

/* banner webinar */

.webinar__banner {
	margin-top: 80px;
}

.banner__inner {	
	padding: 24px 16px 24px 50px !important;
	background: linear-gradient(90deg, #F38478 0%, #5D6AE8 100%);
	border-radius: 36px;
}

.banner__inner > div {
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;	
}
.banner__inner .webinar__name {
	letter-spacing: -0.03em;
}

.webinar__date span {
	display: flex;
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;	
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.7);
}

.webinar__logo {
	width: 248px;
	height: 32px;
	background-image: url('./images/Callgear_Leadsquared_logo.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 8px;	
}

.webinar__read_more {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #5D6AE8;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 8px 24px;
	margin-bottom: -8px;
}

.webinar__read_more:hover {
	color: #5D6AE8;
}

.webinar__read_more svg {
	margin-left: 8px;
}

/* payments */

.bg__wrap {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 36px;
  padding: 80px 0 60px;
  box-shadow: 0px 8px 40px rgb(0 0 0 / 10%);
  margin-bottom: 4px;
}

.header__row_wrap.bg__wrap {
  padding: 120px 0 80px;
}

.bg__wrap .container {
  max-width: 780px;
}

.header__row_wrap h1 {
  font-size: 32px;
  line-height: 40px;
}

.header__row_wrap .headerPage__title {
  font-size: 16px;
  line-height: 24px;
}

.bg__wrap h2 {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 24px;
}

.payments_table {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0, 0, 0, 0.1);
  filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.1));
  padding: 16px 32px;
  margin: 40px 0;
  border-radius: 36px;
}

.payments_table.mob_block {
  display: none;
}

.payments_table .table_row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
}

.payments_table > .table_row:not(.last) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.payments_table .table_row > .table_cell:nth-child(1) {
  width: 100%;
}

.payments_table .table_row > .table_cell:nth-child(2) {
  max-width: 200px;
  text-align: right;
  width: 100%;
  margin-left: 40px;
}

.payments_table.uae_table .table_row > .table_cell {
  text-align: center;
  width: 100%;
  max-width: 126px;
}

.payments_table.uae_table .table_row > .table_cell:nth-child(2) {
  margin-left: 0;
}

.info_icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-bottom: -2.5px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.info_close {
  display: none;
}

.info_icon > span {
  display: none;
  position: absolute;
  left: 24px;
  font-size: 12px;
  line-height: 16px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgb(0 0 0 / 10%);
  border-radius: 16px;
  padding: 16px;
}

.info_icon > span.info_first {
  top: -24px;
  width: 204px;
}

.info_icon > span.info_second {
  top: -16px;
  width: 141px;
}

.info_icon > span.info_third {
  top: -24px;
  width: 295px;
}

.info_icon > span.info_fourth {
  top: -16px;
  width: 224px;
}

.info_icon > span.info_fifth {
  top: -16px;
  width: 152px;
  font-weight: 400;
}

.bg__wrap .info_icon.red_info {
  background-image: url(./images/icon/tooltip_i.svg);
}

.bg__wrap .info_icon.red_info:hover {
  background-image: url(./images/icon/tooltip_i_a.svg);
}

.bg__wrap .info_icon.blue_info {
  background-image: url(./images/icon/tooltip_i_b.svg);
}

.bg__wrap .info_icon.blue_info:hover {
  background-image: url(./images/icon/tooltip_i_b_a.svg);
}

.bg__wrap .info_icon:hover > span {
  display: block;
}

.bg__wrap .info_icon.blue_info.big_info {
  width: 24px;
  height: 24px;
  background-image: url(./images/icon/tooltip_i_b_a.svg) !important;
  cursor: unset;
}

.bg__wrap .dash_link {
  color: #FF0090;
}

.payments_info_block {
  display: flex;
  background: rgba(93, 106, 232, 0.1);
  border-radius: 36px;
  padding: 24px;
  margin: 40px 0;
}

.payments_info_block > p {
  width: calc(100% - 46px);
  margin-left: 22px;
  margin-bottom: 0;
}

@media screen and (max-width: 1200px){
    .team__container {
        height: 540px;
        max-width: 660px;
        margin: 0 auto;
    }
	
	.sectionOnMain-team__bg > .row {
		flex-direction: column-reverse;
	}
	
	.sectionOnMain-team__bg .team__bg {
		position: unset;
		display: block;
		margin: 40px auto 0;
		margin-bottom: -40px;
		width: 100%;
	}
}
	

@media screen and (max-width: 1024px){
    .reviews__item{
        width: 280px;
        height: 336px;
        padding: 80px 40px 40px;
    }

   .info_icon > span.info_fourth {
        right: 24px;
        left: auto;
    }
	
    .banner__inner {	
		padding: 32px 20px 24px !important;
	    flex-direction: column;
		align-items: flex-start!important;
	}
	
	.webinar__date {
		margin: 0 0 24px;
	}
	
	.webinar__name {
		margin: 0 0 40px;
	}
			
	.webinar__name br {
		display: none;
	}
	
	.webinar__read_more {
		width: 100%;
	}
}

@media screen and (max-width: 320px){
    .reviews__item{
        width: 310px;
    }
}

@media (max-width: 992px) {
	.headerPage h1 + p, .headerPage__title {
		margin-top: 0;
	}
	
	.blImgAsideText__img,
	.blImgAsideText__text {
		justify-content: flex-start;
	}
	
	html[lang=ar] .blImgAsideText__text__inner {
		max-width: 100%;
	}
	
	.headerPage .headerPage__imgCol {
		margin-top: 40px !important;
	}
	
	.voiceGreet__callNow {
		margin-top: 40px;
	}	
		
	.textIcon__text br {
		display: none;
	}
	
	.logos .logos__item {
		min-height: 80px;
	}
	
	.logos .logos__item img {
		height: 32px;
	}
	
	.blImgAsideText__img .img-fluid {
		max-width: 260px;
	}
	
	.page-id-2564 .headerPage__cntCol,
	.page-id-2515 .headerPage__cntCol,
	.page-id-1730 .headerPage__cntCol,
	.page-id-17 .headerPage__cntCol {
		text-align: left !important;
	}
	
	.page-id-832 .headerPage__cntCol {
		text-align: right !important;
	}

    .bg__wrap,
    .header__row_wrap.bg__wrap {
      padding: 40px 10px;
    }

    .info_icon > span {
      flex-direction: column;
      position: fixed;
      top: auto !important;
      bottom: 0;
      left: 0;
      right: 0 !important;
      width: 100% !important;
      font-size: 16px;
      line-height: 24px;
      background: #FFFFFF;
      border-radius: 36px 36px 0px 0px;
      padding: 56px 20px;
      z-index: 99;
    }

    .info_close {
      display: block;
      position: absolute;
      top: 14px;
      left: calc(50% - 21px);
      width: 42px;
      height: 10px;
      background-image: url(./images/icon/toolip_close.svg);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
    }

    .bg__wrap .info_icon.red_info:hover {
      background-image: url(./images/icon/tooltip_i.svg);
    }

    .bg__wrap .info_icon.blue_info:hover {
      background-image: url(./images/icon/tooltip_i_b.svg);
    }

    .bg__wrap .info_icon.red_info.active{
      background-image: url(./images/icon/tooltip_i_a.svg);
    }

    .bg__wrap .info_icon.blue_info.active {
      background-image: url(./images/icon/tooltip_i_b_a.svg);
    }

    .bg__wrap .info_icon:hover > span {
      display: none;
    }

    .bg__wrap .info_icon > span.active {
      display: flex;
    }

    .info_icon > span .d-lg-none {
      font-size: 20px;
      line-height: 28px;
      font-weight: 700;
      margin-bottom: 16px;
    }

    .payments_table {
      padding: 16px;
    }


    .payments_table .table_row > .table_cell:nth-child(2) {
      margin-left: 0;
    }
}

@media (max-width: 768px) {
    .payments_table.mob_block {
      display: flex;
    }

    .payments_table.desc_block {
      display: none;
    }

    .payments_table.uae_table {
      border: none;
      filter: none;
      padding: 0;
      border-radius: 0;
    }

    .payments_table.uae_table > .table_row {
      flex-direction: column;
      align-items: center;
      padding: 16px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      filter: drop-shadow(0px 8px 40px rgba(0, 0, 0, 0.1));
      border-radius: 16px;
      margin-bottom: 4px;
    }


    .payments_table.uae_table > .table_row:not(.last) {
      margin-bottom: 2px;
    }

   .payments_table.uae_table > .table_row .table_cell {
     padding: 16px 0;
     max-width: 100%;
   }

    .payments_table.uae_table > .table_row > .table_cell:not(:last-child) {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
	
	.team__container {
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 320px;
        height: 620px;
	}
	
	.team__employee > div:nth-child(2) {
        line-height:  16px;
    }


    .team__employee:nth-child(2) {
        top:  8px;
    }

    .team__employee:nth-child(7) {
        top:  0;
        left:  112px;
    }

    .team__employee:nth-child(5).team__employee_middle  .team__employee__img,
    .team__employee:nth-child(7).team__employee_middle  .team__employee__img {
        width: 64px;
        height: 64px;
        border-radius: 24px;
    }

    .team__employee:nth-child(13) {
        top:  8px;
        left:  224px;
    }

    .team__employee:nth-child(10) {
        left:  0;
        top: 120px;
    }

    .team__employee:nth-child(6) {
        left:  112px;
        top: 112px;
    }

    .team__employee:nth-child(11) {
        left:  224px;
        top: 120px;
    }

    .team__employee:nth-child(9) {
        left:  0;
        top: 248px;
    }

    .team__employee:nth-child(8) {
        left:  112px;
        top: 240px;
    }

    .team__employee:nth-child(4) {
        left:  224px;
        top: 248px;
    }

    .team__employee:nth-child(12) {
        left:  0;
        top: 376px;
    }

    .team__employee:first-child {
        left:  112px;
        top: 384px;
    }

     .team__employee:nth-child(15) {
        left:  224px;
        top: 376px;
     }

     .team__employee:first-child.team__employee_small .team__employee__img,
     .team__employee:nth-child(15).team__employee_small .team__employee__img {
        width: 80px;
        height: 80px;
        border-radius: 30px;
     }


     .team__employee:nth-child(14) {
        left:  0;
        top:  504px;
     }

     .team__employee:nth-child(5) {
        left:  112px;
        top:  512px;
     }



     .team__employee:nth-child(3) {
        left:  224px;
        top:  504px;
     }
	
		.team__employee__func {
			max-width: 96px;
			display: none;
		}
}


/* Blog */

.blog_item a:hover {
	color: #000000;
}

.blog_item .post-image {
	width: calc(100% + 32px);
    margin-top: -40px;
    margin-left: -16px;
    margin-right: -16px;
	margin-bottom: 16px;
}

.blog_item .post-image img {
	width: 100%;
    height: auto;
}

.blog_item .post-inner {
	border-radius: 36px;
	background: #FFF;
	box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
	padding: 40px 16px 20px;
	height: 100%;
} 
.blog_item .post-inner .post-descr {
	color: rgba(0, 0, 0, 0.50);
}

.blog_item_mini.expert .post-inner,
.posts_row .blog_item.expert .post-inner {
	padding: 16px;
}

.blog_item_mini .post-inner .post-descr,
.single-post .blog_item.expert .post-inner .post-descr {
	font-size: 12px;
	line-height: 16px;
}

.posts_row .blog_item.expert .post-image {
	display: none;
}

.blog_item .post-descr {
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
}


.blog_item_mini h3 {
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
	line-height: 1.5 !important;
}

.tags_wrap_shadow {
	position: absolute;
	right: -16px;
	top: 0;
	height: 100%;
	width: 64px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.tags_wrap::-webkit-scrollbar { display: none; }

.tags_wrap > .d-flex {
	gap: 4px;
	width: max-content;
}

.tags_wrap .tag_link {
	display: inline-flex;
	color: rgba(0, 0, 0, 0.50) !important;
	font-size: 12px;
	padding: 8px 16px;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.10);
}

.blog_item_mini .tags_wrap .tag_link {
	padding: 0;
	border-radius: 0;
	border: none;
}

.blog_item_mini  .tags_wrap .d-flex span {
	font-size: 12px;
	color: rgba(0, 0, 0, 0.50) !important;
}

.blog_item_mini .tags_wrap .d-flex > a:last-of-type + span {
	display: none;
}

.filter_tags_wrap {
	padding: 16px;
	border-radius: 32px;
	background: #FFF;
}

.filter_tags_wrap .tags_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.filter_tags_wrap .tags_wrap .tag_link {
	background: rgba(93, 106, 232, 0.10);
	color: rgba(0, 0, 0, 1) !important;
	border: none;
	font-size: 16px;
	cursor: pointer;
}

.filter_tags_wrap .tags_wrap .tag_link:nth-child(n+4) {
	display: none;
}

.filter_tags_wrap .tags_wrap .tag_link.active:hover,
.filter_tags_wrap .tags_wrap .tag_link.active {
	background: rgba(93, 106, 232, 1);
	color: #fff !important;
}

.filter_tags_wrap .tags_wrap .tag_link:hover {
	background: rgba(93, 106, 232, 0.30);
	transition: var(--transition--main);
}

.filter_tags_wrap .more_tags {
	color: rgba(0, 0, 0, 0.30);
	padding: 8px 16px;
	cursor: pointer;
}

.filter_tags_wrap .more_tags svg {
	margin-left: 8px;
}

#searchform {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#searchform input[type="text"] {
	color: #000;
	font-size: 16px;
	border-radius: 16px;
	padding: 12px 20px;
	border: 1px solid rgba(0, 0, 0, 0.30);
	width: calc(100% - 53px);
}

#searchform input[type="text"]::placeholder {
	 color: rgba(0,0,0,.3);
}

#searchform input[type="submit"] {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 16px;
	border: none;
	background-color: rgba(93, 106, 232, 0.10);
	background-image: url(./images/icon/search_icon.svg);
	background-size: 21px 21px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: var(--transition--main);
}

#searchform input[type="submit"]:hover {
	background-color: rgba(93, 106, 232, 1);
	background-image: url(./images/icon/search_icon_white.svg);
	background-size: 20px 20px;
}

.blog_item_mini .lang_list div,
.posts_row .lang_list div,
.blog_single_page a:hover .post-date,
.blog_single_page .post-date,
.blog_item a:hover .post-date,
.blog_item .post-date {
	color: rgba(0, 0, 0, 0.30);
	font-size: 12px;
	line-height: 16px;
}

.blog_item_mini .lang_list > div:after,
.posts_row .lang_list > div:after {
	content: '·';
	margin: 0 2px;
}

.blog_item_mini .lang_list > div:last-child:after,
.posts_row .lang_list > div:last-child:after {
	display: none;
}

html[lang=ar] .blog_item .post-date {
	direction: rtl;
}

.blog_single_page__wrap {
	padding: 0 90px;
}

.single-post .blog_item .author_wrap,
.blog_item_mini .author_wrap,
.posts_row .author_wrap,
.blog_single_page .author_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 40px;
	border-radius: 32px;
	background: rgba(93, 106, 232, 0.10);
	padding: 16px 24px;
	width: fit-content;
}

.single-post .blog_item .author_wrap,
.blog_item_mini .author_wrap,
.posts_row .author_wrap {
	margin-bottom: 20px;
	width: 100%;
	border-radius: 16px;
	padding: 12px 16px;
}

.blog_item_mini.expert .author_wrap,
.single-post .blog_item .author_wrap {
	flex-wrap: wrap;
	padding: 12px;
	margin-bottom: 12px;
	gap: 6px;
}

.blog_item_mini.expert .author_wrap .author_tag,
.single-post .blog_item .author_wrap .author_tag {
	width: 100%;
}

.single-post .blog_item .author_wrap *,
.blog_item_mini .author_wrap *,
.posts_row .author_wrap *,
.blog_single_page .author_wrap * {
	font-weight: 500;
}

.posts_row .author_wrap * {
	font-size: 14px;
	line-height: 20px;
}

.blog_item_mini .author_wrap {
	padding: 8px;
}

.single-post .blog_item .author_wrap *,
.blog_item_mini .author_wrap * {
	font-size: 12px;
	line-height: 14px;
}

.single-post .blog_item .author_wrap .author_img, 
.blog_item_mini .author_wrap .author_img, 
.posts_row .author_wrap .author_img, 
.blog_single_page .author_wrap .author_img {
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 1px solid #FFF;
	background: #E1E1E1;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
	overflow: hidden;
}


.blog_item_mini.expert .author_wrap .author_img,
.single-post .blog_item .author_wrap .author_img {
	width: 20px;
	height: 20px;
}

.single-post .blog_item .author_wrap .author_img img, 
.blog_item_mini .author_wrap .author_img img, 
.posts_row .author_wrap .author_img img,
.blog_single_page .author_wrap .author_img img {
	width: 100%;
}

.single-post .blog_item .author_wrap .author_img a, 
.blog_item_mini .author_wrap a,
.posts_row .author_wrap a,
.blog_single_page .author_wrap a {
	text-decoration: underline;
}

.single-post .blog_item .author_wrap a:hover,
.blog_item_mini .author_wrap a:hover,
.posts_row .author_wrap a:hover,
.blog_single_page .author_wrap a:hover {
	color: #000;
	text-decoration: none;
}

.blog_single_page .share_block {
	gap: 8px;
}

.blog_single_page .share_block a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 24px;
	background: transparent;
}

.blog_single_page .share_block a:hover {
	background: rgba(93, 106, 232, 0.10);
	transition: var(--transition--main);
}

.blog_single_page .share_block a:not(.copy_info):hover svg path {
	stroke-opacity: 1;
	fill-opacity: 1;
	fill: rgba(93, 106, 232, 1);
}

.blog_single_page .share_block a.copy_info:hover svg path {
	stroke: rgba(93, 106, 232, 1);
	stroke-opacity: 1;
}

.blog_single_page .entry-content > img {
	border-radius: 20px;
	margin: 20px 0;
}

.blog_single_page .entry-content .post-image {
	border-radius: 32px;
	overflow: hidden;
	margin: 0 0 40px;
}

.blog_single_page .entry-content .post-image img {
	border-radius: 0;
	width: 100%;
	height: auto;
}

.blog_single_page .entry-content .blog_img_wrapper {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	margin: 20px 0 40px;
}

.blog_single_page .entry-content .blog_img_wrapper img {
	width: 100%;
	margin-bottom: 16px;
	border-radius: 16px;
}

.blog_single_page .entry-content .blog_img_wrapper div {
	color: rgba(0, 0, 0, 0.30);
	font-size: 12px;
	line-height: 16px;
}

.blog_single_page .entry-content .blog_img_wrapper p {
	display: none;
}

.blog_single_page .entry-content h2 {
	margin: 40px 0;
}

.blog_single_page .entry-content table {
	width: 100%;
	margin: 0 0 40px;
    border-spacing: 0;
    border-collapse: collapse
}

.blog_single_page .entry-content table td {
    width: 33.3%;
    padding: 10px;
    border: 1px solid #323232;
	vertical-align: top;
    box-sizing: border-box
}

.blog_single_page .entry-content table .t_head td {
    font-weight: 700
}

.blog_single_page .entry-content table ul li {
	margin: 0 0 4px !important;	
}

.blog_single_page .entry-content h3 {
	margin: 40px 0 24px;
}

.blog_single_page .entry-content ul {
    list-style: disc;
    margin: 0 0 20px;
    padding: 0 0 0 20px;
}

.blog_single_page .entry-content ol {
	list-style: decimal;
    padding: 0 0 0 20px;
    margin: 0 0 20px;
}

.blog_single_page .entry-content p {
	margin: 0 0 20px;
}

.blog_single_page .entry-content ul li:not(:last-child),
.blog_single_page .entry-content ol li:not(:last-child) {
	margin: 0 0 8px;
}

.blog_single_page .entry-content a {
	color: #FF0090;
}

.blog_single_page .entry-content a:hover {
	color: #FF0090;
	text-decoration: underline;
}

.blog_single_page .entry-content blockquote {
	position: relative;
	padding: 8px 0 0 42px;
	margin: 40px 40px 40px 0;
}

.blog_single_page .entry-content blockquote p {
	display: flex;
	flex-direction: column;
}

.blog_single_page .entry-content blockquote p span:first-child {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 56px;
	font-weight: 700;
	line-height: 64px;
	letter-spacing: -1.68px;
	color: #5D6AE8;
}

.blog_single_page .entry-content blockquote p span:nth-child(2) {
	font-size: 20px;
	line-height: 1.4;
	color: rgba(0, 0, 0, 0.50);
	margin-bottom: 24px;
}

.blog_single_page .entry-content blockquote p span:nth-child(3) {
	font-size: 12px;
	line-height: 1.3;
	color: rgba(0, 0, 0, 0.3);
	text-align: right;
}

.blog_single_page .entry-content .attention_block {
	padding: 32px;
	border-radius: 32px;
	background: rgba(93, 106, 232, 0.10);
	margin: 40px 0 40px;
}

.blog_single_page .entry-content .attention_block > div:first-child {
	font-weight: 700;
}

.blog_single_page .entry-content .attention_block > div span {
	margin-right: 8px;
}

.blog_single_page .entry-content .attention_block > div span img {
	margin: 0 !important;
}

.blog_single_page .entry-content .attention_block > div:nth-child(2) {
	padding: 16px 24px 0 24px;
}

.single-post .blog_item {
	margin-bottom: 8px !important;
}

.single-post .blog_item .post-descr,
.single-post .blog_item .h2,
.single-post .blog_item .h3 {
	font-size: 12px;
	margin: 0 12px 12px;
	/*min-height: 73px;*/
}

.single-post .blog_item .post-descr {
	margin-bottom: 12px !important;
}

.single-post .blog_item .lang_list,
.single-post .blog_item .post-date {
	display: none !important;
}

.single-post .blog_item.expert .date_wrap {
	margin-bottom: 0 !important;
}

.single-post .blog_single_page .lang_list {
	padding: 2px;
	border-radius: 16px;
	background: rgba(0, 0, 0, 0.05);
	height: 32px;
}

.single-post .blog_single_page .lang_list div {
	height: 100%;
}

.single-post .blog_single_page .lang_list div a {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 16px;
	padding: 8px;
	border-radius: 14px;
	height: 100%;
}

.single-post .blog_single_page .lang_list div a:hover {
	color: #000;
}

.single-post .blog_single_page .lang_list div a.active {
	background: #fff;
}

.single-post .blog_item .post-inner {
	padding: 40px 12px 12px;
	border-radius: 24px;	
	height: 100%;
}

.single-post .blog_item.expert .post-inner {
	padding: 12px;
}

.single-post .blog_item .post-image {
	width: calc(100% + 24px);
	margin-right: -12px;
	margin-left: -12px;
	margin-bottom: -4px;
	border-radius: 24px;
    overflow: hidden;
}

.single-post .blog_item .entry-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.blog_item_mini .post-image {
	border-radius: 16px;
	overflow: hidden;
}

.blog_item_mini  .post-inner .tags_wrap_shadow,
.posts_row .blog_item .post-inner .tags_wrap_shadow,
.single-post .blog_item .tags_wrap_shadow {
    right: -8px;
    width: 32px;
}

.blog_demo_wrap {
	gap: 24px;
	padding: 24px 16px 16px;
	border-radius: 24px;
	background: #FFF;
}

.blog_demo_wrap img {
	max-width: 160px;
	height: auto;
}

.blog_demo_wrap .btn {
	box-shadow: none;
	font-size: 16px;
}

.blog_demo_wrap > div {
	max-width: 500px;
}

.post_demo_wrap {    
	position: relative;
    display: flex;
    align-items: flex-end;
	justify-content: flex-end;
	border-radius: 32px;
    border: 1px solid #B2B2B2;
    padding: 80px 16px 16px;
}

.post_demo_wrap .operator_quote {
	display: flex;
	position: absolute;
	left: 64px;
	bottom: 0;
}

.post_demo_wrap .operator_quote + p {
	margin: 0;
}

.post_demo_wrap .operator_quote_text {
	display: flex;
    align-items: center;
    justify-content: center;
	background-image: url(/wp-content/uploads/2025/08/Union.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 170px;
	height: 105px;
	font-family: "Schoolbell", sans-serif;
	line-height: 1.25;
	margin-left: -70px;
    margin-top: -35px;
}

.post_demo_wrap .operator_quote_text span {
	display: flex;
	text-align: center;
	transform: rotate(-8deg);
	max-width: 120px;
}

.post_demo_wrap .btn {
	padding: 8px 24px;
    border-radius: 24px;
	font-size: 16px;
    text-shadow: none;
    box-shadow: none;
	height: auto;
    min-height: auto;
}

.blog_demo_wrap .soc {
	gap: 8px;
}

.blog_demo_wrap .soc__item {
	align-items: center;
    justify-content: center;
	border-radius: 16px;
	background: rgba(255, 0, 144, 0.10);
	box-shadow: none;
	margin-right: 0;
}

.blog_demo_wrap .soc__item:hover {
	background: #FF0090;
}

.blog_demo_wrap .soc__item:hover svg path {
	fill: #fff;
}

.blog_demo_wrap.gap-3 {
	padding: 16px 16px 24px;
}

.blog_demo_wrap .soc_title {
	color: rgba(0, 0, 0, 0.30);
	font-size: 12px;
	line-height: 16px; 
}

.pld-common-wrap {
	max-width: auto;
	border-radius: 24px;
    background: transparent;
    padding: 12px;
}

.pld-like-dislike-wrap {
	margin-bottom: 0;
}

.blog_single_page .pld-common-wrap > a.pld-like-dislike-trigger {
	opacity: .3;
}

.blog_single_page .pld-common-wrap > a.pld-like-dislike-trigger:hover {
	opacity: 1;
	transition: var(--transition--main);
}

.blog_single_page .pld-common-wrap > a.pld-like-dislike-trigger:hover + .pld-like-count-wrap {
	color: #5D6AE8 !important;
}

.blog_single_page .pld-common-wrap > a.pld-like-dislike-trigger.pld-prevent {
	opacity: 1;
}

.blog_single_page .pld-common-wrap > a.pld-like-dislike-trigger.pld-prevent + .pld-like-count-wrap {
	color: #5D6AE8 !important;
}


.pld-dislike-wrap {
	display: none;
}

video{
  object-fit: initial;
  width: 100% !important;
  height: auto !important;
}

.btn.loadMoreBtn {
	padding: 8px 32px;
    width: auto;
    background: none;
    box-shadow: none;
    text-shadow: none;
	font-size: 1em;
    color: #FF0090 !important;
    font-weight: 400;
	margin-top: 20px;
}

.btn.loadMoreBtn:after {
	content: "";
	width: 16px;
	height: 16px;
	margin-left: 8px;
	background-image: url("/wp-content/themes/callgear/images/icon/load_more_icon.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

/* new design */

.page-template-features_new_child_tpl h1,
.page-template-features_new_child_tpl .h1,
.page-template-features_new_child_tpl h2,
.page-template-features_new_child_tpl .h2,
.page-template-features_new_child_tpl h3,
.page-template-features_new_child_tpl .h3 {
    font-family: var(--font--somic-medium);
	line-height: 1;
	font-weight: unset;
}

.page-template-features_new_child_tpl .headerPage h1 + p, .page-template-features_new_child_tpl .headerPage__title {
	font-family: var(--font--somic-regular);
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

.page-template-features_new_child_tpl h1, .page-template-features_new_child_tpl .h1 {
	font-family: var(--font--somic-medium);
    font-size: var(--font--imposible);
    line-height: 1;
    letter-spacing: -2.24px;
    text-transform: uppercase;
	font-weight: 500;
}

.page-template-features_new_child_tpl h2, .page-template-features_new_child_tpl .h2 {
	font-size: var(--font--large);
    letter-spacing: -1.6px;
    text-transform: uppercase;
	font-weight: 500;
	line-height: 1.1;
}

.span_highlight {
	position: relative;
	color:  #fff;
	padding: 0 2px;
	display: inline-block;
}

.span_highlight:after {
	content: '';
	position:  absolute;
	left:  0;
	top:  0;
	width:  100%;
	height:  100%;
	border-radius: 36px;
	background: linear-gradient(90deg, #4095D6 -122.22%, #3DC7A2 -6.67%, #6472F6 108.89%);
	z-index:  -2;
}

.span_highlight._right_top:after {
	transform: rotate(-1deg);
}

.span_highlight._right_bottom:after {
	transform: rotate(1deg);
}

.btn-new {
    position: relative;
    display: inline-flex;
    align-items:  center;
	width: auto;
    outline: none;
    border: none;
    cursor: pointer;
    padding: 16px 32px 16px 16px;
    background: var(--color--pink);
    color: var(--color--white);
    border-radius: 32px;
    font-family: var(--font--somic-regular);
}

.btn-new span {
    margin-left: 12px;
    animation: goo-span-back 0.3s linear forwards;
}

.btn-new svg {
	position: relative;
    animation: goo-arrow-back 0.3s linear forwards;
}

.btn-new:hover {
	color: var(--color--white);
}

.btn-new:hover svg {
    animation: goo-arrow 0.3s linear forwards;
}

.btn-new:hover span {
    animation: goo-span 0.3s linear forwards;
}

.btn-new:active {
    background: transparent;
    color: var(--color--pink);
}

.btn-new:active svg path {
    stroke: var(--color--pink);
}

.btn-transparent {
	background: transparent;
	color: var(--color--pink);
}

.btn-transparent svg path {
    stroke: var(--color--pink);
}

.btn-transparent span {
	stroke: var(--color--pink);
}

.btn-transparent:hover {
	background: rgba(255, 0, 144, 0.10);
}

.btn-transparent:hover svg path {
    stroke: var(--color--pink);
}

.btn-transparent:hover span {
	color: var(--color--pink);
}

.btn-transparent:active {
	background: transparent;
}

.btn-transparent:active svg path {
    stroke: var(--color--pink);
}

.btn-transparent:active span {
	color: var(--color--pink);
}

.btn_learnmore {
    max-width:  311px;
    background: rgba(255, 0, 144, 0.10);
    color: var(--color--pink);
}

.btn_learnmore.btn_purple {
    background: #FF0090;
    color: var(--color--white);
}

.btn_learnmore:hover {
	color: var(--color--pink);
}

.btn_learnmore.btn_purple svg path {
    stroke: var(--color--white);
}

.btn_learnmore svg path {
    stroke: var(--color--pink);
}

.pricing_block_btn .btn-new {
	padding: 8px 24px 8px 24px;
}

.pricing_block_btn .btn-new svg {
	position: absolute;
	right: 12px;
	width: 0px;
	animation: none;
	transition: .3s all ease-in-out;
}

.pricing_block_btn .btn-new span {
	margin-right: 0;
	margin-left: 0;
	animation: none;
	transition: .3s all ease-in-out;
}

.pricing_block_btn .btn-new:hover svg {
	width: 16px;
	animation: none;
}

.pricing_block_btn .btn-new:hover span {
	transform: translateX(-12px);
}

.pricing_block_btn .btn-new:active {
    background: #AB0060;
	color: var(--color--white);
}

.btn-new:active svg path {
    stroke: var(--color--white);
}

@keyframes goo-span {
  0%  {
    transform: translateX(0);
  }
  100% {
       transform: translateX(-24px);
  }
}

@keyframes goo-span-back {
  0%  {
    transform: translateX(-24px);
  }
  100% {
       transform: translateX(0);
  }
}


@keyframes goo-arrow {
  0%  {
    transform: translateX(0);
	left: 0;
  }
  100% {
       transform: translateX(-50%);
	   left: 100%;
  }
}

@keyframes goo-arrow-back {
  0%  {
    transform: translateX(-50%);
	left: 100%;
  }
  100% {
     transform: translateX(0);
	 left: 0;
  }
}

.logos_items {	
	position:  relative;
	overflow:  hidden;
	white-space: nowrap;
	user-select: none;
	border-radius: 40px;
    background: #FFF;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02);
    padding: 24px 40px;
}

.logos_items_wrap {
	display:  flex;
	align-items:  center;
	gap:  40px;
	animation: scroll 40s linear infinite;
}

.logos_items img {
	height: 40px;
}

.logos_items:before,
.logos_items:after {
  content: "";
  height: 100%;
  top: 0;
  width: 12%;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.logos_items:before {
  left: -5px;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.00) 0%, #FFF 100%);
}

.logos_items:after {
  right: -5px;
  background: linear-gradient(270deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
}

.logo_add {
  position: absolute;
  right: 0;
  bottom: 105px;
  right: 0;
  display: flex;
  color: #B2B2B2;
  gap: 15px;	
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  max-width: 350px;
  letter-spacing: inherit;
}

.logo_add div {
	transform: rotate(-5deg);
    margin-top: -20px;
    width: calc(100% - 80px);
}

.feature_block__item {
	display: flex;
    flex-direction: column;
    border-radius: 40px;
    background-color: #FFF;
    padding: 24px 32px;
	height: 100%;
}

.feature_block__item svg {
	margin-bottom: 12px;
}

.feature_block__item .feature_item_title {
	font-family: var(--font--somic-bold);
}

.feature_item_text {
	font-size: var(--font--small);
	color: #B2B2B2;
	line-height: 1.67;
	font-family: var(--font--somic-regular);
}

.feature_block__item.cta {
	 background: transparent;
	 border: 1px solid var(--color--pink);
}

.feature_block__item.cta {
	color: var(--color--pink);
	font-family: var(--font--somic-medium);
}

.feature_block__item.cta:after {
	content: '';
	position: absolute;
	top: 24px;
	right: 24px;
	width: 24px;
	height: 24px;
	background: url(./images/icon/arrow_block_right_red.svg) center center no-repeat;
	background-size: contain;
	transform: translate(0,0);
	transition: var(--transition--main);
}

.feature_block__item.cta:hover {
	color: var(--color--pink);
}

.feature_block__item.cta:hover:after {
	transform: translate(5px,-5px);
} 

.feature_block__item.cta:hover:active:after {
	transform: translate(5px,-5px);
	transform: rotate(90deg);
}

.success_block__item {
	position: relative;
	display: flex;
    flex-direction: column;
    border-radius: 40px;
    background-color: #FFF;
    padding: 40px;
	height: 100%;
	cursor: pointer;
}

.success_block__item .success_item_title {
	font-size: var(--font--medium);
	font-family: var(--font--somic-bold);
	line-height: 1.4;
	min-height: 56px;
}

.success_block__item:after {
	content: '';
	position: absolute;
	top: 24px;
	right: 24px;
	width: 24px;
	height: 24px;
	background: url(./images/icon/arrow_block_right.svg) center center no-repeat;
	background-size: contain;
	transform: translate(0,0);
	transition: var(--transition--main);
}

.success_block__item:hover:after {
	transform: translate(5px,-5px);
} 

.success_block__item:hover:active:after {
	transform: translate(5px,-5px);
	transform: rotate(90deg);
}

/* solutions compare */

.solutions_compare__head div {
	font-size: var(--font--medium);
	font-family: var(--font--somic-medium);
}

.solutions_compare__item {
	padding: 40px 0;
	border-bottom: 1px solid #B2B2B2;
}

.col-12.wow:last-child .solutions_compare__item {
	border-bottom: none;
}

/* steps of animation solutions */

.step-container .stage {
	display: flex;
	transition: 0.3s transform;
}

.step-container .stage.active {
	flex-wrap: nowrap;
	transform: translateX(-25%);
}

.step-container .stage .step-content.right,
.step-container .stage.active .step-content.left {
	opacity: 0;
	visibility: hidden;
}

.step-container .stage.active .step-content.right {
	opacity: 1;
	visibility: visible;
}

.step-screens {
  position: relative;
  padding-bottom: 540px; 
  height: 0;
  min-width: 877px;	
}

.step-content {
  position: relative;
}

.step_right__image {
  width: calc(100% - 5%);
  max-height: 540px;
  height:  100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}

.step-container .stage.active .step_right__image {
	right: auto;
	left:  0;
}

.step_right__image .main_bg {
  max-width: 100%;
  height: 100%; 
  object-fit: cover;
  top: 0;
  left: 0;
  position: absolute;
}

.step_left__content {
  max-width: 100%;
  display:  flex;
  flex-direction: column;
  position: absolute;	
}

.step-mobile-container p,
.step_left__content p {
	margin: 0;
}

.step-mobile-container p {
	text-align: center;
}

.step_left__label {
  display:  flex;
  flex-direction:  column;
  padding: 40px 0;
  gap: 37px;
}

.step_left__content .btn {
	margin-top:  30px;
}

.step_left__label .step_left__label_title {
	font-size: var(--font--medium-max);
	font-family: var(--font--somic-medium);
	line-height: 1;
	letter-spacing: -0.96px;
	text-transform: uppercase;
	position:  relative;
}

.step_left__label .step_left__label_title:after {
	content:  '';
	position:  absolute;
	bottom:  -18.5px;
	left:  0;
	border-radius: 2px;
	width:  100%;
	height:  1px;
	background-color:  #B2B2B2;
	z-index:  -1;
}

.step_left__label .step_left__label_title span {
	position:  relative;
}

.step_left__label .step_left__label_title span:after {
	content:  '';
	position:  absolute;
	bottom:  -17px;
	left:  0;
	border-radius: 2px;
	width:  100%;
	height:  2px;
}

.step_left__label._red .step_left__label_title span:after {
	background-color:  #E60050;
}

.step_left__label._green .step_left__label_title span:after {
	background-color:  #00AAB9;
}

.step_left__label._gray .step_left__label_title span:after {
	background-color:  #B2B2B2;
}

.step_left__label._red .step_left__label_title {
	color: #E60050;
}

.step_left__label._green .step_left__label_title {
	color: #00AAB9;
}

.step_left__label._gray .step_left__label_title {
	color: #B2B2B2;
}

.step_left__label_text.schoolbell_text {
	font-size: var(--font--medium-min);
	font-family: "Schoolbell", sans-serif;
	line-height: 1.333;
}

.step_left__label_text span {
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

.step_left__label._red .step_left__label_text {
	color: var(--color--black);
}

.step_left__label._green .step_left__label_text {
	color: var(--color--black);
}

.step_right__image .record_image {
	position:  absolute;
	left:  0;
	bottom:  0;
	width:  326px;
	height:  auto;
}

.step_right__image .chat_image {
	position:  absolute;
	right:  16px;
	bottom:  0;
	width:  280px;
	height:  auto;
}

.step_right__image .whats_image {
	position:  absolute;
	left:  0;
	bottom:  40px;
	width:  284px;
	height:  auto;
}

.step_right__image .summary_image {
	position:  absolute;
	left:  0;
	bottom:  186px;
	width:  298px;
	height:  auto;
}

.step_right__image .summary2_image {
	position: absolute;
    left: 0;
    bottom: 150px;
    width: 298px;
    height: auto;
}

.step_right__image .percent_image {
	position:  absolute;
	bottom:  16px;
	right:  123px;
	width:  124px;
	height:  auto;	
}

#text01 {
  opacity: 1;
  visibility: visible;
}
#text02 {
  opacity: 0;
}
#text03 {
  opacity: 0;
}
#text04 {
  opacity: 0;
}
#text05 {
  opacity: 0;
}
#text06 {
  opacity: 0;
}
#text07 {
  opacity: 0;
}
#text08 {
  opacity: 0;
}
#text09 {
  opacity: 0;
}
#text10 {
  opacity: 0;
}
#text11 {
  opacity: 0;
}

#screen01 {
  z-index: 11;
}
#screen02 {
  z-index: 10;
}
#screen03 {
  z-index: 9;
}
#screen04 {
  z-index: 8;
}
#screen05 {
  z-index: 7;
}
#screen06 {
  z-index: 6;
}
#screen07 {
  z-index: 5;
}
#screen08 {
  z-index: 4;
}
#screen09 {
  z-index: 3;
}
#screen10 {
  z-index: 2;
}
#screen11 {
  z-index: 1;
}

.step-mobile-container .step_left__label {
	padding:  0;
}

.number_block__item {
	padding: 0 24px;
}

.number_block__item:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 1px;
	border-radius: 2px;
	background: #B2B2B2;
}

.number_block__item .number_item_text {
	max-width: 270px;
}

.number_block__item .number_item_title {
	position: relative;
	margin: 24px 0;
	font-size: var(--font--super);
	font-family: var(--font--somic-medium);
	line-height: 1;
	letter-spacing: -3.52px;
	text-transform: uppercase;
} 

.number_block__item .number_item_title:before {
	content: '';
	position: absolute;
	left: -23.5px;
	width: 2px;
	height: 100%;
	border-radius: 2px;
}

.number_block__wrap:nth-child(1) .number_block__item .number_item_title {
	background: linear-gradient(90deg, #4095D6 -6.67%, #3DC7A2 108.89%, #6472F6 224.44%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.number_block__wrap:nth-child(1) .number_block__item .number_item_title:before {
	background: #4095D6;
}

.number_block__wrap:nth-child(2) .number_block__item .number_item_title {
	background: linear-gradient(90deg, #4095D6 -122.22%, #3DC7A2 -6.67%, #6472F6 108.89%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.number_block__wrap:nth-child(2) .number_block__item .number_item_title:before {
	background: #3DC7A2;
}

.number_block__wrap:nth-child(3) .number_block__item .number_item_title {
	background: linear-gradient(90deg, #4095D6 -237.78%, #3DC7A2 -122.22%, #6472F6 -6.67%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.number_block__wrap:nth-child(3) .number_block__item .number_item_title:before {
	background: #6472F6;
}

.subscribe-block .form_wrap {
	border-radius: 40px;
	background: #FFF;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.02);
	padding: 16px;
}

.subscribe-block .form_wrap form {
	display: flex;
	align-items: center;
	justify-content: center;
}

.subscribe-block .form_wrap form input {
	border-radius: 24px;
}

.form_wrap .logo_add div {
	text-align: right;
}

.text-fade__out {
	position: relative;
	font-size: var(--font--super);
	font-family: var(--font--somic-medium);
	line-height: 1;
	letter-spacing: -3.2px;
	text-transform: uppercase;
	text-align: center;
}

.text-fade__out span {
	border-radius: 36px;
	z-index: 2;
}

.text-fade__out span:before {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 36px;
	background: url(./images/icon/highlight_span_s.png) center center no-repeat;
	background-size: cover;
	opacity: 0.3;
    transform: rotate(-1deg);
	z-index: -1;
}

.blog_section .logo_add {
	right: auto;
    top: -60px;
    left: 10%;
	bottom: auto;
	color: #5D6AE8;
}

.blog_section .logo_add div {
    transform: rotate(-5deg);
    margin-top: -40px;
    margin-left: -50px;
    text-align: right;
    width: 126px;
}

.footer__right .logo_add {
    right: 0;
    bottom: 105%;
    left: -70px;
    flex-direction: column-reverse;
    color: #5D6AE8;
    gap: 10px;
}

.footer__right .logo_add svg {
	transform: rotate(-90deg);
}

.footer__right .logo_add div {
	transform: rotate(5deg);
    margin-bottom: -15px;
    width: auto;
    max-width: unset;
}


html[lang=ar] .footer__right .logo_add {
	display: none;
}


@keyframes scroll {
  0%  {
    transform: translateX(0);
  }
  100% {
       transform: translateX(-3915px);
  }
}

@keyframes scroll_pricing {
  0%  {
    transform: translateX(0);
  }
  100% {
       transform: translateX(-2260px);
  }
}

@media screen and (max-width: 1400px){
	.step-content {
		max-width: 22%;
	}
}

@media screen and (max-width: 1200px){
	.scrollmagic-pin-spacer,
	.step-container.js-pin {
		display: none !important;
	}
	
	.page-template-pricing_tpl_new .scrollmagic-pin-spacer,
	.page-template-pricing_tpl_new .step-container.js-pin,
	.page-template-pricing_tpl_new_uae .scrollmagic-pin-spacer,
	.page-template-pricing_tpl_new_uae .step-container.js-pin {
		display: block !important;
	}
}
@media screen and (max-width: 1024px){
	.footer__right .logo_add {
		right: auto;
		left: -60px;
	}
	
	.footer__right .logo_add div {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 992px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding: 0;
	}
	
	.text-fade__out,
    .page-template-features_new_child_tpl h1,
	.page-template-features_new_child_tpl .h1 {
        font-size: var(--font--large);
        letter-spacing: -1.6px;
    }
	
	.page-template-features_new_child_tpl h2,
	.page-template-features_new_child_tpl .h2 {
        font-size: var(--font--big);
        padding-bottom: 0;
    }
	
    .btn-new {
        margin: 0 auto;
    }
    
    .btn-new span,
    .btn-new svg,
    .btn-new:hover svg,
    .btn-new.btn_learnmore:hover span {
        animation: none !important;
    }
	
	.logo_add {
		justify-content: center;
	}
	
	.logo_add div {
		max-width: 150px;
	}
	
	.form_wrap .logo_add {
		bottom: 160px;
		left: 20%;
	}
	
	.form_wrap .logo_add div {
		max-width: 200px;
	}
	
	.number_block__item:before {
		height: calc(100% + 6rem);
	}
	
	.subscribe-block .form_wrap form {
		flex-direction: column;
		width: 100%;
	}
	
	.subscribe-block .form_wrap {
		width: 100% !important;
	}
	
	.subscribe-block .form_wrap form .form-input {
		width: 100%;
	}
	
	.subscribe-block .form_wrap form button {
		margin: 0;
	}
		
	.solutions_compare__item {
		padding: 24px 0;
	}
	
	.solutions_compare__item:not(.solutions_compare__head) div {
		font-size: var(--font--small);
	}
	
	.blog_sidebar > *:nth-child(3) {
		order: 4;
	}
	
	.blog_sidebar > *:nth-child(4) {
		order: 3;
	}
	
	.blog_single_page__wrap {
		padding: 0;
	}
	
	.blog_demo_wrap {
		padding: 32px 16px 16px 16px;
	}
	
	.single-post .blog_item .h2, .single-post .blog_item .h3 {
		min-height: initial;
	}
	
	.single-post .blog_single_page .tags_wrap {
		max-width: calc(100% - 110px);
	}
	
	.blog_item_mini .author_wrap,
	.posts_row .author_wrap,
	.blog_single_page .author_wrap {
		margin-bottom: 20px;
		justify-content: center;
		width: 100%;
	}
	
	.blog_item_mini .author_wrap,
	.posts_row .author_wrap {
		margin-bottom: 12px;
	} 
	
	.posts_row .author_wrap *,
	.blog_single_page .author_wrap * {
		font-size: 14px;
		line-height: 20px; 
	}
	
	.post_demo_wrap .operator_quote {
		left: 30px;
	}

	.post_demo_wrap .operator_quote_text {
		background-image: url(/wp-content/uploads/2025/09/Union2.png);
		background-size: contain;
		width: 145px;
		height: 78px;
		font-size: 14px;
		line-height: 16px;
		margin-left: -70px;
		margin-top: -35px;
	}
	
	.blog_item_mini.expert .author_wrap,
	.single-post .blog_item .author_wrap {
		flex-wrap: nowrap;
	}
	
	.blog_item_mini.expert .author_wrap .author_tag,
	.single-post .blog_item .author_wrap .author_tag {
		width: auto;
	}
	
}

@media screen and (min-width: 992px){
	.blog_item .tags_outer {
		bottom: 12px;
		left: 12px;
		width: calc(100% - 20px);
		position: absolute !important;
		padding: 0 6px;
	}
	
	.blog_item .post-inner {
		position: relative;
		padding-bottom: 52px !important;
		overflow: hidden;
	}
	
	.blog_item_mini .post-inner .tags_wrap_shadow, .posts_row .blog_item .post-inner .tags_wrap_shadow, .single-post .blog_item .tags_wrap_shadow {
		right: 0;
	}
}

@media screen and (max-width: 320px){
    .btn-new{
        padding: 12px 30px;
    }
}


/* share page */

.price_item__block {
	padding: 40px 20px;
	border-radius: 32px;
	background: #FFF;
	box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.05);
	
}

@media screen and (min-width: 992px) {
	.price_item__block {
		padding: 40px;
	}
}

/* pricing new */

.pricing_main_uae {
	max-width: 1040px;
	margin: 0 auto;
}

.pricing_main_uae h2,
.pricing_main_uae .h2,
.pricing_main_uae h3 {
	font-weight: 600;
}

.pricing_uae_header {
	padding: 24px 40px 16px;
	border-radius: 32px;
	background-color: #fff;
	z-index: 3;
}

.pricing_uae_header .pricing_uae_row {
	padding: 24px 0;
}

.pricing_block_value span {
	font-size: 16px;
    line-height: 24px;
	font-weight: 600;
}

.pricing_uae_body {
	padding: 32px 40px 24px;
	background-color: #fff;
	border-radius: 0 0 32px 32px;
}

.pricing_uae_addons {
	padding: 0 40px;
}

.pricing_uae_addons .pricing_uae_row,
.pricing_uae_body .pricing_uae_row {
	padding: 16px 0;
}

.bg__wrap .info_icon.red_info {
  background-image: url(./images/icon/tooltip_i.svg);
}

.bg__wrap .info_icon.red_info:hover {
  background-image: url(./images/icon/tooltip_i_a.svg);
}

.pricing_uae_body .pricing_uae_row .pricing_uae_col.options_header {
	color: rgba(0, 0, 0, 0.50);
}

.pricing_uae_row .pricing_uae_col.option_value {
	font-weight: 600;
	text-align: center;
}

.pricing_uae_row .pricing_uae_col.option_value span {
	font-weight: 400;
}

.pricing_uae_body .pricing_uae_row.options_wrap {
	border-bottom: 1px solid #B2B2B2;
}

.pricing_uae_addons .pricing_uae_row .pricing_uae_col_row span,
.pricing_uae_col:not(.option_value) > span {
	display: block;
	font-size: 12px;
	line-height: 1.333;
	color: rgba(0, 0, 0, 0.50);
}

.pricing_uae_addons .pricing_uae_row.pricing_uae_item {
	border-top: 1px solid #B2B2B2;
	cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.pricing_uae_row .open_row {
	display: flex;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 8px;
	background: rgba(93, 106, 232, 0.10);
	margin-right: 12px;
	padding: 4px;
}

.pricing_uae_addons .pricing_uae_row.pricing_uae_item.active .open_row,
.pricing_uae_addons .pricing_uae_row.pricing_uae_item:hover .open_row {
	background: #5D6AE8;
}

.pricing_uae_addons .pricing_uae_row.pricing_uae_item.active .open_row svg path,
.pricing_uae_addons .pricing_uae_row.pricing_uae_item:hover .open_row svg path {
	stroke: #fff;
}

.pricing_uae_addons .pricing_uae_row.pricing_uae_item.active .open_row svg {
	transform: rotate(45deg);
}

.pricing_uae_addons .pricing_uae_row.pricing_uae_item .hide_value {
	opacity: 1;
	transition: all 0.3s ease-in-out;
}

.pricing_uae_addons .pricing_uae_row.pricing_uae_item.active .hide_value {
	opacity: 0;
}

.pricing_uae_item_hidden {
	display: none;
} 

.pricing_uae_addons .pricing_uae_row .pricing_uae_col_row {
	padding: 16px 0;
}

.pricing_uae_row .pricing_uae_col {
	position: relative;
}

.pricing_uae_row .pricing_uae_col .pricing_uae_col_w {
	position: relative;
	display: inline-block;
}

.pricing_uae_row .pricing_uae_col .tooltip_item {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url(./images/icon/tooltip_p.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 16px;
	margin-bottom: -4px;
	cursor: pointer;
}

.pricing_uae_row .pricing_uae_col .tooltip_item_wrap {
	display: inline-flex;
	width: calc(100% - 32px);
}

.pricing_uae_row .pricing_uae_col .tooltip_item.active,
.pricing_uae_row .tooltip_item:hover {
	background-image: url(./images/icon/tooltip_i_a.svg);
}


.pricing_uae_row .tooltip_item_popup {
	display: none;
	position: absolute;
	width: 260px;
	left: calc(100% + 8px);
	top: 50%;
	transform: translateY(-50%);
	font-size: 12px;
	line-height: 1.333;
	border-radius: 16px;
	border: 1px solid #B2B2B2;
	background: var(--color--white);
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);
	padding: 16px;
	z-index: 4;
}

.pricing_uae_row  .tooltip_item:hover + .tooltip_item_popup {
	display: flex;
}

.tooltip_pop_content {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 32px 32px 64px;
	border-radius: 16px 16px 0 0;
	background: var(--color--white);
	z-index: 2;
}

@media screen and (max-width: 1100px) {
	.pricing_main_uae {
		margin: 0 -20px;
	}
	
	.pricing_main_uae * {
		font-size: 14px;
		line-height: 20px;
	}
	
	.pricing_uae_row .pricing_uae_col .tooltip_item_wrap {
		width: 100%;
	}
	
	.pricing_uae_header {
		padding: 0 16px;
		border-radius: 24px;
	}
	
	.pricing_uae_body {
		padding: 16px;
		border-radius: 0 0 24px 24px;
	}
	
	.pricing_main_uae h2, .pricing_main_uae .h2 {
		font-size: 20px;
	}
	
	.pricing_main_uae h3 {
		font-size: 16px;
	}
	
	.pricing_block_users {
		font-size: 14px;
	}
	
	.pricing_uae_row .pricing_uae_col.option_value span,
	.pricing_block_value span {
		display: inline-block;
	}
	
	.pricing_uae_header .pricing_uae_row {
		
	}
	
	.pricing_uae_header .pricing_uae_row .pricing_uae_col:first-child {
		
	}
	
	.pricing_uae_addons {
		padding: 0 16px;
	}
	
	.pricing_uae_row .open_row {
		width: 20px;
		height: 20px;
		border-radius: 8px;
		margin-right: 8px;
	}
	
	.pricing_uae_addons .pricing_uae_row.pricing_uae_item:hover .open_row {
		background: rgba(93, 106, 232, 0.10);
	}
	
	.pricing_uae_addons .pricing_uae_row.pricing_uae_item.active .open_row {
		background: #5D6AE8;
	}

	.pricing_uae_addons .pricing_uae_row.pricing_uae_item:hover .open_row svg path {
		stroke: #5D6AE8;
	}
	
	.pricing_uae_addons .pricing_uae_row.pricing_uae_item.active .open_row svg path {
		stroke: #fff;
	}
	
	.pricing_block_btn .btn-new {
		width: 100%;
	}
	
	.pricing_block_btn .btn-new span {
		margin: 0 auto;
	}
	
	.pricing_block_btn .btn-new:hover span {
		transform: none;
	}
	
	.pricing_uae_row .pricing_uae_col .pricing_uae_col_w {
		width: 100%;
	}
	
	.pricing_uae_row .pricing_uae_col .tooltip_item {
	    position: absolute;
    	right: -16px;
		top: 4px;
		margin: 0;
		z-index: 2;
	}
	
	.pricing_uae_row .tooltip_item:hover {
		background-image: url(./images/icon/tooltip_p.svg);
	}

	.pricing_uae_row  .tooltip_item:hover + .tooltip_item_popup {
		display: none;
	}
}

/* webinar banner */

.webinar_item {
	font-family: 'NT Somic Regular';
	border-radius: 44px;
	background: linear-gradient(0deg, var(--general-white-70, rgba(255, 255, 255, 0.70)) 0%, var(--general-white-70, rgba(255, 255, 255, 0.70)) 100%), linear-gradient(90deg, #4095D6 -122.22%, #3DC7A2 -6.67%, #6472F6 108.89%);
	padding: 16px;
}

.webinar_tag {
	color: #000;
	font-size: 12px;
	line-height: 20px;
	padding: 8px 12px;
	border-radius: 40px;
	border: 1px solid #5D6AE8;
}

.btn.btn-violet {
	font-family: 'NT Somic Regular';
	font-size: 14px;
	line-height: 24px;
	border-radius: 40px;
	border: 2px solid #5D6AE8;
	background: #5D6AE8;
	padding: 8px 12px;
	box-shadow: none;
	margin: 0;
	text-shadow: none;
	margin-left: auto;
}

.btn.btn-small.btn-violet {
	box-shadow: none;
	min-height: unset;
	font-weight: 400;
}

.webinar_name {
	font-family: "NT Somic Bold";
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	letter-spacing: -0.6px;
	margin-left: 24px;
	z-index: 3;
}

.webinar_name span:after {
    border-radius: 8px;
}

.webinar_name span:before {
	content: '';
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 8px;
	background: url(./images/icon/highlight_span_s.png) center center no-repeat;
	background-size: cover;
	opacity: 0.3;
    transform: rotate(-1deg);
	z-index: -1;
}

@media screen and (max-width: 992px) {
	.webinar_item {
		flex-wrap: wrap;
	}
	
	.webinar_name {
		margin-left: 0;
		margin-bottom: 16px;
		width: 100%;
		order: 1;
	}
	
	.webinar_tag {
		order: 2;
	}
	.webinar_link {
		order: 3;
	}
	
	.webinar_tag {
		padding: 4px 8px;
	}

	.btn.btn-violet {
		font-size: 12px;
		line-height: 20px;
		padding: 4px 8px;
		margin: 0;
	}
}


/* new conzept design */

body.page-template-audit_tpl,
body.page-template-new_product_ramadan_tpl,
body.page-template-new_product_tpl {
	color: #0D111A;
	font-family: 'Inter', sans-serif;
}

body.page-template-audit_tpl .header__link,
body.page-template-new_product_ramadan_tpl .header__link,
body.page-template-new_product_tpl .header__link {
	font-family: "Onest", sans-serif;
}

body.page-template-audit_tpl .header__link.btn-demo,
body.page-template-new_product_ramadan_tpl .header__link.btn-demo,
body.page-template-new_product_tpl .header__link.btn-demo {	
	color: #fff;
    background: #FF0090;
	border-radius: 36px;
	padding: 10px 16px;
}

body.page-template-audit_tpl .header__link.btn-demo:hover,
body.page-template-new_product_ramadan_tpl .header__link.btn-demo:hover,
body.page-template-new_product_tpl .header__link.btn-demo:hover {
	box-shadow: 0 0 20px 0 rgba(171, 0, 96, 0.40);
}

.first_screen {
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.14) 5.29%, rgba(255, 255, 255, 0.70) 97.99%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(5px);
	padding: 40px;
}

body.page-template-calculator_tpl .first_screen,
body.page-template-audit_tpl .first_screen,
body.page-template-new_product_ramadan_tpl .first_screen {
	border-radius: 0;
	border: none;
	background: transparent;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
}

body.page-template-calculator_tpl .first_screen,
body.page-template-audit_tpl .container-fluid-main,
body.page-template-new_product_ramadan_tpl  .container-fluid-main,
body.page-template-new_product_tpl .container-fluid-main {
	flex: 0;
	padding-top: 80px;
	padding-bottom: 80px;
	margin-bottom: 80px;
	overflow: hidden;
}

.first_screen_image {
	position: absolute;
    width: auto;
    height: calc(100% + 160px);
    bottom: -80px;
    right: 0;
    z-index: 1;
}

body.page-template-new_product_ramadan_tpl .first_screen_image {
    top: 100px;
    height: 79.5%;
}

body.page-template-audit_tpl .first_screen_image {
	max-width: 607px;
	max-height: 662px;
	bottom: 0;
}

body.page-template-features_new_vpbx .first_screen_image {
	max-width: 554px;
	max-height: 555px;
	bottom: -3em;
}

body.page-template-features_new_vpbx .title-wrap {
	position: sticky;
	top: 40%;
	align-self: start;
}

/* body.page-template-features_new_vpbx .features_wrapper {
	padding-top: 6em !important;
} */

.page-id-4561 .first_screen_image {
    left: 30%;
}

.page-id-4565 .first_screen_image {
	left: 38%;
}

.page-id-4560 .first_screen_image {
	position: unset;
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-bottom: -120px;
}

.page-id-4560 .first_screen_mobile_img {
	width: 100%;
	margin-bottom: -120px;
}

.page-id-4560 .btn_wrap span {
	padding: 12px 18px;
	border-radius: 60px;
	font-size: 14px;
	line-height: 1.1;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.04) 5.29%, rgba(255, 255, 255, 0.20) 97.99%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
}

.gradient_first_screen {
	position: absolute;
	top: 0;
	right: 10%;
	height: 100%;
	width: 40%;
	border-radius: 438px;
	background: rgba(255, 0, 144, 0.50);
	filter: blur(150px);
	z-index: 0;
}

body.page-template-audit_tpl .gradient_first_screen {
	z-index: -1;
	right: 0;
	background: rgba(255, 0, 144, 0.30);
}

.video_screen {
	position: absolute;
    top: 0;
	left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.video_screen video {
	height: 100% !important;
}

body.page-template-calculator_tpl h1,
.page-template-features_new_vpbx h1,
body.page-template-audit_tpl h1,
.page-template-new_product_ramadan_tpl h1,
.page-template-new_product_tpl h1 {
	font-family: "Onest", sans-serif;
	font-size: 65px;
	font-weight: 600;
	line-height: 1;
}

body.page-template-audit_tpl h1 {
	font-size: 60px;
	line-height: 0.95;
}

body.page-template-features_new_vpbx h1 span,
body.page-template-audit_tpl h1 span,
.page-template-new_product_ramadan_tpl h1 span,
.page-template-new_product_tpl h1 span {
	font-size: 48px;
	display: flex;
}

.page-template-calculator_tpl .headerPage__title,
.page-template-features_new_vpbx .headerPage__title,
.page-template-audit_tpl .headerPage__title,
.page-template-new_product_ramadan_tpl .headerPage__title,
.page-template-new_product_tpl .headerPage__title {
	font-family: "Onest", sans-serif;
	margin-top: 0;
	font-weight: 300;
}

.page-template-features_new_vpbx .features_wrapper .headerPage__title,
.page-template-audit_tpl .headerPage__title {
	font-weight: 600;
}

.page-template-audit_tpl .btn_wrapper .btn_wrapper__price .btn-demo {
	pointer-events: none;
}

.page-template-audit_tpl .btn_wrapper .headerPage__title {
	font-weight: 400;
	text-decoration-line: line-through;
}

.btn.btn-def {
	font-family: "Onest", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	box-shadow: none;
	text-shadow: none;
	padding: 20px 56px;
}

.btn.btn-def:hover {
	box-shadow: 0 0 20px 0 rgba(171, 0, 96, 0.40);
}

.btn.btn-def:active {
	background: #AB0060;
}

.first_advg_wrap {
	z-index: 2;
}

.first_screen_items {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	max-width: 200px;
	height: 100%;
	margin-left: auto;
}

.page-id-4565 .first_screen_items,
.page-id-4561 .first_screen_items {
	max-width: 230px;
}

.first_screen_items li {
	padding: 10px 16px;
	border-radius: 60px;
	background: #FFF;
	line-height: 1; 
}

.first_screen_items li:last-child {
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	margin-top: auto;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.04) 5.29%, rgba(255, 255, 255, 0.20) 97.99%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
}

.page-id-4561 .first_screen_items li:last-child {
	color: var(--color--white);
}

.page-id-4565 .first_screen_items li:last-child {
	background: var(--color--white);
	color: var(--color--pink);
}

.ramadan_countdown__block {
	padding: 0 0 0 16px;
    border-radius: 60px;
    background: linear-gradient(286deg, rgba(255, 255, 255, 0.20) 5.29%, #FFF 97.99%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5px);
}   

.form_team_wrapper .ramadan_countdown__block {
	border-radius: 16px;
}

.ramadan_countdown__title {
	font-family: "Onest", sans-serif;
	color: var(--color--pink);
	font-weight: 600;
	line-height: 1;
	max-width: 205px;
}

.ramadan_countdown__timer {
	padding: 10px 24px;
    border-radius: 60px;
    background: linear-gradient(0deg, #FF0090 0%, #FF0090 100%), linear-gradient(286deg, rgba(255, 255, 255, 0.14) 5.29%, rgba(255, 255, 255, 0.70) 97.99%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(5px);
	color: #FFF;
}

.form_team_wrapper .ramadan_countdown__timer {
	border-radius: 16px;
	padding: 20px 24px;
}

.first_screen_items li span {
	max-width: calc(100% - 38px);
}

.page-template-audit_tpl .add_text_top {
    font-size: 1rem;
	line-height: 1;
	color: var(--color--pink);
    display: inline-flex;
	padding: 10px 16px;
	border-radius: 60px;
	background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #FF0090;
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
}

.page-template-audit_tpl .headerPage__numbers {
	gap: 20px;
}

.page-template-audit_tpl .headerPage__numbers_item {
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.page-template-audit_tpl .headerPage__numbers_item_number {
	font-size: 1rem;
	font-weight: 600;
	color: var(--color--pink);
    display: inline-flex;
	border-radius: 40px;
	background: #FFF;
	padding: 0 6px;
}

.after_first_screen_item {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.after_first_screen_item h2 {
	font-family: "Onest", sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 44px; 
}

.after_first_screen_item h2 span {
	color: #FF0090;
}

.audit_for_number {
	font-family: "Onest", sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 58px;
}

.audit_for_number + div {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px; 
	color: var(--color--pink);
}

.audit_works_number {
	font-family: "Onest", sans-serif;
	font-size: 100px;
	font-weight: 600;
	line-height: 90px;
	color: var(--color--pink);
	width: 128px;
}

.page-template-calculator_tpl .audit_for_number {
	color: var(--color--pink);
}

.page-template-calculator_tpl .audit_for_number + div {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: var(--color--black);
}

.page-template-features_new_vpbx .audit_works_number {
	font-size: 70px;
	line-height: 64px;
	width: 96px;
}

.audit_works_content .audit_works_content_title {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24px; 
}

.audit_works_content {
	max-width: calc(100% - 128px - 1rem);
}

.round_marks_list {
	padding: 0;
}

.round_marks_list li {
	display: flex;
	align-items: baseline;
}

.round_marks_list li > span:first-child {
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: var(--color--pink);
	margin-right: 16px;
}

.round_marks_list li > span:nth-child(2) {
	width: calc(100% - 26px);
}

.second_screen_item_new {
	padding: 40px;
	border-radius: 40px;
	background: #FFF;
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
	height: 100%;
}

.second_screen_item_new .item_title_row {
	display: flex;
	align-items: center;
	gap: 16px;	
}

.faq_item_q.h4,
.features-form_form h3.h4,
.price_screen_price__wrap.h4,
.why_choose_wrapper .h4,
h2.new_product_sections_title + .h4,
.second_screen_item_new .item_title_row .h4 {
	font-family: "Onest", sans-serif;
	font-weight: 600;
}

.second_screen_item_new .item_title_row span:first-child {
	width: 12px;
	height: 12px;	
	background: #FF0090;
	border-radius: 100%;
}

h2.new_product_sections_title,
.h2.new_product_sections_title {
	font-family: "Onest", sans-serif;
	font-size: 50px;
	font-weight: 600;
	line-height: 1.16;
}

@media screen and (min-width: 1200px) {
	h2.new_product_sections_title,
	.h2.new_product_sections_title {
		margin-bottom: 50px;
	}	
}


@media screen and (max-width: 991px) {
	h2.new_product_sections_title, .h2.new_product_sections_title {
		font-size: 32px;
		line-height: 1.25;
		margin-bottom: 40px;
	}
}

.third_group_row .col{
	z-index: 2;
}

.third_items_group .col{
	display: flex;
	flex-direction: column;
	gap: 10px;
	z-index: 2;
}

.third_group_row .col:nth-child(2),
.third_items_group .col:nth-child(2) {	
	max-width: 87px;
}

.page-template-new_product_ramadan_tpl .third_group_row .col:nth-child(2),
.page-template-new_product_ramadan_tpl .third_items_group .col:nth-child(2) {
	max-width: 20px;
}

.third_items_group .col:nth-child(2) .w-100 {
	text-align: center;
	padding: 12px 0;
}

.cloud_item_title,
.third_items_group_title,
.third_items_group_item {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 10px 16px;
	border-radius: 60px;
	background: #FFF;
	line-height: 1.625;
	border: 1px solid #fff;
}

.cloud_item_title._big,
.third_items_group_title {
	font-family: "Onest", sans-serif;
	justify-content: center;
	font-weight: 600;
	padding: 24px 40px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.cloud_item_title.__before,
.third_items_group_title.__before,
.third_items_group_item.__before {
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.04) 5.29%, rgba(255, 255, 255, 0.20) 97.99%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(5px);
}

.third_items_group .gradient_first_screen {
    right: 6%;
    height: 100%;
    width: 35%;
    filter: blur(250px);
}

.fourth_screen_item_new .item_number {
	display: flex;
	justify-content: center;
	font-family: "Onest", sans-serif;
	color: #FFF;
	text-align: center;
	text-shadow: 0 4px 40px rgba(255, 0, 144, 0.20);
	font-size: 120px;
	font-weight: 800;
	line-height: 75%;
	border-radius: 40px;
	background: rgba(255, 0, 144, 0.10);
	padding: 45px 40px;
}

.fourth_screen_item_new.how_new .item_number {
	font-size: 88px;
	width: 120px;
	padding: 27px 15px;
}

.fourth_screen_item_new .item_number span:nth-child(2) {
	display: inline-flex;
	position: absolute;
	top: 50px;
	right: -46px;
	z-index: 2;
}

html[lang=ru] .fourth_screen_item_new .item_number span:nth-child(2) {
	right: -240px;
}

.fourth_screen_item_new .item_title_row {
	display: flex;
	align-items: center;
}

.fourth_screen_item_new .item_title_row span:first-child {
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #FF0090;
}

.fourth_screen_item_new .item_title_row span:last-child {
	width: calc(100% - 12px);
}

.fourth_screen_item_new .item_title_row span:last-child svg {
	width: 100%;
}

.fourth_add_text {
	display: inline-flex;
	font-family: "Onest", sans-serif;
	font-size: 12px;
	line-height: 14px;
	padding: 10px 16px;
	width: auto;
	border-radius: 60px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.04) 5.29%, rgba(255, 255, 255, 0.20) 97.99%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
}

.pricing_item_title {
	color: #FF0090;
	text-align: center;
	font-family: 'Onest', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.333
}

.pricing_item_users {
	display: inline-flex;
	padding: 10px 16px;
	border-radius: 60px;
	line-height: 1;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.14) 5.29%, rgba(255, 255, 255, 0.70) 97.99%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
}

.pricing_item_price span {
	font-size: 1em;
	letter-spacing: -0.32px;
	font-weight: 400;
}

@media screen and (max-width: 1200px) {
	.fourth_items_wrap {
		flex-wrap: nowrap;
		overflow: auto;
	}
	
	.fourth_items_wrap .col-2 {
		max-width: 200px;
		width: 100%;		
	}
	
	.fourth_items_wrap .col-4 {
		max-width: 300px;
		width: 100%;
	}
	
	html[lang=ru] .fourth_screen_item_new .item_number span:nth-child(2) {
		right: -180px;
	}
	
	html[lang=ru] .fourth_screen_item_new .item_number span:nth-child(2) svg {
		width: 180px;
	}
}

@media screen and (min-width: 1000px) {
	.page-template-new_product_ramadan_tpl .third_items_group_item {
		letter-spacing: -0.9px;
	}
}

@media screen and (min-width: 1300px) {
	.page-template-new_product_ramadan_tpl .third_items_group_item {
		letter-spacing: -0.1px;
	}
}

.bg_wrapper .section_new {
	padding: 160px 0;
}

.cloud_item_wrap {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.page-template-new_product_ramadan_tpl .cloud_item_wrap {
	flex-direction: row;
	margin-bottom: 10px;
}

.cloud_item_image__wrap img {
	display: none;
}

.cloud_item_image__wrap img.active {
	display: flex;
}

.integrates_img_dash {
	max-width: 650px;
}

.control_img_dash {
	max-width: 880px;
}

.cloud_item_title._big {
	cursor: pointer;
	transition: 0.3s all;
	margin-bottom: 0;
}

.cloud_item_wrap .cloud_item_title.__before:hover {
	background: #fff;
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.14) 5.29%, rgba(255, 255, 255, 0.70) 97.99%);
}

.cloud_item_wrap .cloud_item_title.__before.active {
	background: #fff;
	backdrop-filter: none;	
}

.cloud_item_text {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
	line-height: 1;
}

.cloud_item_text span:first-child {
    width: 12px;
    height: 12px;
    background: #FF0090;
    border-radius: 100%;
}

.cloud_item_wrap__content {
	padding: 40px;
	border-radius: 40px;
	background: #FFF;
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
	height: 100%;
}

.after_first_screen_item.cloud_item_wrap__content {
	padding: 28px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.04) 5.29%, rgba(255, 255, 255, 0.20) 97.99%);
}

.page-template-new_product_ramadan_tpl .cloud_item_wrap__content  {
	height: auto;
}

body.page-template-calculator_tpl .first_screen .cloud_item_wrap__content,
.features_wrapper .cloud_item_wrap__content,
#how_it_works .cloud_item_wrap__content {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.20) 100%);
}

body.page-template-calculator_tpl .first_screen .cloud_item_wrap__content {
	margin-top: -40px;
}

.cloud_item_wrap__content .new_product_sections_title {
	color: var(--color--pink);
	font-size: 42px;
}

.res_wrap .cloud_item_wrap__content.box_shadow {
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.20) 100%);
}

.cloud_item_wrap__content h3 {
	font-family: "Onest", sans-serif;
	font-size: 20px;
	letter-spacing: -1px;
}

.cloud_item_content {
	display: none;
}

.cloud_item_content.active {
	display: flex;
	flex-direction: column;
}

.cloud_item_content ul {
	position: relative;
	display: flex;
	flex-direction: column;
	padding: 0;	
	gap: 16px;
}

.cloud_item_content ul:before {
	content: '';
	position: absolute;
	left: 5.5px;
	top: 24px;
	height: calc(100% - 48px);
	width: 1px;
	background: #D9D9D9;
}

.cloud_item_content ul li {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
}

.cloud_item_content ul li span {
	font-family: "Onest", sans-serif;
	padding: 10px 16px;
	line-height: 1;
	border-radius: 24px;
	border: 1px solid #D9D9D9;
	background: #FFF;
	max-width: calc(100% - 28px);
}

.cloud_item_content ul li:before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #FF0090;
}

.cloud_item_content ul li:after {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	width: 16px;
	height: 1px;
	background: #D9D9D9;
}

@media screen and (max-width: 991px) {
	.cloud_item_wrap {
		flex-direction: row;
		flex-wrap: wrap;
	}
	
	.cloud_item_title.__before {
		width: auto;
		display: inline-flex;
		margin-bottom: 0;
	}
	
	.cloud_item_title._big {
		padding: 10px 14px;
	}
}

.labels_wrapper {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
}

.labels_wrapper .cloud_item_title {
	line-height: 1;
}

.socials_wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 16px;
	gap: 10px 24px;
}

.socials_wrapper br {
	display: none;
}

.socials_wrapper svg {
	opacity: .7;
}

.labels_wrapper .cloud_item_title:hover {
	border: 1px solid rgba(255, 255, 255, 0.50);
    background: linear-gradient(286deg, rgba(255, 255, 255, 0.04) 5.29%, rgba(255, 255, 255, 0.20) 97.99%);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
}

@media screen and (max-width: 991px) {
	.video_screen video {
		object-fit: cover;
	}
	
	.cloud_item_wrap__content {
		padding: 20px;
	}
	
	.container-fluid.bg_wrapper {
		background-size: cover !important;
	}
}

h2.new_product_sections_title + .h4 {
	font-weight: 400;
}

.logos_items.for_new__pages {
	padding: 40px;
	margin-bottom: 60px;
	z-index: 2;
}

.logos_items.for_new__pages .logos_items_wrap {
	gap: 64px;
	animation: scroll_new 40s linear infinite;
}

.logos_items.for_new__pages .logos_items_wrap img {
	height: 80px;
}

@keyframes scroll_new {
  0%  {
    transform: translateX(0);
  }
  100% {
       transform: translateX(-7010px);
  }
}

.why_choose_wrapper {
	position: relative;
	padding: 40px 40px 10px;
	border-radius: 40px;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.20) 100%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(2px);
	z-index: 2;
}

.why_choose_wrapper.company_choose_wrapper {
	padding: 40px;
}

.why_choose_wrapper .icon_wrapper {
	gap: 16px;
}

.why_choose_wrapper + .gradient_first_screen {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
    height: 118%;
    width: 36%;
    border-radius: 422px;
    filter: blur(250px);
}

.gradient_logos_wrapper.gradient_logos_wrapper {
	top: auto;
    right: auto;
    left: 0;
    bottom: 0;
	height: 450px;
    border-radius: 422px;
	background: rgba(255, 0, 144, 0.40);
    filter: blur(150px);
	z-index: -1;
}

.gradient_logos_wrapper.mac_gradient {
	top: 45%;
}

.new_product_sections_title + .cloud_item_wrap__content {
	max-width: 360px;
}

.price_screen_price__wrap {
	line-height: 1.2;
}

.price_screen_price__wrap span {
	color: #FF0090;	
}

.ramadan_moon {
	top: -70px;
    right: -10px;
	max-width: 320px;
    width: 40%;
}

.z-1 {
	z-index: 1;	
}
.z-2 {
	z-index: 2;	
}
.z-3 {
	z-index: 3;	
}
.z-4 {
	z-index: 4;	
}
.z-5 {
	z-index: 5;	
}
.z-6 {
	z-index: 6;	
}

.form_team_wrapper {
	position: relative;
	border-radius: 40px;
	padding: 40px;
	overflow: hidden;
}

.team_wrapper {
	display: flex;
	flex-wrap: wrap;
}

.res_wrap .team_wrapper {
	justify-content: center;
}

.team_wrapper > img {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	filter: drop-shadow(2.933px 0 14.667px rgba(0, 0, 0, 0.15));
}

.res_wrap .team_wrapper > img {
	width: 120px;
	height: 120px;
}

.team_wrapper > img:not(:nth-child(1)) {
	margin-left: -30px;
}

.res_wrap .team_wrapper > img:not(:nth-child(1)) {
	margin-left: 0;
}

.res_wrap .team_wrapper > img.z-4 {
	margin: 0 -20px;
}

.res_wrap .team_wrapper > img.z-2 {
	margin-right: -10px;
}

.res_wrap .team_wrapper > img.z-1 {
	margin-left: -10px;
}


.team_wrapper div {
	font-weight: 400;
	line-height: 1.4;
}

.form_team_wrapper .features-form_form {
	width: 100%;
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.14) 5.29%, rgba(255, 255, 255, 0.70) 97.99%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(5px);
	padding: 24px 14px;
}
 
.form_team_wrapper .features-form_form .form-input_inner [type=text],
.form_team_wrapper .features-form_form  .form-input_inner [type=email],
.form_team_wrapper .features-form_form  .form-input_inner [type=tel] {
	border: 1px solid rgba(0, 0, 0, 0.30);
    background: #FFF;
}
.form_team_wrapper .features-form_form .form-input_inner [type=text].error,
.form_team_wrapper .features-form_form .form-input_inner [type=email].error,
.form_team_wrapper .features-form_form .form-input_inner [type=tel].error {
    border-color: #E60050;
}

.form_team_wrapper .features-form_form .form-check {
	padding: 0 !important;
}

.form_team_wrapper .features-form_form .form-check > span {
	font-size: 12px;
	margin-left: 9px;
}

.form_team_wrapper .features-form_form .btn_wrapper {
	display: flex;
	align-items: center;
	gap: 16px;
}

.form_team_wrapper .features-form_form .btn_wrapper .btn_submit_info {
	font-family: "Onest", sans-serif;
	color: #0D111A;
	font-size: 12px;
	line-height: 14px;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.04) 5.29%, rgba(255, 255, 255, 0.20) 97.99%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
	padding: 14px 16px;
	width: 100%;
}

.faq_wrapper {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.faq_wrapper .faq_item {
	padding: 24px 40px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, 0.50);
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.04) 5.29%, rgba(255, 255, 255, 0.20) 97.99%);
	box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.10);
	backdrop-filter: blur(5px);
	cursor: pointer;	
}

.faq_item:hover {
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.14) 5.29%, rgba(255, 255, 255, 0.70) 97.99%);
	backdrop-filter: none;
}

.faq_item.active {
	background: #FFF;
	backdrop-filter: none;
}

.faq_wrapper .faq_item .faq_item_title .faq_item_q {
	max-width: calc(100% - 40px);
	line-height: 1.2;
}

.faq_wrapper .faq_item .faq_item_a {
	margin-top: 16px;
	display: none;
}

.faq_wrapper .faq_item .faq_item_title svg {
	transition: .3s all;
}

.faq_wrapper .faq_item:hover .faq_item_title svg path {
	stroke: #FF0090;
}

.faq_wrapper .faq_item.active .faq_item_title svg {
	transform: rotate(45deg);
}

.faq_wrapper .faq_item .faq_item_a p {
	margin-bottom: 0;
}

.faq_wrapper .faq_item .faq_item_a ul {
	padding: 0 0 0 20px;
	margin: 16px 0;
	list-style: disc;
}

.faq_image_wrapper {
	border-radius: 40px;
	overflow: hidden;
}

.faq_image_wrapper img {
	/*height: 100%;*/
	width: 100%;
	object-fit: cover;
}

/* calculator */

.calculator_wrapper .col-12 {
	z-index: 0;
}

.calculator_wrapper .col-12.active {
	z-index: 9;
}

.calculator_wrapper .cloud_item_wrap__content {
	padding: 24px;
	background: linear-gradient(286deg, rgba(255, 255, 255, 0.08) 5.29%, rgba(255, 255, 255, 0.40) 97.99%);
}

.calc_tab_wrap {
	position: relative;
	z-index: 8
}

.calc_tab_current {
	display: none;
	width: 100%;
    padding: 15px 16px 15px 16px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-style: solid;
    background: #F5F5F5;
    color: #000;
    box-sizing: border-box;
    cursor: pointer;
	z-index: 2;
}

.calculator_wrapper input:not(.btn) {
	width: 100%;
    padding: 15px 16px 15px 16px;
    position: relative;
    z-index: 1;
    border-radius: 16px;
    line-height: 24px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-style: solid;
    background: #F5F5F5;
    color: #000;
}

.calculator_wrapper input:not(.btn).error {
	 border: 1px solid #ff0000;
}

.calculator_wrapper input::placeholder {
	color: rgba(0,0,0,.3);
}

	.calc_tab_current {
		display: flex;
	}
	
	.calc_tab_wrap {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	
	.calc_tab_wrap .calc_tabs {
		display: none;
		margin: 0;
		position: absolute;
		flex-direction: column;
		top: 2px;
		width: 100%;
		height: auto;
		max-height: 450px;
		background: #FFFFFF;
		box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.15);
		border-radius: 16px;
		padding: 54px 4px 4px 4px !important;
		overflow-y: scroll;
		z-index: 6;
	}
	
	.calc_tab_wrap.opened .calc_tabs {
		display: flex;
	}

	.calc_tab_wrap.opened .calc_tab_current {
		background: #fff;
    	border: 1px solid #FF0090;
		z-index: 7;
	}
	
	.calc_tabs {
		max-width: 360px;
		width: 100%;
	}
	
	.calc_tab_wrap .calc_tabs {
		max-width: 100%;
	}
	
	.calc_tab_wrap .price_tabs li {
		width: 100%;
	}

	.calc_tabs li a {
		display: block;
		line-height: 24px;
		padding: 12px;
		text-align: center;
	}
	
	.calc_tab_wrap .calc_tabs li {
		display: flex;
		align-items: center;
		cursor: pointer;
		padding: 12px;
		margin-top: 4px;
		font-size: 16px;
		line-height: 24px;
		border-radius: 12px;	
	}

	.calc_tab_wrap .calc_tabs li.active {
		background: rgba(255, 0, 144, 1);
		color: #fff;
	}
	
	.calc_tab_wrap .calc_tabs li a {
		padding: 0;
		width: 100%;
		text-align: left;
	}
	
	.calc_tab_wrap .calc_tabs li.active a {
		color: #fff !important;
	}

	.calc_tab_wrap .carret {
		display: flex;
		position: absolute;
		width: 16px;
		height: 16px;
		right: 20px;
		top: 20px;
		background: url(./images/icon/select_icon_def.svg) center center no-repeat;
		background-size: contain;
		cursor: pointer;
		z-index: 7;
	}

.calc_res {
	color: var(--color--pink);
	font-family: 'Onest', sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1; 
}

.calc_add {
	font-size: var(--font--sm);
}

@media screen and (max-width: 991px) {
	body.page-template-audit_tpl .container-fluid-main,
	body.page-template-new_product_ramadan_tpl .container-fluid-main,
	body.page-template-new_product_tpl .container-fluid-main {
		margin-top: 80px;
	}
	
	body.page-template-calculator_tpl .first_screen {
		margin-top: 0;
	}
	
	.btn.btn-def {
		font-size: 20px;
		z-index: 2;
	}	
	
	body.page-template-calculator_tpl .first_screen,
	body.page-template-audit_tpl .container-fluid-main,
	body.page-template-new_product_ramadan_tpl .container-fluid-main,
	body.page-template-new_product_tpl .container-fluid-main {
		padding-top: 40px;
		padding-bottom: 40px;
    	margin-bottom: 40px;
	}
	
	body.page-template-audit_tpl .container-fluid-main {
		padding-bottom: 250px;
	}
	
	body.page-id-4561.page-template-new_product_tpl .container-fluid-main {
		padding-bottom: 80px;
	}
	
	.gradient_first_screen {
		height: 40%;
		top: auto;
		width: 100%;
		bottom: 0;
		right: 0;
		border-radius: 280px;
		background: #FF0090;
		filter: blur(200px);		
	}
	
	.gradient_logos_wrapper.mac_gradient {
		top: 60%;
		left: auto;
		right: -200px;
	}
	
	.controls_wrap.cloud_item_wrap {
		max-width: 90%;
	}
	
	.controls_image_wrap {
		display: flex;
		justify-content: flex-end;
	}
	.controls_image_wrap img {
		width: 500px;
	}
	
	.page-id-4565 .first_screen_items,
	.page-id-4561 .first_screen_items,
	.first_screen_items {
		max-width: unset;
	}
	
	.page-id-4565 .first_screen_items li span,
	.page-id-4561 .first_screen_items li span {
		max-width: calc(100% - 28px);
	}
	
	.page-id-4565 .first_screen_items li svg,
	.page-id-4561 .first_screen_items li svg {
		width: 20px;
		height: 20px;
	}
	
	.first_screen_items li {
		font-size: 12px;
        max-width: 160px;
        margin-left: auto;
	}
	
	.page-id-4565 .first_screen_items li {
		margin-right: auto;
		margin-left: 0;
		
	}
	
	.first_screen_items li:last-child {
		max-width: unset;
		margin-left: 0;
	}
	
	.page-id-4565 .first_screen_items li:last-child {
		width: 100%;
		margin-top: 170px;
	}
	
	.first_screen {
		padding: 40px 20px 50px;
	}
	
	.page-template-features_new_vpbx .first_screen {
		padding-bottom: 280px;
	}
	
	body.page-template-calculator_tpl h1,
	.page-template-features_new_vpbx h1,
	body.page-template-audit_tpl h1,
	.page-template-new_product_ramadan_tpl h1,
	.page-template-new_product_tpl h1 {
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 10px;
	}
	
	.page-template-features_new_vpbx h1 span,
	body.page-template-audit_tpl h1 span,
	.page-template-new_product_ramadan_tpl h1 span,
	.page-template-new_product_tpl h1 span {
		font-size: 24px;
	}
		
	body.page-template-calculator_tpl .headerPage__title,
	.page-template-features_new_vpbx .headerPage__title,
	body.page-template-audit_tpl .headerPage__title,
	.page-template-new_product_ramadan_tpl .headerPage__title,
	.page-template-new_product_tpl .headerPage__title {
		margin-bottom: 20px;
	}
	
	.first_screen_image {
		width: 100%;
        height: auto;
        max-height: 300px;
        object-fit: contain;
        bottom: -40px;
        left: -20px;	
	}
	
	.page-id-4561  .first_screen_image {
		width: auto;
        max-height: 350px;
        object-fit: cover;
        bottom: -80px;
        left: -70px;
	}
	
	.page-id-4565 .first_screen_image {
		left: 0;
		max-height: 480px;
	}

	.second_screen_item_new {
		padding: 20px;
	}
	
	.bg_wrapper .section_new {
		padding: 120px 0;
	}	
	
	.third_group_row .col:nth-child(2), .third_items_group .col:nth-child(2) {
		display: none;
	}
	
	.third_group_row {
		padding: 0 10px;
	}
	
	.third_items_group .col {
		width: 50%;
	}
	.third_group_row .col {
		width: 50%;
		padding: 0;
	}
	
	.third_items_group_title.__before,
	.third_items_group_title {
		color: rgba(0, 0, 0, 0.50);
		padding: 0 0 8px;
		background: transparent;
		box-shadow: none;
		border: none;
		border-radius: 0;
		border-bottom: 2px solid rgba(0, 0, 0, 0.30);
		margin-bottom: 20px;		
	}
	
	.third_items_group_title.active {
		color: #000;
		border-bottom: 4px solid #FF0090;	
		padding: 0 0 6px;
	}
	
	
	.logos_items.for_new__pages {
		padding: 30px 0;
		margin-bottom: 40px;
	}
	
	.logos_items.for_new__pages .logos_items_wrap {
		gap: 24px;
		animation: scroll_new 40s linear infinite;
	}
	
	@keyframes scroll_new {
	  0%  {
		transform: translateX(0);
	  }
	  100% {
		   transform: translateX(-3285px);
	  }
	}
	
	.logos_items.for_new__pages .logos_items_wrap img {
		height: 40px;
	}
	
	.why_choose_wrapper {
		padding: 40px 20px 10px;
	}
	
	.why_choose_wrapper.company_choose_wrapper {
		padding: 20px;
	}
	
	.why_choose_wrapper .icon_wrapper img {
		width: 60px;
		height: 60px;
	}
	
	.control_img_dash.position-absolute,
	.integrates_img_dash.position-absolute {
		position: unset !important;
	}
	
	.control_img_dash,
	.integrates_img_dash {
		width: 100%;
	}
	
	.ramadan_moon {
		max-width: 145px;
		top: -20px;
    	right: 0;
	}
	
	.team_wrapper {
		gap: 10px 0;
		max-width: 480px;
		justify-content: center;
	}
	
	.team_wrapper > img {
		width: 124px;
        height: 124px;
        margin-left: -20px;
		order: 2;
	}	
	
	.team_wrapper > img:not(:nth-child(1)) {
		margin-left: -20px;
	}
	
	.team_wrapper > img:nth-child(4),
	.team_wrapper > img:first-child {
		margin-left: 0;
	}

	.team_wrapper > div {
		order: 1;
	}
	
	.container-fluid > .container-fluid-inner.container-fluid-form {
		width: calc(100% + 20px);
		margin: 0 -10px;
	}
	
	.form_team_wrapper {
		padding: 40px 16px;
	}
	
	.form_team_wrapper .features-form_form .btn_wrapper {
		flex-wrap: wrap;
		gap: 10px;
	}
	
	.form_team_wrapper .features-form_form .btn_wrapper > * {
		width: 100%;
		text-align: center;
	}
	 
	.faq_wrapper .faq_item {
		padding: 20px;
	}
	
	.col-lg-2-5 {
		width: 32.3333%;
	}
	
	body.page-template-audit_tpl .first_screen_image {
		max-width: 342px;
		bottom: 0;
		left: 80px;
	}
	
	body.page-template-calculator_tpl .first_screen .cloud_item_wrap__content {
		margin-top: -10px;
	}
	
	.cloud_item_wrap__content .new_product_sections_title {
		font-size: 32px;
	}
	
	.btn_wrapper__price {
		width: 100%;
	}
	
	.after_first_screen_item.cloud_item_wrap__content {
		border-radius: 30px;
		padding: 20px;
	}
	
	.after_first_screen_item.cloud_item_wrap__content svg {
		display: block;
		width: 60px;
		height: 60px;
		margin: 0 auto;
	}
	 
	.after_first_screen_item_icon + .headerPage__title {
		font-size: 16px;
		line-height: normal;
		text-align: center;
	}
	
	.audit_works_number {
		font-size: 60px;
		line-height: 50px;
		width: 80px;
	}
	
	.audit_works_content {
		max-width: calc(100% - 80px - 1rem);
	}
	
	.after_first_screen_item h2 {
		font-size: 28px;
		line-height: 36px;
	}
	
	.team__container_wrap {
		padding: 0 !important;
	}
}

@media screen and (max-width: 500px) {
	.w-sm-100 {
		width: 100%;
	}
}