@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --color-white: #fff;
  --color-main: #0c0b3c;
  --color-sec: #a4f0ef;
  --font-main: "Outfit", sans-serif;
  --purple: #8952C5;
  --light-purple:#8951C4;
  --light-custom:#8951C4;
  --dark-blue: #051889;
  --blue: #6C7AEA;
  --pink: #C84387;
  --gold: #D4B846;
  --light-gray:#F7F7F7;
  --inactive: #0c0b3c4c;
  --g-blue: #a4f0ef;
  --g-pink: #c54384;
  --main-gradient: linear-gradient(90deg, #03a9f4, #f441a5, #ffeb3b, #03a9f4);
}

.card {
  background-color: #fff;
  padding: min(35px + 18 * (100vw - 375px) / 1545, 53px) min(40px + 22 * (100vw - 375px) / 1545, 62px) min(35px + 23 * (100vw - 375px) / 1545, 58px) min(40px + 22 * (100vw - 375px) / 1545, 62px);
  min-height: min(297px + 133 * (100vw - 375px) / 1545, 430px);
  width: 100%;
  height: auto;
  box-shadow: 0px 5px 35px 17px rgba(12, 11, 60, 0.12);
}
.card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card__middle {
  flex-grow: 1;
}
.card__title {
  font-size: min(24px + 8 * (100vw - 375px) / 1545, 32px);
  line-height: 1.1;
  margin-bottom: min(10px + 5 * (100vw - 375px) / 1545, 15px);
  font-weight: 400;
}
.card__type, .card__place {
  margin-bottom: min(8px + 7 * (100vw - 375px) / 1545, 15px);
}
.card__type, .card__place, .card__salary {
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(18px + 7 * (100vw - 375px) / 1545, 25px);
  font-weight: 200;
}
.card__btn.btn {
  margin-top: 25px;
  max-width: 180px;
}

.get {
  position: relative;
  margin-bottom: min(60px + 19 * (100vw - 375px) / 1545, 79px);
}
.get .bg__mob {
  display: none;
}
.get > .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: min(500px + 202 * (100vw - 375px) / 1545, 702px);
  z-index: -1;
}
.get > .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.get__wrap {
  max-width: 1486px;
  width: 100%;
  margin: 0 auto;
}
.get__title {
  max-width: 409px;
  max-width: min(255px + 154 * (100vw - 375px) / 1545, 409px);
  padding-top: min(70px + 37 * (100vw - 375px) / 1545, 107px);
  margin-left: min(0px + 90 * (100vw - 375px) / 1545, 90px);
  margin-bottom: min(34px + 21 * (100vw - 375px) / 1545, 55px);
}
.get__title span {
  color: var(--color-main);
  background: #a4f0ef;
}
.get__inner {
  display: flex;
  justify-content: center;
}
.get__left {
  background-color: var(--color-main);
  padding: min(40px + 55 * (100vw - 375px) / 1545, 95px) min(15px + 25 * (100vw - 375px) / 1545, 40px) min(50px + 33 * (100vw - 375px) / 1545, 83px);
  max-width: 506px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.get__left a {
  display: inline-block;
  transition: all 0.2s;
}
.get__left a.btn {
  font-size: 16px;
  padding: 0;
  margin-bottom: min(15px + 18 * (100vw - 375px) / 1545, 33px);
  min-width: min(100px + 70 * (100vw - 375px) / 1545, 170px);
  min-height: 49px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-white);
}
.get__left a.btn:hover {
  border-color: transparent;
}
.get__logo {
  min-height: min(36px + 10 * (100vw - 375px) / 1545, 46px);
  max-width: min(142px + 46 * (100vw - 375px) / 1545, 188px);
  margin-bottom: min(23px + 23 * (100vw - 375px) / 1545, 46px);
}
.get__address, .get__mail, .get__phone {
  color: #fff;
  font-weight: 200;
  transition: all 0.3s;
}
.get__mail:hover {
  color: var(--g-pink);
}
.get__address_wr {
  margin-left: -10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 5px;
  text-align: center;
  width: 550px;
  max-width: 100%;
}
.get__address {
  margin-bottom: min(15px + 12 * (100vw - 375px) / 1545, 27px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.get__address a {
  font-size: min(14px + 4 * (100vw - 375px) / 1545, 18px);
  line-height: min(20px + 20 * (100vw - 375px) / 1545, 40px);
  font-style: normal;
}
.get__address a:hover {
  color: var(--g-pink);
}
.get__mail, .get__phone {
  font-size: min(20px + 8 * (100vw - 375px) / 1545, 28px);
  line-height: min(30px + 18 * (100vw - 375px) / 1545, 48px);
}
.get__soc {
  display: flex;
  justify-content: space-between;
  max-width: min(168px + 60 * (100vw - 375px) / 1545, 228px);
  width: 100%;
}
.get__soc-link {
  width: min(36px + 6 * (100vw - 375px) / 1545, 42px);
  height: min(36px + 6 * (100vw - 375px) / 1545, 42px);
  margin-top: min(25px + 39 * (100vw - 375px) / 1545, 64px);
  position: relative;
  background-image: url("../images/soc-gradient.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: var(--color-white);
  transition: ease 0.25s;
  cursor: pointer;
}
.get__soc-link:hover {
  color: var(--color-sec);
}
.get__soc-link:last-child {
  margin-right: 0;
}
.get__soc-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s;
}
.get__soc-link:hover .get__soc-img {
  transition: all 0.4s;
}
.get__soc-link:hover .get__soc-img path {
  transition: all 0.4s;
  fill: #a4f0ef;
}
.get__right {
  max-width: 980px;
  width: 100%;
  background-color: #fff;
  box-shadow: -1px 22px 36px -8px rgba(34, 60, 80, 0.2);
  padding: min(0px + 47 * (100vw - 375px) / 1545, 47px) min(43px + 87 * (100vw - 375px) / 1545, 130px) max(96px + -31 * (100vw - 375px) / 1545, 65px) min(43px + 107 * (100vw - 375px) / 1545, 150px);
}
.get__form-box {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  width: 100%;
}
.get__wrapp {
  margin-top: min(25px + 62 * (100vw - 375px) / 1545, 87px);
}
.get__right-title span {
  background-color: var(--g-pink);
  color: #fff;
}
.get .get__form-label.get__form-label-up {
  max-width: 100%;
  width: 100%;
}
.get__form-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  margin-right: 20px;
  max-width: 325px;
  width: 100%;
}
.get__form-label:last-child {
  margin-right: 0;
}
.get__form-span {
  margin-bottom: min(8px + 30 * (100vw - 375px) / 1545, 38px);
  font-size: min(21px + 11 * (100vw - 375px) / 1545, 32px);
  font-weight: 400;
}
.get__form-input-top {
  margin-top: 30px;
}
.get__form-input {
  border-bottom: 1px solid var(--color-main);
  max-width: 325px;
  width: 100%;
  padding: 0px 2px 13px 6px;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(21px + 3 * (100vw - 375px) / 1545, 24px);
  font-weight: 200;
}
.get__form-input::placeholder {
  font-family: inherit;
  font-weight: 200 !important;
  font-size: 20px;
  line-height: 24px;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(21px + 3 * (100vw - 375px) / 1545, 24px);
  color: var(--color-main);
}
.get__form-textarea {
  resize: none;
}
.get__form-text {
  border-bottom: 1px solid var(--color-main);
  width: 100%;
  resize: none;
  padding: 5px 2px 15px 1px;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(21px + 3 * (100vw - 375px) / 1545, 24px);
  font-weight: 200;
  font-family: inherit;
}
.get__form-text::placeholder {
  font-family: var(--font-main);
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-main);
}
.get__form-btns {
  margin-top: min(20px + 2 * (100vw - 375px) / 1545, 22px);
}
.get__btn-prev, .get__btn-next {
  max-width: 180px !important;
  width: 100%;
  margin-top: 21px;
}
.get__btn-prev {
  margin-right: 17px;
}
.get .inactive {
  background-color: var(--inactive);
  pointer-events: none;
  user-select: none;
}
.get .inactive:hover {
  cursor: not-allowed;
}
.get .select2-container {
  max-width: 325px;
  width: 100% !important;
  border-bottom: 1px solid var(--color-main);
  padding: 0px 0px 9px 4px;
}
.get .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0px;
}
.get .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-main);
  font-weight: 200;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
}
.get .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(21px + 3 * (100vw - 375px) / 1545, 24px);
  font-weight: 200;
  padding-left: 1px;
}
.get .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-style: none;
  background-image: url("../images/icons/arrow-select.png");
  border-width: 0px 0px 0 0px;
  height: 9px;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 15px;
  transition: all 0.4s;
}
.get .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  transition: all 0.4s;
}

.contact-us-page .get .bg {
  height: 100%;
}
.contact-us-page .get__left {
  padding-top: min(40px + 11 * (100vw - 375px) / 1545, 51px);
  padding-bottom: min(50px + 12 * (100vw - 375px) / 1545, 62px);
}
.contact-us-page .get__left a.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.contact-us-page .get__left a.btn:hover {
  color: #fff;
}
.contact-us-page .get__logo {
  margin-left: min(0px + 11 * (100vw - 375px) / 1545, 11px);
  margin-bottom: min(23px + 3 * (100vw - 375px) / 1545, 26px);
}
.contact-us-page .get__right {
  padding-left: min(43px + 28 * (100vw - 375px) / 1545, 71px);
}
.contact-us-page .get__address {
  margin-bottom: min(15px + 17 * (100vw - 375px) / 1545, 32px);
}
.contact-us-page .get__soc-link {
  margin-top: 25px;
}
.contact-us-page .get__wrapp {
  margin-top: 9px;
}

.get-contact {
  padding-top: 201px;
  padding-bottom: 139px;
  margin-bottom: min(50px + 11 * (100vw - 375px) / 1545, 61px);
}
.get-contact::before {
  height: 100% !important;
}
.get-contact__left {
  padding: min(30px + 20 * (100vw - 375px) / 1545, 50px) min(50px + 100 * (100vw - 375px) / 1545, 150px) min(50px + 12 * (100vw - 375px) / 1545, 62px) min(41px + 72 * (100vw - 375px) / 1545, 113px);
}
.get-contact__logo {
  margin-bottom: min(15px + 13 * (100vw - 375px) / 1545, 28px);
}
.get-contact__address {
  margin-bottom: 10px;
}
.get-contact__btn {
  min-height: 48px !important;
  max-width: 171px !important;
  width: 100%;
  padding: 0 min(10px + 7 * (100vw - 375px) / 1545, 17px) !important;
  margin-bottom: min(15px + 10 * (100vw - 375px) / 1545, 25px);
}
.get-contact__soc {
  margin-top: min(20px + 9 * (100vw - 375px) / 1545, 29px);
}
.get-contact__right {
  padding: min(0px + 47 * (100vw - 375px) / 1545, 47px) min(43px + 87 * (100vw - 375px) / 1545, 130px) max(96px + -31 * (100vw - 375px) / 1545, 65px) min(43px + 35 * (100vw - 375px) / 1545, 78px);
}
.get-contact__wrapp {
  margin-top: 9px;
}

/*bottom header for interior pages*/
.bottom-interior {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.bottom-interior--alt {
  z-index: 2;
}
.bottom-interior__inner {
  padding: min(145px + 65 * (100vw - 375px) / 1545, 210px) 0px min(55px + 59 * (100vw - 375px) / 1545, 114px);
}
.bottom-interior__title {
  text-align: center;
  width: 100%;
  max-width: unset;
  font-size: min(36px + 64 * (100vw - 375px) / 1545, 100px) !important;
  line-height: min(42px + 74 * (100vw - 375px) / 1545, 116px) !important;
}
.bottom-interior__title span {
  background-color: var(--g-blue);
  color: var(--color-main);
}

.underlay-bg-mob {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.underlay-bg-mob img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.underlay-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.underlay-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.res-box, .job-search-page .bottom-interior .underlay, .join-tem-popup .popup-thumbnail .popup-thumbnail-wr, .teammate-card-thumbnail, .since__left-img3, .since__left-img2, .since__left-img1 {
  position: relative;
  overflow: hidden;
}
.res-box::before, .job-search-page .bottom-interior .underlay::before, .join-tem-popup .popup-thumbnail .popup-thumbnail-wr::before, .teammate-card-thumbnail::before, .since__left-img3::before, .since__left-img2::before, .since__left-img1::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.res-box img, .job-search-page .bottom-interior .underlay img, .join-tem-popup .popup-thumbnail .popup-thumbnail-wr img, .teammate-card-thumbnail img, .since__left-img3 img, .since__left-img2 img, .since__left-img1 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-card {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  width: 100%;
  min-height: min(250px + 317 * (100vw - 375px) / 1545, 567px);
}
.blog-card__mid {
  flex-grow: 1;
}
.blog-card__img-box {
  max-width: 100%;
  height: min(220px + 33 * (100vw - 375px) / 1545, 253px);
  margin-bottom: min(12px + 15 * (100vw - 375px) / 1545, 27px);
  overflow: hidden;
  transition: all 0.3s;
}
.blog-card__img-box:hover img {
  transform: scale(1.1);
}
.blog-card__img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.blog-card__date-box {
  display: flex;
}
.blog-card__date-box p {
  font-size: min(18px + 2 * (100vw - 375px) / 1545, 20px);
  line-height: min(25px + 6 * (100vw - 375px) / 1545, 31px);
  font-weight: 200;
}
.blog-card__date-box p:nth-child(2) {
  position: relative;
}
.blog-card__date-box p:nth-child(2):before {
  content: "/";
  font-size: inherit;
}
.blog-card__date-box p:nth-child(2):after {
  content: "/";
  font-size: inherit;
}
.blog-card__box h5 {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(30px + 18 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.blog-card__box p {
  font-size: min(18px + 3 * (100vw - 375px) / 1545, 21px);
  line-height: min(25px + 19 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}
.blog-card__btn {
  margin-top: 13px;
  max-width: 180px !important;
  padding: 0 min(10px + 7 * (100vw - 375px) / 1545, 17px) !important;
  width: 100%;
}

.social p {
  font-size: min(21px + 7 * (100vw - 375px) / 1545, 28px);
  line-height: min(28px + 16 * (100vw - 375px) / 1545, 44px);
  font-weight: 300;
  margin-bottom: min(3px + 3 * (100vw - 375px) / 1545, 6px);
}
.social__box {
  display: flex;
  justify-content: space-between;
  max-width: min(124px + 42 * (100vw - 375px) / 1545, 166px);
}

html,
body,
div,
span,
applet,
object,
iframe,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

:focus {
  outline: 0;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: inherit;
  font-size: inherit;
}

a:hover {
  text-decoration: none;
}

html,
body {
  height: 100%;
}

input,
textarea {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  border-radius: 0px;
}

label,
button,
input[type=submit],
input[type=button] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input {
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
}

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?gjnc0i");
  src: url("../fonts/icomoon.eot?gjnc0i#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?gjnc0i") format("truetype"), url("../fonts/icomoon.woff?gjnc0i") format("woff"), url("../fonts/icomoon.svg?gjnc0i#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.link-x .icon-x {
  width: 25px;
  height: 22px;
  transition: all 0.2s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' fill='none'%3E%3Cpath fill='%23fff' stroke='%23fff' d='m2.052 1 8.26 11.031L2 21h1.87l7.277-7.852L17.027 21h6.365L14.668 9.348 22.404 1h-1.87l-6.702 7.232L8.418 1H2.052Zm2.75 1.376h2.925l12.914 17.248h-2.925L4.803 2.376Z'/%3E%3C/svg%3E");
}
.link-x:hover .icon-x {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='22' fill='none'%3E%3Cpath fill='%23a4f0ef' stroke='%23a4f0ef' d='m2.052 1 8.26 11.031L2 21h1.87l7.277-7.852L17.027 21h6.365L14.668 9.348 22.404 1h-1.87l-6.702 7.232L8.418 1H2.052Zm2.75 1.376h2.925l12.914 17.248h-2.925L4.803 2.376Z'/%3E%3C/svg%3E");
}

.icon-email:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-arrow-next:before {
  content: "\e905";
}

.icon-arrow-prev:before {
  content: "\e900";
}

.icon-arrow:before {
  content: "\e907";
}

.icon-copyright:before {
  content: "\e906";
}

.icon-linkedin:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-twitter:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

#site {
  position: relative;
  overflow: hidden;
}

.select2-container--default .select2-results__option--selected {
  color: #575757;
  background: #c2c2c2;
  font-weight: 300;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: radial-gradient(circle farthest-corner at 50% 0%, var(--blue), transparent 0%), radial-gradient(ellipse farthest-corner at 0% 0%, var(--gold), transparent 60%), radial-gradient(ellipse farthest-corner at 50% 100%, var(--pink), transparent 0%), linear-gradient(90deg, var(--pink), var(--light-purple));
  font-weight: 300;
  color: var(--color-white);
}

.select2-container--default .select2-results > .select2-results__options {
  background: #f1f1f1;
  color: var(--color-main);
}

.select2-results__option--selectable {
  font-weight: 300;
}

.select2-container--open .select2-dropdown--below {
  border: none;
  border-radius: 0 0 12px 12px;
  overflow: hidden;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-main);
}

html,
body {
  height: 100%;
}

main {
  flex-grow: 1;
}

body {
  min-width: 320px;
  margin: auto;
  background: var(--color-white);
  font-family: var(--font-main);
  color: var(--color-main);
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
}
body.disabled {
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}

.lock {
  overflow: hidden;
  touch-action: none;
}

.fixed {
  max-width: 1760px;
  width: 91.6666666667%;
  margin: 0 auto;
}
.fixed.smaller {
  max-width: 1480px;
  width: 77.0833333333%;
}

.pict-mob .underlay-bg-mob {
  display: none;
}

.text {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
}

.title-b {
  font-size: min(36px + 34 * (100vw - 375px) / 1545, 70px);
  line-height: min(42px + 42 * (100vw - 375px) / 1545, 84px);
  color: var(--color-main);
  font-weight: 600;
}
.title-b span {
  background-position: 100% 0;
  background-size: 250%;
  line-height: 1.1;
  display: inline-block;
  padding: 0 5px 5px;
  animation: Bg 500ms linear 300ms forwards;
}
.title-b.span-green-bg span {
  background: #45525D;
}

.title-w {
  font-size: min(36px + 34 * (100vw - 375px) / 1545, 70px);
  line-height: min(42px + 42 * (100vw - 375px) / 1545, 84px);
  color: #fff;
  font-weight: 600;
}
.title-w span {
  background-position: 100% 0;
  background-size: 250%;
  line-height: 1.1;
  display: inline-block;
  padding: 0 5px 5px;
  animation: Bg 500ms linear 300ms forwards;
}

@keyframes Bg {
  100% {
    background-position: 0 0;
  }
}
.btn {
  max-width: 240px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  min-height: min(46px + 14 * (100vw - 375px) / 1545, 60px);
  padding: 0 min(30px + 17 * (100vw - 375px) / 1545, 47px);
  font-weight: 500;
  position: relative;
  border: none;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: var(--font-main);
  line-height: 20px;
  background: var(--color-main);
  border-radius: 30px;
  z-index: 1;
  transition: all 0.25s;
  cursor: pointer;
}
.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: radial-gradient(circle farthest-corner at 50% 0%, var(--blue), transparent 0%), radial-gradient(ellipse farthest-corner at 0% 0%, var(--gold), transparent 60%), radial-gradient(ellipse farthest-corner at 50% 100%, var(--pink), transparent 0%), linear-gradient(90deg, var(--pink), var(--light-purple));
  border-radius: inherit;
  transition: opacity 0.25s;
  opacity: 0;
}
.btn.with-border {
  border: 2px solid #fff;
  background: transparent;
}
.btn.with-border:hover {
  border-color: transparent;
}
.btn.with-border:hover::before {
  height: calc(100% + 4px);
  width: calc(100% + 4px);
  top: -2px;
  left: -2px;
}
.btn:hover {
  background: transparent;
}
.btn:hover::before {
  opacity: 1;
}

.hide {
  display: none !important;
}

.team-section + .acc-section, .sol + .acc-section, .search-results-section + .acc-section, .post + .acc-section {
  padding-top: 0;
}

.spec-all + .acc-section {
  padding-top: 20px;
}

.acc-section {
  padding: 30px 0 50px;
}

.acc-box {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 25px;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.acc-box img {
  max-width: 50%;
  width: min(120px + 130 * (100vw - 375px) / 1545, 250px);
  height: auto;
  max-height: min(100px + 100 * (100vw - 375px) / 1545, 200px);
  object-fit: contain;
}

.fixed-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header {
  margin-top: 50px;
  position: fixed;
  max-width: 100%;
  width: 100%;
  z-index: 140;
  transition: 0.3s ease;
}
.header.sticky {
  margin-top: 0;
  padding: 15px 0;
  background-color: #0c0b3c;
}
.header.sticky .header__logo:nth-child(2) {
  display: block;
}
.header.sticky .header__logo:nth-child(1) {
  display: none;
}
.header__logo {
  min-height: min(40px + 10 * (100vw - 375px) / 1545, 50px);
  width: min(166px + 35 * (100vw - 375px) / 1545, 201px);
  transition: 0.4s;
}
.header__logo:hover {
  transform: scale(1.1);
}
.header__logo-mob {
  display: none;
  width: min(161px + 160 * (100vw - 375px) / 1545, 321px);
}
.header__logo:nth-child(2) {
  display: none;
}
.header__menu-items {
  display: flex;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
}
.header__menu-item {
  margin-right: min(15px + 30 * (100vw - 375px) / 1545, 45px);
  padding: 10px 0px;
}
.header__menu-item:last-child {
  margin-right: 0;
}
.header__menu-link {
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.header__menu-link:hover {
  color: var(--color-sec);
}
.header__menu-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  height: 2px;
  background-color: var(--color-sec);
  width: 0;
  transition: ease 0.3s;
}
.header__menu-link:hover::after {
  width: 100%;
  left: 0;
}
.header .header__menu-link.header__menu-dropdown-text:hover {
  background: radial-gradient(circle farthest-corner at 50% 0%, var(--blue), transparent 0%), radial-gradient(ellipse farthest-corner at 0% 0%, var(--gold), transparent 60%), radial-gradient(ellipse farthest-corner at 50% 100%, var(--pink), transparent 0%), linear-gradient(90deg, var(--pink), var(--light-purple));
  color: #fff;
}
.header .header__menu-link.header__menu-dropdown-text::after {
  background: rgba(255, 255, 255, 0);
}
.header .header__menu-text.header__menu-link:hover::after {
  display: none;
}
.header .header__menu-text.header__menu-link-active::after {
  width: 0;
  display: none;
}
.header__menu-dropdown {
  position: relative;
}
.header__menu-dropdown::after {
  content: "";
  position: absolute;
  left: 20px;
  top: 30px;
  border: 8px solid transparent;
  border-top: 7px solid #fff;
  transform: rotate(180deg);
  visibility: collapse;
  transition: all 0.4s;
}
.header__dropdown-span {
  display: none;
}
.header__menu-text {
  position: relative;
}
.header__menu-item-dropdown {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.5s linear;
  z-index: 1;
  width: max-content;
  position: absolute;
  background-color: #fff;
  left: 50%;
  right: 50%;
  transform: translate(-35%, 0%);
  margin-top: 10px;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.25);
  color: var(--color-main);
}
.header__menu-dropdown-text {
  width: 100%;
  padding: 7.5px 30px 7.5px 25px;
}
.header__menu-dropdown-text:last-child {
  margin-bottom: 19px;
}
.header__menu-dropdown-text:first-child {
  margin-top: 25px;
}
.header__soc {
  display: none;
}
.header__soc-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  position: relative;
  background-image: url("../images/soc-gradient.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.header__soc-link:last-child {
  margin-right: 0;
}
.header__soc-link:hover .header__soc-img {
  color: var(--color-sec);
}
.header__soc-img {
  color: #fff;
  transition: all 0.3s;
}
.header__menu-btn {
  display: block;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0px 12px;
  cursor: pointer;
}
.header__menu-btn span {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s;
}
.header__menu-btn span:nth-child(2) {
  margin: 8px 0;
}
.header__menu-btn-inner {
  display: none;
  position: relative;
  width: 60px;
  height: 53px;
  background-color: #0c0b3c;
  z-index: 100;
}
.header__menu-btn--active {
  margin-top: -1px;
}
.header__menu-btn--active span {
  margin-bottom: -3px;
  transition: all 0.9s;
}
.header__menu-btn--active span:nth-child(1) {
  transform: rotate(-45deg);
}
.header__menu-btn--active span:nth-child(3) {
  transform: rotate(45deg);
}
.header__menu-btn--active span:nth-child(2) {
  display: none;
}

.bottom-head {
  background-image: url("../images/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 100vh;
}
.bottom-head__wrap {
  max-width: 1486px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bottom-head__inner {
  padding: min(155px + 162 * (100vw - 375px) / 1545, 317px) 0 min(0px + 224 * (100vw - 375px) / 1545, 224px) 0;
}
.bottom-head__title {
  font-size: min(50px + 50 * (100vw - 375px) / 1545, 100px);
  line-height: min(54px + 62 * (100vw - 375px) / 1545, 116px);
  max-width: min(470px + 410 * (100vw - 375px) / 1545, 880px);
  margin-bottom: min(25px + 20 * (100vw - 375px) / 1545, 45px);
}
.bottom-head__title span {
  color: var(--color-main);
  background: #a4f0ef;
  line-height: 1;
}
.bottom-head__btns-decstop {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.bottom-head__btn-h-decstop {
  margin-right: min(9px + 11 * (100vw - 375px) / 1545, 20px);
  max-width: min(240px + 30 * (100vw - 375px) / 1545, 270px);
  width: 100%;
}
.bottom-head__btn-decstop {
  margin-top: 15px;
  max-width: min(270px + 35 * (100vw - 375px) / 1545, 305px);
  width: 100%;
}
.bottom-head__btns {
  display: none;
}
.bottom-head__btn {
  padding: 0 min(15px + 32 * (100vw - 375px) / 1545, 47px);
  margin-top: 15px;
  max-width: min(170px + 70 * (100vw - 375px) / 1545, 240px);
  width: 100%;
}
.bottom-head__btn-h {
  padding: 0 min(15px + 32 * (100vw - 375px) / 1545, 47px);
  margin-right: min(9px + 11 * (100vw - 375px) / 1545, 20px);
  max-width: min(170px + 70 * (100vw - 375px) / 1545, 240px);
  width: 100%;
}
.bottom-head__img {
  position: absolute;
  bottom: 0px;
  right: -314px;
  z-index: 0;
  max-width: min(500px + 733 * (100vw - 375px) / 1545, 1233px);
}

.bottom-overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
}

.since {
  margin-top: min(70px + 290 * (100vw - 375px) / 1545, 360px);
  position: relative;
}
.since__decor {
  position: absolute;
  width: min(164px + 380 * (100vw - 375px) / 1545, 544px);
  height: min(156px + 362 * (100vw - 375px) / 1545, 518px);
  top: max(-150px + -460 * (100vw - 375px) / 1545, -610px);
  left: -57px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(295deg);
}
.since__wrap {
  max-width: 1486px;
  width: 100%;
  margin: 0 auto;
}
.since__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.since__right {
  max-width: 601px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.since__title {
  margin-bottom: min(29px + 65 * (100vw - 375px) / 1545, 94px);
}
.since__title span {
  background-color: var(--g-pink);
  color: #fff;
}
.since__text {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
}
.since__btn {
  margin-top: 25px;
}
.since__left {
  max-width: 812px;
  width: 100%;
}
.since__left-img1, .since__left-img3 {
  position: absolute;
}
.since__left-img1 {
  top: -211px;
  z-index: -1;
  right: min(-200px + 1048 * (100vw - 375px) / 1545, 848px);
  width: 418px;
  max-width: 100%;
  background: linear-gradient(to left, #697bef, #75a4f0 40%, #8bf3f0);
}
.since__left-img1 img {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: auto;
}
.since__left-img1::before {
  position: relative;
  z-index: 1;
  background: url("../images/gradient-blue.png") no-repeat center/cover;
  mix-blend-mode: overlay;
}
.since__left-img2 {
  margin-top: 51px;
  width: 300px;
  max-width: 100%;
}
.since__left-img3 {
  top: -286px;
  right: min(-400px + 540 * (100vw - 375px) / 1545, 140px);
  top: max(100px + -350 * (100vw - 375px) / 1545, -250px);
  z-index: -1;
}

.shape-box {
  position: absolute;
  right: -30px;
  width: 1064px;
  max-width: 56%;
  transform: translate(-20.3%, -34.2%);
  z-index: 0;
  align-self: center;
}
.shape-box:before {
  content: "";
  display: block;
  padding-top: 62.83%;
}
.shape-box img {
  position: absolute;
  object-fit: cover;
  z-index: 1;
}
.shape-box img:nth-of-type(1) {
  filter: grayscale(1);
  width: 29%;
  height: 45.8%;
}
.shape-box img:nth-of-type(2) {
  width: 36.2%;
  height: 56.6%;
  top: 39%;
  left: 24.7%;
  z-index: 3;
}
.shape-box img:nth-of-type(3) {
  width: 43%;
  height: 68.7%;
  right: -17%;
  top: -18.1%;
}
.shape-box img:nth-of-type(1), .shape-box span:nth-of-type(1) {
  top: -11%;
  left: -92px;
}
.shape-box .shape {
  z-index: 2;
  position: absolute;
  mix-blend-mode: overlay;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.shape-box .shape:nth-of-type(1) {
  width: 51%;
  height: 79.4%;
  background-image: url("../images/gradient-blue.png");
  z-index: 5;
}
.shape-box .shape:nth-of-type(2) {
  width: 22%;
  height: 35%;
  background-image: url("../images/gradient-yellow.png");
  top: 70%;
  left: 43.9%;
  z-index: 4;
}
.shape-box .shape:nth-of-type(3) {
  width: 52%;
  height: 81%;
  right: 1%;
  top: -23%;
  background-image: url("../images/gradient-pink.png");
}

.avan {
  margin: min(60px + 117 * (100vw - 375px) / 1545, 177px) 0 min(84px + 79 * (100vw - 375px) / 1545, 163px);
  position: relative;
}
.avan__decor-l {
  position: absolute;
  height: 670px;
  max-width: 574px;
  width: 100%;
  background-repeat: no-repeat;
  left: -267px;
  bottom: 0;
  transform: rotate(105deg);
  z-index: -1;
}
.avan__decor-r {
  position: absolute;
  height: 641px;
  width: 632px;
  background-repeat: no-repeat;
  top: max(-50px + -540 * (100vw - 375px) / 1545, -590px);
  right: -262px;
  transform: rotate(62deg);
  z-index: -1;
}
.avan__wrap {
  max-width: 1191px;
  margin: 0 auto;
  max-width: min(700px + 491 * (100vw - 375px) / 1545, 1191px);
}
.avan__items {
  display: flex;
  justify-content: space-between;
}
.avan__item {
  display: flex;
  flex-direction: column;
  max-width: min(335px + 215 * (100vw - 375px) / 1545, 550px);
  min-height: min(335px + 345 * (100vw - 375px) / 1545, 680px);
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.15);
  position: relative;
}
.avan__item::after {
  content: "";
  position: absolute;
  height: min(15px + 5 * (100vw - 375px) / 1545, 20px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
}
.avan__item-red:after {
  background-image: url("../images/avanti-red-after.jpg");
}
.avan__item-blue {
  margin-right: 20px;
}
.avan__item-blue:after {
  background-image: url("../images/avanti-after.jpg");
}
.avan__item-perp:after {
  background-image: url("../images/avanti-perp-after.jpg");
}
.avan__blue-title {
  font-size: min(36px + 34 * (100vw - 375px) / 1545, 70px);
  line-height: min(42px + 28 * (100vw - 375px) / 1545, 70px);
}
.avan__blue-title span {
  background-color: var(--color-main);
  color: #fff;
  line-height: 1.3;
}
.avan__red-title {
  font-size: min(36px + 34 * (100vw - 375px) / 1545, 70px);
  line-height: min(42px + 28 * (100vw - 375px) / 1545, 70px);
}
.avan__red-title span {
  background-color: #8c51b6;
  color: #fff;
  line-height: 1.3;
}
.avan__perp-title {
  font-size: min(36px + 34 * (100vw - 375px) / 1545, 70px);
  line-height: min(42px + 28 * (100vw - 375px) / 1545, 70px);
}
.avan__perp-title span {
  background-color: #CAB559;
  color: #fff;
  line-height: 1.3;
}
.avan__blue-head, .avan__red-head, .avan__perp-head {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(20px + 20 * (100vw - 375px) / 1545, 40px) min(25px + 38 * (100vw - 375px) / 1545, 63px);
  min-height: min(115px + 105 * (100vw - 375px) / 1545, 220px);
  height: 100%;
}
.avan__red-head {
  background-image: url("../images/avanti-red.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.avan__blue-head {
  background-image: url("../images/avanti-blue.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.avan__perp-head {
  background-image: url("../images/avanti-perp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.avan__blue-body, .avan__red-body, .avan__perp-body {
  padding: min(32px + 18 * (100vw - 375px) / 1545, 50px) min(33px + 27 * (100vw - 375px) / 1545, 60px) min(64px + 18 * (100vw - 375px) / 1545, 82px);
  height: auto;
  position: relative;
  height: 100%;
}
.avan__blue-body::after, .avan__red-body::after, .avan__perp-body::after {
  content: "";
  position: absolute;
  height: min(15px + 5 * (100vw - 375px) / 1545, 20px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
}
.avan__text {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
}
.avan__middle {
  flex-grow: 1;
}
.avan__body-btn {
  margin-top: min(15px + 30 * (100vw - 375px) / 1545, 45px);
  max-width: min(230px + 80 * (100vw - 375px) / 1545, 310px);
  padding: 0 min(35px + 9 * (100vw - 375px) / 1545, 44px);
  width: 100%;
}

.tech {
  margin-bottom: min(82px + 85 * (100vw - 375px) / 1545, 167px);
  position: relative;
}
.tech__bg {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: min(400px + 181 * (100vw - 375px) / 1545, 581px);
  z-index: -1;
}
.tech__inner {
  padding-top: min(79px + 35 * (100vw - 375px) / 1545, 114px);
}
.tech__title {
  margin: 0 auto min(30px + 44 * (100vw - 375px) / 1545, 74px);
  max-width: min(500px + 160 * (100vw - 375px) / 1545, 660px);
  text-align: center;
}
.tech__title span {
  color: var(--color-main);
  background-color: var(--g-blue);
}
.tech__slider.swiper {
  overflow: visible;
  max-width: 440px;
}
.tech .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: min(50px + 12 * (100vw - 375px) / 1545, 62px);
  height: 4px;
  border-radius: 0px;
}
.tech__pagination {
  display: none;
  position: relative;
}
.tech .swiper-horizontal > .swiper-pagination-bullets,
.tech .swiper-pagination-bullets.swiper-pagination-horizontal,
.tech .swiper-pagination-custom,
.tech .swiper-pagination-fraction {
  bottom: 0;
}
.tech .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color-main);
}

.testi {
  position: relative;
}
.testi__decor {
  position: absolute;
  left: -327px;
  z-index: -1;
  width: min(190px + 344 * (100vw - 375px) / 1545, 534px);
  height: min(190px + 349 * (100vw - 375px) / 1545, 539px);
  bottom: max(50px + -250 * (100vw - 375px) / 1545, -200px);
  left: max(-130px + -210 * (100vw - 375px) / 1545, -340px);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(72deg);
}
.testi__inner {
  display: flex;
  justify-content: space-between;
}
.testi__middle {
  max-width: 740px;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
  z-index: 2;
}
.testi__left-img {
  position: relative;
  max-width: 360px;
  max-height: 360px;
  box-shadow: 0px 5px 35px 17px rgba(12, 11, 60, 0.12);
  z-index: 2;
}
.testi__left-img::after, .testi__left-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  right: -36%;
  width: 119%;
  height: 118%;
  background: linear-gradient(90deg, var(--purple) 0%, #e91288 50%);
  z-index: 3;
}
.testi__left-img::before {
  mix-blend-mode: overlay;
}
.testi__left-img::after {
  z-index: -1;
}
.testi__left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi__title {
  margin-bottom: min(45px + 50 * (100vw - 375px) / 1545, 95px);
  line-height: 1;
}
.testi__title span {
  color: #fff;
  background-color: var(--g-pink);
}
.testi__slider-wrapper {
  padding-bottom: min(50px + 30 * (100vw - 375px) / 1545, 80px);
}
.testi__slide-title {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  margin-bottom: min(10px + 5 * (100vw - 375px) / 1545, 15px);
}
.testi__slide-descr {
  font-size: min(16px + 8 * (100vw - 375px) / 1545, 24px);
  line-height: min(34px + 10 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  max-height: min(150px + 61 * (100vw - 375px) / 1545, 211px);
  overflow-y: auto;
  padding-right: 7px;
}
.testi__slide-box {
  display: flex;
  margin-top: min(25px + 6 * (100vw - 375px) / 1545, 31px);
}
.testi__slide-icon {
  max-width: min(94px + 14 * (100vw - 375px) / 1545, 108px);
  height: min(50px + 8 * (100vw - 375px) / 1545, 58px);
  margin-right: min(19px + 11 * (100vw - 375px) / 1545, 30px);
}
.testi__slide-name {
  font-weight: 400;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(28px + 4 * (100vw - 375px) / 1545, 32px);
}
.testi__slide-position {
  font-weight: 200;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(28px + 4 * (100vw - 375px) / 1545, 32px);
}
.testi__right {
  position: relative;
}
.testi__right-img {
  position: relative;
  margin-top: 160px;
  max-width: 240px;
  box-shadow: 0px 5px 35px 17px rgba(12, 11, 60, 0.12);
  z-index: 2;
}
.testi__right-img::after, .testi__right-img::before {
  content: "";
  display: block;
  position: absolute;
  top: -43%;
  left: -44%;
  width: 130%;
  height: 130%;
  background: linear-gradient(90deg, #8bf3f0 50%, var(--blue) 70%);
  z-index: 3;
}
.testi__right-img::before {
  mix-blend-mode: overlay;
}
.testi__right-img::after {
  z-index: -1;
}
.testi__right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi__right-img-absol {
  position: absolute;
  bottom: -143px;
  right: 140px;
  width: 300px;
  object-fit: cover;
  box-shadow: 0px 5px 35px 17px rgba(12, 11, 60, 0.12);
  z-index: 2;
}
.testi__right-img-absol::after, .testi__right-img-absol::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  left: -30%;
  width: 88%;
  height: 89%;
  background: linear-gradient(90deg, #6f48aa 40%, #d3b021 60%);
  z-index: 3;
}
.testi__right-img-absol::before {
  mix-blend-mode: overlay;
}
.testi__right-img-absol::after {
  z-index: -1;
}
.testi__right-img-absol img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.testi .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: min(50px + 12 * (100vw - 375px) / 1545, 62px);
  height: 4px;
  border-radius: 0px;
}
.testi .swiper-horizontal > .swiper-pagination-bullets,
.testi .swiper-pagination-bullets.swiper-pagination-horizontal,
.testi .swiper-pagination-custom,
.testi .swiper-pagination-fraction {
  display: flex;
  margin-left: auto;
  width: 100%;
  bottom: 0;
}
.testi .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color-main);
}

.for {
  margin-top: max(211px + -21 * (100vw - 375px) / 1545, 190px);
  margin-bottom: min(30px + 20 * (100vw - 375px) / 1545, 50px);
}
.for__wrap {
  max-width: 1486px;
  width: 100%;
  margin: 0 auto;
}
.for__title {
  max-width: 823px;
  max-width: min(370px + 453 * (100vw - 375px) / 1545, 823px);
  margin-bottom: min(20px + 10 * (100vw - 375px) / 1545, 30px);
}
.for__title span {
  color: #fff;
  background-color: var(--g-pink);
}
.for__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.for__item {
  max-width: 190px;
  width: 100%;
  margin-right: 50px;
  margin-top: min(15px + 25 * (100vw - 375px) / 1545, 40px);
}
.for__item:last-child {
  margin-right: 0;
}
.for__item-num {
  color: var(--g-pink);
  font-size: min(30px + 12 * (100vw - 375px) / 1545, 42px);
  line-height: min(42px + 6 * (100vw - 375px) / 1545, 48px);
  margin-bottom: 10px;
  font-weight: 700;
}
.for__item-text {
  font-size: min(16px + 6 * (100vw - 375px) / 1545, 22px);
  line-height: min(24px + 6 * (100vw - 375px) / 1545, 30px);
}
.for__item-text p {
  font-size: min(16px + 6 * (100vw - 375px) / 1545, 22px);
  line-height: min(24px + 6 * (100vw - 375px) / 1545, 30px);
}

.get-index__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.get-index__right {
  max-width: 980px;
  width: 100%;
  background-color: #fff;
  box-shadow: -1px 22px 36px -8px rgba(34, 60, 80, 0.2);
  padding: min(0px + 47 * (100vw - 375px) / 1545, 47px) min(43px + 87 * (100vw - 375px) / 1545, 130px) max(96px + -9 * (100vw - 375px) / 1545, 87px) min(43px + 87 * (100vw - 375px) / 1545, 130px);
}
.get-index__form-box {
  display: flex;
  justify-content: space-between;
  max-width: 720px;
  width: 100%;
}
.get-index__form-wrapp {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.get-index .get-index__form-label.get-index__form-label-up {
  max-width: 100%;
  width: 100%;
}
.get-index__form-label {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  margin-right: 20px;
  max-width: 325px;
  width: 100%;
}
.get-index__form-label:last-child {
  margin-right: 0;
}
.get-index__form-span {
  margin-bottom: min(8px + 6 * (100vw - 375px) / 1545, 14px);
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
}
.get-index__form-input {
  border-bottom: 1px solid var(--color-main);
  max-width: 325px;
  width: 100%;
  padding: 0px 2px 13px 6px;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(21px + 3 * (100vw - 375px) / 1545, 24px);
  font-weight: 200;
}
.get-index__form-input::placeholder {
  font-family: inherit;
  font-weight: 200 !important;
  font-size: 20px;
  line-height: 24px;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(21px + 3 * (100vw - 375px) / 1545, 24px);
  color: var(--color-main);
}
.get-index__form-input:first-child {
  margin-bottom: 21px;
}
.get-index__file-wrapp {
  position: relative;
}
.get-index__form-file {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.get-index__file {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: 2px dashed #d7d7df;
  padding: min(17px + 3 * (100vw - 375px) / 1545, 20px) 0 min(17px + 3 * (100vw - 375px) / 1545, 20px) 0;
  transition: all 0.3s;
}
.get-index__file:hover {
  border: 2px dashed var(--g-pink);
}
.get-index__file:hover .get-index__file-text {
  color: var(--g-pink);
}
.get-index__file:hover .get-index__file-text span {
  border-bottom: 1px solid var(--g-pink);
}
.get-index__file-text {
  font-weight: 200;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(21px + 3 * (100vw - 375px) / 1545, 24px);
  transition: all 0.3s;
}
.get-index__file-text span {
  font-weight: 200;
  position: relative;
  border-bottom: 1px solid var(--color-main);
}
.get-index__form-text {
  border-bottom: 1px solid var(--color-main);
  width: 100%;
  resize: none;
  padding: 5px 2px 15px 1px;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(21px + 3 * (100vw - 375px) / 1545, 24px);
  font-weight: 200;
  font-family: inherit;
}
.get-index__form-text::placeholder {
  font-family: var(--font-main);
  font-weight: 200;
  font-size: 20px;
  line-height: 24px;
  color: var(--color-main);
}
.get-index__form-btn {
  margin-top: 40px;
  display: flex;
  margin-left: auto;
}
.get-index .select2-container {
  max-width: 325px;
  width: 100% !important;
  border-bottom: 1px solid var(--color-main);
  padding: 0px 0px 9px 4px;
}
.get-index .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: none;
  border-radius: 0px;
}
.get-index .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--color-main);
  font-weight: 200;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
}
.get-index .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: min(21px + 3 * (100vw - 375px) / 1545, 24px);
  font-weight: 200;
  padding-left: 1px;
}
.get-index .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: transparent;
  border-style: none;
  background-image: url("../images/icons/arrow-select.png");
  border-width: 0px 0px 0 0px;
  height: 9px;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 15px;
  transition: all 0.4s;
}
.get-index .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  transition: all 0.4s;
}

.privacy {
  position: relative;
}
.privacy-box {
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 550px) {
  .privacy-box {
    padding-top: 50px;
  }
}
.privacy-box a {
  display: inline-block;
  transition: all 0.3s;
  text-decoration: underline;
  font-weight: 400;
}
.privacy-box a:hover {
  color: var(--g-pink);
}
.privacy-box h3 {
  text-align: left;
  font-size: min(25px + 20 * (100vw - 375px) / 1545, 45px);
  line-height: min(30px + 25 * (100vw - 375px) / 1545, 55px);
  color: var(--color-main);
  font-weight: 600;
  margin: min(40px + 40 * (100vw - 375px) / 1545, 80px) 0px min(15px + 15 * (100vw - 375px) / 1545, 30px);
}
.privacy-box p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  margin-top: 2px;
  font-weight: 200;
  color: var(--color-main);
}
.privacy-box ul {
  margin: min(15px + 15 * (100vw - 375px) / 1545, 30px) 0px;
}
.privacy-box li {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(25px + 15 * (100vw - 375px) / 1545, 40px);
  font-weight: 200;
  padding-left: 18px;
  position: relative;
  color: var(--color-main);
  margin-bottom: min(5px + 5 * (100vw - 375px) / 1545, 10px);
}
.privacy-box li:last-child {
  margin-bottom: 0;
}
.privacy-box li:before {
  content: "";
  position: absolute;
  left: 0;
  top: min(14px + 3 * (100vw - 375px) / 1545, 17px);
  width: 7px;
  height: 7px;
  background-image: url("../images/social-value/mesh.svg");
}

.bottom-about {
  background-image: url("../images/about/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.bottom-about__wrap {
  max-width: 1486px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.bottom-about__inner {
  padding: min(155px + 195 * (100vw - 375px) / 1545, 350px) 0 min(0px + 250 * (100vw - 375px) / 1545, 250px) 0;
}
.bottom-about__inner p {
  font-size: min(22px + 10 * (100vw - 375px) / 1545, 32px);
  line-height: min(32px + 16 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
  color: #fff;
  max-width: min(300px + 294 * (100vw - 375px) / 1545, 594px);
}
.bottom-about__title {
  font-size: min(50px + 50 * (100vw - 375px) / 1545, 100px);
  line-height: min(54px + 62 * (100vw - 375px) / 1545, 116px);
  max-width: min(470px + 410 * (100vw - 375px) / 1545, 880px);
  margin-bottom: min(25px + 30 * (100vw - 375px) / 1545, 55px);
}
.bottom-about__title span {
  color: var(--color-main);
  background: #a4f0ef;
  line-height: 1;
  padding: 13px 15px;
}
.bottom-about__bg {
  background-image: url("../images/about/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  mix-blend-mode: luminosity;
}
.bottom-about__img {
  position: absolute;
  bottom: -21px;
  right: -47px;
  z-index: 0;
  max-width: min(200px + 663 * (100vw - 375px) / 1545, 863px);
  z-index: 1;
}

.talent {
  margin-top: min(70px + 35 * (100vw - 375px) / 1545, 105px);
  position: relative;
}
.talent__dec-r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 565px;
  max-width: 30%;
  transform: rotate(-70deg) translate(82%, -12%);
}
.talent__dec-l {
  position: absolute;
  top: 0;
  left: 0;
  width: 588px;
  max-width: 31%;
  transform: rotate(36.7deg) translate(-36%, 26%);
  z-index: -1;
}
.talent__inner {
  max-width: 1240px;
  margin: 0 auto;
}
.talent__inner p {
  font-size: min(16px + 8 * (100vw - 375px) / 1545, 24px);
  line-height: min(34px + 10 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  margin-left: 5px;
}
.talent__flex {
  display: flex;
  margin-bottom: 29px;
}
.talent__flex-text {
  max-width: 620px;
}
.talent__flex-text h2,
.talent__flex-text h3,
.talent__flex-text h4 {
  margin-bottom: 17px;
}
.talent__flex-text p {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
}
.talent__title span {
  background-color: var(--g-pink);
  color: #fff;
}
.talent__flex-photos {
  position: relative;
  margin-left: min(0px + 94 * (100vw - 375px) / 1545, 94px);
  max-width: 600px;
  width: 100%;
}
.talent__flex-photos-mob {
  display: none;
}
.talent__flex-b1 {
  max-width: min(182px + 110 * (100vw - 375px) / 1545, 292px);
  min-height: min(184px + 110 * (100vw - 375px) / 1545, 294px);
  width: 100%;
  position: relative;
  z-index: 3;
  margin-top: 83px;
}
.talent__flex-b1::before {
  content: "";
  position: absolute;
  right: -33px;
  bottom: -31px;
  width: 81%;
  height: 82%;
  background: linear-gradient(#6b79e5 0%, #c3eae9 100%);
  z-index: 5;
  mix-blend-mode: overlay;
}
.talent__flex-b2 {
  max-width: min(120px + 135 * (100vw - 375px) / 1545, 255px);
  min-height: min(120px + 135 * (100vw - 375px) / 1545, 255px);
  width: 100%;
  position: absolute;
  right: 21px;
  top: -43px;
  z-index: 2;
}
.talent__flex-b2::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#c84387 0%, #694aa4 100%);
  mix-blend-mode: overlay;
  z-index: 1;
}
.talent__flex-b3 {
  max-width: min(110px + 87 * (100vw - 375px) / 1545, 197px);
  min-height: min(111px + 87 * (100vw - 375px) / 1545, 198px);
  width: 100%;
  position: absolute;
  bottom: 44px;
  right: -88px;
  z-index: 5;
}
.talent__flex-b3::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#d6b41f 0%, #d64b85 100%);
  mix-blend-mode: overlay;
  bottom: -27px;
  right: -35px;
}
.talent__flex-img1 {
  max-width: min(132px + 160 * (100vw - 375px) / 1545, 292px);
  height: min(134px + 160 * (100vw - 375px) / 1545, 294px);
  object-fit: cover;
}
.talent__flex-img2 {
  max-width: min(80px + 70 * (100vw - 375px) / 1545, 150px);
  height: min(80px + 72 * (100vw - 375px) / 1545, 152px);
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
}
.talent__flex-img3 {
  max-width: min(110px + 87 * (100vw - 375px) / 1545, 197px);
  height: min(111px + 87 * (100vw - 375px) / 1545, 198px);
  max-width: 197px;
  max-height: 198px;
  object-fit: cover;
}

.our {
  margin-top: 85px;
  position: relative;
}
.our__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: min(400px + 39 * (100vw - 375px) / 1545, 439px);
  object-fit: cover;
}
.our__inner {
  padding-top: 214px;
  max-width: 1475px;
  margin: 0 auto;
}
.our__wrap {
  display: flex;
  justify-content: space-between;
}
.our__box {
  position: relative;
  max-width: 720px;
  min-height: min(300px + 180 * (100vw - 375px) / 1545, 480px);
  width: 100%;
  background-color: #fff;
  padding: min(20px + 45 * (100vw - 375px) / 1545, 65px) min(20px + 75 * (100vw - 375px) / 1545, 95px) min(30px + 41 * (100vw - 375px) / 1545, 71px);
  margin-right: 35px;
}
.our__box:last-child {
  margin-right: 0;
}
.our__box h1,
.our__box h2,
.our__box h3,
.our__box h4 {
  font-size: min(30px + 33 * (100vw - 375px) / 1545, 63px);
  line-height: min(35px + 41 * (100vw - 375px) / 1545, 76px);
  margin-bottom: min(15px + 11 * (100vw - 375px) / 1545, 26px);
}
.our__box h1 span,
.our__box h2 span,
.our__box h3 span,
.our__box h4 span {
  background-color: var(--g-pink);
  color: #fff;
}
.our__box p {
  font-size: min(18px + 10 * (100vw - 375px) / 1545, 28px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 300;
}
.our__box-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  left: -21px;
  bottom: -19px;
  background: linear-gradient(to bottom right, #83f2f0 0%, #657aeb 100%);
}

.on {
  margin-top: min(50px + 120 * (100vw - 375px) / 1545, 170px);
}
.on__inner {
  display: flex;
  max-width: 1486px;
  margin: 0 auto;
}
.on__descr {
  max-width: 830px;
  width: 100%;
}
.on__descr p {
  font-size: min(21px + 11 * (100vw - 375px) / 1545, 32px);
  line-height: min(30px + 18 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
  margin-bottom: min(15px + 15 * (100vw - 375px) / 1545, 30px);
}
.on__descr li {
  padding-left: 20px;
  font-size: min(16px + 8 * (100vw - 375px) / 1545, 24px);
  line-height: min(34px + 10 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  margin-bottom: 4px;
  position: relative;
}
.on__descr li:last-child {
  margin-bottom: 0;
}
.on__descr li::before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-image: url("../images/about/li-dot.jpg");
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.on__title {
  margin-bottom: min(15px + 15 * (100vw - 375px) / 1545, 30px);
}
.on__title span {
  background-color: var(--g-pink);
  color: #fff;
}
.on__photos {
  position: relative;
  max-width: 673px;
  width: 100%;
}
.on__photo-box1 {
  margin-top: 142px;
  position: relative;
  max-width: min(180px + 117.54 * (100vw - 375px) / 1545, 297.54px);
  min-height: min(178px + 117.96 * (100vw - 375px) / 1545, 295.96px);
  z-index: 2;
}
.on__photo-box1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to left, #657aeb 0%, #83f2f0 100%);
  mix-blend-mode: overlay;
  z-index: 3;
}
.on__photo-box1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: linear-gradient(to left, #657aeb 0%, #83f2f0 100%);
}
.on__photo-box2 {
  position: absolute;
  max-width: min(130px + 145 * (100vw - 375px) / 1545, 275px);
  min-height: min(130px + 145 * (100vw - 375px) / 1545, 275px);
  right: 0;
  top: 0;
  z-index: 2;
}
.on__photo-box2::before {
  content: "";
  position: absolute;
  width: 94.6%;
  height: 94.6%;
  left: -61px;
  top: 62px;
  background: linear-gradient(to left, #da3684 0%, #974db9 100%);
  z-index: -1;
}
.on__photo-box2::after {
  content: "";
  position: absolute;
  width: 94.6%;
  height: 94.6%;
  left: -61px;
  top: 62px;
  background: linear-gradient(to left top, #da3684 0%, #974db9 100%);
  mix-blend-mode: overlay;
  z-index: 3;
}
.on__photo-box3 {
  position: absolute;
  max-width: min(150px + 150 * (100vw - 375px) / 1545, 300px);
  min-height: min(150px + 150 * (100vw - 375px) / 1545, 300px);
  right: 120px;
  bottom: -83px;
  z-index: 2;
}
.on__photo-box3::before {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  right: -40px;
  bottom: -30px;
  background: linear-gradient(to right, #6f48a7 0%, #d9b437 100%);
  mix-blend-mode: overlay;
  z-index: 3;
}
.on__photo-box3::after {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  right: -40px;
  bottom: -30px;
  background: linear-gradient(to right, #6f48a7 0%, #d9b437 100%);
  z-index: -1;
}
.on__photo1 {
  max-width: min(100px + 87.56 * (100vw - 375px) / 1545, 187.56px);
  height: min(100px + 87.56 * (100vw - 375px) / 1545, 187.56px);
  object-fit: cover;
}
.on__photo2 {
  max-width: min(130px + 145 * (100vw - 375px) / 1545, 275px);
  height: min(130px + 145 * (100vw - 375px) / 1545, 275px);
  object-fit: cover;
}
.on__photo3 {
  max-width: min(150px + 150 * (100vw - 375px) / 1545, 300px);
  height: min(150px + 150 * (100vw - 375px) / 1545, 300px);
  object-fit: cover;
}

.for-about {
  margin-top: min(110px + 53 * (100vw - 375px) / 1545, 163px);
  margin-bottom: min(30px + 20 * (100vw - 375px) / 1545, 50px);
}

.bottom-interior-team .underlay-bg-mob {
  display: none;
}

.team-section {
  padding-bottom: min(80px + 100 * (100vw - 375px) / 1545, 180px);
}

.team-list {
  padding-top: 123px;
  max-width: 1490px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: min(10px + 16 * (100vw - 375px) / 1545, 26px);
  grid-row-gap: 150px;
}

.teammate-card {
  width: 100%;
  max-width: 353px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(to top, #6B79E5, #C3EAE9);
  position: relative;
  padding-bottom: 62.3px;
}
.teammate-card-thumbnail {
  width: 170px;
  max-width: 49%;
  margin: -64px auto 18px;
}
.teammate-card .btn {
  min-width: min(180px + 55 * (100vw - 375px) / 1545, 235px);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 41.5%);
}

.tm-name {
  font-size: min(24px + 4 * (100vw - 375px) / 1545, 28px);
  margin-bottom: 12px;
}

.tm-role {
  font-size: min(18px + 4 * (100vw - 375px) / 1545, 22px);
  font-weight: 200;
  margin-bottom: 10px;
}

.tm-social-btn {
  width: 126.9px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tm-social-btn a {
  font-size: 17px;
  transition: color 0.3s;
}
.tm-social-btn a:hover {
  color: #fff;
}

.bottom-interior-spec.bottom-interior__title span {
  background-color: var(--g-blue);
  color: var(--color-main);
}

.s-top {
  margin-top: min(40px + 56 * (100vw - 375px) / 1545, 96px);
}

.spec:not(:first-child) {
  margin-top: 47px;
  margin-bottom: 40px;
}
.spec__block {
  max-width: 1478px;
  margin: 0 auto;
  padding-bottom: 53px;
  border-bottom: 2px solid var(--color-main);
}
.spec-last .spec__block {
  border-bottom: none;
}
.spec__wrapp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spec-l .spec__wrapp {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
}
.spec__title {
  margin-bottom: 30px;
  max-width: 357px;
}
.spec__box {
  margin-bottom: 40px;
  margin-right: 30px;
}
.spec-l .spec__box {
  margin-bottom: 40px;
  margin-right: 219px;
}
.spec__items {
  max-width: 788px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-column-gap: 21px;
  grid-row-gap: 19px;
  justify-items: center;
  align-items: center;
}
.spec__item {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  min-height: 91px;
  text-align: center;
  padding: 2px 10px;
  transition: all 0.3s;
  cursor: pointer;
}
.spec__item:hover {
  opacity: 0.8;
}
.spec__item p {
  font-size: min(18px + 9 * (100vw - 375px) / 1545, 27px);
  line-height: min(22px + 8 * (100vw - 375px) / 1545, 30px);
}
.spec-blue .spec__item {
  background-color: #6C7AEA;
  color: #FFFFFF;
}
.spec-blue .spec__item:hover {
  background-color: #5769ea;
}
.spec-pink .spec__item {
  background-color: #C84387;
  color: #FFFFFF;
}
.spec-pink .spec__item:hover {
  background-color: #ff2a98;
}
.spec-gold .spec__item {
  background-color: #D1B546;
  color: #FFFFFF;
}
.spec-gold .spec__item:hover {
  background-color: #ffcf1f;
}
.spec-perp .spec__item {
  background-color: #694AA4;
  color: #FFFFFF;
}
.spec-perp .spec__item:hover {
  background-color: #a475ff;
}
.spec-sea .spec__item {
  background-color: #A7F3F2;
  color: var(--color-main);
}
.spec-sea .spec__item:hover {
  background-color: #5cd0ce;
}
.spec-deep .spec__item {
  background-color: #001A94;
  color: #fff;
}
.spec-deep .spec__item:hover {
  background-color: #2341d2;
}

.spec-slider.swiper {
  overflow: visible;
}
.spec-slider.swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.spec-slider {
  margin-top: 62px;
}
.spec-slider__slide {
  object-fit: cover;
  max-width: 108px;
  margin: 0px 38px;
  align-self: center;
}

.add-popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 150;
  padding: 20px 20px 90px;
  display: none;
}
.add-popup .popup-underlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
.add-popup .popup-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 100%;
}

.popup-container-body {
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  position: relative;
  z-index: 1;
}

.popup-scrollbar::-webkit-scrollbar, .com__slide_box::-webkit-scrollbar, .solutions-popup::-webkit-scrollbar, .path-popup .popup-bg-box::-webkit-scrollbar, .join-tem-popup .popup-content::-webkit-scrollbar, .social-value-popup .popup-content::-webkit-scrollbar, .role-popup .popup-content .content-wr::-webkit-scrollbar, .training-popup .popup-content .content-wr::-webkit-scrollbar, .path-popup .popup-content .content-wr::-webkit-scrollbar, .teammate-popup .popup-container .popup-content::-webkit-scrollbar, .testi__slide-descr::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background: #EEEEF2;
}
.popup-scrollbar::-webkit-scrollbar-thumb, .com__slide_box::-webkit-scrollbar-thumb, .solutions-popup::-webkit-scrollbar-thumb, .path-popup .popup-bg-box::-webkit-scrollbar-thumb, .join-tem-popup .popup-content::-webkit-scrollbar-thumb, .social-value-popup .popup-content::-webkit-scrollbar-thumb, .role-popup .popup-content .content-wr::-webkit-scrollbar-thumb, .training-popup .popup-content .content-wr::-webkit-scrollbar-thumb, .path-popup .popup-content .content-wr::-webkit-scrollbar-thumb, .teammate-popup .popup-container .popup-content::-webkit-scrollbar-thumb, .testi__slide-descr::-webkit-scrollbar-thumb {
  background: var(--color-main);
  cursor: pointer;
  width: 3px;
}

.teammate-popup {
  display: none;
  padding: 20px 20px 80px;
}
.teammate-popup .popup-container {
  background: linear-gradient(to top, #6B79E5, #C3EAE9);
  width: 79.6875%;
  max-width: 1490px;
  padding: min(35px + 59 * (100vw - 375px) / 1545, 94px) min(20px + 116 * (100vw - 375px) / 1545, 136px) min(35px + 42 * (100vw - 375px) / 1545, 77px);
  display: flex;
}
.teammate-popup .popup-container .popup-content {
  display: flex;
  max-height: 100%;
  overflow-y: auto;
  padding-right: 10px;
}

.teammate-card-popup-info {
  display: none !important;
}

.teammate-popup-thumbnail {
  width: 350px;
  max-width: 35%;
  flex-shrink: 0;
  margin-right: min(20px + 30 * (100vw - 375px) / 1545, 50px);
}
.teammate-popup-thumbnail .teammate-card-thumbnail {
  max-width: unset;
  width: 100%;
  margin: 0 0 min(20px + 17 * (100vw - 375px) / 1545, 37px);
}
.teammate-popup-thumbnail .tm-name {
  font-size: min(25px + 10 * (100vw - 375px) / 1545, 35px);
  margin-bottom: min(10px + 18 * (100vw - 375px) / 1545, 28px);
  line-height: 1;
}
.teammate-popup-thumbnail .tm-role {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  margin-bottom: min(10px + 29 * (100vw - 375px) / 1545, 39px);
  line-height: 1;
}
.teammate-popup-thumbnail .tm-social-btn {
  width: 100%;
  justify-content: flex-start;
}
.teammate-popup-thumbnail .tm-social-btn a {
  font-size: min(16px + 6 * (100vw - 375px) / 1545, 22px);
  margin-right: 26px;
}
.teammate-popup-thumbnail .tm-social-btn a:last-of-type {
  margin-left: 0;
}

.teammate-popup-content {
  flex-grow: 1;
  font-size: min(18px + 2 * (100vw - 375px) / 1545, 20px);
  line-height: 1.7;
  font-weight: 300;
}
.teammate-popup-content p {
  margin-bottom: 15px;
}
.teammate-popup-content ul li::before {
  content: url("../images/team/list-marker.jpg");
  display: inline-flex;
  margin-right: 14px;
}

.tm-popup-label {
  padding: 3px min(17px + 33 * (100vw - 375px) / 1545, 50px);
  border-radius: min(20px + 10 * (100vw - 375px) / 1545, 30px);
  background: var(--purple);
  color: #fff;
  align-self: flex-start;
  margin-bottom: min(20px + 29 * (100vw - 375px) / 1545, 49px);
  display: inline-flex;
  font-size: min(18px + 2 * (100vw - 375px) / 1545, 20px);
  font-weight: 400;
}

.close-popup-btn {
  position: absolute;
  bottom: 0;
  right: min(20px + 65 * (100vw - 375px) / 1545, 85px);
  min-width: min(180px + 55 * (100vw - 375px) / 1545, 235px);
  transform: translateY(50%);
  text-transform: capitalize;
}

.close-popup-mob {
  display: none;
  right: min(20px + 65 * (100vw - 375px) / 1545, 85px);
  min-width: min(180px + 55 * (100vw - 375px) / 1545, 235px);
  text-transform: capitalize;
  position: inherit;
  left: 0;
  margin-top: 40px;
}

.role-popup, .training-popup, .path-popup {
  display: none;
}
.role-popup .popup-container, .training-popup .popup-container, .path-popup .popup-container {
  width: 90.625%;
  max-width: 1680px;
}
.role-popup .popup-header, .training-popup .popup-header, .path-popup .popup-header {
  padding: min(25px + 24 * (100vw - 375px) / 1545, 49px) 0;
  text-align: center;
  background: url("../images/role-popup-top-bg.jpg") no-repeat center/cover;
}
.role-popup .popup-title, .training-popup .popup-title, .path-popup .popup-title {
  font-size: min(35px + 35 * (100vw - 375px) / 1545, 70px);
  line-height: normal;
  font-weight: 600;
}
.role-popup .popup-title em, .training-popup .popup-title em, .path-popup .popup-title em {
  font-style: normal;
  background: var(--purple);
  color: #fff;
  padding: 0 10px;
}
.role-popup .popup-content, .training-popup .popup-content, .path-popup .popup-content {
  padding: min(25px + 28 * (100vw - 375px) / 1545, 53px) min(15px + 24 * (100vw - 375px) / 1545, 39px) min(35px + 29 * (100vw - 375px) / 1545, 64px) min(15px + 80 * (100vw - 375px) / 1545, 95px);
  font-weight: 200;
  line-height: 170%;
  max-height: unset;
  font-size: min(18px + 2 * (100vw - 375px) / 1545, 20px);
  background: #fff;
}
.role-popup .popup-content .content-wr, .training-popup .popup-content .content-wr, .path-popup .popup-content .content-wr {
  height: 48vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-right: min(15px + 38 * (100vw - 375px) / 1545, 53px);
}
.role-popup .popup-content h1, .role-popup .popup-content h2, .role-popup .popup-content h3, .role-popup .popup-content h4, .role-popup .popup-content h5, .role-popup .popup-content h6, .training-popup .popup-content h1, .training-popup .popup-content h2, .training-popup .popup-content h3, .training-popup .popup-content h4, .training-popup .popup-content h5, .training-popup .popup-content h6, .path-popup .popup-content h1, .path-popup .popup-content h2, .path-popup .popup-content h3, .path-popup .popup-content h4, .path-popup .popup-content h5, .path-popup .popup-content h6 {
  font-size: min(25px + 7 * (100vw - 375px) / 1545, 32px);
  margin-bottom: 5px;
  font-weight: 400;
}
.role-popup .popup-content h1, .training-popup .popup-content h1, .path-popup .popup-content h1 {
  font-size: min(29px + 7 * (100vw - 375px) / 1545, 36px);
}
.role-popup .popup-content h2, .training-popup .popup-content h2, .path-popup .popup-content h2 {
  font-size: min(27px + 7 * (100vw - 375px) / 1545, 34px);
}
.role-popup .popup-content h4, .training-popup .popup-content h4, .path-popup .popup-content h4 {
  font-size: min(22px + 2 * (100vw - 375px) / 1545, 24px);
}
.role-popup .popup-content h5, .training-popup .popup-content h5, .path-popup .popup-content h5 {
  font-size: min(20px + 2 * (100vw - 375px) / 1545, 22px);
  margin-bottom: min(5px + 21 * (100vw - 375px) / 1545, 26px);
}
.role-popup .popup-content p, .training-popup .popup-content p, .path-popup .popup-content p {
  margin-bottom: min(15px + 7 * (100vw - 375px) / 1545, 22px);
}
.role-popup .popup-content p:last-of-type, .training-popup .popup-content p:last-of-type, .path-popup .popup-content p:last-of-type {
  margin-bottom: 0;
}
.role-popup .popup-border-bottom, .training-popup .popup-border-bottom, .path-popup .popup-border-bottom {
  width: 100%;
  height: min(10px + 10 * (100vw - 375px) / 1545, 20px);
  background: url("../images/role-border-bottom-bg.jpg") no-repeat center/cover;
}
.role-popup .btn, .training-popup .btn, .path-popup .btn {
  transform: translateY(29%);
  right: min(20px + 128 * (100vw - 375px) / 1545, 148px);
  min-width: min(118px + 90 * (100vw - 375px) / 1545, 208px);
}
.role-popup .popup-bg-box, .training-popup .popup-bg-box, .path-popup .popup-bg-box {
  padding: 42px 60px;
  padding: min(25px + 17 * (100vw - 375px) / 1545, 42px) min(15px + 45 * (100vw - 375px) / 1545, 60px);
  background: rgba(12, 11, 30, 0.07);
  font-weight: 300;
  margin: 29px 0;
}
.role-popup .column-box, .training-popup .column-box, .path-popup .column-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: min(25px + 29 * (100vw - 375px) / 1545, 54px);
}
.role-popup .column-box li, .training-popup .column-box li, .path-popup .column-box li {
  position: relative;
  padding-left: 20px;
}
.role-popup .column-box li::before, .training-popup .column-box li::before, .path-popup .column-box li::before {
  content: url("../images/popup-list-marker.jpg");
  display: inline-flex;
  margin-right: 13px;
  transform: translateY(-3px);
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  left: 0;
}

.training-popup .popup-title em {
  background: var(--dark-blue);
}
.training-popup .popup-header {
  background: url("../images/training-popup-top-bg.jpg") no-repeat center/cover;
}
.training-popup .popup-border-bottom {
  background: url("../images/training-popup-border-bottom.jpg") no-repeat center/cover;
}
.training-popup .popup-bg-box h4 {
  margin-bottom: 20px;
}
.training-popup .column-box {
  display: block;
}
.training-popup .column-box h4 {
  margin-bottom: min(10px + 10 * (100vw - 375px) / 1545, 20px);
}
.training-popup .column-box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: min(15px + 41 * (100vw - 375px) / 1545, 56px);
}
.training-popup .column-box ul h4 {
  margin-bottom: 5px;
}

.social-value-popup .popup-header {
  min-height: min(80px + 69.5 * (100vw - 375px) / 1545, 149.5px);
  background: url("../images/sicoal-popup-header-bg.jpg") no-repeat center/cover;
}
.social-value-popup .popup-container {
  color: #fff;
  background: linear-gradient(300deg, #45525D, #638042 45%, #EDC42C 95%);
  padding-bottom: 50px;
  height: 751px;
  width: 79.6875%;
  max-width: 1490px;
}
.social-value-popup .popup-content {
  padding: 35px min(10px + 58 * (100vw - 375px) / 1545, 68px) 0 min(20px + 107 * (100vw - 375px) / 1545, 127px);
  display: flex;
  justify-content: space-between;
  max-height: calc(100% - 149px);
  overflow-x: hidden;
  overflow-y: auto;
}
.social-value-popup .caption {
  width: 573px;
  flex-shrink: 0;
  max-width: 45%;
  padding-right: 20px;
}
.social-value-popup .caption .popup-title {
  font-size: min(30px + 40 * (100vw - 375px) / 1545, 70px);
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 600;
}
.social-value-popup .caption .popup-motto {
  font-size: min(22px + 10 * (100vw - 375px) / 1545, 32px);
  line-height: 1.5;
  font-weight: 400;
}
.social-value-popup .popup-text-content {
  width: 636px;
  max-width: 80%;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  padding-right: min(10px + 16 * (100vw - 375px) / 1545, 26px);
  font-weight: 300;
  line-height: 1.7;
  max-height: 100%;
  margin-top: min(0px + 15 * (100vw - 375px) / 1545, 15px);
}
.social-value-popup .popup-text-content p {
  margin-bottom: min(15px + 20 * (100vw - 375px) / 1545, 35px);
}

.join-tem-popup {
  display: none;
  padding-top: min(120px + 61 * (100vw - 375px) / 1545, 181px);
  padding-top: min(120px + 61 * (100vw - 375px) / 1545, 181px);
}
.join-tem-popup .popup-container {
  position: relative;
  font-weight: 300;
  width: 90%;
  max-width: 1490px;
  height: 100%;
  max-height: 747px;
}
.join-tem-popup .popup-container .popup-container-wr {
  display: flex;
  flex-direction: row-reverse;
  padding: 80px min(70px + 21 * (100vw - 375px) / 1545, 91px) 20px min(20px + 71 * (100vw - 375px) / 1545, 91px);
  background: #F7F7F7;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.join-tem-popup .popup-container::before {
  content: "";
  display: block;
  position: absolute;
  left: max(-10px + -20 * (100vw - 375px) / 1545, -30px);
  top: min(10px + 20 * (100vw - 375px) / 1545, 30px);
  background: #000;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #6B79E5, #C3EAE9);
  z-index: 0;
}
.join-tem-popup .close-popup-desc {
  display: inline-flex;
}
.join-tem-popup .close-popup-mobile {
  display: none;
}
.join-tem-popup .popup-title {
  font-size: min(35px + 35 * (100vw - 375px) / 1545, 70px);
  line-height: normal;
  margin-bottom: 24px;
}
.join-tem-popup .popup-title em {
  font-style: normal;
  background: var(--pink);
  color: #fff;
  padding: 0 15px 0 10px;
}
.join-tem-popup .popup-thumbnail {
  width: 300px;
  max-width: 100%;
  right: 0;
  top: 0;
  flex-shrink: 0;
  margin-right: -146px;
  margin-top: -190px;
  position: relative;
  align-self: flex-start;
  padding-left: 10px;
  max-width: 25%;
  min-width: 270px;
}
.join-tem-popup .popup-thumbnail .thumbnail-content {
  padding-right: min(0px + 64 * (100vw - 375px) / 1545, 64px);
}
.join-tem-popup .popup-thumbnail .popup-thumbnail-wr {
  margin-bottom: min(10px + 15 * (100vw - 375px) / 1545, 25px);
}
.join-tem-popup .popup-thumbnail .close-popup-btn {
  position: relative;
  bottom: auto;
  top: auto;
  right: auto;
  left: 0;
}
.join-tem-popup .popup-content {
  max-height: 100%;
  overflow-y: auto;
}
.join-tem-popup .popup-column-wr {
  column-count: 1;
  column-gap: min(15px + 21.9 * (100vw - 375px) / 1545, 36.9px);
  line-height: 183%;
  padding-right: min(10px + 37 * (100vw - 375px) / 1545, 47px);
  margin-bottom: 21px;
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
}
.join-tem-popup .teammate-role {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  margin-bottom: min(10px + 8 * (100vw - 375px) / 1545, 18px);
}
.join-tem-popup .teammate-name {
  font-size: min(22px + 10 * (100vw - 375px) / 1545, 32px);
  margin-bottom: min(10px + 9 * (100vw - 375px) / 1545, 19px);
}
.join-tem-popup .teammate-social-btn {
  display: flex;
}
.join-tem-popup .teammate-social-btn a {
  margin-right: min(5px + 5 * (100vw - 375px) / 1545, 10px);
}
.join-tem-popup .get__soc {
  margin: 0;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.join-tem-popup .get__soc-link {
  width: 25.44px;
  height: 25.44px;
  margin-right: 10px;
}
.join-tem-popup .get__soc-link i {
  font-size: 15px;
}
.join-tem-popup .get__soc-link:last-of-type {
  margin-right: 0;
}
.join-tem-popup .btn {
  min-width: min(150px + 55 * (100vw - 375px) / 1545, 205px);
}

.path-popup {
  display: flex;
  display: none;
}
.path-popup .popup-header {
  background: url("../images/path-popup-top-bg.jpg") no-repeat center/cover;
}
.path-popup .popup-header .popup-title em {
  background: var(--gold);
}
.path-popup .popup-title em {
  background: var(--pink);
}
.path-popup .popup-border-bottom {
  background: var(--purple);
}
.path-popup .popup-bg-box {
  padding: 26px min(20px + 22 * (100vw - 375px) / 1545, 42px) min(20px + 25 * (100vw - 375px) / 1545, 45px);
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: visible;
}
.path-popup .popup-bg-box .popup-title {
  font-size: min(35px + 19 * (100vw - 375px) / 1545, 54px);
}
.path-popup .popup-content {
  padding-bottom: min(20px + 31 * (100vw - 375px) / 1545, 51px);
}
.path-popup .popup-content .content-wr {
  height: 50vh;
}

.career-progress-list {
  display: flex;
  margin-top: -67px;
  padding-left: min(0px + 8 * (100vw - 375px) / 1545, 8px);
}

.career-box {
  position: relative;
  width: 182px;
  margin-right: 23px;
  align-self: flex-start;
  flex-shrink: 0;
}
.career-box::before {
  content: "";
  display: block;
  width: calc(100% - 7px);
  height: calc(100% - 4px);
  position: absolute;
  left: -12px;
  bottom: -12px;
  z-index: 0;
  background: linear-gradient(to top, #694AA4, #C84387);
}
.career-box-content {
  background: var(--light-gray);
  position: relative;
  z-index: 1;
  padding: 34px 15px 15px;
  font-size: min(16px + 8 * (100vw - 375px) / 1545, 24px);
  font-weight: 600;
  line-height: 116.66%;
  min-height: 108px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.career-box::after {
  content: url("../images/profress-arrow.png");
  display: block;
  position: absolute;
  left: 100%;
  bottom: 0;
  transform: translate(-6%, 51%);
}
.career-box:last-of-type::after {
  display: none;
}

.sol__item .popup-content {
  display: none;
}

.solutions-popup {
  overflow-y: auto;
}
.solutions-popup .popup-container {
  width: 79.0625%;
  max-width: 1478px;
  margin-left: 16px;
}
.solutions-popup .popup-container-body {
  padding: 0;
  position: relative;
  background: none;
}
.solutions-popup .popup-container-body::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: max(-12px + -12 * (100vw - 375px) / 1545, -24px);
  bottom: max(-12px + -12 * (100vw - 375px) / 1545, -24px);
  background: linear-gradient(to bottom, #6B79E5, #C3EAE9);
  z-index: 0;
}
.solutions-popup .popup-container-wr {
  padding: min(30px + 25 * (100vw - 375px) / 1545, 55px) min(15px + 39 * (100vw - 375px) / 1545, 54px) min(30px + 24 * (100vw - 375px) / 1545, 54px);
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  background: var(--light-gray);
}
.solutions-popup .popup-caption {
  flex-shrink: 0;
  width: 589px;
  max-width: 35%;
  padding-right: 20px;
  padding-top: 18px;
}
.solutions-popup .popup-caption .popup-title {
  font-size: min(35px + 35 * (100vw - 375px) / 1545, 70px);
  margin-bottom: min(15px + 22 * (100vw - 375px) / 1545, 37px);
  line-height: normal;
  font-weight: 500;
}
.solutions-popup .popup-caption .popup-title em, .solutions-popup .popup-caption .popup-title span {
  background: var(--pink);
  color: #fff;
  font-style: normal;
  padding: 0 min(10px + 17 * (100vw - 375px) / 1545, 27px) 0 10px;
}
.solutions-popup .popup-caption .solutions-popup-motto {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: 150%;
  font-weight: 400;
  margin-bottom: min(20px + 24 * (100vw - 375px) / 1545, 44px);
}
.solutions-popup .popup-caption .btn {
  min-width: min(180px + 55 * (100vw - 375px) / 1545, 235px);
}
.solutions-popup .popup-content {
  flex-grow: 1;
  max-width: 708px;
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: 185%;
  font-weight: 300;
}

.popup-info.hide {
  display: none;
}

.job-search-page .bottom-interior {
  min-height: min(260px + 176 * (100vw - 375px) / 1545, 436px);
  position: relative;
  z-index: 1;
  overflow: visible;
}
.job-search-page .bottom-interior .underlay-bg {
  z-index: 1;
}
.job-search-page .bottom-interior .underlay {
  width: 29.2708333333%;
  max-width: 562px;
  left: -50px;
  top: 100%;
  position: absolute;
  transform: translateY(-20%);
}
.job-search-page .bottom-interior .underlay:nth-of-type(2) {
  left: auto;
  right: 100px;
  transform: translate(51%, -29%);
}
.job-search-page .bottom-interior .underlay:nth-of-type(2) img {
  transform: rotate(123deg);
}

.underlay-l {
  position: absolute;
  top: 193px;
  right: -73px;
  transform: rotate(45deg);
  z-index: -4;
}

.underlay-r {
  position: absolute;
  top: min(100px + 243 * (100vw - 375px) / 1545, 343px);
  z-index: -5;
  left: min(-200px + 67 * (100vw - 375px) / 1545, -133px);
}

.underlay {
  position: absolute;
}

.search-form-section {
  padding-bottom: min(35px + 29 * (100vw - 375px) / 1545, 64px);
}

.search-form {
  width: 87%;
  max-width: 1227px;
  margin: 0 auto;
  background: #fff;
  padding: min(30px + 49 * (100vw - 375px) / 1545, 79px) min(20px + 63 * (100vw - 375px) / 1545, 83px) min(35px + 81 * (100vw - 375px) / 1545, 116px);
  text-align: center;
  box-shadow: 0 45px 150px 0 rgba(0, 0, 0, 0.16);
  margin-top: max(-100px + -200 * (100vw - 375px) / 1545, -300px);
  position: relative;
  z-index: 2;
}
.search-form .field-group {
  width: 100%;
  border-bottom: 1px solid var(--color-main);
}
.search-form .fieldset {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: min(15px + 13 * (100vw - 375px) / 1545, 28px);
}
.search-form .fieldset .field-group {
  margin-bottom: 30px;
}
.search-form input {
  border-radius: 0;
  border: none;
  text-align: left;
  font-size: min(18px + 2 * (100vw - 375px) / 1545, 20px);
  font-weight: 300;
  width: 100%;
}
.search-form input::placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  opacity: 0.7;
  color: inherit;
}
.search-form .field-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: min(15px + 21 * (100vw - 375px) / 1545, 36px);
  padding-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
}
.search-form .field-group > div {
  margin-bottom: 8.8px;
}
.search-form .field-group select {
  font-size: 0;
  width: 0;
  height: 0;
  border: none;
  outline: none;
  visibility: hidden;
}
.search-form .field-group div {
  display: block;
  text-align: left;
}
.search-form .field-group #search-form-submit {
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
.search-form .field-group label {
  opacity: 0.7;
  text-align: left;
}
.search-form .field-group label input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  margin-right: 6px;
  transform: translateY(3px);
  background: #fff;
  outline: none;
}
.search-form .field-group label input[type=checkbox]::before, .search-form .field-group label input[type=checkbox]::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid var(--color-main);
}
.search-form .field-group label input[type=checkbox]::after {
  width: 45%;
  height: 45%;
  border: none;
}
.search-form .field-group label input[type=checkbox]:checked::after {
  background: var(--color-main);
}
.search-form .btn-wr {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.search-form .btn {
  min-width: min(180px + 20 * (100vw - 375px) / 1545, 200px);
  margin: 0 0 0 auto;
}
.search-form .btn-input {
  width: auto;
}

.ui-selectmenu-button {
  opacity: 0.7;
  width: 100% !important;
  padding: 0;
}
.ui-selectmenu-button.ui-selectmenu-button-open .ui-selectmenu-icon {
  transform: rotate(180deg);
}

.ui-selectmenu-icon {
  background: url("../images/dropdown-arrow.png") no-repeat center/contain;
  width: 17px;
  height: 100%;
  margin-right: 3px;
  margin-top: 6px !important;
}

.ui-menu {
  background: #fff;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0;
  position: absolute;
  left: -4px;
}
.ui-menu .ui-menu-item {
  opacity: 0.7;
  font-weight: 300;
  font-size: min(15px + 5 * (100vw - 375px) / 1545, 20px);
}
.ui-menu .ui-state-active {
  background: #bee8ff;
  margin: 0;
}
.ui-menu .ui-menu-item-wrapper {
  padding-left: 5px;
}

.ui-state-disabled {
  display: none !important;
}

.search-form-title {
  font-size: min(50px + 50 * (100vw - 375px) / 1545, 100px);
  line-height: normal;
  margin-bottom: min(25px + 51 * (100vw - 375px) / 1545, 76px);
  font-size: min(40px + 60 * (100vw - 375px) / 1545, 100px);
}
.search-form-title em {
  font-style: normal;
  color: #fff;
  background: var(--g-pink);
  padding: 0 5px;
}

.search-results-section {
  padding: min(50px + 50 * (100vw - 375px) / 1545, 100px) 0;
}

.job-card-list {
  padding-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: min(27px + 20 * (100vw - 375px) / 1545, 47px);
  grid-row-gap: min(35px + 17 * (100vw - 375px) / 1545, 52px);
  padding-bottom: min(35px + 106 * (100vw - 375px) / 1545, 141px);
  max-width: 1561px;
  margin: 0 auto;
}

.job-card {
  display: flex;
  flex-direction: column;
  background: #F7F7F7;
  position: relative;
  width: 100%;
  max-width: 475px;
  margin: 0 auto;
  padding: min(24px + 10 * (100vw - 375px) / 1545, 34px) min(15px + 51 * (100vw - 375px) / 1545, 66px);
  transition: background 0.2s;
}
.job-card:hover {
  background: #fff;
}
.job-card:hover .card-label, .job-card:hover::before {
  background: var(--light-custom) !important;
}
.job-card.card-blue .card-label, .job-card.card-blue::before {
  background: var(--blue);
}
.job-card.card-pink .card-label, .job-card.card-pink::before {
  background: var(--pink);
}
.job-card.card-gold .card-label, .job-card.card-gold::before {
  background: var(--gold);
}
.job-card::before {
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: 12px;
  width: 100%;
  height: 100%;
  background: var(--light-custom);
  z-index: -1;
}
.job-card .card-title {
  line-height: 1.5;
  font-size: min(22px + 10 * (100vw - 375px) / 1545, 32px);
  margin-bottom: 15px;
  font-weight: 400;
}
.job-card ul {
  margin-bottom: 25px;
  flex-grow: 1;
}
.job-card ul li {
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  line-height: 2;
  font-weight: 300;
}
.job-card .btn {
  min-width: 180px;
}

.card-label {
  align-self: flex-start;
  padding: 10px min(30px + 20 * (100vw - 375px) / 1545, 50px);
  border-radius: min(20px + 10 * (100vw - 375px) / 1545, 30px);
  background: var(--light-custom);
  color: #fff;
  margin-bottom: 20px;
  font-size: min(16px + 4 * (100vw - 375px) / 1545, 20px);
  text-align: center;
  display: inline-block;
  font-weight: 400;
}

.job-list-pagination-nums {
  width: 100%;
  display: flex;
  justify-content: center;
}
.job-list-pagination-nums li {
  margin: 5px;
  width: min(30px + 32 * (100vw - 375px) / 1545, 62px);
  cursor: pointer;
  color: rgb(143, 143, 143);
}
.job-list-pagination-nums li.current-page {
  color: rgb(12, 11, 60);
}
.job-list-pagination-nums li:hover {
  color: rgb(12, 11, 60);
}
.job-list-pagination-nums li a {
  display: block;
  transition: color 0.3s;
}

.job-list-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}
.job-list-pagination li {
  margin: 5px;
  background: #000;
  background: rgba(12, 11, 60, 0.25);
  width: min(30px + 32 * (100vw - 375px) / 1545, 62px);
  height: 4px;
  cursor: pointer;
}
.job-list-pagination li.current-page {
  background: rgb(12, 11, 60);
}
.job-list-pagination li a {
  display: block;
  width: 100%;
  height: 100%;
}

.job-filters {
  display: flex;
  justify-content: flex-end;
  max-width: 1614px;
  padding-bottom: 14px;
}
.job-filters select {
  visibility: hidden;
}
.job-filters .ui-selectmenu-button {
  width: unset !important;
  font-size: min(16px + 3 * (100vw - 375px) / 1545, 19px);
  font-weight: 400;
}
.job-filters .ui-selectmenu-icon.ui-icon {
  margin: 0 !important;
  margin-left: 10px !important;
}

.bottom-soc__title span {
  background-color: #F0C61B;
  color: var(--color-main);
}

.soc-descr {
  margin-top: min(70px + 41 * (100vw - 375px) / 1545, 111px);
  margin-bottom: min(30px + 20 * (100vw - 375px) / 1545, 50px);
  position: relative;
}
.soc-descr__bg-r {
  position: absolute;
  max-width: min(300px + 336.64 * (100vw - 375px) / 1545, 636.64px);
  width: 100%;
  min-height: min(240px + 300 * (100vw - 375px) / 1545, 540px);
  top: max(-300px + -151 * (100vw - 375px) / 1545, -451px);
  right: max(-180px + -87 * (100vw - 375px) / 1545, -267px);
  transform: rotate(78deg);
  z-index: -3;
}
.soc-descr__bg-l {
  max-width: min(300px + 337 * (100vw - 375px) / 1545, 637px);
  height: min(200px + 380 * (100vw - 375px) / 1545, 580px);
  width: 100%;
  position: absolute;
  top: min(-300px + 260 * (100vw - 375px) / 1545, -40px);
  left: min(-550px + 200 * (100vw - 375px) / 1545, -350px);
  transform: rotate(74deg);
  z-index: -2;
}
.soc-descr__inner {
  display: flex;
  max-width: 1284px;
  margin: 0 auto;
}
.soc-descr__l {
  max-width: 618px;
  width: 100%;
  margin-right: 44px;
}
.soc-descr__l h4 {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
  margin-top: min(20px + 21 * (100vw - 375px) / 1545, 41px);
}
.soc-descr__l ul {
  margin-top: min(10px + 4 * (100vw - 375px) / 1545, 14px);
}
.soc-descr__l li {
  padding-left: 24px;
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 18 * (100vw - 375px) / 1545, 48px);
  position: relative;
  font-weight: 200;
}
.soc-descr__l li:before {
  content: "";
  position: absolute;
  left: 4px;
  top: min(12px + 9 * (100vw - 375px) / 1545, 21px);
  width: 7px;
  height: 7px;
  background-image: url("../images/social-value/mesh.svg");
}
.soc-descr__l p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 18 * (100vw - 375px) / 1545, 48px);
  font-weight: 300;
  margin-top: 14px;
  margin-left: 5px;
}
.soc-descr__title span {
  background-color: #45525D;
  color: #FFFFFF;
}
.soc-descr__r {
  max-width: 661px;
  width: 100%;
  margin-top: 21px;
}
.soc-descr__r-title {
  font-size: min(24px + 8 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
  margin-bottom: 19px;
}
.soc-descr__r-title span {
  background-color: #F0C61B;
}
.soc-descr__box {
  margin-bottom: 42px;
}
.soc-descr__box:last-child {
  margin-bottom: 0;
}
.soc-descr__box p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 18 * (100vw - 375px) / 1545, 48px);
  margin-top: 9px;
  font-weight: 200;
}

.com {
  position: relative;
  padding-top: min(70px + 158 * (100vw - 375px) / 1545, 228px);
  margin-bottom: min(90px + 74 * (100vw - 375px) / 1545, 164px);
}
.com__bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100vw;
  object-fit: cover;
  height: min(400px + 162 * (100vw - 375px) / 1545, 562px);
}
.com__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1480px;
  margin: 0 auto;
}
.com__slider-inner {
  background-color: #fff;
  position: relative;
  max-width: 633px;
  width: 100%;
  margin-right: 50px;
}
.com__slider-bg {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -20px;
  bottom: -20px;
  background: linear-gradient(#f0c61b 0%, #628141 43.23%, #475660 100%);
  z-index: -1;
}
.com__slider {
  max-width: 633px;
  padding: min(20px + 20 * (100vw - 375px) / 1545, 40px) min(20px + 27 * (100vw - 375px) / 1545, 47px) min(50px + 35 * (100vw - 375px) / 1545, 85px);
}
.com__slide {
  background-color: #fff;
  min-height: min(150px + 130 * (100vw - 375px) / 1545, 280px);
}
.com__slide_box li,
.com__slide_box p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  padding-left: 18px;
  position: relative;
}
.com__slide_box li:before,
.com__slide_box p:before {
  content: "";
  position: absolute;
  left: 6px;
  top: min(13px + 8 * (100vw - 375px) / 1545, 21px);
  width: 7px;
  height: 7px;
  background-image: url("../images/social-value/mesh.svg");
}
.com__slide-title {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
  margin-bottom: 7px;
}
.com__slide-title span {
  background-color: #3F4E53;
  color: #FFFFFF;
}
.com .swiper-horizontal > .swiper-pagination-bullets, .com .swiper-pagination-bullets.swiper-pagination-horizontal, .com .swiper-pagination-custom, .com .swiper-pagination-fraction {
  bottom: 35px;
  left: min(30px + 19 * (100vw - 375px) / 1545, 49px);
}
.com .swiper-pagination-bullet {
  width: min(25px + 38 * (100vw - 375px) / 1545, 63px);
  height: min(3px + 2 * (100vw - 375px) / 1545, 5px);
  border-radius: 1px;
  transition: all 0.3s;
}
.com .swiper-pagination-bullet-active {
  background-color: #0C0B3C;
}
.com__pagination {
  display: flex;
  align-items: flex-start;
}

.awar {
  margin-bottom: min(70px + 82 * (100vw - 375px) / 1545, 152px);
  position: relative;
}
.awar.awar-vs-acc-section {
  margin-bottom: min(60px + 60 * (100vw - 375px) / 1545, 120px);
}
.awar.awar-vs-acc-section .acc-section {
  padding-top: min(50px + 70 * (100vw - 375px) / 1545, 120px);
}
@media (max-width: 768px) {
  .awar.awar-vs-acc-section {
    margin-bottom: 0;
  }
}
.awar__decor {
  position: absolute;
  bottom: max(-290px + -141 * (100vw - 375px) / 1545, -431px);
  right: min(-30px + 64 * (100vw - 375px) / 1545, 34px);
  transform: rotate(268deg);
  z-index: -1;
  width: min(300px + 200 * (100vw - 375px) / 1545, 500px);
}
.awar__inner {
  display: flex;
  align-items: flex-start;
  max-width: 1564px;
  margin: 0 auto;
}
.awar__pic {
  max-width: 678px;
  width: 100%;
  margin-right: 53px;
  position: relative;
}
.awar__pic-box {
  margin-top: 120px;
  width: min(220px + 245 * (100vw - 375px) / 1545, 465px);
  height: min(220px + 245 * (100vw - 375px) / 1545, 465px);
  position: relative;
}
.awar__pic-box:before {
  content: "";
  position: absolute;
  width: 63%;
  height: 60%;
  background: linear-gradient(to right bottom, #f0c61b 0%, #628141 43.23%, #475660 100%);
  right: -214px;
  top: -96px;
  mix-blend-mode: overlay;
  z-index: 1;
}
.awar__pic-box:after {
  content: "";
  position: absolute;
  width: 63%;
  height: 60%;
  background: linear-gradient(to right bottom, #f0c61b 0%, #628141 43.23%, #475660 100%);
  right: -214px;
  top: -96px;
  mix-blend-mode: unset;
  z-index: -1;
}
.awar__pic1 {
  width: min(220px + 245 * (100vw - 375px) / 1545, 465px);
  height: min(220px + 245 * (100vw - 375px) / 1545, 465px);
  z-index: 0;
}
.awar__pic2 {
  width: min(65px + 40 * (100vw - 375px) / 1545, 105px);
  height: min(109px + 60 * (100vw - 375px) / 1545, 169px);
  bottom: 46px;
  right: 44px;
  position: absolute;
}
.awar__slider-inner {
  position: relative;
  max-width: 801px;
}
.awar__slider {
  max-width: min(200px + 601 * (100vw - 375px) / 1545, 801px);
  width: 100%;
  margin-left: 20px;
  z-index: 5;
}
.awar__slide {
  padding: 0 32px;
}
.awar__slide h4 {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
  margin-top: min(7px + 6 * (100vw - 375px) / 1545, 13px);
}
.awar__slide p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  margin-top: 7px;
  font-weight: 200;
  max-height: 264px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-clamp: 6;
  box-orient: vertical;
}
.awar__slide-btn {
  max-width: 206px;
  width: 100%;
  margin-top: 21px;
}
.awar .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .awar .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin-bottom: 5px;
}
.awar .swiper-horizontal > .swiper-pagination-bullets, .awar .swiper-pagination-bullets.swiper-pagination-horizontal, .awar .swiper-pagination-custom, .awar .swiper-pagination-fraction {
  left: max(0px + -4 * (100vw - 375px) / 1545, -4px);
  z-index: 0;
}
.awar .swiper-pagination-bullet {
  height: min(25px + 38 * (100vw - 375px) / 1545, 63px);
  width: min(3px + 2 * (100vw - 375px) / 1545, 5px);
  border-radius: 1px;
  transition: all 0.3s;
  margin-bottom: 5px;
}
.awar .swiper-pagination-bullet-active {
  background-color: #0C0B3C;
}
.awar__pagination {
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: 0px;
  bottom: 0px;
}

.ahead {
  margin-top: min(60px + 55 * (100vw - 375px) / 1545, 115px);
  margin-bottom: min(50px + 62 * (100vw - 375px) / 1545, 112px);
  position: relative;
}
.ahead__dec1 {
  position: absolute;
  width: 570px;
  max-width: 30%;
  right: 0;
  top: 0;
  z-index: -2;
  transform: rotate(68deg) translate(-73%, -77%);
}
.ahead__dec2 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 593px;
  max-width: 31%;
  transform: rotate(38deg) translate(-43%, 17%);
}
.ahead__inner {
  max-width: 1232px;
  margin: 0 auto;
}
.ahead__inner p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
}
.ahead__box {
  display: flex;
  margin-bottom: 12px;
}
.ahead__title {
  margin-bottom: 18px;
}
.ahead__title span {
  background-color: var(--g-pink);
  color: #fff;
}
.ahead__descr {
  max-width: 610px;
  width: 100%;
  margin-right: 159px;
}
.ahead__descr p {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
}
.ahead__box {
  margin-bottom: 12px;
}
.ahead__pict {
  position: relative;
  max-width: 400px;
  width: 100%;
}
.ahead__pict-box1 {
  margin-top: 125px;
  position: relative;
  max-width: min(120px + 90 * (100vw - 375px) / 1545, 210px);
  width: 100%;
  height: min(120px + 90 * (100vw - 375px) / 1545, 210px);
  z-index: 1;
}
.ahead__pict-box1:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -60px;
  bottom: -27px;
  background: linear-gradient(#a4f0ef 0%, #6c7ae7 100%);
  mix-blend-mode: overlay;
  z-index: 1;
}
.ahead__pict-box1:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -60px;
  bottom: -27px;
  background: linear-gradient(#a4f0ef 0%, #6c7ae7 100%);
  mix-blend-mode: darken;
  z-index: -1;
}
.ahead__pict-box2 {
  position: absolute;
  max-width: min(140px + 115 * (100vw - 375px) / 1545, 255px);
  width: 100%;
  height: min(140px + 115 * (100vw - 375px) / 1545, 255px);
  top: -56px;
  right: max(300px + -290 * (100vw - 375px) / 1545, 10px);
}
.ahead__pict-box2:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(#d6b41f 0%, #d64b85 100%);
  mix-blend-mode: overlay;
  z-index: 2;
}
.ahead__pict-box2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  bottom: 0px;
  background: linear-gradient(#d6b41f 0%, #d64b85 100%);
  mix-blend-mode: inherit;
  z-index: -1;
}
.ahead__pict-box3 {
  position: absolute;
  max-width: min(125px + 167 * (100vw - 375px) / 1545, 292px);
  width: 100%;
  height: min(127px + 167 * (100vw - 375px) / 1545, 294px);
  right: max(200px + -439 * (100vw - 375px) / 1545, -239px);
  bottom: 75px;
}
.ahead__pict-box3:before {
  content: "";
  position: absolute;
  width: 93%;
  height: 93%;
  left: -35px;
  bottom: -33px;
  background: linear-gradient(#8952c7 0%, #d63386 100%);
  mix-blend-mode: overlay;
  z-index: 1;
}
.ahead__pict-box3:after {
  content: "";
  position: absolute;
  width: 93%;
  height: 93%;
  left: -35px;
  bottom: -33px;
  background: linear-gradient(#8952c7 0%, #d63386 100%);
  mix-blend-mode: inherit;
  z-index: -1;
}
.ahead__pict-img1 {
  width: min(100px + 97 * (100vw - 375px) / 1545, 197px);
  height: min(100px + 96 * (100vw - 375px) / 1545, 196px);
  z-index: 0;
}
.ahead__pict-img2 {
  width: min(112px + 91 * (100vw - 375px) / 1545, 203px);
  height: min(115px + 91 * (100vw - 375px) / 1545, 206px);
  z-index: 0;
  filter: grayscale(1);
}
.ahead__pict-img3 {
  width: min(125px + 167 * (100vw - 375px) / 1545, 292px);
  height: min(127px + 167 * (100vw - 375px) / 1545, 294px);
  z-index: 0;
}
.ahead__text {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
}
.ahead__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1623px;
  margin: min(50px + 24 * (100vw - 375px) / 1545, 74px) auto 0px;
}
.ahead__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 213px;
  width: 100%;
  margin-top: 20px;
}
.ahead__item:last-child {
  margin-right: 0;
}
.ahead__item p {
  text-align: center;
  font-size: min(21px + 7 * (100vw - 375px) / 1545, 28px);
  line-height: min(33px + 15 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
}
.ahead__item-box {
  background-image: url("../images/join-avanti/item-bg.jpg");
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 130px;
  width: 100%;
  min-height: 130px;
  margin-bottom: min(10px + 10 * (100vw - 375px) / 1545, 20px);
}
.ahead__item-text {
  text-align: center;
  font-size: min(21px + 7 * (100vw - 375px) / 1545, 28px);
  line-height: min(33px + 15 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
}

.story__title {
  text-transform: capitalize;
  margin-left: 131px;
}
.story__title span {
  background-color: var(--g-pink);
  color: #fff;
}
.story__slider {
  margin-top: min(50px + 61 * (100vw - 375px) / 1545, 111px);
  padding-bottom: min(35px + 51 * (100vw - 375px) / 1545, 86px);
}
.story__slider.swiper {
  overflow: visible;
}
.story__slide {
  position: relative;
  max-width: min(375px + 433 * (100vw - 375px) / 1545, 808px);
  width: 100%;
  min-height: min(250px + 294 * (100vw - 375px) / 1545, 544px);
  background-color: #F7F7F7;
  padding: min(20px + 32 * (100vw - 375px) / 1545, 52px) min(17px + 23 * (100vw - 375px) / 1545, 40px);
  margin: 0px min(10px + 60 * (100vw - 375px) / 1545, 70px);
}
.story__slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F7F7F7;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.story__slide-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -20px;
  bottom: -20px;
  background: linear-gradient(#6b79e5 0%, #c3eae9 100%);
  z-index: -2;
}
.story__slide-inner {
  display: flex;
  justify-content: space-between;
}
.story__pagination {
  margin-top: min(20px + 30 * (100vw - 375px) / 1545, 50px);
  position: relative;
  bottom: 0 !important;
}
.story .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: min(50px + 12 * (100vw - 375px) / 1545, 62px);
  height: 4px;
  border-radius: 0px;
}
.story .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color-main);
}
.story__descr {
  max-width: 539px;
  width: 100%;
  margin-right: 50px;
}
.story__descr .short-description {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  font-weight: 200;
}
.story__descr h5 {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(25px + 4 * (100vw - 375px) / 1545, 29px);
  font-weight: 600;
  margin-bottom: 22px;
}
.story__btn {
  margin-top: 25px;
}
.story__cont {
  position: relative;
  max-width: 155px;
  width: 100%;
}
.story__cont-box {
  margin-top: 147px;
}
.story__cont-box p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(28px + 12 * (100vw - 375px) / 1545, 40px);
  font-weight: 300;
}
.story__cont-box h6 {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(32px + 12 * (100vw - 375px) / 1545, 44px);
  font-weight: 400;
}
.story__cont-img {
  min-width: min(150px + 77 * (100vw - 375px) / 1545, 227px);
  height: min(152px + 77 * (100vw - 375px) / 1545, 229px);
  object-fit: cover;
  position: absolute;
  top: max(0px + -100 * (100vw - 375px) / 1545, -100px);
}
.story__soc {
  display: flex;
  max-width: 97px;
  width: 100%;
  margin-top: 8px;
}
.story__soc-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/soc-gradient.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 10px;
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  transition: all 0.3s;
  margin-right: min(10px + 5 * (100vw - 375px) / 1545, 15px);
}
.story__soc-link:hover {
  color: var(--g-blue);
}

.type {
  position: relative;
}
.type__bg {
  position: absolute;
  width: 100vw;
  height: max(600px + -161 * (100vw - 375px) / 1545, 439px);
  object-fit: cover;
}
.type__items {
  padding-top: min(50px + 73 * (100vw - 375px) / 1545, 123px);
  display: flex;
  justify-content: space-between;
  max-width: 1673px;
  margin: 0 auto;
}
.type__item {
  display: flex;
  flex-direction: column;
  max-width: min(335px + 165 * (100vw - 375px) / 1545, 500px);
  min-height: min(300px + 294 * (100vw - 375px) / 1545, 594px);
  height: auto;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 15px 0px rgba(34, 60, 80, 0.15);
  position: relative;
  margin-right: 20px;
}
.type__item:last-child {
  margin-right: 0;
}
.type__item::after {
  content: "";
  position: absolute;
  height: min(15px + 5 * (100vw - 375px) / 1545, 20px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
.type__item::before {
  content: "";
  position: absolute;
  height: min(15px + 5 * (100vw - 375px) / 1545, 20px);
  width: 100%;
  background-image: url("../images/type-after.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.type__item-red:after {
  background: #D64F82;
}
.type__item-blue:after {
  background: #7180e6;
}
.type__item-perp:after {
  background: #6C49A3;
}
.type__blue-title {
  font-size: min(30px + 33 * (100vw - 375px) / 1545, 63px);
  line-height: min(40px + 36 * (100vw - 375px) / 1545, 76px);
  z-index: 2;
}
.type__blue-title span {
  background-color: #051889;
  color: #fff;
  line-height: 1.3;
}
.type__red-title {
  font-size: min(30px + 33 * (100vw - 375px) / 1545, 63px);
  line-height: min(40px + 36 * (100vw - 375px) / 1545, 76px);
  z-index: 2;
}
.type__red-title span {
  background-color: #8c51b6;
  color: #fff;
  line-height: 1.3;
}
.type__perp-title {
  font-size: min(30px + 33 * (100vw - 375px) / 1545, 63px);
  line-height: min(40px + 36 * (100vw - 375px) / 1545, 76px);
  z-index: 2;
}
.type__perp-title span {
  background-color: #CAB559;
  color: #fff;
  line-height: 1.3;
}
.type__blue-head, .type__red-head, .type__perp-head {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 45px 50px;
  min-height: min(110px + 54 * (100vw - 375px) / 1545, 164px);
}
.type__blue-head::after, .type__red-head::after, .type__perp-head::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../images/type-top-befor.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.type__red-head {
  background: linear-gradient(#d6b41f 0%, #d64b85 100%);
}
.type__blue-head {
  background: linear-gradient(to top, #6b79e5 0%, #c3eae9 100%);
}
.type__perp-head {
  background: linear-gradient(#c84387 0%, #694aa4 100%);
}
.type__body-inner p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(28px + 20 * (100vw - 375px) / 1545, 48px);
  font-weight: 300;
  text-align: center;
}
.type__blue-body, .type__red-body, .type__perp-body {
  padding: 23px 45px 43px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  position: relative;
  height: 100%;
}
.type__blue-body::after, .type__red-body::after, .type__perp-body::after {
  content: "";
  position: absolute;
  height: min(15px + 5 * (100vw - 375px) / 1545, 20px);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0px;
  left: 0px;
}
.type__middle {
  flex-grow: 1;
}
.type__body-btn {
  margin-top: max(25px + -15 * (100vw - 375px) / 1545, 10px);
  max-width: 180px;
  width: 100% !important;
  padding: 0 min(10px + 5 * (100vw - 375px) / 1545, 15px);
}

.pri {
  margin-top: min(60px + 140 * (100vw - 375px) / 1545, 200px);
  margin-bottom: min(50px + 50 * (100vw - 375px) / 1545, 100px);
}
.pri__title {
  margin-bottom: min(20px + 45 * (100vw - 375px) / 1545, 65px);
  margin-left: min(0px + 142 * (100vw - 375px) / 1545, 142px);
}
.pri__title span {
  background-color: var(--g-pink);
  color: #fff;
}

.pri-slider .swiper {
  overflow: visible;
}
.pri-slider__wrapper {
  align-items: stretch;
}
.pri-slider__slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  background-color: #F7F7F7;
  max-width: min(290px + 119 * (100vw - 375px) / 1545, 409px);
  width: 100%;
  height: auto;
  margin: 0 min(20px + 40.5 * (100vw - 375px) / 1545, 60.5px);
  padding: min(15px + 15 * (100vw - 375px) / 1545, 30px) min(10px + 30 * (100vw - 375px) / 1545, 40px) min(10px + 5 * (100vw - 375px) / 1545, 15px);
}
.pri-slider__slide h5 {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(27px + 21 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
  margin-bottom: min(15px + 15 * (100vw - 375px) / 1545, 30px);
}
.pri-slider__slide p {
  font-size: min(18px + 2 * (100vw - 375px) / 1545, 20px);
  line-height: min(25px + 15 * (100vw - 375px) / 1545, 40px);
  font-weight: 200;
  min-height: min(120px + 35 * (100vw - 375px) / 1545, 155px);
  padding-right: 7px;
}
.pri-slider__slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -12px;
  bottom: -12px;
  background: linear-gradient(#d6b41f 0%, #d64b85 100%);
  z-index: -1;
}
.pri-slider__slide:after {
  content: "";
  position: absolute;
  background-color: #F7F7F7;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.pri-slider__pagination {
  margin-top: min(20px + 30 * (100vw - 375px) / 1545, 50px);
  position: relative;
  bottom: 0 !important;
}
.pri-slider .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
  width: min(50px + 12 * (100vw - 375px) / 1545, 62px);
  height: 4px;
  border-radius: 0px;
}
.pri-slider .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--color-main);
}

.grid-section {
  margin-bottom: min(90px + 129 * (100vw - 375px) / 1545, 219px);
  position: relative;
}
.grid-section:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 100%);
  bottom: -2px;
  left: 0;
}
.grid-section__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.grid-section .grid-top-wrap {
  display: grid;
  grid-template-columns: 52.4324324324% 21.2837837838% 21.2837837838%;
  grid-template-rows: 300px 170px 300px;
  grid-column-gap: 32px;
  grid-row-gap: 36px;
}
.grid-section .grid-bottom-wrap {
  margin-top: 36px;
  display: grid;
  grid-template-columns: 21.6216216216% 21.6216216216% 52.4324324324%;
  grid-column-gap: 32px;
  grid-row-gap: 36px;
}
.grid-section .element {
  height: 100%;
  background: var(--color-main);
}
.grid-section .element__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.grid-section .element__1 {
  grid-row: 1/3;
}
.grid-section .element__4 {
  grid-row: 3/4;
}
.grid-section .element__5 {
  grid-row: 2/4;
  grid-column: 2/4;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  padding: 0 min(15px + 111 * (100vw - 375px) / 1545, 126px);
}
.grid-section .element__5 h2 {
  color: #fff;
  text-align: center;
  font-size: min(25px + 45 * (100vw - 375px) / 1545, 70px);
  line-height: min(32px + 52 * (100vw - 375px) / 1545, 84px);
}
.grid-section .element__5-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.grid-section .element__5-soc {
  margin-top: 20px;
  max-width: min(120px + 104 * (100vw - 375px) / 1545, 224px);
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.grid-section .element__5-soc a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  max-width: min(30px + 27 * (100vw - 375px) / 1545, 57px);
  width: 100%;
  min-height: min(30px + 27 * (100vw - 375px) / 1545, 57px);
  height: 100%;
  font-size: min(21px + 9 * (100vw - 375px) / 1545, 30px);
  background-image: url("../images/soc-gradient.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: color 0.3s;
}
.grid-section .element__5-soc a:hover {
  color: var(--color-sec);
}

.sol {
  position: relative;
  margin-top: max(95px + -23 * (100vw - 375px) / 1545, 72px);
  margin-bottom: min(70px + 97 * (100vw - 375px) / 1545, 167px);
}
.sol__bg-l {
  width: 580px;
  max-width: 29%;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: -2;
  transform: rotate(187.8deg) translate(18%, 67%);
}
.sol__bg-r {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
  width: 580px;
  max-width: 30%;
  transform: rotate(70deg) translate(-73%, -41%);
}
.sol__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.sol__text-box {
  max-width: min(500px + 330 * (100vw - 375px) / 1545, 830px);
  margin: 0 auto;
}
.sol__text-box p {
  text-align: center;
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
}
.sol__items {
  margin-top: min(40px + 45 * (100vw - 375px) / 1545, 85px);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  grid-column-gap: 85px;
  grid-row-gap: 50px;
  justify-items: center;
}
.sol__item {
  position: relative;
  background-color: #F7F7F7;
  max-width: 697px;
  width: 100%;
  height: auto;
  padding: min(25px + 23 * (100vw - 375px) / 1545, 48px) min(20px + 33 * (100vw - 375px) / 1545, 53px) min(20px + 24 * (100vw - 375px) / 1545, 44px) min(25px + 30 * (100vw - 375px) / 1545, 55px);
}
.sol__item:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: -16px;
  bottom: -16px;
  background: linear-gradient(#6b79e5 0%, #c3eae9 100%);
  z-index: -1;
}
.sol__item p {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  font-weight: 400;
}
.sol__title {
  margin-bottom: min(20px + 15 * (100vw - 375px) / 1545, 35px);
}
.sol__title span {
  background-color: var(--g-pink);
  color: #fff;
}
.sol__btn {
  margin-top: min(20px + 17 * (100vw - 375px) / 1545, 37px);
  max-width: min(160px + 74 * (100vw - 375px) / 1545, 234px);
  width: 100%;
}
.sol.solution-page {
  margin-bottom: 50px;
}

.post {
  margin-top: min(60px + 36 * (100vw - 375px) / 1545, 96px);
  margin-bottom: min(30px + 83 * (100vw - 375px) / 1545, 113px);
}
.post__bg-r {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 479px;
  left: -302px;
  z-index: -2;
}
.post__bg-l {
  max-width: 500px;
  width: 100%;
  position: absolute;
  top: 140px;
  right: -150px;
  transform: rotate(45deg);
  z-index: -2;
}
.post__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.post__item {
  display: flex;
  margin-bottom: min(30px + 21 * (100vw - 375px) / 1545, 51px);
  background-color: #0c0b3c;
}
.post__img-box {
  max-width: 900px;
  width: 100%;
  transition: all 0.3s;
  overflow: hidden;
}
.post__img-box .post__img:hover {
  transform: scale(1.1);
}
.post__img {
  max-width: 900px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.post__descr {
  background-color: #0C0B3C;
  max-width: min(400px + 180 * (100vw - 375px) / 1545, 580px);
  width: 100%;
  padding: min(20px + 48 * (100vw - 375px) / 1545, 68px) min(20px + 59 * (100vw - 375px) / 1545, 79px) min(20px + 30 * (100vw - 375px) / 1545, 50px) min(20px + 56 * (100vw - 375px) / 1545, 76px);
}
.post__descr h3 {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(36px + 12 * (100vw - 375px) / 1545, 48px);
  color: #fff;
  margin-bottom: min(5px + 2 * (100vw - 375px) / 1545, 7px);
  font-weight: 400;
}
.post__descr p {
  font-size: min(18px + 3 * (100vw - 375px) / 1545, 21px);
  line-height: min(25px + 19 * (100vw - 375px) / 1545, 44px);
  color: #fff;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-clamp: 5;
  box-orient: vertical;
}
.post__date-box {
  display: flex;
}
.post__date-box p {
  font-size: min(18px + 2 * (100vw - 375px) / 1545, 20px);
  line-height: min(25px + 15 * (100vw - 375px) / 1545, 40px);
  color: #fff;
  font-weight: 200;
}
.post__date-box p:nth-child(2) {
  position: relative;
}
.post__date-box p:nth-child(2):before {
  content: "/";
  font-size: inherit;
}
.post__date-box p:nth-child(2):after {
  content: "/";
  font-size: inherit;
}
.post__btn {
  margin-top: min(10px + 5 * (100vw - 375px) / 1545, 15px);
  max-width: 180px;
  padding: 0 min(10px + 7 * (100vw - 375px) / 1545, 17px);
  width: 100%;
}
.post__cards {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  grid-column-gap: 80px;
  grid-row-gap: 90px;
  justify-items: center;
  margin-bottom: min(40px + 48 * (100vw - 375px) / 1545, 88px);
}

.art-bottom__wrap {
  padding: min(200px + 160 * (100vw - 375px) / 1545, 360px) 0 min(20px + 11 * (100vw - 375px) / 1545, 31px);
  display: flex;
}
.art-bottom__wrap p {
  color: #fff;
  font-size: min(18px + 14 * (100vw - 375px) / 1545, 32px);
  line-height: min(27px + 21 * (100vw - 375px) / 1545, 48px);
  font-weight: 600;
}
.art-bottom__date {
  margin-right: min(30px + 45 * (100vw - 375px) / 1545, 75px);
  margin-left: 150px;
  display: flex;
}
.art-bottom__date p {
  color: #fff;
  font-size: min(18px + 14 * (100vw - 375px) / 1545, 32px);
  line-height: min(27px + 21 * (100vw - 375px) / 1545, 48px);
  font-weight: 600;
}
.art-bottom__date p:nth-child(2) {
  position: relative;
}
.art-bottom__date p:nth-child(2):before {
  content: "/";
  font-size: inherit;
}
.art-bottom__date p:nth-child(2):after {
  content: "/";
  font-size: inherit;
}

.art {
  position: relative;
  margin-top: min(50px + 19 * (100vw - 375px) / 1545, 69px);
}
.art__bg {
  position: absolute;
  max-width: 944px;
  height: 899px;
  right: -378px;
  top: 425px;
  z-index: -2;
}
.art__inner {
  position: relative;
  max-width: 1480px;
  margin: 0 auto;
}
.art__inner h2 {
  font-size: min(36px + 34 * (100vw - 375px) / 1545, 70px);
  line-height: min(42px + 38 * (100vw - 375px) / 1545, 80px);
  color: var(--color-main);
  font-weight: 400;
  max-width: min(350px + 440 * (100vw - 375px) / 1545, 790px);
  margin-bottom: min(50px + 29 * (100vw - 375px) / 1545, 79px);
}
.art__photo {
  position: absolute;
  max-width: min(375px + 456 * (100vw - 375px) / 1545, 831px);
  width: 100%;
  object-fit: cover;
  top: max(-100px + -193 * (100vw - 375px) / 1545, -293px);
  right: max(250px + -470 * (100vw - 375px) / 1545, -220px);
}
.art__text-box {
  margin: min(50px + 50 * (100vw - 375px) / 1545, 100px) 0px min(50px + 70 * (100vw - 375px) / 1545, 120px);
  max-width: 1006px;
}
.art__text-box a {
  display: inline-block;
  transition: all 0.3s;
  text-decoration: underline;
  font-weight: 400;
}
.art__text-box a:hover {
  color: var(--g-pink);
}
.art__text-box p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  margin-bottom: min(25px + 20 * (100vw - 375px) / 1545, 45px) !important;
}
.art__text-box p span {
  font-size: 24px !important;
  line-height: 44px;
  font-family: var(--font-main) !important;
}
.art__text-box p:last-child {
  margin-bottom: 0;
}
.art__text-box p a {
  display: inline-block;
  transition: all 0.3s;
  text-decoration: underline;
  font-weight: 400;
}
.art__text-box p a:hover {
  color: var(--g-pink);
}
.art__text-box ol li, .art__text-box ul li {
  margin: 0 !important;
}
.art__text-box ol li span, .art__text-box ul li span {
  font-weight: 200;
  font-size: 24px !important;
  line-height: 44px;
  font-family: var(--font-main) !important;
}
.art__btn-back {
  max-width: 210px;
  padding: 0 min(10px + 7 * (100vw - 375px) / 1545, 17px);
  width: 100%;
}
.art__soc {
  margin-top: 37px;
}

.art-next {
  margin: min(50px + 104 * (100vw - 375px) / 1545, 154px) 0px min(30px + 77 * (100vw - 375px) / 1545, 107px);
}
.art-next__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  grid-column-gap: 80px;
  grid-row-gap: 90px;
  justify-items: center;
  max-width: 1480px;
  margin: 0 auto;
}

.detail-bottom {
  min-height: min(270px + 166.6 * (100vw - 375px) / 1545, 436.6px);
}

.det-info {
  margin-top: max(-80px + -85 * (100vw - 375px) / 1545, -165px);
  isolation: isolate;
}
.det-info__inner {
  display: flex;
  align-items: flex-start;
  max-width: 1480px;
  margin: 0 auto;
}
.det-info__descr {
  max-width: 1180px;
  width: 100%;
  background: linear-gradient(#a4f0ef 0%, #6c7ae7 100%);
  color: #fff;
  padding: min(50px + 43 * (100vw - 375px) / 1545, 93px) min(20px + 53 * (100vw - 375px) / 1545, 73px) min(45px + 8 * (100vw - 375px) / 1545, 53px);
  box-shadow: 4px 0px 35px 20px rgba(34, 60, 80, 0.2);
}
.det-info__descr h2 {
  font-size: min(30px + 40 * (100vw - 375px) / 1545, 70px);
  line-height: 1;
  font-weight: 400;
}
.det-info__descr-box {
  margin-top: min(20px + 30 * (100vw - 375px) / 1545, 50px);
}
.det-info__descr-box p {
  font-size: min(21px + 11 * (100vw - 375px) / 1545, 32px);
  line-height: min(26px + 24 * (100vw - 375px) / 1545, 50px);
  font-weight: 200;
}
.det-info__photo {
  max-width: min(200px + 100 * (100vw - 375px) / 1545, 300px);
  width: 100%;
}
.det-info__box {
  margin-left: 36px;
  margin-top: 16px;
}
.det-info__box p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(28px + 12 * (100vw - 375px) / 1545, 40px);
  font-weight: 300;
}
.det-info__box h6 {
  font-size: min(20px + 12 * (100vw - 375px) / 1545, 32px);
  line-height: min(32px + 12 * (100vw - 375px) / 1545, 44px);
  font-weight: 400;
}
.det-info__img {
  max-width: 300px;
  width: 100%;
  object-fit: cover;
}
.det-info__soc {
  display: flex;
  justify-content: space-between;
  max-width: 97px;
  width: 100%;
  margin-top: 8px;
}
.det-info__soc-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/soc-gradient.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 10px;
  width: 25px;
  height: 25px;
  transition: all 0.3s;
}
.det-info__soc-link:hover {
  color: var(--g-blue);
}

.det__bg {
  position: absolute;
  right: -455px;
  top: 795px;
  max-width: 944px;
  height: 899px;
  z-index: -1;
}
.det__inner {
  max-width: 1480px;
  margin: 0 auto;
}
.det__btn-box {
  margin-bottom: min(40px + 47 * (100vw - 375px) / 1545, 87px);
  margin-top: min(40px + 47 * (100vw - 375px) / 1545, 87px);
}
.det__btn-box:last-child {
  margin-bottom: min(40px + 40 * (100vw - 375px) / 1545, 80px);
}
.det__btn-box:first-child {
  margin-top: max(50px + -20 * (100vw - 375px) / 1545, 30px);
}
.det__btn-t {
  margin-right: 15px;
  max-width: 209px;
  width: 100%;
}
.det__btn {
  margin-top: max(15px + -15 * (100vw - 375px) / 1545, 0px);
  max-width: 209px;
  width: 100%;
}
.det__top {
  max-width: 1006px;
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  margin-bottom: min(20px + 24 * (100vw - 375px) / 1545, 44px);
}
.det__top p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  margin-bottom: min(20px + 24 * (100vw - 375px) / 1545, 44px);
}
.det__top p:last-child {
  margin-bottom: 0px;
}
.det__top h5 {
  font-size: min(21px + 7 * (100vw - 375px) / 1545, 28px);
  line-height: min(27px + 17 * (100vw - 375px) / 1545, 44px);
  font-weight: 300;
  margin-top: min(20px + 26 * (100vw - 375px) / 1545, 46px);
}
.det__top ul {
  margin-top: min(10px + 6 * (100vw - 375px) / 1545, 16px);
  margin-bottom: min(20px + 24 * (100vw - 375px) / 1545, 44px);
}
.det__top li {
  padding-left: 25.5px;
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  position: relative;
}
.det__top li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-image: url("../images/about/li-dot.jpg");
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.det__list {
  max-width: 1006px;
}
.det__list h5 {
  font-size: min(21px + 7 * (100vw - 375px) / 1545, 28px);
  line-height: min(27px + 17 * (100vw - 375px) / 1545, 44px);
  font-weight: 300;
  margin-top: min(20px + 26 * (100vw - 375px) / 1545, 46px);
}
.det__list ul {
  margin-top: min(10px + 6 * (100vw - 375px) / 1545, 16px);
}
.det__list li {
  padding-left: 25.5px;
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  position: relative;
}
.det__list li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-image: url("../images/about/li-dot.jpg");
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.det__bottom {
  margin-top: min(30px + 17 * (100vw - 375px) / 1545, 47px);
  max-width: 1006px;
}
.det__bottom p {
  font-size: min(18px + 6 * (100vw - 375px) / 1545, 24px);
  line-height: min(30px + 14 * (100vw - 375px) / 1545, 44px);
  font-weight: 200;
  margin-bottom: min(20px + 24 * (100vw - 375px) / 1545, 44px);
}
.det__bottom p:last-child {
  margin-bottom: 0px;
}

.det-cards {
  margin: min(70px + 50 * (100vw - 375px) / 1545, 120px) 0 min(90px + 43 * (100vw - 375px) / 1545, 133px);
  display: flex;
}
.det-cards__slider {
  padding-bottom: 10px;
}
.det-cards__slide {
  position: relative;
  margin: 0 min(10px + 20 * (100vw - 375px) / 1545, 30px);
}
.det-cards__slide:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 97%;
  left: 0;
  top: 0;
  background-color: #F7F7F7;
  z-index: -1;
}

.page404 {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: linear-gradient(-45deg, var(--gold), var(--pink), var(--blue), var(--purple));
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
.page404 .btn {
  margin-top: 40px;
}
.page404 div {
  font-size: 40px;
  line-height: 60px;
}
.page404 div.rose_light {
  font-size: 30px;
  line-height: 50px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.footer {
  margin-bottom: max(113px + -33 * (100vw - 375px) / 1545, 80px);
}
.footer__link {
  min-height: min(52px + 15 * (100vw - 375px) / 1545, 67px);
  max-width: min(67px + 7 * (100vw - 375px) / 1545, 74px);
  margin: 0 auto min(14px + 6 * (100vw - 375px) / 1545, 20px);
  display: block;
  margin: 0 auto 19px;
  transition: all 0.4s;
}
.footer__link:hover {
  transform: scale(1.1);
}
.footer__img {
  width: 100%;
}
.footer__top-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  line-height: 40px;
  font-size: 22px;
  margin-bottom: max(35px + -18 * (100vw - 375px) / 1545, 17px);
}
.footer__nav-item {
  font-size: min(16px + 6 * (100vw - 375px) / 1545, 22px);
  line-height: min(18px + 2 * (100vw - 375px) / 1545, 20px);
  font-weight: 300;
  margin-top: 15px;
}
.footer__nav-link {
  transition: all 0.4s;
}
.footer__nav-link:hover {
  color: var(--g-pink);
}
.footer__bot {
  display: flex;
  justify-content: center;
  max-width: 1025px;
  width: 100%;
  margin: 0 auto;
}
.footer__bot-left p {
  text-align: center;
  margin-right: min(0px + 50 * (100vw - 375px) / 1545, 50px);
  font-size: min(14px + 4 * (100vw - 375px) / 1545, 18px);
  line-height: min(28px + 12 * (100vw - 375px) / 1545, 40px);
  font-weight: 200;
}
.footer__bot-left a {
  display: inline-block;
}
.footer__bot-right {
  display: flex;
  justify-content: space-between;
  font-size: min(14px + 4 * (100vw - 375px) / 1545, 18px);
  line-height: min(28px + 12 * (100vw - 375px) / 1545, 40px);
  font-weight: 200;
}
.footer__right-link {
  margin-right: 37px;
  transition: all 0.4s;
}
.footer__right-link:hover {
  color: var(--g-pink);
}
.footer__right-link:last-child {
  margin-right: 0;
}
.footer__credits {
  max-width: 150px;
  margin: 25px auto 0px;
}

@media only screen and (min-width: 1921px) {
  .bottom-head {
    background-position: bottom;
  }
}
@media only screen and (max-width: 1820px) {
  .testi__right-img-absol {
    right: 100px;
  }
}
@media only screen and (max-width: 1750px) {
  .testi__right-img-absol {
    right: 50px;
  }
}
@media only screen and (max-width: 1620px) {
  .testi__middle {
    max-width: 600px;
    margin-left: 80px;
    padding: 0 35px;
  }
  .testi__right-img {
    position: relative;
    margin-top: 140px;
    right: -70px;
  }
  .testi__right-img-absol {
    right: 10px;
    max-width: 350px;
    bottom: -230px;
  }
}
@media only screen and (max-width: 1450px) {
  .testi__left-img::before, .testi__left-img::after {
    height: 100%;
  }
  .testi__right-img {
    max-width: 180px;
  }
  .testi__right-img-absol {
    max-width: 200px;
    bottom: -160px;
  }
  .career-progress-list .career-box {
    width: 130px;
  }
  .career-progress-list .career-box-content {
    padding: 34px 10px 10px;
    min-height: 100px;
  }
  .for__items {
    justify-content: center;
  }
}
@media only screen and (max-width: 1280px) {
  .shape-box {
    right: -125px;
  }
  .get__left {
    max-width: 420px;
  }
  .get__form-box {
    flex-direction: column;
  }
  .get__form-label {
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
  }
  .get__form-input {
    max-width: 100%;
  }
  .get .select2-container {
    max-width: 100%;
  }
  .get-index::before {
    height: min(770px + 430 * (100vw - 375px) / 1545, 1200px);
  }
  .get-index__left {
    max-width: 420px;
  }
  .get-index__form-box {
    flex-direction: column;
  }
  .get-index__form-label {
    margin-right: 0px;
    max-width: 100%;
    width: 100%;
  }
  .get-index__form-input {
    max-width: 100%;
  }
  .get-index .select2-container {
    max-width: 100%;
  }
  .testi__middle {
    max-width: 500px;
    padding: 0 20px;
  }
  .for__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 25px;
    justify-items: center;
  }
  .for__item {
    margin-right: 0;
  }
  .footer__bot {
    max-width: 920px;
  }
  .privacy__bg-r {
    top: inherit !important;
  }
}
@media only screen and (max-width: 1150px) {
  .flex-block {
    flex-wrap: wrap;
  }
  .flex-block .elem {
    width: 48.2142857143%;
  }
  .flex-block .elem:not(:last-child) {
    margin-right: 3.5714285714%;
  }
  .flex-block .elem:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .header .header__menu-dropdown:hover .header__menu-item-dropdown {
    max-height: 200px;
    position: absolute;
  }
  .header .header__menu-dropdown:hover .header__menu-dropdown::after {
    visibility: visible;
  }
  .header .header__menu-dropdown:hover::after {
    visibility: visible;
  }
}
/*TABLET START*/
@media (max-width: 1024px) {
  .testi__left-img {
    max-width: 270px;
  }
  .testi__right-img {
    max-width: 140px;
  }
  .testi__middle {
    margin-left: 40px;
  }
  .page404 {
    padding: 0 15px;
  }
  .page404 div {
    font-size: 25px;
    line-height: 50px;
  }
  .page404 div.rose_light {
    font-size: 20px;
    line-height: 30px;
  }
  .page404 .btn {
    margin-top: 25px;
  }
  .fixed {
    max-width: 1760px;
    width: 100%;
    padding: 0 20px;
  }
  .fixed.smaller {
    width: 100%;
  }
  .bottom-head {
    background-position: right 0;
  }
  .fixed-header {
    position: static;
  }
  .header {
    margin-top: 0;
    position: relative;
    z-index: 10;
  }
  .header__inner {
    position: fixed;
    margin-top: 0px;
    top: -1500px;
    background-color: #121232;
    background-image: url("../images/mob-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    transition: all 0.7s;
    overflow: auto;
    z-index: 99;
    padding: 0px 20px;
    padding-bottom: 120px;
  }
  .header__inner .header__logo-link {
    position: static;
  }
  .header__logo_link {
    position: absolute;
    left: 0;
    top: 30px;
  }
  .header__logo-mob {
    display: block;
    margin-bottom: 86px;
    margin-top: 30px;
  }
  .header img.header__logo-mob {
    width: 173px;
    margin-top: 36px;
  }
  .header__inner--active {
    top: 0;
  }
  .header__logo-link {
    position: absolute;
    top: 25px;
    left: 16px;
    z-index: 1;
  }
  .header__menu-btn-inner {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 56px;
    z-index: 100;
  }
  .header .header__menu-btn {
    width: 70px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header__inner-box {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__menu-item {
    margin-right: 0px;
    padding: 0px 0;
  }
  .header__menu-items {
    flex-direction: column;
    line-height: 1.5;
    font-size: 36px;
    font-weight: 700;
  }
  .header__menu-link {
    position: relative;
    width: fit-content;
    color: #fff;
  }
  .header__menu-link::after {
    display: none;
  }
  .header__menu-link:hover {
    color: #fff;
  }
  .header__menu-link:hover:after {
    width: calc(100% + 20px);
  }
  .header__menu-dropdown-text {
    font-size: 33px;
    font-weight: 300;
    padding: 1px 0px 1px 10px;
  }
  .header .header__menu-link.header__menu-dropdown-text:hover {
    color: #fff;
    background: none;
  }
  .header .header__menu-link.header__menu-dropdown-text:after {
    background: #a4f0ef;
  }
  .header__menu-text {
    position: relative;
  }
  .header__dropdown-span {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .header .header__dropdown-active {
    max-height: 500px;
    opacity: 1;
  }
  .header__menu-item-dropdown {
    position: inherit;
    background-color: transparent;
    left: 0px;
    right: 0px;
    transform: translate(0%, 0);
    margin-top: 0px;
    box-shadow: none;
    padding-left: 5px;
    color: #fff;
    max-height: 0px;
    opacity: 0;
  }
  .header__menu-dropdown-text {
    margin: 0 0px 0px 0px;
  }
  .header__menu-dropdown-text:last-child {
    margin-bottom: 5px;
  }
  .header__menu-dropdown-text:first-child {
    margin-top: 5px;
  }
  .header__dropdown-icon {
    transition: all 0.6s;
  }
  .header__icon-active {
    transform: rotate(180deg);
  }
  .header__soc {
    display: flex;
    margin: 102px auto 0px;
  }
  .since__inner {
    flex-direction: column;
    align-items: center;
  }
  .since__left {
    display: flex;
    justify-content: center;
  }
  .since__left-img1 {
    top: inherit;
    bottom: max(100px + -120 * (100vw - 375px) / 1545, -20px);
    right: min(200px + 1000 * (100vw - 375px) / 1545, 1200px);
    max-width: min(215px + 397 * (100vw - 375px) / 1545, 612px);
  }
  .since__left-img2 {
    margin-top: max(179px + -141 * (100vw - 375px) / 1545, 38px);
    max-width: min(212px + 200 * (100vw - 375px) / 1545, 412px);
    height: min(200px + 212 * (100vw - 375px) / 1545, 412px);
  }
  .since__left-img3 {
    top: inherit;
    bottom: max(156px + -176 * (100vw - 375px) / 1545, -20px);
    right: min(-35px + 35 * (100vw - 375px) / 1545, 0px);
    max-width: min(215px + 597 * (100vw - 375px) / 1545, 812px);
    min-height: min(173px + 439 * (100vw - 375px) / 1545, 612px);
  }
  .art__text-box p span {
    font-size: 18px !important;
    line-height: 30px;
  }
  .art__text-box ol li span, .art__text-box ul li span {
    font-size: 18px !important;
    line-height: 30px;
  }
  .footer__bot {
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
  }
  .footer__bot-left {
    margin-right: 0;
  }
  .footer__left-text {
    text-align: center;
  }
  .footer__bot-right {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 30px;
  }
  .footer__right-link {
    margin-right: 10px;
  }
  .shape-box {
    right: 0;
    position: relative;
    transform: none;
    margin-top: 53px;
    max-width: 112%;
  }
  .shape-box::before {
    padding-top: 62.63%;
  }
  .shape-box img:nth-of-type(1) {
    width: 28%;
    height: 41%;
  }
  .shape-box img:nth-of-type(1), .shape-box span:nth-of-type(1) {
    top: 16%;
    left: 0;
  }
  .shape-box img:nth-of-type(2) {
    width: 27.3%;
    height: 42.7%;
    top: 52.9%;
    left: 36.8%;
  }
  .shape-box img:nth-of-type(3) {
    width: 31.9%;
    height: 51.2%;
    right: 0;
    top: 5.9%;
  }
  .shape-box .shape:nth-of-type(1) {
    width: 38%;
    height: 60%;
  }
  .shape-box .shape:nth-of-type(2) {
    width: 13.8%;
    height: 22%;
    top: 77.8%;
    left: 52.9%;
  }
  .shape-box .shape:nth-of-type(3) {
    width: 40%;
    height: 63.5%;
    right: 11.6%;
    top: 0;
  }
}
@media only screen and (max-width: 960px) {
  .get-contact {
    padding-bottom: 50px;
  }
  .get-contact::before {
    height: 100%;
  }
  .get-contact__left {
    max-width: 100%;
    text-align: center;
  }
  .get-contact__soc {
    margin: 20px auto 0px;
  }
  .get > .bg {
    height: min(600px + 800 * (100vw - 375px) / 1545, 1400px);
  }
  .get__inner {
    flex-direction: column;
    max-width: 700px;
    margin: 0 auto;
  }
  .get__left {
    max-width: unset;
    width: 100%;
  }
  .tech__slider.swiper {
    max-width: 390px;
  }
}
@media only screen and (max-width: 900px) {
  .testi__inner {
    flex-direction: column;
    align-items: center;
  }
  .testi__left {
    order: 1;
  }
  .testi__left-img {
    max-width: 243px;
    margin-left: -240px;
    margin-top: 70px;
  }
  .testi__left-img::before, .testi__left-img::after {
    height: 100%;
  }
  .testi__middle {
    margin: 0 0px;
    padding: 0;
  }
  .testi__right {
    order: 2;
  }
  .testi__right-img-absol {
    max-width: min(150px + 170 * (100vw - 375px) / 1545, 320px);
    right: min(35px + 165 * (100vw - 375px) / 1545, 200px);
    bottom: max(-107px + -33 * (100vw - 375px) / 1545, -140px);
  }
  .testi__right-img-absol::before, .testi__right-img-absol::after {
    top: 27%;
    left: -23%;
  }
  .testi__right-img {
    margin-top: 113px;
    max-width: min(120px + 230 * (100vw - 375px) / 1545, 350px);
    position: relative;
    left: min(129px + 171 * (100vw - 375px) / 1545, 300px);
    right: 0px;
  }
  .testi__right-img::before, .testi__right-img::after {
    top: -42%;
    left: -45%;
    width: 130%;
    height: 128%;
  }
  .tech__wrapper {
    padding-bottom: 40px;
  }
}
/*TABLET END*/
@media only screen and (max-width: 768px) {
  .avan__decor-r, .avan__decor-l {
    display: none;
  }
  .avan__items {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .avan__item-blue {
    margin-right: 0px;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .bottom-head {
    background-image: url("../images/bg-mob.jpg");
    background-position: bottom;
    height: calc(100% + 86px);
  }
  .bottom-head__inner {
    padding: min(155px + 185 * (100vw - 375px) / 1545, 340px) 0 max(262px + -28 * (100vw - 375px) / 1545, 234px) 0;
  }
  .bottom-head__img {
    bottom: 0px;
    right: inherit;
    max-width: 700px;
  }
  .for__items {
    display: flex;
    flex-direction: column;
    column-gap: 0px;
  }
  .for__item {
    display: flex;
    justify-content: center;
    margin-right: 0;
    max-width: 100%;
    justify-content: flex-start;
  }
  .for__item-box {
    max-width: 175px;
    width: 100%;
  }
  .for__item-num {
    margin-bottom: 0px;
  }
  .bottom-head__inner {
    padding-top: 150px !important;
}
}
@media only screen and (max-width: 550px) {
  .pict-mob .underlay-bg {
    display: none;
  }
  .pict-mob .underlay-bg-mob {
    display: block;
  }
  .bottom-head__inner {
    padding: min(151px + 189 * (100vw - 375px) / 1545, 340px) 0 max(362px + -128 * (100vw - 375px) / 1545, 234px) 0;
  }
  .bottom-head__btns-decstop {
    display: none;
  }
  .bottom-head__btns {
    display: flex;
    align-items: flex-end;
  }
  .since__decor {
    left: 268px;
  }
  .get .bg__desctop {
    display: none;
  }
  .get .bg__mob {
    display: block;
  }
  .get__form-btn {
    max-width: 100%;
    width: 100%;
  }
  .get-index__form-btn {
    max-width: 100%;
    width: 100%;
  }
  .tech__slider.swiper {
    max-width: 350px;
  }
  .testi__decor {
    bottom: -213px;
  }
  .testi__right-img-absol {
    bottom: -104px;
    right: -20px;
  }
  .testi__right-img {
    margin-top: 158px;
    position: relative;
    left: -120px;
    right: 0px;
  }
  .testi__left-img {
    position: absolute;
    right: 35px;
    margin-top: 38px;
    max-width: 190px;
  }
  .testi__left-img::before, .testi__left-img::after {
    height: 95%;
    right: -30%;
    top: 28%;
    width: 100%;
  }
  .footer__top-nav {
    justify-content: center;
  }
  .footer__nav-item {
    margin-right: 15px;
  }
  .footer__nav-item:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 450px) {
  .testi__right-img-absol {
    bottom: -104px;
    right: -20px;
  }
  .testi__right-img {
    margin-top: 158px;
    left: -90px;
  }
  .testi_right-img-absol {
    max-width: 140px;
    bottom: -88px;
    right: -33px;
  }
  .testi__left-img {
    position: absolute;
    right: 35px;
    margin-top: 55px;
    max-width: 140px;
  }
  .testi__left-img::before, .testi__left-img::after {
    height: 95%;
    right: -30%;
    top: 28%;
    width: 100%;
  }
  .since__decor {
    left: 220px;
  }
}
@media only screen and (max-width: 410px) {
  .bottom-head__img {
    left: -38px;
  }
  .for__item-box {
    max-width: 160px;
  }
  .tech__slider.swiper {
    max-width: 330px;
  }
}
@media only screen and (max-width: 360px) {
  .bottom-head {
    line-height: 1;
  }
  .bottom-head__title {
    font-size: 40px;
  }
  .since__decor {
    left: 180px;
  }
  .for__item-box {
    max-width: 125px;
  }
  .for__items {
    grid-row-gap: 5px;
  }
  .for__item-num {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0px;
  }
}
@media (max-width: 350px) {
  .avan__red-title, .avan__blue-title {
    font-size: 30px;
  }
  .btn {
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1620px) {
  .talent__flex-b2 {
    right: 100px;
    top: -25px;
  }
  .talent__flex-b3 {
    bottom: 0px;
    right: -10px;
  }
  .on__photos {
    margin-left: 50px;
  }
}
@media (max-width: 1700px) {
  .talent__dec-l {
    transform: rotate(36.7deg) translate(-51%, 33%);
  }
}
@media (max-width: 1500px) {
  .talent__dec-l {
    transform: rotate(36.7deg) translate(-59%, 31%);
  }
}
@media only screen and (max-width: 1450px) {
  .talent__flex-b3 {
    bottom: 55px;
    right: 0px;
  }
  .our__inner {
    padding-top: 130px;
  }
}
@media (max-width: 1440px) {
  .talent__dec-l {
    transform: rotate(36.7deg) translate(-64%, 39%);
  }
}
@media only screen and (max-width: 1280px) {
  .on__photo-box2 {
    right: 0px;
  }
  .on__photo-box3 {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1150px) {
  .talent__flex {
    flex-direction: column;
    align-items: center;
    margin-bottom: 59px;
  }
  .talent__flex-photos {
    margin-top: 120px;
  }
  .talent__flex-text {
    max-width: 100%;
  }
  .talent__flex-b1 {
    margin-top: 0px;
  }
  .talent__flex-b2 {
    right: 220px;
    top: -60px;
  }
  .talent__flex-b3 {
    bottom: 13px;
    right: 160px;
  }
}
/*TABLET START*/
@media (max-width: 1024px) {
  .talent__dec-l {
    transform: rotate(36.7deg) translate(-19%, 97%);
  }
  .talent__dec-r {
    transform: rotate(-70deg) translate(96%, -16%);
  }
}
@media only screen and (max-width: 900px) {
  .on__photo-box3 {
    bottom: 130px;
  }
  .talent__dec-l {
    transform: rotate(36.7deg) translate(-12%, 116%);
  }
}
/*TABLET END*/
@media only screen and (max-width: 768px) {
  .talent__flex {
    margin-bottom: 10px;
  }
  .talent__flex-photos {
    margin-top: 70px;
    max-width: 470px;
    margin-bottom: 50px;
  }
  .talent__flex-photos-mob {
    display: block;
    margin: 70px auto 140px;
  }
  .talent__flex-photos-dec {
    display: none;
  }
  .talent__flex-b1::before {
    right: 0px;
    bottom: 0px;
    width: 70%;
    height: 70%;
  }
  .talent__flex-b2 {
    max-width: 150px;
    min-height: 150px;
    top: -13px;
    right: 0px;
  }
  .talent__flex-b3 {
    bottom: -57px;
    left: min(140px + 180 * (100vw - 375px) / 1545, 320px);
  }
  .talent__dec-l {
    display: none;
  }
  .on__inner {
    flex-direction: column;
  }
  .on__photos {
    margin-left: 0px;
  }
  .on__photo-box1 {
    margin: 90px auto 0px;
  }
  .on__photo-box1::before {
    width: 85%;
    height: 85%;
  }
  .on__photo-box1::after {
    width: 85%;
    height: 85%;
  }
  .on__photo-box3 {
    left: 20px;
    bottom: -35px;
  }
  .on__photo-box3::before {
    right: -15px;
    bottom: -15px;
  }
  .on__photo-box3::after {
    right: -15px;
    bottom: -15px;
  }
  .on__photo-box2 {
    right: 25px;
    bottom: 0;
    top: inherit;
  }
  .on__photo-box2::before {
    left: -40px;
    top: 40px;
  }
  .on__photo-box2::after {
    left: -40px;
    top: 40px;
  }
}
@media only screen and (max-width: 650px) {
  .bottom-about__inner {
    padding: min(155px + 185 * (100vw - 375px) / 1545, 340px) 0 max(292px + -58 * (100vw - 375px) / 1545, 234px) 0;
  }
  .bottom-about__inner p {
    max-width: 100%;
  }
  .bottom-about__img {
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    max-width: 300px;
  }
  .our__bg {
    height: min(600px + 350 * (100vw - 375px) / 1545, 950px);
  }
  .our__wrap {
    flex-direction: column;
    align-items: center;
  }
  .our__box {
    max-width: 430px;
    margin-right: 0;
    margin-bottom: 40px;
  }
  .our__box-bg {
    left: -11px;
    bottom: -11px;
  }
}
@media only screen and (max-width: 550px) {
  .bottom-about {
    background-image: url("../images/gradient-avanti-mob.png");
  }
  .bottom-about__bg {
    background-image: url("../images/gradient-avanti-mob.png");
  }
  .our__inner {
    padding-top: 0;
  }
  .our__bg {
    display: none;
  }
  .talent {
    margin-bottom: 30px;
  }
  .talent__dec-l {
    transform: rotate(30deg) translate(-12%, 116%);
    left: 56px;
    max-width: 25%;
    width: 100px;
  }
  .on__photo-box1 {
    margin: 40px auto 0;
  }
  .on__photo-box2 {
    right: -20px;
  }
  .on__photo-box3 {
    left: -8px;
    bottom: -70px;
  }
}
@media only screen and (max-width: 450px) {
  .talent__flex-photos {
    margin-top: 60px;
    max-width: 500px;
    margin-bottom: 120px;
  }
  .talent__flex-b1 {
    margin-left: -20px;
  }
  .talent__flex-b1::before {
    right: 20px;
    bottom: 15px;
  }
  .talent__flex-b2 {
    top: -13px;
    right: -16px;
  }
  .talent__flex-b3 {
    bottom: -49px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
  }
  .talent__dec-l {
    left: 56px;
  }
}
@media only screen and (max-width: 420px) {
  .our__inner {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 360px) {
  .talent__dec-l {
    transform: rotate(30deg) translate(-12%, 116%);
    left: 36px;
    max-width: 22%;
    width: 100px;
  }
}
/* ----------- This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13, iPhone 13 Pro, iPhone 12 and iPhone 12 Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media (max-width: 1900px) and (min-width: 1080px) {
  .career-progress-list {
    justify-content: center;
  }
}
@media (max-width: 1900px) {
  .career-box {
    width: 12%;
  }
}
@media (max-width: 1350px) {
  .path-popup .popup-bg-box {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 35px;
  }
  .career-progress-list .career-box {
    width: 103px;
  }
  .career-box {
    margin-right: 12.5px;
  }
  .career-box::before {
    left: -8px;
    bottom: -8px;
  }
  .career-box-content {
    padding: 22px 5px 10px;
    min-height: 91px;
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .teammate-popup-thumbnail {
    width: 313px;
    max-width: 30%;
  }
  .teammate-popup-thumbnail .tm-name {
    font-size: min(25px + 20 * (100vw - 375px) / 1545, 45px);
  }
  .role-popup .column-box {
    grid-template-columns: 1fr;
  }
  .training-popup .column-box ul {
    grid-template-columns: 1fr;
  }
  .training-popup .column-box ul li {
    margin-bottom: 20px;
  }
  .join-tem-popup .popup-column-wr {
    column-count: 1;
  }
  .join-tem-popup .popup-thumbnail {
    margin-right: -88px;
    margin-top: -127px;
    min-width: 200px;
  }
  .solutions-popup .popup-container {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .popup-container {
    width: 100% !important;
  }
  .social-value-popup .caption {
    max-width: unset;
    width: 100%;
    margin-bottom: 30px;
  }
  .social-value-popup .popup-content {
    flex-direction: column;
    max-height: calc(100% - 120px);
    margin-right: 10px;
    margin-top: 25px;
    padding-top: 0;
  }
  .social-value-popup .popup-text-content {
    width: 100%;
    max-width: unset;
    height: auto;
    max-height: unset;
    overflow: visible;
    padding-right: 0;
  }
}
@media (max-width: 960px) {
  .path-popup .popup-container {
    width: 53.3333333333%;
    max-width: 700px;
  }
  .path-popup .popup-title {
    text-align: center;
  }
  .path-popup .career-progress-list {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
  }
  .path-popup .career-progress-list .career-box {
    max-width: 200px;
    width: 100%;
    margin: 40px auto !important;
  }
  .path-popup .career-progress-list .career-box:first-child {
    margin-top: 100px;
  }
  .path-popup .career-progress-list .career-box::after {
    right: 100%;
    left: inherit;
    transform: translate(1%, 123%) rotate(83deg);
  }
  .path-popup .career-progress-list .career-box-content {
    padding: 20px 10px 10px;
    min-height: 60px;
  }
}
@media (max-width: 760px) {
  .teammate-popup .popup-container .popup-content {
    flex-direction: column;
  }
  .teammate-popup-thumbnail {
    width: 250px;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .popup-container-body {
    padding: 20px;
  }
  .join-tem-popup {
    padding-top: 20px;
  }
  .join-tem-popup .popup-container-body {
    padding: 20px 15px 40px;
  }
  .join-tem-popup .popup-title {
    text-align: center;
  }
  .join-tem-popup .popup-content {
    max-height: unset;
  }
  .join-tem-popup .popup-container .popup-container-wr {
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
  }
  .join-tem-popup .popup-container .popup-container-wr::-webkit-scrollbar {
    width: 3px;
    background: #EEEEF2;
  }
  .join-tem-popup .popup-container .popup-container-wr::-webkit-scrollbar-thumb {
    background: var(--color-main);
    cursor: pointer;
    width: 3px;
  }
  .join-tem-popup .popup-thumbnail {
    margin: -75px auto 40px;
  }
  .join-tem-popup .close-popup-desc {
    display: none;
  }
  .join-tem-popup .close-popup-mobile {
    display: inline-flex;
  }
  .join-tem-popup .popup-content {
    overflow: visible;
  }
  .solutions-popup .popup-container-wr {
    display: block;
  }
  .solutions-popup .popup-caption {
    width: 350px;
    max-width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 550px) {
  .path-popup .career-progress-list .career-box {
    max-width: 173px;
    width: 100%;
    margin: 25px auto !important;
  }
  .path-popup .career-progress-list .career-box:first-child {
    margin-top: 100px;
  }
  .path-popup .career-progress-list .career-box::after {
    content: url("../images/profress-arrow-mob.png");
    right: 100%;
    left: inherit;
    transform: translate(-5%, 70%) rotate(0deg);
  }
  .path-popup .career-progress-list .career-box-content {
    padding: 17px 10px 10px;
    min-height: 78px;
  }
}
@media (max-width: 420px) {
  .social-value-popup .popup-content {
    max-height: calc(100% - 95px);
  }
  .close-popup-desc {
    display: none;
  }
  .close-popup-mob {
    display: inline-flex;
  }
}
@media (max-width: 360px) {
  .path-popup .career-progress-list .career-box {
    margin: 25px 0px 0px auto !important;
  }
  .path-popup .career-progress-list .career-box::after {
    transform: translate(2%, 70%) rotate(0deg);
  }
}
@media (max-width: 992px) {
  .team-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 750px) {
  .team-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .team-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1270px) {
  .search-form .fieldset {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1024px) {
  .underlay-l {
    display: none;
  }
  .underlay-r {
    display: none;
  }
  .job-card-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .search-form .fieldset {
    grid-template-columns: 1fr;
  }
  .job-card-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 410px) {
  .job-card::before {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: 12px;
    width: 100%;
    height: 100%;
  }
}
@media only screen and (max-width: 1450px) {
  .spec-l .spec__box {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 1300px) {
  .spec__items {
    max-width: 680px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  }
  .spec__item {
    max-width: 210px;
    min-height: 81px;
  }
}
@media only screen and (max-width: 1200px) {
  .spec__wrapp {
    flex-direction: column;
  }
  .spec-l .spec__wrapp {
    flex-direction: column;
  }
  .spec__items {
    max-width: 900px;
    grid-template-columns: repeat(auto-fit, minmax(195px, 1fr));
  }
}
/*TABLET START*/
@media only screen and (max-width: 1024px) {
  .first-section .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*TABLET END*/
@media only screen and (max-width: 768px) {
  .spec__title {
    max-width: 100%;
  }
  .spec__items {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }
  .spec__item {
    max-width: 200px;
    min-height: 71px;
  }
  .spec-slider__slide {
    max-width: 90px;
    margin: 0px 10px;
    max-height: 90px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 550px) {
  .spec__items {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .spec__item {
    max-width: 180px;
    min-height: 71px;
  }
}
/* ----------- This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13, iPhone 13 Pro, iPhone 12 and iPhone 12 Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (max-width: 1620px) {
  .awar__pic-box::before {
    right: -139px;
    top: -80px;
  }
  .awar__pic-box::after {
    right: -139px;
    top: -80px;
  }
}
@media only screen and (max-width: 1280px) {
  .awar__pic-box::before {
    right: -70px;
    top: -62px;
  }
  .awar__pic-box::after {
    right: -70px;
    top: -62px;
  }
  .awar__pic2 {
    bottom: 10px;
    right: -18px;
  }
}
@media only screen and (max-width: 1150px) {
  .com__inner {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .com__title {
    margin-bottom: 30px;
  }
  .com__slider-inner {
    max-width: 600px;
    margin-right: 0px;
  }
}
/*TABLET START*/
@media only screen and (max-width: 1024px) {
  .first-section .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 960px) {
  .awar__inner {
    flex-direction: column;
    justify-content: center;
  }
  .awar__pic {
    max-width: 430px;
    margin: 0 auto 50px;
  }
  .awar__pic-box {
    margin-top: 50px;
  }
  .awar__slider-inner {
    width: 100%;
  }
  .awar__slider {
    max-width: 100%;
  }
  .awar__slide {
    padding: 0 15px;
  }
}
/*TABLET END*/
@media only screen and (max-width: 768px) {
  .soc-descr__inner {
    flex-direction: column;
  }
  .soc-descr__l {
    max-width: 100%;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
  }
  .soc-descr__l li::before {
    left: 0px;
  }
  .soc-descr__box {
    margin-bottom: 20px;
  }
  .awar__decor {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  .awar__pic2 {
    right: 60px;
  }
  .awar__slider {
    margin-left: 0;
  }
  .awar__slide {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .awar__slide .btn {
    align-self: center;
  }
  .com__slide-title span {
    white-space: nowrap;
  }
  .com__title {
    margin-bottom: 20px;
  }
  .com__slider-bg {
    left: -10px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 550px) {
  .soc-descr__bg-r {
    top: -320px;
    right: -108px;
  }
  .soc-descr__bg-l {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .soc-descr__bg-r {
    top: -300px;
    right: -108px;
  }
}
@media only screen and (max-width: 450px) {
  .soc-descr__bg-r {
    max-width: 220px;
    height: 100px;
    left: 185px;
    top: -215px;
    transform: rotate(177deg);
  }
}
@media only screen and (max-width: 410px) {
  .awar__pic2 {
    right: 20px;
  }
}
@media only screen and (max-width: 360px) {
  .awar__pic2 {
    right: -4px;
  }
}
/* ----------- This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13, iPhone 13 Pro, iPhone 12 and iPhone 12 Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (max-width: 1820px) {
  .type__blue-head, .type__red-head, .type__perp-head {
    padding: min(15px + 30 * (100vw - 375px) / 1545, 45px) min(10px + 10 * (100vw - 375px) / 1545, 20px);
  }
  .type__blue-body, .type__red-body, .type__perp-body {
    padding: min(15px + 5 * (100vw - 375px) / 1545, 20px) min(15px + 5 * (100vw - 375px) / 1545, 20px) min(30px + 10 * (100vw - 375px) / 1545, 40px);
  }
}
@media (max-width: 1700px) {
  .ahead__dec1 {
    transform: rotate(68deg) translate(-73%, -82%);
  }
  .ahead__dec2 {
    transform: rotate(38deg) translate(-57%, 28%);
  }
}
@media (max-width: 1500px) {
  .ahead__dec1 {
    max-width: 24%;
  }
  .ahead__dec2 {
    max-width: 24%;
  }
}
@media only screen and (max-width: 1450px) {
  .ahead__items {
    justify-content: center;
  }
  .grid-section .grid-top-wrap {
    grid-template-rows: 300px 170px 300px;
  }
}
@media (max-width: 1400px) {
  .ahead__dec2 {
    transform: rotate(38deg) translate(-71%, 28%);
  }
}
@media only screen and (max-width: 1280px) {
  .grid-section .grid-top-wrap {
    grid-template-rows: auto;
  }
}
@media only screen and (max-width: 1150px) {
  .ahead__dec1 {
    right: 50px;
    top: 30px;
    max-width: 24%;
  }
}
/*TABLET START*/
@media only screen and (max-width: 1024px) {
  .ahead__dec2 {
    display: none;
  }
  .grid-section .grid-top-wrap {
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }
  .grid-section .element__2 {
    grid-row: 4/4;
  }
  .grid-section .element__5 {
    grid-row: 1/4;
  }
  .grid-section .grid-bottom-wrap {
    margin-top: 30px;
    grid-column-gap: 25px;
    grid-row-gap: 30px;
  }
}
@media only screen and (max-width: 900px) {
  .grid-section .grid-top-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 25px;
  }
  .grid-section .grid-bottom-wrap {
    margin-top: 25px;
    grid-column-gap: 20px;
    grid-row-gap: 25px;
  }
  .type__bg {
    height: min(600px + 300 * (100vw - 375px) / 1545, 900px);
  }
  .type__items {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .type__item {
    margin-bottom: 30px;
    max-width: 350px;
  }
}
/*TABLET END*/
@media only screen and (max-width: 768px) {
  .ahead__dec1 {
    transform: rotate(68deg) translate(-93%, -81%);
  }
  .story__title {
    margin-left: 0;
  }
  .type__bg {
    display: none;
  }
  .ahead__box {
    flex-direction: column;
  }
  .ahead__pict {
    max-width: 100%;
    margin: 80px 0;
  }
  .ahead__pict-box1 {
    margin: 0 auto;
  }
  .ahead__pict-box1::before {
    width: 90%;
    height: 90%;
    left: -20px;
    bottom: 0px;
  }
  .ahead__pict-box1:after {
    width: 90%;
    height: 90%;
    left: -20px;
    bottom: 0px;
  }
  .ahead__pict-box2 {
    left: min(0px + 410 * (100vw - 375px) / 1545, 410px);
    top: -42px;
  }
  .ahead__pict-box3 {
    right: min(0px + 379 * (100vw - 375px) / 1545, 379px);
    top: 32px;
  }
  .ahead__pict-box3::before {
    left: -18px;
    bottom: -16px;
  }
  .ahead__pict-box3:after {
    left: -18px;
    bottom: -16px;
  }
  .pri-slider__slide {
    justify-content: center;
  }
  .grid-section .grid-top-wrap {
    justify-items: center;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  .grid-section .element__8 {
    grid-column: 1/4;
  }
  .grid-section .grid-bottom-wrap {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    margin-top: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}
@media only screen and (max-width: 650px) {
  .story {
    margin-bottom: 30px;
  }
  .story__slide {
    max-width: 400px;
  }
  .story__slide-bg {
    left: -10px;
    bottom: -10px;
  }
  .story__slide-inner {
    flex-direction: column-reverse;
  }
  .story__cont {
    max-width: 100%;
  }
  .story__cont-box {
    margin-top: 155px;
    margin-bottom: 20px;
  }
  .story__pagination {
    display: none;
  }
  .ahead__dec1 {
    transform: rotate(68deg) translate(-99%, -95%);
  }
  .type__item {
    margin-right: 0;
  }
  .pri-slider {
    padding-bottom: 35px;
  }
  .pri-slider__pagination {
    display: none;
  }
  .grid-section .element__4 {
    grid-row: 4/4;
  }
}
@media only screen and (max-width: 550px) {
  .ahead__items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    justify-items: center;
  }
}
@media only screen and (max-width: 450px) {
  .story__slide {
    max-width: 320px;
  }
  .story__slide-bg {
    left: -8px;
    bottom: -8px;
  }
  .story__descr h5 {
    margin-bottom: 10px;
  }
  .story__cont-box {
    margin-top: 155px;
    margin-bottom: 20px;
  }
  .ahead__dec1 {
    transform: rotate(68deg) translate(-80%, -81%);
    max-width: 160px;
  }
}
@media only screen and (max-width: 410px) {
  .story__slide {
    max-width: 290px;
  }
}
@media only screen and (max-width: 360px) {
  .ahead__dec1 {
    transform: rotate(68deg) translate(-94%, -94%);
    max-width: 140px;
  }
  .pri-slider {
    padding-bottom: 65px;
  }
}
/* ----------- This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13, iPhone 13 Pro, iPhone 12 and iPhone 12 Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (max-width: 1280px) {
  .sol__bg-l {
    max-width: 24%;
  }
  .sol__bg-r {
    max-width: 24%;
    transform: rotate(70deg) translate(-78%, -40%);
  }
  .sol__items {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  .privacy-box {
    padding-top: 50px;
  }
}
/*TABLET START*/
@media only screen and (max-width: 1024px) {
  .sol__items {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 45px;
    grid-row-gap: 45px;
  }
}
@media only screen and (max-width: 900px) {
  .sol__bg-l {
    transform: rotate(187.8deg) translate(27%, 70%);
  }
}
/*TABLET END*/
@media only screen and (max-width: 768px) {
  .sol__bg-l {
    transform: rotate(187.8deg) translate(30%, 75%);
  }
  .sol__bg-r {
    transform: rotate(70deg) translate(-85%, -54%);
  }
  .privacy-box {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 650px) {
  .sol__bg-l {
    transform: rotate(187.8deg) translate(30%, 83%);
  }
  .sol__bg-r {
    transform: rotate(70deg) translate(-98%, -57%);
  }
  .privacy-box {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 550px) {
  .sol__items {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  .sol__item:before {
    left: -10px;
    bottom: -10px;
  }
}
@media only screen and (max-width: 450px) {
  .sol__bg-l {
    transform: rotate(187.8deg) translate(30%, 85%);
    max-width: 40%;
  }
  .sol__bg-r {
    transform: rotate(70deg) translate(-96%, -57%);
    max-width: 40%;
  }
  .privacy-box {
    padding-top: 0px;
  }
}
@media only screen and (max-width: 360px) {
  .sol__items {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  }
  .sol__item {
    max-width: 250px;
  }
}
/* ----------- This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13, iPhone 13 Pro, iPhone 12 and iPhone 12 Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (max-width: 1450px) {
  .post__bg-r {
    position: absolute;
    top: 340px;
    right: -321px;
  }
  .post__bg-l {
    position: absolute;
    top: 40px;
  }
  .post__cards {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 60px;
  }
}
/*TABLET START*/
@media only screen and (max-width: 900px) {
  .post__bg-r {
    display: none;
  }
  .post__bg-l {
    display: none;
  }
}
/*TABLET END*/
@media only screen and (max-width: 768px) {
  .post__item {
    flex-direction: column;
  }
  .post__img {
    max-height: 200px;
  }
  .post__descr {
    max-width: 100%;
  }
}
@media only screen and (max-width: 650px) {
  .post__cards {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    grid-column-gap: 20px;
    grid-row-gap: 35px;
  }
  .post__btn {
    max-width: 150px;
  }
}
/* ----------- This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13, iPhone 13 Pro, iPhone 12 and iPhone 12 Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (max-width: 1820px) {
  .art__bg {
    width: min(344px + 600 * (100vw - 375px) / 1545, 944px);
    height: min(299px + 600 * (100vw - 375px) / 1545, 899px);
    right: -420px;
  }
}
@media only screen and (max-width: 1620px) {
  .art-bottom__date {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 1450px) {
  .art-next__inner {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-column-gap: 50px;
    grid-row-gap: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .art__bg {
    width: min(244px + 700 * (100vw - 375px) / 1545, 944px);
    height: min(199px + 800 * (100vw - 375px) / 1545, 999px);
    right: -280px;
    top: 85px;
  }
  .art__photo {
    position: inherit;
    max-width: min(375px + 656 * (100vw - 375px) / 1545, 1031px);
    top: inherit;
    right: inherit;
    margin-bottom: 40px;
  }
}
/*TABLET START*/
@media only screen and (max-width: 1024px) {
  .first-section .grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
/*TABLET END*/
@media only screen and (max-width: 650px) {
  .art__bg {
    display: none;
  }
  .art__inner h2 {
    max-width: 100%;
  }
  .art__photo {
    max-width: 100%;
    max-height: 260px;
  }
}
/* ----------- This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13, iPhone 13 Pro, iPhone 12 and iPhone 12 Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
@media only screen and (max-width: 1820px) {
  .det__bg {
    right: -555px;
    top: 730px;
  }
}
@media only screen and (max-width: 1620px) {
  .det__bg {
    max-width: 900px;
  }
}
@media only screen and (max-width: 1280px) {
  .det__bg {
    display: none;
  }
}
/*TABLET START*/
/*TABLET END*/
@media only screen and (max-width: 650px) {
  .det-info__inner {
    flex-direction: column;
    padding: min(20px + 10 * (100vw - 375px) / 1545, 30px) min(10px + 63 * (100vw - 375px) / 1545, 73px) min(20px + 33 * (100vw - 375px) / 1545, 53px);
    box-shadow: 4px 0px 35px 20px rgba(34, 60, 80, 0.2);
    background: linear-gradient(to top, #a4f0ef 0%, #6c7ae7 100%);
  }
  .det-info__descr {
    box-shadow: none;
    background: none;
    padding: 0;
  }
  .det-info__photo {
    margin-top: 50px;
  }
  .det-info__box {
    margin-left: 0px;
    margin-top: 10px;
    color: #fff;
  }
  .det-info__img {
    max-width: 180px;
  }
}
@media only screen and (max-width: 550px) {
  .det__btn-t {
    margin-right: 10px;
    max-width: 160px;
  }
  .det__btn {
    max-width: 160px;
  }
  .det-cards__slider {
    padding-bottom: 13px;
  }
  .det-cards__slide {
    max-width: 360px;
  }
}
@media only screen and (max-width: 410px) {
  .det-cards__slide {
    max-width: 330px;
  }
}
@media only screen and (max-width: 360px) {
  .det-cards__slide {
    max-width: 290px;
  }
}

/* ----------- This media query is used for: iPhone 13 Pro Max and iPhone 12 Pro Max ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13, iPhone 13 Pro, iPhone 12 and iPhone 12 Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- This media query is used for: iPhone 13 mini, iPhone 12 mini, iPhone 11 Pro, iPhone Xs, and iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */

/*# sourceMappingURL=style.css.map */
/*11-10-2024*/
.ahead__descr.public_sector {
  max-width: 615px;
}

h1.bottom-interior__title.title-w.title_sector span {
  background: #0C0B3C;
  color: #fff;
}


/*11-10-202*/

/* 15-10-24 */
.ahead.public-sector .ahead__descr {
  max-width: 680px;
  width: 100%;
  margin-right: 55px;
}
.ahead.public-sector .ahead__pict .ahead_pict-box1 {
  position: relative;
  padding-right: 80px;
}

.ahead.public-sector .ahead__pict .ahead_pict-box1::before {
  content: "";
  position: absolute;
  top: 80px;
  right: 0px;
  width: calc(100% - 80px); 
  height: 100%;
  background: linear-gradient(152.44deg, #8952C7 2.76%, #D63386 82.85%);
  z-index: -1;
}

.ahead.public-sector .ahead__pict .ahead_pict-box1::after {
  content: "";
  position: absolute;
  top: 80px;
  right: 0px;
  width: calc(100% - 80px);
  height: 100%;
  background: linear-gradient(152.44deg, #8952C7 2.76%, #D63386 82.85%);
  z-index: 1;
  mix-blend-mode: color;
}

.ahead.public-sector .ahead__pict {
  max-width: 100%;
  width: 100%;
}
.ahead__descr.public_sector p {
  margin-bottom: 30px;
}
.ahead__descr.public_sector p:last-child {
  margin-bottom: 0px;
}
.ahead.public-sector .ahead__inner {
  max-width: 1454px;
  margin: 0 0 0 auto !important;
 
}
/*.ahead.public-sector .ahead__dec2 {*/
/*  transform: rotate(58deg) translate(-60%, 20%);*/
/*}*/
.ahead.public-sector .ahead__dec2 {
  transform: rotate(58deg);
  left: -18%;
  top: -40%;
}


@media(max-width:1700px){
  .ahead.public-sector .ahead__dec2 {
    max-width: 26%;
  }
}


@media(max-width:1200px){
  .ahead__descr.public_sector p {
    margin-bottom: 10px;
}
}
@media(max-width:1024px) {
  .ahead.public-sector .ahead__pict .ahead_pict-box1 {
    padding-right: 50px;
  }
  .ahead.public-sector .ahead__pict .ahead_pict-box1::before {
    top: 50px;
    right: 0px;
    width: calc(100% - 50px);
  }

  .ahead.public-sector .ahead__pict .ahead_pict-box1::after {
    top: 50px;
    right: 0px;
    width: calc(100% - 50px);
  }
}

@media(max-width:767px) {
  .ahead.public-sector .ahead__pict .ahead_pict-box1 {
    padding-right: 30px;
  }

  .ahead.public-sector .ahead__pict .ahead_pict-box1::before {
    top: 50px;
    left: unset;
    right: 0px;
    width: calc(100% - 30px);
  }

  .ahead.public-sector .ahead__pict .ahead_pict-box1::after {
    top: 50px;
    left: unset;
    right: 0px;
    width: calc(100% - 30px);
  }
}
/* 15-10-24 end*/
/*11-07-2025 */
p.since__text.new {
    color: #fff;
}
    section.bottom-head p.since__text.new {
        max-width: 500px;
        margin-bottom: min(25px + 20 * (100vw - 375px) / 1545, 45px);
    }
 
    @media(max-height:750px){
        .bottom-head__inner{
        padding-top: 200px !important;
    }
    }
 