@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Sofia+Sans:100,200,300,regular,500,600,700,800,900,100italic,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Poppins:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic);
@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woff2") format("woff2"), url("../fonts/icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
[class^=_icon-]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=_icon-]:before,
[class*=" _icon-"]:before {
  display: block;
}

._icon-burger-close:before {
  content: "\e90f";
  color: #c8c8c8;
}

._icon-burger-open:before {
  content: "\e910";
}

._icon-youtube:before {
  content: "\e900";
  color: #898989;
}

._icon-telegram:before {
  content: "\e901";
  color: #898989;
}

._icon-linkedin:before {
  content: "\e902";
  color: #898989;
}

._icon-facebook:before {
  content: "\e903";
  color: #898989;
}

._icon-instagram:before {
  content: "\e904";
  color: #898989;
}

._icon-plus-bold:before {
  content: "\e905";
}

._icon-basket:before {
  content: "\e906";
  color: #fff;
}

._icon-arrow-slide-left:before {
  content: "\e907";
  color: #898989;
}

._icon-arrow-slide-right:before {
  content: "\e908";
  color: #898989;
}

._icon-basket-black:before {
  content: "\e909";
}

._icon-heart-transparent:before {
  content: "\e90a";
}

._icon-search:before {
  content: "\e90b";
}

._icon-arrow-toggle:before {
  content: "\e90c";
  color: #898989;
}

._icon-heart-background:before {
  content: "\e90d";
}

._icon-arrow-right:before {
  content: "\e90e";
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none !important;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 18px;
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
  min-width: 360px;
}

body {
  line-height: 1;
  font-family: "Sofia Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Sofia Sans", sans-serif;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
  background-color: inherit;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  color: #000;
  overflow-x: hidden;
}
body._lock {
  overflow: hidden;
}
body._overflow {
  overflow: hidden !important;
}

body::-webkit-scrollbar {
  width: 0px;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: transparent;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
._container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}
.button._fw {
  width: 100%;
}

/* Select custom */
.select-lang {
  position: relative;
}
.select-lang.is-active .select-lang__body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.select-lang.is-active .select-lang__header {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.select-lang__header {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 194px;
  max-height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 13px 40px;
}
.select-lang__header i::before {
  color: #D6D6D6;
  font-size: 14px;
  transform: rotate(90deg);
}
.select-lang__header .select-lang__item:hover {
  background: transparent;
}
.select-lang__header:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.select-lang__current {
  display: flex;
  align-items: center;
}
.select-lang__current span {
  margin-right: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
  color: #FFFFFF;
}
.select-lang__current img {
  display: flex;
  margin-right: 8px;
}
.select-lang__current .select-lang__item {
  padding: 0;
}

.select-lang__icon {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  height: 40px;
  margin-left: auto;
  text-align: center;
  width: 40px;
}

.select-lang__body {
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(84px);
  border-radius: 10px;
}
@media (max-width: 575px) {
  .select-lang__body {
    background-color: #27272D;
  }
}

.select-lang__item {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 9px 14px;
}
.select-lang__item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
  color: #FFFFFF;
}
.select-lang__item img {
  display: flex;
  margin-right: 8px;
}
.select-lang__item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.select-lang__item:first-child {
  border-radius: 10px 10px 0 0;
}
.select-lang__item:last-child {
  border-radius: 0 0 10px 10px;
}

.select {
  position: relative;
}
.select__item {
  position: relative;
}
.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }
}
.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.select__options {
  color: #000;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}
@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}
@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}
.select._active .select__options {
  display: block;
}
.select_language._active .select__value::before {
  transform: rotate(-90deg);
}
.select_language._active .select__title {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.select_language._active .select__title:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: none;
}
.select_language .select__item {
  max-height: 48px;
}
.select_language .select__title {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s ease 0s;
  border-radius: 10px;
}
.select_language .select__title:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.0005);
}
.select_language .select__value {
  position: relative;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  padding: 10px 13px;
  width: 142px;
  height: 48px;
  /* &::after {
  	content: '';
  	position: absolute;
  	background-image: url('../img/flags/01.png');
  	background-repeat: no-repeat;
  	background-size: cover;
  	width: 22px;
  	height: 22px;
  	left: 9px;
  	top: 50%;
  	transform: translate(0, -50%);
  } */
}
.select_language .select__value::before {
  position: relative;
  left: 16px;
  transform: rotate(90deg);
  font-size: 11px;
}
.select_language .select__value span {
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
}
.select_language .select__options {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 10px 10px;
  margin: 20px 0 0 0;
}
.select_language .select__option {
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
  color: #fff;
}
.select_language .select__option:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.select_language .select__option:nth-child(2) .qwerty-test {
  color: red !important;
  position: relative !important;
}
.select_language .select__option:nth-child(2) .qwerty-test i {
  display: flex !important;
  position: absolute !important;
  background-image: url("../img/flags/02.svg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  width: 22px !important;
  height: 22px !important;
  left: 9px !important;
  top: 50% !important;
  transform: translate(0, -50%) !important;
}
.select_language .select__option:nth-child(3) {
  position: relative;
}
.select_language .select__option:nth-child(3)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/03.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(4) {
  position: relative;
}
.select_language .select__option:nth-child(4)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/04.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(5) {
  position: relative;
}
.select_language .select__option:nth-child(5)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/05.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(6) {
  position: relative;
}
.select_language .select__option:nth-child(6)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/06.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(7) {
  position: relative;
}
.select_language .select__option:nth-child(7)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/07.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(8) {
  position: relative;
}
.select_language .select__option:nth-child(8)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/08.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language .select__option:nth-child(9) {
  position: relative;
}
.select_language .select__option:nth-child(9)::before {
  content: "";
  position: absolute;
  background-image: url("../img/flags/09.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_download._active .select__value::before {
  transform: rotate(-90deg);
}
.select_download .select__title {
  background: linear-gradient(90deg, #ACFF47 -10.34%, #53FF83 109.07%);
  border-radius: 12px;
  border: none;
  padding: 15px 83px 15px 23px;
  max-width: 240px;
}
@media (max-width: 575px) {
  .select_download .select__title {
    padding: 12.5px 83px 12.5px 23px;
    max-width: 100%;
    width: 100%;
  }
}
.select_download .select__value {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 575px) {
  .select_download .select__value {
    justify-content: center;
  }
}
.select_download .select__value::before {
  position: relative;
  right: -65px;
  color: #000000;
  transform: rotate(90deg);
}
.select_download .select__value::after {
  content: "PDF";
  position: absolute;
  right: -32px;
  top: 3px;
  width: 45px;
  height: 25px;
  background: #19191E;
  border-radius: 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 183.5%;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 575px) {
  .select_download .select__value::after {
    display: none;
  }
}
.select_download .select__value span {
  font-weight: 600;
  font-size: 18px;
  line-height: 183.5%;
  color: #19191E;
  height: auto;
}
@media (max-width: 1140px) {
  .select_download .select__value span {
    font-size: calc(15px + 3 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 479.98px) {
  .select_download .select__value span {
    line-height: 144.52%;
  }
}
.select_download .select__options {
  top: 50px;
  background: linear-gradient(90deg, #ACFF47 -10.34%, #53FF83 109.07%);
  border-radius: 0 0 12px 12px;
  border: none;
}
.select_language-cards._active .select__value::before {
  transform: rotate(-90deg);
}
.select_language-cards._active .select__title {
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}
.select_language-cards._active .select__title:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: none;
}
.select_language-cards .select__item {
  max-height: 48px;
}
.select_language-cards .select__title {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.3s ease 0s;
  border-radius: 10px;
  padding: 5px 48px;
}
.select_language-cards .select__title:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.0005);
}
@media (max-width: 575px) {
  .select_language-cards .select__title {
    padding: 2.5px 48px;
    max-width: 100%;
    width: 100%;
  }
}
.select_language-cards .select__value {
  position: relative;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
  padding: 10px 13px;
  width: 142px;
  height: 48px;
}
@media (max-width: 575px) {
  .select_language-cards .select__value {
    margin: 0 auto;
  }
}
.select_language-cards .select__value::after {
  content: "";
  position: absolute;
  background-image: url("../img/flags/01.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 22px;
  left: 9px;
  top: 50%;
  transform: translate(0, -50%);
}
.select_language-cards .select__value::before {
  position: relative;
  left: 16px;
  transform: rotate(90deg);
  font-size: 11px;
}
.select_language-cards .select__value span {
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
}
.select_language-cards .select__options {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: none;
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 0 0 10px 10px;
  margin: 20px 0 0 0;
}
.select_language-cards .select__option {
  font-weight: 500;
  font-size: 16px;
  line-height: 183.5%;
  color: #fff;
}
.select_language-cards .select__option:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.select_category .select__title {
  background-color: rgba(95, 19, 19, 0);
  border: none;
}
.select_category .select__value {
  font-size: 22px;
  line-height: 183.5%;
  padding: 18.5px 0;
  color: #878789;
  justify-content: flex-end;
}
.select_category .select__value::before {
  color: #878789;
  font-size: 16px;
  transform: rotate(90deg);
  position: relative;
  left: 15px;
}
.select_category .select__value span {
  height: auto;
}
@media (max-width: 575px) {
  .select_category .select__value {
    font-size: 18px;
  }
  .select_category .select__value::before {
    font-size: 14px;
  }
}
.select_category .select__options {
  background-color: #1E1E24;
  border: none;
  top: 45px;
}
@media (max-width: 575px) {
  .select_category .select__options {
    top: 40px;
  }
}
.select_category .select__option {
  font-size: 20px;
  line-height: 183.5%;
  padding: 18.5px 0;
  color: #878789;
  padding: 9px 24px;
}
@media (max-width: 575px) {
  .select_category .select__option {
    font-size: 16px;
  }
}
.select_year .select__title {
  background-color: rgba(95, 19, 19, 0);
  border: none;
}
.select_year .select__value {
  font-size: 22px;
  line-height: 183.5%;
  color: #878789;
  padding: 0;
  max-width: 148px;
}
@media (max-width: 1140px) {
  .select_year .select__value {
    font-size: calc(16px + 6 * ((100vw - 390px) / 750));
  }
}
.select_year .select__value::before {
  transform: rotate(90deg);
  color: #878789;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .select_year .select__value {
    max-width: 100%;
  }
}
.select_year .select__value span {
  height: auto;
}
.select_year .select__options {
  background: #19191E;
  border: none;
  padding: 10px 24px;
  min-width: 212px;
  width: 100%;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .select_year .select__options {
    top: 37px;
  }
}
.select_year .select__option {
  font-size: 22px;
  line-height: 183.5%;
  color: #878789;
  padding: 0;
}
@media (max-width: 1140px) {
  .select_year .select__option {
    font-size: calc(16px + 6 * ((100vw - 390px) / 750));
  }
}
.select_year .select__option:hover {
  background: rgba(217, 217, 217, 0);
  background: linear-gradient(90deg, #D0FF96 11.33%, #C5FFE0 91.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.select_month .select__title {
  background-color: rgba(95, 19, 19, 0);
  border: none;
}
.select_month .select__value {
  font-size: 20px;
  line-height: 183.5%;
  color: #878789;
  padding: 0;
  max-width: 148px;
}
@media (max-width: 1140px) {
  .select_month .select__value {
    font-size: calc(16px + 4 * ((100vw - 390px) / 750));
  }
}
.select_month .select__value::before {
  transform: rotate(90deg);
  color: #878789;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .select_month .select__value {
    max-width: 100%;
  }
}
.select_month .select__value span {
  height: auto;
}
.select_month .select__options {
  background: #19191E;
  border: none;
  padding: 10px 24px;
  min-width: 212px;
  width: 100%;
  left: 50%;
  top: 50px;
  transform: translate(-50%, 0);
  border-radius: 8px;
}
@media (max-width: 767.98px) {
  .select_month .select__options {
    top: 37px;
  }
}
.select_month .select__option {
  font-size: 20px;
  line-height: 183.5%;
  color: #878789;
  padding: 0;
}
@media (max-width: 1140px) {
  .select_month .select__option {
    font-size: calc(16px + 4 * ((100vw - 390px) / 750));
  }
}
.select_month .select__option:hover {
  background: rgba(217, 217, 217, 0);
  background: linear-gradient(90deg, #D0FF96 11.33%, #C5FFE0 91.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}
textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}
.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}
.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.checkbox a {
  color: #fff;
  text-decoration: underline;
}
@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.options__item {
  position: relative;
  cursor: pointer;
}
.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}
.options__input:checked + .options__text:after {
  transform: scale(1);
}
.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}
.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}
.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}
.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}
.quantity__button::before, .quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}
@media (min-width: 991.98px) {
  .quantity__button:hover::before, .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}
.quantity__input {
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.hide-content {
  display: none !important;
}

.title-vacancy {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #1C1C1C;
}
@media (max-width: 1140px) {
  .title-vacancy {
    font-size: calc(24px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .title-vacancy {
    line-height: calc(30px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .title-vacancy {
    text-align: center;
  }
}

._title-main {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 64px;
  color: #FFFFFF;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 1140px) {
  ._title-main {
    font-size: calc(40px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  ._title-main {
    line-height: calc(43px + 21 * ((100vw - 390px) / 750));
  }
}
._title-main::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 57px;
  height: 1px;
  background-color: #C9C9C9;
}

.title-hide {
  display: none !important;
}

body.page-template-my-account .wrapper .header, body.page-template-sign-up .wrapper .header, body.page-id-8 .wrapper .header, body.page-template-checkout-template .wrapper .header {
  background-color: #1C1C1C;
}

/* Доплнение к checkout */
.woocommerce-billing-fields__field-wrapper .form-row .select .select__item {
  height: 50px;
}
.woocommerce-billing-fields__field-wrapper .form-row .select .select__item .select__title {
  border-radius: 10px !important;
  border: none !important;
}
.woocommerce-billing-fields__field-wrapper .form-row .select .select__item .select__title .select__value {
  height: 50px;
  border-radius: 10px !important;
  padding: 15.5px 20px;
  justify-content: flex-end;
  background-color: #fff;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.woocommerce-billing-fields__field-wrapper .form-row .select .select__item .select__title .select__value span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/uploads/2023/04/select-triangle.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px;
}
.woocommerce-billing-fields__field-wrapper .form-row .select .select__item .select__options {
  top: 50px;
  overflow: auto;
  max-height: 200px;
  border: none;
}
.woocommerce-billing-fields__field-wrapper .form-row .select .select__item .select__options .select__option {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}

/* .circle {
	display: inline-flex;
}

.home-brand__body {
	position: relative;
}
.circle {
	position: absolute;
}  */
#canvas {
  display: none !important;
  height: 500px;
}

canvas {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100%;
  fill: none !important;
  stroke: none !important;
  /* height: 500px; */
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}
ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}
ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}
.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

._ibm {
  position: relative;
}
._ibm video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 479.98) {
  ._ibm video {
    object-position: 67%;
  }
}

._ibs {
  position: relative;
}
._ibs svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}
._more-link span {
  font-style: normal;
}
._more-link span:first-child {
  display: block;
}
._more-link span:last-child {
  display: none;
}
._more-link._active span {
  font-style: normal;
}
._more-link._active span:first-child {
  display: none;
}
._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}
._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
._swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}
._swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}
._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}
._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  z-index: 999;
}
.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  backdrop-filter: blur(5px);
}
.popup.show {
  visibility: visible;
  overflow: auto;
}
.popup.show::before {
  opacity: 1;
}
.popup.show .popup__body {
  transform: scale(1);
}
.popup._active {
  overflow: auto;
  visibility: visible;
}
.popup._active::before {
  opacity: 1;
}
.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}
.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popup__content.popup-search {
  justify-content: flex-start;
  margin-top: 90px;
  position: fixed;
  left: 0;
}
@media (max-width: 1140px) {
  .popup__content.popup-search {
    margin-top: calc(54px + 36 * ((100vw - 390px) / 750));
  }
}
.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(0, 0, 0, 0.44) 121.06%), #1C1C1C;
  width: 100%;
  max-width: 390px;
  padding: 47px 15px 50px 15px;
}
.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 15px;
  right: 17px;
  cursor: pointer;
  z-index: 30;
  background-image: url("/wp-content/uploads/2023/03/icon-close.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* Popup Get Solutions - home page */
.get-solutions-popup__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 auto 17px auto;
  max-width: 220px;
  width: 100%;
}
.get-solutions-popup .wpcf7 form .form-solutions__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.get-solutions-popup .wpcf7 form .form-solutions__body p {
  position: relative;
}
.get-solutions-popup .wpcf7 form .form-solutions__body p span input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.get-solutions-popup .wpcf7 form .form-solutions__body p span input::placeholder {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.get-solutions-popup .wpcf7 form .form-solutions__body p span input.wpcf7-not-valid {
  border-color: #FF3737;
}
.get-solutions-popup .wpcf7 form .form-solutions__body p span .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FF3737;
  margin-top: 16px;
}
.get-solutions-popup .wpcf7 form .form-solutions__body .form-solutions__btn {
  margin-top: 20px;
}
.get-solutions-popup .wpcf7 form .form-solutions__body .form-solutions__btn p {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.get-solutions-popup .wpcf7 form .form-solutions__body .form-solutions__btn p input {
  background: #A044C1;
  border-radius: 10px;
  padding: 15px 20px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.get-solutions-popup .wpcf7 form .form-solutions__body .form-solutions__btn p input:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.get-solutions-popup .wpcf7 form .form-solutions__body .form-solutions__btn p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.get-solutions-popup .wpcf7 form .wpcf7-response-output {
  display: none !important;
}

/* Popup Join-us page */
.job-vacancy-popup__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body p {
  position: relative;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body p span.wpcf7-form-control-wrap {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body p span input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body p span input::placeholder {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body p span input.wpcf7-not-valid {
  border-color: #FF3737;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body p span .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FF3737;
  margin-top: 16px;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body p span .form-vacancy__file {
  padding: 0;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body p span .classform-vacancy__input {
  background-color: #DECBE5;
  border-color: #DECBE5;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body .form-vacancy__btn {
  margin-top: 20px;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body .form-vacancy__btn p {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body .form-vacancy__btn p input {
  background: #A044C1;
  border-radius: 10px;
  padding: 15px 20px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body .form-vacancy__btn p input:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.job-vacancy-popup .wpcf7 form .form-vacancy__body .form-vacancy__btn p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.job-vacancy-popup .wpcf7 form .wpcf7-response-output {
  display: none !important;
}

.wpcf7 input[type=file] {
  width: 100% !important;
  height: 49px !important;
  /* font-size: 0 !important; */
  background: #fff;
}
.wpcf7 input[type=file]::placeholder {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px !important;
  line-height: 17px;
  color: #1C1C1C;
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: transparent;
  /* background-color: #1C1C1C; */
}
.header__body {
  display: flex;
  justify-content: space-between;
  padding: 28px 0;
}
.header__head {
  z-index: 999;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__wrapper {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.header__social-desktop {
  transition: all 0.5s ease 0s;
  display: flex;
  align-items: center;
  column-gap: 30px;
  position: relative;
  top: -300px;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 921px) {
  .header__social-desktop {
    display: none;
  }
}
.header__social-desktop.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.header__buttons-account {
  position: relative;
  top: -300px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease 0s;
}
.header__buttons-account.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 921px) {
  .header__buttons-account {
    display: none;
  }
}
.header__nav-account .menu-menu-my-account-container ul {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.header__nav-account .menu-menu-my-account-container ul li a {
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  background: transparent;
}
.header__nav-account .menu-menu-my-account-container ul li a:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%);
}
.header__logo span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.header__btn-menu {
  z-index: 999;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 10px;
  padding: 15px 30px;
  transition: all 0.3s ease 0s;
}
.header__btn-menu span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
}
.header__btn-menu i {
  background-image: url("/wp-content/uploads/2023/03/icon-close.svg");
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center center;
  display: flex;
  width: 24px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.header__btn-menu:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%);
}
.header__btn-menu.active {
  padding: 13px;
}
.header__btn-menu.active span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}
.header__btn-menu.active i {
  visibility: visible;
  opacity: 1;
  position: static;
  z-index: auto;
}
.header__cart-count {
  width: 22px;
  height: 26px;
  display: block;
  position: relative;
}
.header__count {
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #1C1C1C;
}

.menu-header {
  position: absolute;
  width: 100%;
  top: 0;
  right: -200%;
  background-color: #1C1C1C;
  z-index: 300;
  padding-top: 157px;
  padding-bottom: 145px;
  height: 100vh;
  overflow: auto;
  transition: all 0.5s ease 0s;
}
@media (max-width: 1140px) {
  .menu-header {
    padding-top: calc(131px + 26 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header {
    padding-bottom: calc(76px + 69 * ((100vw - 390px) / 750));
  }
}
.menu-header.active {
  right: 0;
}
.menu-header__body {
  display: flex;
  flex-direction: column;
}
.menu-header__wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 90px;
}
@media (max-width: 1140px) {
  .menu-header__wrapper {
    column-gap: calc(20px + 70 * ((100vw - 390px) / 750));
  }
}
@media (min-width: 922px) {
  .menu-header__account {
    display: none;
  }
}
.menu-header__account-nav {
  margin-bottom: 47px;
}
.menu-header__account-nav .menu-menu-my-account-container ul {
  display: grid;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  column-gap: 90px;
  width: 100%;
}
@media (max-width: 1140px) {
  .menu-header__account-nav .menu-menu-my-account-container ul {
    column-gap: calc(20px + 70 * ((100vw - 390px) / 750));
  }
}
.menu-header__account-nav .menu-menu-my-account-container ul li a {
  padding: 15px 30px;
  border: 1px solid #fff;
  border-radius: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  background: transparent;
}
.menu-header__account-nav .menu-menu-my-account-container ul li a:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%);
}
.menu-header__nav {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.menu-header__list .menu-item {
  border-top: 1px solid #515151;
  padding: 30px 0;
  width: 100%;
}
.menu-header__list .menu-item:last-child {
  border-bottom: 1px solid #515151;
}
.menu-header__list .menu-item.current-menu-item a {
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.menu-header__list .menu-item.current-menu-item a::before {
  opacity: 1;
  visibility: visible;
}
.menu-header__list .menu-item a {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: #FFFFFF;
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
@media (max-width: 1140px) {
  .menu-header__list .menu-item a {
    font-size: calc(20px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header__list .menu-item a {
    line-height: calc(24px + 24 * ((100vw - 390px) / 750));
  }
}
.menu-header__list .menu-item a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("/wp-content/uploads/2023/03/arrow-top-right.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 24px;
  width: 24px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
}
.menu-header__list .menu-item a:hover {
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.menu-header__list .menu-item a:hover::before {
  opacity: 1;
  visibility: visible;
}
.menu-header__social {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 922px) {
  .menu-header__social {
    display: none;
  }
}
@media (max-width: 1140px) {
  .menu-header__social {
    column-gap: calc(25px + 25 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header__social {
    padding-top: calc(22px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header__social {
    padding-bottom: calc(22px + 8 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-01 {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
}
@media (max-width: 1140px) {
  .menu-header__social-01 {
    width: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header__social-01 {
    height: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/uploads/2023/03/facebook-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  width: 14px;
  height: 100%;
}
@media (max-width: 1140px) {
  .menu-header__social-01::before {
    width: calc(10px + 4 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-01:hover {
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
}
.menu-header__social-02 {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
}
@media (max-width: 1140px) {
  .menu-header__social-02 {
    width: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header__social-02 {
    height: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/uploads/2023/03/instagram-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  width: 26px;
  height: 100%;
}
@media (max-width: 1140px) {
  .menu-header__social-02::before {
    width: calc(20px + 6 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-02:hover {
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
}
.menu-header__social-03 {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
}
@media (max-width: 1140px) {
  .menu-header__social-03 {
    width: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header__social-03 {
    height: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/uploads/2023/03/twitter-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  width: 26px;
  height: 100%;
}
@media (max-width: 1140px) {
  .menu-header__social-03::before {
    width: calc(20px + 6 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-03:hover {
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
}

.footer {
  background-color: #1C1C1C;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1140px) {
  .footer {
    padding-top: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .footer {
    padding-bottom: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
.footer__body {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 1140px) {
  .footer__body {
    row-gap: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.footer__row-01 {
  display: flex;
  column-gap: 53px;
}
@media (max-width: 767px) {
  .footer__row-01 {
    flex-direction: column;
    row-gap: 40px;
  }
}
.footer__row-01-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 706px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__row-01-wrapper {
    display: grid;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    row-gap: 30px;
  }
}
.footer__row-01-col-01 {
  max-width: 235px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer__row-01-col-01__row-01-col-02 {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
@media (max-width: 767px) {
  .footer__row-01-col-03 {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
@media (max-width: 767px) {
  .footer__row-01-col-04 {
    grid-column-start: span 2;
    grid-row-start: 2;
  }
  .footer__row-01-col-04 .footer__nav .menu-footer-menu-col-03-container {
    width: 100%;
  }
  .footer__row-01-col-04 .footer__nav .menu-footer-menu-col-03-container ul {
    display: grid;
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    width: 100%;
  }
}
.footer__logo {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 107%;
  color: #FFFFFF;
}
.footer__text {
  margin-top: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #C9C9C9;
}
.footer__info {
  margin-top: 30px;
}
@media (max-width: 1140px) {
  .footer__info {
    margin-top: calc(40px + -10 * ((100vw - 390px) / 750));
  }
}
.footer__info-mail {
  margin-bottom: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #C9C9C9;
  display: block;
}
.footer__info-mail:hover {
  color: #A044C1;
}
.footer__nav .menu-footer-menu-col-01-container .menu-footer__list,
.footer__nav .menu-footer-menu-col-02-container .menu-footer__list,
.footer__nav .menu-footer-menu-col-03-container .menu-footer__list {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
.footer__nav .menu-footer-menu-col-01-container .menu-footer__list li a,
.footer__nav .menu-footer-menu-col-02-container .menu-footer__list li a,
.footer__nav .menu-footer-menu-col-03-container .menu-footer__list li a {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #C9C9C9;
}
.footer__nav .menu-footer-menu-col-01-container .menu-footer__list li a:hover,
.footer__nav .menu-footer-menu-col-02-container .menu-footer__list li a:hover,
.footer__nav .menu-footer-menu-col-03-container .menu-footer__list li a:hover {
  color: #A044C1;
}
.footer__row-02 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 921px) {
  .footer__row-02 {
    display: grid;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto);
    row-gap: 40px;
    column-gap: 36px;
  }
}
@media (max-width: 921px) {
  .footer__row-02-col-01 {
    grid-column-start: span 2;
  }
}
.footer__copyright {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #C9C9C9;
}
@media (max-width: 921px) {
  .footer__row-02-col-02 {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.footer__payments {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 921px) {
  .footer__row-02-col-03 {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
.footer__social {
  display: flex;
  align-items: center;
  width: 100%;
  column-gap: 50px;
}
@media (max-width: 1140px) {
  .footer__social {
    column-gap: calc(25px + 25 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .footer__social {
    justify-content: space-between;
  }
}

.menu-header__social-01 {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
}
@media (max-width: 1140px) {
  .menu-header__social-01 {
    width: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header__social-01 {
    height: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/uploads/2023/03/facebook-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  width: 14px;
  height: 100%;
}
@media (max-width: 1140px) {
  .menu-header__social-01::before {
    width: calc(10px + 4 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-01:hover {
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
}
.menu-header__social-02 {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
}
@media (max-width: 1140px) {
  .menu-header__social-02 {
    width: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header__social-02 {
    height: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/uploads/2023/03/instagram-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  width: 26px;
  height: 100%;
}
@media (max-width: 1140px) {
  .menu-header__social-02::before {
    width: calc(20px + 6 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-02:hover {
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
}
.menu-header__social-03 {
  width: 50px;
  height: 50px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  position: relative;
}
@media (max-width: 1140px) {
  .menu-header__social-03 {
    width: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .menu-header__social-03 {
    height: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-03::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/wp-content/uploads/2023/03/twitter-white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: flex;
  width: 26px;
  height: 100%;
}
@media (max-width: 1140px) {
  .menu-header__social-03::before {
    width: calc(20px + 6 * ((100vw - 390px) / 750));
  }
}
.menu-header__social-03:hover {
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
}

/* Home main section */
.home-main {
  background: #1C1C1C;
  position: relative;
}
.home-main::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(152.78deg, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 83.02%), #676767;
  max-width: 60%;
  width: 100%;
  height: 100%;
}
@media (max-width: 921px) {
  .home-main::before {
    display: none;
  }
}
@media (max-width: 921px) {
  .home-main__container._container {
    padding: 0;
  }
}
.home-main__body {
  display: flex;
  position: relative;
}
@media (max-width: 921px) {
  .home-main__body {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
}
.home-main__col-01 {
  width: 57.3%;
  background-color: #1C1C1C;
  z-index: 10;
  position: relative;
  padding-top: 200px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .home-main__col-01 {
    padding-top: calc(100px + 100 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-main__col-01 {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1280px) {
  .home-main__col-01 {
    position: relative;
  }
  .home-main__col-01::after {
    content: "";
    position: absolute;
    top: 0;
    left: -49px;
    width: 50px;
    height: 100%;
    background-color: #1C1C1C;
  }
}
@media (max-width: 921px) {
  .home-main__col-01 {
    max-width: 100%;
    width: 100%;
    padding-bottom: 100px;
    background-image: url("http://advisions.io/wp-content/uploads/2023/04/Group-5.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 50% -5%;
  }
  .home-main__col-01::after {
    background-image: url("https://advisions.io/wp-content/themes/advisions/assets/img/home-main-circle-02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 330px;
    background-position: 50% 0%;
    top: 30px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: transparent;
    z-index: -1;
    width: 330px;
    height: 330px;
  }
}
.home-main__col-01::before {
  content: "";
  position: absolute;
  right: -283px;
  bottom: 0;
  max-width: 283px;
  max-height: 636px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  z-index: -1;
}
@media (max-width: 921px) {
  .home-main__col-01::before {
    right: auto;
    bottom: auto;
    max-width: 100%;
    width: 100%;
    max-height: 288px;
    z-index: 5;
  }
}
.home-main__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 87px;
  line-height: 93px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 918px;
  position: relative;
  z-index: 5;
}
@media (max-width: 1140px) {
  .home-main__title {
    font-size: calc(40px + 47 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-main__title {
    line-height: calc(42px + 51 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-main__title {
    width: calc(330px + 588 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .home-main__title {
    width: 100%;
    padding: 75px 15px 0 15px;
  }
}
.home-main__scale {
  margin-top: 50px;
}
@media (max-width: 1140px) {
  .home-main__scale {
    margin-top: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .home-main__scale {
    padding: 0 15px;
    position: relative;
    z-index: 5;
  }
}
.home-main__col-02 {
  width: 42.7%;
  max-width: 283px;
  margin-top: 200px;
  position: relative;
}
@media (max-width: 1140px) {
  .home-main__col-02 {
    margin-top: calc(100px + 100 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .home-main__col-02 {
    max-width: 100%;
    width: 100%;
    height: 500px;
    position: absolute;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  .home-main__col-02 {
    height: 400px;
  }
}
.home-main__wrapper {
  height: 100%;
  position: relative;
}
@media (max-width: 921px) {
  .home-main__wrapper {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .home-main__wrapper {
    height: 80%;
  }
}
.home-main__cirlce-animate {
  position: absolute;
  bottom: 116px;
  right: 150px;
  width: 500px;
  height: 480px;
  display: flex;
}
.home-main__cirlce-animate .img-home-animation {
  max-width: 482px;
  position: absolute;
  top: 0;
  right: 0;
  left: 50px;
  animation: roll-infinite 7s linear infinite;
}
@media (max-width: 1140px) {
  .home-main__cirlce-animate .img-home-animation {
    max-width: calc(300px + 182 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .home-main__cirlce-animate .img-home-animation {
    animation: none;
    left: 50%;
    transform: translate(-50%, 0);
    display: none !important;
  }
}
@media (max-width: 921px) {
  .home-main__cirlce-animate {
    right: 0;
    max-width: 100%;
    width: 100%;
  }
}
.home-main__image {
  position: absolute;
  top: 80px;
  right: -179px;
  width: 178px;
  height: 178px;
  animation: rotate 12s linear infinite;
  z-index: 20;
}
@media (max-width: 1140px) {
  .home-main__image {
    right: calc(-124px + -55 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-main__image {
    width: calc(123px + 55 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-main__image {
    height: calc(123px + 55 * ((100vw - 390px) / 750));
  }
}
.home-main__image img {
  width: 178px;
  height: 178px;
  object-fit: cover;
}
@media (max-width: 1140px) {
  .home-main__image img {
    width: calc(123px + 55 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-main__image img {
    height: calc(123px + 55 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .home-main__image {
    top: 100px;
  }
}

@keyframes roll-infinite {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(300px) rotate(90deg);
  }
  50% {
    transform: translateX(0) rotate(180deg);
  }
  75% {
    transform: translateX(-300px) rotate(270deg);
  }
  100% {
    transform: translateX(0) rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.scale-home-main__line-arrow .home-img-animation {
  max-width: 100% !important;
}
@media (max-width: 575px) {
  .scale-home-main__line-arrow .home-img-animation {
    display: none;
  }
}
.scale-home-main__line-arrow .home-image-mobile {
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .scale-home-main__line-arrow .home-image-mobile {
    display: none;
  }
}
.scale-home-main__text {
  margin-top: 50px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #C9C9C9;
}
@media (max-width: 1140px) {
  .scale-home-main__text {
    margin-top: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.scale-home-main__link-btn {
  margin-top: 30px;
  background: #A044C1;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.scale-home-main__link-btn span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.scale-home-main__link-btn:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}

@keyframes progress-bar-animation {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
/* Home services */
.home-services {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .home-services {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-services {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.home-services__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #1C1C1C;
}
@media (max-width: 1140px) {
  .home-services__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-services__title {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-services__title {
    text-align: center;
  }
}
.home-services__columns {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .home-services__columns {
    flex-direction: column;
    row-gap: 40px;
  }
}
.home-services__col-01 {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 1140px) {
  .home-services__col-01 {
    row-gap: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-services__col-01 {
    flex-direction: column;
    row-gap: 40px;
  }
}
.home-services__subtitle {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #A044C1;
}
@media (max-width: 1140px) {
  .home-services__subtitle {
    font-size: calc(20px + 12 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-services__subtitle {
    line-height: calc(24px + 14 * ((100vw - 390px) / 750));
  }
}
.home-services__text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #1C1C1C;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1140px) {
  .home-services__text {
    margin-top: calc(10px + 5 * ((100vw - 390px) / 750));
  }
}
.home-services__btn-more {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #1C1C1C;
}
.home-services__btn-more:hover span {
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.home-services__col-02 {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 1140px) {
  .home-services__col-02 {
    row-gap: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-services__col-02 {
    flex-direction: column;
    row-gap: 40px;
  }
}

/* Section home brand */
.home-brand {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 120px;
  /* margin-top: -250px; */
}
@media (max-width: 1140px) {
  .home-brand {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-brand {
    padding-bottom: calc(100px + 20 * ((100vw - 390px) / 750));
  }
}
.home-brand__body {
  position: relative;
  height: 500px;
  width: 100% !important;
}
.home-brand__body .circle {
  display: inline-flex;
  width: 150px;
  position: absolute;
}
@media (max-width: 1140px) {
  .home-brand__body .circle {
    width: calc(50px + 100 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-brand__body .circle {
    width: 50px;
    height: 50px;
  }
}
.home-brand__body .circle:nth-child(1) {
  top: 0;
  left: 0%;
}
.home-brand__body .circle:nth-child(2) {
  top: 50px;
  left: 8%;
}
.home-brand__body .circle:nth-child(3) {
  top: 80px;
  left: 16%;
}
.home-brand__body .circle:nth-child(4) {
  top: 0;
  left: 32%;
}
.home-brand__body .circle:nth-child(5) {
  top: 50px;
  left: 40%;
}
.home-brand__body .circle:nth-child(6) {
  top: 20px;
  left: 48%;
}
.home-brand__body .circle:nth-child(7) {
  top: 80px;
  left: 56%;
}
.home-brand__body .circle:nth-child(8) {
  top: 40px;
  left: 64%;
}
.home-brand__body .circle:nth-child(9) {
  top: 50px;
  left: 72%;
}
.home-brand__body .circle:nth-child(10) {
  top: 0;
  left: 80%;
}
.home-brand__body .circle:nth-child(11) {
  top: 90px;
  left: 88%;
}
.home-brand__body .circle:nth-child(12) {
  top: 20px;
  left: 96%;
}
.home-brand__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #1C1C1C;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .home-brand__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-brand__title {
    line-height: calc(50px + 8 * ((100vw - 390px) / 750));
  }
}
/* Section home what we do */
.home-what {
  background: linear-gradient(90deg, rgb(28, 28, 28) 50%, rgb(160, 68, 193) 50%);
  position: relative;
  /* margin-bottom: -400px;
  z-index: 10; */
}
@media (max-width: 767px) {
  .home-what {
    background: #1C1C1C;
    padding: 100px 0;
  }
}
.tabs-home {
  display: flex;
  align-items: center;
  max-height: 843px;
  height: 100%;
}
@media (max-width: 767px) {
  .tabs-home {
    flex-direction: column;
    max-height: 100%;
  }
}
.tabs-home__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (max-width: 1140px) {
  .tabs-home__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .tabs-home__title {
    line-height: calc(50px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .tabs-home__title {
    text-align: center;
  }
}
.tabs-home__nav {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-right: 80px;
}
@media (max-width: 1140px) {
  .tabs-home__nav {
    padding-right: calc(0px + 80 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .tabs-home__nav {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
.tabs-home__item {
  padding: 30px 0;
  border-top: 1px solid #515151;
  text-align: start;
  width: 100%;
  max-width: 100%;
  position: relative;
}
.tabs-home__item:last-child {
  border-bottom: 1px solid #515151;
}
.tabs-home__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-image: url("/wp-content/uploads/2023/03/arrow-top-right.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  opacity: 0;
  visibility: hidden;
}
.tabs-home__item span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
.tabs-home__item:hover {
  padding: 20.5px 0px;
}
.tabs-home__item:hover span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tabs-home__item:hover::before {
  opacity: 1;
  visibility: visible;
}
.tabs-home__item._active {
  padding: 20.5px 0px;
}
.tabs-home__item._active span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  background: linear-gradient(270deg, #6F1FBF -87.46%, #A044C1 49.28%, #49D7F7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.tabs-home__item._active::before {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .tabs-home__item._active {
    padding: 30px 0 0 0;
    border-bottom: none;
  }
  .tabs-home__item._active span {
    font-family: "Sofia Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    color: #FFFFFF;
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
  }
  .tabs-home__item._active::before {
    display: none;
  }
}
.tabs-home__body {
  max-height: 843px;
  height: 100%;
  width: 50%;
  position: relative;
  overflow: hidden;
}
.tabs-home__body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  max-width: 80%;
  width: 100%;
  background: linear-gradient(270deg, #1C1C1C 0%, rgba(28, 28, 28, 0.92) 17.37%, rgba(28, 28, 28, 0.85) 30.57%, rgba(28, 28, 28, 0.62) 52.38%, rgba(28, 28, 28, 0) 100%);
  transform: rotate(180deg);
  z-index: 2;
}
.tabs-home__body::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100px;
  height: 200px;
  border-radius: 0 100px 100px 0;
  display: flex;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2728) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  z-index: 10;
}
@media (max-width: 921px) {
  .tabs-home__body::after {
    width: 50px;
    height: 100px;
  }
}
.tabs-home__desktop-content {
  position: relative;
  top: -78px;
  left: -500px;
}
@media (max-width: 1140px) {
  .tabs-home__desktop-content {
    left: calc(-800px + 300 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .tabs-home__desktop-content {
    display: none;
  }
}
.tabs-home__desktop-content img {
  position: relative;
  z-index: 10;
}
.tabs-home__mobile-content {
  width: 100%;
  max-width: 100%;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #C9C9C9;
  border-bottom: 1px solid #515151;
  padding: 0 0 30px 0;
  margin-top: 5px;
}
@media (min-width: 768px) {
  .tabs-home__mobile-content {
    display: none;
  }
}

/* How we do it */
.home-we-do {
  background-color: #1C1C1C;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .home-we-do {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-we-do {
    padding-bottom: calc(200px + -50 * ((100vw - 390px) / 750));
  }
}
.home-we-do__body {
  position: relative;
}
.home-we-do__row-01 {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .home-we-do__row-01 {
    justify-content: center;
  }
}
.home-we-do__row-01-title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
}
@media (max-width: 1140px) {
  .home-we-do__row-01-title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-we-do__row-01-title {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
.home-we-do__row-01-link {
  background-color: #A044C1;
  width: fit-content;
  padding: 15px 30px;
  border-radius: 10px;
}
.home-we-do__row-01-link span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.home-we-do__row-01-link:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
@media (max-width: 575px) {
  .home-we-do__row-01-link {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 5;
  }
}
.home-we-do__row-02 {
  position: relative;
  z-index: 5;
}
.home-we-do__items {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
}
@media (max-width: 1140px) {
  .home-we-do__items {
    row-gap: calc(20px + 10 * ((100vw - 390px) / 750));
  }
}
.home-we-do__item {
  display: flex;
  align-items: center;
  column-gap: 45px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 55px;
  padding-left: 32px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 1px solid #323232;
}
@media (max-width: 1140px) {
  .home-we-do__item {
    column-gap: calc(17px + 28 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-we-do__item {
    padding-right: calc(21px + 34 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-we-do__item {
    padding-left: calc(13px + 19 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-we-do__item {
    align-items: flex-start;
  }
}
.home-we-do__content {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #c9c9c9;
}
.home-we-do__bold-text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.home-we-do__image {
  position: absolute;
  bottom: -185px;
  right: -46px;
}
.home-we-do__image img {
  width: 490px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1140px) {
  .home-we-do__image img {
    width: calc(178px + 312 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-we-do__image {
    bottom: -125px;
    right: auto;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/* Section technology */
.home-technology {
  background-color: #f1f1f1;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
}
@media (max-width: 1140px) {
  .home-technology {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-technology {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.home-technology__body {
  display: flex;
  justify-content: space-between;
  column-gap: 50px;
}
@media (max-width: 921px) {
  .home-technology__body {
    flex-direction: column;
    row-gap: 55px;
  }
}
.home-technology__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #1C1C1C;
  max-width: 272px;
}
@media (max-width: 1140px) {
  .home-technology__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-technology__title {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .home-technology__title {
    margin: 0 auto;
    text-align: center;
  }
}
.home-technology__col-02 {
  max-width: 636px;
  width: 100%;
}
@media (max-width: 921px) {
  .home-technology__col-02 {
    max-width: 100%;
  }
}
.home-technology__items {
  display: grid;
  grid-template-columns: minmax(auto, 33.3333%) minmax(auto, 33.3333%) minmax(auto, 33.3333%);
  grid-template-rows: minmax(75px, 75px) minmax(117px, 117px) minmax(73px, 73px);
  align-items: center;
}
@media (max-width: 575px) {
  .home-technology__items {
    grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
    grid-template-rows: minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto) minmax(auto, auto);
    row-gap: 45px;
  }
}
.home-technology__item {
  height: 100%;
}
.home-technology__item:nth-child(1) {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
@media (max-width: 575px) {
  .home-technology__item:nth-child(1) {
    border: none;
  }
  .home-technology__item:nth-child(1) img {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.home-technology__item:nth-child(2) {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
.home-technology__item:nth-child(2) img {
  display: flex;
  margin: 0 auto;
}
@media (max-width: 575px) {
  .home-technology__item:nth-child(2) {
    border: none;
  }
  .home-technology__item:nth-child(2) img {
    margin: auto;
  }
}
.home-technology__item:nth-child(3) {
  border-bottom: 1px solid #D3D3D3;
}
.home-technology__item:nth-child(3) img {
  display: flex;
  margin: 0 0 0 auto;
}
@media (max-width: 575px) {
  .home-technology__item:nth-child(3) {
    border: none;
  }
  .home-technology__item:nth-child(3) img {
    margin: auto;
  }
}
.home-technology__item:nth-child(4) {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
}
.home-technology__item:nth-child(4) img {
  display: flex;
  margin: auto auto auto 0;
}
@media (max-width: 575px) {
  .home-technology__item:nth-child(4) {
    border: none;
  }
  .home-technology__item:nth-child(4) img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
}
.home-technology__item:nth-child(5) {
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
}
.home-technology__item:nth-child(5) img {
  display: flex;
  margin: auto;
}
@media (max-width: 575px) {
  .home-technology__item:nth-child(5) {
    border: none;
  }
  .home-technology__item:nth-child(5) img {
    margin: auto;
  }
}
.home-technology__item:nth-child(6) {
  border-bottom: 1px solid #D3D3D3;
  display: flex;
}
.home-technology__item:nth-child(6) img {
  display: flex;
  margin: auto 0 auto auto;
}
@media (max-width: 575px) {
  .home-technology__item:nth-child(6) {
    border: none;
  }
  .home-technology__item:nth-child(6) img {
    margin: auto;
  }
}
.home-technology__item:nth-child(7) {
  border-right: 1px solid #D3D3D3;
  display: flex;
}
.home-technology__item:nth-child(7) img {
  display: flex;
  margin: auto auto 0 0;
}
@media (max-width: 575px) {
  .home-technology__item:nth-child(7) {
    border: none;
  }
  .home-technology__item:nth-child(7) img {
    margin: auto;
  }
}
.home-technology__item:nth-child(8) {
  border-right: 1px solid #D3D3D3;
  display: flex;
}
.home-technology__item:nth-child(8) img {
  display: flex;
  margin: auto auto 0 auto;
  max-width: 130px;
}
@media (max-width: 575px) {
  .home-technology__item:nth-child(8) {
    border: none;
  }
  .home-technology__item:nth-child(8) img {
    margin: auto;
  }
}
.home-technology__item:nth-child(9) {
  display: flex;
}
.home-technology__item:nth-child(9) img {
  display: flex;
  margin: auto 0 0 auto;
}
@media (max-width: 575px) {
  .home-technology__item:nth-child(9) {
    border: none;
    grid-column-start: span 2;
  }
  .home-technology__item:nth-child(9) img {
    margin: auto;
  }
}
.home-technology__image {
  position: absolute;
  left: 0;
  bottom: -130px;
  bottom: -130px;
}
@media (max-width: 1140px) {
  .home-technology__image {
    bottom: calc(-300px + 170 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-technology__image {
    display: none;
  }
}
.home-technology__image img {
  max-width: 247px;
}

/* Section clients */
.home-clients {
  background-color: #fff;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .home-clients {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-clients {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.home-clients__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #1C1C1C;
  text-align: center;
}
@media (max-width: 1140px) {
  .home-clients__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-clients__title {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .home-clients__title {
    margin: 0 auto;
    text-align: center;
  }
}
.home-clients__items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: minmax(auto, 350px) minmax(auto, 350px) minmax(auto, 350px);
  column-gap: 30px;
}
@media (max-width: 767px) {
  .home-clients__items {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
  }
}
.home-clients__item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.home-clients__item-title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #A044C1;
}
.home-clients__item-text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #1C1C1C;
}

/* Slider graph */
.slider-graph {
  background-color: #F1F1F1;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .slider-graph {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .slider-graph {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1024px) {
  .slider-graph__container._container {
    padding: 0;
  }
}
.slider-graph__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
   line-height: 58px;
  color: #1C1C1C;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 1140px) {
  .slider-graph__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .slider-graph__title {
     line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
.slider-graph__slider {
  margin: 0 -7px;
}
@media (max-width: 1024px) {
  .slider-graph__slider {
    margin: 0 -4px;
  }
}
.slider-graph__slider .slick-dots {
  display: flex;
  justify-content: space-between;
  padding: 0 7px;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .slider-graph__slider .slick-dots {
    padding: 0 2px;
  }
}
@media (max-width: 767px) {
  .slider-graph__slider .slick-dots {
    padding: 0 15px;
  }
}
.slider-graph__slider .slick-dots li.slick-active button {
  background-color: #A044C1;
}
.slider-graph__slider .slick-dots li button {
  font-size: 0;
  width: 240px;
  height: 10px;
  background-color: #DECBE6;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1140px) {
  .slider-graph__slider .slick-dots li button {
    width: calc(77px + 163 * ((100vw - 390px) / 750));
  }
}
.slider-graph__slider .slick-dots li:hover button {
  background-color: #A044C1;
}
.slider-graph__item {
  padding: 0 7px;
}
.slider-graph__item img {
  width: 100%;
  max-width: 1110px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .slider-graph__item {
    padding: 0 4px;
  }
}

/* Home marketing */
.home-marketing {
  background-color: #F1F1F1;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .home-marketing {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-marketing {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.home-marketing__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
   line-height: 58px;
  color: #1C1C1C;
  text-align: center;
  margin-bottom: 52px;
  max-width: 828px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1140px) {
  .home-marketing__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-marketing__title {
     line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-marketing__title {
    margin-bottom: calc(40px + 12 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-marketing__title {
    max-width: 100%;
    width: 100%;
  }
}
.home-marketing__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
  gap: 30px;
}
@media (max-width: 1024px) {
  .home-marketing__items {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
}
.home-marketing__item {
  padding-top: 45px;
  padding-right: 65px;
  padding-bottom: 45px;
  padding-left: 65px;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1140px) {
  .home-marketing__item {
    padding-top: calc(30px + 15 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-marketing__item {
    padding-right: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-marketing__item {
    padding-bottom: calc(30px + 15 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-marketing__item {
    padding-left: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
.home-marketing__image {
  position: relative;
  padding: 0 0 24.39% 0;
}
.home-marketing__content {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 575px) {
  .home-marketing__content {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
}
.home-marketing__sublabel {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #1C1C1C;
  opacity: 0.7;
}
.home-marketing__label {
  margin-top: 5px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-transform: uppercase;
  color: #1C1C1C;
}
.home-marketing__link {
  padding: 13px;
  background: transparent;
  border: 1px solid #1C1C1C;
  border-radius: 10px;
  display: flex;
}
.home-marketing__link span {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-marketing__link span svg {
  width: 100%;
}
.home-marketing__link:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%);
}
.home-marketing__link:hover span svg path {
  fill: #fff;
}

/* Section home story */
.home-story {
  background-color: #1C1C1C;
  position: relative;
}
.home-story::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  width: 357px;
  height: 100%;
  z-index: 2;
}
@media (max-width: 1140px) {
  .home-story::before {
    width: calc(100px + 257 * ((100vw - 390px) / 750));
  }
}
@media (min-width: 1441px) and (min-width: 1px) {
  .home-story::before {
    width: calc(357px + 443 * (((100vw - 1px)) / ((1439px))));
  }
}
@media (max-width: 921px) {
  .home-story::before {
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    max-height: 200px;
  }
}
.home-story__container {
  /* overflow: auto; */
  overflow: hidden;
}
@media (max-width: 921px) {
  .home-story__container._container {
    padding: 0;
  }
}
.home-story__body {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 921px) {
  .home-story__body {
    flex-direction: column;
  }
}
.home-story__col-01 {
  max-width: 612px;
  max-width: 612px;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .home-story__col-01 {
    max-width: calc(100px + 512 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-story__col-01 {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-story__col-01 {
    padding-bottom: calc(435px + -285 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .home-story__col-01 {
    max-width: 100%;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.home-story__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #FFFFFF;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1140px) {
  .home-story__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-story__title {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 575px) {
  .home-story__title {
    max-width: 270px;
  }
}
.home-story__text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #C9C9C9;
  margin-top: 15px;
}
@media (max-width: 1140px) {
  .home-story__text {
    margin-top: calc(40px + -25 * ((100vw - 390px) / 750));
  }
}
.home-story__link-more {
  padding: 15px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #A044C1;
  border-radius: 10px;
  margin-top: 50px;
  z-index: 50;
}
.home-story__link-more span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.home-story__link-more:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.home-story__images {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 406px;
}
@media (max-width: 1140px) {
  .home-story__images {
    max-width: calc(360px + 46 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-story__images {
    top: auto;
    bottom: 100px;
    display: flex;
    align-items: center;
    column-gap: 11px;
    width: 100%;
    overflow: auto;
    max-width: 100%;
    padding: 0 15px;
  }
}
.home-story__image {
  width: 406px;
}
@media (max-width: 1140px) {
  .home-story__image {
    width: calc(360px + 46 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-story__image {
    width: 229px;
  }
}
@media (max-width: 921px) {
  .home-story__wrapper {
    max-width: 350px;
  }
}

/* Section home project */
.home-project {
  padding-top: 150px;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.31) 0%, rgba(28, 28, 28, 0) 100%), linear-gradient(66.39deg, #6F1FBF -33.04%, #A044C1 43.24%, #49D7F7 111.96%), linear-gradient(0deg, #1C1C1C, #1C1C1C), #1C1C1C;
}
@media (max-width: 1140px) {
  .home-project {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .home-project__container._container {
    padding: 0;
  }
}
.home-project__body {
  overflow: hidden;
}
.home-project__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  text-align: center;
  color: #FFFFFF;
  max-width: 655px;
  margin: 0 auto;
}
@media (max-width: 1140px) {
  .home-project__title {
    font-size: calc(40px + 24 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-project__title {
    line-height: calc(48px + 29 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 575px) {
  .home-project__title {
    max-width: 280px;
  }
}
.home-project__row-02 {
  background-image: url("/wp-content/uploads/2023/03/home-plan-img-03.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center bottom;
  position: relative;
  bottom: -5px;
  padding-top: 280px;
}
@media (max-width: 1140px) {
  .home-project__row-02 {
    padding-top: calc(340px + -60 * ((100vw - 390px) / 750));
  }
}
.home-project__image-01 {
  position: absolute;
  left: 0px;
  bottom: 0;
}
@media (max-width: 1140px) {
  .home-project__image-01 {
    left: calc(-215px + 215 * ((100vw - 390px) / 750));
  }
}
.home-project__image-01 img {
  max-width: 343px;
  object-fit: cover;
}
.home-project__image-02 {
  position: absolute;
  right: 0px;
  bottom: 0;
}
@media (max-width: 1140px) {
  .home-project__image-02 {
    right: calc(-255px + 255 * ((100vw - 390px) / 750));
  }
}
.home-project__btn-project {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 15px 30px;
  background: #1C1C1C;
  border-radius: 10px;
  margin-top: 15px;
}
.home-project__btn-project span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.home-project__btn-project:hover {
  background: #49D7F6;
}
.home-project__btn-project:hover span {
  color: #1C1C1C;
}
.home-project__image-arrow {
  position: absolute;
  left: 50%;
  bottom: 27px;
  transform: translate(-50%, 0);
}

.rotate-animation {
  -webkit-animation: spin 40s linear infinite;
  -moz-animation: spin 40s linear infinite;
  animation: spin 40s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.slider-home__item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slider-home__item {
    margin-bottom: 0;
    margin-right: 11px;
  }
}
.slider-home__item img {
  max-width: 406px;
}
@media (max-width: 1140px) {
  .slider-home__item img {
    max-width: calc(360px + 46 * ((100vw - 390px) / 750));
  }
}

/* Home results counter */
.home-counter__body {
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .home-counter__body {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.home-counter__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  margin-bottom: 50px;
  color: #1C1C1C;
  text-align: center;
}
@media (max-width: 1140px) {
  .home-counter__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-counter__title {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-counter__title {
    margin-bottom: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.home-counter__items {
  display: grid;
  grid-template-columns: minmax(auto, 28.55%) minmax(auto, 28.55%) minmax(auto, 28.55%) minmax(auto, 14.35%);
  align-items: center;
}
@media (max-width: 767px) {
  .home-counter__items {
    grid-template-columns: minmax(auto, 25%) minmax(auto, 25%) minmax(auto, 25%) minmax(auto, 25%);
  }
}
.home-counter__item span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 77px;
  color: #A044C1;
}
@media (max-width: 1140px) {
  .home-counter__item span {
    font-size: calc(20px + 44 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-counter__item span {
    line-height: calc(24px + 53 * ((100vw - 390px) / 750));
  }
}
.home-counter__line-wrapper {
  margin-top: 20px;
}
.home-counter__line img {
  max-width: 1110px;
  width: 100%;
}
@media (max-width: 576px) {
  .home-counter__line img:nth-child(1) {
    display: none;
  }
}
@media (min-width: 576px) {
  .home-counter__line img:nth-child(2) {
    display: none;
  }
}
.home-counter__line-text {
  display: grid;
  grid-template-columns: minmax(auto, 28.55%) minmax(auto, 28.55%) minmax(auto, 28.55%) minmax(auto, 14.35%);
  align-items: center;
  margin-top: 21px;
}
@media (max-width: 767px) {
  .home-counter__line-text {
    grid-template-columns: minmax(auto, 25%) minmax(auto, 25%) minmax(auto, 25%) minmax(auto, 25%);
  }
}
.home-counter__text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #1C1C1C;
  position: relative;
}
@media (max-width: 1140px) {
  .home-counter__text {
    font-size: calc(14px + 4 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-counter__text {
    line-height: calc(17px + 4 * ((100vw - 390px) / 750));
  }
}
.home-counter__text::before {
  content: "";
  position: absolute;
  top: -38px;
  left: 0;
  height: 15px;
  width: 2px;
  background-color: #1C1C1C;
}
@media (max-width: 575px) {
  .home-counter__text::before {
    top: -39px;
  }
}

/* Home testing */
.home-test {
  background-color: #1C1C1C;
  padding-top: 200px;
  position: relative;
}
@media (max-width: 1140px) {
  .home-test {
    padding-top: calc(150px + 50 * ((100vw - 390px) / 750));
  }
}
.home-test__back {
  position: absolute;
  top: 0;
  right: 0;
  width: 640px;
  display: flex;
  height: 100%;
}
@media (max-width: 1140px) {
  .home-test__back {
    width: calc(0px + 640 * ((100vw - 390px) / 750));
  }
}
.home-test__back::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(152.78deg, rgba(0, 0, 0, 0.23) 0%, rgba(0, 0, 0, 0) 83.02%), #676767;
  transform: rotate(180deg);
  width: 100%;
  height: 100%;
}
.home-test__back::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 283px;
  height: 100%;
  max-height: 714px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  display: none !important;
}
.home-test__body {
  position: relative;
}
.home-test__col-01 {
  z-index: 10;
  position: relative;
  max-width: 918px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .home-test__col-01 {
    padding-bottom: calc(150px + 0 * ((100vw - 390px) / 750));
  }
}
.home-test__col-01 .image-rotate {
  display: flex;
  width: 178px;
  animation: rotate 12s linear infinite;
  position: absolute;
  top: 0;
  right: -178px;
}
@media (max-width: 1140px) {
  .home-test__col-01 .image-rotate {
    width: calc(123px + 55 * ((100vw - 390px) / 750));
  }
}
.home-test__col-01 .image-ball {
  position: absolute;
  width: 483px;
  height: 100%;
  bottom: 0;
  right: 0px;
  display: flex;
  z-index: -1;
}
.home-test__col-01 .image-ball::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  width: 283px;
  height: 100%;
}
.home-test__col-01 .image-ball img {
  width: 483px;
  height: 483px;
  display: flex;
  position: absolute;
  bottom: 116px;
  right: -114px;
  z-index: -1;
}
.home-test__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 87px;
  line-height: 93px;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  z-index: 20;
}
@media (max-width: 1140px) {
  .home-test__title {
    font-size: calc(40px + 47 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .home-test__title {
    line-height: calc(42px + 51 * ((100vw - 390px) / 750));
  }
}
.home-test__image-line {
  margin-top: 50px;
}
@media (max-width: 1140px) {
  .home-test__image-line {
    margin-top: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.home-test__text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #C9C9C9;
  margin-top: 50px;
}
@media (max-width: 1140px) {
  .home-test__text {
    margin-top: calc(40px + 10 * ((100vw - 390px) / 750));
  }
}
.home-test__link-btn {
  margin-top: 30px;
  background: #A044C1;
  border-radius: 10px;
  padding: 15px 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.home-test__link-btn span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.home-test__link-btn:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.home-test__col-02 {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}

/* Arctile 01 */
.article-first__head-wrapper {
  background-color: #1C1C1C;
  position: relative;
}
.article-first__head-wrapper::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/advisions/assets/img/articles/article-head-01.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top right;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .article-first__head-wrapper::before {
    background-size: contain;
    background-position: bottom center;
  }
}
.article-first__content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1140px) {
  .article-first__content {
    padding-top: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .article-first__content {
    padding-bottom: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
.article-first__text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1C1C1C;
}
.article-first__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-top: 20px;
}
/* Article 02 */
.article-second__head-wrapper {
  background-color: #1C1C1C;
  position: relative;
}
.article-second__head-wrapper::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/advisions/assets/img/articles/article-head-02.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .article-second__head-wrapper::before {
    background-size: contain;
    background-position: bottom center;
  }
}
.article-second__content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1140px) {
  .article-second__content {
    padding-top: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .article-second__content {
    padding-bottom: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
/* Article 03 */
.article-third__head-wrapper {
  background-color: #1C1C1C;
  position: relative;
}
.article-third__head-wrapper::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/advisions/assets/img/articles/article-head-03.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .article-third__head-wrapper::before {
    background-size: 65%;
    background-position: bottom right;
  }
}
.article-third__content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1140px) {
  .article-third__content {
    padding-top: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .article-third__content {
    padding-bottom: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
/* Article 04 */
.article-fourth__head-wrapper {
  background-color: #1C1C1C;
  position: relative;
}
.article-fourth__head-wrapper::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/advisions/assets/img/articles/article-head-04.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .article-fourth__head-wrapper::before {
    background-size: contain;
    background-position: bottom center;
  }
}
.article-fourth__content {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1140px) {
  .article-fourth__content {
    padding-top: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .article-fourth__content {
    padding-bottom: calc(80px + 20 * ((100vw - 390px) / 750));
  }
}
/* Article UI style */
.article-title {
  padding-top: 180px;
  padding-bottom: 85px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 64px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 1140px) {
  .article-title {
    padding-top: calc(140px + 40 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .article-title {
    padding-bottom: calc(140px + -55 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .article-title {
    font-size: calc(40px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .article-title {
    line-height: calc(48px + 16 * ((100vw - 390px) / 750));
  }
}
.article-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 57px;
  height: 1px;
  background-color: #c9c9c9;
}
.article-title span {
  display: flex;
  width: 57px;
  height: 1px;
  background-color: #c9c9c9;
  position: relative;
  top: -20px;
}

.article-subtitle {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1C1C1C;
  margin: 40px 0 20px 0;
}

.article-text-bold {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1C1C1C;
}

.aticle-text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #1C1C1C;
}

.article-label {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  color: #1C1C1C;
  margin: 40px 0 15px 0;
}

/* Articles page */
.articles-page__head {
  background-color: #1C1C1C;
  position: relative;
}
.articles-page__head::before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/advisions/assets/img/articles/article-page-01.svg");
  background-repeat: no-repeat;
  background-size: 707px;
  background-position: bottom right;
  width: 100%;
  height: 100%;
}
@media (max-width: 1140px) {
  .articles-page__head::before {
    background-size: calc(300px + 407 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 575px) {
  .articles-page__head::before {
    background-position: bottom center;
    background-size: 100% 170px;
  }
}
.articles-page__head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  max-width: 340px;
  width: 100%;
  height: 100%;
  display: flex;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  z-index: 2;
}
@media (max-width: 1140px) {
  .articles-page__head::after {
    max-width: calc(120px + 220 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 575px) {
  .articles-page__head::after {
    max-height: 30px;
    right: auto;
    left: 0;
    bottom: 0;
    top: auto;
    max-width: 100%;
  }
}
.articles-page__title {
  padding-top: 180px;
  padding-bottom: 140px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 60px;
  line-height: 64px;
  color: #FFFFFF;
  position: relative;
}
@media (max-width: 1140px) {
  .articles-page__title {
    padding-top: calc(140px + 40 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__title {
    padding-bottom: calc(180px + -40 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__title {
    font-size: calc(40px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__title {
    line-height: calc(48px + 16 * ((100vw - 390px) / 750));
  }
}
.articles-page__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 57px;
  height: 1px;
  background-color: #c9c9c9;
}
.articles-page__title span {
  display: flex;
  width: 57px;
  height: 1px;
  background-color: #c9c9c9;
  position: relative;
  top: -20px;
}
.articles-page__content {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .articles-page__content {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__content {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.articles-page__content-title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #1C1C1C;
  margin-bottom: 54px;
  max-width: 840px;
}
@media (max-width: 1140px) {
  .articles-page__content-title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__content-title {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__content-title {
    margin-bottom: calc(40px + 14 * ((100vw - 390px) / 750));
  }
}
.articles-page__items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(540px, 1fr));
  gap: 30px;
}
@media (max-width: 1140px) {
  .articles-page__items {
    gap: calc(20px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 575px) {
  .articles-page__items {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
}
.articles-page__item {
  background-color: #1C1C1C;
  border-radius: 10px;
  padding-top: 60px;
  padding-right: 65px;
  padding-bottom: 60px;
  padding-left: 65px;
}
@media (max-width: 1140px) {
  .articles-page__item {
    padding-top: calc(25px + 35 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__item {
    padding-right: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__item {
    padding-bottom: calc(25px + 35 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__item {
    padding-left: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
.articles-page__item:nth-child(1) {
  background-image: url("/wp-content/themes/advisions/assets/img/articles/article-page-item-01.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}
@media (max-width: 575px) {
  .articles-page__item:nth-child(1) {
    background-size: 80%;
  }
}
.articles-page__item:nth-child(2) {
  background-image: url("/wp-content/themes/advisions/assets/img/articles/article-page-item-02.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}
@media (max-width: 575px) {
  .articles-page__item:nth-child(2) {
    background-size: 63%;
  }
}
.articles-page__item:nth-child(3) {
  background-image: url("/wp-content/themes/advisions/assets/img/articles/article-page-item-03.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}
@media (max-width: 575px) {
  .articles-page__item:nth-child(3) {
    background-size: 75%;
  }
}
.articles-page__item:nth-child(4) {
  background-image: url("/wp-content/themes/advisions/assets/img/articles/article-page-item-04.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom right;
}
@media (max-width: 575px) {
  .articles-page__item:nth-child(4) {
    background-size: 74%;
  }
}
.articles-page__item-title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
}
@media (max-width: 1140px) {
  .articles-page__item-title {
    font-size: calc(28px + 4 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .articles-page__item-title {
    line-height: calc(32px + 6 * ((100vw - 390px) / 750));
  }
}
.articles-page__item-link {
  margin-top: 70px;
  padding: 15px 30px;
  background: #A044C1;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1140px) {
  .articles-page__item-link {
    margin-top: calc(40px + 30 * ((100vw - 390px) / 750));
  }
}
.articles-page__item-link span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.articles-page__item-link:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}

.join-main {
  background-color: #1C1C1C;
  padding-top: 202px;
  padding-bottom: 163px;
  position: relative;
}
@media (max-width: 1140px) {
  .join-main {
    padding-top: calc(120px + 82 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .join-main {
    padding-bottom: calc(80px + 83 * ((100vw - 390px) / 750));
  }
}
.join-main::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  max-width: 357px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
@media (max-width: 1140px) {
  .join-main::before {
    max-width: calc(100px + 257 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .join-main::before {
    display: none;
  }
}
.join-main__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .join-main__body {
    flex-direction: column;
  }
}
.join-main__title {
  max-width: 664px;
  width: 100%;
}
@media (max-width: 767px) {
  .join-main__title {
    max-width: 100%;
  }
}
.join-main__text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #C9C9C9;
  margin-top: 5px;
  max-width: 550px;
  width: 100%;
}
@media (max-width: 1140px) {
  .join-main__text {
    font-size: calc(16px + 2 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .join-main__text {
    line-height: calc(19px + 3 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .join-main__text {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .join-main__image {
    display: none;
  }
}
.join-main__image img {
  width: 406px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1140px) {
  .join-main__image img {
    width: calc(300px + 106 * ((100vw - 390px) / 750));
  }
}

.vacancy {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f1f1f1;
}
@media (max-width: 1140px) {
  .vacancy {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .vacancy {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.vacancy__body {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media (max-width: 1140px) {
  .vacancy__body {
    row-gap: calc(30px + 20 * ((100vw - 390px) / 750));
  }
}
.vacancy__row {
  background: linear-gradient(82.38deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0) 99.7%), #FFFFFF;
  border-radius: 10px;
  padding-top: 65px;
  padding-right: 65px;
  padding-bottom: 65px;
  padding-left: 65px;
}
@media (max-width: 1140px) {
  .vacancy__row {
    padding-top: calc(30px + 35 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .vacancy__row {
    padding-right: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .vacancy__row {
    padding-bottom: calc(30px + 35 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .vacancy__row {
    padding-left: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
.vacancy__head {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 30px;
}
@media (max-width: 921px) {
  .vacancy__head {
    flex-direction: column;
    justify-content: center;
    row-gap: 20px;
  }
}
.vacancy__link-job {
  background: #A044C1;
  border-radius: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1140px) {
  .vacancy__link-job {
    padding-left: calc(0px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .vacancy__link-job {
    padding-right: calc(0px + 50 * ((100vw - 390px) / 750));
  }
}
.vacancy__link-job span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}
.vacancy__link-job:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
@media (max-width: 767px) {
  .vacancy__link-job {
    padding: 15px 30px;
  }
}
@media (max-width: 575px) {
  .vacancy__link-job {
    max-width: 100%;
    width: 100%;
  }
}
.vacancy__row-01 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #D3D3D3;
}
@media (max-width: 1140px) {
  .vacancy__row-01 {
    padding-top: calc(20px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .vacancy__row-01 {
    padding-bottom: calc(20px + 10 * ((100vw - 390px) / 750));
  }
}
.vacancy__row-02 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
}
@media (max-width: 1140px) {
  .vacancy__row-02 {
    padding-top: calc(20px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .vacancy__row-02 {
    padding-bottom: calc(20px + 10 * ((100vw - 390px) / 750));
  }
}
.vacancy__btn-title {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.vacancy__btn-title span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1C1C1C;
}
@media (max-width: 1140px) {
  .vacancy__btn-title span {
    font-size: calc(20px + 4 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .vacancy__btn-title span {
    line-height: calc(24px + 5 * ((100vw - 390px) / 750));
  }
}
.vacancy__btn-title i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #A044C1;
  border-radius: 5px;
}
.vacancy__btn-title i:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.vacancy__description-wrapper {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .vacancy__description-wrapper {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
}
.vacancy__list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 50%;
}
@media (max-width: 767px) {
  .vacancy__list {
    width: 100%;
  }
}
.vacancy__item {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
  padding-left: 21px;
  position: relative;
}
.vacancy__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #6F1FBF;
  border-radius: 100px;
}

/* Contacts main section */
.contacts-main {
  background-color: #1C1C1C;
  padding-top: 180px;
  padding-bottom: 140px;
  position: relative;
}
@media (max-width: 1140px) {
  .contacts-main {
    padding-top: calc(120px + 60 * ((100vw - 390px) / 750));
  }
}
.contacts-main::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/advisions/assets/img/contacts-01.png");
  background-size: 705px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media (max-width: 1140px) {
  .contacts-main::before {
    background-size: calc(370px + 335 * ((100vw - 390px) / 750));
  }
}
/* Contacts content section */
.contacts-content {
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgb(241, 241, 241) 50%);
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .contacts-content {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .contacts-content {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .contacts-content {
    background: rgb(255, 255, 255);
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contacts-content__container._container {
    padding: 0;
  }
}
.contacts-content__body {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .contacts-content__body {
    flex-direction: column;
  }
}
.contacts-content__col-01 {
  max-width: 540px;
  width: 100%;
}
@media (max-width: 767px) {
  .contacts-content__col-01 {
    max-width: 100%;
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contacts-content__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #1C1C1C;
}
@media (max-width: 1140px) {
  .contacts-content__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .contacts-content__title {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
.contacts-content__text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1C1C1C;
  margin-top: 18px;
}
.contacts-content__subtitle {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1C1C1C;
  margin-top: 70px;
}
@media (max-width: 1140px) {
  .contacts-content__subtitle {
    font-size: calc(20px + 4 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .contacts-content__subtitle {
    line-height: calc(25px + 4 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .contacts-content__subtitle {
    margin-top: calc(30px + 40 * ((100vw - 390px) / 750));
  }
}
.contacts-content__contacts-wrapper {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  row-gap: 25px;
  max-width: 450px;
}
@media (max-width: 767px) {
  .contacts-content__contacts-wrapper {
    max-width: 100%;
  }
}
.contacts-content__contacts-row-01 {
  display: grid;
  grid-template-columns: minmax(auto, 160px) minmax(auto, auto);
  align-items: center;
  column-gap: 55px;
}
@media (max-width: 1140px) {
  .contacts-content__contacts-row-01 {
    column-gap: calc(20px + 35 * ((100vw - 390px) / 750));
  }
}
.contacts-content__contacts-text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
.contacts-content__contacts-phone {
  width: fit-content;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #A044C1;
  position: relative;
}
.contacts-content__contacts-phone::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #A044C1;
  transition: all 0.3s ease 0s;
}
.contacts-content__contacts-phone:hover::before {
  width: 100%;
}
.contacts-content__contacts-row-02 {
  display: grid;
  grid-template-columns: minmax(auto, 160px) minmax(auto, auto);
  align-items: center;
  column-gap: 55px;
}
@media (max-width: 1140px) {
  .contacts-content__contacts-row-02 {
    column-gap: calc(20px + 35 * ((100vw - 390px) / 750));
  }
}
.contacts-content__contacts-mail {
  width: fit-content;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #A044C1;
  position: relative;
}
.contacts-content__contacts-mail::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 1px;
  background-color: #A044C1;
  transition: all 0.3s ease 0s;
}
.contacts-content__contacts-mail:hover::before {
  width: 100%;
}
.contacts-content__contacts-row-03 {
  display: grid;
  grid-template-columns: minmax(auto, 160px) minmax(auto, auto);
  align-items: center;
  column-gap: 55px;
}
@media (max-width: 1140px) {
  .contacts-content__contacts-row-03 {
    column-gap: calc(20px + 35 * ((100vw - 390px) / 750));
  }
}
.contacts-content__contacts-row-04 {
  display: grid;
  grid-template-columns: minmax(auto, 160px) minmax(auto, auto);
  align-items: center;
  column-gap: 55px;
}
@media (max-width: 1140px) {
  .contacts-content__contacts-row-04 {
    column-gap: calc(20px + 35 * ((100vw - 390px) / 750));
  }
}
.contacts-content__social {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 25px;
  width: fit-content;
}
.contacts-content__social-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #1C1C1C;
  border-radius: 100px;
}
.contacts-content__social-link:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.contacts-content__social-link:hover svg path {
  fill: #fff;
}
.contacts-content__col-02 {
  width: 100%;
  padding-left: 145px;
}
@media (max-width: 1140px) {
  .contacts-content__col-02 {
    padding-left: calc(15px + 130 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .contacts-content__col-02 {
    padding: 100px 15px !important;
    max-width: 100%;
    padding-left: 0;
    background-color: rgb(241, 241, 241);
  }
}
.contacts-content__form-wrapper {
  max-width: 350px;
}
@media (max-width: 767px) {
  .contacts-content__form-wrapper {
    max-width: 100%;
  }
}
.contacts-content__form-title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1C1C1C;
  margin-bottom: 30px;
}
@media (max-width: 1140px) {
  .contacts-content__form-title {
    font-size: calc(20px + 4 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .contacts-content__form-title {
    line-height: calc(25px + 4 * ((100vw - 390px) / 750));
  }
}
.contacts-content__form .wpcf7 form .form-contacts__body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contacts-content__form .wpcf7 form .form-contacts__body p {
  position: relative;
}
.contacts-content__form .wpcf7 form .form-contacts__body p span.wpcf7-form-control-wrap {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.contacts-content__form .wpcf7 form .form-contacts__body p span input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.contacts-content__form .wpcf7 form .form-contacts__body p span input::placeholder {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.contacts-content__form .wpcf7 form .form-contacts__body p span input.wpcf7-not-valid {
  border-color: #FF3737;
}
.contacts-content__form .wpcf7 form .form-contacts__body p span .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FF3737;
  margin-top: 16px;
}
.contacts-content__form .wpcf7 form .form-contacts__body p span .form-contacts__file {
  padding: 0;
}
.contacts-content__form .wpcf7 form .form-contacts__body .form-contacts__btn {
  margin-top: 20px;
}
.contacts-content__form .wpcf7 form .form-contacts__body .form-contacts__btn p {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
.contacts-content__form .wpcf7 form .form-contacts__body .form-contacts__btn p input {
  background: #A044C1;
  border-radius: 10px;
  padding: 14px 20px;
  width: 100%;
  max-width: 100%;
  cursor: pointer;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.contacts-content__form .wpcf7 form .form-contacts__body .form-contacts__btn p input:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.contacts-content__form .wpcf7 form .form-contacts__body .form-contacts__btn p .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.contacts-content__form .wpcf7 form .wpcf7-response-output {
  display: none !important;
}

/* Section solutions main */
.solutions-main {
  background-color: #1C1C1C;
  padding-top: 203px;
  padding-bottom: 151px;
  background-image: url("/wp-content/themes/advisions/assets/img/solutions-01.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 610px;
  position: relative;
}
@media (max-width: 1140px) {
  .solutions-main {
    padding-top: calc(120px + 83 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .solutions-main {
    padding-bottom: calc(275px + -124 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .solutions-main {
    background-size: calc(360px + 250 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .solutions-main {
    background-position: center bottom;
  }
}
.solutions-main::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  max-width: 340px;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
@media (max-width: 1140px) {
  .solutions-main::before {
    max-width: calc(100px + 240 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .solutions-main::before {
    max-width: 100%;
    height: 37px;
    top: auto;
    bottom: 0;
  }
}
.solutions-main__title {
  max-width: 703px;
}
@media (max-width: 921px) {
  .solutions-main__title {
    max-width: 100%;
  }
}

/* Sections solutions packages */
.nav-solutions__items {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .nav-solutions__items {
    display: none !important;
    /* display: grid;
    grid-template-columns: minmax(auto, auto) minmax(auto, auto);
    gap: 30px;
    justify-content: space-between; */
  }
}
.nav-solutions__btn {
  display: flex;
  cursor: pointer;
}
.nav-solutions__btn span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  color: #1C1C1C;
  transition: all 0.3s ease 0s;
}
@media (max-width: 767px) {
  .nav-solutions__btn span::before, .nav-solutions__btn span::after {
    display: none;
  }
}
.nav-solutions__btn:hover span {
  color: #A044C1;
}
.nav-solutions__btn:nth-child(1) {
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .nav-solutions__btn:nth-child(1) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .nav-solutions__btn:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
  }
}
.nav-solutions__btn:nth-child(1) span {
  position: relative;
}
.nav-solutions__btn:nth-child(1) span::before {
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 50px;
  width: 2px;
  background-color: #1C1C1C;
}
.nav-solutions__btn:nth-child(1) span::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 7px;
  height: 7px;
  background-color: #A044C1;
  border-radius: 100px;
  z-index: 2;
}
.nav-solutions__btn:nth-child(2) {
  margin-left: 45px;
}
@media (max-width: 1024px) {
  .nav-solutions__btn:nth-child(2) {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .nav-solutions__btn:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
.nav-solutions__btn:nth-child(2) span {
  position: relative;
}
.nav-solutions__btn:nth-child(2) span::before {
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 50px;
  width: 2px;
  background-color: #1C1C1C;
}
.nav-solutions__btn:nth-child(2) span::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 7px;
  height: 7px;
  background-color: #A044C1;
  border-radius: 100px;
  z-index: 2;
}
@media (max-width: 767px) {
  .nav-solutions__btn:nth-child(3) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
}
.nav-solutions__btn:nth-child(3) span {
  position: relative;
}
.nav-solutions__btn:nth-child(3) span::before {
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 50px;
  width: 2px;
  background-color: #1C1C1C;
}
.nav-solutions__btn:nth-child(3) span::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 7px;
  height: 7px;
  background-color: #A044C1;
  border-radius: 100px;
  z-index: 2;
}
@media (max-width: 767px) {
  .nav-solutions__btn:nth-child(4) {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
.nav-solutions__btn:nth-child(4) span {
  position: relative;
}
.nav-solutions__btn:nth-child(4) span::before {
  content: "";
  position: absolute;
  top: 57px;
  left: 50%;
  transform: translate(-50%, 0);
  height: 50px;
  width: 2px;
  background-color: #1C1C1C;
}
.nav-solutions__btn:nth-child(4) span::after {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 7px;
  height: 7px;
  background-color: #A044C1;
  border-radius: 100px;
  z-index: 2;
}
.nav-solutions__arrow {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .nav-solutions__arrow {
    display: none;
  }
}
.nav-solutions__arrow img {
  width: 1110px;
}
@media (max-width: 1140px) {
  .nav-solutions__arrow img {
    width: calc(340px + 770 * ((100vw - 390px) / 750));
  }
}

.info-solutions {
  margin-top: 100px;
  padding-left: 25px;
  position: relative;
}
@media (max-width: 1140px) {
  .info-solutions {
    margin-top: calc(40px + 60 * ((100vw - 390px) / 750));
  }
}
.info-solutions__body {
  background: linear-gradient(0deg, #DECBE5, #DECBE5), #FFFFFF;
  border-radius: 10px;
  padding-left: 70px;
  padding-right: 118px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 1140px) {
  .info-solutions__body {
    padding-left: calc(40px + 30 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .info-solutions__body {
    padding-right: calc(20px + 98 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .info-solutions__body {
    padding-bottom: calc(27px + 13 * ((100vw - 390px) / 750));
  }
}
.info-solutions__icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A044C1;
  border-radius: 100px;
}
.info-solutions__text {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #1C1C1C;
}

.solutions-packages {
  background-color: #f1f1f1;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .solutions-packages {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .solutions-packages {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.packages-solutions {
  /* Tabs */
}
.packages-solutions__body {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 100px;
}
@media (max-width: 1140px) {
  .packages-solutions__body {
    margin-top: calc(50px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .packages-solutions__body {
    row-gap: calc(40px + 60 * ((100vw - 390px) / 750));
  }
}
.packages-solutions__item {
  padding-top: 65px;
  padding-right: 65px;
  padding-bottom: 65px;
  padding-left: 65px;
  background: linear-gradient(82.38deg, rgba(255, 255, 255, 0.08) 0%, rgba(0, 0, 0, 0) 99.7%), #FFFFFF;
  border-radius: 10px;
}
@media (max-width: 1140px) {
  .packages-solutions__item {
    padding-top: calc(25px + 40 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .packages-solutions__item {
    padding-right: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .packages-solutions__item {
    padding-bottom: calc(25px + 40 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .packages-solutions__item {
    padding-left: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .packages-solutions__item {
    position: relative;
    padding-bottom: 110px;
  }
}
.packages-solutions__head {
  display: grid;
  grid-template-columns: minmax(auto, 37%) minmax(auto, 43%) minmax(auto, 20%);
}
@media (max-width: 921px) {
  .packages-solutions__head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.packages-solutions__head-col-01 {
  padding-left: 80px;
  padding-right: 32px;
  position: relative;
}
.packages-solutions__head-col-01 span {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #A044C1;
  border-radius: 100px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
.packages-solutions__title-pack {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 40px;
  line-height: 48px;
  color: #1C1C1C;
}
.packages-solutions__subtitle-pack {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
.packages-solutions__head-col-02 {
  padding-left: 39px;
  padding-right: 39px;
  border-right: 1px solid #D3D3D3;
  border-left: 1px solid #D3D3D3;
}
@media (max-width: 1140px) {
  .packages-solutions__head-col-02 {
    padding-left: calc(0px + 39 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .packages-solutions__head-col-02 {
    padding-right: calc(0px + 39 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .packages-solutions__head-col-02 {
    padding: 30px 0;
    border-right: none;
    border-left: none;
  }
}
.packages-solutions__title-price {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
.packages-solutions__title-price span {
  color: #A044C1;
  font-weight: 900;
}
.packages-solutions__text {
  max-width: 300px;
  margin-top: 8px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9A9A9A;
}
.packages-solutions__head-col-03 {
  padding-left: 32px;
}
@media (max-width: 921px) {
  .packages-solutions__head-col-03 {
    padding-left: 0;
    padding-top: 30px;
    position: absolute;
    bottom: 27px;
  }
}
.packages-solutions__link-order {
  background: #A044C1;
  border-radius: 10px;
  padding: 15px 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.packages-solutions__link-order span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.packages-solutions__link-order:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.packages-solutions__content {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D3D3D3;
}
@media (max-width: 1140px) {
  .packages-solutions__content {
    margin-top: calc(30px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .packages-solutions__content {
    padding-top: calc(30px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .packages-solutions__content {
    margin-top: 0;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 40px;
  }
}
@media (max-width: 921px) and (max-width: 1140px) {
  .packages-solutions__content {
    padding-bottom: calc(30px + 10 * ((100vw - 390px) / 750));
  }
}
.packages-solutions__btn-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.packages-solutions__btn-title span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1C1C1C;
}
.packages-solutions__btn-title i {
  width: 30px;
  height: 30px;
  background-color: #A044C1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
@media (min-width: 922px) {
  .packages-solutions__btn-title i {
    display: none;
  }
}
.packages-solutions__description {
  margin-top: 20px;
}
.packages-solutions__description-wrapper {
  display: grid;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  column-gap: 30px;
}
@media (max-width: 767px) {
  .packages-solutions__description-wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
}
.packages-solutions__description-wrapper.description-wrapper-last {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .packages-solutions__description-wrapper.description-wrapper-last {
    flex-direction: column;
    row-gap: 15px;
    align-items: flex-start;
  }
}
.packages-solutions__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media (max-width: 1140px) {
  .packages-solutions__list {
    row-gap: calc(15px + 5 * ((100vw - 390px) / 750));
  }
}
.packages-solutions__list.additional-list {
  flex-direction: row;
  column-gap: 50px;
}
@media (max-width: 1140px) {
  .packages-solutions__list.additional-list {
    column-gap: calc(0px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .packages-solutions__list.additional-list {
    flex-direction: column;
  }
}
.packages-solutions__list-item {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
  padding-left: 20px;
  position: relative;
}
.packages-solutions__list-item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #6F1FBF;
  border-radius: 100px;
}
.packages-solutions__list-item span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #9A9A9A;
}

/* Section about */
.about-main {
  background-color: #1c1c1c;
  overflow: hidden;
  position: relative;
}
.about-main::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 357px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  z-index: 5;
}
@media (max-width: 1140px) {
  .about-main::before {
    width: calc(0px + 357 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .about-main::before {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    height: 74px;
    width: 100%;
  }
}
.about-main__container {
  position: relative;
}
@media (max-width: 767px) {
  .about-main__container._container {
    padding: 0;
  }
}
.about-main__body {
  position: relative;
}
@media (max-width: 767px) {
  .about-main__wrapper {
    padding: 0 15px;
  }
}
.about-main__col-01 {
  padding-top: 180px;
  padding-bottom: 140px;
}
@media (max-width: 1140px) {
  .about-main__col-01 {
    padding-bottom: calc(238px + -98 * ((100vw - 390px) / 750));
  }
}
.about-main__images {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .about-main__images {
    top: auto;
    bottom: 35px;
    display: flex;
    align-items: center;
    column-gap: 11px;
    width: 100%;
    overflow: auto;
  }
}
.about-main__image {
  width: 406px;
}
@media (max-width: 1140px) {
  .about-main__image {
    width: calc(229px + 177 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .about-main__image {
    width: 229px;
  }
}

.about-content {
  background-color: #F1F1F1;
  padding-top: 150px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .about-content {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .about-content {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.about-content__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  text-align: center;
  color: #1C1C1C;
  max-width: 712px;
  width: 100%;
  margin: 0 auto 15px auto;
}
@media (max-width: 1140px) {
  .about-content__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .about-content__title {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 921px) {
  .about-content__title {
    margin: 0 auto 50px auto;
  }
}
.content-about__body {
  display: grid;
  grid-template-columns: minmax(auto, 50%) minmax(auto, 50%);
  column-gap: 100px;
  position: relative;
}
@media (max-width: 767px) {
  .content-about__body {
    grid-template-columns: minmax(auto, auto);
    row-gap: 65px;
    column-gap: 0;
  }
}
.content-about__col {
  max-width: 475px;
  width: 100%;
  padding-top: 65px;
  padding-right: 65px;
  padding-bottom: 65px;
  padding-left: 65px;
  background: linear-gradient(0deg, #FCFCFC, #FCFCFC), #FFFFFF;
  border-radius: 10px;
  position: relative;
  height: fit-content;
}
@media (max-width: 1140px) {
  .content-about__col {
    padding-top: calc(45px + 20 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .content-about__col {
    padding-right: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .content-about__col {
    padding-bottom: calc(40px + 25 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .content-about__col {
    padding-left: calc(12px + 53 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .content-about__col {
    margin: 0 !important;
    max-width: 100%;
  }
}
.content-about__col span {
  width: 50px;
  height: 50px;
  background-color: #A044C1;
  border-radius: 100px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-family: "Sofia Sans";
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  position: absolute;
  top: -25px;
  left: 65px;
  z-index: 2;
}
@media (max-width: 1140px) {
  .content-about__col span {
    left: calc(15px + 50 * ((100vw - 390px) / 750));
  }
}
.content-about__col:nth-child(2), .content-about__col:nth-child(4), .content-about__col:nth-child(6) {
  display: flex;
  margin-left: auto;
}
.content-about__col:nth-child(2) {
  margin-top: 160px;
}
.content-about__col:nth-child(3) {
  margin-top: -60px;
}
.content-about__col:nth-child(4) {
  margin-top: 100px;
}
.content-about__col:nth-child(5) {
  margin-top: -110px;
}
.content-about__col:nth-child(6) {
  margin-top: 100px;
}
.content-about__col:nth-child(7) {
  margin-top: -87px;
}
.content-about__content-title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  color: #1C1C1C;
}
.content-about__content-text {
  margin-top: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
.content-about__image-line-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media (max-width: 767px) {
  .content-about__image-line-center {
    display: none;
  }
}

.slider-about__item {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .slider-about__item {
    margin-bottom: 0;
    margin-right: 11px;
  }
}
.slider-about .slick-prev,
.slider-about .slick-next {
  display: none !important;
}

/* Successful */
.successful {
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
}
.successful__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
}
.successful__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  font-size: 58px;
  color: #212121;
}
@media (max-width: 1140px) {
  .successful__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .successful__title {
    font-size: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
.successful__subtitle {
  margin-top: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #363636;
}
.successful__link-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0 auto;
  max-width: 202px;
  width: 100%;
  background: #A044C1;
  border-radius: 10px;
  padding: 16px 20px;
}
.successful__link-home span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.successful__link-home:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}

/* Error 404 */
.error-page {
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130vh;
  width: 100%;
}
.error-page__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 200px;
  margin-bottom: 150px;
}
@media (max-width: 1140px) {
  .error-page__body {
    margin-top: calc(100px + 100 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .error-page__body {
    margin-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.error-page__main-title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 224px;
  font-size: 269px;
  font-size: 224px;
  line-height: 269px;
  color: #A044C1;
}
@media (max-width: 1140px) {
  .error-page__main-title {
    font-size: calc(150px + 74 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .error-page__main-title {
    font-size: calc(200px + 69 * ((100vw - 390px) / 750));
  }
}
.error-page__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  font-size: 58px;
  color: #212121;
}
@media (max-width: 1140px) {
  .error-page__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .error-page__title {
    font-size: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
.error-page__subtitle {
  margin-top: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #363636;
}
.error-page__link-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0 auto;
  max-width: 254px;
  width: 100%;
  background: #A044C1;
  border-radius: 10px;
  padding: 16px 20px;
}
.error-page__link-home span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.error-page__link-home:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}

/* Declined */
.declined {
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 115vh;
  width: 100%;
}
.declined__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.declined__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  font-size: 58px;
  color: #212121;
}
@media (max-width: 1140px) {
  .declined__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .declined__title {
    font-size: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
.declined__subtitle {
  margin-top: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #363636;
}
.declined__buttons {
  display: flex;
  align-items: center;
  column-gap: 33px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .declined__buttons {
    flex-direction: column;
    row-gap: 30px;
  }
}
.declined__link-home {
  border: 1px solid #1C1C1C;
  border-radius: 10px;
  background-color: transparent;
  padding: 16px 20px;
  width: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.declined__link-home span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #1C1C1C;
}
.declined__link-home:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.declined__link-home:hover span {
  color: #fff;
}
.declined__link-checkout {
  border-radius: 10px;
  background-color: #A044C1;
  padding: 16px 20px;
  width: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.declined__link-checkout span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.declined__link-checkout:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}

/* Thanks */
.thanks {
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 130vh;
  width: 100%;
}
.thanks__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.thanks__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  font-size: 58px;
  color: #212121;
}
@media (max-width: 1140px) {
  .thanks__title {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .thanks__title {
    font-size: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
.thanks__subtitle {
  margin-top: 10px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #363636;
}
.thanks__link-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto 0 auto;
  max-width: 202px;
  width: 100%;
  background: #A044C1;
  border-radius: 10px;
  padding: 16px 20px;
}
.thanks__link-home span {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.thanks__link-home:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}

/* Sign up */
.sign-up {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .sign-up {
    padding-top: calc(200px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .sign-up {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.sign-up__body .woocommerce .u-column2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 350px;
  width: 100%;
  justify-content: center;
  margin: 0 auto;
}
.sign-up__body .woocommerce .u-column2 h2 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #212121;
  margin: 0 auto 40px auto;
}
@media (max-width: 1140px) {
  .sign-up__body .woocommerce .u-column2 h2 {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .sign-up__body .woocommerce .u-column2 h2 {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register {
  margin-top: 0 !important;
  padding: 0;
  border: none;
  width: 100%;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row {
  padding: 0;
  margin-bottom: 20px !important;
  position: relative;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row #phone {
  padding: 14px 20px 14px 60px;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .woocommerce-form__label-for-checkbox {
  font-size: 10px;
  line-height: 12px;
  color: #000F38;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .woocommerce-form__label-for-checkbox a {
  color: #2C68DD;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .woocommerce-button {
  max-width: 350px;
  width: 100%;
  background: #A044C1;
  padding: 15px 20px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sofia Sans";
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .woocommerce-button:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .show-password-input {
  top: 55%;
  right: 20px;
  transform: translate(0, -50%);
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .iti {
  width: 100%;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .iti .iti__selected-flag {
  padding: 0 6px 0 20px;
  border-radius: 50px;
  background-color: transparent;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .iti .iti__selected-flag:hover {
  background-color: transparent;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .iti .iti__selected-flag .iti__selected-dial-code {
  font-family: "Manrope", Sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: start;
  color: #060606 !important;
  opacity: 1;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .iti .iti__country-list {
  z-index: 50;
  min-width: 350px !important;
  width: 350px !important;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .iti input {
  padding-left: 80px !important;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row .iti input::placeholder {
  color: red !important;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-row label.error {
  position: absolute;
  top: 100%;
  left: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FF3737;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register input {
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register input::placeholder {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register input.error {
  border-color: #FF3737;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .agreement {
  margin-bottom: 10px;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .agreement label {
  display: flex;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .agreement .register-desc {
  display: flex;
  margin-left: 15px;
  position: relative;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .agreement .register-desc::before {
  content: "*";
  position: absolute;
  top: 0;
  left: -7px;
  width: 100%;
  height: 100%;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .agreement .register-desc a {
  display: flex;
  margin-left: 3px;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .agreement .mygroup-error {
  color: #FF0000;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-errors {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 350px;
  width: 100%;
}
.sign-up__body .woocommerce .u-column2 .woocommerce-form-register .form-errors span label.error {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FF3737;
}
.sign-up__body .woocommerce-notices-wrapper {
  padding: 0 10px;
}
.sign-up__body .woocommerce-notices-wrapper .woocommerce-error {
  max-width: 450px !important;
  width: 100%;
  padding: 22px 15px 22px 70px !important;
  background-color: #F4F4F4;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0px;
  border-top: 4px solid #01C57E;
  margin: 0 auto 20px auto !important;
}
.sign-up__body .woocommerce-notices-wrapper .woocommerce-error:before {
  display: none;
}
.sign-up__body .woocommerce-notices-wrapper .woocommerce-error li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-family: "Manrope", Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #1E1E1E;
}
.sign-up__body .woocommerce-notices-wrapper .woocommerce-error li:before {
  content: "!";
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translate(0, -50%);
  width: 28px;
  height: 28px;
  background-color: #01C57E;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: "Manrope", Sans-serif;
  text-align: center;
}
.sign-up__body .woocommerce-notices-wrapper .woocommerce-error li strong {
  display: none;
}
.sign-up__body .woocommerce-notices-wrapper .woocommerce-error li .showlogin {
  display: none;
}
.sign-up__body .woocommerce-notices-wrapper .woocommerce-error li .copy-login {
  width: 65px;
  min-width: 55px;
  color: #1E1E1E;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-left: 10px;
}
.sign-up__body .woocommerce-notices-wrapper .woocommerce-error li .copy-login:hover {
  text-decoration: underline;
}
.sign-up__body .woocommerce-notices-wrapper .woocommerce-error li .copy-login::before {
  content: "";
  position: absolute;
  bottom: 3px;
  right: -5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}
@media (max-width: 575px) {
  .sign-up__body .woocommerce-notices-wrapper .woocommerce-error li .copy-login {
    margin: 0;
  }
}

/* Custom Checkbox */
.checkboxes-req {
  position: relative;
  top: 15px;
}
.checkboxes-req #myGroup-error {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 118.5%;
  color: #4E55FF;
  position: absolute;
  top: 100%;
  left: 0;
}

.checkboxes-q {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  display: flex;
}
.checkboxes-q label.error {
  display: none !important;
}
.checkboxes-q.check-me::before {
  border-color: #FB6666;
}
.checkboxes-q:not(:last-child) {
  margin-bottom: 20px;
}
.checkboxes-q::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
}
.checkboxes-q::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  background-color: #A044C1;
  border-radius: 4px;
  width: 12px;
  height: 12px;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
}
.checkboxes-q.active::after {
  transform: scale(1);
}
.checkboxes-q .register-desc {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
  display: flex;
  margin-left: 45px;
  position: relative;
}
.checkboxes-q .register-desc::before {
  content: "*";
  position: absolute;
  left: -10px;
  top: 0;
  width: 100%;
  height: 100%;
  color: #2F2949;
}
.checkboxes-q .register-desc .register-link {
  display: block;
  margin-left: 5px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #A044C1;
  z-index: 10;
}
.checkboxes-q .register-desc .register-link:hover {
  text-decoration: underline;
}
.checkboxes-q:nth-child(1) input {
  opacity: 0;
  width: 120px;
  height: 20px;
  z-index: 10;
  margin: -2px 0 0 -2px;
  position: absolute;
}
.checkboxes-q:nth-child(2) input {
  opacity: 0;
  width: 120px;
  height: 20px;
  z-index: 10;
  margin: -2px 0 0 -2px;
  position: absolute;
}
.checkboxes-q:nth-child(3) input {
  opacity: 0;
  width: 350px;
  height: 35px;
  z-index: 10;
  margin: -2px 0 0 -2px;
  position: absolute;
}

/* Login */
.account {
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  padding-top: 250px;
  padding-bottom: 150px;
}
@media (max-width: 1140px) {
  .account {
    padding-top: calc(200px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .account {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.account__container {
  width: 100%;
}
.account__body .woocommerce {
  width: 100%;
  max-width: 100%;
  /* My Account */
}
.account__body .woocommerce .woocommerce-notices-wrapper {
  max-width: 350px;
  width: 100%;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  border: none;
  background: #F2EAFF;
  border-radius: 4px 4px 10px 10px;
  position: relative;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  color: #FF0000;
  font-size: 28px;
  position: absolute;
  top: 30%;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error::after {
  content: "";
  position: absolute;
  border-top: 4px solid #FF0000;
  border-radius: 4px 4px 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error li {
  max-width: 173px;
  margin: 0 auto !important;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error li a {
  position: relative;
  z-index: 10;
}
.account__body .woocommerce h2 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 58px;
  color: #212121;
  text-align: center;
  margin: 0 auto 40px auto;
}
@media (max-width: 1140px) {
  .account__body .woocommerce h2 {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .account__body .woocommerce h2 {
    line-height: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
.account__body .woocommerce .woocommerce-form-login {
  padding: 0;
  margin: 0 auto;
  width: 350px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-form-row {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 20px !important;
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-form-row input.error {
  border: 1px solid #FF0000;
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-form-row label.error {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FF3737;
  position: absolute;
  top: 100%;
  left: 15px;
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-form-row .show-password-input {
  top: 55%;
  right: 20px;
  transform: translate(0, -50%);
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-form-row .woocommerce-Input {
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-form-row .woocommerce-Input::placeholder {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-form-row .woocommerce-Input.error {
  border-color: #FF3737;
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-LostPassword {
  margin: 20px auto 30px auto !important;
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-LostPassword a {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1C1C1C;
}
.account__body .woocommerce .woocommerce-form-login .woocommerce-LostPassword a:hover {
  text-decoration: underline;
}
.account__body .woocommerce .woocommerce-form-login .form-row {
  padding: 0;
  width: 100%;
}
.account__body .woocommerce .woocommerce-form-login .form-row .woocommerce-button {
  max-width: 350px;
  width: 100%;
  background: #A044C1;
  padding: 15px 20px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  margin: 15px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sofia Sans";
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.account__body .woocommerce .woocommerce-form-login .form-row .woocommerce-button:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.account__body .woocommerce .woocommerce-form-login .form-errors {
  position: absolute;
  bottom: -70px;
  max-width: 350px;
  width: 100%;
}
.account__body .woocommerce .woocommerce-form-login .form-errors span label.error {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #A044C1;
  padding: 9px 30px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
}
.account__body .woocommerce .woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.account__body .woocommerce .woocommerce-ResetPassword .lost-password {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  font-size: 58px;
  color: #212121;
}
@media (max-width: 1140px) {
  .account__body .woocommerce .woocommerce-ResetPassword .lost-password {
    font-size: calc(40px + 8 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .account__body .woocommerce .woocommerce-ResetPassword .lost-password {
    font-size: calc(48px + 10 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 576px) {
  .account__body .woocommerce .woocommerce-ResetPassword .lost-password {
    font-size: 32px;
    line-height: 42px;
  }
}
.account__body .woocommerce .woocommerce-ResetPassword .lost-password-p {
  font-family: "Sofia Sans";
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #1C1C1C;
  max-width: 450px;
  width: 100%;
  margin: 20px auto 30px auto !important;
}
.account__body .woocommerce .woocommerce-ResetPassword .woocommerce-form-row {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 350px;
  position: relative;
}
.account__body .woocommerce .woocommerce-ResetPassword .woocommerce-form-row input {
  background: #FFFFFF;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
  position: relative;
}
.account__body .woocommerce .woocommerce-ResetPassword .woocommerce-form-row input::placeholder {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C !important;
  opacity: 1;
}
.account__body .woocommerce .woocommerce-ResetPassword .woocommerce-form-row input.error {
  border-color: #FF3737;
}
.account__body .woocommerce .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button {
  max-width: 350px;
  width: 100%;
  background: #A044C1;
  padding: 15px 20px;
  border-radius: 10px;
  transition: all 0.3s ease 0s;
  margin: 20px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sofia Sans";
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-transform: uppercase;
  color: #FFFFFF;
}
.account__body .woocommerce .woocommerce-ResetPassword .woocommerce-form-row .woocommerce-Button:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.account__body .woocommerce .woocommerce-ResetPassword .woocommerce-form-row label.error {
  position: absolute;
  top: 100%;
  left: 15px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #FF3737;
}
.account__body .woocommerce .woocommerce-ResetPassword .woocommerce-form-row .show-password-input {
  top: 15px;
  right: 15px;
}
.account__body .woocommerce .woocommerce-ResetPassword .woocommerce-form-row label {
  font-size: 14px;
}
.account__body .woocommerce .woocommerce-ResetPassword .lost-password-title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 23px;
  line-height: 36px;
  text-align: center;
  color: #0A2540;
  margin: 0 0 20px 0 !important;
}
.account__body .woocommerce .lost-password-message .lost-password-m {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 30px 95px;
  border: none !important;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
.account__body .woocommerce .lost-password-message .lost-password-m span {
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
  background-image: url("/wp-content/uploads/2023/04/icon-check.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.account__body .woocommerce .woocommerce-MyAccount-navigation {
  width: 31%;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-navigation ul {
  padding: 0;
  padding-left: 0 !important;
}
.account__body .woocommerce .woocommerce-MyAccount-navigation li {
  background-color: #fff;
  position: relative;
  list-style: none;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
}
.account__body .woocommerce .woocommerce-MyAccount-navigation li:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.account__body .woocommerce .woocommerce-MyAccount-navigation li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 4px solid #A044C1;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.account__body .woocommerce .woocommerce-MyAccount-navigation li.is-active::before {
  opacity: 1;
  visibility: visible;
}
.account__body .woocommerce .woocommerce-MyAccount-navigation li.is-active:hover {
  background-color: #fff;
}
.account__body .woocommerce .woocommerce-MyAccount-navigation li a {
  width: 100%;
  max-width: 100%;
  display: flex;
  padding: 22px 30px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-transform: capitalize;
  color: #1C1C1C;
  position: relative;
  z-index: 50;
}
.account__body .woocommerce .woocommerce-MyAccount-navigation li:hover::before {
  opacity: 1;
  visibility: visible;
}
.account__body .woocommerce .woocommerce-MyAccount-content {
  width: 69%;
  background-color: #fff;
  padding: 20px 30px;
  min-height: 443px;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content {
    margin-top: 50px;
    width: 100%;
    padding: 20px 10px;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .account-title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 38px;
  text-transform: capitalize;
  color: #1C1C1C;
  margin: 0 !important;
  padding-bottom: 20px;
  text-align: start;
  border-bottom: 1px solid #d9d9d9;
}
.account__body .woocommerce .woocommerce-MyAccount-content .dashboard-wrapper {
  padding: 30px 30px 18px 0;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.account__body .woocommerce .woocommerce-MyAccount-content p {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
.account__body .woocommerce .woocommerce-MyAccount-content p strong {
  color: #1C1C1C;
}
.account__body .woocommerce .woocommerce-MyAccount-content p a {
  color: #1C1C1C;
  font-weight: 600;
}
.account__body .woocommerce .woocommerce-MyAccount-content p a:hover {
  text-decoration: underline;
}
.account__body .woocommerce .woocommerce-MyAccount-content .order-number,
.account__body .woocommerce .woocommerce-MyAccount-content .order-date,
.account__body .woocommerce .woocommerce-MyAccount-content .order-status {
  background-color: transparent !important;
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .woocommerce-order-details__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 15px 0;
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-order-details .order_details {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
  border-radius: 5px;
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details .woocommerce-column__title {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 0 15px 0;
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-customer-details address {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 25px;
  border-radius: 5px;
  font-family: "Sofia Sans";
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .account-orders-table tr td {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .account-orders-table tr td:nth-child(1) a {
  color: #1B5BFF;
}
.account__body .woocommerce .woocommerce-MyAccount-content .account-orders-table tr td:nth-child(1) a:hover {
  color: #8561cc;
  text-decoration: underline;
}
.account__body .woocommerce .woocommerce-MyAccount-content .account-orders-table tr td .view {
  width: 100%;
  background: #1B5BFF;
  border: 1px solid #1B5BFF;
  padding: 8px 20px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
  margin-left: auto;
}
.account__body .woocommerce .woocommerce-MyAccount-content .account-orders-table tr td .view:hover {
  background-color: transparent;
  color: #0A2540;
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
  background: transparent;
  font-family: "Roboto", Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
  display: flex;
  justify-content: flex-end;
  flex-direction: row-reverse;
  align-items: center;
  border-top: none;
  border-bottom: 1px solid #d9d9d9;
  padding: 30px 0;
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-info::before {
  display: none;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-info {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
  display: none !important;
  max-width: 220px;
  width: 100%;
  background: #A044C1;
  border: none;
  border-radius: 0;
  padding: 16px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 113%;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
  margin-left: auto;
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-info .woocommerce-Button {
    margin: 20px 0 0 0;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .addresses {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  display: flex;
  max-width: 100%;
  width: 100%;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .addresses {
    flex-direction: column;
    margin-top: 25px;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 {
  margin-right: 15px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 8px 17px;
  flex: 0 1 50%;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 {
    margin: 20px 0 0 0;
    flex: 0 1 100%;
  }
}
@media (max-width: 575px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 {
    padding: 0;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1 .title,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 575px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1 .title,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 .title {
    justify-content: space-between;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1 .title h3,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 .title h3 {
  margin: 0;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
@media (max-width: 575px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1 .title h3,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 .title h3 {
    text-align: start;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1 .title a,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 .title a {
  max-width: 112px;
  width: 100%;
  background: #A044C1;
  border-radius: 10px !important;
  border: none;
  padding: 14px 20px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #F7F7F7;
  transition: all 0.3s ease 0s;
  margin-left: auto;
}
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1 .title a:hover,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 .title a:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column1 address,
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 address {
  margin-top: 22px;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
.account__body .woocommerce .woocommerce-MyAccount-content .addresses .u-column2 {
  display: none !important;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account {
  background: transparent;
  border: none;
  padding: 35px 0 0 0;
  border-radius: 0px;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account label {
  display: none;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account .form-row {
  padding: 0;
  margin-bottom: 20px !important;
  position: relative;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .edit-account .form-row {
    width: 100%;
    max-width: 100%;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account .form-row span {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #060606;
  display: flex;
  margin-top: 10px;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account .form-row span em {
  font-style: normal !important;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account label {
  font-size: 14px;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account label .required {
  color: #1B5BFF;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account input {
  background: #F1F1F1;
  border: 1px solid transparent;
  border-radius: 10px;
  padding: 14px 20px 10px 20px;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #1C1C1C;
  position: relative;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account input::placeholder {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #1C1C1C;
  opacity: 1;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account fieldset {
  border: none;
  margin-top: 10px;
  padding: 0;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account fieldset legend {
  border-top: 1px solid #d9d9d9;
  padding: 30px 0 0 0;
  width: 100%;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1C1C1C;
  margin-bottom: 27px;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account fieldset .show-password-input {
  top: 15px;
  right: 20px;
  transform: translate(0, -50%);
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account .button {
  margin: 30px auto 34px 0;
  max-width: 315px;
  width: 100%;
  background: #A044C1;
  border: none;
  border-radius: 10px;
  padding: 16px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 113%;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
.account__body .woocommerce .woocommerce-MyAccount-content .edit-account .button:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content .edit-account .button {
    max-width: 100%;
    width: 100%;
    margin: 30px auto 20px auto !important;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button {
  max-width: 150px;
  width: 100%;
  background: #1B5BFF;
  border: 1px solid #1B5BFF;
  padding: 13px 30px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
  margin-left: auto;
}
.account__body .woocommerce .woocommerce-MyAccount-content .woocommerce-pagination .woocommerce-button:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
.account__body .woocommerce .woocommerce-MyAccount-content form {
  background-color: transparent;
}
.account__body .woocommerce .woocommerce-MyAccount-content form h3 {
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 38px;
  text-transform: capitalize;
  color: #1C1C1C;
  margin: 0 0 20px 0 !important;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #dbdbdb;
}
@media (max-width: 575px) {
  .account__body .woocommerce .woocommerce-MyAccount-content form h3 {
    font-size: 27px;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
  display: grid;
  grid-template-columns: minmax(auto, auto) minmax(auto, auto);
  column-gap: 29px;
  row-gap: 20px;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
  }
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row label {
  display: none;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row span .input-text {
  width: 100%;
  border-radius: 10px;
  background: #F1F1F1;
  padding: 15px 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #1C1C1C;
  position: relative;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row span .input-text::placeholder {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #1C1C1C;
  opacity: 1;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection {
  width: 100%;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  top: 55%;
  transform: translate(0, -50%);
  right: 15px;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .select2-selection__placeholder {
  font-family: "Poppins", Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #060606;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2 .select2-selection__rendered {
  font-family: "Poppins", Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #060606;
  padding-left: 0px;
  text-align: start;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .iti {
  width: 100%;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .iti .iti__selected-flag {
  padding: 0 6px 0 20px;
  border-radius: 50px;
  background-color: transparent;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .iti .iti__selected-flag:hover {
  background-color: transparent;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .iti .iti__selected-flag .iti__selected-dial-code {
  font-family: "Poppins", Sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: start;
  color: #060606 !important;
  opacity: 1;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .iti input {
  padding-left: 70px;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .iti .iti__country-list {
  z-index: 50;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .form-row .iti .iti__country-list {
  max-width: 363px;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p .button {
  margin: 50px auto 65px 0;
  max-width: 313px;
  width: 100%;
  background: #A044C1;
  border: none;
  border-radius: 10px;
  padding: 16px 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Roboto", Sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 113%;
  color: #FFFFFF;
  transition: all 0.3s ease 0s;
}
.account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p .button:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
@media (max-width: 768px) {
  .account__body .woocommerce .woocommerce-MyAccount-content form .woocommerce-address-fields p .button {
    max-width: 100%;
    width: 100%;
    margin: 30px 0;
  }
}
.account__body .woocommerce .woocommerce-notices-wrapper {
  padding: 0 10px;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  display: none !important;
  max-width: 350px !important;
  width: 100%;
  padding: 22px 15px 22px 70px !important;
  background-color: #fff;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0px 0px 10px 10px;
  border-top: 4px solid #FF0000;
  margin: 0 auto 20px auto !important;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error:before {
  display: none;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error li:before {
  content: "!";
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translate(0, -50%);
  width: 28px;
  height: 28px;
  background-color: #ff0000;
  border-radius: 50%;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-family: "Sofia Sans";
  text-align: center;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error li strong {
  display: none;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error li .showlogin {
  display: none;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error li a {
  color: #0A2540;
  font-weight: 600;
}
.account__body .woocommerce .woocommerce-notices-wrapper .woocommerce-error li a:hover {
  text-decoration: underline;
}
.account__body .woocommerce .addresses-p {
  padding: 30px 0 0 0;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C1C1C;
}
.account__body .woocommerce .account-details-p {
  padding: 30px 0 0 0;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}

/* Select 2 */
.woocommerce-input-wrapper .select .select__item {
  height: 50px;
}
.woocommerce-input-wrapper .select .select__item .select__title {
  border-radius: 0 !important;
  border: none !important;
}
.woocommerce-input-wrapper .select .select__item .select__title .select__value {
  height: 50px;
  padding: 15.5px 20px;
  justify-content: flex-end;
  background-color: #F1F1F1;
  border-radius: 10px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #1C1C1C;
}
.woocommerce-input-wrapper .select .select__item .select__title .select__value span {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #1C1C1C;
  height: 100%;
  width: 100%;
  background-image: url("/wp-content/uploads/2023/04/select-triangle.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 7px;
}
.woocommerce-input-wrapper .select .select__item .select__options {
  top: 50px;
}
.woocommerce-input-wrapper .select .select__item .select__options .select__option {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 15px;
  display: flex;
  align-items: center;
  color: #1C1C1C;
}

.our-approach-main {
  background-color: #1c1c1c;
  padding-top: 202px;
  padding-bottom: 140px;
  position: relative;
  background-image: url("/wp-content/themes/advisions/assets/img/our-approach-01.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1140px) {
  .our-approach-main {
    padding-top: calc(110px + 92 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .our-approach-main {
    padding-bottom: calc(203px + -63 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .our-approach-main {
    padding: 100px 0 203px 0;
    background-position: center bottom;
  }
}
.our-approach-main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 340px;
  height: 100%;
  z-index: 5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.44) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
}
@media (max-width: 1140px) {
  .our-approach-main::before {
    width: calc(100px + 240 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 767px) {
  .our-approach-main::before {
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 0;
    height: 203px;
  }
}
@media (max-width: 767px) {
  .our-approach-main__body {
    position: relative;
  }
}
@media (max-width: 767px) {
  .our-approach-main__body h2 {
    left: 0;
    top: 70px;
    z-index: 5;
    font-size: 40px !important;
    line-height: 48px !important;
  }
}

.our-approach-second__body h3 {
  font-size: 40px !important;
  line-height: 48px !important;
}

.our-approach-second__container._container {
  padding: 0 10px;
}

.cart-custom {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f1f1f1;
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width: 1140px) {
  .cart-custom {
    padding-top: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
@media (max-width: 1140px) {
  .cart-custom {
    padding-bottom: calc(100px + 50 * ((100vw - 390px) / 750));
  }
}
.cart-custom__contianer {
  width: 100%;
}
.cart-custom__body .woocommerce {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 18px 52px 18px 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.cart-custom__body .woocommerce::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 25px;
  transform: translate(0, -50%);
  background-image: url("/wp-content/uploads/2023/04/cart-empty.svg");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center center;
  width: 40px;
  height: 40px;
  background-color: #A044C1;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cart-custom__body .woocommerce::before {
    top: 25px;
    transform: translate(0, 0);
  }
}
@media (max-width: 767px) {
  .cart-custom__body .woocommerce {
    padding: 18px 15px 18px 95px;
  }
}
@media (max-width: 575px) {
  .cart-custom__body .woocommerce {
    padding: 18px 15px 18px 50px;
    flex-direction: column;
    gap: 50px;
  }
}
.cart-custom__body .woocommerce .woocommerce-notices-wrapper {
  display: none !important;
}
.cart-custom__body .woocommerce .cart-empty {
  margin-bottom: 0;
  background-color: transparent;
  border-top: none;
  padding: 0;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #1C1C1C;
}
.cart-custom__body .woocommerce .cart-empty::before, .cart-custom__body .woocommerce .cart-empty::after {
  display: none !important;
}
.cart-custom__body .woocommerce .return-to-shop .button {
  background: #A044C1;
  border-radius: 10px;
  padding: 18px 20px;
  width: 202px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
}
.cart-custom__body .woocommerce .return-to-shop .button:hover {
  background: linear-gradient(88.03deg, #6F1FBF -14.49%, #A044C1 49.94%, #49D7F7 134.15%), #A044C1;
}
@media (max-width: 575px) {
  .cart-custom__body .woocommerce .return-to-shop .button {
    width: 100%;
    padding: 12px 20px;
  }
}

.page {
  flex: 1 1 auto;
}

body.page-template-join-us .popup form .form-vacancy__body p span .classform-vacancy__input {
  display: none !important;
}
body.page-template-our-approach canvas, body.page-template-advertising canvas, body.page-template-digital-marketing canvas, body.page-template-pr canvas, body.page-template-pr-consulting canvas, body.page-template-solutions canvas, body.page-template-articles-page canvas, body.page-template-about-us canvas, body.page-template-join-us canvas, body.page-template-contacts canvas {
  display: none !important;
}

.advertising-third__col-01 .step {
  border-right: none !important;
  border-bottom: none !important;
}
@media (max-width: 921px) {
  .advertising-third__col-01 {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 767px) {
  .advertising-third .last-step {
    margin-top: 60px !important;
  }
}

.wpcf7-form-control-wrap input[type=file] {
  border-color: #DECBE5 !important;
  position: relative;
}

.wpcf7-form-control-wrap input::-webkit-file-upload-button {
  visibility: hidden !important;
}

.wpcf7-form-control-wrap input[type=file]::before {
  content: "Attach CV (doc, pdf)";
  display: inline-block;
  font-family: "Sofia Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  color: #1C1C1C;
  padding: 15px 20px;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  background-color: #DECBE5;
  cursor: pointer;
}

.wpcf7-form-control-wrap input[type=file]::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  background-image: url("/wp-content/uploads/2023/04/arrow-file.svg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 15px;
  display: inline-block;
  width: 15px;
  height: 15px;
  text-align: end;
  cursor: pointer;
  z-index: 30;
}