/*--calendly--*/
.calendly-overlay .calendly-popup {
  min-height: 685px;
}
/*--calendly--*/
.hand-o-up {
  width: 18px !important;
  height: 25px !important;
  margin-right: 10px;
}
.bottom-block-wrapper.frData .bottom-block-content {
  max-width: 461px;
}
.bottom-block-wrapper.frData .bottom-btn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*--menu--*/
.dropdown-content {
  top: 56px;
  left: -16px;
}
.dropdown .menu-item-hover-div-bg {
  position: absolute;
  top: -14px;
  left: -16px;
  right: -16px;
  bottom: -14px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  display: none;
}
.dropdown .menu-item-hover-div {
  position: absolute;
  top: -14px;
  left: -16px;
  right: -16px;
  bottom: -40px;
  display: none;
}
.dropdown:hover .menu-item-hover-div-bg,
.dropdown:hover .menu-item-hover-div {
  display: block;
}
/*--menu--*/
section.bg-white {
  background: #FFFFFF;
}
section.pb-64 {
  padding-bottom: 64px;
}
/*--top-section--*/
section.top-section {
  margin-top: 92px;
  padding: 97px 20px;
  width: 100%;
  background: #F4F6FC;
}
section.top-section.homep {
  padding: 189px 20px 92px;
  margin: 0;
  width: 100%;
  background-size: cover;
  background-image:  url('/static/v3/assets/images/new_pages/gradient-background.svg')
}
section.top-section.integrations {
  padding: 138px 20px 73.5px;
  margin: 0;
  width: 100%;
  background-size: cover;
  background-image:  url('/static/v3/assets/images/new_pages/gradient-background.svg')
}
.top-section .top-section-wrapper {
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-section-content {
  width: 100%;
  max-width: 552px;
}
.top-section .top-section-content h1 {
  font-style: normal;
  font-weight: 800;
  font-size: 72px;
  line-height: 100%;
  letter-spacing: -2px;
  color: #1D1E21;
  margin: 0;
  position: relative;
  z-index: 1;
  width: max-content;
}
.top-section .top-section-content h1 g {
  position: relative;
}
.top-section.homep .top-section-content h1 {
  color: #FFFFFF;
}
.top-section.integrations .top-section-content h1 {
  color: #FFFFFF;
}
.top-section .top-section-content h1 img {
  vertical-align: middle;
  width: 42px;
  height: 42px;
  margin-left: 20px;
  position: absolute;
  bottom: 8px;
}
.top-section .top-section-content h1 span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 24px;
  width: 100%;
  background: #15CAA0;
  z-index: -1;
}
.top-section .top-section-content p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #1D1E21;
  margin-top: 24px;
  padding-right: 32px;
}
.top-section.homep .top-section-content p {
  color: #FFFFFF;
}
.top-section.integrations .top-section-content p {
  color: #FFFFFF;
}
.top-section.dialler .top-section-content p {
  width: 99%;
}
.top-section .top-sec-cont-block-info {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1D1E21;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top-section.homep .top-sec-cont-block-info {
  color: #FFFFFF;
}
.top-section.integrations .top-sec-cont-block-info {
  color: #FFFFFF;
}
.top-section .top-sec-cont-block-info:not(:last-child) {
  margin-bottom: 16px;
}
.top-section .top-sec-cont-block-info img {
  width: 24px;
  height: 100%;
  margin-right: 14px;
}
.top-section .top-buttons-block-wrapper {
  margin-top: 24px;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-section .top-section-content .top-buttons-block-wrapper {
  flex-direction: column;
  align-items: normal;

}
.top-section .top-buttons-block-wrapper a, .top-section .top-buttons-block-wrapper span,
.top-section .top-buttons-block-wrapper div {
  border-radius: 8px;
  margin-right: 24px;
  padding: 18px 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.top-section .top-buttons-block-wrapper a.white-button img,
.top-section .top-buttons-block-wrapper div.white-button img {
  margin-left: 16px;
}
.top-section .top-buttons-block-wrapper span {
  padding: 0;
}
.top-buttons-block-wrapper .blue-button {
  background: #1742DB;
  color: #FFFFFF;
}
.top-buttons-block-wrapper .blue-button.mg-0 {
 margin: 0;
}
.top-buttons-block-wrapper .white-button {
  background: #FFFFFF;
  color: #1D1E21;
}
.top-buttons-block-wrapper .white-button:hover {
  background: #1742dbbf;
  color: #FFFFFF;
  cursor: pointer;
}
.top-buttons-block-wrapper .workEmail_input_block {
  justify-content: flex-end;
}
section.top-section.homep .top-buttons-block-wrapper .orange-button,
section.top-section.integrations .top-buttons-block-wrapper .orange-button,
section.top-section.why-sw .top-buttons-block-wrapper .orange-button,
.extentions-content-wrapper .orange-button {
  background:  #FF7226;
  color: #FFFFFF;
  max-width: 274px;
  height: 56px;
  width: 100%;
  padding: 18px;
  cursor: pointer;
  margin: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/*--max-width: 212px;^--*/
section.top-section.homep .top-buttons-block-wrapper .orange-button:hover,
section.top-section.integrations .top-buttons-block-wrapper .orange-button:hover,
section.top-section.why-sw .top-buttons-block-wrapper .orange-button:hover,
.extentions-content-wrapper .orange-button:hover {
  background:  #ff7226bf;
}
.top-section .top-buttons-block-wrapper .workEmail_input_wrapper div.orange-button {
  padding: 18px 24px;
}
.top-buttons-block-wrapper div.top-section-reviews {
  gap: 7px;
  padding: 24px 24px 24px 0px;
}
.top-section .top-buttons-block-wrapper .workEmail_input_wrapper div, 
.top-buttons-block-wrapper div.top-reviews-stars,
.top-buttons-block-wrapper div.workEmail_input_wrapper {
  padding: 0;
  margin-right: 0;
}
section.top-section.homep .top-buttons-block-wrapper div.workEmail_input_wrapper,
section.top-section.integrations .top-buttons-block-wrapper div.workEmail_input_wrapper,
section.top-section.why-sw .top-buttons-block-wrapper div.workEmail_input_wrapper {
  width: 100%;
}
section.top-section.homep .top-buttons-block-wrapper .workEmail_input_block,
section.top-section.integrations .top-buttons-block-wrapper .workEmail_input_block,
.extentions-content-wrapper .workEmail_input_block,
section.top-section.why-sw .top-buttons-block-wrapper .workEmail_input_block {
  width: 100%;
  max-width: 542px;
  justify-content: flex-end;
}
/*--max-width: 520px;^--*/
.top-buttons-block-wrapper form,
.extentions-content-wrapper form {
  padding: 8px 8px 8px 0px;
  background: #FFFFFF;
  border-radius: 12px;
  max-width: 550px;
}
/*-max-width: 520px;^-*/
.top-buttons-block-wrapper .workEmail_input_block input,
.extentions-content-wrapper .workEmail_input_block input {
  flex-grow: 2;
  border: none;
  max-width: 280px;
  font-size: 16px;
  line-height: 150%;
}
section.top-section.homep .top-buttons-block-wrapper .workEmail_input_block input,
section.top-section.integrations .top-buttons-block-wrapper .workEmail_input_block input,
section.top-section.why-sw .top-buttons-block-wrapper .workEmail_input_block input {
  padding-left: 10px;
}
.top-buttons-block-wrapper .workEmail_input_block input:placeholder,
.extentions-content-wrapper .workEmail_input_block input:placeholder {
  color: #95989F;
}
.top-section .top-section-content .top-section-reviews p {
  font-size: 12px;
  letter-spacing: 0.4px;
  margin: 0;
}
.top-buttons-block-wrapper .workEmail_input_block input:focus,
.extentions-content-wrapper .workEmail_input_block input:focus {
  outline: none;
}
.top-section .top-buttons-block-wrapper .white-button:hover img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.top-section .top-section-media {
  width: 664px;
  -webkit-filter: drop-shadow(0px 15px 50px rgba(0, 58, 100, 0.1));
  filter: drop-shadow(0px 15px 50px rgba(0, 58, 100, 0.1));
  border-radius: 5px;
}
#prospector-welcome-homepage {
  width: 636px;
}
#anchor-compare {
  cursor: pointer;
}
#anchor-compare:hover {
  color: #1742db;
}
/*--top-section--*/
/*--sec-cont-block---*/
section .sec-bl-wrapper {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
section .sec-content-wrapper {
  display: flex;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
section .sec-content-wrapper .sec-img img {
  width: 100%;
  height: 100%;
  max-width: 895px;
  position: relative;
}
section .sec-content-wrapper .sec-cont-block  {
  width: 100%;
  max-width: 418px;
}
.sec-cont-block .sec-cont-block-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #1D1E21;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-cont-block .sec-cont-block-title.dis-n {
  display: inherit;
}
.sec-cont-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #50535F;
  margin: 24px 0 32px;
}
.sec-cont-block .sec-cont-block-info {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #1D1E21;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sec-cont-block .sec-cont-block-info:not(:last-child) {
  margin-bottom: 16px;
}
.sec-cont-block .sec-cont-block-info:last-child {
  margin-bottom: 32px;
}
.sec-cont-block .sec-cont-block-info img {
  width: 24px;
  height: 100%;
  margin-right: 14px;
}
.sec-cont-block .sec-cont-block-button {
  background: #1742DB;
  padding: 14px 24px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 48px;
  width: max-content;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sec-cont-block .sec-cont-block-button:hover {
  background: #1742dbbf;
  cursor: pointer;
}
.sec-cont-block .small-not-bl {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6584E7;
  margin-top: 8px;
}
.sec-cont-block .mobile-arrow-title, .mob-arr .mobile-arrow-title {
  display: none;
}
/*--sec-cont-block---*/
/*---company-metrics---*/
.company-metrics {
  padding: 64px 20px;
  width: 100%;
}
.company-metrics .company-metrics-wrapper {
  width: 100%;
  max-width: 1019px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}
.company-metrics-wrapper .company-metrics-item {
  padding: 24px;
  box-shadow: 0px 4px 16px rgba(76, 88, 132, 0.08);
  border-radius: 8px;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-direction: column;
}
.company-metrics-item .item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #1D1E21;
  margin: 0 0 24px;
}
.company-metrics-item p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #95989F;
  margin-top: 0;
  min-height: 48px;
}
.company-metrics-item img {
  width: 100%;
  height: 100%;
  max-width: 75px;
  max-height: 26.25px;
}
.company-metrics-item:nth-child(2) img {
  max-width: 105px;
  max-height: 27.66px;
}
.company-metrics-item:nth-child(3) img {
  max-width: 170px;
  max-height: 26.31px;
}
.company-metrics-item:nth-child(4) img {
  max-width: 170px;
  max-height: 40.92px;
}
/*---company-metrics---*/
/*------*/
.sales-recr-prof {
  background: #FFFFFF;
  padding: 64px 20px 38px;
}
.sales-recr-prof h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  margin: 0 auto 46px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sales-recr-prof .sales-recr-prof-icons-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sales-recr-prof-icons-wrapper .sales-recr-prof-icons-block {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sales-recr-prof-icons-wrapper .sales-recr-prof-icons-block:nth-child(1) {
  width: 57%;
}
.sales-recr-prof-icons-wrapper .sales-recr-prof-icons-block:nth-child(2) {
  width: 36%;
}

.sales-recr-prof-icons-wrapper .sales-recr-prof-icons-block img {
  width: 100%;
  height: 100%;
  max-height: 151px;
  max-width: 116px;
}

.sales-recr-prof-brand-icons-block {
  display: flex;
  justify-content: space-around;
  max-width: 1296px;
  width: 100%;
  margin: 0 auto;
  align-items: center;
}
.sales-recr-prof-brand-icons-block div:nth-child(1) img {
  max-width: 98px;
}
.sales-recr-prof-brand-icons-block div:nth-child(2) img {
  max-width: 130px;
}
.sales-recr-prof-brand-icons-block div:nth-child(4) img {
  max-width: 207px;
}
.sales-recr-prof-brand-icons-block div img {
  width: 100%;
  height: 100%;
  max-height: 60px;
  max-width: 237px;
}
.bot-bor {
  padding-bottom: 80px;
  border-bottom: 1px solid #EAEEFD;
}
/* section-trusted */
section.section-trusted {
  padding: 34px 20px;
}
.section-trusted-content-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 1302px;
  font-family: MuseoSansCyrl1, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1D1E21;
}
.section-trusted-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width:100%;
  max-width: 418px;
}
.section-trusted h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin: 32px 0px 0px 0px;
}

/* .section-trusted  p {
  font-weight: 400;
  color: #50535F;
} */
.section-trusted-cont-block-info {
  display: flex;
  align-items: start;
  gap: 18px;
  margin-right: 1px;
}
.section-trusted-cont-block-info:not(:last-child) {
  margin-bottom: 16px;
}
.section-trusted .blue-button {
  max-width: 290px;
  padding: 14px 24px;
  border-radius: 8px;
  margin-top: 24px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-trusted .mxw230 {
  max-width: 230px;
}
/*-------*/
/* section-extentions */
.section-extentions {
  margin:0 auto;
  background: #F4F6FC; 
  padding: 80px 20px;
}
.extentions-content-wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
margin: 0 auto;
max-width: 1296px;
font-family: MuseoSansCyrl1, sans-serif;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #50535F;
}
.extentions-content-wrapper h2 {
  margin-bottom: 0px;
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  color: #1D1E21;
  text-align: center;
}
.extentions-content-wrapper h4 {
  margin: 8px 0px 68px 0px;
  font-family: MuseoSansCyrl1, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #95989F;
  text-align: center;
}
.extentions-grid-wrapper {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  flex-flow: row wrap;
  column-gap: 38px;
  row-gap: 64px;
}
.section-extentions.mob-ver .extentions-card-block-wrapper {
  max-width: 406px;
  height: auto;
  border-radius: 16px;
  background: #FFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section-extentions.mob-ver .dots-container::after,
.section-extentions.mob-ver .dots-container::before {
  background-size: calc(100% / 14) 100% !important;
}
.section-extentions.mob-ver .extentions-card-block-content.new-btn {
  padding-top: 20px;
  padding-bottom: 0;
}
.section-extentions.mob-ver .extentions-card-block-content {
  padding-top: 20px;
  padding-bottom: 32px;
}
.extentions-card-block-wrapper {
  max-width: 406px;
  height: 500px;
  border-radius: 16px;
  background: #FFFF;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.extentions-card-block-wrapper img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.extentions-card-block-wrapper a {
  max-width: 132px;
  display: block;
}
.extentions-card-block-content {
  max-width: 328px;
  margin: 0px auto;
  padding-right: 20px;
  padding-bottom: 32px;
}
.extentions-title-text {
  margin: -35px 0px 16px 0px;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #1D1E21; 
}
.extentions-card-block-wrapper:last-child .extentions-title-text {
  margin: 0px 0px 16px 0px;
}
.extentions-card-block-wrapper:nth-child(3) .extentions-title-text {
  margin-top: -27px;
}
.extentions-body-text {
  height: 120px;
}
.extentions-form-wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 542px;
  margin-top: 64px;
}
/*--max-width: 520px;--*/
.extentions-form-wrapper.box-sw {
  box-shadow: 0px 8px 60px 0px #4C588429;
  border-radius: 12px;
}
section.top-section.homep .top-buttons-block-wrapper .workEmail_input_block,
section.top-section.integrations .top-buttons-block-wrapper .workEmail_input_block,
section.top-section.why-sw .top-buttons-block-wrapper .workEmail_input_block,
.extentions-form-wrapper .workEmail_input_block {
  display: flex;
  justify-content: space-around;
}
.extentions-card-block-content .blue-button {
  padding: 14px 24px;
  background: #1742DB;
  border-radius: 8px;
  max-width: 132px;
  color: #FFFFFF;
  cursor: pointer;
}
.extentions-card-block-content .blue-button:hover {
  background: #1742dbbf;
}
.extentions-card-block-content .blue-button.grey {
  background: var(--light-gray-border);
  max-width: 152px;
  cursor: inherit;
}
.extentions-card-block-content .blue-button.grey:hover {
  background: var(--light-gray-border);
}
.extentions-content-wrapper .orange-button {
  border-radius: 8px;
}
.extentions-content-wrapper .workEmail_input_block input {
  padding-left: 10px;
}
/*-------*/
/* agencies-ratings */
.agencies-ratings {
  padding: 80px 20px;
  border-bottom: 1px solid #EAEEFD;
}
.agencies-ratings-icons-wrapper {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agencies-ratings-icons-wrapper.mobile-v {
  display: none;
}
.agencies-ratings-icons-block {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.agencies-ratings-icons-block img {
  width: 100%;
  height: 100%;
  max-height: 151px;
  max-width: 116px;
}
.agencies-ratings-icons-block:nth-child(1) {
  width: 57%;
}
.agencies-ratings-icons-block:nth-child(2) {
  width: 36%;
}
.agencies-ratings-block img {
  width: 100%;
  height: 100%;
  max-height: 48px;
  max-width: 140px;
}
.raitings img {
  width: 100%;
  height: 100%;
  max-height: 20px;
  max-width: 20px;
}
.agencies-ratings-wrapper {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 1074px;
  margin-top: 40px;
}
.ratings {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ratings p {
  padding-left: 8px;
  font-family: MuseoSansCyrl1, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.4px;
  color: #1D1E21;
}
/*-------*/
/* agencies-ratings */
.lockheed-review-wrapper {
  background: #1742DB;
  width: 100%;
  max-width: 1296px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
  border-radius: 16px;
  max-height: 452px;
}
.lockheed-review-wrapper .left-part,
.lockheed-review-wrapper .right-part   {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 511px;
}
.lockheed-review-wrapper .left-part {
  margin: 72px 0px 56px 0px;
}
.lockheed-review-wrapper .left-part img:first-child{
  width: 172px;
}
.lockheed-review-wrapper .left-part img:last-child{
  width: 272px;
}
.left-part h3 {
  font-family: MuseoSansCyrl1, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  color: #FFFFFF;
  margin: 48px 18px 32px 0px;
}
.middle-part {
  width: 1px;
  height: 340px;
  background: #6584E7;
  margin: auto 0;
}
.lockheed-review-wrapper .right-part p,
.lockheed-review-wrapper .right-part span {
  font-family: MuseoSansCyrl1, sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  text-align: start;
}
.lockheed-review-wrapper .right-part span{
  color: #6584E7;
}
.lockheed-review-wrapper .right-part p:nth-child(2) {
  border-top: 1px solid #6584E7;
  border-bottom: 1px solid #6584E7;
  margin: 0px;
  padding: 24px 0px;
}
/*-------*/
.mobile-img {
  display: none;
  width: 100%;
  height: auto;
  min-height: 168px;
}
.mobile-img-new {
  width: 100%;
  height: 100%;
  max-width: 895px;
  position: relative;
}
.mob-img-t {
  display: none;
}
/*------*/
.right-data-attributes {
  background: #FFFFFF;
  padding: 64px 0 100px;
}
.right-data-attributes h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  margin-bottom: 80px;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.right-data-attributes .right-data-attributes-wrapper {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1096px;
  width: 100%;
  margin: 0 auto;
  flex-flow: row wrap;
}
.right-data-attributes .right-data-attributes-wrapper .right-data-attribute-block {
  flex: 1 1 20%;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.right-data-attributes .right-data-attributes-wrapper .right-data-attribute-block img {
  width: 120px;
  height: 132px;
}
.right-data-attributes .right-data-attributes-wrapper .right-data-attribute-block p {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1D1E21;
  margin: 24px auto 40px;
  text-align: center;
}

/*------*/
.reviews-section {
  padding: 40px 0 50px;
  background: #FFFFFF;
}
.top-section .test-data-image-container {
  width: 100%;
  text-align: center;
}
.top-section .test-data-image-container img {
  width: 100%;
  height: 100%;
  max-width: 866px;
  margin-top: 32px;
  max-height: 520px;
}
.top-section .integrations-test-data-image-container img {
  width: 100%;
  height: 100%;
  max-width: 644px;
  margin-top: 32px;
  max-height: 524px;
}

.reviews-section h3.top-review-title {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: #1D1E21;
  margin: 0 auto 44px;
}
.top-section .second-top-p {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  color: #1742DB;
}
.top-section .second-top-p span {
  margin-bottom: 16px;
}
.reviews-section .reviews-wrapper {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.reviews-wrapper h4{
  margin-bottom: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  color: #1D1E21;
}
.reviews-wrapper .top-review-block {
  width: 100%;
  background: #1742DB;
  border-radius: 16px;
  padding: 56px 80px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-review-block .left-part {
  flex: 1 1 50%;
  padding-right: 56px;
}

.top-review-block .right-part {
  flex: 1 1 50%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 56px;
  flex-direction: column;
}

.top-review-block .left-part p {
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 56px;
  color: #FFFFFF;
  margin: 32px 0;
}
.top-review-block .left-part {
  border-right: 1px solid #ffffff80;
}
.top-review-block .left-part img:first-child {
  width: 100%;
  height: 100%;
  max-width: 215px;
  max-height: 40px;
}
.top-review-block .left-part img.u-da-costa {
  width: 100%;
  height: 100%;
  max-width: 268px;
  max-height: 56px;
}
.top-review-block .right-part p {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  padding: 24px 0;
  width: 100%;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-review-block .right-part p:not(:last-of-type) {
  border-bottom: 1px solid #ffffff80;
}
.top-review-block .right-part p span {
  opacity: 0.5;
  margin-left: 8px;
  text-align: left;
}
.block-other-reviews {
  width: 100%;
  margin-top: 24px;
  margin: 0 auto;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
  position: relative;
}
.block-other-reviews .review-box {
  border: 1px solid black;
  width: 100%;
  margin: 10px 0;
  display: inline-block;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid #DDE0EC;
  border-radius: 8px;
  padding: 32px;
}
.block-other-reviews .review-box p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin: 0 0 32px 0;
}
.block-other-reviews .user-avatar {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-avatar.mob-v {
  display: none;
}
.user-avatar.mob-v > div {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.user-avatar.mob-v > img {
  float: right;
  margin-top: 8px;
}
.block-other-reviews .user-avatar img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 50%;
}
.new-rew .block-other-reviews .user-avatar img:last-child {
  width: 100%;
  max-width: 100px;
  height: 100%;
  margin-right: 0;
  border-radius: inherit;
  margin-left: auto;
}
.block-other-reviews .user-avatar span {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #333333;
}
.new-rew .block-other-reviews .user-avatar span:last-child {
  font-size: 14px;
}
.block-other-reviews .user-avatar span span.review-stars {
  display: block;
  font-size: 10px;
  align-items: center;
  color: gold;
}
.new-rew span.review-stars {
  display: block;
  align-items: center;
  color: gold;
  margin-bottom: 12px;
}
.more-reviews-wrapper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 85.42%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.more-reviews-wrapper .more-reviews-button {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #1D1E21;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.more-reviews-wrapper .more-reviews-button:hover {
  cursor: pointer;
  opacity: 0.56;
}
/*-----*/
.tab-section {
  padding: 64px 20px 72px;
  background: #F4F6FC;
}
.tab-section.sal_rec {
  background: #FFFFFF;
}
.tab-section h3 {
  font-weight: 800;
  font-size: 40px;
  line-height: 130%;
  text-align: center;
  color: #1D1E21;
  margin: 0 0 64px;
}
.tab-section .tab-section-p {
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #50535F;
  margin: 10px 0 80px;
  text-align: center;
}
.tab-section .tab-block-wrapper {
  width: 100%;
  max-width: 1302px;
  margin: 0 auto;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tab-section .tab-block-wrapper img {
  width: 100%;
  max-width: 778px;
}
.tab-section .tab-block-wrapper video {
  width: 100%;
  max-width: 778px;
}
.tab-section.sal_rec .tab-block-wrapper video {
  filter: drop-shadow(0px 16px 40px rgba(76, 88, 132, 0.16));
}

.tab-section-bottom-block-button {
  background: #1742DB;
  padding: 14px 24px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 24px;
  margin-bottom: 8px;
  max-width: max-content;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tab-section .t-sec {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #6584E7;
}
.tab-block-wrapper .tabs-wrapper {
  padding-top: 5px;
  padding-left: 20px;
}
.tab-block-wrapper .tabs {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  list-style-type: none;
  padding-left: 0;
}

.tab-block-wrapper .tabs .item {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  color: #C2C6D6;
  cursor: pointer;
}
.tab-block-wrapper .tabs .item:not(:last-child) {
  margin-right: 40px;
}
.tab-block-wrapper .tabs .item.active {
  color: #1742DB;
  pointer-events: none;
  border-bottom: 3px solid #1742DB;
}
.tabs__list .tab {
  display: none;
  width: 100%;
  max-width: 522px;
}
.tabs__list .tab.active {
  display: block;
}
.tabs__list .tab h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 24px;
}
.tabs__list .tab .tab-info {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #37393F;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tabs__list .tab .tab-info:not(:last-child) {
  margin-bottom: 13px;
}
.tabs__list .tab .tab-info img {
  width: 24px;
  height: 100%;
  margin-right: 14px;
}



/*--bottom-block--*/
.sf-bottom-block {
  background: #1D1E21;
  padding: 74px 0;
}
.sf-bottom-block-wrapper {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}
.sf-bottom-block-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 221px;
  max-height: 40px;
}
.sf-bottom-block-wrapper h4 {
  margin: 48px auto 24px;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sf-bottom-block-wrapper p {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 0 auto;
}
.sf-bottom-block-wrapper .sf-bottom-block-button, .sf-bottom-block-wrapper .sf-bottom-block-button-heartbeat {
  background: #1742DB;
  padding: 14px 24px;
  border-radius: 8px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
  margin-top: 48px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sf-bottom-block-wrapper .sf-bottom-block-button:hover,
.per-correctly-block .per-correctly-button:hover,
.tab-section-bottom-block-button:hover, .top-buttons-block-wrapper .blue-button:hover,
.sf-bottom-block-wrapper .sf-bottom-block-button-heartbeat:hover {
  background: #1742dbbf;
  cursor: pointer;
}

/*---footer---*/
footer.sf-footer {
  padding: 63px 20px 80px;
  background: #F4F6FC;
}
.sf-footer .sf-footer-wrapper {
  width: 100%;
  max-width: 1336px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.sf-footer-wrapper .column {
  max-width: max-content;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.column .sf-footer-column-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  color: #1D1E21;
}
.column .sf-footer-item {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #95989F;
  margin-bottom: 16px;
}
.column .sf-footer-item:hover {
  opacity: 0.75;
}
.social img {
  width: 24px;
  height: 24px;
}

/*--mobile-footer--*/
footer .mobile-footer {
  display: none;
}
.panel-ft-heading {
  margin-top: 5px;
}
.panel-ft .panel-ft-heading div {
  color: #000000;
  font-family: MuseoSansCyrl1, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.01em;
  display: block;
  padding: 10px 40px 10px 15px;
  position: relative;
  transition: 0.3s;
}
.panel-collapse ul li {
  margin-bottom: 14px;
}
.panel-collapse ul li a {
  font-family: MuseoSansCyrl1, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #808080;
}
.panel-ft-heading div img {
  vertical-align: middle;
  margin-right: 15px;
  width: 14px;
  height: 8px;
}
.panel-ft-heading.in div img {
  transform: rotate(180deg);
}
.panel-collapse {
  display: none;
  padding-bottom: 20px;
  padding-left: 15px;
}
.panel-collapse .panel-body {
  padding: 0;
}
.mobile-footer .social img {
  width: 32px;
  height: 32px;
}
.mobile-footer .social {
  margin-bottom: 16px;
}
footer .mobile-footer ul {
  list-style: none;
  margin: 16px 0 0;
  padding-left: 35px;
}
/*--mobile-footer--*/

/*--problem-solution--*/
.problem-solution-common {
  padding: 64px 20px;
  background: #F4F6FC;
}
.problem-solution-common .problem-solution-wrapper {
  width: 100%;
  max-width: 1088px;
  margin: 0 auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.problem-solution-wrapper .item-block {
  width: 100%;
  max-width: 416px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}
.problem-solution-wrapper .item-block:last-child {
  height: max-content;
}
.item-block .item-title {
  width: 100%;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 130%;
  color: #1D1E21;
  margin-bottom: 16px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-block:last-child .item-title {
  margin-bottom: 14px;
}

.item-block .item-title img {
  width: 56px;
  height: 56px;
  margin-right: 16px;
}
.problem-solution-wrapper .item-block p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #50535F;
}
.problem-solution-wrapper .item-block:last-child p {
  font-size: 16px;
  margin: 16px 0 0;
}
.problem-solution-wrapper .center-icon-block {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.problem-solution-wrapper .center-icon-block {
  width: 100%;
  max-width: 256px;
}
.problem-solution-wrapper .center-icon-block img {
  width: 100%;
  height: fit-content;
  max-width: 256px;
}
/*--problem-solution--*/

.arrowImg .arrowImg_wrapper .center-icon-block {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/*--cookies-mobile--*/
.cookie-block {
  display: none;
}
.cookie-block .cookies {
  display: block;
}
.cookies-mobile {
  display: none;
  position: fixed;
  bottom: 65px;
  z-index: 2;
  padding: 16px;
  background-color: var(--white);
  border-radius: 16px;
  box-shadow: 0px 8px 60px 0px rgba(76, 88, 132, 0.16);
}
.cookies-mobile .cookies-mobile-wrapper {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cookies-mobile .cookies-mobile-wrapper img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.cookies-mobile .cookies-content-wrapper {
  width: 100%;
}
.cookies-mobile .cookies-content-wrapper .cookies-title {
  color: #1D1E21;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-align: left;
}
.cookies-mobile .cookies-content-wrapper p {
  color: #50535F;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.4px;
  text-align: left;
  margin: 6px 0 12px 0;
}
.cookies-mobile .cookies-content-wrapper .cookies-m-button {
  border-radius: 8px;
  background: #1742DB;
  padding: 12px 24px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 125%;
  max-width: 135px;
  text-align: center;
  float: right;
}
.cookies-mobile .cookies-content-wrapper .cookies-m-button:hover {
  background: #1742dbbf;
}
/*--cookies-mobile--*/

/*---media---*/
@media screen and (max-width: 1330px) {
  .dropdown-content {
    left: -100px;
  }
}
@media (max-width: 1280px) {
  section.top-section .top-section-media {
      width: 42vw;
      -webkit-filter: drop-shadow(0px 15px 30px rgba(0, 58, 100, 0.24));
      filter: drop-shadow(0px 15px 30px rgba(8, 8, 8, 0.24));
  }
  #prospector-welcome-homepage {
    width: 50vw;
    margin-left: 20px;
  }
}

/* @media (max-width: 1100px) {
  .company-metrics .company-metrics-wrapper {
    grid-template-columns: repeat(3, 31.5%);
  }
} */

@media (min-width: 1201px) and (max-width: 1300px) {
  header.new-btn {
    padding: 35px 51px;
  }
}
@media (min-width: 1101px) and (max-width: 1200px) {
  header.new-btn {
    padding: 35px 11px;
  }
}

@media (min-width: 1244px) and (max-width: 1350px) {
  .extentions-card-block-wrapper {
    max-width: 376px
  }
}
@media (min-width: 1101px) and (max-width: 1117px) {
  header.new-btn div.try-for-free {
    padding: 0;
  }
}
@media screen and (max-width: 1280px) {
  header.new-btn .try-for-free {
    padding: 0 5px;
  }
}

@media screen and (max-width: 1200px) {
  .dropdown-content {
    left: -150px;
  }
}

@media screen and (max-width: 1150px) {
  .dropdown-content {
    left: -200px;
  }
  #prospector-welcome-homepage {
    width: 42vw;
  }
}

@media (max-width: 1024px) {
  section.top-section .top-section-media {
      width: 52vw;
  }
  #prospector-welcome-homepage {
    width: 82vw;
  }
  .top-section-content, .section-trusted-content {
    margin: 40px auto 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .homep .top-section-content {
    margin: 0 auto 40px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .integrations .top-section-content {
    margin: 40px auto 40px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .top-section .top-section-wrapper, .section-trusted-content-wrapper {
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-section.integrations .top-section-wrapper, .section-trusted-content-wrapper {
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-buttons-block-wrapper div.top-section-reviews {
    justify-content: start !important;
  }
}

@media (min-width: 768px) and (max-width: 1230px) {
  .sf-footer .sf-footer-wrapper {
    flex-wrap: wrap;
  }
  .sf-footer .sf-footer-wrapper .column-wr {
    flex: 0 0 33.33333%;
  }
  .sf-footer-wrapper .column {
    padding-left: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1350px) {
  .tab-section .tab-block-wrapper img {
    max-width: 584px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tab-section .tab-block-wrapper video {
    max-width: 600px;
  }
}


@media (max-width: 991px) {
  .tab-section .tab-block-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
  }
  .tab-block-wrapper .tabs-wrapper {
    padding-right: 20px;
    margin-bottom: 20px;
    order: 2;
  }
  .tab-section .tab-section-p {
    margin-bottom: 32px;
  }
  .first-section-wrapper, .per-correctly-block-wrapper, .sales-recr-prof h3,
  .sales-recr-prof .sales-recr-prof-icons-wrapper, .sf-bottom-block-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-review-block .left-part p {
    font-size: 35px;
    line-height: 51px;
  }
  section .sec-content-wrapper {
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  section .sec-content-wrapper .sec-cont-block {
    max-width: 100%;
    order: 2;
  }
  .sec-cont-block .sec-cont-block-button {
    margin: 32px 0;
  }
  section .sec-content-wrapper .sec-img img {
    max-width: 700px;
  }
  .company-metrics .company-metrics-wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .block-other-reviews {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
  .arrowImg .arrowImg_wrapper .center-icon-block {
    display: none;
  }
  .sales-recr-prof-brand-icons-block {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    /* grid-template-rows: repeat(2, 50%); */
    grid-row-gap: 24px;
    grid-column-gap: 32px;
  }
  .sales-recr-prof-brand-icons-block div {
    text-align: center;
  }
}

@media (max-width: 880px) {
  .sales-recr-prof h3, .right-data-attributes h3 {
    display: block;
  }
}

@media (max-width: 850px) {
  .right-data-attributes .right-data-attributes-wrapper .right-data-attribute-block {
    flex: 1 1 33%;
  }
  .right-data-attributes h3, .tab-section h3 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 800px) {
  .agencies-ratings-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 45%);
    /* grid-template-rows: repeat(2, 50%); */
    grid-row-gap: 24px;
    grid-column-gap: 32px;
  }
  .ratings img {
    max-width: 29px;
  }
}

@media (min-width: 752px) and (max-width: 768px) {
  .right-data-attributes h3 {
    padding-left: 29px;
    padding-right: 29px;
  }
}

@media (max-width: 768px) {
  section.top-section {
    margin-top: 84px;
  }
  header {
    padding: 20px 40px;
  }
  header .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.extentions-grid-wrapper.bombora-page .extentions-card-block-wrapper {
  height: 525px;
}

.extentions-grid-wrapper.bombora-page .bombora {
  padding-top: 20px;
}

.dots-container.homep.why-sw {
  max-width: 550px;
  margin: 0 auto;
  margin-top: 15px;
}

@media (max-width: 458px) {
  .extra-item-content-wrapper .dots-container::before,
  .extra-item-content-wrapper .dots-container::after {
    width: 100% !important;
  }
  .extra-item-content-wrapper .dots-container {
    max-width: unset;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .top-section .top-section-content .arrow-right {
    bottom: 4px;
  }
  .top-section:not(.homep) .dots-container {
    max-width: unset;
    width: 262px;
  }
  .top-section:not(.homep) .dots-container::before, 
  .top-section:not(.homep) .dots-container::after {
    background-size: calc(100% / 14) 100% !important;
  }
  .extra-item-content-wrapper .dots-container::before,
  .extra-item-content-wrapper .dots-container::after {
    background-size: calc(100% / 14) 100% !important;
  }
  .sec-cont-block .dots-container {
    max-width: 266px;
  }
  .tabs-wrapper .dots-container {
    max-width: 266px;
  }
  .sec-cont-block .dots-container::before,
  .sec-cont-block .dots-container::after,
  .tabs-wrapper .dots-container::before,
  .tabs-wrapper .dots-container::after {
    background-size: calc(100% / 14) 100% !important;
  }
  .extentions-grid-wrapper.bombora-page .extentions-card-block-content {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .extentions-grid-wrapper.bombora-page .extentions-card-block-wrapper {
    height: auto;
  }
  .extentions-grid-wrapper.bombora-page .dots-container {
    display: flex !important;
    max-width: 261px;
  }
  .extentions-grid-wrapper.bombora-page .dots-container::before,
  .extentions-grid-wrapper.bombora-page .dots-container::after {
    background-size: calc(100% / 14) 100% !important;
  }
  .top-section .top-buttons-block-wrapper, .agencies-ratings-icons-wrapper {
    flex-direction: column;
  }
  section.top-section.integrations {
    padding: 70px 20px 55px;
  }
  .agencies-ratings-icons-block:nth-child(1),
  .agencies-ratings-icons-block:nth-child(2) {
    width: fit-content;
  }
  .top-section .top-buttons-block-wrapper a, .top-section .top-buttons-block-wrapper span,
  .top-section .top-buttons-block-wrapper div {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top-section .top-buttons-block-wrapper a,
  .top-section .top-buttons-block-wrapper div {
    margin: 0;
  }
  .top-section .top-buttons-block-wrapper span {
    margin: 24px 0;
  }
  .reviews-wrapper .top-review-block {
    flex-direction: column;
  }
  .top-review-block .left-part {
    border-right: none;
    border-bottom: 1px solid #ffffff80;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .top-review-block .left-part p {
    font-size: 32px;
    line-height: 130%;
    margin: 24px 0;
  }
  .top-review-block .right-part {
    padding-left: 0;
  }
  .top-review-block .right-part p {
    text-align: left;
    font-size: 20px;
  }
  .sales-recr-prof .sales-recr-prof-icons-wrapper {
    flex-direction: column;
  }
  /* .sales-recr-prof-icons-wrapper .sales-recr-prof-icons-block {
    margin-bottom: 20px;
  } */
  footer.sf-footer {
    padding: 40px 20px;
  }
  footer.sf-footer .mobile-footer {
    display: block;
  }
  footer.sf-footer .sf-footer-wrapper, section .sec-cont-block-title img,
  .mob-arr>h3 img, .mob-arr>h4 img, .tabs__list .tab>h6 img,
  .mob-arr video, .top-section video, .mob-arr .sf-bottom-block-wrapper>h4 img,
  .data-in-bulk video, .cookie-block .cookies {
    display: none;
  }
  .cookies {
    display: none !important;
  }
  .mobile-footer .sf-footer-column-title {
    margin: 0 0 16px;
  }
  .sec-cont-block .mobile-arrow-title {
    display: block;
    width: 21px;
    height: 21px;
    margin-bottom: 24px;
  }
  .mob-arr .mobile-arrow-title {
    display: block;
    width: 21px;
    height: 21px;
    margin: 0 auto 24px;
  }
  .top-section .top-section-content h1 {
    font-size: 46px;
    width: 100%;
  }
  .top-section .top-sec-cont-block-info, .top-section .top-buttons-block-wrapper a,
  .top-section .top-buttons-block-wrapper div,
  .top-section .top-buttons-block-wrapper span, .ex-y-quota .ex-y-quota-item p,
  .tabs__list .tab .tab-info, .tab-section-bottom-block-button, .tab-section .t-sec,
  .right-data-attributes .right-data-attributes-wrapper .right-data-attribute-block p,
  .sec-cont-block p, .sec-cont-block .sec-cont-block-button, .sec-cont-block .small-not-bl,
  .sec-cont-block .sec-cont-block-info, .block-other-reviews .review-box p,
  .lead-defense .lead-defense-content-wrapper .lead-defense-item p,
  section.data-in-bulk .logo > div .logo-text, section.built-in .content .cell p,
  .company-metrics-item p {
    font-size: 14px;
  }
  section.when-can .description p, section.data-in-bulk .description p,
  section.built-in h4, .top-section .second-top-p,
  .top-section .top-section-content p, .problem-solution-wrapper .item-block p {
    font-size: 16px;
  }
  .sales-recr-prof h3, .tabs__list .tab h6, .right-data-attributes h3,
  .sec-cont-block .sec-cont-block-title, section.data-in-bulk .title,
  .company-metrics-item .item-title, .reviews-section h3.top-review-title {
    font-size: 26px;
  }
  .ex-y-quota h4, .tab-section h3, section.lead-defense h4, section.when-can .description .title {
    font-size: 32px;
  }
  .ex-y-quota-item .ex-y-quota-item-title, .tab-section .tab-section-p,
  .lead-defense-content-wrapper .lead-defense-item .lead-defense-item-title {
    font-size: 20px;
  }
  .mobile-img, .cookie-block .cookies-mobile {
    display: block;
  }
  .sf-bottom-block-wrapper h4 {
    margin-top: 13px;
  }
  .top-section .top-section-content h1 img {
    bottom: inherit;
    top: 8px;
  }
  section.data-in-bulk .logo > div .logo-text {
    text-align: left;
  }
  .company-metrics .company-metrics-wrapper {
    grid-template-columns: repeat(2, 47%);
  }
  .company-metrics-item .item-title {
    margin: 0 0 16px;
  }
  .problem-solution-common .problem-solution-wrapper {
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .problem-solution-wrapper .center-icon-block {
    margin: 24px 0 12px;
  }
  .reviews-section h3.top-review-title {
    margin: 0 auto 24px;
  }
  .reviews-section {
    padding: 40px 20px !important;
  }
  .top-section .test-data-image-container img {
    margin-top: 0;
  }
  .section-trusted .blue-button {
    max-width: 100%;
    text-align: center;
  }
  .section-trusted .dots-container {
    max-width: 100%;
  }
  .extentions-card-block-content .blue-button {
    max-width: 100%;
    text-align: center;
  }
  .cookies {
    bottom: 65px;
  }
  section .sec-cont-block-title.dis-n t img.gr-ch {
    display: inherit;
  }
  .block-other-reviews .review-box:not(.mob-review) {
    display: none;
  }
  .block-other-reviews {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
  section.top-section.homep .top-buttons-block-wrapper .orange-button,
  section.top-section.integrations .top-buttons-block-wrapper .orange-button,
  section.top-section.why-sw .top-buttons-block-wrapper .orange-button,
  .extentions-content-wrapper .orange-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .dots-container.homep {
   margin-top: 15px !important;
  }
  .dots-container::before,
  .dots-container::after {
    background-size: calc(100% / 27) 100% !important;
  }
  .dots-container.bombora::before,
  .dots-container.bombora::after {
    background-size: calc(100% / 14) 100% !important;
  }
  .dots-container.homep.form-hidden {
    display: none !important;
  }
  .dots-container.bombora,
  .dots-container.sec-content-wrapper {
    max-width: 265px;
  }
  .dots-container.sec-content-wrapper::before,
  .dots-container.sec-content-wrapper::after {
    background-size: calc(100% / 14) 100% !important;
  }
  .dots-container.white::before,
  .dots-container.white::after {
    background-size: calc(100% / 14) 100% !important;
  }
}

.dots-container.homep {
  max-width: none;
}
.dots-container.section-extentions {
  max-width: none;
}
.dots-container.white {
  width: 100%;
}
.dots-container.white::before,
.dots-container.white::after {
  background: radial-gradient(circle, white 2px, transparent 3px);
  background-size: calc(100% / 14) 100%;
}
.dots-container.section-extentions::before,
.dots-container.section-extentions::after,
.dots-container.homep::before,
.dots-container.homep::after {
  background-size: calc(100% / 27) 100%;
}
.dots-container {
  margin-top: 15px;
  padding: 0;
  border-radius: 10px;
  position: relative;
  max-width: 290px;
  height: 70px;
}
.dots-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 27%;
  background: radial-gradient(circle, #95989e 2px, transparent 3px);
  background-size: calc(100% / 14) 100%;
  top: 0;
  left: 0;
}
.dots-container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 133%;
  background: radial-gradient(circle, #95989e 2px, transparent 3px);
  background-size: calc(100% / 14) 100%;
  bottom: 0;
  left: 0;
}

@media (max-width: 600px) {
  .sec-cont-block .dots-container, .top-section:not(.homep) .dots-container {
    max-width: unset !important;
    width: 100% !important;
  }
  .top-section:not(.homep) .top-buttons-block-wrapper .blue-button {
    width: 100% !important;
  }
  .sec-cont-block .dots-container::before, .sec-cont-block .dots-container::after, 
  .top-section:not(.homep) .dots-container::before, .top-section:not(.homep) .dots-container::after {
    background-size: calc(100% / 27) 100% !important;
  }
  .sec-cont-block .dots-container {
    max-width: unset;
    width: 100%;
  }
  .sec-cont-block .dots-container::before,
  .sec-cont-block .dots-container::after {
    background-size: calc(100% / 27) 100% !important;
  }
}

@media (max-width: 700px) {
  .sales-recr-prof-icons-wrapper .sales-recr-prof-icons-block {
    flex-direction: column;
  }
  /* .sales-recr-prof-icons-block img:nth-child(1) {
    margin-bottom: 30px;
  } */
}

@media (max-width: 600px) {
  .dots-container.homep {
    margin-top: 15px !important;
  }
  .dots-container.bombora,
  .dots-container.sec-content-wrapper {
    max-width: none;
  }
  .dots-container.bombora::before,
  .dots-container.bombora::after,
  .dots-container.sec-content-wrapper::before,
  .dots-container.sec-content-wrapper::after {
    background-size: calc(100% / 27) 100% !important;
  }
  .sec-cont-block .sec-cont-block-button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .sec-cont-block .small-not-bl {
    text-align: center;
    margin-top: -40px;
  }
  section.top-section.homep .top-buttons-block-wrapper .workEmail_input_block,
  section.top-section.integrations .top-buttons-block-wrapper .workEmail_input_block,
  .extentions-form-wrapper .workEmail_input_block {
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: self-start;
  }
  .top-buttons-block-wrapper .workEmail_input_block input, 
  .extentions-content-wrapper .workEmail_input_block input {
    min-height: 56px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }
  section.top-section.homep .top-buttons-block-wrapper .orange-button, 
  section.top-section.integrations .top-buttons-block-wrapper .orange-button,
  .extentions-content-wrapper .orange-button {
    max-width: 100%;
    text-align: center;
  }
  .top-buttons-block-wrapper form, .extentions-content-wrapper form {
    padding: 8px 8px 8px 8px;
  }
  .sales-recr-prof-brand-icons-block {
    grid-template-columns: repeat(1, 100%);
  }
  .ratings {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .ratings img {
    max-width: 14px;
  }
  .agencies-ratings-block {
    text-align: center;
  }
  .user-avatar.desc {
    display: none;
  }
  .user-avatar.mob-v {
    display: block;
  }
}

@media (min-width: 371px) and (max-width: 600px) {
  .agencies-ratings-icons-wrapper.desc-v {
    display: none;
  }
  .agencies-ratings-icons-wrapper.mobile-v {
    display: flex;
    flex-direction: inherit;
    flex-wrap: wrap;
  }
  .agencies-ratings-icons-wrapper.mobile-v img {
    width: 100%;
    height: 100%;
    max-width: 190px;
  }
}

@media (max-width: 550px) {
  .right-data-attributes h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .right-data-attributes .right-data-attributes-wrapper .right-data-attribute-block {
    flex: 1 1 50%;
  }
  /* .block-other-reviews {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  } */
  .reviews-wrapper .top-review-block {
    padding: 26px 40px;
  }
  .top-review-block .right-part p {
    font-size: 20px;
    line-height: 26px;
  }
  .sales-recr-prof h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .sf-bottom-block-wrapper h4 {
    margin: 24px auto 12px;
    font-size: 24px;
    line-height: 32px;
  }
  .sf-bottom-block-wrapper p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .sf-bottom-block-wrapper .sf-bottom-block-button {
    margin-top: 24px;
  }
  /* .reviews-section.hp .reviews-wrapper {
    height: 896px;
    overflow: hidden;
    position: relative;
  }
  .reviews-section.hp .block-other-reviews {
    position: inherit;
  }
  .reviews-section.hp .more-reviews-wrapper {
    height: 690px;
  } */
}
/* @media (min-width: 344px) and (max-width: 464px) {
  .reviews-section.hp .more-reviews-wrapper {
    height: 650px;
  }
} */

@media (max-width: 500px) {
  .mob-img-t {
    display: block;
    margin-top: 16px;
    max-height: 25px;
  }
  .testimonials-full .about .text img {
    display: none;
  }
  section.testimonials-full .typography-h4 {
    font-size: 16px;
  }
  .top-section .second-top-p {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .top-section .second-top-p span:not(:last-child) {
    margin-right: 24px;
  }
}

@media (max-width: 480px) {
  .login-group-mobile {
    top: 35px !important;
  }
  .dropdown-mobile {
    top: 135px !important;
  }
}

.extentions-card-block-content.new-btn.hide-dots {
  padding-bottom: 32px !important;
}
.extentions-grid-wrapper.bombora-page .dots-container {
  display: none;
}
.extentions-card-block-content.new-btn.bombora .dots-container {
  display: flex !important;
}
.extentions-card-block-content.new-btn.bombora .dots-container::before,
.extentions-card-block-content.new-btn.bombora .dots-container::after {
  background-size: calc(100% / 16) 100% !important;
}

.extra-item-content-wrapper .dots-container::before,
.extra-item-content-wrapper .dots-container::after {
  width: 256px;
}

@media (max-width: 445px) {
  .extentions-card-block-content {
    max-width: 100%;
    padding: 0 59px 32px 39px;
  }
  .extentions-card-block-content.new-btn .dots-container {
    width: 288px;
  }
  .extentions-body-text {
    height: auto;
  }
  .extentions-card-block-wrapper {
    width: 100%;
  }
  .sec-cont-block .dots-container::before,
  .sec-cont-block .dots-container::after {
    background-size: calc(100% / 14) 100% !important;
  }
}

@media (min-width: 371px) and (max-width: 430px) {
  .agencies-ratings-icons-wrapper.mobile-v img {
    max-width: 150px !important;
  }
}

@media (max-width: 415px) {
  .tab-block-wrapper .tabs {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .tab-block-wrapper .tabs .item {
    margin-bottom: 20px;
  }
  .top-review-block .right-part p {
    font-size: 16px;
    line-height: 22px;
  }
  .top-review-block .left-part p {
    font-size: 20px;
    line-height: 34px;
    margin: 20px 0;
  }
  .more-reviews-wrapper .more-reviews-button {
    font-size: 18px;
    line-height: 24px;
  }
  .company-metrics .company-metrics-wrapper {
    grid-template-columns: repeat(1, 99%);
  }
  .agencies-ratings-icons-block {
    flex-direction: column;
  }
}

@media (max-width: 370px) {
  .agencies-ratings-wrapper {
    grid-template-columns: repeat(1, 40%);
  }
}

@media (max-width: 365px) {
  .top-section .top-section-content h1 {
    font-size: 40px;
  }
}

@media (max-width: 346px) {
  .top-section .top-buttons-block-wrapper a,
  .top-section .top-buttons-block-wrapper div {
    font-size: 12px;
  }
}
@media (max-width: 343px) {
  .more-reviews-wrapper {
    height: 605px;
  }
  .sf-bottom-block-wrapper .sf-bottom-block-button, .sf-bottom-block-wrapper .sf-bottom-block-button-heartbeat {
    padding: 14px 19px;
  }
}
/* @media (max-width: 321px) {
  .reviews-section.hp .more-reviews-wrapper {
    height: 564px;
  }
} */
.input-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.input-container .placeholder img {
  width: 35px;
  margin-right: 8px;
}

.custom-input {
  font-size: 16px;
  padding: 5px;
}

.placeholder {
  position: absolute;
  top: 50%;
  left: 6px;
  font-size: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  opacity: 0.5;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  font-weight: 100;
  margin-left: 10px;
}

.placeholder.hidden {
  display: none;
}

.email-tick {
  position: absolute;
  right: 16px;
  height: 15px;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.email-tick.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  display: block !important;
}

.top-section:not(.homep) .top-buttons-block-wrapper .blue-button {
  width: max-content;
}

.typography-menu.try-for-free.signup-ft-form {
  width: 267px;
}