.prices {
  padding: 100px 0;
  position: relative;
  overflow-x: clip;
}
@media (max-width: 1024px) {
  .prices {
    padding: 32px 0;
  }
}
.prices .prices-wrap:before {
  content: "";
  position: absolute;
  width: 1340.16px;
  height: 726.65px;
  right: -300px;
  bottom: -300px;
  z-index: 1;
  background: radial-gradient(50% 50% at 50% 50%, rgba(175, 0, 179, 0.9) 0%, rgba(175, 0, 179, 0) 100%);
  opacity: 0.2;
  transform: rotate(36.45deg);
}
.prices .prices-wrap:after {
  content: "";
  position: absolute;
  width: 1228.57px;
  height: 1527.36px;
  z-index: 1;
  left: -350px;
  top: -350px;
  background: radial-gradient(50% 50% at 50% 50%, #2221a1 0%, rgba(34, 33, 161, 0) 100%);
  opacity: 0.2;
  transform: rotate(-35.02deg);
}
.prices .container {
  z-index: 2;
}
.prices .wpcf7-response-output {
  display: none;
}
.prices-title {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .prices-title {
    margin-bottom: 0;
  }
}
.prices-title h2 {
  font-size: 48px;
}
@media (max-width: 1024px) {
  .prices-title h2 {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .prices-title h2 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .prices-title h2 {
    font-size: 36px;
  }
}
.prices-title p {
  font-size: 16px;
}
.prices-blocks {
  align-items: center;
  flex-wrap: wrap;
}
.prices-blocks .prices-left {
  background: #fff;
  padding: 70px 40px 70px;
  flex-basis: 40%;
  position: relative;
  z-index: 0;
}
@media (max-width: 1024px) {
  .prices-blocks .prices-left {
    flex-basis: 100%;
    padding: 16px 12px 16px;
  }
}
.prices-blocks .prices-left .prices-block {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .prices-blocks .prices-left .prices-block {
    margin-bottom: 20px;
  }
}
.prices-blocks .prices-right {
  background: #fff;
  flex-basis: 60%;
  position: relative;
  z-index: 1;
  padding: 50px 40px;
  box-shadow: 0px 0px 144px rgba(34, 33, 161, 0.15);
}
@media (max-width: 1024px) {
  .prices-blocks .prices-right {
    flex-basis: 100%;
    padding: 15px 16px;
  }
}
.prices-blocks .prices-right:before {
  top: 0;
  right: 0;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  z-index: 1;
  border-right: 2px solid #d500da;
  border-top: 2px solid #d500da;
}
.prices-blocks .prices-right:after {
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #d500da;
  border-bottom: 2px solid #d500da;
}
.prices-blocks .title-p {
  font-size: 18px;
  font-weight: 800;
  line-height: 135%;
  margin-bottom: 20px;
  display: block;
}
@media (max-width: 1024px) {
  .prices-blocks .title-p {
    margin-bottom: 10px;
  }
}
.prices-blocks .button {
  min-width: 264px;
}
@media (max-width: 1024px) {
  .prices-blocks .button {
    min-width: 100%;
    margin-bottom: 20px;
  }
}
.prices-blocks .actionBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  .prices-blocks .actionBox {
    display: block;
    text-align: center;
  }
}
.prices-blocks .actionBox .text {
  display: inline-block;
  margin: 0 30px;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .prices-blocks .actionBox .text {
    margin: 0 20px 0 0;
  }
}
.prices-blocks .actionBox a {
  color: #2221a1;
  font-weight: 600;
}
.prices-blocks .actionBox a:hover {
  box-shadow: none;
  color: var(--purple);
}
.prices-blocks .flex-two {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prices-blocks .flex-two .wpcf7-form-control-wrap {
  flex-basis: 48%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .prices-blocks .flex-two .wpcf7-form-control-wrap {
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .items-counter {
    align-items: flex-end;
  }
}
.items-counter .item-counter {
  padding: 20px 5px;
  text-align: center;
}
.items-counter .item-counter > span {
  color: #141414;
  display: block;
  padding-bottom: 12px;
  font-size: 14px;
  font-family: "Inter", sans-serif;
}
.items-counter .item-counter .counter {
  align-items: center;
  justify-content: center;
}
.items-counter .item-counter .counter .counter-input {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  border: none;
  width: 55px;
  -moz-appearance: textfield;
  pointer-events: none;
  cursor: default;
}
.items-counter .item-counter .counter button {
  background: transparent;
  outline: none;
  border: none;
  width: 22px;
  height: 27px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.items-counter .item-counter .counter button svg path {
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.items-counter .item-counter .counter button:hover svg path {
  fill: #000;
}
.counter input[type="number"]::-webkit-inner-spin-button, .counter input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.intel-item svg {
  display: block;
  margin-right: 20px;
}
.intel-item h3 {
  font-size: 18px;
  font-weight: 800;
  padding-bottom: 10px;
}
.intel-item .num-count {
  flex: 1;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .intel-item .num-count {
    margin-bottom: 20px;
  }
}
.intel-item .num-count .wpcf7-form-control-wrap {
  margin-bottom: 0;
  display: flex !important;
  align-items: center;
  margin-bottom: 10px;
}
.intel-item .num-count input {
  display: inline-block;
  font-size: 40px;
  font-weight: 800;
  border: none;
  width: 100%;
  -moz-appearance: textfield;
  pointer-events: none;
  cursor: default;
}
@media (max-width: 1024px) {
  .intel-item .num-count input {
    font-size: 32px;
  }
}
.intel-item .num-count .mini-text {
  color: #606060;
}
.intel-item.color-accent .num-count .wpcf7-form-control-wrap {
  color: #d500da;
}
.intel-item.color-accent .num-count .wpcf7-form-control-wrap input {
  color: #d500da;
}
.intel-item.color-accent .num-count .wpcf7-form-control-wrap input::placeholder {
  color: #d500da;
}
.wpcf7-spinner {
  display: none !important;
  position: absolute !important;
  visibility: visible !important;
  bottom: -32px;
  left: 0;
  margin: 0 !important;
}
.wpcf7-form.submitting .wpcf7-spinner {
  display: block !important;
}
.dropdown-lang {
  display: inline-block;
  position: relative;
}
@media (max-width: 1024px) {
  .dropdown-lang {
    margin-right: 45px;
  }
}
.dropdown-lang.active .dropdown-selected-lang span {
  color: var(--purple);
}
.dropdown-lang.active .dropdown-selected-lang svg {
  transform: scale(1, -1);
}
.dropdown-lang.active .dropdown-selected-lang svg path {
  fill: var(--purple);
}
.dropdown-selected-lang {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.dropdown-selected-lang img {
  width: 16px !important;
  height: 16px !important;
  object-fit: cover;
}
.dropdown-selected-lang.lang-item-237 > img {
  content: url("../images/DE_Germany.svg");
}
.dropdown-selected-lang.lang-item-234 > img {
  content: url("../images/GB_United_Kingdom.svg");
}
.dropdown-selected-lang span {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 3px !important;
  margin-right: 5px;
  font-family: var(--second-font);
  transition: all var(--duration) var(--easing);
}
.dropdown-selected-lang svg {
  transition: all var(--duration) var(--easing);
}
.dropdown-selected-lang svg path {
  transition: all var(--duration) var(--easing);
}
.lang-item-en img {
  content: url("/wp-content/themes/your-theme/assets/flags/en.png");
}
.dropdown-list-lang {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  list-style: none;
  margin: 0;
  padding: 6px 0 0;
  z-index: 1000;
  width: 60px;
}
.dropdown-list-lang li {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.dropdown-list-lang li:last-child {
  margin-bottom: 0;
}
.dropdown-list-lang li a {
  display: flex;
  align-items: center;
}
.dropdown-list-lang li a:hover {
  box-shadow: none;
}
.dropdown-list-lang li a:hover span {
  color: var(--purple);
}
.dropdown-list-lang li img {
  width: 16px !important;
  height: 16px !important;
  object-fit: cover;
}
.dropdown-list-lang li span {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 3px !important;
  margin-right: 5px;
  font-family: var(--second-font);
  transition: all var(--duration) var(--easing);
}
.dropdown-list-lang li.lang-item-237 > a > img {
  content: url("../images/DE_Germany.svg");
}
.dropdown-list-lang li.lang-item-234 > a > img {
  content: url("../images/GB_United_Kingdom.svg");
}
.menu-links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.menu-links .menu-link > span {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  font-family: var(--second-font);
}
.menu-links .menu-link ul {
  column-count: 2;
  column-gap: 20px;
  list-style: none;
  padding: 0;
}
.menu-links .menu-link ul li {
  break-inside: avoid;
  margin-bottom: 12px;
  display: block;
}
.menu-links .menu-link ul li a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2px;
  line-height: 125%;
  font-family: var(--second-font);
  color: #000;
  display: block;
  text-decoration: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-links .menu-link ul li a strong {
  font-size: 14px;
  font-weight: 400;
  color: #bdbdbd;
  letter-spacing: 0.2px;
  line-height: 125%;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-links .menu-link ul li a:hover {
  color: var(--purple);
}
.menu-links .menu-link ul li a:hover strong {
  color: var(--purple);
}
.munu-items {
  display: flex;
  align-items: flex-start;
  column-gap: 10%;
}
.munu-items .munu-item {
  box-shadow: none !important;
}
.munu-items .munu-item > .title {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.2px;
  color: #000;
  display: block;
  margin-bottom: 20px;
  font-family: var(--second-font);
}
.munu-items .munu-item .image {
  width: 280px;
  height: 170px;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.munu-items .munu-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.munu-items .munu-item .link {
  font-family: var(--second-font);
  color: #d500da;
  font-weight: 500;
}
.munu-items .munu-item:hover .image {
  opacity: 0.6;
}
.button-block-all {
  text-align: center;
}
.button-block-all .button {
  min-width: 250px;
}
.table-section {
  padding: 100px 0;
  background: #fff;
}
@media (max-width: 1024px) {
  .table-section {
    padding: 32px 0;
  }
}
@media (max-width: 1024px) {
  .table-section .button-block-all {
    margin-top: 25px;
  }
}
.table-section h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.2px;
  color: #000;
  padding-bottom: 50px;
  text-align: center;
}
@media (max-width: 1024px) {
  .table-section h2 {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .table-section h2 {
    font-size: 36px;
    line-height: 45px;
    padding-bottom: 30px;
  }
}
@media (max-width: 480px) {
  .table-section h2 {
    font-size: 32px;
    line-height: 39px;
  }
}
@media (max-width: 700px) {
  .table-section .table-overflow {
    overflow: auto;
  }
}
.table-section table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 50px;
}
@media (max-width: 700px) {
  .table-section table {
    width: 700px;
    margin-bottom: 25px;
  }
}
.table-section thead tr th {
  font-size: 16px;
  background-color: #f8f8f8;
  padding: 20px 10px;
  text-align: center;
  font-family: var(--main-font);
  position: relative;
}
@media (max-width: 1024px) {
  .table-section thead tr th {
    font-size: 14px;
    padding: 15px 10px;
  }
}
.table-section thead tr th:nth-child(2):before {
  top: 0;
  right: 0;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  z-index: 1;
  border-right: 2px solid #d500da;
  border-top: 2px solid #d500da;
}
.table-section tbody tr:nth-child(even) {
  background: #f8f8f8;
}
.table-section tbody tr:last-child td:nth-child(2):before {
  bottom: 0;
  left: 0;
  z-index: 1;
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-left: 2px solid #d500da;
  border-bottom: 2px solid #d500da;
}
.table-section tbody tr td {
  font-size: 18px;
  position: relative;
  text-align: center;
  padding: 16px 15px;
  font-family: var(--main-font);
}
@media (max-width: 1024px) {
  .table-section tbody tr td {
    font-size: 13px;
    padding: 8px 10px;
  }
}
.table-section tbody tr td:first-child {
  text-align: left;
  font-weight: 600;
  width: 28.5%;
}
.table-section tbody tr td img {
  display: inline;
  margin: 0;
}
.table-section .highlight {
  background-color: rgba(213, 0, 218, 0.2);
}
.table-section .highlight1 {
  background-color: rgba(213, 0, 218, 0.2);
}
.table-section .highlight2 {
  background-color: rgba(213, 0, 218, 0.19);
}
.table-section .highlight3 {
  background-color: rgba(213, 0, 218, 0.18);
}
.table-section .highlight4 {
  background-color: rgba(213, 0, 218, 0.17);
}
.table-section .highlight5 {
  background-color: rgba(213, 0, 218, 0.16);
}
.table-section .highlight6 {
  background-color: rgba(213, 0, 218, 0.15);
}
.table-section .highlight7 {
  background-color: rgba(213, 0, 218, 0.14);
}
.table-section .highlight8 {
  background-color: rgba(213, 0, 218, 0.12);
}
.table-section .highlight9 {
  background-color: rgba(213, 0, 218, 0.1);
}
.table-section .highlight10 {
  background-color: rgba(213, 0, 218, 0.09);
}
.table-section .highlight11 {
  background-color: rgba(213, 0, 218, 0.08);
}
.table-section .checkmark svg {
  width: 25px;
  height: 18px;
}
.how-it-works-block {
  padding: 100px 0 100px;
}
@media (max-width: 1024px) {
  .how-it-works-block {
    padding: 50px 0 50px;
  }
}
@media (max-width: 768px) {
  .how-it-works-block {
    padding: 40px 0 32px;
    background: #f8f8f8;
  }
}
@media (max-width: 480px) {
  .how-it-works-block {
    padding: 32px 0;
  }
}
@media (max-width: 768px) {
  .how-it-works-block .container {
    padding-left: 10px;
  }
}
.how-it-works-block .how-it-works-block-title {
  font-family: "Inter";
  font-weight: 800;
  text-align: center;
  font-size: 48px;
  padding-bottom: 50px;
  line-height: 58px;
  letter-spacing: 0.2px;
  color: #000;
}
@media (max-width: 1024px) {
  .how-it-works-block .how-it-works-block-title {
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .how-it-works-block .how-it-works-block-title {
    font-size: 36px;
    text-align: left;
    padding-bottom: 30px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .how-it-works-block .how-it-works-block-title {
    font-size: 32px;
    line-height: 39px;
  }
}
.how-it-works-block .how-it-works-block-items {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}
.how-it-works-block .how-it-works-block-item {
  position: relative;
  flex-basis: 23%;
  padding-top: 48px;
  padding-right: 29px;
}
@media (max-width: 768px) {
  .how-it-works-block .how-it-works-block-item {
    flex-basis: 100%;
    padding-right: 0;
    padding-bottom: 60px;
    margin-bottom: 20px;
  }
}
.how-it-works-block .how-it-works-block-item:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjIiIGhlaWdodD0iMTc2IiB2aWV3Qm94PSIwIDAgNjIgMTc2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzEgMEw2MS40MDU2IDg4TDMxIDE3NkwwLjU5NDQwNyA4OEwzMSAwWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzU2NzdfMTMyNTYpIiBmaWxsLW9wYWNpdHk9IjAuMiIvPgo8ZGVmcz4KPGxpbmVhckdyYWRpZW50IGlkPSJwYWludDBfbGluZWFyXzU2NzdfMTMyNTYiIHgxPSI2Mi4wNDY5IiB5MT0iODguMjczMiIgeDI9IjI5LjU0NjkiIHkyPSI4OC4yNzMyIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiNBRjAwQjMiIHN0b3Atb3BhY2l0eT0iMC43Ii8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0FGMDBCMyIgc3RvcC1vcGFjaXR5PSIwIi8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -5px;
  width: 55px;
  height: 140px;
}
@media (max-width: 768px) {
  .how-it-works-block .how-it-works-block-item:before {
    width: 100%;
    height: 55px;
    top: auto;
    bottom: 0;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzE2IiBoZWlnaHQ9IjQxIiB2aWV3Qm94PSIwIDAgMzE2IDQxIiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMzE2IDIwLjQwNjJMMTU4LjAwMSA0MC44MTE0TDAuMDAyNDUwMDIgMjAuNDA2MkwxNTguMDAxIDAuMDAxMDc4MDNMMzE2IDIwLjQwNjJaIiBmaWxsPSJ1cmwoI3BhaW50MF9saW5lYXJfNTgxMV8xMzUzNykiIGZpbGwtb3BhY2l0eT0iMC4zIi8+CjxkZWZzPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfNTgxMV8xMzUzNyIgeDE9IjE1Ny44OTIiIHkxPSI1MS40NTQ5IiB4Mj0iMTU3LjcyIiB5Mj0iMTguOTU1NCIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjQUYwMEIzIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNBRjAwQjMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8L2xpbmVhckdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=);
  }
}
@media (max-width: 768px) {
  .how-it-works-block .how-it-works-block-item:last-child {
    padding-bottom: 0px;
  }
}
.how-it-works-block .how-it-works-block-item:last-child:before {
  display: none;
}
.how-it-works-block .how-it-works-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  left: -4px;
  top: -14px;
  vertical-align: center;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
  background: #d500da;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #fff;
  border: 8px solid #fff;
}
@media (max-width: 768px) {
  .how-it-works-block .how-it-works-number {
    color: #f8f8f8;
    border: 8px solid #f8f8f8;
  }
}
.how-it-works-block .how-it-works-number span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.2px;
}
.how-it-works-block .how-it-works-block-item-title {
  padding: 6px 5px 0 0;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000;
  display: inline;
  background: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .how-it-works-block .how-it-works-block-item-title {
    background: #f8f8f8;
  }
}
.how-it-works-block .how-it-works-block-item-subtitle {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #d500da;
  padding-top: 5px;
  padding-bottom: 4px;
  display: block;
}
.how-it-works-block .text p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #000;
}
.accordion.style-3 .item h3 {
  position: relative;
}
.accordion.style-3 .item h3:before {
  content: "_ ";
  color: #d500da;
  display: inline-block;
  margin-right: 5px;
}
.editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  text-align: left;
}
.editor table thead tr th {
  padding: 10px 5px;
}
.editor table tbody tr:nth-child(odd) {
  background: #f8f8f8;
}
.editor table tbody tr td {
  padding: 14px 14px;
}
.content .editor ul li:before {
  background: #000;
}
.servicesBlock .tabs_item {
  display: flex;
  align-items: flex-start;
}
.page-id-5860 .servicesBlock.indBlock:after, .page-id-6039 .servicesBlock.indBlock:after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 74%);
}
.contact-all .contactUsBlock {
  overflow: visible;
  position: relative;
}
.contact-all .contactUsBlock__right-items {
  margin: 0 0 0;
  justify-content: space-between !important;
}
.contact-all .contactUsBlock__right-items > .contactUsBlock__right-item-wrap {
  justify-content: space-between;
  width: 32%;
  margin: 0 50px 30px 0;
}
@media (max-width: 1024px) {
  .contact-all .contactUsBlock__right-items > .contactUsBlock__right-item-wrap {
    width: 45%;
    margin: 0 0px 30px 0;
    text-align: center;
  }
  .contact-all .contactUsBlock__right-items > .contactUsBlock__right-item-wrap img {
    display: block;
    margin: 0 auto;
  }
}
.contact-all .achivementsBlock.grey .container {
  width: 900px;
}
.contact-all .achivementsBlock__items-wrap > a {
  width: 220px;
  max-width: 100%;
}
.contact-all .google-map {
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .contact-all .google-map {
    padding: 30px 0 0;
  }
}
.contact-all .google-map__item:last-child {
  margin-bottom: 0;
}
.contact-all .google-map__item > div {
  height: 100%;
}
.contact-all .bookACallBlock {
  visibility: visible;
  background-color: #fff;
}
.contact-all .bookACallBlock .container {
  position: static;
  padding: 27px 0 50px;
}
.contact-all .bookACallBlock .container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/vector_contactt.png);
  background-repeat: no-repeat;
  background-position: top;
  z-index: 0;
}
@media (max-width: 1024px) {
  .contact-all .bookACallBlock .container:before {
    background-position: left;
  }
}
@media (max-width: 1024px) {
  .contact-all .bookACallBlock .container {
    padding: 0px 0 0;
  }
}
.contact-all .contactUsBlock + .bookACallBlock {
  padding: 0 0 90px 0;
}
@media (max-width: 1024px) {
  .contact-all .contactUsBlock + .bookACallBlock {
    padding: 0;
  }
}
.contact-all .bookACallBlock__bottom-item {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .contact-all .bookACallBlock__bottom-item {
    text-align: left;
  }
}
.contact-all .bookACallBlock-n {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.contact-all .bookACallBlock-n > div {
  width: 42%;
}
@media (max-width: 1024px) {
  .contact-all .bookACallBlock-n > div {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-all .bookACallBlock-n > div:last-childn {
    margin-bottom: 0;
  }
}
.contact-all .bookACallBlock-n > .right {
  margin-top: 10px;
}
.contact-all .bookACallBlock-n h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.2px;
  color: #141414;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .contact-all .bookACallBlock-n h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .contact-all .bookACallBlock-n h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.contact-all .bookACallBlock-n p {
  font-family: "Inter";
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 30px;
}
.contact-all .bookACallBlock-n .bookACallBlock__bottom-link {
  color: #d500da;
}
.contact-all .bookACallBlock-n .bookACallBlock__bottom-description p {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 18px;
  color: #141414;
}
.portfolio-title-wrap {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 50px;
}
.portfolio-wrap {
  background: #fff;
}
.portfolio-wrap .portfolio-post {
  display: block;
  padding: 50px 30px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0px 4px 120px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .portfolio-wrap .portfolio-post {
    padding: 20px 15px 0px 15px;
  }
}
.portfolio-wrap .portfolio-post:hover {
  box-shadow: 0px 4px 120px rgba(0, 0, 0, 0.2);
}
.portfolio-wrap .portfolio-post figure {
  flex-basis: 40%;
  margin-right: 40px;
}
@media (max-width: 768px) {
  .portfolio-wrap .portfolio-post figure {
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .portfolio-wrap .portfolio-post figure img {
    margin: 0 auto;
  }
}
.portfolio-wrap .portfolio-post .info {
  flex: 1;
}
.portfolio-wrap .portfolio-post .info h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 58px;
  letter-spacing: 0.2px;
  color: #141414;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .portfolio-wrap .portfolio-post .info h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .portfolio-wrap .portfolio-post .info h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
.portfolio-wrap .portfolio-post .info p {
  color: #141414;
  padding-bottom: 10px;
}
.portfolio-wrap .portfolio-post .info p strong {
  color: #d500da;
}
.portfolio-wrap .portfolio-post .info ul li {
  color: #141414;
}
.preview_block_items {
  margin-top: 30px !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.preview_block_items > * {
  width: 32.3333333333%;
  margin: 0 0.5% 0.6666666667em;
}
@media (max-width: 768px) {
  .preview_block_items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .preview_block_items > * {
    width: 49%;
    margin: 0 0.5% 0.75em;
  }
}
.preview_block_items .preview_block_item span {
  color: #7e7e7e;
  display: block;
  margin-bottom: 5px;
}
.preview_block_items .preview_block_item p {
  font-weight: 500;
}
.preview_block_items .preview_block_item p strong {
  margin-right: 5px;
  display: inline-block;
  padding: 2px 5px;
  border: 1px solid #bdbdbd;
  font-weight: 500;
  color: #141414 !important;
}
.servicesBlock h2 {
  font-family: "Inter";
  font-weight: 800;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: 0.2px;
  color: #fff;
}
@media (max-width: 1024px) {
  .servicesBlock h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 768px) {
  .servicesBlock h2 {
    font-size: 36px;
    line-height: 45px;
  }
}
@media (max-width: 480px) {
  .servicesBlock h2 {
    font-size: 32px;
    line-height: 39px;
  }
}
.servicesBlock h2 strong {
  color: #d500da;
}
@media (max-width: 767px) {
  .servicesBlock .services .tab.flex__mob.mob_hide {
    display: none !important;
  }
}
.careers-filter {
  display: none;
}
.page-template-contact .formBlock {
  display: none;
}
.swiper-slide-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.swiper-slide-wrap .swiper-slide {
  flex-basis: 282px !important;
  width: 30px !important;
  max-width: 282px !important;
  margin-bottom: 30px !important;
  height: 182px !important;
  flex-wrap: wrap;
  padding: 0 !important;
}
@media (max-width: 1023px) {
  .swiper-slide-wrap .swiper-slide {
    flex-basis: 48% !important;
    width: 48% !important;
    max-width: 48% !important;
  }
}
@media (max-width: 1023px) {
  .swiper-slide-wrap .swiper-slide {
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
  }
}
.swiper-slide-wrap .careers-post.catsone_benefits.swiper-slide {
  padding: 0 !important;
  align-items: flex-start;
  background-color: #2221a1;
}
.swiper-slide-wrap .careers-post.catsone_benefits.swiper-slide .benefits-title {
  flex-basis: 100%;
  width: 100%;
  padding: 30px 30px 15px;
}
.swiper-slide-wrap .careers-post.catsone_benefits.swiper-slide .link {
  top: 0;
  padding: 0 30px;
}
.swiper-slide-wrap .careers-post.catsone_benefits.swiper-slide .bn {
  transform: scale(1.3);
}
.formBlock .titleBox p {
  color: #141414;
  font-weight: 700;
  font-size: 16px;
}
.style-apply .wpcf7-response-output {
  display: none;
}
.post-type-archive-our-projects .pagination {
  margin-bottom: 0;
  padding-bottom: 80px;
}
.mailchimp_form #mc_embed_signup {
  margin: 0 auto;
  max-width: 600px;
}
.mailchimp_form .mc-field-group {
  margin-bottom: 20px;
}
.mailchimp_form .mc-field-group > label {
  font-weight: 700;
}
.mailchimp_form .mc-field-group > p {
  padding-bottom: 10px;
}
.mailchimp_form .mc-field-group ul > li {
  margin-bottom: 5px;
}
.mailchimp_form .mc-field-group ul > li input[type="radio"] {
  margin-right: 10px;
}
.mailchimp_form .indicates-required {
  margin-bottom: 20px;
}
.mailchimp_form .indicates-required .asterisk {
  color: red;
  font-weight: 700;
}
.mailchimp_form form {
  max-width: 1000px;
  margin: 0 auto;
}
.page-id-8740 .formBlock {
  display: none;
}
.page-id-8740 .footerBlock {
  display: none;
}
.page-id-8740 header {
  display: none;
}
.page-id-8740 .top-block-video-flexible {
  padding: 20px 0 !important;
}
.page-id-8740 .global-flexible-block {
  padding-top: 20px !important;
}
