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

*,
:after,
:before {
  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 {
  -webkit-margin-before: .5rem;
  margin-block-start: .5rem;
  -webkit-margin-after: 1rem;
  margin-block-end: 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 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: .9rem;
  margin-block-end: .9rem
}

hr {
  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] {
  -webkit-border-after: none;
  border-block-end: 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
}

@media print {

  *,
  :after,
  :before {
    background: transparent !important;
    color: #000 !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 {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    border: 1px solid #ccc
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    -moz-column-break-inside: avoid;
    break-inside: avoid
  }

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

  h2,
  h3 {
    -moz-column-break-after: avoid;
    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;
  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;
  user-select: none;
  background-color: transparent;
  border: 1px solid #c36;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: 3px;
  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 {
  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] {
  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%;
  -webkit-margin-after: 15px;
  margin-block-end: 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%, .5019607843)
}

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 {
  -webkit-border-before: 1px solid hsla(0, 0%, 50.2%, .5019607843);
  border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

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

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

table tbody+tbody {
  -webkit-border-before: 2px solid hsla(0, 0%, 50.2%, .5019607843);
  border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@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 {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

#tabs-1 {
  display: flex;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

#tabs-1 .tabs__nav {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style-type: none;
 gap: 14px;
  margin: 0;
  flex: 22% 0 0;
  
}

#tabs-1 .tabs__nav .tabs__btn {
  display: flex;
column-gap: 18px;
row-gap: 8px;
  text-decoration: none;
  padding: 10px 75px 10px 10px;
  border-radius: 20px;
  border: 1px solid var(--Border, #DDD);
background: #F4F4F4;
  cursor: pointer;
  align-items: center;
}
#tabs-1 .tabs__nav .tabs__btn:focus, .tabs__nav .tabs__btn:hover {
  outline: none;
  background: none;
}
#tabs-1 .tabs__nav .tabs__btn:hover {
  background-color: white;
}
#tabs-1 .tabs__nav .tabs__btn_active {
  background: white;
  cursor: default;
}

#tabs-1 .tabs__btn:not(.tabs__btn_active):hover,
#tabs-1 .tabs__btn:not(.tabs__btn_active):focus {
  background-color: #eee;
}
.unser__btn {
  display: block;
  color: var(--White, #FFF);
font-size: 16px;
font-weight: 500;
padding: 15px;
text-align: center;
border-radius: 10px;
background: var(--Blue, #5282CA);
margin-top: auto;
}
.unser__btn:hover {
  color: var(--White, #FFF);
  background: var( --e-global-color-primary );
}
#tabs-1 .tabs__content {
  padding: 0 0 0 32px;

}
.elementor-shortcode {
  display: block;
}
#tabs-1 .tabs__content .img {
  flex-basis: auto;
  position: relative;
  display: block;
}
#tabs-1 .tabs__content .img img {
/*  height: auto;*/
    width: 100%;
   
    border-radius: 20px;
}
#tabs-1 .tabs__content .content {
  flex: 60% -1 0;
}
#tabs-1 .tabs__content .content__subtitle {
  color: var(--Gray, #797E83);
font-size: 14px;
letter-spacing: 0.56px;
text-transform: uppercase;
position: relative;
padding-left: 61px;
}
#tabs-1 .tabs__content .content__subtitle::before {
content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="6" viewBox="0 0 5 6" fill="none"><circle cx="2.5" cy="3" r="2.5" fill="%23797E83"/></svg>');
position: absolute;
left: 0;
}
#tabs-1 .tabs__content .content__subtitle::after {
position: absolute;
left: 12px;
top: 50%;
content: '';
width: 40px;
height: 2px;
background: var(--Border, #DDD);
}
#tabs-1 .tabs__content .content__title {
  color: #323942;
font-size: 14px;
margin-top: 22px;
text-transform: uppercase;
}
#tabs-1 .tabs__content .content__text {
  color: var(--Gray, #797E83);
margin-top: 14px;
font-size: 18px;
line-height: 150%; /* 27px */
}
#tabs-1 .tabs__pane {
  display: none;
}

#tabs-1 .tabs__pane_show {
  display: flex;
  gap: 22px;
}



#tabs-1 .tabs__nav .tabs__btn img {
  max-height: 86px;
  width: auto;
  flex: calc((100% - 18px) / 3) 0 0;
  border-radius: 10px;
  object-fit: cover;
  object-position: top;
}
#tabs-1 .tabs__nav .tabs__btn  div {
  flex-basis: calc((100% - 18px) / 3 * 2);
  display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    text-align: left;
}
#tabs-1 .tabs__nav .tabs__btn .tab__title {
  grid-area: 1 / 2 / 2 / 3; 
  color: var(--Black, #323942);
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 120%;
}
#tabs-1 .tabs__nav .tabs__btn .tab__subtitle {
  grid-area: 2 / 2 / 3 / 3;
  color: var(--Gray, #797E83);
font-size: 13px;
line-height: 140%; /* 18.2px */
}


@media (max-width:940px) { 
  #tabs-1 {
   
    flex-direction: column;
  }
  #tabs-1 .tabs__nav {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style-type: none;
    gap: 14px;
    margin: 0;
    overflow-x: scroll;
    padding-bottom: 15px;
    margin-bottom: 10px;
    width: 100%;
    flex: 100%;
}
#tabs-1 .tabs__content {
  padding: 0;
}

#tabs-1 .tabs__content .content__text {
  line-height: 130%;
}
.unser__btn {
  display: none;
}
}


#tabs-2 {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
#tabs-2 span.title {
  float: right;
  color: var(--Gray, #797E83);
font-size: 18px;
font-weight: 400;
line-height: 150%; /* 27px */
margin-right: 8%;
}
#tabs-2 .tabs__nav {
  display: flex;
  /* flex-direction: column; */
  /* flex-wrap: wrap; */
  list-style-type: none;
  gap: 14px;
  margin: 0;
  text-align: right;
  justify-content: flex-end;
  float: right;
  border-radius: 15px;
  border: 1px solid var(--Border, #DDD);
  background: var(--White, #FFF);
  padding: 5px;
}

@media (max-width: 767px){

  #tabs-2 .tabs__nav {
    padding: 3px;
    width: 100%;
    gap: 0px;
    float: none;
    justify-content: flex-start;
    overflow: auto;
  }

}

.tabs__content-columns {
  display: flex;
  gap: 24px;
  width: 100%;
  margin-top: 40px;
}
.tabs__content-columns ul {
  list-style: none;
  padding-left: 0;
}
.tabs__content-column:nth-child(1) {
flex: 36% 0 0;
border-radius: 20px;
border: 1px solid var(--Border, #DDD);
padding: 24px;
display: flex;
    flex-direction: column;
}
.tabs__content-column:nth-child(2) {
  flex: 64% 1 1;
  }
  #tabs-2 .columns-2 {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 41px;
    margin-top: 24px;
  }
  #tabs-2 .columns-2 .columns-2__column {
    flex: calc((100% - 10px) / 2) 1 1;
  }
  #tabs-2 .columns-2 a {
    color:  #323942;
  }
  #tabs-2 .tabs__nav span {
    color: var(--Gray, #797E83);
  font-size: 18px;
  line-height: 150%; /* 27px */
  }

#tabs-2 .tabs__nav .tabs__btn {
  display: flex;
  text-decoration: none;
  padding: 10px 36px;
  border-radius: 10px;
  border: none;
  background: #fff;
  cursor: pointer;
  align-items: center;
  color: #797E83;
font-size: 16px;
}

#tabs-2 .tabs__nav .tabs__btn:focus, .tabs__nav .tabs__btn:hover {
  outline: none;

}
#tabs-2 .tabs__nav .tabs__btn:hover {
  background: #5282CA;
  color: #fff;
}
#tabs-2 .tabs__nav .tabs__btn_active {
  background: #5282CA;
  cursor: default;
  color: #fff;
}

#tabs-2 .tabs__btn:not(.tabs__btn_active):hover,
#tabs-2 .tabs__btn:not(.tabs__btn_active):focus {
  background-color: #fff;
  color: #797E83;
}

#tabs-2 .tabs__content {
  padding: 0;
  clear: both;

}


#tabs-2 .tabs__content .tabs__content-subtite {
  color: var(--Gray, #797E83);
  font-size: 14px;
}

#tabs-2 .tabs__content .tabs__content-title {
  color: #323942;
font-size: 24px;
font-weight: 400;
line-height: 140%; 
}

#tabs-2 .tabs__pane {
  display: none;
}

#tabs-2 .tabs__pane_show {
  display: flex;
  gap: 22px;
}

@media (max-width:1193px) {
  #tabs-2 .columns-2 .columns-2__column:nth-child(1) {
    flex: auto 1 1;
  }
}
@media (max-width:1100px) {
  .tabs__content-columns {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  #tabs-2 span.title {
    float: left;
  }
  .tabs__content-column:nth-child(1),
  .tabs__content-column:nth-child(2) {
flex: 100%;
min-height: 260px;

  }
  .tabs__content-column:nth-child(1) {
    padding: 20px;
  }
  .tabs__content-tite {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    margin-bottom: 0;
  }
  .ti-controls {
    display: none!important;
  }
}
@media (max-width:1190px) {
  .elementor-shortcode .ti-widget.ti-goog .ti-reviews-container-wrapper {
    margin: 0;
  }
  #tabs-2 span.title {
    margin-right: 1%;
  }
}
@media (max-width:779px) {
  #tabs-2 {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
  }
  #tabs-1 .tabs__pane_show {
    flex-direction: column;
  }
  #tabs-2 span.title {
    margin-bottom: 24px;
    order: -1;
    font-size: 14px;
  }
  #tabs-2 .tabs__nav .tabs__btn {
    flex-basis: 49%;
    justify-content: center;
    padding: 8px 12px;
    font-size: 14px;
  }
  #tabs-2 .columns-2 {
    flex-direction: column;
    padding-bottom: 0px;
  }
  .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
    align-items: center;
  }
}
@media (min-width: 768px) {
  #tabs-1 .tabs__content .img img{
    min-width: 360px;
  }
  
}
@media (max-width:767px) { 
  #tabs-2 {
    flex-wrap: wrap;
  }
  #tabs-2 .tabs__nav {
    /* display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    list-style-type: none;
    gap: 14px;
    margin: 0;
    overflow-x: scroll; */
    /*padding-bottom: 15px;*/
    margin-bottom: 10px;
}
#tabs-2 .tabs__content {
  padding: 0;
}
#tabs-2 .tabs__pane_show {
  flex-direction: column;
}
#tabs-2 .tabs__content .content__text {
  line-height: 130%;
}
.unser__btn {
  display: none;
}
}
