* {
  font-family: 'Golos Text', sans-serif;
  font-style: normal;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container-xxl,
.container-fluid,
.row {
  --bs-gutter-x: 0;
}

.container-xxl {
  max-width: 1408px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  background-color: #f0f0f4;
}

hr {
  color: #dfdfea;
  opacity: 1;
}
.modal-open {
  overflow: auto !important;
  padding-right: 0px !important;
}
.header {
  z-index: 2;
  width: 100%;
  height: 120px;
  transition: transform 0.4s, background 0.3s;
  position: fixed;
}

.header a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.header-links a {
  margin: 0 20px;
}

.header.out {
  background: none;
  transform: translateY(-100%);
}

.header.scrolled {
  background: rgba(0, 0, 0, 0.5);
}

.header-brand {
  margin: 0 0 0 46px;
}

.header-languages ul {
  list-style-type: none;
  padding: 0px;
  margin: 0 30px 0 0;
  display: flex;
  justify-content: space-between;
}

.header-languages ul li a.current-language {
  background: rgba(0, 0, 0, 0.5);

  border-radius: 10px;
}

.header-languages ul {
  list-style-type: none;
  padding: 0px;
  margin: 0 30px 0 0;
  display: flex;
  justify-content: space-between;
}

.header-languages ul li a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  padding: 9px 12px;
  margin: 0 4px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.header-languages-hover a.header-lang:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);

  border-radius: 10px;
  z-index: -1;
  transform-origin: center center;
  transform: scale(0.1);
  opacity: 0;
}

.header-languages-hover a.header-lang:hover:before {
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s linear 0s;
}

.link-button {
  position: relative;
  display: inline-block;
}
.link-button::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition-duration: 0.25s;
}
.link-button:hover::after {
  transform: scale(1, 1);
}

.header-button {
  background: #fff;
  margin-right: 48px;
  width: 175px;
  height: 40px;

  border-radius: 12px;
  border: none;
  color: #2f2e36;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.header-button:hover {
  background: rgba(0, 0, 0, 0.5);
  color: #dfdfea;
}

.splide1 .splide__pagination {
  position: absolute;
  width: 150px;
  height: 52px;
  margin-left: 160px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 25px;
  bottom: 76px;
}

.splide1 .splide__arrows {
  position: absolute;
  bottom: 100px;
  left: 157px;
}

.splide1 .splide__arrow.splide__arrow--prev {
  background: none;
  z-index: 2;
}

.splide1 .splide__arrow.splide__arrow--next {
  background: none;
  z-index: 2;
  left: 110px;
}

.splide1 .splide__arrow.splide__arrow--prev svg,
.splide1 .splide__arrow.splide__arrow--next svg {
  fill: #ffffff;
}

.carousel-text {
  position: absolute;
  z-index: 1;

  margin: 180px 160px;
}

.carousel-text h1 {
  color: #fff;
  font-size: 56px;
  font-weight: 700;
  max-width: 770px;
  line-height: 72px;
  margin-bottom: 36px;
}

.carousel-text p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  max-width: 640px;
}
.underline-svg {
  position: absolute;
  margin: 133px 0 0 96px;
}

.company-text {
  padding: 130px 130px 110px 130px;
}

.company-text p {
  margin-left: 30px;
  margin-bottom: 20px;
  color: #424858;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

.company-map {
  background-image: url('../svgs/Map.svg');
  height: 830px;
  background-size: 1312px;
  background-repeat: no-repeat;
  background-position: center;
}

.company-map h1 {
  max-width: 280px;
  margin: 0 0 104px 160px;

  color: #424858;
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 64px;
}

.map-content-wrapper {
  padding: 0 0 0 160px;
}

.map-content-row1 .col-6.col-lg-3,
.map-content-row2 .col-6.col-lg-3 {
  max-width: 224px;
}

.map-content-row1 h2 {
  margin-bottom: 5px;
  color: #da221a;
  font-size: 80px;
  font-weight: 500;
  line-height: 88px;
}

.map-content-row1 p {
  color: #424858;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}
.map-content-row1 {
  margin-bottom: 72px;
}

.map-content-row2 h2 {
  margin-bottom: 5px;
  color: #da221a;
  font-size: 44px;
  font-weight: 500;
  line-height: 48px;
  letter-spacing: -1.76px;
}

.map-content-row2 sup {
  color: #da221a;
  font-size: 26px;
  font-weight: 700;
}
.map-content-row2 p {
  color: #424858;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.advantages-wrapper {
  padding: 48px 60px;
  margin: 56px 48px 0 48px;
  border-radius: 25px;
}

.advantages-wrapper h1 {
  color: #424858;
  font-size: 56px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 31px;
}

.advantages-wrapper p {
  max-width: 360px;
  color: #424858;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 8px;
}
.advantages-hr {
  margin: 32px 0 38px 0;
}

.advantages-content .adv-grey-text {
  border-radius: 12px;

  color: #868a94;
}

.advantages-content p {
  width: 420px;
  padding-right: 4px;
}

.advantages-content {
  padding: 0;

  width: 420px;
  margin: 0 2px 24px 0;
}

.advantages-svg {
  margin: 25px 0 24px 0;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 1px solid #dfdfea;
  justify-content: center;
  align-items: center;
  display: flex;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-collapse {
  /* margin: 0; */
  border-top: 1px solid #dfdfea;
  color: #dfdfea;
  opacity: 1;
}
.accordion-item .accordion-header .accordion-button:focus {
  color: #424858;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin-bottom: 0;
  box-shadow: none;
}

.accordion-item:first-of-type {
  border-radius: 25px;
}

.accordion-item:last-of-type {
  border-radius: 25px;
}
.accordion-item .accordion-header .accordion-button {
  background-color: transparent;
}

.accordion-item {
  border: 0;
  background-color: #fff;
  margin: 16px 48px 16px 48px;
}
.accordion-item .accordion-header {
  height: 112px;
  padding: 0 20px;
  display: flex;
}

.accordion-button h2,
.accordion-button.collapsed h2 {
  color: #424858;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
  margin: 0px;
}
.accordion-button img,
.accordion-button.collapsed img {
  margin-right: 16px;
}
.accordion-content-row .col-2 {
  color: #868a94;
}
.accordion-content-row .col-10 {
  color: #424858;
}
.accordion-content-row hr {
  padding: 0;
  margin: 0;
}

.accordion-content-row hr:last-child {
  display: none;
}
.accordion-content-row div {
  margin: 24px 0;
}
.accordion-content-row .col-10 p {
  color: #868a94;
  margin: 4px 0 0 0;
}
.accordion-item .accordion-collapse .accordion-body {
  color: #18103b;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 0 60px;
}

.accordion-content .row .col-2 {
  margin: 24px 0;
  padding: 0 48px;
  color: #868a94;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}
.accordion-content .row .col-10 {
  margin: 24px 0;
  color: #18103b;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.accordion-content-text div {
  color: #18103b;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.accordion-content-text div p,
.accordion-content-text hr {
  margin: 0;
}
.accordion-content-text div h6 {
  color: #868a94;
  margin: 0;
}
.accordion-content-text div {
  margin: 24px 0;
}

#acc-1 .accordion-body {
  margin: 18px 0 0 0;
  padding-bottom: 24px;
}

#acc-2 .accordion-body {
  margin: 18px 0 0 0;
  padding-bottom: 24px;
}

#acc-2 .accordion-body hr:last-child {
  display: none;
}
.history-geo-mobile hr:last-child {
  display: none;
}

.info-wrapper {
  max-width: 1312px;
  margin: 0 0px 57px 0px;
  padding: 64px 60px;
  background-color: #fff;
  border-radius: 25px;
}

.advantages-info {
  padding: 0px 48px;
}
.info-wrapper h2 {
  max-width: 490px;
  color: #868a94;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}
.info-wrapper p {
  margin: 0px 0 0 12px;
  color: #18103b;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.info1.col {
  margin-right: 30px;
}

.col.flex-row.d-flex .info-bottom-text {
  color: #868a94;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 4px 0 0 6px;
}

.buttons-wrapper {
  padding: 128px 0 56px 0;
}

.nav-pills.rounded-pill.border {
  border: 2px solid !important;

  padding: 3px;
  border-color: #dfdfea !important;
}
.nav-link {
  padding: 10px 24px;
  color: #18103b;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.nav-link:hover {
  color: #ffffff;
  background-color: #dfdfea;
}

.nav-item1 .active {
  color: #ffffff !important;
  background-color: #da221a !important;
}

.nav-item2 .active {
  color: #ffffff !important;
  background-color: #be2323 !important;
}

.nav-item3 .active {
  color: #ffffff !important;
  background-color: #74ae32 !important;
}

.second-slider {
  display: flex;
  justify-content: center;
}

.splide2 .splide__arrow.splide__arrow--prev,
.splide2 .splide__arrow.splide__arrow--next {
  background: #fff;
}

.splide2 .splide__arrow.splide__arrow--prev svg,
.splide2 .splide__arrow.splide__arrow--next svg {
  fill: #da221a;
}

.splide2 {
  margin: 0px 48px;
  padding: 0px;
  max-width: 1312px;
}

.zoomD {
  width: 300px;
  height: auto;
  transition: all ease-in-out 0.4s;
  cursor: zoom-in;
}
#lb-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}
#lb-back.show {
  visibility: visible;
  opacity: 1;
}
#lb-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
#lb-img img {
  /* 
  width: 100%;
  height: auto;
  cursor: zoom-out; 
  */
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  cursor: zoom-out;
}

.splide__slide.slide-img2 img {
  margin: 0px 0px;
  padding: 0px 0px;
  border-radius: 15px;
  height: 292px;
  width: 420px;
}

.tabs-content {
  margin: 0;
  padding: 42px 48px;
  display: flex;
  background-color: white;
  max-height: 205px;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}

.tabs-content.open {
  display: flex;
  max-height: 500px;
  -webkit-transition: max-height 0.7s;
  transition: max-height 0.7s;
}

.local-brands {
  margin-right: 24px;
}
.global-brands {
  margin-left: 24px;
}

.tab-brands img {
  width: auto;
  margin: 22px 13px;

  filter: grayscale(100%) opacity(60%);
}

.tab-brands .first-img {
  margin-left: 0;
}
.tab-brands .last-img {
  margin-right: 0;
}

.tab-brands img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.tabs-content h3 {
  color: #18103b;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.brands-hr {
  background: #dfdfea;
  filter: opacity(60%);
  margin: 0 48px;
}

.show-text {
  display: block;
}
.tab-insta-links {
  display: flex;
  align-items: center;
}

.tab-insta-links a {
  color: #25136e;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  text-decoration-line: underline;
  margin: 0;
}
.tab-insta-links img {
  margin-left: 30px;
}
.tab-3-divider {
  margin: 10px 0 16px 0;
}
.solutions {
  padding: 128px 48px 88px 48px;
}

.solutions__h1 {
  color: #424858;
  font-size: 56px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 20px;
}
.solutions-images-wrapper {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.solutions-images {
  justify-content: space-between;
  margin: 36px 0;
}

.solutions-images img {
  filter: grayscale(100%) opacity(60%);
}

.solutions-img {
  margin: 0 16px;
}

.solutions-img-first {
  margin-right: 16px;
}
.solutions-img-last {
  margin-left: 16px;
}

.solutions-images img:hover {
  filter: grayscale(0%);
}
.solutions-divider {
  margin: 0px;
  padding: 0px;
  background: #dfdfea;
  filter: opacity(60%);
}
.for-partners-wrapper {
  padding: 138px 48px;
}
.for-partners-title h1 {
  color: #424858;
  font-size: 56px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 16px;
}

.for-partners-title p {
  max-width: 476px;
  color: #2f2e36;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 50px;
}

.for-partners-link a {
  color: #25136e;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.partnership p {
  max-width: 620px;
  color: #868a94;
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
}

#overlay.active {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  cursor: pointer;
}

.custom-dd {
  position: relative;
  color: #fff;
  background: #da221a;

  width: 100%;
  height: 64px;
  border: none;
  border-radius: 15px;
  padding-left: 24px;
  text-align: start;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.custom-dd.active {
  background: #f0f0f4;
  color: #424858;
  z-index: 5;
}

.custom-dd.active .option-dd {
  background: #ffffff;
  color: #424858;
  visibility: visible;
  opacity: 1;
}

.option-role-button:hover {
  background: #da221a;
  color: #fff;
}

.custom-dd::after {
  content: url('../svgs/down-w.svg');
  position: absolute;
  right: 24px;
  bottom: 14px;
  transition: 0.5s;
}
.custom-dd.active::before {
  content: url('../svgs/down-b.svg');
  position: absolute;
  right: 24px;
  bottom: 14px;
  transition: 0.5s;
}
.custom-dd.active::after {
  content: url('');
}
.custom-dd::before {
  content: url('');
}

.custom-dd .option-dd {
  position: absolute;
  top: 70px;
  left: 0px;
  width: 100%;
  background: rgba(255, 255, 255);
  border-radius: 15px;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: 0.25s;
}

.custom-dd .option-dd hr {
  margin: 0;
}

.custom-dd .option-dd div {
  padding: 16px 24px;
  cursor: pointer;
}

.show-more-btn {
  cursor: pointer;
  margin: 12px 0 0 0;
}

.show-more-btn a {
  margin: 0 4px;
  color: #424858;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.show-less-text {
  display: none;
}

#contacts {
  background-color: #f0f0f4;
}

.footer {
  padding: 64px 48px;
  margin: 0;
}

.footer-logo a {
  padding: 0;
  margin: 0;
}

.footer-title p {
  max-width: 260px;
  color: #868a94;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 26px 0 0 0;
}

.footer-info {
  text-align: center;
  padding: 10px;
}

.footer-info h6 {
  margin-bottom: 0px;
  text-align: center;
  color: #424858;
  font-size: 14px;
  font-weight: 400;
}
.footer-icons1 a {
  padding-right: 12px;
  text-decoration: none;
}

.footer-bottom {
  margin-top: 24px;
}

.footer-copyright h6 {
  color: #424858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  padding-left: 8px;
}

.footer-links a {
  color: #25136e;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.made-on-link {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.made-on-link a {
  color: #25136e;
}
.footer-address p {
  width: 366px;
}
.footer-up-button1 {
  display: flex;
  justify-content: end;
  border-bottom: 1px solid #e8e6d9;
  opacity: 1;
}

.footer-address-title {
  color: #868a94;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0px 8px 8px 8px;
}
.footer-address-content {
  color: #424858;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0px 0 0 8px;
}

.footer-address-title.second,
.footer-address-content.second {
  margin-left: 16px;
}
.footer-address a {
  text-decoration: none;
}
.footer-address {
  border-bottom: 1px solid #e8e6d9;
  padding: 34px 0 40px 0;
}

.footer-up-button1 a,
.footer-up-button2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #da221a;
  border-radius: 100%;
}

.footer-email {
  padding: 38px 8px;
}

.footer-email img {
  width: 24px;
  height: 24px;
  margin: 6px 7px 6px 6px;
}
.footer-email a {
  color: #25136e;
  font-size: 24px;
  font-weight: 500;
  text-decoration-line: underline;
}
.footer-email-form {
  background: none;
  color: #25136e;
  font-size: 24px;
  font-weight: 500;
  text-decoration-line: underline;
  border: none;
}
.footer-email-2 {
  width: 350px;
}

.modal-content {
  border-radius: 20px;
}
.modal-body {
  padding: 0 32px 32px 32px;
}

.modal-title {
  padding: 28px 0 0 32px;
  color: #424858;
  font-size: 40px;
  font-weight: 500;
  line-height: 48px;
}

.modal-close-btn {
  padding: 20px 20px 0 0;
}
.form-label {
  margin: 0 0 6px 0;
  padding: 0;
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.form-label p {
  margin: 0;
  padding: 0 0 0 2px;
  color: #da221a;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.form-control {
  border: 2px solid #ebebeb;
  height: 48px;
}

.form-control:focus {
  box-shadow: none;
  border: 2px solid #000000;
}
.form-textAppeal {
  border: 2px solid #ebebeb;
  height: 128px;
}

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 6px;

  background-color: #f3f3f4;
  display: inline-block;
  padding: 0.5rem 1rem;
}

.inputfile + label:before {
  font-family: 'FontAwesome';
  content: url('../svgs/+.svg');
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  top: 2px;
  position: relative;
}

/* .inputfile + label:hover {
}
.inputfile:focus + label {
} */

.inputfile + label {
  cursor: pointer;
}

.inputfile:focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  pointer-events: none;
}
form .row {
  margin-top: 15px;
}

.form-required-text {
  color: #424858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.form-required-text p {
  padding: 0 2px 0 0;
  color: #da221a;
  font-weight: 400;
}

.btn-refresh {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background: #da221a;
}

.btn-refresh:hover {
  background: #be2323;
}

.btn-refresh:active {
  background: #be2323 !important;
  border: none !important;
}

.btn-secondary {
  background: #da221a;
  border: none;
  height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.btn-secondary:hover {
  background: #da221a;
  box-shadow: 0 0 10px #da221a;
}

.btn-secondary:active {
  box-shadow: none;
}

.form-control.custom-form-select {
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);

  appearance: none;
  background-image: url('../svgs/down.svg');
  background-repeat: no-repeat;
  background-position: right 0.7rem top 50%;
  background-size: 16px 16px;
}

.personal-data-link {
  color: #424858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.personal-data-link a {
  color: #424858;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration-line: underline;
}

/* .was-validated .form-control:valid {
  background-image: none;
} */
