@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"),
    url("../fonts/Montserrat-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"),
    url("../fonts/Montserrat-Medium.ttf") format("ttf"),
    url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"),
    url("../fonts/Montserrat-SemiBold.ttf") format("ttf"),
    url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
body {
  font-family: "Montserrat";
}
.navbar {
  padding: 30px 0;
}
.header-logo-txt {
  text-transform: uppercase;
}
.jumbotron {
  margin-top: 100px;
  padding: 100px 0 100px 0;
}
.titleh1 {
  font-weight: 600;
}
.btn {
  background-color: #1A122B;
  border-color: #1A122B;
  color: #fff;
  border: 2px solid #1A122B;
  padding: 15px 40px;
  font-weight: 500;
}
.btn:hover {
  background-color: transparent;
  border-color: #1A122B;
  color: #000;
}
.titleh2 {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
}
.advantages__about{margin-bottom: 100px;}
.advantages__about-box{
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 600px) {
  .titleh1 {
    font-size: 30px;
  }
  .eeewfas {
    font-size: 19px;
  }
  .titleh2 {
    font-size: 24px;
  }
}
.cardben {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cardtext {
  color: #1A122B !important;
  font-size: 23px;
  font-weight: 700;
}
[class^="bi"]:not([class*="bi1"]) {
  color: #1A122B !important;
}
.card-tel {
  text-decoration: none;
  color: #000;
}
.card-poch {
  text-decoration: none;
  color: #1A122B;
}
.cardp p {
  font-size: 15px;
}
.cardp {
  min-height: 400px;
  padding: 10px 10px 0px 10px;
}
.cardp-btn {
  display: inline-block;
}
footer {
  padding: 50px 0;
}
.otz {
  font-size: 17px;
}
.block-cite {
  font-size: 17px;
}
.accordion-button {
  font-size: 20px;
  padding: 30px 30px;
}
.accordion-button:focus {
  color: #1A122B;
  border: none;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #1A122B;
  font-weight: 500;
  background-color: #fd98000a;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231A122B'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.poll-form {
  transition: opacity 0.3s ease;
}

.poll-form.opacity-50 {
  opacity: 0.5;
  pointer-events: none;
}

.voted-message i {
  font-size: 1.2rem;
  margin-right: 0.5rem;
}
.btn-primary:focus {
  background-color: transparent;
  border: 2px solid #1A122B;
  color: #000;
  box-shadow: none;
}
.frss {
  padding-top: 130px;
}
.ttitlep {
  font-size: 22px;
}
.ttitle {
  font-size: 28px;
}
