/*
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 */



#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--small: 0.75rem; /* 12px */
    --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;
}

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;
}

.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 {
	list-style: disc;
	margin-bottom: 1em;
}

.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;
}
.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 {
  max-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;
}
.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;https://newsite.callgear.com/wp-admin/theme-editor.php?file=404.php&theme=callgear
}

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

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

.team__container {
  max-width: 370px;
  height: 500px;
  position: relative;
  margin: 0 auto;
}
.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;
}

.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;
}
@media (min-width: 992px) {
  .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;
  }
  .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;
  }
	.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;
  }
  .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 */
}
@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;
}

.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: 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);
    }
}


