@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap);

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

:focus {
  outline: 0;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  text-decoration: none;
  transition: 0.3s;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border-style: none;
  /* width: 100%; */
  height: auto;
}

form fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

b {
  font-weight: 600;
}

footer,
header,
main,
section {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Montserrat, sans-serif;
  /* font-weight: 400; */
  /* font-style: normal; */
  /* line-height: normal; */
  /* color: #000; */
}

a {
  color: #000
}

input,
select,
textarea {
  vertical-align: middle;
  padding: 0;
  box-sizing: border-box;
  resize: none;
  border: none;
  padding: 5px 0;
  color: #000;
  background: 0 0;
}

input::-webkit-input-placeholder {
  color: #7e7e7e;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #d3d3d3;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px transparent;
}

.container {
  display: block;
  position: relative;
  overflow: hidden;
  width: 1400px;
  padding: 0;
  margin: 0 auto 0 auto;
  height: 100%;
}

.title {
  font-size: 40px;
  font-weight: 600;
}

.openPopupOnline,
.openPopupTex {
  cursor: pointer;
}

h1 {
  /* position: absolute; */
  /* opacity: 0; */
}

.blueBtn {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 35px;
  background: #243a5f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  margin-bottom: 10px;
}

.blueBtn:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  transition: 0.4s;
}

.blue {
  color: #243a5f;
}

.more {
  color: #243a5f;
  text-decoration-line: underline;
  transition: color 0.3s;
}

.more:hover {
  color: #5f5f5f;
  text-decoration-line: underline;
}

.btnfixed {
  position: fixed;
  z-index: 9;
  right: 30px;
  bottom: 20px;
  width: 95px;
  height: 95px;
  transition: background-color 0.4s;
  background-color: #243a5f;
  padding: 25px;
  padding-top: 27px;
  border-radius: 50%;
  transition: 0.5s;
}

.btnfixed:hover {
  background-color: #0f6cbb;
}

.btnfixed p {
  color: #fff;
  font-size: 20px;
  transform: rotate(-90deg);
  display: block;
  margin-top: 200px;
}

.btnfixed.active {
  border-radius: 0 0 50% 0;
  background-color: #fff;
  z-index: -1;
  transition: 0.5s;
}

.burger,
.burger__search,
.menu {
  display: none;
}

.popupOnline__bottom img {
  width: 16px;
  height: 20px;
  cursor: pointer;
}

.popupOnline__bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
}

.popupOnline__bottom input {
  border: none;
  color: #aeaeae;
  width: 100%;
}

.popupOnline {
  width: 95px;
  height: 95px;
  border-radius: 20px;
  overflow: hidden;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: -1;
  opacity: 0;
  background: #f3f5f7;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s;
}

.popupOnline.active {
  z-index: 10;
  opacity: 1;
  width: 354px;
  height: 518px;
  transition: 0.5s;
}

.popupOnline__top {
  background-color: #243a5f;
  padding: 87px 0 40px;
  display: flex;
  justify-content: center;
  position: relative;
}

.popupOnline__top p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 288px;
}

.popupOnline__bottom {
  background-color: #fff;
  padding: 10px;
}

.closePopupOnline span,
.morePopupOnline span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  display: block;
  transition: background-color 0.4s;
}

.closePopupOnline span:first-child {
  rotate: 45deg;
}

.closePopupOnline span:last-child {
  rotate: -45deg;
  margin-top: -2px;
}

.closePopupOnline,
.morePopupOnline {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 15px;
  padding: 10px;
}

.closePopupOnline:hover span,
.morePopupOnline:hover span {
  background-color: #7a7a7a;
}

.morePopupOnline {
  right: 45px;
  top: 7px;
  display: flex;
  gap: 6px;
  flex-direction: column;
}

.popupOnline__inner {
  display: none;
  flex-direction: column;
  gap: 20px;
  padding: 25px 20px;
  position: absolute;
  z-index: 1;
  border-radius: 20px;
  background: #fff;
  top: 50px;
  right: 20px;
}

.popupOnline__inner.active {
  display: flex;
}

.popupOnline__inner::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 8px solid #fff;
  top: -8px;
  right: 39px;
}

.popupOnline__inner a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.popupOnline__inner a img {
  width: 14px;
  height: 14px;
}

.popupOnline__inner a p {
  color: #7a7a7a;
  font-size: 14px;
}

.mainPopup {
  position: fixed;
  top: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: -1;
  opacity: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  scale: 1.1;
}

.mainPopup.active {
  transition: 0.5s;
  opacity: 1;
  z-index: 111;
  scale: 1;
}

.mainPopup__content {
  width: 690px;
  border-radius: 20px;
  background: #f3f5f7;
  padding: 40px;
  position: relative;
}

.mainPopup__content p {
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}

.closeMainPopup {
  position: absolute;
  right: 5px;
  top: 15px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 10px;
}

.closeMainPopup span {
  background-color: #000;
  height: 2px;
  width: 100%;
  display: block;
}

.closeMainPopup span:first-child {
  rotate: 45deg;
}

.closeMainPopup span:last-child {
  rotate: -45deg;
  margin-top: -2px;
}

.mainPopup__content input,
.mainPopup__content textarea {
  border-radius: 20px;
  background: #fff;
  padding: 16px 0 16px 20px;
  width: 100%;
}

.mainPopup__content .top {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  width: 100%;
}

.mainPopup__content form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.mainPopup>div>form>p:nth-child(4) {
  margin-top: 30px;
}

.mainPopup__content button {
  width: 282px;
  height: 52px;
  cursor: pointer;
  margin-top: 20px;
}

.dropdownContent__link,
.nav__link {
  font-size: 14px;
}

.nav {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.header__top-link img,
.header__top-right img {
  width: 24px;
  height: 24px;
  transition: 0.3s;
}

.logo img {
  width: 161px;
  height: 31px;
}

.home img {
  width: 21px;
  height: 19px;
}

.header {
  position: relative;
  top: 0;
  z-index: 10;
  overflow: visible;
}

.header__button img,
.nav__item img {
  width: 14px;
  height: 14px;
}

.nav__item img {
  display: none;
}

.header__top {
  background-color: #fff;
}

.header__top-inner {
  display: flex;
  padding: 25px 0;
  justify-content: space-between;
}

.header__top-link {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 9px 35px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 300px;
}

.header__top-link:hover {
  background-color: #e6e6e6;
}

.header__top-link p {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 130%;
}

.header__top-left {
  display: flex;
  gap: 20px;
}

.header__top-right {
  display: flex;
  gap: 10px;
  align-items: center;
}

.header__top-right input {
  font-size: 16px;
}

.header__top-right:hover img {
  scale: 1.2;
  transition: 0.3s;
}

.header__bottom {
  background-color: #eceef0;
}

.header__bottom-inner {
  display: flex;
  align-items: center;
  padding: 9px 0;
  justify-content: space-between;
  overflow: visible;
}

.nav__wrap {
  display: flex;
  align-items: center;
  gap: 30px;
  width: min-content;
}

.nav__item {
  position: relative;
}

.nav__item img {
  position: absolute;
  right: 0;
  top: 2px;
}

.header__buttons {
  display: flex;
  flex-flow: row;
  gap: 10px;
  align-items: center;
}

.home {
  position: relative;
}

.home img {
  position: absolute;
  left: 0;
  top: -1px;
}

.nav__item.dropdown .nav__link {
  padding-right: 16px;
}

.nav__link {
  font-weight: 500;
  color: #424242;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s;
  width: max-content;
  display: block;
}

.dropdown .nav__link {
  background-image: url(/templates/vadis/assets/images/icons/arrowdown.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.dropdown .nav__link.active {
  background-image: url(/templates/vadis/assets/images/icons/arrowtop.svg);
  background-repeat: no-repeat;
  background-position: right center;
}

.nav__link:hover {
  text-shadow: 0 0 0.45px #424242, 0 0 0.45px #424242;
}

.home p {
  padding-left: 30px;
  color: #424242;
  text-transform: uppercase;
  transition: color 0.3s;
}

.home p:hover {
  color: #8f8f8f;
}

.header__button {
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 103px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  position: relative;
  transition: 1.5s;
}

.header__button p {
  text-transform: uppercase;
  text-align: center;
  color: #243a5f;
}

.header__button-content {
  display: none;
}

.dropdownContent {
  overflow: hidden;
  padding: 0 20px;
  position: absolute;
  background: #eceef0;
  top: 38px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: -20px;
  transition: 0.5s ease;
  box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.25);
}

.dropdownContent__link:first-child {
  margin-top: 20px;
}

.dropdownContent__link:last-child {
  margin-bottom: 20px;
}

.dropdownContent__link {
  width: max-content;
  color: #7a7a7a;
  font-weight: 500;
  text-transform: uppercase;
}

.dropdownContent__link:hover {
  text-shadow: 0 0 0.45px #243a5f, 0 0 0.45px #243a5f;
}

.header__button .dropdownContent {
  left: -1px;
  top: 40px;
  width: inherit;
}

.header__button-content p:first-child {
  margin-top: 10px;
}

.header__button-content p:last-child {
  margin-bottom: 10px;
}

.header__button.active {
  transition: 1s;
}

.hero__table * {
  font-size: 14px;
}

.table__img {
  width: 26px;
  height: 35px;
}

.hero {
  display: flex;
  align-items: center;
  overflow: visible;
}

.hero__inner {
  height: auto;
  overflow: visible;
}

.page-title {
  width: 100%;
  font-size: 48px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}

.page-title span {
  color: #243a5f;
  font-weight: 600;
}

.hero__text {
  margin-bottom: 84px;
  color: #424242;
  font-size: 20px;
  font-weight: 500;
  width: 579px;
  line-height: 1.5;
}

.hero__text .blue {
  color: #243a5f;
  font-weight: 500;
}

.hero__table tr:first-child th:first-child {
  display: flex;
  gap: 20px;
  align-items: center;
}

.hero__table tr td:first-child,
.hero__table tr th:first-child {
  padding: 20px 40px 20px 30px;
}

.hero__table tr td,
.hero__table tr th {
  vertical-align: middle;
  position: relative;
}

.table__text {
  text-align: center;
}

.table__subtitle {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 7px;
}

.table__price {
  font-size: 18px;
  font-weight: 500;
  margin-top: 6px;
}

.table__price span {
  font-size: 24px;
  font-weight: 500;
}

.table__btn {
  display: flex;
  width: auto;
  height: auto;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #243a5f;
  color: #fff;
  margin: 20px 0 0 0;
  transition: 0.4s;
}

.table__btn:hover {
  transition: 0.4s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.table__bottom {
  display: flex;
  align-items: center;
  gap: 7px;
}

body>main>section>div>div>div>table>tbody>tr td:nth-child(7),
body>main>section>div>div>div>table>tbody>tr th:nth-child(7) {
  padding: 0 10px;
  text-align: center;
}

body>main>section>div>div>div>table>tbody>tr td:nth-child(6),
body>main>section>div>div>div>table>tbody>tr th:nth-child(6) {
  width: 176px;
  text-align: center;
}

body>main>section>div>div>div>table>tbody>tr td:nth-child(5),
body>main>section>div>div>div>table>tbody>tr th:nth-child(5) {
  text-align: center;
  padding: 0 10px;
}

body>main>section>div>div>div>table>tbody>tr td:nth-child(4),
body>main>section>div>div>div>table>tbody>tr th:nth-child(4) {
  width: 119px;
}

body>main>section>div>div>div>table>tbody>tr td:nth-child(2),
body>main>section>div>div>div>table>tbody>tr th:nth-child(2) {
  width: 227px;
}

.table__card {
  width: 65px;
  height: 65px;
  margin: 0 20px;
}

.table__plus {
  font-size: 32px;
}

.table__link {
  color: #243a5f;
  font-size: 14px;
  width: 100%;
  text-align: center;
  display: block;
}

.welcomeBtn {
  width: 323px;
  height: 52px;
  margin-top: 30px;
}

.welcome__right h4 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.welcome__right p {
  color: #5f5f5f;
  margin-bottom: 14px;
  font-size: 16px;
  max-width: 671px;
  display: block;
}

.welcome__right .blue {
  font-weight: 600;
}

.welcome__inner {
  display: flex;
  gap: 100px;
  align-items: center;
  border-radius: 20px;
  overflow: hidden;
  background-color: #f3f5f7;
}

.welcome {
  padding-top: 100px;
}

.advantages__list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 95px;
  row-gap: 50px;
  margin-top: 40px;
  justify-content: space-between;
}

.advantages__img {
  width: 54px;
  height: 54px;
  padding: 12px;
  background: #0f6cbb;
  border-radius: 12px;
}

.advantages__item {
  display: flex;
  align-items: center;
  gap: 26px;
  width: 45%;
}

.reviewsSlider {
  margin-top: 50px;
}

.reviews-slide {
  padding: 20px;
  position: relative;
  background-color: #f3f5f7;
  border-radius: 20px;
}

.reviews-slide__top {
  display: flex;
  gap: 15px;
}

.reviews-slide__img {
  width: 60px;
  height: 60px;
}

.reviews-slide__stars {
  min-width: 110px;
  height: 17px;
}

.reviews-slide__star {
  width: 22px;
  height: 17px;
}

.reviews-slide .reviews-slide__stars {
  margin-left: auto;
}

.reviews-slide__titleBlock {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.reviews-slide .data {
  color: #bebebe;
}

.reviews-slide .more {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.reviews-slide__text {
  line-height: 130%;
  margin-bottom: 22px;
  margin-top: 10px;
}

.reviews__btns {
  margin-top: 40px;
  display: flex;
  margin-left: 50%;
  transform: translateX(-50%);
  gap: 20px;
}

.reviews__btn {
  width: 323px;
  height: 52px;
}

.reviews__btnGrey {
  background: #0f6cbb;
  color: #fff;
}

.reviews__btnGrey:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.reviews-pagination {
  text-align: center;
  margin-top: 15px;
}

.swiper-pagination-bullet {
  background-color: #093fa7;
}

.swiper-pagination-bullet-active {
  background-color: #9a9a9a;
}

.text-block {
  padding-top: 100px;
}

.text-block>div>p:nth-child(2) {
  margin-top: 40px;
  display: block;
}

.text-block .text-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 20px;
  list-style: disc;
}

.blog-slide__title {
  margin: 10px 0 15px;
}

.blog-slide__text {
  color: #7a7a7a;
  line-height: 130%;
  margin-bottom: 40px;
}

.blog-slide__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog-slide__bottom .data {
  color: #bebebe;
}

.blog-pagination {
  text-align: center;
  margin-top: 20px;
}

.blogSlider {
  margin: 40px 0;
}

.blogBtn {
  width: 323px;
  height: 52px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.footer {
  background-color: #f3f5f7;
  /* margin-top: 100px; */
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 76px 0 50px;
}

.footer__top {
  display: flex;
  gap: 50px;
  padding-top: 50px;
}

.footer__block {
  margin-right: 100px;
  display: flex;
  flex-direction: column;
}

.footer__grey {
  color: #929292;
  font-size: 14px;
}

.policy {
  margin-top: 30px;
  color: #929292;
  font-size: 14px;
}

.mkey {
  width: 42.958px;
  height: 18px;
}

.footer__bottom a {
  display: flex;
  align-items: center;
  gap: 4px;
}

.footer__title {
  margin-bottom: 20px;
  color: #243a5f;
  font-size: 14px;
  text-transform: uppercase;
}

.footer__nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

a.footer__grey:hover {
  color: #000;
}

.footer__link:hover {
  color: #929292;
}

.footer__link {
  width: max-content;
  font-size: 14px;
}

.grey__text {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.text-block .text-text {
  margin-bottom: 20px;
}

.plus-tab {
  padding-top: 50px;
}

.plus-tab__inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.plus-tab__btn {
  border-radius: 20px;
  background: #0f6cbb;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 10px 20px;
  width: 100%;
  cursor: pointer;
  transition: 0.5s;
}

.plus-tab__btn p {
  color: #fff;
}

.plus-tab__btn-plus {
  width: 16px;
  height: 16px;
  margin-top: 12px;
}

.plus-tab__item.close .plus-tab__btn-plus span:first-child {
  rotate: 0deg;
}

.plus-tab__item.close .plus-tab__btn-plus span:last-child {
  rotate: -270deg;
  margin-top: -2px;
}

.plus-tab__item.close .plus-tab__btn {
  background-color: transparent;
  transition: 0.5s;
}

.plus-tab__item.close .plus-tab__btn:hover {
  background-color: #0f6cbb;
  color: #fff;
}

.plus-tab__item.close .plus-tab__btn:hover p {
  color: #fff;
}

.plus-tab__item.close .plus-tab__btn:hover span {
  background-color: #fff;
}

.plus-tab__item.close .plus-tab__content {
  height: 0;
  transition: 0.5s;
  padding: 0;
  overflow: hidden;
}

.plus-tab__btn-plus span {
  display: block;
  background-color: #000;
  height: 2px;
  width: 100%;
  transition: rotate 0.5s;
}

.plus-tab__btn-plus span:first-child {
  rotate: 45deg;
}

.plus-tab__btn-plus span:last-child {
  rotate: -45deg;
  margin-top: -2px;
}

.plus-tab__item {
  border-radius: 20px;
  background-color: #f3f5f7;
}

.plus-tab__content {
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: auto;
  transition: 0.5s;
}

.plus-tab__content a {
  color: #243a5f;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 10px;
}

.plus-tab__content p {
  color: #000;
  line-height: 130%;
}

.hero-auto {
  height: auto;
  padding-top: 0;
}

.hero__table tr:nth-child(2n + 1) {
  background: #f3f5f7;
}

.hero__table-auto td,
.hero__table-auto th {
  width: auto !important;
  padding: 20px !important;
}

.arr {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: absolute;
  right: 0px;
  top: 28px;
}

.arr img {
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.hero__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
  background-color: white;
}

.hero__table {
  background-color: white;
}

/* hero__table first tr */
.hero__table tr:first-child {
  background: white;
}

.blog-slide__img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.hero__filter-item p {
  font-weight: 500;
  margin-bottom: 10px;
}

.hero__filter-item input,
.hero__filter-item select {
  border-radius: 20px;
  background: #f3f5f7;
  padding: 14px 20px;

  font-size: 12px;
}

.hero__filter-item select {
  width: 215px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/templates/vadis/assets/images/icons/arrowdownblue.svg);
  background-repeat: no-repeat;
  background-position: right 15px center;
}

td select {
  background-color: #f3f5f7;
  border-radius: 20px;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(/templates/vadis/assets/images/icons/arrowdownblue.svg);
  background-repeat: no-repeat;
  background-position: right 5px center;
  padding-right: 20px;
  font-weight: 500;
}

td.img-container .img {
  width: 44px;
  margin-left: 50%;
  transform: translateX(-50%);
}

.hero__table tr:nth-child(2n + 1) select {
  background-color: #fff;
}

.table__blue tr:first-child {
  background-color: #243a5f;
}

.table__blue td,
.table__blue th {
  padding: 15px 40px;
  border: 1px solid #d7d7d7;
  text-align: center;
}

.table__blue td {
  background-color: #f3f5f7;
}

.table__blue {
  border-radius: 20px;
  overflow: hidden;
  width: max-content;
}

.table__blue th {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}

.table__blue th span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.hero-loyalty__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  margin: 30px 0 20px;
}

.hero-loyalty__link {
  width: 100%;
  text-align: center;
  display: block;
  color: #243a5f;
  font-size: 20px;
  line-height: 130%;
}

.table__blue table>tbody>tr td:nth-child(2),
body>main>section>div>div>div>table>tbody>tr th:nth-child(2) {
  width: auto;
}

.text-block.hero-partner-program {
  padding-top: 0;
}

.blog {
  padding-top: 100px;
}

main.contact-page>section>div>span,
main.pay-page>section>div>span {
  font-weight: 500;
  margin-bottom: 30px;
  display: block;
}

.hero-contact__subtitle {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.hero-contact__item {
  margin-bottom: 30px;
}

.hero-contact__item .subtitle {
  margin-bottom: 20px;
}

main.contact-page>section>div>h4:nth-child(8) {
  margin-top: 60px;
}

.hero-pay__item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.hero-pay__item img {
  max-height: 31px;
  width: auto;
}

.hero-blog__list,
.hero-review__list {
  display: flex;
  gap: 20px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.hero-blog__list .blog-slide {
  max-width: 32%;
}

main.blog-page>section>div>p.blue {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-blog__text {
  margin-bottom: 30px;
}

.hero-blog__nav {
  margin-top: 50px;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

.hero-blog__nav a {
  color: #243a5f;
  font-size: 24px;
  line-height: 130%;
}

.hero-review__list .reviews-slide {
  max-width: 48%;
}

.faq-nav__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.faq-nav__inner .btn {
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  background: #0f6cbb;
  padding: 17px 0;
  cursor: pointer;
  transition: 0.5s;
  color: #fff;
}

.faq-nav__inner .btn.active {
  background: #243a5f;
  color: #fff;
  transition: 0.5s;
}

.faq-content {
  display: none;
  padding-top: 20px;
}

.faq-content.active {
  display: flex;
}

p.text__subtitle {
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 500;
}

p.text {
  margin: 10px 0;
  line-height: 130%;
}

.text-img {
  margin-top: 20px;
}

.link-box {
  flex-direction: column;
  display: flex;
  gap: 5px;
}

.hero-register__inner {
  display: flex;
  gap: 79px;
}

.hero-register__domen h4,
.hero-register__inner h4 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.hero-register__left {
  width: 500px;
}

.hero-register__wrapp {
  display: flex;
  gap: 20px;
}

.hero-register__item {
  padding: 10px;
  background-color: #f3f5f7;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 173px;
}

.hero-register__item div {
  display: flex;
  justify-content: space-between;
}

.hero-register__item div a {
  color: #243a5f;
  font-weight: 500;
}

.hero-register__right .hero-register__list__wrapp {
  border-radius: 10px;
  background-color: #f3f5f7;
  margin-top: 10px;
  height: 170px;
  width: 335px;
  overflow-y: scroll;
}

.hero-register__list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 10px;
}

.hero-register__list p,
.hero-register__list p span {
  font-weight: 500;
}

.hero-register__right .blue {
  display: block;
  margin: 5px 0;
}

.hero-register__right input {
  border-radius: 10px;
  background-color: #f3f5f7;
  padding: 10px;
  width: 100%;
}

.hero-register__domen p {
  margin: 20px 0;
}

.hero-register__domen textarea {
  width: 907px;
  height: 124px;
  border-radius: 20px;
  background-color: #f3f5f7;
  margin-bottom: 20px;
  padding: 20px;
}

.hero-register__btn {
  width: 305px;
  height: 47px;
  cursor: pointer;
}

.hero-register__domen {
  margin-top: 50px;
  width: fit-content;
  /*добавлен вручную*/
}

.hero-admin {
  /* display: flex; */
  justify-content: center;
  min-height: 100vh;
  background: linear-gradient(to right, #f3f5f7 50%, #fff 50%);
}

.hero-admin__inner {
  background-color: #fff;
  display: flex;
  min-height: 100vh;
}

.content_left {
  width: 353px;
  flex: 0 0 auto;
  background-color: #f3f5f7;
  min-height: 100vh;
}

.content_right {
  height: 100%;
  background-color: #fff;
  min-height: 100vh;
}

.login-block h3 {
  font-size: 20px;
  font-weight: 500;
  align-self: flex-start;
}

.login-block .blueBtn {
  width: 294px;
  height: 36px;
}

.borderBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border: 1px solid #093fa7;
  color: #093fa7;
  transition: 0.4s;
  border-radius: 35px;
  font-size: 18px;
}

.borderBtn:hover {
  transition: 0.4s;
  background-color: #0f6cbb;
  border-color: #0f6cbb;
  color: #fff;
}

.btn i {
  padding-right: 4px;
}

.btn, .btn2 {
  padding: 4px 20px;
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.4s;
  border-radius: 25px;
  font-size: 18px;
  background-color: transparent;
}

.btn-close {
  margin: 0;
}

.btn-default, .btn-info {
  border: 1px solid #093fa7;
  color: #093fa7;
}

.btn-default:hover, .btn-info:hover {
  transition: 0.4s;
  background-color: #0f6cbb;
  border-color: #0f6cbb;
  color: #fff;
}

.btn-default i, .btn-info i {
  transition: 0.4s;
  color: #093fa7;
}

.btn-default:hover i, .btn-info:hover i {
  color: #fff;
}

.btn-danger {
  border: 1px solid #d43f3a;
  color: #d43f3a;
}

.btn-danger:hover {
  transition: 0.4s;
  background-color: #d43f3a;
  border-color: #d43f3a;
  color: #fff;
}

.btn-danger i {
  transition: 0.4s;
  color: #d43f3a;
}

.btn-danger:hover i {
  color: #fff;
}

.btn-success {
  border: none;
  background: #243a5f;
  color: #fff;
}

.btn-success:hover {
  transition: 0.4s;
  background: #243a5f;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.btn-success i {
  color: white;
}

.btn-success:hover i {
  color: #fff;
}


.btn-primary, .btn-primary2 {
  border: none;
  background: #243a5f;
  color: #fff;
}

.btn-primary:hover, .btn-primary2:hover {
  transition: 0.4s;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
  background: #243a5f;
}

.btn-primary i {
  color: white;
}

.btn-primary:hover i {
  color: #fff;
}

.payment-btn-container{
  display: flex;
  /* right */
  justify-content: flex-end;
}

.payment-btn-container input{
  padding: 4px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  transition: 0.4s;
  border-radius: 25px;
  font-size: 18px;
  background-color: transparent;
  cursor: pointer;
}

.payment-btn-container input {
  border: none;
  background: #243a5f;
  color: #fff;
}

.payment-btn-container input:hover {
  transition: 0.4s;
  background: #243a5f;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
}

.login-block .borderBtn {
  width: 294px;
  height: 36px;
  margin-top: -5px;
}

.foggot {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #093fa7;
}

.login-block {
  margin-top: 44px;
  
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  gap: 20px;
}

button {
  border: none;
  cursor: pointer;
}

.content_right {
  padding: 50px 0 0 50px;
}

.domain-price {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.domain-price .blueBtn {
  margin-bottom: 0px;
}

.domain-price .blueBtn span {
  color: white;
  padding: 5px;
}

.domain-price .blueBtn span i {
  color: white;
}

.admin__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 20px;
}

.admin__input {
  border-radius: 20px;
  background-color: #f3f5f7;
  padding: 16px 20px;
  color: #3b3b3b;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  width: 440px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  /* border: 1px solid green; */
  -webkit-text-fill-color: #3b3b3b;
  -webkit-box-shadow: 0 0 0px 1000px #f3f5f7 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.div_for_admin_input select,
.div_for_admin_input input,
.payment-method-container select {
  border-radius: 20px;
  background-color: #f3f5f7;
  padding: 16px 20px;
  color: #aeaeae;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.admin__bottom {
  display: flex;
  align-items: center;
}

.admin__bottom input {
  margin-right: 8px;
}

.admin__bottom button {
  width: 217px;
  height: 36px;
  margin-right: 60px;
}

.foggot a {
  margin-top: 30px;
  display: block;
  margin-left: 160px;
}

.admin__bottom-check {
  display: flex;
}

.admin__descrip {
  font-size: 14px;
  margin: 10px 0 20px;
  max-width: 927px;
}

.admin__lable {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.register-page .admin__bottom {
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.admin__bottom-check a {
  color: #093fa7;
  text-decoration: underline;
}

.admin__row {
  display: flex;
  gap: 10px;
}

.register-page .admin__bottom .blueBtn {
  width: 300px;
}

.register-page .admin__row select {
  width: 174px;
}

tr.grey {
  background: #e7e7e7;
}

.register-page .text-block>div>p:nth-child(2) {
  margin-top: 0;
}

select {
  appearance: none;
  background-image: url(/templates/vadis/assets/images/icons/arrdown.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
}

.hero__table tr:first-child th:first-child {
  border-radius: 20px 0 0 0;
}

.hero__table tr:first-child th:last-child {
  border-radius: 0 20px 0 0;
}

.hero__table tr:last-child td:first-child {
  border-radius: 0 0 0 20px;
}

.hero__table tr:last-child td:last-child {
  border-radius: 0 0 20px 0;
}

.hero__table tr:first-child th {
  background-color: #0f6cbb;
}

.hero__table tr:first-child th p {
  color: #fff;
}

.hero-img {
  position: absolute;
  top: -39px;
  right: 0;
  z-index: 1;
  width: 591px;
  height: 576px;
}

.hero__content,
.hero__filter {
  z-index: 2;
  position: relative;
}

.hero__table tr:nth-child(2n) {
  background-color: #fff;
}

.header__button p,
.home p {
  font-size: 14px;
}

.dropdownContent__link {
  color: #243a5f;
  font-weight: 400;
}

.tablePopup img {
  width: 14px;
  height: 15px;
}

.contentTablePopup {
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  background: #fff;
}

.tablePopup-small .contentTablePopup {
  width: 386px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  z-index: 1;
  position: absolute;
  top: 30px;
  translate: -47%;
}

.tablePopup-big .contentTablePopup h4,
.tablePopup-middle .contentTablePopup h4,
.tablePopup-small .contentTablePopup h4 {
  color: #243a5f;
  font-size: 12px;
  font-weight: 500;
  line-height: 130%;
  text-transform: uppercase;
  text-align: center;
}

.tablePopup-small .contentTablePopup p, .tablePopup-middle .contentTablePopup p {
  color: #243a5f !important;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
}

.tablePopup-small .openTablePopup,
.tablePopup-small .openTablePopup__by_hover {
  vertical-align: middle;
}

.openTablePopup {
  cursor: pointer;
}

.tablePopup-middle .contentTablePopup h4 {
  padding: 15px 20px;
}

.tablePopup-middle .contentTablePopup__line {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
}

.tablePopup-middle .contentTablePopup__line-active {
  background: #0f6cbb;
}

.tablePopup-middle .contentTablePopup__line-active p,
.tablePopup-middle .contentTablePopup__line-active p * {
  color: #fff!important;
}

.tablePopup-middle .contentTablePopup__line p:first-child {
  width: 114px;
  padding-left: 20px;
}

.tablePopup-middle .contentTablePopup__line p:nth-child(2) {
  width: 77px;
}

.tablePopup-middle .contentTablePopup__line p:nth-child(3) {
  width: 68px;
}

.tablePopup-middle .contentTablePopup__line p:last-child {
  width: 65px;
}

.tablePopup-middle .contentTablePopup__line:last-child {
  border-radius: 0 0 5px 5px;
}

.contentTablePopup__line-title p {
  font-weight: 600;
}

.contentTablePopup__line p {
  font-size: 12px !important;
}

.tablePopup-middle .openTablePopup {
  position: absolute;
  left: 0;
  top: -7px;
  right: 0;
}

.openTablePopup.table__text {
  /* top: -25px; */
}

.tablePopup-middle .contentTablePopup {
  width: 324px;
  z-index: 1;
  position: absolute;
  top: 30px;
  left: -23px;
}

.tablePopup.active .openTablePopup {
  z-index: 1;
}

.tablePopup.active .contentTablePopup {
  z-index: 2;
  opacity: 1;
}

.tablePopup .contentTablePopup {
  z-index: -2;
  opacity: 0;
}

.tablePopup-big .contentTablePopup {
  width: 505px;
  padding: 20px;
  display: none;
  flex-direction: column;
  position: absolute;
  top: 30px;
  left: 0;
  translate: -47%;
}

.tablePopup-big.active .contentTablePopup {
  display: flex;
}

.tablePopup-big .contentTablePopup__line2 {
  display: flex;
  margin-top: 10px;
}

.contentTablePopup__line2 p:first-child {
  color: #7c7c7c;
  font-size: 12px;
  width: 50%;
  text-align: left;
}

.contentTablePopup__line2 p:last-child {
  color: #243a5f;
  font-weight: 500;
  font-size: 12px;
  width: 50%;
  text-align: left;
}

.tablePopup.active {
  z-index: 2;
}

.tablePopup-big .openTablePopup {
  color: #243a5f;
  text-align: center;
}

.hero__mobile {
  display: none;
}

.page-type-host .tablePopup-big .openTablePopup {
  left: 30px;
}

.about-home .tablePopup-big .openTablePopup {
  left: 43px;
}

.page-type-host-filter .hero__text {
  margin-bottom: 50px;
}

.text-block-item {
  margin-bottom: 50px;
}

.text-block-item:last-child {
  margin-bottom: 0;
}

.text-block-item .title {
  margin-bottom: 20px;
  line-height: 130%;
}

.text-block-item p {
  margin-bottom: 15px;
  line-height: 130%;
}

.text-block-item p:last-child {
  margin-bottom: 0;
}

.text-block-item ul {
  margin-bottom: 20px;
  list-style: inside;
}

.text-block-item ul li {
  line-height: 130%;
}

.text-block-item .text-mt-block {
  margin-top: 50px;
}

.text-block-inner {
  margin-top: 50px;
  margin-bottom: 30px;
}

.text-block-inner:last-child {
  margin-bottom: 0;
}

.text-block-item .text-block-inner p {
  margin-bottom: 20px;
}

.text-block-item .text-block-inner p:last-child {
  margin-bottom: 0;
}

.text-inner-title {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 500;
  margin-top: 30px;
}

.text-inner-title:first-child {
  margin-top: 0;
}

.text-block-item ol {
  margin-bottom: 20px;
}

.text-block-item ol li {
  line-height: 130%;
}

.openTablePopup.table__text {
  color: #000;
}

.tablePopup-big .contentTablePopup {
  position: fixed;
  top: 25%;
  left: 50%;
}

.tablePopup.tablePopup-middle {
  position: relative;
}

.tablePopup.tablePopup-small {
  position: relative;
}

.contentTablePopup h4 {
  margin-bottom: 0;
}

.padding-section {
  padding-top: 20px;
}

.plus-tab__item.close .plus-tab__btn p {
  color: #000;
}

.plus-tab__item .plus-tab__btn-plus span {
  background-color: #fff;
}

.plus-tab__item.close .plus-tab__btn-plus span {
  background-color: #000;
}

.register-page .text-block {
  padding-top: 0;
}

.page-home .hero {
  padding-top: 150px;
}



.flag {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.flag--france {
  -ms-flex-flow: row;
  flex-flow: row
}

.flag--france span {
  width: 12px;
  height: 24px
}

.flag--france span:nth-child(1) {
  background-color: #00f
}

.flag--france span:nth-child(2) {
  background-color: #fff
}

.flag--france span:nth-child(3) {
  background-color: red
}

.flag--ukraine {
  -ms-flex-flow: column;
  flex-flow: column
}

.flag--ukraine span {
  width: 36px;
  height: 12px
}

.flag--ukraine span:nth-child(1) {
  background-color: blue;
}

.flag--ukraine span:nth-child(2) {
  background-color: #ff0;
}

.flag--germany {
  -ms-flex-flow: column;
  flex-flow: column
}

.flag--germany span {
  width: 36px;
  height: 8px
}

.flag--germany span:nth-child(1) {
  background-color: #000
}

.flag--germany span:nth-child(2) {
  background-color: red
}

.flag--germany span:nth-child(3) {
  background-color: #ff0
}


.flag--neth {
  -ms-flex-flow: column;
  flex-flow: column
}

.flag--neth span {
  width: 36px;
  height: 8px
}

.flag--neth span:nth-child(1) {
  background-color: red
}

.flag--neth span:nth-child(2) {
  background-color: #fff
}

.flag--neth span:nth-child(3) {
  background-color: #00f
}


.flag--ru {
  -ms-flex-flow: column;
  flex-flow: column
}

.flag--ru span {
  width: 36px;
  height: 8px
}

.flag--ru span:nth-child(1) {
  background-color: #fff
}

.flag--ru span:nth-child(2) {
  background-color: #00f
}

.flag--ru span:nth-child(3) {
  background-color: red
}

.alert {
  padding: 15px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.alert-bordered-left {
  border: 0;
  border-left: 3px solid;
  border-radius: 0;
  text-align: left;
}

.hidden {
  display: none !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/* из template_styles.css */

@media (max-width: 991px) {
  .embed-menu.active {
    display: block;
    margin-top: .625rem
  }
}

.embed-menu {
  font-size: .875rem
}

@media (max-width: 991px) {
  .embed-menu {
    display: none
  }
}

@media (min-width: 992px) {
  .embed-menu {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 2.5rem;
    padding: 1.875rem 2.5rem;
    z-index: 101;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10%);
    transition: all 250ms cubic-bezier(.19, .33, .3, 1);

    background: #eceef0;
    box-shadow: 1px 5px 5px 0 rgba(0, 0, 0, 0.25);
  }
}

.embed-menu__item a {
  text-wrap: nowrap;
}

.embed-menu__item:not(:last-child) {
  padding-bottom: 20px
}

.primary-menu__item {
  position: relative;
  /* padding: .9375rem 0; */
  padding: 0;
  /* margin-right: 1.875rem; */
  transition: all .2s cubic-bezier(.19, .33, .3, 1);
  background-color: transparent
}

@media (min-width: 992px) {
  .primary-menu__item:hover .embed-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
  }
}

.primary-menu__item a:hover {
  color: #424242
}

.btnx-account {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  margin-right: .625rem;
}

.btnx-account:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 1.5625rem;
  height: 1rem;
  margin-right: 8px;
  background-image: url(/templates/vadis/assets/images/icons/account.svg);
  background-position: center;
  background-size: contain
}

.primary-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  font-size: 1rem
}

@media (max-width: 992px) {
  .primary-menu {
    -ms-flex-flow: column;
    flex-flow: column
  }

  .changecur {
    margin: 1.25rem 0 0 0;
  }
}

.headItemMenu {
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-right: 12px;
}

.header-control-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row
}

@media (max-width: 992px) {
  .header-control-group {
    -ms-flex-flow: column;
    flex-flow: column;
    margin: .625rem .9375rem
  }
}

/**
 * -------------------------
 * Client Homepage Tiles
 * -------------------------
 */

.tiles {
  margin: 0 15px 15px 15px;
}

.tiles .tile {
  padding: 20px 20px;
  background-color: #f3f5f7;
  border-right: 1px solid #ccc;
}

.tiles .tile a {
  text-decoration: none;
}

.tiles .tile:hover {
  background-color: #eceef0;
  cursor: pointer;
}

.tiles .tile .highlight {
  margin-top: 4px;
  height: 2px;
  border-radius: 2px;
}

.tiles .tile:last-child {
  border: 0;
}

@media (max-width: 767px) {
  .tiles .tile:nth-child(2) {
    border: 0;
  }

  .tiles .tile:nth-child(1),
  .tiles .tile:nth-child(2) {
    border-bottom: 1px solid #ccc;
  }
}

.tile .icon {
  position: absolute;
  top: 14px;
  right: 14px;
  font-size: 48px;
  line-height: 1;
  color: #ccc;
}

.tile .icon i {
  color: #ccc;
}

.tile .stat {
  margin-top: 20px;
  font-size: 40px;
  line-height: 1;
}

.tile .title {
  font-weight: bold;
  color: #888;
  text-transform: uppercase;
  font-size: 12px;
}

.tiles .tile:nth-child(1) {
  border-radius: 12px 0 0 12px;
}

.tiles .tile:nth-last-child(1) {
  border-radius: 0 12px 12px 0;
}

@media (max-width: 767px) {
  .tiles .tile:nth-child(1) {
    border-top-left-radius: 12px;
  }

  .tiles .tile:nth-child(2) {
    border-top-right-radius: 12px;
  }

  .tiles .tile:nth-child(3) {
    border-bottom-left-radius: 12px;
  }

  .tiles .tile:nth-child(4) {
    border-bottom-right-radius: 12px;
  }
}

.input__search {
  border-radius: 20px;
  background-color: #f3f5f7;
  padding: 16px 20px;
  color: #aeaeae;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
}

.input__search.white__input__search, .admin__input.white__input {
  background-color: white;
  border: 1px solid #eceef0;
  color: black;
}

.inner-divs-padding-4px-0 div{
  padding: 2px;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.panel {
  margin-bottom: 20px;
  /* border: 1px solid transparent; */
  border-radius: 4px;
  /* -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
  /* box-shadow: 0 1px 1px rgba(0, 0, 0, .05); */
}

@media screen and (max-width: 767px) {
  .panel {
    margin-bottom: 4px;
  }
}

.panel.panel-sidebar {
  width: 100%
}

.panel-default {
  background-color: #f3f5f7;
  border-radius: 12px;
}

.panel-default>.panel-heading{
  display: flex;
  justify-content: space-between;
}

.panel-default .pull-right a {
  padding: 8px;
  border-radius: 0 12px 0 12px;
}

.panel-default .pull-right a:hover {
  background-color: #093fa7;
}

.panel-default .panel-heading .panel-title {
  font-weight: bold;
  padding: 12px;
}

.client-home-panels .panel .panel-body>.list-group {
  padding-left: 12px;
  border-top: 0px;
  border-bottom: 0px;
}

.bg-color-custom-asBorderBtn {
  background-color: #0f6cbb;
}

.panel-default+div[menuitemname="Register a New Domain"] .input-group {
  display: block;
}

.panel-default+div[menuitemname="Register a New Domain"] input[name="domain"] {
  border-radius: 12px;
  padding: 12px;
  color: #aeaeae;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  width: 100%;
  background-color: white;
  border: 1px solid #eceef0;
}

.panel-default+div[menuitemname="Register a New Domain"] input[name="domain"]+.input-group-append input[type="submit"] {

  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  border: 1px solid #093fa7;
  color: #093fa7;
  transition: 0.4s;
  border-radius: 35px;
  font-size: 18px;
  padding: 4px 12px;
  background-color: transparent;

}

.panel-default+div[menuitemname="Register a New Domain"] input[name="domain"]+.input-group-append input[type="submit"]:hover {
  transition: 0.4s;
  background-color: #0f6cbb;
  border-color: #0f6cbb;
  color: #fff;
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.content_right {
  width: 100%
}

/*  */

a.list-group-item,
button.list-group-item {
  font-size: .875rem;
  color: #555;
  opacity: 1;
  cursor: pointer;
}

#divareahint,
.divareahint {
  left: 80px !important;
}

/* Modal из template_styles.css */

.modalDlgrem {
  width: 600px !important;
}

.modal-open {
  overflow: hidden
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2050;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -25%)
}

.modal.in .modal-dialog {
  transform: translate(0, 0)
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto
}

.modal-dialog {
  position: relative;
  width: auto;
  box-shadow: 0 20px 40px -20px #333;
  background-color: #f3f3f3
}




.modal-success .modal-contentx {
  text-align: center
}

.modal-contentx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  max-width: 720px;
  margin: auto;
  padding: 1.875rem;
  outline: 0
}

@media (min-width: 992px) {
  .modal-contentx {
    padding: 3.125rem 0
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.in {
  opacity: .5
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center
}

.modal-header2 {
  display: block !important;
}

.modal-title {
  text-transform: uppercase;
  line-height: 1.1;
  font-size: 1.5rem
}

@media (min-width: 992px) {
  .modal-title {
    font-size: 2.25rem
  }
}

.modal-body {
  position: relative;
  margin: 1.875rem auto;
  width: 100%
}

.modal-body2 {
  margin-top: 10px !important;
}

.modal-body a:hover {
  color: #f59868
}

.modal-body a+a {
  margin-left: 1.875rem
}

.modal-footer,
.modal-footer3 {
  display: flex;
  justify-content: center;
  gap: 20px;
  border: 0;
  padding: 15px;
  border-top: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal2 {
  display: block !important;
  margin: 0 auto 1.875rem !important;
}

.modal-body {
  margin-top: 80px;
  -webkit-background-size: cover;
  background-size: cover;
  width: 96%;
  z-index: 1500;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .btn {
  background: #3D4A5D;
  color: #fff;
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal-header h4.modal-title {
  color: red;
  text-align: center;
  color: #283f5a;
  text-transform: uppercase;
  font-family: MyriadProBold;
  font-size: 18px;
  text-align: center;
  top: -10px;
  position: relative;
}

/*.modal-header h2.modal-title{color:red;text-align:center;color:#283f5a;text-transform:uppercase;font-family:MyriadProBold;font-size:18px;text-align:center;top:-10px;position:relative;}*/
.modal-header h2.modal-title {
  color: #283f5a;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  top: -10px;
  position: relative;
}

.modal-footer.align-center {
  text-align: center;
  border-top: none;
  display: block;
}

.modal-footer.align-center .btn {
  color: #ffffff;
  /* background-color: #6d9fdb;
  border-color: #6d9fdb; */
  padding: 2px 15px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.modal-content {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 720px;
    margin: .625rem auto
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    /* width: 920px; */
    /* margin: 1.875rem auto */
  }
}

@media (min-width: 1024px) {
  .modal-dialog {
    /* width: 1100px; */
    /* margin: 30px auto; */
  }
}


#addinfodiv,
.addinfodiv {
  margin: 5px 5px 5px 5px;
}

.modal-footer {
  padding: 0px 0px 0px 0px !important;
  margin: 0 !important;
}

.md-header .btn {
  margin: 4px;
}

.supportticket_form {
  width: 100%;
  padding-bottom: 40px;
}

.supportticket_form .form-row {
  display: flex;
  align-items: stretch;
  margin-bottom: 20px
}

.supportticket_form .form-label {
  display: flex;
  align-items: center
}

.supportticket_form .form-field .admin__input {
  margin-bottom: 0px
}

.btn-remove-from-cart{
  padding: 0;
}

.kb-article-content p{
  padding-bottom: 16px;
}
.kb-article-content a{
  color: revert;
}
.kb-article-content ul, .kb-article-content ol{
  list-style: revert;
  margin: revert;
  padding: revert;
}

table.loyalty-table {
  margin-bottom: 30px;
  text-align: center;
  color: #555556;
  width: 100%;
}
table.loyalty-table th{
  text-align: center;
  background: #3d4a5d;
  color: #fff;
  border-left: none;
  border-right: 0;
  padding: 10px 5px;
  font-size: 17px;
  font-weight: 500;
}
table.loyalty-table td {
  padding: 10px;
  border: 1px solid #c6d9ef;
  background: url("../images/bg-period.png");
}


.page-404 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 6.25rem;
  background-image: url(images/rate-table/bg.webp);
}

.page-404__title {
  margin-top: -1.875rem;
  font-size: 3.125rem;
  text-transform: uppercase
}

.page-404__pic {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}

.page-404__pic img {
  max-width: 100%;
  margin: auto
}

.page-404__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1.25rem;
  color: #333
}

.page-404__link:hover span {
  color: #316ab5;
  opacity: 1
}

.page-404__link span {
  opacity: .5
}

.page-404__link .arrow {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 2px;
  margin-right: 1.25rem;
  background-color: #316ab5
}

.page-404__link .arrow:before {
  content: '';
  position: absolute;
  top: -5px;
  right: 18px;
  display: inline-block;
  width: 2px;
  height: 8px;
  background-color: #316ab5;
  transition: all 150ms cubic-bezier(.19, .33, .3, 1);
  transform: rotate(45deg)
}

.page-404__link .arrow:after {
  content: '';
  position: absolute;
  top: -1px;
  right: 18px;
  display: inline-block;
  width: 2px;
  height: 8px;
  background-color: #316ab5;
  transition: all 150ms cubic-bezier(.19, .33, .3, 1);
  transform: rotate(-45deg)
}

.close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  cursor: pointer;
}

.blog-text p{
  padding: 8px 0;
}

.ticket-actions{
  display: flex;
  gap: 14px;
  padding-bottom: 16px;
}

.ticket-reply{
  padding: 20px
}

.ticket-reply .message {
  padding: 12px 0px;
}

.ticket-reply .rating, .ticket-reply .rating-done {
  float: right;
  padding: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 24px;
}

.width-100{
  width: 100%;
}

.height-100{
  height: 100%;
}

.horizontally-left{
  display: flex;
  justify-content: flex-start;
}

.horizontally-center{
  display: flex;
  justify-content: center;
}

.horizontally-right{
  display: flex;
  justify-content: flex-end;
}

.vertivally-top{
  display: flex;
  align-items: flex-start;
}

.vertically-center{
  display: flex;
  align-items: center;
}

.vertically-bottom{
  display: flex;
  align-items: flex-end;
}

.padding-0{
  padding: 0;
}

.faq .blockarticlebycat{
    list-style-type: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    margin-top: 0;
    margin-bottom: 0;
}
.faq .blockarticlebycat .articleitem{
    font-weight: bold;
    font-size: 1.25em;
}

a i {
  margin-left: 4px;
}

.product-details-tab-container .row{
  padding: 5px 0px;
}

.body {
  overflow-y: auto;
}

body.menu-open {
  overflow: hidden; /* Блокируем прокрутку страницы */
  position: fixed; /* Фиксируем положение */
  width: 100%; /* Избегаем горизонтального скролла */
}

.burger__inner{
  overflow-y: visible;
  height: 100vh!important;
}

.btn-sm{
  font-size: 0.8rem;
}

.about-home {
  padding-top: 100px;
  padding-bottom: 40px;
}

.orderforms-domain-submit-buttons {
  max-width: fit-content;
}