h1, h2, h3, h4, h5, h6 {
  color: #28353D;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  color: #28353D;
  background-color: #ffffff;
  padding-top: 105px;
}
@media (max-width: 1024px) {
  body {
    padding-top: 64px;
  }
}

html.cookies-banner-visible {
  scroll-padding-bottom: 120px;
}

body.cookies-banner-visible {
  padding-bottom: 120px !important;
}

html.menu-open,
body.menu-open {
  overflow: hidden;
  overscroll-behavior: none;
}

a:focus-visible,
button:focus-visible {
  outline: 2px solid #4A56F8;
  outline-offset: 2px;
  border-radius: 6px;
}

:root {
  --icon-flip: 1;
}

:root[dir=rtl] {
  --icon-flip: -1;
}

.lSAction .lSPrev {
  inset-inline-start: 0;
  left: unset !important;
}
.lSAction .lSNext {
  inset-inline-end: 0;
  right: unset !important;
}

.lSAction > .lSPrev:before {
  --icon-rotate: 0deg;
  transform: rotate(var(--icon-rotate)) scaleX(var(--icon-flip));
}

.lSAction > .lSNext:before {
  --icon-rotate: 0deg;
  transform: rotate(var(--icon-rotate)) scaleX(var(--icon-flip));
}

.lSAction > .lSPrev svg {
  --icon-rotate: 0deg;
  transform: rotate(var(--icon-rotate)) scaleX(var(--icon-flip));
}

.lSAction > .lSNext svg {
  --icon-rotate: 0deg;
  transform: rotate(var(--icon-rotate)) scaleX(var(--icon-flip));
}

:where(ul, ol) {
  margin-block: 0;
  padding-inline-start: 0;
  list-style: none;
}

a,
a:link,
a:visited {
  color: #3A55F7;
  text-decoration: none;
}
a.type-name-link,
a:link.type-name-link,
a:visited.type-name-link {
  text-decoration: underline;
}

a:hover {
  color: #4A65F8;
  text-decoration: none;
}

a:active {
  color: #6177F9;
  text-decoration: none;
}

p {
  margin: 0 0 10px;
}

.main-btn-green {
  display: table;
  border-radius: 3px;
  background-color: #30b95a;
  box-shadow: 0 13px 27px 0 rgba(62, 194, 95, 0.34);
  padding: 14px 25px;
  font-size: 13px;
  color: white !important;
  font-weight: bold;
  line-height: 1.846;
  cursor: pointer;
  transition: all 0.6s;
  margin: 40px auto;
  border: none;
}
.main-btn-green:hover {
  box-shadow: none;
}

.navigation-backdrop {
  position: fixed;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(2, 4, 8, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  touch-action: none;
  overscroll-behavior: none;
  z-index: 101;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navigation-backdrop.show-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wt-main-header {
  z-index: 102;
}

.fixed {
  position: fixed;
  width: 100%;
}

.public-btn {
  display: table;
  -webkit-border-radius: 100px;
  border-radius: 6px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: background-color 0.6s;
  border: 1px solid #FA8B3E;
  background: linear-gradient(86deg, #F97316 18.59%, #FBA366 54.86%, #FA8B3E 91.14%);
  color: #120800 !important;
}
.public-btn.p-btn-new {
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  background: #3A55F7;
  border: 1px solid transparent;
  padding: 8px 16px;
  white-space: nowrap;
}
.public-btn.p-btn-new.orange {
  border: 2px solid transparent;
  background: linear-gradient(#fff, #fff) padding-box, conic-gradient(from 180deg at 50% 50%, #120800 0deg, #F97316 223.27deg, #120800 360deg) border-box;
  color: #120800 !important;
}
.public-btn.p-btn-new.btn-orange {
  color: #120800 !important;
  border-radius: 6px;
  border: 1px solid #FA8B3E;
  background: linear-gradient(86deg, #F97316 18.59%, #FBA366 54.86%, #FA8B3E 91.14%);
}

/* content start */
.wt-main-content {
  min-height: calc(100vh - 574px);
}

/* content end */
/* header start */
.wt-main-header {
  -webkit-box-shadow: 0 4px 10px rgba(160, 175, 187, 0.1607843137);
  box-shadow: 0 4px 10px rgba(160, 175, 187, 0.1607843137);
  border-bottom: 1px solid #EEE;
  top: 0;
  left: 0;
  right: 0;
  width: auto;
  position: fixed;
  background-color: #fff;
  z-index: 102;
}
@media (max-width: 1024px) {
  .wt-main-header {
    transform: translateY(0);
    transition: transform 260ms ease-out;
    will-change: transform;
  }
  .wt-main-header.header-hidden {
    transform: translateY(-100%);
  }
  .wt-main-header.header-visible {
    height: 64px;
    transform: translateY(0);
  }
}
@media (min-width: 1025px) {
  .wt-main-header {
    transform: none !important;
    transition: none;
  }
}
@media (max-width: 1024px) {
  .wt-main-header .container {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
  }
}
.wt-main-header .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  gap: 12px;
}
@media (max-width: 1024px) {
  .wt-main-header .header {
    padding-right: 24px;
    padding-left: 24px;
  }
}
@media (max-width: 414px) {
  .wt-main-header .header {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 320px) {
  .wt-main-header .header {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.wt-main-header .header .main-header-top {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  z-index: 104;
}
@media (max-width: 1024px) {
  .wt-main-header .header .main-header-top {
    display: flex;
    justify-content: space-between;
  }
}
.wt-main-header .header .main-header-top .support-links {
  justify-self: start;
  display: flex;
  gap: 22px;
}
@media (max-width: 1024px) {
  .wt-main-header .header .main-header-top .support-links {
    display: none;
  }
}
.wt-main-header .header .main-header-top .support-links a {
  font-size: 14px;
  line-height: 20px;
  color: #616161 !important;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.wt-main-header .header .main-header-top .support-links a.wt-login-icon-btn {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wt-main-header .header .main-header-top .wt-logo-link {
  justify-self: center;
}
.wt-main-header .header .main-header-top .wt-login {
  justify-self: end;
  display: flex;
  gap: 12px;
  align-items: center;
}
@media (max-width: 470px) {
  .wt-main-header .header .main-header-top .wt-login a {
    display: none;
  }
}
.wt-main-header .header .main-header-top .wt-login .navigation-btn-block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1025px) {
  .wt-main-header .header .main-header-top .wt-login .navigation-btn-block {
    display: none;
  }
}
.wt-main-header .header .main-header-top .wt-login .navigation-btn-block .navigation-btn-close {
  display: none;
}
.wt-main-header .header .main-header-top .wt-login .wt-language-choose .dropdown .item-language {
  display: none;
}
.wt-main-header .header .main-header-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}
.wt-main-header .header .main-header-bottom .navigation-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(2, 4, 8, 0.4);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 100;
}
.wt-main-header .header .main-header-bottom .navigation-backdrop.show-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  top: 64px;
}
.wt-main-header .header .main-header-bottom .navigation #menuMain .wt-navList .wt-navList-item {
  display: flex;
  height: 40px;
  padding: 8px 16px 8px 24px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: transform 0.3s ease;
}
.wt-main-header .header .main-header-bottom .navigation #menuMain .wt-navList .wt-navList-item:hover .wt-navList-title {
  color: #4A56F8;
}
.wt-main-header .header .main-header-bottom .navigation #menuMain .wt-navList .wt-navList-item:hover .wt-navList-title .arrow-header-menu {
  transform: rotate(180deg);
}
.wt-main-header .header .main-header-bottom .navigation #menuMain .wt-navList .wt-navList-item:hover .wt-navList-title .arrow-header-menu path {
  fill: #4A56F8;
}
.wt-main-header .header .main-header-bottom .navigation #menuMain .wt-navList .wt-navList-item .wt-navList-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #120800;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}
.wt-main-header .header .main-header-bottom .navigation #menuMain .wt-navList .wt-navList-item .wt-navList-title .arrow-header-menu {
  transition: transform 0.3s ease;
}
.wt-main-header .header .main-header-bottom .navigation #menuMain .wt-navList .wt-navList-item .wt-navList-title .arrow-header-menu path {
  fill: #120800;
}

/* header end */
/* footer start */
.wt-main-footer {
    height: 100%;
    position: relative;
    z-index: 9;
    background: #F5F5F5;
}
@media (max-width: 1024px) {
    .wt-main-footer .container {
        padding-left: 24px;
        padding-right: 24px;
    }
}
@media (max-width: 414px) {
    .wt-main-footer .container {
        padding-left: 16px;
        padding-right: 16px;
    }
}
@media (max-width: 320px) {
    .wt-main-footer .container {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.wt-main-footer .footer-block {
    display: flex;
    flex-direction: column;
    padding: 64px 0;
    gap: 24px;
}
@media (max-width: 1024px) {
    .wt-main-footer .footer-block {
        padding: 32px 0;
    }
}
@media (max-width: 375px) {
    .wt-main-footer .footer-block {
        padding: 24px 0;
    }
}
.wt-main-footer .footer-block .main-footer-top {
    padding-bottom: 16px;
    border-bottom: 1px solid #B0BBFC;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-top {
        display: none;
    }
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .section-menu-title {
    display: flex;
    align-items: center;
    gap: 4px;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .section-menu-title img {
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .section-menu-title .title {
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list .footer-menu-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list .footer-menu-group .footer-menu-group-title {
    display: flex;
    padding: 0 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #393939;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list .footer-menu-group .footer-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list .footer-menu-group .footer-menu li {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 10px;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list .footer-menu-group .footer-menu li:hover {
    border-radius: 4px;
    background: #EEEFF5;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list .footer-menu-group .footer-menu li:hover .menu-link {
    color: #3A55F7;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list .footer-menu-group .footer-menu li.active {
    border-radius: 4px;
    background: #EEEFF5;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list .footer-menu-group .footer-menu li.active .menu-link {
    color: #3A55F7;
}
.wt-main-footer .footer-block .main-footer-top .nav-footer .nav-footer-wrap .section-menu-wrap .footer-menu-list .footer-menu-group .footer-menu li .menu-link {
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
.wt-main-footer .footer-block .main-footer-middle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 16px;
    border-bottom: 1px solid #B0BBFC;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle {
        flex-direction: column;
        gap: 24px;
        padding-bottom: 0;
        border-bottom: none;
    }
}
.wt-main-footer .footer-block .main-footer-middle .footer-info {
    max-width: 780px;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle .footer-info {
        width: 100%;
        order: 2;
    }
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal {
        gap: 8px;
    }
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section {
        width: 100%;
        align-self: stretch;
        border-radius: 8px;
        border: 1px solid #EEE;
        background: #F5F5F5;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        gap: 0;
        overflow: hidden;
    }
    .wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section.active {
        background: #EEEFF5;
    }
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section .info-section__head {
    position: relative;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section .info-section__head {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 16px;
        cursor: pointer;
    }
    .wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section .info-section__head.active .footer-all-legal__title {
        color: #3A55F7;
    }
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section .info-section__head::after {
    content: "";
    display: none;
    background: url(../img/arrow-footer.svg) no-repeat center;
    width: 24px;
    height: 24px;
    inset-inline-end: 20px;
    bottom: 13px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    flex-shrink: 0;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section .info-section__head::after {
        display: block;
    }
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section .info-section__head .footer-all-legal__title {
    color: #1E1E1E;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    display: block;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section .info-section__head .footer-all-legal__title {
        font-size: 14px;
    }
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal .info-section__content {
        display: none;
        padding: 0 16px 16px 16px;
    }
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal__text {
    color: #8E8E8E;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    white-space: normal;
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal__text {
        font-size: 14px;
    }
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .footer-sa-legal a {
    text-decoration: underline;
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .license {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #8E8E8E;
    margin-bottom: 16px;
    word-wrap: break-word;
    max-width: 975px;
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .not-country {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: #8E8E8E;
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .cards {
    padding-top: 36px;
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .cards .cards-img {
    margin-inline-start: 20px;
}
.wt-main-footer .footer-block .main-footer-middle .footer-info .cards .cards-img:first-child {
    margin-inline-start: 0;
}
.wt-main-footer .footer-block .main-footer-middle .social-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 16px;
}
@media (max-width: 1024px) {
    .wt-main-footer .footer-block .main-footer-middle .social-info {
        align-items: flex-start;
    }
}
@media (max-width: 997px) {
    .wt-main-footer .footer-block .main-footer-middle .social-info {
        order: 1;
    }
}
.wt-main-footer .footer-block .main-footer-middle .social-info .social {
    display: flex;
    align-items: center;
    gap: 8px;
}
.wt-main-footer .footer-block .main-footer-middle .social-info .social a {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
}
.wt-main-footer .footer-block .main-footer-middle .social-info .social a svg path {
    fill: #8E8E8E;
}
.wt-main-footer .footer-block .main-footer-middle .social-info .social a:hover svg path {
    fill: #3A55F7;
}
.wt-main-footer .footer-block .main-footer-middle .social-info .e-mail-wrp {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
}
.wt-main-footer .footer-block .main-footer-middle .social-info .e-mail-wrp .e-mail {
    color: #393939;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
.wt-main-footer .footer-block .main-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width: 768px) {
    .wt-main-footer .footer-block .main-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}
.wt-main-footer .footer-block .main-footer-bottom .footer-bottom-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
@media (max-width: 768px) {
    .wt-main-footer .footer-block .main-footer-bottom .footer-bottom-left {
        display: contents;
    }
}
.wt-main-footer .footer-block .main-footer-bottom .footer-bottom-left .cards {
    display: flex;
    align-items: flex-start;
    gap: 24px;
}
@media (max-width: 768px) {
    .wt-main-footer .footer-block .main-footer-bottom .footer-bottom-left .cards {
        order: 1;
    }
}
.wt-main-footer .footer-block .main-footer-bottom .footer-bottom-left .copyright {
    display: flex;
    height: 24px;
    align-items: center;
    gap: 2px;
    align-self: stretch;
    color: #393939;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
@media (max-width: 768px) {
    .wt-main-footer .footer-block .main-footer-bottom .footer-bottom-left .copyright {
        order: 3;
    }
}
.wt-main-footer .footer-block .main-footer-bottom .footer-bottom-right {
    display: flex;
    height: 24px;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
@media (max-width: 768px) {
    .wt-main-footer .footer-block .main-footer-bottom .footer-bottom-right {
        order: 2;
        width: 100%;
        height: auto;
        justify-content: flex-start;
        gap: 8px;
        flex-wrap: wrap;
  }
}
.wt-main-footer .footer-block .main-footer-bottom .footer-bottom-right .menu-link {
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 10px;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
}
.wt-main-footer .footer-block .main-footer-bottom .footer-bottom-right .menu-link:hover {
    border-radius: 4px;
    background: #EEEFF5;
    color: #3A55F7;
}

/* footer end */
/* chat style */
#chatra {
  visibility: visible !important;
  opacity: 1 !important;
}

#chatra.chatra--side-bottom {
  bottom: 5px !important;
}

.banner-desktop-wrp {
  display: block;
}
@media (max-width: 1199px) {
  .banner-desktop-wrp {
    display: none !important;
  }
}

/*new public 2020*/
.list-unstyled {
  padding: 0;
  margin: 0;
  list-style: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.main-header-top .new-year-tape {
  position: absolute;
  display: block;
  background: url("../img/header-NY-min.png") left;
  width: 100%;
  height: 59px;
  top: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .main-header-top .new-year-tape {
    background: url("../img/header-mob_NY-min.png") left;
    height: 43px;
  }
}

.cookies-info {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 16px;
  z-index: 1000 !important;
  inset-inline-start: 0;
  inset-inline-end: 0;
}
.cookies-info .container {
  background: #fff;
  width: 100%;
  box-shadow: 0px -5px 10px rgba(168, 190, 206, 0.15);
  padding: 12px 16px;
  border-radius: 12px;
}
.cookies-info .text-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 52px;
}
@media (max-width: 767px) {
  .cookies-info .text-wrp {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.cookies-info .text-wrp .title-cookie-container {
  display: flex;
  gap: 8px;
  font-size: 16px;
  font-style: normal;
  white-space: nowrap;
  align-items: center;
}
.cookies-info .text-wrp .title-cookie-container .title {
  font-weight: 400;
  line-height: 140%;
}
.cookies-info .text-wrp .title-cookie-container .subtitle {
  font-weight: 700;
  line-height: 140%;
}
.cookies-info .text-wrp p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #2E4453;
  margin: 0;
  word-wrap: break-word;
  width: 100%;
  max-width: 640px;
}
.cookies-info .text-wrp p a {
  text-decoration: underline;
}
.cookies-info .text-wrp .public-btn {
  padding: 8px 16px;
  min-width: 100px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-transform: none;
}

.line-chat {
  position: fixed;
  z-index: 1101;
  inset-inline-end: 10px;
  bottom: 85px;
}

.imitation-livechat {
  position: fixed;
  z-index: 1101;
  inset-inline-end: 8px;
  bottom: 16px;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 60px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  align-items: center;
  justify-content: center;
  display: none;
}
.imitation-livechat.show-chat {
  display: flex;
}
.imitation-livechat button {
  width: 32px;
  height: 32px;
  position: relative;
}
.imitation-livechat button.loading svg {
  display: none;
}
.imitation-livechat button.loading::before {
  content: "";
  position: absolute;
  inset-inline-start: 2px;
  top: 2px;
  width: 28px;
  height: 28px;
  border: solid 2px #2000F0;
  border-radius: 50%;
  border-right-color: transparent;
  border-bottom-color: transparent;
  -webkit-transition: all 0.5s ease-in;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  transition: all 0.5s ease-in;
  animation-name: rotate;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#chat-widget-container {
  bottom: 60px;
}

#lang-change-modal .modal-dialog {
  top: 10%;
  max-width: 576px;
}
#lang-change-modal .modal-content {
  padding: 48px;
  color: #262626;
}
@media (max-width: 375px) {
  #lang-change-modal .modal-content {
    padding: 20px;
  }
}
#lang-change-modal .modal-body {
  padding: unset;
  max-width: 480px;
}
#lang-change-modal .modal-header {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-bottom: unset;
  padding: unset;
}
#lang-change-modal .change-lang-text {
  padding-top: 16px;
  font: 18px Roboto;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 375px) {
  #lang-change-modal .change-lang-text {
    line-height: 130%;
  }
}
#lang-change-modal .lang-change-action-btn {
  display: flex;
  gap: 12px;
  padding-top: 20px;
}
@media (max-width: 375px) {
  #lang-change-modal .lang-change-action-btn {
    flex-direction: column-reverse;
  }
}
#lang-change-modal .lang-change-action-btn .change-lang {
  width: 100%;
}
#lang-change-modal .close {
  background: url("../img/close-btn.svg") no-repeat !important;
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  margin-top: unset;
}
@media (max-width: 375px) {
  #lang-change-modal .close {
    display: none;
  }
}

#language-coming-soon .modal-dialog {
  max-width: 520px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 576px) {
  #language-coming-soon .modal-dialog {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
#language-coming-soon .modal-dialog .modal-content {
  border: none !important;
  box-shadow: none !important;
  border-radius: 10px;
  padding: 32px;
}
#language-coming-soon .modal-dialog .modal-content .modal-header {
  border-bottom: none !important;
  position: relative;
}
#language-coming-soon .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  display: block;
  background: url("../img/close.svg") no-repeat;
  width: 24px;
  height: 24px;
  inset-inline-end: -11px;
  top: -9px;
  cursor: pointer;
}
#language-coming-soon .modal-dialog .modal-content .modal-body {
  text-align: center;
}
#language-coming-soon .modal-dialog .modal-content .modal-body img {
  width: 154px;
  height: 133px;
  margin-bottom: 32px;
}
#language-coming-soon .modal-dialog .modal-content .modal-body p {
  margin: 0 0 32px 0;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  line-height: 140%;
}
#language-coming-soon .modal-dialog .modal-content .modal-body .d-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
#language-coming-soon .modal-dialog .modal-content .modal-body button {
  margin: 0;
  width: 225px;
}
@media (max-width: 576px) {
  #language-coming-soon .modal-dialog .modal-content .modal-body button {
    width: -webkit-fill-available;
  }
}

html[dir=rtl] .wt-main-footer .nav-footer .nav-footer-wrap .footer-menu li::before {
  transform: scaleX(-1);
}

/*# sourceMappingURL=header-end-footer.css.map */
