* {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
}
body,
h1,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
body {
  position: relative;
  font-family: sans-serif;
  line-height: 1.25;
  color: #000;
  background: #fff;
}
input,
button {
  font-size: 100%;
  font-family: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
button {
  cursor: pointer;
  -webkit-appearance: none;
}
b,
strong {
  font-weight: 700;
}

h1,
h2,
#emblem {
  font-family: "Fira Sans", sans-serif;
}
h1,
h2,
#emblem {
  font-weight: 700;
}

body {
  font-family: "Inter", sans-serif;
  color: #263238;
  background: #fff;
  overflow-anchor: none;
}
a,
a:hover {
  color: #102447;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: underline;
}
:target {
  margin-top: -4em;
}

html {
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
#ma1n {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.m-bg-1 {
  padding: 10px 0;
}
.m-bg-3 {
  max-width: 1030px;
  margin: 0 auto;
  background: #fff;
}
.m-bg-4 {
  position: relative;
  z-index: 2;
  width: 1000px;
  min-height: 600px;
  margin: 0 auto;
  padding: 0.1px 0 1px;
  background: #fff;
  text-align: left;
}
@media screen and (min-width: 1030px) {
  .m-bg-4 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.portal {
  position: relative;
  z-index: 99;
  width: 1030px;
  margin: 0 -15px 20px;
  text-align: left;
}
.portal-g1 {
  position: relative;
  z-index: 2;
  background: #fff;
  transition:
    box-shadow 0.4s,
    background 0.2s;
}
.portal-g1:after {
  content: "";
  display: block;
  clear: both;
}
#emblem {
  float: left;
  margin: 0 0 0 15px;
  line-height: 1;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: normal;
  color: inherit;
}
#emblem:after {
  content: "";
  display: block;
  clear: both;
}

#footer .content {
  width: 964px;
  margin: 2.5rem auto 1.5rem;
  font-size: 1rem;
}
#footer .f-idn {
  display: block;
  width: 10rem;
  height: 2rem;
  margin: 0 auto 1.5rem;
  overflow: hidden;
  text-indent: -99em;
}
#footer .f-top {
  float: right;
  width: 3rem;
  height: 3rem;
  border-radius: 100%;
  background: #e41f1f url("/img/arrow-up.svg") no-repeat 50% 50% / 50% 50%;
}
#footer #copyright {
  padding-bottom: 20px;
  margin: 0 3.5rem;
  font-weight: 400;
  font-size: 81.25%;
  line-height: 1.231;
  text-align: center;
}

.settime {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
  color: #8598a0;
  font-size: 12px;
  align-items: center;
}
.content {
  position: relative;
  clear: both;
  margin-bottom: 20px;
}

.col-over {
  margin: -20px -15px 20px;
}

.art-full:after {
  content: "";
  display: block;
  clear: both;
}

.art-social {
  position: relative;
  float: right;
}
.art-social ul {
  list-style: none;
  margin: 0 -0.66em;
}
.art-social ul:after {
  content: "";
  display: block;
  clear: both;
}
.art-social li {
  float: left;
  line-height: 1em;
  margin: -0.66em 0;
}
.art-social .logo-facebook,
.art-social .logo-twitter,
.art-social .logo-print,
.art-social .logo-discusion {
  display: block;
  width: 16px;
  height: 16px;
  background-size: 108px;
}
.art-social .logo-facebook {
  background-position: -1.5em 0;
}
.art-social .logo-twitter {
  background-position: -3em 0;
}
.art-social .logo-print {
  background-position: -4.5em 0;
}
.art-social .logo-discusion {
  background-position: -6em 0;
}

@media print {
  body,
  #portal #emblem,
  .m-bg-1,
  .m-bg-2,
  .m-bg-3,
  .m-bg-4,
  .content,
  #content,
  .art-full {
    float: none !important;
    clear: both !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    filter: none !important;
  }
  .content {
    margin: 0 !important;
  }
  a {
    color: #009 !important;
  }
}

.logo-facebook,
.logo-twitter,
.logo-print,
.logo-discusion {
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 auto;
  background: #cfd8dc;
}
.logo-facebook {
  background-position: 0 0;
}
.logo-facebook:hover {
  background-color: #1877f2;
}
.logo-twitter {
  background-position: 0 -25px;
}
.logo-twitter:hover {
  background-color: #1da1f2;
}
.logo-print {
  background-position: 0 -325px;
}
.logo-print:hover {
  background-color: #000;
}
.logo-discusion:hover {
  background-color: #102447;
}

@media print {
  .portal,
  .content,
  #content,
  .art-full,
  .col-over {
    float: none !important;
    clear: both !important;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    filter: none !important;
  }
  .portal-g1 {
    width: auto;
    color: initial !important;
    background: none !important;
    text-shadow: none;
  }
  .portal ul,
  .art-social {
    display: none !important;
  }
  .content {
    margin: 0 !important;
  }
  a {
    color: #009 !important;
  }
}

.art-social ul {
  display: flex;
  margin: 0 -0.66em;
}

.art-social li {
  display: block;
  padding: 0.66em;
}

.art-social .logo-facebook {
  background-position: -1.9em 0;
}
.art-social .logo-twitter {
  background-position: -3.8em 0;
}
.art-social .logo-print {
  background-position: -5.8em 0;
}
.art-social .logo-discusion {
  background-position: -7.7em 0;
}

.art-social {
  pointer-events: none;
}
h1 {
  font-size: 225%;
  padding-top: 20px;
}

h2 {
  margin-bottom: 20px;
}

.art-full p {
  margin-bottom: 20px;
  line-height: 1.6;
}

.comments {
  margin-top: 2rem;
}

#ma1n {
  width: 100%;
}

.m-bg-4 {
  width: 100%;
  max-width: 1000px;
}

.portal {
  width: calc(100% + 30px);
  margin: 0;
  margin-left: -15px;
  margin-bottom: 20px;
}

.col-over {
  width: 80%;
  margin-inline: auto;
}
#footer .f-idn {
  width: 100%;
}

#footer .content {
  position: relative;
  width: 100%;
  max-width: 964px;
}

#footer .f-top {
  float: none;
  position: absolute;
  top: 0;
  right: 50px;
}
@media (max-width: 1060px) {
  .m-bg-4 {
    box-sizing: border-box;
  }
  .art-full {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  .portal {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 460px) {
  #footer .f-top {
    width: 2rem;
    height: 2rem;
    top: -35px;
    right: 25px;
  }
}

/*===*/
.portal {
  border-top: 0.25rem solid #e41f1f;
}
.header-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0.8rem;
}
.header-new__under {
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: 800;
  color: #102447;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 0.8em;
}
.header-new__under span svg {
  width: 8px;
}
.header-icons {
  display: flex;
  gap: 1.5em;
  margin-left: auto;
  padding-right: 15px;
  filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -webkit-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -moz-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -o-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
  -ms-filter: invert(9%) sepia(49%) saturate(2754%) hue-rotate(205deg)
    brightness(90%) contrast(93%);
}
.header-nav {
  border-top: 1px solid #cfdcf1;
  border-bottom: 1px solid #cfdcf1;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  list-style: none;
  white-space: nowrap;
  margin-left: 15px;
  margin-right: 15px;
}
.header-nav li {
  padding: 0 0.5em;
  color: #19386d;
  font-weight: 700;
}

.text-icons {
  font-size: 0.5em;
  text-align: center;
  margin-left: -2px;
  color: #000;
}
.btn-premium {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-right: auto;
}
.btn-premium p {
  font-size: 10px;
  line-height: 1.2;
  font-weight: 300;
  color: #526b99;
}
.btn-header {
  position: relative;
  overflow: hidden;
  display: inline-block;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  color: #263238 !important;
  background: #e8b332 !important;
  box-shadow: 0 2px 5px #b0bec5;
}
.logo-header {
  width: 170px;
}
.logo {
  margin-inline: auto;
}

.art-full {
  width: 80%;
  margin-inline: auto;
}

.title_def {
  font-weight: 600 !important;
  font-size: 2.5rem !important;
}

@media (max-width: 991px) {
  .logo-header {
    width: 130px;
  }

  .title_def {
    font-weight: 600 !important;
    font-size: 24px !important;
  }

  .btn-premium {
    display: none;
  }
  .header-nav {
    overflow: scroll;
    justify-content: flex-start;
  }
  .header-nav li {
    color: #000;
    font-size: 14px;
  }
  .header-new__under {
    color: #000;
  }
  .desk {
    display: none;
  }
  .header-icons {
    margin-left: 0;
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
  }
  .art-full,
  .col-over {
    width: 90%;
  }

  .m-bg-1 {
    padding: 0;
  }
}
@media (min-width: 991px) {
  .mob {
    display: none;
  }
}

.navlist li * {
  text-decoration: none !important;
}
.navlist {
  position: relative;
  overflow: hidden;
  margin: 0 0 1rem;
  font-size: 100%;
  line-height: 1.25;
}
.navlist:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: var(--tgl-neutral10, #cfdcf1);
}
.navlist li {
  float: left;
  display: block;
}
.navlist a {
  display: block;
  padding: 0.5em 0.75em;
  border: solid transparent;
  border-width: 2px 0;
}
.navlist a:hover {
  background: var(--tgl-neutral05, #eceff1);
  text-decoration: none;
}
.navlist a.act {
  position: relative;
  z-index: 1;
  border-bottom-color: var(--tgl-pri60, #1b3e7a);
  font-weight: 700;
  color: inherit;
  background: none;
}

.dsc-00:has(+ .dsc-00) .limb:after {
  border: 0 solid var(--paint) !important;
  border-width: 0 0 0 1px !important;
}
:root {
  --grey: #81888c;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  --check-font-regular: "IBM Plex Mono", IBM Plex, monospace;
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-spacer-horizontal: 20px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 10px;
  --iti-arrow-color: #555;
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country-primary:hover,
.iti-aio--allow-dropdown
  .iti-aio__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti-aio__selected-country:has(+ .iti-aio__dropdown-content:hover)
  .iti-aio__selected-country-primary {
  background-color: var(--iti-hover-color);
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(
    var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
      var(--iti-flag-width)
  );
  --iti-selected-country-arrow-padding: calc(
    var(--iti-arrow-padding) + var(--iti-arrow-padding) +
      var(--iti-flag-width) + var(--iti-spacer-horizontal) +
      var(--iti-arrow-width) + var(--iti-input-padding)
  );

  --iti-path-globe-2x: url("/img/globe@2x.png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country-primary:hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  )
  .iti__selected-country:has(+ .iti__dropdown-content:hover)
  .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}
.navlist {
  pointer-events: none;
}

.art-full a {
  color: #e11229;
  text-decoration: underline;
}

.art-full a:hover {
  color: #007fff;
}

aside,
footer,
#portal-g1 {
  pointer-events: none;
}

#footer .content {
  margin: 2.5rem auto 0;
}

.m-bg-1 {
  padding: 0;
}

/* Стилі для коментарів - виправлення на мобільних */
.comments__item {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}

.comments__item-body {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  word-wrap: break-word;
}

.comments__item-text {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

.comments__item-text img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
  display: block;
  margin: 10px 0;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .comments__item {
    padding: 0;
    margin: 0;
  }

  .comments__item-body {
    padding: 10px;
  }

  .comments__item-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .comments__item-text img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
    object-fit: contain;
  }
}

/* Стилі для leadform - виправлення на мобільних */

#topList,
#topList * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: inherit;
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#topList {
  width: 100%;
}
#topList {
  width: 100%;
}
#topList li {
  display: flex;
  justify-content: space-between;
}
.topList__person {
  width: 40%;
  display: grid;
  grid-template-columns: 25px min-content 1fr;
  align-items: center;
}
.topList__person--name {
  line-height: 1;
}

.topList__person--ava img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 35px !important;
  margin-right: 60px !important;
}
.topList__progress {
  display: flex;
  align-items: center;
  width: 50%;
}

.progressBar {
  display: block;
  height: 25px;
  margin: 0 20px !important;
  background-color: green;
  background-image: linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.1) 25%,
    transparent 25%,
    transparent 50%,
    rgba(0, 0, 0, 0.1) 50%,
    rgba(0, 0, 0, 0.1) 75%,
    transparent 75%,
    transparent
  );
  background-size: 40px 40px;
  border-radius: 3px;
  animation: progress-bar-stripes 2s linear infinite;
  transition: 800ms ease-out;
  width: 40%;
}
@media screen and (max-width: 800px) {
  #topList li {
    flex-direction: column;
    margin-bottom: 12px !important;
  }
  .topList__progress {
    margin-top: 2px !important;
    margin-left: 19px !important;
  }
  .topList__person,
  .topList__progress {
    width: 95%;
  }
}

#calculator,
#calculator * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: inherit;
}
#calculator {
  width: 100%;
  margin-bottom: 16px;
}
.sliderValues {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#slider {
  position: relative;
  appearance: none;
  width: 100%;
  height: 20px;
  background: #5cb95c;
  border-radius: 10px;
  outline: none;
  margin-top: 8px;
  z-index: 3;
}
#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  z-index: 4;
}
.sliderValues span {
  position: relative;
}
.sliderValues span::after {
  content: "";
  display: block;
  position: relative;
  width: 1px;
  height: 6px;
  background: #000;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  overflow: hidden;
}
.currentValue__container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -6px;
  margin-bottom: 14px !important;
}
#currentValue {
  text-align: center;
  display: inline-block;
  border: 2px solid #5cb95c;
  width: 30%;
  padding: 6px 0;
  margin: 0 auto;
  border-top: none;
}
#calculator p {
  text-align: center;
  margin-bottom: 4px;
}

.article-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.article-info .author.-image {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 48px;
  height: 48px;
  margin-right: 16px;
}

.article-info .author.-image img {
  border-radius: 50%;
}

.article-info .author.-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0096cc;
  margin-bottom: 4px;
}

.article-info .author.-name a {
  padding: 3px 0;
}

.article-info .author.-name:hover {
  color: #145c8f;
}

.article-info .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-info .group .date {
  color: #7c7c7c;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: -4px;
}
.text-body h2,
.text-body p {
  margin-bottom: 10px;
}

#form {
  max-width: 100%;
  box-shadow: 0 4px 20px 20px #00000026;
  border-radius: 5px;
}

#form {
  max-width: 400px;
  margin: 0 auto;
}

.registration-header {
  background: #ff0000;
  color: #fff;
  text-align: center;
  padding: 15px;
  font-size: 22px;
  font-weight: 700;
  border-radius: 10px 10px 0 0;
}

a {
  cursor: pointer;
}

/*=============COMMENTS==============*/
.comments {
  padding-top: 5rem;
  max-width: 790px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-bottom: 6rem;
}

.comments__list .comments__item:last-child {
  border-bottom: 1px solid var(--border-color);
}

.comments__item-answer {
  border-bottom: 0 !important;
}

.comments__item {
  display: flex;
  align-items: start;
  column-gap: 0.9rem;
  font-size: 0.925rem;
  line-height: 1.65;
  border-top: 1px solid #e0e1e2;
  padding-top: 0.25rem;
  padding-bottom: 0rem;
}

.comments__item-answer {
  margin-top: 1.25rem;
}

.comments__item-image {
  flex-shrink: 0;
}

.comments__item-image img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
}

.comments__item-body-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 1rem;
}

.comments__item-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 0.85rem;
}

.comments__item-body {
  flex-grow: 1;
}

.comments__item-name {
  font-weight: 700;
  color: var(--primary);
  letter-spacing: 0.5px;
}

.comments__item-date {
  color: var(--color-gray);
  font-size: 0.85rem;
}

.comments__item-rating {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  font-size: 0.85rem;
}

.comments__item-rating-button {
  width: 1.25rem;
  height: 1.25rem;
  padding: 0.3rem;
  flex-shrink: 0;
  background-color: rgba(98, 98, 98, 0.216);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.comments__item-rating-button svg {
  width: 100%;
  height: 100%;
}

.comments__item-body-top {
  margin-bottom: 0.35rem;
}

.comments__item-body-bottom {
  margin-top: 1rem;
  text-align: end;
  color: var(--color-gray);
  font-size: 0.85rem;
}

.comments__more {
  padding-top: 2rem;
  text-align: center;
  font-size: 1.15rem;
  color: var(--primary);
}
