@font-face {
  font-family: Lato;
  src: url("/fonts/Lato-Light.ttf");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: Lato;
  src: url("/fonts/Lato-LightItalic.ttf");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: Lato;
  src: url("/fonts/Lato-Regular.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Lato;
  src: url("/fonts/Lato-Bold.ttf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Lato;
  src: url("/fonts/Lato-Black.ttf");
  font-style: normal;
  font-weight: 800;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  border: 0;
  font-size: 100%;
  font-family: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 50px;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
ol,
ul {
  list-style: none;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mt50 {
  margin-top: 50px;
}
.text-center {
  text-align: center;
}
.blgumbe {
  background: linear-gradient(270deg, #babdc3 0%, #5b6474 100%);
  font-family: Lato;
  font-style: normal;
  padding-bottom: 120px;
}
.blgumbe .container {
  width: 100%;
  max-width: 1200px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.blgumbe .main-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 66px 25px 0;
  background-color: #fbfbfb;
  overflow: hidden;
}
@media (max-width: 800px) {
  .blgumbe {
    padding-bottom: 0;
  }
  .blgumbe .main-content {
    padding: 50px 12px 0;
  }
}
@media (max-width: 500px) {
  .blgumbe .main-content {
    padding: 40px 7px 0;
  }
}
.blgumbe-header {
  margin-bottom: 20px;
}
.blgumbe-header .header-container {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.blgumbe-header .header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  grid-row: 1 / span 2;
  background: rgba(255, 255, 255, 0.5);
  flex-shrink: 0;
}
.blgumbe-header .header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #4c4a50;
  min-height: 40px;
  padding-left: 18px;
}
.blgumbe-header .header-line-colored {
  height: 4px;
  width: 100%;
  background: linear-gradient(
    90deg,
    #150f15 0,
    #150f15 33.4%,
    #fbd600 33.4%,
    #fbd600 66.4%,
    #ff1d1e 66.4%,
    #ff1d1e
  );
}
.blgumbe-header .header-lang-nav {
  display: flex;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  text-transform: lowercase;
}
.blgumbe-header .header-lang-nav .nav-item {
  padding: 0 6px;
}
.blgumbe-header .header-nav {
  display: flex;
  align-items: center;
}
.blgumbe-header .header-nav .nav-item {
  padding: 0 12px;
  color: #e5e5f2;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  text-transform: uppercase;
}
.blgumbe-header .header-nav .nav-item.nav-btn {
  position: relative;
  padding-left: 42px;
  background-color: #394c67;
  color: #fff;
}
.blgumbe-header .header-nav .nav-item.nav-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 42px;
  height: 40px;
  background: url("/img/img-person.png") no-repeat;
  background-size: 17px 19px;
  background-position: center center;
}
.blgumbe-header .header-bottom {
  position: relative;
  padding-top: 6px;
  padding-left: 20px;
  color: #fff;
}
.blgumbe-header .header-bottom .header-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  text-transform: lowercase;
}
.blgumbe-header .header-bottom .header-subtitle {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
.blgumbe-header .header-bottom .header-menu {
  display: none;
}
@media (max-width: 800px) {
  .blgumbe-header {
    margin-bottom: 28px;
  }
  .blgumbe-header .header-container {
    grid-template-columns: 90px 1fr;
  }
  .blgumbe-header .header-top-wrapp {
    display: none;
  }
  .blgumbe-header .header-bottom {
    padding-top: 34px;
  }
  .blgumbe-header .header-logo {
    width: 90px;
    height: 90px;
    grid-row: unset;
  }
  .blgumbe-header .header-bottom .header-menu {
    position: absolute;
    top: 10px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
    width: 40px;
    height: 32px;
  }
  .blgumbe-header .header-bottom .header-menu > span {
    display: block;
    width: 30px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
  }
}
.blgumbe-tools-wrapp {
  position: relative;
  width: 100%;
  height: 1px;
}
.blgumbe-tools {
  position: absolute;
  top: -36px;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.blgumbe-tools .tools-search {
  display: flex;
  width: 250px;
  height: 40px;
  flex-shrink: 0;
  background-color: #394c67;
  overflow: hidden;
}
.blgumbe-tools .tools-search .search-input {
  width: 100%;
  height: 100%;
  padding: 10px 42px 8px 10px;
  border: none;
  background-color: inherit;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.blgumbe-tools .tools-search .search-input::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: inherit;
  font-style: italic;
  font-weight: 300;
}
.blgumbe-tools .tools-search .search-input:focus,
.blgumbe-tools .tools-search .search-input:active,
.blgumbe-tools .tools-search .search-input:hover {
  border: none;
  outline: none;
}
.blgumbe-tools .tools-search .search-btn {
  width: 40px;
  height: 40px;
  background: url("/img/img-search.png") no-repeat;
  background-position: center center;
}
.blgumbe-tools .tools-links {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #fff;
}
.blgumbe-tools .tools-links .soc-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 36px;
  height: 40px;
}
@media (max-width: 800px) {
  .blgumbe-tools-wrapp {
    height: auto;
  }
  .blgumbe-tools {
    position: static;
    justify-content: flex-start;
  }
  .blgumbe-tools .tools-search {
    width: 100%;
  }
  .blgumbe-tools .tools-links {
    display: none;
  }
}
.blgumbe-main {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.blgumbe-main .title {
  margin-bottom: 25px;
  color: #5b6f90;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}
.blgumbe-main .title.h1 {
  font-size: 35px;
}
.blgumbe-main .title.h2 {
  font-size: 30px;
}
.blgumbe-main p {
  margin-bottom: 16px;
  color: #464646;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.blgumbe-main .link-text {
  color: #5b6f90;
  font-weight: 800;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: 2px;
  text-underline-position: from-font;
}
.blgumbe-main .link-text:hover {
  text-decoration-style: dashed;
}
.blgumbe-main .img-wraper,
.blgumbe-main .video-wraper {
  width: 100%;
  margin: 50px 0;
}
.blgumbe-main .img-wraper img,
.blgumbe-main .video-wraper video {
  width: 100%;
  object-fit: contain;
}
.blgumbe-main .video-wraper {
  position: relative;
  background-color: #000;
  height: 50vw;
  max-height: 636px;
}
.blgumbe-main .video-wraper::before {
  content: "";
  position: absolute;
  top: calc(50% - 39.5px);
  left: calc(50% - 39.5px);
  border-style: solid;
  border-width: 39.5px 0 39.5px 79px;
  border-color: transparent transparent transparent #fff;
}
.blgumbe-main .post-date {
  color: #727272;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}
@media (max-width: 800px) {
  .blgumbe-main .video-wraper::before {
    top: calc(50% - 32.5px);
    left: calc(50% - 32.5px);
    border-width: 32.5px 0 32.5px 65px;
  }
}
@media (max-width: 500px) {
  .blgumbe-main .video-wraper::before {
    top: calc(50% - 17px);
    left: calc(50% - 17px);
    border-width: 17px 0 17px 34px;
  }
  .blgumbe-main .title.h1 {
    font-size: 25px;
  }
  .blgumbe-main .title.h1 {
    font-size: 28px;
  }
}
.statistics {
  --stats-bar-color:
    linear-gradient(
      45deg,
      rgba(0, 0, 0, 0.1) 25%,
      rgba(0, 0, 0, 0) 25%,
      rgba(0, 0, 0, 0) 50%,
      rgba(0, 0, 0, 0.1) 50%,
      rgba(0, 0, 0, 0.1) 75%,
      rgba(0, 0, 0, 0) 75%,
      rgba(0, 0, 0, 0) 100%
    ),
    #008000;
  width: 90vw;
  max-width: 770px;
  margin: 50px auto 60px;
}
.statistics .statistics__title {
  margin: 0 0 30px 0;
}
.statistics .statistics__list {
  /* margin: 10px 0; */
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #464646;
}
.statistics .statistics__item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
}
.statistics .statistics__item .st-item__first-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-shrink: 0;
  min-width: 300px;
  max-width: 402px;
  margin-right: auto;
}
.statistics .statistics__item .st-item__num {
  width: 36px;
  font-weight: 500;
}
.statistics .statistics__item .st-item__avatar {
  width: 50px;
  height: 50px;
  margin-left: 7px;
}
.statistics .statistics__item .st-item__avatar > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}
.statistics .statistics__item .st-item__name {
  margin-left: 20px;
  font-size: 16px;
}
.statistics .statistics__item .st-item__second-line {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: none;
  box-shadow: none;
  flex-grow: 1;
  margin-left: 10px;
  max-width: 380px;
}
.statistics .statistics__item .st-item__bar {
  display: block;
  height: 25px;
  width: 0;
  margin-right: 20px;
  background: var(--stats-bar-color);
  border-radius: 3px;
}
.statistics .statistics__item .st-item__bar-info {
  min-width: max-content;
  font-size: 16px;
}

@media (max-width: 742px) {
  .statistics {
    margin: 40px 0 34px;
  }
  .statistics .statistics__item {
    flex-direction: column;
    align-items: flex-start;
  }
  .statistics .statistics__item .st-item__first-line {
    width: 100%;
  }
  .statistics .statistics__item .st-item__second-line {
    width: 100%;
    margin: 16px 0 14px;
  }
  .statistics .statistics__item .st-item__bar-info {
    font-size: 16px;
  }
  .statistics .statistics__item .st-item__num {
    width: 20px;
  }
  .statistics .statistics__item .st-item__name {
    margin-left: 10px;
    font-size: 14px;
  }
  .statistics .statistics__item .st-item__bar {
    margin-right: 20px;
  }
}
.calculator-section {
  --stats-bar-color: #5cb95c;
  max-width: 770px;
  margin: 0 auto 60px;
  color: #464646;
  padding: 0 10px;
}
.calculator-section .calculator__slider .slider-labels {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 700;
  color: #464646;
}
.calculator-section .calculator__slider .slider-labels > span {
  position: relative;
}
.calculator-section .calculator__slider .slider-labels > span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #464646;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 10px;
}
.calculator-section .calculator__slider .slider-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 20px;
  padding: 0;
  background: var(--stats-bar-color);
  border-radius: 10px;
  opacity: 0;
  outline: 0;
  animation: 0.5s ease-in-out 0.5s forwards fadeIn;
  appearance: none;
}
.calculator-section .calculator__slider .slider-input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #3498db;
  margin-top: 0px;
  z-index: 3;
}
.calculator-section .calculator__value {
  width: 30%;
  margin: -8px auto 22px;
  padding: 8px 0 4px;
  border: solid #5cb95c;
  border-width: 0 2px 2px 2px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.calculator-section .calculator__result {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
  opacity: 0;
  animation: 0.5s ease-in-out 1s forwards fadeIn;
  text-align: center;
  letter-spacing: 0.5px;
}
.calculator-section .calculator__p-wrapp {
  margin: 22px auto 0;
  max-width: 786px;
}
.calculator-section .calculator__p {
  margin: 15px 0;
  color: #464646;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 743px) {
  .calculator-section {
    margin: 0 0 6px;
  }
  .calculator-section .calculator__title {
    font-size: 20px;
    line-height: 130%;
    margin: 0 0 18px 0;
  }
  .calculator-section .calculator__p-wrapp {
    margin: 46px -11px 0;
  }
}
.reg-form-wrapp {
  width: 100%;
  max-width: 480px;
  padding: 23px 26px 60px 23px;
  margin: 0 auto;
  border-radius: 25px;
  background: #1a1a18;
}
.reg-form-wrapp .form-header {
  display: flex;
  align-items: center;
  gap: 7px;
}
.reg-form-wrapp .form-header .dot {
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #164a62;
  background-color: #0bb7fa;
}
.reg-form-wrapp .form-header h3 {
  color: #0bb7fa;
  font-family: inherit;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}
.reg-form-wrapp .header-img {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 325px;
  height: 188px;
  margin-bottom: 15px;
}
.reg-form-wrapp .header-img img {
  width: 100%;
  object-fit: contain;
}
@media (max-width: 500px) {
  .reg-form-wrapp {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.comments-section {
  --comments-bg-color: #f0f2f5;
  --comments-text-color: #464646;
  margin: 102px auto;
  width: 100%;
  max-width: 780px;
}
.comments-section .comments__title {
  margin: 0 0 35px 0;
  color: #828282;
  font-size: 25px;
  font-weight: 400;
  line-height: 1;
}
.comments-section .comments__line {
  margin: 35px 0 46px;
  background: transparent;
  border: none;
  border-top: 1px solid #dadada;
}
.comments-section .comments__subtitle {
  margin-top: 46px;
  margin-bottom: 20px;
  color: #3d569c;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
}
.comments-section .comments__add {
  display: grid;
  grid-template-columns: 1fr 64px;
  align-items: center;
}
.comments-section .comments__textarea {
  width: 100%;
  min-height: 64px;
  padding: 23px 25px;
  resize: none;
  outline: none;
  border-radius: 45px;
  border: 1px solid #e0e2e5;
  background: #f0f2f5;
  font-family: inherit;
  color: #8d8d8e;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  box-sizing: border-box;
  field-sizing: content;
}
.comments-section .comments__textarea ::placeholder {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
.comments-section .comments__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background: #f0f2f5 url("/img/img-arrow.png") no-repeat;
  background-position: center center;
}
.comments-section .comments__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 30px 0;
}

.comments-section .comments__comment {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
}
.comments-section .comments__comment > img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  object-fit: contain;
}
.comment__message {
  max-width: 616px;
  padding: 18px 16px;
  margin-bottom: 10px;
  border-radius: 25px;
  background: #f0f2f5;
}
.comments-section .comment__author {
  margin-bottom: 10px;
  color: #3d569c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.comments-section .comment__text {
  color: var(--comments-text-color, #3f454a);
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}
.comments-section .comment__tools {
  display: flex;
  gap: 8px;
  color: #3d569c;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.comments-section .comment__tools .hrs {
  color: #828282;
}
.comments-section .comment__tools .reply::before,
.comments-section .comment__tools .hrs::before {
  content: "";
  position: relative;
  transform: translateY(-3px);
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #828282;
  border-radius: 50%;
  margin: 0 8px 0 0;
}
@media (max-width: 500px) {
  .comments-section .comments__comment {
    grid-template-columns: 40px 1fr;
    gap: 10px;
  }
  .comments-section .comments__comment > img {
    width: 40px;
    height: 40px;
  }
  .comments-section .comments__textarea {
    padding: 22px 16px;
  }
}
.blgumbe-footer {
  background-color: #fff;
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  color: #727272;
  text-align: center;
}
.blgumbe-footer .footer-top {
  padding: 40px 20px 15px 20px;
  font-size: 18px;
  line-height: 22px;
}
.blgumbe-footer .footer-top .link {
  margin-left: 12px;
  color: #5b6f90;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.blgumbe-footer .footer-top .link:hover {
  text-decoration: none;
}
.blgumbe-footer .footer-bottom {
  padding: 15px 20px 40px 20px;
  border-top: 0.8px solid #e5e5e5;
  font-size: 12px;
  line-height: 16px;
}
.blgumbe-footer .footer-bottom .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 18px;
}
.blgumbe-footer .footer-bottom .nav .line-sep {
  display: block;
  height: 14px;
  border-left: 0.8px solid rgba(114, 114, 114, 0.8);
}
@media (max-width: 500px) {
  .blgumbe-footer .footer-top {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
  .blgumbe-footer .footer-top .link {
    margin-left: 0;
  }
}
