/*!
Theme Name: Servicom
Author: Zentix IT Company
Author URI: https://zentixsoft.com/
Description: Theme developed special for Servicom
Version: 1.0.0
Text Domain: www
*/

/* Normalize css START*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
input {
  outline: none;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a,
a:active,
a:focus,
a:focus-visible {
  text-decoration: none;
  color: inherit;
  outline: none;
}
a:focus-visible {
  outline: none !important;
}
li {
  list-style-type: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input {
  border-radius: 0;
}
input[type="search"],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
html {
  scroll-behavior: smooth;
}
button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  outline: none;
}
/* Normalize css END */

body {
  font-family: "Mulish", sans-serif;
}

.no-scroll {
  overflow: hidden;
}

.burger-menu {
  display: none;
}

.wide-wrapper {
  max-width: 1400px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.narrow-wrapper {
  /* max-width: 1356px; */
  max-width: 1164px;
  width: calc(100% - 80px);
  margin: 0 auto;
}

.full-page-wrapper {
  width: calc(100% - 80px);
  max-width: 1648px;
  margin: 0 auto;
}

header {
  padding: 16px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  background: #fff;
}

main {
  margin-top: 66px;
}

header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.transparent-button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid #bdbdbd;
  background: #fff;
  color: #292929;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.827px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.transparent-button:hover {
  border: 1px solid var(--buttons-stroke-default-300, #dcdcdc);
  background: var(--buttons-bg-default-50, #fff);
  color: var(--buttons-text-default-600, #656565);
}

.orange-button,
.wpcf7-submit {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--buttons-bg-secondary-500, #fe9a00);
  color: var(--buttons-text-default-50, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 114.286% */
  letter-spacing: -0.827px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
  outline: none;
}

.wpcf7-submit {
  height: 60px;
}

.orange-button.small {
  font-size: 14px;
  padding: 12px 20px;
}

.orange-button:hover,
.wpcf7-submit:hover {
  background: var(--buttons-bg-secondary-400, #ffbe1b);
}

.header-menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.header-menus .separator {
  width: 1px;
  height: 17px;
  background: #bdbdbd;
}

.header-menu-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  color: var(--buttons-text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.827px;
}

.header-menu-primary a,
.header-menu-secondary a,
.footer-menu a,
.footer-menu-wrapper .contacts-block .link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.header-menu-primary .current-menu-item a,
.header-menu-secondary .current-menu-item a {
  color: #293aff;
}

.header-menu-primary a:hover,
.header-menu-secondary a:hover,
.footer-menu a:hover,
.footer-menu-wrapper .contacts-block .link:hover {
  color: #293aff;
}

.header-menu-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  color: var(--buttons-text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.827px;
}

.grey-section {
  background: #f9f9f9;
}

.section-padding-160 {
  padding: 160px 0;
}

.hero-section {
  padding-top: 100px;
}

.hero-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.hero-texts {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.site-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 100px;
  border: 1px solid #4c68ff;
  margin-bottom: 24px;
}

.site-label .blue-circle {
  width: 8px;
  height: 8px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #4c68ff;
}

.hero-title {
  margin-bottom: 32px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.28px;
}

.hero-title .bracket {
  color: #293aff;
}

.hero-text {
  max-width: 572px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.44px;
  margin-bottom: 32px;
}

.hero-image {
  width: 40vw;
  max-width: 870px;
  gap: 8px;
}

.contain-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.our-advantages-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.site-heading {
  color: var(--text-default-950, #292929);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 100% */
  letter-spacing: -0.96px;
  max-width: 572px;
  margin: 0 auto;
}

.our-advantages-list {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 100px;
  position: relative;
}

/* .our-advantages-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background: repeating-linear-gradient(
    to bottom,
    #152ae9,
    #152ae9 4px,
    transparent 4px,
    transparent 12px
  );
} */

.our-advantages-list:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  border-left: 2px dashed #152ae9;
}

.our-advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  gap: 256px;
  position: relative;
}

.our-advantages-item:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjYiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAyNiAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTMiIGN5PSIxMyIgcj0iOS41IiBmaWxsPSJ3aGl0ZSIgc3Ryb2tlPSIjMjkzQUZGIiBzdHJva2Utd2lkdGg9IjciLz4KPC9zdmc+Cg==);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
}

.our-advantages-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.our-advantages-item .text-column {
  max-width: 454px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.our-advantages-item .title {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.4px;
}

.our-advantages-item .text {
  color: var(--text-default-600, #656565);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  /* font-weight: 500; */
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.36px;
}

.our-advantages-item .image-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 454px;
}

.our-advantages-item .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 390px;
  /* padding: 36px 55px; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #efefef;
  background: #f9f9f9;
  border-radius: 16px;
  overflow: hidden;
}

.our-advantages-item .image-column .image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.forms-section {
  padding: 100px 0;
  padding: 160px 0;
}

.last-forms {
  padding-top: 160px;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding {
  padding: 0;
}

.blue-wrapper {
  border-radius: 28px;
  background: #152ae9;
  padding: 100px 124px;
}

.forms-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 138px;
}

.forms-wrapper .text-column,
.forms-wrapper .forms-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.forms-wrapper .text-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  max-width: 572px;
}

.forms-wrapper-title {
  font-family: "Mulish", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.96px;
}

.forms-wrapper-text {
  color: var(--text-default-50, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  line-height: 135%;
  max-width: 572px;
}

.blue-wrapper .forms-wrapper-title,
.blue-wrapper .forms-wrapper-text,
.blue-wrapper .tab-button,
.blue-wrapper .form-tab-text {
  color: var(--text-default-50, #fff);
}

.blue-wrapper .form-tabs:before {
  background: var(--bg-default-50, #fff);
}

.site-tabs,
.form-tabs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 12px;
  position: relative;
}

.site-tabs:before,
.form-tabs:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  content: 0;
  width: 99%;
  height: 5px;
  border-radius: 100px;
  overflow: hidden;
}

.tab-indicator {
  position: absolute;
  bottom: 0;
  height: 5px;
  background-color: #fe9a00;
  border-radius: 100px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 0;
  left: 0;
}

.tabs .tab-button,
.form-tabs .tab-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  color: var(--text-default-50, #fff);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  padding: 0;
  position: relative;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.forms-column .tabs-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.form-tab-text {
  max-width: 335px;
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.26px;
}

.tab-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.form_item .select,
.form_item input:not(.wpcf7-submit) {
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 10px;
  width: 100%;
  border: none;
  outline: none;
  height: 58px;
  position: relative;
  color: var(--input-text-default-950, #292929);
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.827px;
  border-radius: 6px;
  background: var(--input-bg-default-50, #fff);
}

.form_item.full {
  width: 100%;
}

.iti--allow-dropdown input::placeholder {
  display: none !important  ;
}

.wpcf7-submit {
  border: none;
  outline: none;
  width: 100%;
}
.form_item.input {
  border-radius: 6px;
  background: var(--input-bg-default-50, #fff);
}

.form_item.input input {
  background: transparent;
  z-index: 2;
}

.wpcf7-not-valid-tip {
  display: none;
}

.contact-form-wrapper .form_item.field-error .wpcf7-not-valid-tip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #e7000b;
  font-weight: normal;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.28px;
  position: absolute;
  width: 100%;
  min-width: 200px;
  left: 0;
}

.contact-form-wrapper .form_item.with_icon.field-error .wpcf7-not-valid-tip {
  left: -40px;
}

.contact-form-wrapper .form_item.phone.field-error .wpcf7-not-valid-tip {
  bottom: -27px
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

/* .feedbacks-section {
  padding-bottom: 160px;
} */

.feedbacks-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.feedback-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feedbacks-slider-wrapper {
  width: 100%;
  position: relative;
}

.feedback-slider {
  margin-top: 80px;
  position: relative;
}

.feedback-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 138px;
  margin: 0 4px;
}

.feedback-slider-nav-wrapper {
  position: absolute;
  left: 0;
  top: 160px;
  z-index: 2;
}

.feedback-slider .slick-dots {
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.feedback-slider .slick-dots li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.feedback-slider .slick-dots button {
  border: none;
  font-size: 0;
  color: transparent;
  width: 16px;
  height: 16px;
  aspect-ratio: 1/1;
  background: transparent;
  border: 2px solid #293aff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  cursor: pointer;
}

.feedback-slider .slick-dots li.slick-active button {
  background: #293aff;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.feedback-item .feedback-left-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 150px;
}

.feedback-item .author-name {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.44px;
  margin-bottom: 4px;
}

.feedback-item .feedback-right-column {
  width: 690px;
  position: relative;
  aspect-ratio: 690/480;
}

.feedback-item .feedback-country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.feedback-item .feedback-country img {
  width: 22px;
  height: 16px;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback-item .feedback-text {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin: 32px 0;
}

.feedback-item .feedback-date {
  color: var(--text-default-400, #989898);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.32px;
}

.feedback-item .feedback-right-column .image-wrapper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.contact-form-wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}

.contact-form-wrapper .form_item {
  width: calc(50% - 6px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
}

.contact-form-wrapper .form_item.country .new-select__item {
  position: relative;
}

.contact-form-wrapper .form_item.country .new-select__item:nth-child(2),
.contact-form-wrapper .form_item.country .new-select__item:nth-child(3) {
  padding-left: 28px;
}
.contact-form-wrapper .form_item.country .new-select__item:nth-child(2):before {
  position: absolute;
  display: block;
  content: "";
  left: 4px;
  top: 18px;
  width: 22px;
  height: 16px;
  background-image: url("/wp-content/uploads/2025/06/sweden.png");
  background-position: center;
  background-repeat: no-repeat;
}

.contact-form-wrapper .form_item.country .new-select__item:nth-child(3):before {
  position: absolute;
  display: block;
  content: "";
  left: 4px;
  top: 18px;
  width: 22px;
  height: 16px;
  background-image: url("/wp-content/uploads/2025/06/danmark.png");
  background-position: center;
  background-repeat: no-repeat;
}

.contact-form-wrapper .form_item.field-error {
  margin-bottom: 14px;
}

.contact-form-wrapper .form_item.field-error .select,
.contact-form-wrapper .form_item.field-error:not(.with_icon) input,
.contact-form-wrapper .form_item.with_icon.field-error {
  border: 1px solid #e7000b;
}
.contact-form-wrapper .form_item.field-error label {
  color: #e7000b;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.26px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.newsletter-message {
  margin-top: 12px;
  font-size: 14px;
  position: absolute;
  bottom: -4px;
  color: #e7000b;
}

.newsletter-message.success {
  color: green;
}

.newsletter-message.error {
  color: red;
}

.contact-form-wrapper .form_item.full {
  width: 100%;
}

.contact-form-wrapper .form_item.with_icon {
  padding-left: 48px;
  position: relative;
}

.contact-form-wrapper .form_item.with_icon input {
  padding-left: 0;
}

.contact-form-wrapper .form_item.with_icon:before {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-position: center;
  background-repeat: no-repeat;
}

.contact-form-wrapper .form_item.name:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEwQzE0LjIwOTEgMTAgMTYgOC4yMDkxNCAxNiA2QzE2IDMuNzkwODYgMTQuMjA5MSAyIDEyIDJDOS43OTA4NiAyIDggMy43OTA4NiA4IDZDOCA4LjIwOTE0IDkuNzkwODYgMTAgMTIgMTBaIiBzdHJva2U9IiNCREJEQkQiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMjAgMTcuNUMyMCAxOS45ODUgMjAgMjIgMTIgMjJDNCAyMiA0IDE5Ljk4NSA0IDE3LjVDNCAxNS4wMTUgNy41ODIgMTMgMTIgMTNDMTYuNDE4IDEzIDIwIDE1LjAxNSAyMCAxNy41WiIgc3Ryb2tlPSIjQkRCREJEIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
}
.contact-form-wrapper .form_item.last_name:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDEwQzE0LjIwOTEgMTAgMTYgOC4yMDkxNCAxNiA2QzE2IDMuNzkwODYgMTQuMjA5MSAyIDEyIDJDOS43OTA4NiAyIDggMy43OTA4NiA4IDZDOCA4LjIwOTE0IDkuNzkwODYgMTAgMTIgMTBaIiBzdHJva2U9IiNCREJEQkQiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMjAgMTcuNUMyMCAxOS45ODUgMjAgMjIgMTIgMjJDNCAyMiA0IDE5Ljk4NSA0IDE3LjVDNCAxNS4wMTUgNy41ODIgMTMgMTIgMTNDMTYuNDE4IDEzIDIwIDE1LjAxNSAyMCAxNy41WiIgc3Ryb2tlPSIjQkRCREJEIiBzdHJva2Utd2lkdGg9IjIiLz4KPC9zdmc+Cg==);
}
.contact-form-wrapper .form_item.email:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgN0wxMC4xNjQ5IDEyLjcxNTRDMTAuODI2MSAxMy4xNzgzIDExLjE1NjcgMTMuNDA5NyAxMS41MTYzIDEzLjQ5OTNDMTEuODMzOSAxMy41Nzg1IDEyLjE2NjEgMTMuNTc4NSAxMi40ODM3IDEzLjQ5OTNDMTIuODQzMyAxMy40MDk3IDEzLjE3MzkgMTMuMTc4MyAxMy44MzUxIDEyLjcxNTRMMjIgN002LjggMjBIMTcuMkMxOC44ODAyIDIwIDE5LjcyMDIgMjAgMjAuMzYyIDE5LjY3M0MyMC45MjY1IDE5LjM4NTQgMjEuMzg1NCAxOC45MjY1IDIxLjY3MyAxOC4zNjJDMjIgMTcuNzIwMiAyMiAxNi44ODAyIDIyIDE1LjJWOC44QzIyIDcuMTE5ODQgMjIgNi4yNzk3NiAyMS42NzMgNS42MzgwM0MyMS4zODU0IDUuMDczNTQgMjAuOTI2NSA0LjYxNDYgMjAuMzYyIDQuMzI2OThDMTkuNzIwMiA0IDE4Ljg4MDIgNCAxNy4yIDRINi44QzUuMTE5ODQgNCA0LjI3OTc2IDQgMy42MzgwMyA0LjMyNjk4QzMuMDczNTQgNC42MTQ2IDIuNjE0NiA1LjA3MzU0IDIuMzI2OTggNS42MzgwM0MyIDYuMjc5NzYgMiA3LjExOTg0IDIgOC44VjE1LjJDMiAxNi44ODAyIDIgMTcuNzIwMiAyLjMyNjk4IDE4LjM2MkMyLjYxNDYgMTguOTI2NSAzLjA3MzU0IDE5LjM4NTQgMy42MzgwMyAxOS42NzNDNC4yNzk3NiAyMCA1LjExOTg0IDIwIDYuOCAyMFoiIHN0cm9rZT0iI0JEQkRCRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
}

.contact-form-wrapper .form_item.phone:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNDUwNTkgOS4yOTg2NkM5LjE0NjU5IDEwLjc0ODMgMTAuMDk1NCAxMi4xMDY5IDExLjI5NyAxMy4zMDg1QzEyLjQ5ODUgMTQuNTEwMSAxMy44NTcyIDE1LjQ1ODkgMTUuMzA2OCAxNi4xNTQ5QzE1LjQzMTUgMTYuMjE0NyAxNS40OTM4IDE2LjI0NDcgMTUuNTcyNyAxNi4yNjc3QzE1Ljg1MzEgMTYuMzQ5NCAxNi4xOTczIDE2LjI5MDcgMTYuNDM0OCAxNi4xMjA3QzE2LjUwMTYgMTYuMDcyOCAxNi41NTg3IDE2LjAxNTcgMTYuNjczIDE1LjkwMTRDMTcuMDIyNiAxNS41NTE4IDE3LjE5NzUgMTUuMzc3IDE3LjM3MzIgMTUuMjYyN0MxOC4wMzYxIDE0LjgzMTcgMTguODkwNyAxNC44MzE3IDE5LjU1MzYgMTUuMjYyN0MxOS43Mjk0IDE1LjM3NyAxOS45MDQyIDE1LjU1MTggMjAuMjUzOCAxNS45MDE0TDIwLjQ0ODYgMTYuMDk2MkMyMC45ODAxIDE2LjYyNzcgMjEuMjQ1OCAxNi44OTM0IDIxLjM5MDIgMTcuMTc4OEMyMS42NzcyIDE3Ljc0NjMgMjEuNjc3MiAxOC40MTY2IDIxLjM5MDIgMTguOTg0MkMyMS4yNDU4IDE5LjI2OTUgMjAuOTgwMSAxOS41MzUzIDIwLjQ0ODYgMjAuMDY2N0wyMC4yOTEgMjAuMjI0M0MxOS43NjE0IDIwLjc1NCAxOS40OTY2IDIxLjAxODggMTkuMTM2NSAyMS4yMjFDMTguNzM3IDIxLjQ0NTUgMTguMTE2NSAyMS42MDY4IDE3LjY1ODMgMjEuNjA1NEMxNy4yNDU0IDIxLjYwNDIgMTYuOTYzMiAyMS41MjQxIDE2LjM5ODcgMjEuMzYzOUMxMy4zNjUzIDIwLjUwMjkgMTAuNTAzIDE4Ljg3ODUgOC4xMTQ5NyAxNi40OTA1QzUuNzI2OTkgMTQuMTAyNSA0LjEwMjUyIDExLjI0MDEgMy4yNDE1NSA4LjIwNjc1QzMuMDgxMzQgNy42NDIzIDMuMDAxMjQgNy4zNjAwOCAzLjAwMDAxIDYuOTQ3MTNDMi45OTg2NCA2LjQ4ODkxIDMuMTYwMDEgNS44Njg0MiAzLjM4NDQzIDUuNDY4OTFDMy41ODY2OCA1LjEwODg4IDMuODUxNDkgNC44NDQwNyA0LjM4MTExIDQuMzE0NDVMNC41Mzg3NCA0LjE1NjgxQzUuMDcwMTkgMy42MjUzNyA1LjMzNTkxIDMuMzU5NjUgNS42MjEyOSAzLjIxNTNDNi4xODg4NSAyLjkyODIzIDYuODU5MTIgMi45MjgyMyA3LjQyNjY4IDMuMjE1M0M3LjcxMjA2IDMuMzU5NjUgNy45Nzc3OCAzLjYyNTM3IDguNTA5MjIgNC4xNTY4MUw4LjcwNDA5IDQuMzUxNjhDOS4wNTM3IDQuNzAxMjkgOS4yMjg1IDQuODc2MDkgOS4zNDI3OSA1LjA1MTg3QzkuNzczNzggNS43MTQ3NiA5Ljc3Mzc4IDYuNTY5MzQgOS4zNDI3OCA3LjIzMjIzQzkuMjI4NSA3LjQwODAxIDkuMDUzNyA3LjU4MjgxIDguNzA0MDkgNy45MzI0MkM4LjU4OTc4IDguMDQ2NzMgOC41MzI2MiA4LjEwMzg4IDguNDg0NzggOC4xNzA3QzguMzE0NzcgOC40MDgxMyA4LjI1NjA3IDguNzUyMzkgOC4zMzc3OSA5LjAzMjc0QzguMzYwNzkgOS4xMTE2MyA4LjM5MDcyIDkuMTczOTcgOC40NTA1OSA5LjI5ODY2WiIgc3Ryb2tlPSIjQkRCREJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
}

.contact-form-wrapper .form_item.with_icon label {
  left: 48px;
}

.contact-form-wrapper .form_item label {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  color: var(--input-text-default-400, #989898);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.827px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.contact-form-wrapper .form_item.selected label {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.26px;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  color: #293aff;
}

.contact-form-wrapper .form_item.selected input {
  padding-top: 25px;
}

.submit_item {
  width: 100%;
  /* margin-top: 20px; */
}

.new-select {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5px;
  z-index: 2;
}

/* .new-select__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  cursor: pointer;
  width: 100%;
  z-index: 3;
  background: #fff;
  user-select: none;
  border-radius: 6px;
  background: var(--card-bg-default-50, #fff);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 20px 4px 12px 4px;
} */

.new-select__list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  cursor: pointer;
  width: 100%;
  z-index: 3;
  background: var(--card-bg-default-50, #fff);
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  overflow-x: hidden;
  /* padding: 20px 20px 12px 4px; */
  padding: 20px 4px 12px 4px;
  max-height: 300px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.iti__country-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  cursor: pointer;
  width: 100%;
  z-index: 3;
  padding: 20px 4px 12px 4px !important;
  max-height: 300px;
  overflow: hidden !important;
  border-radius: 6px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.new-select__list::-webkit-scrollbar {
  width: 8px;
  margin-left: 4px;
}

.new-select__list::-webkit-scrollbar-track {
  background: transparent;
  margin-left: 4px;
  border-radius: 6px;
}

.new-select__list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  border: 2px solid transparent;
  background-clip: content-box;
}

.new-select__list:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}

.new-select__list.on {
  display: block;
}

.new-select__item span {
  display: block;
  padding: 8px 12px;
  color: var(--input-text-default-950, #292929);
  text-align: left;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.827px;
}

.new-select__item {
  position: relative;
  padding: 8px 12px;
  transition: all 0.3s;
  border-radius: 6px;
}

.new-select__item.active:after {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 12px;
  right: 4px;
  content: "";
  display: block;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTIuMzMzM0w5LjY2NjY3IDE3TDE5IDciIHN0cm9rZT0iIzI5M0FGRiIgc3Ryb2tlLXdpZHRoPSIxLjgxODE4IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.new-select__item:first-child {
  pointer-events: none;
}

.new-select__item:first-child span {
  color: var(--input-text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 8px 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: -0.827px;
  border-bottom: 1px solid var(--stroke-default-200, #dcdcdc);
  margin-bottom: 12px;
}

.new-select__item:hover {
  background: #efefef;
}

.new-select:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 4px;
  top: 10px;
  background: url(/wp-content/themes/servicom/assets/images/form-arrow.svg)
    no-repeat right center / cover;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.27s ease-in-out;
  transition: all 0.27s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.new-select.on:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.offers-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offers-list {
  margin-top: 80px;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 12px;
}

.offer-item {
  position: relative;
}

.offer-item:hover {
  z-index: 10;
}

.offer-item:hover .offer-item-content {
  box-shadow: -4px -2px 25.5px 0px rgba(0, 0, 0, 0.1);
  -webkit-transform: rotate(-5deg) translate(-28px, -28px);
  transform: rotate(-5deg) translate(-28px, -28px);
}

.offer-item:hover .offer-count {
  -webkit-transform: rotate(5deg) translate(28px, 28px);
  transform: rotate(5deg) translate(28px, 28px);
}

.offer-item-content {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 220px;
  padding: 40px 18px 20px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  border: 1.158px solid rgba(225, 225, 225, 0.01);
  background: var(--card-bg-default-50, #fff);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offer-count {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1.158px solid rgba(225, 225, 225, 0.01);
  background: var(--card-bg-default-100, #efefef);
  padding: 20px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: var(--text-default-600, #656565);
  text-align: right;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.36px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.offer-name {
  color: var(--text-default-950, #292929);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.36px;
}

.offer-image {
  width: 91px;
  height: 85px;
}

.title-with-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 50px;
}

.site-tabs .tab-button {
  color: var(--text-default-600, #656565);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.beneficial-wrapper .title-with-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.beneficial-wrapper .site-heading {
  text-align: left;
  margin: 0;
}

.beneficial-wrapper .site-tabs {
  width: 50%;
}

.site-tabs .tab-indicator {
  background: #293aff;
}

.site-tabs:before {
  background: var(--bg-default-100, #efefef);
}

.site-tabs .tab-button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.site-tabs .tab-button.active {
  color: #292929;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.beneficial-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 100px;
  min-height: 450px;
}

.beneficial-tab .image-column {
  width: 52%;
  height: 402px;
}

.beneficial-tab .left-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.beneficial-tab .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.beneficial-tab .tab-list li {
  width: 100%;
  padding-bottom: 32px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  line-height: 135%;
  border-bottom: 1px solid #dcdcdc;
  padding-left: 20px;
  position: relative;
}

.beneficial-tab .tab-list li:before {
  position: absolute;
  left: 0;
  top: 6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  border: 4px solid #293aff;
  content: "";
  display: block;
}

.beneficial-tab .tab-list li:last-child {
  border-bottom: none;
}

.link-button,
.beneficial-tab .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--elements-secondary-500, #fe9a00);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.827px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.link-button:hover,
.beneficial-tab .link:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.start-selling-section {
  /* padding-top: 0; */
}

.subscribe-section {
  padding-bottom: 0;
}

.subscribe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 32px;
}

.subscribe-wrapper .forms-wrapper-text {
  text-align: center;
  max-width: 644px;
}

.newsletter-input-wrapper {
  max-width: 835px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
}

.start-selling-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.start-selling-wrapper .site-heading {
  max-width: 432px;
}

.steps-list {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
  width: 100%;
}

.step-item {
  position: relative;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 28px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.step-item:hover {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.step-item .left-side {
  background: #f9f9f9;
  padding: 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 40px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  width: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  height: 100%;
  border-radius: 28px 0 0 28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.step-item:hover .left-side {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.step-item:hover .right-side {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  box-shadow: none;
}

.step-icon {
  overflow: hidden;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-item .left-side p {
  max-width: 374px;
}

.step-item .right-side {
  width: 50%;
  border-radius: 28px;
  background: var(--bg-default-50, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--text-default-950, #292929);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.72px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  height: 100%;
  border-radius: 28px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.step-index {
  color: var(--text-default-400, #989898);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.blog-on-main {
  padding: 100px 0;
}

.blog-on-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-on-main-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 476px;
}

.blog-on-main-texts .site-heading {
  text-align: left;
  margin-bottom: 32px;
}

.blog-list-on-main {
  width: 50%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.blog-list .blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.01);
  background: var(--bg-grey-50, #f9f9f9);
  padding: 24px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-list .blog-item:hover {
  background: #efefef;
}

.blog-list .blog-item .title {
  margin-bottom: 8px;
  color: var(--text-default-950, #292929);
  text-overflow: ellipsis;
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.4px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 42px;
}

.post-date {
  overflow: hidden;
  color: var(--text-default-600, #656565);
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.26px;
  margin-bottom: 20px;
}

.blog-item .photo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 14px;
  overflow: hidden;
}

.blog-item .photo-link:after {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.25);
  top: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.blog-item .photo-link:hover:after {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-item .photo-link span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--text-default-50, #fff);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.827px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2;
}

.blog-item .photo-link img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-item .photo-link:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-item .photo-link:hover span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.contacts-section {
  padding: 60px 0 160px 0;
  padding: 160px 0 260px 0;
}

.contacts-section .wide-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 110px;
  margin-top: 80px;
}

.contacts-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.contacts-left .decor {
  width: 100%;
  height: 517px;
  position: absolute;
  top: -100px;
  left: -8vw;
  z-index: 1;
}

.contacts-left .image-wrapper {
  position: relative;
  border-radius: 16px;
  width: 100%;
  z-index: 2;
}

.contacts-left .image-wrapper:after {
  position: absolute;
  display: block;
  content: "";
  width: 97%;
  height: 100%;
  border-radius: 16px;
  background: #293aff;
  -webkit-transform: rotate(1.808deg);
  transform: rotate(1.808deg);
  top: 0;
  left: 30px;
  z-index: -1;
}

.contacts-left .image-block {
  position: relative;
}

.contacts-left img {
}

.contacts-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
  max-width: 572px;
}

.contacts-text {
  color: var(--text-default-600, #656565);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.32px;
}

.contacts-right .contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
}

.contacts-right .contacts-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contacts-right .contacts-block-item .label {
  overflow: hidden;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.4px;
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.contacts-right .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  width: 44px;
  height: 44px;
  border-radius: 6px;
  background: var(--buttons-bg-secondary-500, #fe9a00);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contacts-right .social-item:hover {
  background: var(--buttons-bg-secondary-400, #ffbe1b);
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

footer {
  padding: 40px 0 8px 0;
  border-top: 4px solid var(--stroke-secondary-500, #fe9a00);
  background: var(--bg-grey-50, #f9f9f9);
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}

.footer-bottom {
  padding: 12px 0;
  border-top: 1px solid var(--stroke-default-200, #dcdcdc);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.privacy-link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: var(--text-default-950, #292929);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.827px;
  text-decoration: underline;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.privacy-link:hover {
  color: #293aff;
}

.footer-bottom .text {
  color: var(--text-default-950, #292929);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: lowercase;
  letter-spacing: -0.827px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-top .site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 197px;
  overflow: hidden;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.26px;
}

.footer-top .site-branding .footer-text {
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

.footer-top .site-branding img {
  width: 100%;
}

.footer-menu-wrapper {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.footer-menu-wrapper .label {
  overflow: hidden;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.3px;
  margin-bottom: 24px;
}

.footer-menu,
.footer-menu-wrapper .contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.28px;
}

.footer-menu-wrapper .social-links {
  margin-top: 24px;
  gap: 12px;
}
.footer-menu-wrapper .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 24px;
  height: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-subscribe {
  width: 548px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  overflow: hidden;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: -0.4px;
}

.footer-subscribe .newsletter-input-wrapper {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.to-top-button {
  position: fixed;
  width: 44px;
  height: 44px;
  padding: 10px;
  cursor: pointer;
  right: 40px;
  bottom: 0px;
  background: #293aff;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  visibility: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 6px;
}

.to-top-button.visible:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.to-top-button.visible {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  visibility: visible;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}

.make-decisions {
  padding-bottom: 0;
}

.make-decisions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 138px;
}

.make-decisions-wrapper .text-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.make-decisions-wrapper .site-heading {
  text-align: left;
}

.make-decisions-wrapper p {
  margin: 32px 0;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.make-decisions-wrapper .image-column {
  width: 50vw;
  max-width: 690px;
  border-radius: 16px;
  border: 12px solid var(--elements-default-50, #fff);
  background: var(--bg-grey-50, #f9f9f9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 102.469px 187.964px 101.425px 186.814px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.for-business {
  padding-top: 100px;
}

.for-business .site-heading {
  max-width: 658px;
}

.with-us-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.servicom-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 80px;
}

.servicom-item {
  aspect-ratio: 341/260;
  border-radius: 16px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  position: relative;
  border-radius: 16px;
  background: var(--card-bg-default-50, #fff);
}

.servicom-list.no-anim .servicom-item {
  aspect-ratio: 341/206;
}

.servicom-item .content {
  position: absolute;
  width: calc(100% - 48px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  bottom: -44px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.servicom-list.no-anim .content {
  position: relative;
  bottom: 0;
  width: 100%;
}

.servicom-item:hover .content {
  bottom: 24px;
}

.servicom-list.no-anim .servicom-item:hover .content {
  bottom: 0;
}

.servicom-item.no-anim:hover .content {
  bottom: 0;
}

.servicom-item .title {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.4px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}

.servicom-list.no-anim .servicom-item .title {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.servicom-item .text {
  color: var(--buttons-stroke-default-600, #656565);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.servicom-list.no-anim .icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--text-default-400, #989898);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 24.3px */
}

.whatever-you-do-section {
  padding-bottom: 0;
}

.whatever-you-do-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 142px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.whatever-you-do-wrapper .image-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 615px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.whatever-you-do-wrapper .image-column .decor {
  position: absolute;
  top: -0;
  right: -80px;
  width: 100%;
}

.whatever-you-do-wrapper .whatever-image {
  z-index: 1;
  position: relative;
}

.whatever-you-do-wrapper .text-column {
  width: 572px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.whatever-you-do-wrapper .text-column .site-heading {
  text-align: left;
}

.whatever-you-do-list {
  margin-top: 80px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.whatever-you-do-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 24px;
  border-bottom: 1px solid #dcdcdc;
}

.whatever-you-do-list .texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.whatever-you-do-list .texts .index {
  color: var(--text-default-400, #989898);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.32px;
}

.page-second-section {
  padding: 100px 0;
}

.page-second-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 138px;
}

.page-second-section-wrapper .texts-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.page-second-section-wrapper .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.page-second-section-wrapper .site-heading {
  text-align: left;
}

.page-second-section-wrapper .text {
  margin-top: 32px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.page-second-section-wrapper .image-column {
  width: 50vw;
  aspect-ratio: 690/608;
  max-width: 690px;
}

.not-main-page-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.not-main-page-banner-wrapper .banner-title {
  color: var(--text-default-950, #292929);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -1.28px;
  max-width: 960px;
}

.not-main-page-banner-wrapper .banner-text {
  margin: 32px 0;
  color: var(--text-default-950, #292929);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.44px;
}

.not-main-page-banner {
  padding-top: 100px;
  position: relative;
}

.banner-decor {
  position: absolute;
  left: 0;
  /* bottom: 140px; */
  bottom: 7vw;
  z-index: 1;
  width: 95vw;
}

.not-main-page-banner .banner-image {
  margin-top: 80px;
}

.b2b-banner .banner-image {
  width: 97vw;
  margin-left: -3vw;
}

.b2b-banner .banner-image img {
  width: 100%;
}

.privacy-policy-page {
  padding: 32px 0 160px 0;
}

.privacy-policy-page .site-heading {
  text-align: left;
  max-width: unset;
  margin: unset;
}

.privacy-policy-page .content {
  margin-top: 32px;
}

.privacy-policy-page .content h2 {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 100% */
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}

.privacy-policy-page .content p {
  margin-bottom: 32px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.privacy-policy-page .content p:last-child {
  margin-bottom: 0;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  overflow: hidden;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.28px;
  margin-bottom: 52px;
}
.breadcrumbs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumbs .separator {
  color: #989898;
}

.not-found-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.not-found-image {
  width: 100%;
  max-width: 554px;
  margin-bottom: 32px;
}

.not-found-blue-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: var(--label-bg-primary-50, #ebf4ff);
  color: var(--text-primary-600, #293aff);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.36px;
  margin-bottom: 32px;
}

.not-found-text {
  width: 100%;
  max-width: 660px;
  color: var(--text-default-950, #292929);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin: 32px 0;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(42, 43, 56, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.popup-content {
  border-radius: 16px;
  background: var(--bg-default-50, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 440px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

#success-popup .title {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.56px;
  text-transform: capitalize;
}

#success-popup .text {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.3px;
}

.wpcf7-spinner {
  display: none;
}

#subscribe-popup {
  z-index: 9999;
}

#subscribe-popup .orange-button,
#success-popup .orange-button {
  width: 100%;
}

.forms-popup .popup-close {
  position: absolute;
  right: 0;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}

.forms-popup .popup-content {
  width: 95vw;
  max-width: 1648px;
  padding: 100px 124px;
}

.forms-popup .forms-wrapper-text {
  color: var(--text-default-950, #292929);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-weight: 400;
  line-height: 135%;
}

.forms-popup .form_item:not(.submit_item) {
  border: 1px solid var(--input-stroke-default-300, #bdbdbd);
  border-radius: 6px;
}

.forms-popup .form_item.field-error {
  border: none;
}

.forms-popup .tab-button {
  color: var(--text-default-600, #656565);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.forms-popup .tab-button.active {
  color: var(--text-default-950, #292929);
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.forms-popup .form-tabs:before {
  background: #efefef;
}

.forms-popup .tab-indicator {
  background: #293aff;
}

.faq-banner {
  padding: 105px 0;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}

.faq-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq-banner-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.faq-banner-content .site-heading {
  text-align: left;
}

.faq-banner-text {
  margin: 32px 0;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.search-input {
  position: relative;
  height: 58px;
  width: 375px;

  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  border: 1px solid var(--input-stroke-default-300, #bdbdbd);
  background: var(--input-bg-default-50, #fff);
}

.search-input input {
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  caret-color: #007bff;
  color: #292929;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.827px;
}

.search-input input::-webkit-input-placeholder {
  color: #989898;
}

.search-input input::-moz-placeholder {
  color: #989898;
}

.search-input input:-ms-input-placeholder {
  color: #989898;
}

.search-input input::placeholder {
  color: #989898;
}

.faq-banner-image {
  position: absolute;
  right: 0;
  bottom: -180px;
  width: 725px;
  overflow: hidden;
}

.clear-button {
  border-radius: 6px;
  background: var(--bg-default-100, #efefef);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  cursor: pointer;
  color: var(--input-text-primary-600, #293aff);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.827px;
  border: none;
  outline: none;
}

.faq-message {
  color: var(--text-default-600, #656565);
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 123.077% */
  letter-spacing: -0.26px;
}

.faq-message.no-results {
  color: var(--text-red-600, #e7000b);
}

.faq-tabs {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  gap: 1rem;
  padding: 0;
  margin: 0;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  width: 300px;
  position: relative;
  padding-left: 20px;
}

.faq-tabs:before {
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 100px;
  background: #f9f9f9;
  top: 0;
  left: 0;
  display: block;
  content: "";
}

.faq-tab-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.faq-tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  cursor: pointer;
  position: relative;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-tabs li .mob-name {
  display: none;
}

.faq-tabs li .total-count {
  color: var(--text-default-400, #989898);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.faq-tabs li.active {
  background: var(--bg-grey-50, #f9f9f9);
}

.faq-tabs li.active:before {
  background: #007bff;
  left: -20px;
  display: block;
  content: "";
  position: absolute;
  width: 6px;
  height: 100%;
  border-radius: 6px;
}

.faq-tab-content {
  display: none;
}

.faq-tab-content.active {
  display: block;
}

.highlight {
  color: #293aff;
  background: transparent;
}

.faq-item.open .faq-answer {
  display: block;
}

.search-input {
  position: relative;
}

#search-results-msg {
  margin-top: 4px;
}

.faq-tab-content.no-results .match-count {
  color: #e7000b;
}

.faq-page {
  padding: 100px 0;
}

.faq-tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 138px;
}

.match-count {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
}

.match-count.has-results {
  color: #293aff;
}

.match-count.no-results {
  color: #e7000b;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}

.faq-item.open .faq-answer {
  /* для підтримки без transitionend фіксації можна прибрати */
}

.faq-item {
  border-radius: 16px;
  background: var(--bg-grey-50, #f9f9f9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 12px;
}

.faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.4px;
  cursor: pointer;
}

.plus-icon {
  width: 48px;
  height: 48px;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;

  border-radius: 50%;
}

.plus-icon img {
  display: block;
  max-width: 100%;
  height: auto;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.faq-item.open .plus-icon {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #293aff;
}

.faq-item.open .plus-icon img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.answer-content {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  color: var(--text-default-600, #656565);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 24.3px */
}

.answer-content b {
  font-weight: 700;
}

.answer-content ul,
.answer-content ol {
  padding-left: 20px;
  margin-left: 20px;
}

.answer-content ul li {
  list-style-type: disc;
}

.faq-tab-content .tab-title {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.96px;
  margin-bottom: 32px;
}

.faq-tab-content .tab-text {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin-bottom: 80px;
}

.single-post-page {
  padding: 32px 0 160px 0;
}

.single-post-page .post-title {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px; /* 100% */
  letter-spacing: -1.28px;
}

.single-post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}

.single-post-page .post-date {
  overflow: hidden;
  color: var(--text-default-600, #656565);
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.26px;
  margin-bottom: 0;
}

.single-post-content .post-description {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 24.3px */
}

.single-post-page .post-main-image {
  width: 100%;
  aspect-ratio: 1400/860;
  border-radius: 16px;
  overflow: hidden;
}

.single-post-content .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 24.3px */
}

.single-post-content .post-content p {
  margin-bottom: 32px;
}

.single-post-content .post-content h3 {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.4px;
  margin-bottom: 24px;
}

.single-post-content .post-content ul {
  padding-left: 20px;
  margin-bottom: 32px;
}

.single-post-content .post-content ul li {
  list-style-type: disc;
}

.subscribe-section.in-post {
  padding-bottom: 160px;
}

.blog-list-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.latest-posts {
  padding-bottom: 100px;
}

.latest-posts .blog-item {
  margin: 0 6px;
}

.latest-posts .blog-list-on-main {
  width: auto;
}

.blog-slider-nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.blog-slider-nav-wrapper .title {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: -0.96px;
}

.blog-slider-nav-wrapper .blog-slider-nav,
.feedback-slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.blog-slider-nav-wrapper button,
.feedback-slider-nav button {
  border-radius: 100px;
  border: 1px solid var(--buttons-stroke-default-200, #dcdcdc);
  background: var(--buttons-bg-default-50, #fff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.blog-slider-nav-wrapper button:hover,
.feedback-slider-nav button:hover {
  background: var(--buttons-bg-default-100, #efefef);
}

.blog-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-banner-wrapper .site-heading {
  max-width: 854px;
}

.blog-page-subtitle {
  max-width: 548px;
  color: var(--text-default-950, #292929);
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  margin: 32px 0;
}

.blog-banner-wrapper .newsletter-input-wrapper {
  max-width: 548px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.blog-page-posts {
  padding: 100px 0;
}

.blog-page-posts .blog-list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
}

.blog-page-posts .blog-item .photo-link {
  height: 225px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.pagination .page-numbers .disabled a {
  pointer-events: none;
  opacity: 0.7;
}

.pagination .page-numbers li span,
.pagination .page-numbers li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid var(--buttons-stroke-default-200, #dcdcdc);
  background: var(--buttons-bg-default-50, #fff);
  color: var(--buttons-text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.pagination .page-numbers li a:hover,
.pagination .page-numbers li span:hover {
  background: var(--buttons-bg-default-100, #efefef);
}

.pagination .page-numbers li span.current {
  border: 1px solid var(--buttons-stroke-primary-600, #293aff);
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--BG-White, #fff);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  font-family: sans-serif;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  padding: 32px 0;
}

.cookie-banner.show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.cookie-banner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cookie-banner-wrapper .text {
  max-width: 700px;
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.32px;
}

.cookie-banner-wrapper .text a {
  color: var(--text-default-950, #292929);
  text-decoration: underline;
}

.cookie-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cookie-buttons button {
  cursor: pointer;
}

.cookie-buttons .cookie-decline,
.cookie-buttons .cookie-close {
  border: none;
  outline: none;
  background: transparent;
  color: var(--text-default-600, #656565);
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: -0.827px;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.cookie-decline:hover {
  color: var(--elements-secondary-500, #fe9a00);
}

.not-main-page-banner .banner-image.mob,
.hero-image.mob,
.beneficial-tab .image-column.mob {
  display: none;
}

#subscribe-popup .title,
#success-popup .title {
  color: var(--text-default-950, #292929);
  font-family: "Mulish", sans-serif;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 28px !important;
  letter-spacing: -0.56px;
  text-transform: capitalize;
}

.newsletter-form {
  position: relative;
}

.newsletter-form .orange-button {
  height: 58px;
}

.site-branding {
  display: flex;
  width: 136px;
}

.site-branding {
  display: inline;
}

.contacts-on-faq {
  padding: 160px 0 260px 0;
}

.intl-tel-input {
  display: flex;
  align-items: center;
}

.iti {
  width: 100%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.form_item.phone.selected .iti {
  opacity: 1;
  pointer-events: auto;
}
.phone-input.error {
  border-color: red;
}

.intl-tel-input .iti__flag-container {
  display: none !important;
}

.form_item.phone {
  position: relative;
  height: 58px;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
  color: #293aff !important;
}

.contact-form-wrapper .form_item.with_icon .iti input {
  padding: 8px 0 0 0;
  height: auto;
  display: flex;
}
.iti__selected-flag {
  padding: 8px 6px 0 8px !important;
}

.iti__selected-flag .iti__flag {
  display: none;
}

.iti__arrow {
  all: unset;
  width: 12px;
  height: 12px;
}

.iti__country-list {
  min-width: 338px;
  left: -47px;
  z-index: 99;
}

@media screen and (max-width: 1500px) {
  .section-padding-160 {
    padding: 80px 0;
  }
  .blue-wrapper {
    padding: 80px 104px;
    gap: 80px;
  }
  .forms-wrapper {
    gap: 80px;
  }
  .forms-popup .popup-content {
    padding: 80px 104px;
  }
  .beneficial-tab {
    gap: 80px;
  }
  .subscribe-wrapper {
    gap: 32px;
  }
  .step-item {
    height: 140px;
  }
  .contacts-wrapper,
  .page-second-section-wrapper,
  .whatever-you-do-wrapper,
  .faq-tabs-wrapper {
    gap: 80px;
  }
  .contacts-left .decor {
    left: -2vw;
  }
  .not-main-page-banner .banner-image,
  .steps-list {
    margin-top: 40px;
  }
  .step-item .right-side {
    font-size: 32px;
  }
  .step-item .left-side {
    font-size: 16px;
  }
}
@media screen and (max-width: 1367px) {
  .header-menus,
  .header-menu-primary,
  .header-menu-secondary {
    gap: 24px;
  }
  .offer-item:hover {
    z-index: auto;
  }
  .offer-item:hover .offer-item-content {
    -webkit-transform: none;
    transform: none;
  }
  .offer-item .offer-count {
    display: none;
  }
  .offer-item:hover .offer-count {
    -webkit-transform: none;
    transform: none;
  }
  .offer-item-content {
    height: 200px;
  }
  .offer-name {
    font-size: 14px;
    line-height: 1.1;
  }
  .step-item {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .step-item .left-side {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .step-item .right-side {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: none;
  }
  .faq-banner-image {
    width: 50vw;
  }
  .faq-banner {
    min-height: 500px;
  }
  .not-main-page-banner .banner-image {
    max-width: 90vw;
  }
  .not-main-page-banner .banner-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .feedback-item {
    gap: 44px;
  }
  .feedback-item .feedback-right-column {
    width: 50vw;
  }
  .feedback-item .feedback-text {
    font-size: 16px;
  }
  .feedback-item .feedback-left-column {
    padding-top: 100px;
  }
  .feedback-slider-nav-wrapper {
    top: 90px;
  }
  .feedbacks-section {
    padding-bottom: 100px;
  }
  .step-item .left-side p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  /* Was in 1181 */
  .hero-title,
  .not-main-page-banner-wrapper .banner-title {
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.28px;
  }
  .site-label {
    font-size: 12px;
  }
  .hero-text {
    font-size: 16px;
  }
  .hero-image {
    width: 50vw;
  }
  .section-padding-160 {
    padding: 80px 0;
  }
  .site-heading,
  .faq-tab-content .tab-title,
  .single-post-page .post-title,
  .blog-slider-nav-wrapper {
    font-size: 36px;
    line-height: 100%;
  }
  .blog-slider-nav-wrapper {
    margin-bottom: 24px;
  }
  .our-advantages-item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .our-advantages-item .title {
    font-size: 18px;
    line-height: 100%;
  }
  .our-advantages-item .text {
    font-size: 16px;
    line-height: 135%;
  }
  /* .our-advantages-item .image-wrapper {
    padding: 26px 45px;
  } */
  .blue-wrapper,
  .forms-popup .popup-content {
    padding: 40px 60px;
  }
  .forms-wrapper-title {
    font-size: 32px;
    line-height: 100%;
  }
  .forms-wrapper-text,
  .forms-popup .forms-wrapper-text {
    max-width: 45vw;
    font-size: 16px;
  }
  .forms-wrapper {
    gap: 44px;
  }
  .beneficial-tab .tab-list li {
    padding-bottom: 24px;
  }
  .blog-list-on-main {
    width: 55vw;
  }
  .contacts-left {
    width: 50vw;
  }
  .contacts-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .faq-banner-text,
  .blog-page-subtitle,
  .not-main-page-banner-wrapper .banner-text {
    margin: 24px 0;
    font-size: 16px;
  }
  .faq-tabs-wrapper {
    gap: 44px;
  }
  .faq-tabs li,
  .answer-content,
  .faq-tabs li .total-count,
  .match-count,
  .page-second-section-wrapper .text,
  .single-post-content .post-description,
  .single-post-content .post-content,
  .privacy-policy-page .content {
    font-size: 16px;
  }
  .faq-tab-content .tab-text {
    margin-bottom: 44px;
    font-size: 16px;
  }
  .faq-item {
    padding: 20px;
  }
  .faq-question {
    font-size: 18px;
    line-height: 100%;
  }
  .plus-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
  }
  .whatever-you-do-wrapper .text-column {
    width: 45vw;
  }
  .whatever-you-do-wrapper .image-column .decor {
    width: 40vw;
    top: 8vw;
    right: -6vw;
  }
  .servicom-list .servicom-item,
  .servicom-list.no-anim .servicom-item {
    aspect-ratio: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 168/203;
  }
  .servicom-item:hover .content,
  .servicom-item .content {
    position: relative;
    bottom: auto;
    width: 100%;
  }
  .servicom-item .text {
    font-size: 16px;
  }
  .servicom-item .title {
    font-size: 20px;
    line-height: 135%;
  }
}
@media screen and (max-width: 1181px) {
  .our-advantages-list {
    width: 100%;
  }
  .our-advantages-item .text-column,
  .our-advantages-item .image-column {
    max-width: 40vw;
    width: 40vw;
  }
  .our-advantages-item {
    gap: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
  .forms-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }
  .forms-wrapper-text,
  .forms-popup .forms-wrapper-text {
    width: 100%;
    max-width: unset;
  }
  .forms-wrapper .text-column,
  .forms-wrapper .forms-column {
    width: 100%;
  }
  .forms-wrapper-title {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
  }
  .offers-list {
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
  }
  .offer-name {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
  }
  .orange-button.small {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .orange-button,
  .wpcf7-submit {
    padding: 12px 24px;
    height: 58px;
  }
  /* .our-advantages-item .image-wrapper {
    padding: 20px 36px;
  } */
  .blog-on-main-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }
  .blog-list-on-main {
    width: 100%;
  }
  .blog-on-main-texts {
    max-width: unset;
  }
  .blog-on-main-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }
  .feedback-item .feedback-right-column {
    width: 40vw;
  }
  .feedback-item .feedback-left-column {
    padding-top: 80px;
  }
  .feedback-slider-nav-wrapper {
    top: 70px;
  }
  .feedback-item .feedback-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
    margin: 24px 0;
  }
  .feedback-item .feedback-date {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
  .feedback-item {
    padding-left: 20px;
  }
  .feedback-slider .slick-dots {
    left: -12px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .page-second-section-wrapper .image-column {
    width: 40vw;
  }
  .whatever-you-do-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .whatever-you-do-wrapper .text-column,
  .whatever-you-do-wrapper .image-column {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    max-width: unset;
  }
  .whatever-you-do-wrapper .image-column .decor {
    top: -40px;
    right: -10px;
  }
  .whatever-you-do-wrapper .text-column,
  .page-second-section-wrapper .texts-column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .whatever-you-do-wrapper .text-column .site-heading,
  .make-decisions-wrapper .site-heading,
  .beneficial-wrapper .site-heading,
  .site-heading,
  .single-post-page .post-title,
  .page-second-section-wrapper .site-heading {
    max-width: unset;
    text-align: center;
    margin: auto;
    width: 100%;
  }
  .single-post-page .post-title {
    text-align: left;
  }
  .whatever-you-do-list {
    margin-top: 44px;
  }
  .servicom-list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-top: 44px;
  }
  .servicom-list .servicom-item,
  .servicom-list.no-anim .servicom-item {
    aspect-ratio: unset;
    height: 240px;
  }
  .servicom-item .title {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .make-decisions-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }
  .make-decisions-wrapper .image-column {
    width: 100%;
    padding: 50px 58px;
  }
  .contacts-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 106px;
  }
  .contacts-left,
  .contacts-right {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
    max-width: unset;
  }
  .make-decisions-wrapper .text-column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: center;
  }
  .contacts-left .decor {
    width: 90%;
    height: 140%;
    overflow: hidden;
  }
  .blog-page-posts .blog-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .blog-on-main-texts {
    width: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .title-with-tabs-wrapper {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }
  .beneficial-tab .left-column {
    gap: 36px;
  }
  .beneficial-tab {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 36px;
  }
  .beneficial-tab .left-column,
  .beneficial-tab .image-column {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  .beneficial-wrapper .title-with-tabs,
  .beneficial-wrapper .site-tabs {
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    width: 100%;
  }
  .beneficial-wrapper .title-with-tabs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .blog-on-main-texts .site-heading {
    text-align: center;
  }
  .newsletter-input-wrapper,
  .blog-banner-wrapper .newsletter-input-wrapper {
    max-width: unset;
    width: 100%;
  }
  .footer-subscribe {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  .footer-menu-wrapper.menus {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
  }
  .footer-menu-wrapper.contacts {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    text-align: center;
  }

  .footer-menu-wrapper .social-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-top .site-branding {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-width: 205px;
    text-align: center;
  }
  .footer-bottom {
    border-top: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newsletter-input-wrapper .orange-button {
    width: 100%;
  }
  .single-post-page {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1024px) {
  .header-menus,
  .header-buttons .transparent-button {
    display: none;
  }
  .burger-menu {
    display: block;
  }
  .header-buttons .transparent-button.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .burger-toggle {
    width: 24px;
    height: 20px;
    position: relative;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 1100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
  }

  .burger-toggle span {
    display: block;
    height: 3px;
    width: 24px;
    background-color: #000;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  /* Burger active (X) styles */
  .burger-menu.active .burger-toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 8px);
    transform: rotate(45deg) translate(6px, 8px);
  }

  .burger-menu.active .burger-toggle span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }

  .burger-menu.active .burger-toggle span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(4px, -6px);
    transform: rotate(-45deg) translate(4px, -6px);
  }

  /* Menu and overlay */
  .burger-menu .mobile-menu {
    position: fixed;
    top: 75px;
    right: -100%;
    width: 50vw;
    height: calc(100vh - 75px);
    background: white;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 1001;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .burger-menu .overlay {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1000;
  }

  .burger-menu.active .mobile-menu {
    right: 0;
  }

  .burger-menu.active .overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
  }
  .mobile-menu-primary,
  .mobile-menu-secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .mobile-menu-primary li a,
  .mobile-menu-secondary li a {
    padding-bottom: 24px;
    border-bottom: 1px solid #dcdcdc;
    color: var(--buttons-text-default-950, #292929);
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -0.28px;
    text-transform: capitalize;
    display: block;
    width: 100%;
  }
  .mobile-menu-primary li a {
    font-weight: 700;
  }
  .mobile-menu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
  .faq-banner-image {
    display: none;
  }
  .faq-banner {
    min-height: unset;
    padding: 36px 0 80px 0;
  }
  .faq-banner-content {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: center;
  }
  .faq-banner-content .site-heading {
    text-align: center;
  }
  .faq-tabs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .faq-tabs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid var(--buttons-stroke-primary-600, #293aff);
    background: var(--bg-default-50, #fff);
  }
  .faq-tabs:before,
  .faq-tabs li.active:before {
    display: none;
  }
  .faq-tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: var(--text-default-950, #292929);
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6px;
  }
  .faq-tabs li.active {
    background: var(--bg-brand-600, #293aff);
    color: #fff;
  }
  .faq-tabs li.active .total-count,
  .faq-tabs li.active .match-count.has-results {
    color: #fff;
  }
  .forms-wrapper,
  .subscribe-wrapper,
  .forms-popup .popup-content {
    border-radius: 12px;
    padding: 36px 16px;
  }
  .step-item .left-side {
    padding: 0 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    gap: 16px;
  }
  .step-icon {
    width: 36px;
    height: 36px;
  }
  .step-index {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
    letter-spacing: -0.24px;
  }
  .step-item .right-side {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: -0.36px;
  }
  .step-item .right-side {
    border-radius: 12px;
  }
  .step-item {
    height: auto;
    min-height: 100px;
    border-radius: 12px;
  }
  .forms-section {
    padding-top: 0;
  }
  .page-second-section-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page-second-section-wrapper .image-column {
    width: 100%;
  }
  .feedback-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .feedback-item .feedback-right-column {
    width: 100%;
  }
  .feedback-item .feedback-left-column {
    padding-top: 0;
  }
  .feedback-slider-nav-wrapper {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
  }
  .feedback-slider {
    margin-top: 36px;
  }
  .feedbacks-slider-wrapper {
    padding-bottom: 60px;
  }
  .feedback-item {
    padding-left: 0;
  }
  .feedback-slider .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
    top: unset;
    bottom: -50px;
    -webkit-transform: unset;
    transform: unset;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .wide-wrapper,
  .narrow-wrapper,
  .full-page-wrapper {
    width: calc(100% - 32px);
  }
  .site-branding {
    height: 28px;
    width: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-branding a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }
  .site-branding img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .orange-button.small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
  }
  .header-buttons {
    gap: 16px;
  }
  .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-padding-160 {
    padding: 40px 0;
  }
  .offers-section {
    padding-top: 80px;
  }
  .hero-texts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    text-align: center;
  }
  .site-label {
    margin-bottom: 16px;
    line-height: 1;
  }
  .hero-title,
  .not-main-page-banner-wrapper .banner-title {
    margin-bottom: 24px;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.72px;
  }
  .hero-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
    margin-bottom: 24px;
  }
  .hero-image {
    width: 100%;
  }
  .orange-button,
  .wpcf7-submit {
    padding: 16px 28px;
  }
  .whatever-you-do-wrapper .text-column .site-heading,
  .make-decisions-wrapper .site-heading,
  .beneficial-wrapper .site-heading,
  .site-heading,
  .single-post-page .post-title,
  .page-second-section-wrapper .site-heading {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.48px;
    max-width: 80vw;
  }
  .burger-menu .mobile-menu {
    width: 100%;
    top: 63px;
    /* height: calc(100vh - 63px); */
    height: calc(100% - 63px);
  }
  .burger-menu .overlay {
    top: 63.8px;
  }
  .our-advantages-list {
    margin-top: 36px;
    gap: 36px;
  }
  .our-advantages-item:after,
  .our-advantages-list:before {
    display: none;
  }
  .our-advantages-item,
  .our-advantages-item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
  }

  .our-advantages-item .text-column,
  .our-advantages-item .image-column {
    max-width: unset;
    width: 100%;
  }
  .our-advantages-item .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
  }
  .our-advantages-item .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
  .our-advantages-item .image-wrapper {
    /* height: 300px; */
    width: 100%;
    aspect-ratio: 343/300;
    /* padding: 30px 60px 30px 59px; */
  }
  .forms-wrapper-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.48px;
    text-align: left;
    max-width: 85%;
    margin: 0;
  }
  .forms-wrapper .text-column,
  .forms-wrapper .forms-column {
    gap: 16px;
  }
  .blue-wrapper .forms-wrapper-title,
  .blue-wrapper .forms-wrapper-text,
  .blue-wrapper .tab-button,
  .blue-wrapper .form-tab-text {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
  .forms-column .tabs-container,
  .tab-content-wrapper {
    gap: 24px;
  }
  .blue-wrapper .forms-wrapper-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: -0.48px;
  }
  .blue-wrapper .forms-wrapper-text,
  .blue-wrapper .tab-button,
  .blue-wrapper .form-tab-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
  }
  .contact-form-wrapper .form_item {
    width: 100%;
  }
  .form_item .select,
  .form_item input {
    height: 48px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
  }
  .contact-form-wrapper .form_item label {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
  .contact-form-wrapper .form_item.selected label {
    font-size: 10px;
  }
  .contact-form-wrapper .form_item.selected input {
    padding-top: 12px;
  }
  /* .submit_item {
    margin-top: 10px;
  } */
  .popup-content {
    width: 90vw;
  }
  .wpcf7-submit {
    height: 48px;
  }
  .offers-list {
    margin-top: 36px;
    gap: 8px;
  }
  .offer-item-content {
    padding: 20px 6px 12px 6px;
    height: 120px;
    border-radius: 5.961px;
  }
  .offer-image {
    width: 50px;
    height: 50px;
  }
  .offer-name {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
  }
  .beneficial-section {
    padding: 54px 0 40px 0;
  }
  .contact-form-wrapper .form_item.with_icon:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .site-tabs .tab-button,
  .site-tabs .tab-button.active {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
  .title-with-tabs-wrapper {
    margin-bottom: 24px;
  }
  .forms-wrapper-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
  }
  .forms-popup .forms-wrapper-text {
    display: none;
  }
  .forms-popup .popup-content {
    padding: 0;
  }
  .contact-form-wrapper form {
    gap: 8px;
  }
  .page-second-section-wrapper {
    gap: 24px;
  }
  .beneficial-tab .tab-list li {
    padding-bottom: 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
  .beneficial-tab .tab-list {
    gap: 20px;
  }
  .beneficial-tab .tab-list li:before {
    top: 4px;
  }
  .beneficial-tab .left-column {
    gap: 4px;
  }
  .link-button,
  .beneficial-tab .link {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.827px;
  }
  .beneficial-tab .image-column {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .subscribe-wrapper {
    gap: 0;
  }
  .blue-wrapper .forms-wrapper-title {
    margin-bottom: 16px;
  }
  .forms-popup .tab-button,
  .forms-popup .tab-button.active,
  .blue-wrapper .tab-button,
  .blue-wrapper .tab-button.active {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
  }
  .blue-wrapper .form-tab-text {
  }
  .form-tab-text {
    color: var(--text-default-600, #656565);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.24px;
  }
  .forms-popup .popup-close {
    top: 30px;
    right: 12px;
    background: transparent;
  }
  .subscribe-wrapper .forms-wrapper-text {
    margin-bottom: 24px;
  }
  .newsletter-input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
  }
  .newsletter-form {
    width: 100%;
  }
  .newsletter-input-wrapper .orange-button {
    height: 48px;
  }
  .step-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.01);
    background: #fff;
    padding: 16px;
    gap: 16px;
    box-shadow: none;
  }
  .step-item .right-side,
  .step-item .left-side {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    -webkit-transform: none;
    transform: none;
  }
  .step-item .right-side {
    border-radius: 12px;
    background: var(--bg-grey-50, #f9f9f9);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
  .step-item .left-side {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    text-align: center;
  }
  .blog-on-main {
    padding: 36px 0;
  }
  .blog-on-main-texts .site-heading {
    margin-bottom: 24px;
  }
  .blog-list-on-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .forms-wrapper {
    gap: 24px;
  }
  .blog-page-posts .blog-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .blog-page-posts {
    padding: 36px 0;
  }
  .blog-list .blog-item {
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.01);
    background: var(--bg-grey-50, #f9f9f9);
    padding: 16px;
  }
  .latest-posts .blog-list .blog-item {
    max-width: 80vw;
  }
  .blog-list .blog-item .title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
    height: 33px;
  }
  .post-date {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 12px */
    letter-spacing: -0.24px;
  }
  .blog-page-posts .blog-item .photo-link {
    height: 180px;
    border-radius: 8px;
  }
  .contacts-left .decor {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 200%;
    overflow: hidden;
    top: -50%;
  }
  .contacts-wrapper {
    gap: 64px;
    margin-top: 64px;
  }
  .contacts-right {
    gap: 16px;
  }
  .contacts-text {
    display: none;
  }
  .contacts-right .contacts-block-item .label {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
  }
  .contacts-right .contacts-block {
    gap: 16px;
  }
  .contacts-right .contacts-block-item {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
  }
  .contacts-section {
    /* padding: 36px 0 80px 0; */
    padding: 0px 0 80px 0;
  }
  .contacts-left .image-wrapper:after {
    left: 15px;
  }
  .breadcrumbs {
    margin-bottom: 36px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .breadcrumbs::-webkit-scrollbar {
    display: none;
  }
  .whatever-you-do-wrapper .text-column .site-heading,
  .make-decisions-wrapper .site-heading,
  .beneficial-wrapper .site-heading,
  .site-heading,
  .single-post-page .post-title,
  .page-second-section-wrapper .site-heading {
    margin: 0;
  }
  .single-post-page .post-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 32px */
    letter-spacing: -0.64px;
  }
  .single-post-content {
    gap: 24px;
  }
  .single-post-page .post-date {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 123.077% */
    letter-spacing: -0.26px;
  }
  .single-post-content .post-description,
  .single-post-content .post-content,
  .privacy-policy-page .content,
  .privacy-policy-page .content p {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
  }
  .single-post-content .post-content h3,
  .privacy-policy-page .content h2 {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: -0.36px;
    margin-bottom: 16px;
  }
  .single-post-content .post-content p,
  .privacy-policy-page .content p {
    margin-bottom: 24px;
  }
  .blog-slider-nav-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blog-slider-nav-wrapper .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: -0.48px;
    text-align: center;
  }
  .blog-slider-nav-wrapper .blog-slider-nav {
    display: none;
  }
  .single-post-page,
  .latest-posts {
    padding-bottom: 36px;
  }
  .subscribe-section.in-post {
    padding-bottom: 80px;
  }
  .faq-banner-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 20.8px */
    letter-spacing: -0.32px;
    margin: 24px 0;
  }
  .search-input {
    width: 90vw;
  }
  .faq-banner {
    padding: 36px 0;
  }

  .faq-page {
    padding: 36px 0;
  }
  .faq-tabs li {
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
    padding: 8px;
    border-radius: 6px;
  }
  .faq-tabs li .total-count,
  .match-count {
    display: none !important;
  }
  .faq-tabs {
    gap: 2px;
  }
  .faq-question {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: -0.32px;
  }
  .faq-question h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .faq-item {
    padding: 16px;
    border-radius: 12px;
  }
  .faq-tab-content .tab-text {
    margin-bottom: 24px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
    text-align: center;
  }
  .faq-tab-content .tab-title {
    margin-bottom: 24px;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 24px */
    letter-spacing: -0.48px;
  }
  .servicom-list {
    margin-top: 36px;
    gap: 8px;
  }
  .servicom-list .servicom-item,
  .servicom-list.no-anim .servicom-item {
    height: 204px;
    padding: 16px;
    background: var(--card-bg-default-50, #fff);
    box-shadow: none;
  }
  .servicom-list .servicom-item .title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.36px;
    margin-bottom: 8px;
    padding-bottom: 0;
    max-width: 92%;
    border-bottom: none;
  }
  .servicom-list .icon-wrapper .index {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 18.2px */
    letter-spacing: -0.28px;
  }
  .servicom-list .icon {
    width: 38px;
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .servicom-list .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .servicom-item .text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
  .banner-decor {
    bottom: 36px;
  }
  .whatever-you-do-list .texts {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    gap: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.32px;
  }
  .whatever-you-do-list .texts .index {
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.24px;
  }
  .whatever-you-do-list li {
    padding-bottom: 20px;
  }
  .whatever-you-do-list img {
    width: 24px;
    height: 24px;
  }
  .whatever-you-do-list {
    gap: 20px;
  }
  .whatever-you-do-wrapper .image-column .decor {
    width: 80vw;
  }
  .whatever-you-do-wrapper {
    gap: 48px;
  }
  .faq-tabs li .pc-name {
    display: none;
  }
  .faq-tabs li .mob-name {
    display: block;
  }
  .faq-message {
    text-align: left;
  }
  .answer-content {
    font-size: 14px;
  }
  .forms-section:not(.last-forms) {
    padding-bottom: 36px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .latest-posts {
    overflow-x: hidden;
  }
  .latest-posts .wide-wrapper,
  .blog-on-main-wrapper.wide-wrapper {
    width: calc(100% - 16px);
    margin-left: 16px;
  }
  .blog-slider .blog-item {
    width: 75vw;
    margin-right: 8px;
  }
  .to-top-button {
    right: 16px;
    width: 36px;
    height: 36px;
    padding: 6px;
  }
  .footer-wrapper {
    gap: 23px;
  }
  .privacy-link {
    margin-bottom: 24px;
  }
  .footer-bottom .text {
    padding-top: 12px;
    width: 100%;
    text-align: center;
    border-top: 1px solid #dcdcdc;
  }
  .privacy-policy-page {
    padding-bottom: 80px;
  }
  .popup-content .popup-image {
    width: 100%;
  }
  #subscribe-popup .title,
  #success-popup .title {
    font-size: 28px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 28px !important;
    letter-spacing: -0.56px !important;
    text-transform: capitalize;
  }
  #success-popup .text,
  #subscribe-popup.text {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
  .cookie-banner {
    padding: 20px 0;
  }
  .cookie-banner-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
  .cookie-close {
    position: absolute;
    top: 20px;
    right: 16px;
  }
  .cookie-banner-wrapper .text {
    max-width: 310px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }
  .cookie-buttons .orange-button {
    width: 194px;
  }
  .forms-section .forms-wrapper-title {
    margin: 0 auto;
  }
  .feedbacks-section {
    padding-bottom: 36px;
  }
  .not-main-page-banner .banner-image {
    width: 100vw;
    margin-left: 0;
  }
  .not-main-page-banner .banner-image.pc,
  .hero-image.pc,
  .beneficial-tab .image-column.pc {
    display: none;
  }
  .hero-image.mob,
  .beneficial-tab .image-column.mob {
    display: block;
  }
  .not-main-page-banner .banner-image.mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: unset;
    align-items: center;
    justify-content: center;
  }
  .new-select:after {
    top: 6px;
  }
  .form_item .select,
  .form_item input,
  .form_item input:not(.wpcf7-submit) {
    height: 48px;
  }
  .not-main-page-banner .banner-image.mob img {
    width: 100%;
  }
  .not-main-page-banner .banner-image img {
    width: auto;
  }
  .servicom-list.no-anim .servicom-item {
    height: 160px;
  }
  .servicom-list.no-anim .servicom-item .title {
    max-width: 95%;
  }
  .step-item:hover .left-side {
    transform: none;
  }
  .steps-list {
    gap: 8px;
  }
  .start-selling-section {
    padding: 0 0 80px 0;
  }
  .forms-section.last-forms {
    padding: 80px 0 54px 0;
  }
  .contacts-on-faq {
    padding: 80px 0;
  }
  .newsletter-message {
    bottom: unset;
    top: 38px;
  }
  .form_item.phone {
    height: 48px;
  }
  .contact-form-wrapper .form_item.with_icon .iti input {
    padding: 0;
  }
  .iti__selected-flag {
    padding: 0 0 0 8px !important;
  }
  .iti.iti--container {
    opacity: 1;
  }
  .form_item.phone.selected .iti {
    opacity: 1;
  }
  .iti-mobile .iti__country-list {
    top: auto;
  }
  .form_item.phone {
    position: relative;
  }
  .iti-mobile .iti__country-list {
    width: 85vw !important;
    min-width: unset !important;
    left: 0 !important;
  }
}
