html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit
}

h1 {
  font-size: 2.5rem
}

h2 {
  font-size: 2rem
}

h3 {
  font-size: 1.75rem
}

h4 {
  font-size: 1.5rem
}

h5 {
  font-size: 1.25rem
}

h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: .9rem
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
  white-space: pre-wrap
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #c36
}

a:active, a:hover {
  color: #336
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

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

details {
  display: block
}

summary {
  display: list-item
}

figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400
}

[hidden], template {
  display: none
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

@media print {
  *, :after, :before {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important
  }

  a, a:visited {
    text-decoration: underline
  }

  a[href]:after {
    content: " ("attr(href) ")"
  }

  abbr[title]:after {
    content: " ("attr(title) ")"
  }

  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote, pre {
    page-break-inside: avoid;
    border: 1px solid #ccc
  }

  thead {
    display: table-header-group
  }

  img, tr {
    page-break-inside: avoid
  }

  h2, h3, p {
    orphans: 3;
    widows: 3
  }

  h2, h3 {
    page-break-after: avoid
  }
}

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  width: 100%;
  border: 1px solid #666;
  border-radius: 3px;
  padding: .5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
  border-color: #333
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

[type=button], [type=reset], [type=submit], button {
  width: auto;
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText
}

[type=button], [type=submit], button {
  display: inline-block;
  font-weight: 400;
  color: #c36;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

[type=button]:focus, [type=submit]:focus, button:focus {
  outline: 5px auto -webkit-focus-ring-color
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
  color: #fff;
  background-color: #c36;
  text-decoration: none
}

[type=button]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto;
  resize: vertical
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

select {
  display: block
}

table {
  background-color: transparent;
  width: 100%;
  margin-bottom: 15px;
  font-size: .9em;
  border-spacing: 0;
  border-collapse: collapse
}

table td, table th {
  padding: 15px;
  line-height: 1.5;
  vertical-align: top;
  border: 1px solid hsla(0, 0%, 50.2%, .5019607843137255)
}

table th {
  font-weight: 700
}

table tfoot th, table thead th {
  font-size: 1em
}

table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
  border-top: 1px solid hsla(0, 0%, 50.2%, .5019607843137255)
}

table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
  background-color: hsla(0, 0%, 50.2%, .07058823529411765)
}

table tbody tr:hover>td, table tbody tr:hover>th {
  background-color: hsla(0, 0%, 50.2%, .10196078431372549)
}

table tbody+tbody {
  border-top: 2px solid hsla(0, 0%, 50.2%, .5019607843137255)
}

@media (max-width:767px) {
  table table {
    font-size: .8em
  }

  table table td, table table th {
    padding: 7px;
    line-height: 1.3
  }

  table table th {
    font-weight: 400
  }
}

dd, dl, dt, li, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

li#wppb-form-element-14>label {
  display: block !important;
  font-size: 0px !important;
  width: fit-content;
}

li#wppb-form-element-14 input#acceptance {
  display: none;
}

li#wppb-form-element-14>label>input:checked+span:before {
  color: green;
  font-size: 14px;
  left: 1px;
  right: 0px;
  top: 4px;
  position: absolute;
  margin: auto;
  background: url('https://vrajapedia.com/wp-content/uploads/2022/08/vector-4.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  content: '';
  height: 7.5px;
  cursor: pointer;
}

li#wppb-form-element-14>label>span {
  width: 18px;
  height: 18px;
  border: 1px solid #828282;
  font-size: 0px !important;
  display: block;
  position: relative;
  border-radius: 4px;
  float: left;
  cursor: pointer;
}

li#wppb-form-element-14 {
  display: flex;
}

span.agree_to_terms {
  position: relative;
  top: -3px;
  margin-left: 15px !important;
  font-weight: 400;
  font-size: 12px !important;
  line-height: 18px;
  letter-spacing: 0.02em;
}

#wppb-register-user p.form-submit input#register,
#wppb-login-wrap #wppb-submit,
#wppb-recover-password-button {
  background: #1F1F1F;
  border-radius: 30px;
  border: none;
  width: 100%;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

#wppb-login-wrap #wppb-submit {
  margin: 10px 0 !important;
  padding: 8px !important;
}

#wppb-register-user p.form-submit {
  text-align: center;
  position: relative;
  top: -10px;
}

li.wppb-form-field.passw1::before, li.wppb-form-field.passw2::before {
  background: url(/wp-content/uploads/lock.svg) no-repeat;
}

.k_auth_re {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1F1F1F;
  padding: 0px 90px 0px 0px;
  margin-top: -30px;
}

.elementor-1662 .elementor-element.elementor-element-570f657 {
  width: 379px;
  padding: 0;
  margin-left: auto;
}

.wppb-sc-heading-before-reg-buttons {
  float: right;
  width: fit-content;
  position: relative;
  top: 14px;
}

/* .wppb-sc-heading-before-reg-buttons:before {
  content: 'или';
  display: block !important;
  position: relative;
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1F1F1F;
}

html[lang=en-US]{
  content: 'or';
} */

.wppb-sc-heading-before-reg-buttons h3 {
  display: block !important;
  position: relative;
  font-family: 'Noto Sans' !important;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 22px !important;
  text-align: center;
  letter-spacing: 0.02em;
  color: #1F1F1F;
  margin: 0;
}

.wppb-sc-buttons-container {
  margin-bottom: 15px;
}

.wppb-sc-buttons-container {
  display: flow-root;
  width: fit-content;
}

.wppb-sc-buttons-container .wppb-sc-button, .wppb-sc-button-wp-default {
  width: 28px;
  height: 28px;
  background: #1F1F1F;
  border-radius: 100px;
  padding: 0;
  display: flex;
  float: left;
  align-items: center;
  justify-content: center;
  margin: 10px 16px 10px 0;
}

.wppb-sc-icon {
  color: #FFFFFF;
  font-size: 14px;
}

#wppb-loginform p:before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
}

#wppb-loginform>p label {
  display: none !important;
}

#wppb-loginform p.login-username:before {
  background: url(/wp-content/uploads/mail.svg) no-repeat;
}

#wppb-loginform p.login-password::before {
  background: url(/wp-content/uploads/lock.svg) no-repeat;
}

#wppb-loginform>p:after {
  content: "";
  clear: both;
  display: block;
}

#wppb-login-wrap p input {
  margin-left: 40px !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
}

#wppb-login-wrap p.login-remember {
  display: none !important;
}

#wppb-login-wrap p {
  border-bottom: 1px solid #1F1F1F;
  padding-bottom: 9px !important;
  margin-bottom: 32px !important;
}

p.login-submit {
  border: none !important;
  margin-bottom: 20px !important;
}

.elementor-element-12f792a3 .k_auth_re {
  margin-top: -45px !important;
}

.elementor-element-b2a1f51>.elementor-widget-container {
  padding: 0px 90px 0px 0px;
}

a.k_button_repass {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #5FBA57;
  margin: auto;
  width: 100%;
  text-align: center;
  display: block;
  margin-top: -16px;
  margin-bottom: 23px;
}

.elementor-element-570f657 .elementor-container.elementor-column-gap-default {
  display: block;
}

.elementor-element-7db73507 {
  padding-right: 40px;
}

li.lang-item {
    display: block;
}

li.lang-item {
    padding-bottom: 5px !important;
    box-sizing: content-box;
    order: 1;
}

.current-lang {
    display: block !important;
    opacity: 1 !important;
}

.elementor-element-4f8091e .elementor-widget-container {
    display: flex;
    flex-direction: column;
}

li.lang-item a {
    color: black;
    padding: 0;
    text-align: center;
    background: white;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: block;
    line-height: 28px;
}

.k_change_acc {
    color: black;
    padding: 0;
    text-align: center;
    background: white;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    display: block;
    line-height: 28px;
    cursor: pointer;
}

.k_change_acc_menu {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    min-width: 212px;
    right: 10px;
    position: absolute;
    top: 37px;
}

a.k_change_acc_menu_li {
    display: flex;
    padding: 8px 20px;
    font-family: 'Noto Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #1F1F1F !important;
    cursor: pointer;
}
.k_change_acc img{
    top: 2px;
    position: relative;
}

a.k_change_acc_menu_li:hover {
    background: #ECF2D3;
}

a.k_change_acc_menu_li img {
    margin-right: 3px;
}

.elementor-element-d1a7753 .uael-share-btn__icon i {
    font-size: 38px;
}

@media screen and (max-width:1500px) {

a#toggle-filter-mobile {
    position: absolute !important;
    top: 50px !important;
    right: 10px !important;
}
	
}

@media screen and (max-width:1200px) {

.elementor-560 .elementor-element.elementor-element-af9b180 {
    display: none !important;
}

.elementor-2610 .elementor-element.elementor-element-6da98a5e > .elementor-element-populated {
    padding: 10px !important;
}
	
.elementor-element.elementor-element-41507316 {
    display: none !important;
}
	

	
div#count-results {
    top: 10px !important;
    position: relative !important;
}
	
#filter-mobile {
    box-shadow: none !important;
}

}

@media screen and (max-width:1024px) {

.elementor-2346 .elementor-element.elementor-element-43d878ee > .elementor-widget-container {
    margin-bottom: 15px !important;
}
	
.elementor-1948 .elementor-element.elementor-element-fa7929c {
    top: 15px !important;
}
	
.elementor-2610 .elementor-element.elementor-element-36a0bb94 {
    width: 100% !important;
}

.elementor-2125 .elementor-element.elementor-element-731013c {
    position: absolute;
    right: 300% !important;
    transition: all ease 0.3s;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
	
.elementor-2125 .elementor-element.elementor-element-731013c.active {
    z-index: 100;
    right: 0 !important;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease 0.3s;
    /* display: block; */
}
	
}

@media screen and (max-width:768px) {
	
.elementor-element-4e60c968 .elementor-element-29339991 {
    top: -28px;
}
	
.elementor-element-4e60c968 .elementor-element-4a4429b4 {
    display: none !important;
}
	
.elementor-element-4e60c968 {
    display: block !important;
}
	
.elementor-element-2a7bbe0e h1.elementor-heading-title.elementor-size-default {
    padding-right: 90px;
}
	
section.elementor-section.elementor-inner-section.elementor-element.elementor-element-4e60c968.elementor-hidden-mobile.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default {
    position: absolute;
    top: 0px;
}
	
div#search-field-wrapper .autoComplete_wrapper img {
    min-width: 50px;
}
	
div#search-field-wrapper .autoComplete_wrapper h3 {
    white-space: break-spaces;
    line-height: 15px !important;
    font-size: 15px !important;
}
	
.elementor-2610 .elementor-element.elementor-element-6da98a5e > .elementor-element-populated {
    padding: 0px !important;
}
	
.k_change_acc_menu {
    min-width: 202px;
}

a.k_change_acc_menu_li {
    padding: 8px 15px;
}

.elementor-element-fa7929c .elementor-container.elementor-column-gap-default, .elementor-element-4282f90d .elementor-container.elementor-column-gap-no {
    display: flex !important;
    flex-wrap: inherit;
}

.elementor-element-b729896 .elementor-container.elementor-column-gap-wider {
    flex-wrap: inherit;
}

  .elementor-element-b2a1f51>.elementor-widget-container {
    padding: 0px 16px 0px 0px;
  }

  .wppb-sc-buttons-container .wppb-sc-button, .wppb-sc-button-wp-default {
    margin: 0px 16px 0px 0;
  }

  .wppb-sc-heading-before-reg-buttons {
    top: 3px;
  }

  .k_auth_re {
    padding: 0;
  }

html {
    max-width: 100vw;
    overflow-x: hidden;
}
	
  .elementor-element-7db73507 {
    padding-right: 0px;
  }
}
.elementor-2125 .elementor-element.elementor-element-dd5fde6 {
    overflow: visible !important;
}

@media screen and (max-width:550px) {

	
div#search-field-wrapper .autoComplete_wrapper > ul {
    left: -50px !important;
    right: 0 !important;
    width: 90vw;
}}