/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #000000;
  font-family: "Raleway", sans-serif;
}
body {
  color: #000000;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}
ul{
    padding: 0;
    margin: 0;
    list-style: none;
}



/* landing-page-css-start */


/* header-area-start */

.container {
  max-width: 1290px;
}
a {
  text-decoration: none;
}
.header {
  height: 100px;
  display: flex;
  align-items: center;
}
.header__flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.header__menu ul li {
  margin-left: 50px;
  display: inline-block;
}
.header__menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.header__btn a {
  border-radius: 4px;
  background: #000;
  padding: 12px 16px;
  display: inline-flex;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.header__menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.header__btn {
  margin-left: 50px;
}

/* header-area-end */


/* hero-area-start */

.hero__flex {
  border: 2px solid #000;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.hero__content {
  width: 50%;
  padding: 0 60px;
}
.hero__img {
  width: 50%;
  background: #577BEF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 150px 0;
}
.hero__content h3 {
  color: #000;
  font-size: 54px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.hero__content p {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
}
.theme__btn {
  border-radius: 4px;
  background: #000;
  display: inline-flex;
  padding: 14px 27px;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  transition: .3s;
  border: 1px solid transparent;
}
.theme__btn:hover {
	border-color: #343333;
	background: #494747;
}

/* hero-area-end */


/* zik-area-start */

.zik__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 80px 0;
}
.zik__content {
  width: 44.5%;
}
.zik__content h3 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.zik__content p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

/* zik-area-end */


/* work-area-start */

.work__wrap {
  background: #F2F2F2;
  padding: 100px 0;
}
.work__title {
  text-align: center;
}
.work__title h3 {
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.single__work {
  padding: 80px 0;
  padding-right: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.work__content {
  width: 49.7%;
}
.work__content h3 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.work__content p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}

/* work-area-end */


/* blog-area-start */

.blog {
  padding: 100px 0;
}
.blog__title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.blog__title h3 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.blog__title a {
  font-size: 16px;
  padding: 12px 16px;
}
.blog__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 15px;
}
.single__blog {
  width: 31.6%;
  background: #fff;
  border: 1px solid #BDBDBD;
}
.blog__content {
  padding: 20px;
}
.blog__content h3 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
}
.blog__content p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
  margin: 0;
}
.blog_title {
	margin-top: 0 !important;
}

/* blog-area-end */


/* landing-page-css-end */





/* predlagaj-page-css-start */

/* idea-area-start */

.idea__tab ul {
  border-radius: 10px;
  border: 1px solid var(--Gray-6, #F2F2F2);
  background: #FFF;
  box-shadow: 0px 4px 20px 4px rgba(0, 0, 0, 0.10);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 120px;
  margin-bottom: 20px !important;
}
.idea__tab ul li button {
  padding: 12px 30px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}
.idea__tab ul li button span {
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-top: 4px;
}
.idea__tab ul li button.active {
  border-radius: 10px;
  background: #219653 !important;
  box-shadow: 0px 4px 20px 0px rgba(33, 150, 83, 0.25);
}
.idea__flex {
  padding: 80px 0;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.idea__content {
  width: 44.5%;
}
.idea__content h3 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.idea__content p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 24px;
}
.single__blog {
  margin-bottom: 30px;
}
.blog__content span {
  color: var(--Gray-1, #333);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  display: block;
}
.blog__content a {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 8px 0;
  display: block;
  margin-top: 20px;
}
.idea {
  padding-bottom: 100px;
}

.idea__flex.pt-60.pb-60 {
  padding: 60px 0;
}
#test {
  height: 400px;
}
.idea__map {
  margin-bottom: 80px;
}
.blog__img {
  position: relative;
}
.blog__img span {
  position: absolute;
  left: 20px;
  bottom: 15px;
  border-radius: 20px;
  background: #000;
  display: inline-flex;
  height: 35px;
  padding: 5px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
#test2 {
  height: 400px;
}
.idea__blog--select-flex {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: 15px;
  margin-bottom: 30px;
}
.single__idea--select .nice-select {
  border-radius: 6px;
  border: 1px solid var(--Gray-4, #BDBDBD);
  background: #FFF;
  width: 100%;
  display: flex;
  align-items: center;
  height: 52px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  padding-right: 50px;
}
.single__idea--select {
  width: 100%;
}
.single__idea--select .nice-select:after {
  right: 20px;
  width: 10px;
  height: 10px;
  border-color: #000;
  top: 46%;
}
.single__idea--select .nice-select ul {
  gap: unset;
  text-align: left;
  display: block;
  width: 100%;
  width: auto;
}.blog__title.mb-30 {
	margin-bottom: 30px;
}

.news .idea__flex {
  padding: 60px 0;
  margin-bottom: 40px;
}
.news {
  padding-bottom: 100px;
}
/* idea-area-end */


/* The container */
.containerss {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containerss input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.containerss:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containerss input:checked ~ .checkmark {
  background-color: #000000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containerss input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containerss .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


.hum__btn a {
  border-radius: 4px;
  background: var(--Gray-6, #F2F2F2);
  display: inline-block;
  padding: 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}
.hum {
  padding-bottom: 20px;
}
.info__wrap {
  max-width: 1021px;
  margin: auto;
}
.info__title h3 {
  color: #000;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.info__title {
  margin-bottom: 20px;
}
.info__top--text p {
  color: var(--Gray-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.info__top--text ul li {
  color: var(--Gray-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  list-style: disc;
}
.info__top--text ul {
  padding-left: 25px;
}
.info__top--text {
  padding: 40px 0;
}
.info__form {
  padding: 60px 0;
}
.info__form--title h3 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 40px;
}
.info__form--title p {
  color: var(--Gray-3, #828282);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0;
}
.info__form--title {
  margin-bottom: 40px;
}
.info__select--flex {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.info__single--select {
  width: 320px;
  margin-right: 30px;
  position: relative;
}
.info__single--select .nice-select {
  width: 100%;
  border-radius: 6px;
  border: 1px solid var(--Gray-4, #BDBDBD);
  background: #FFF;
  height: 52px;
  display: flex;
  align-items: center;
  color: var(--Gray-3, #828282);
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}
.info__single--select .nice-select:after {
  right: 16px;
  width: 10px;
  height: 10px;
  border-color: #000;
  top: 45%;
}
.info__single--select.select1 .nice-select {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  padding: 7px 16px;
  align-items: end;
}

.info__single--select.select1.selectType .nice-select{
  align-items: center;
}

.info__single--select.select1 p {
  position: absolute;
  margin: 0;
  z-index: 9;
  left: 16px;
  color: var(--Gray-3, #828282);
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  top: 9px;
}
.single__info--input label {
  display: block;
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.single__info--input input {
  border-radius: 6px;
  border: 1px solid var(--Gray-4, #BDBDBD);
  background: #FFF;
  width: 100%;
  height: 52px;
  padding: 0 16px;
  color: var(--Gray-3, #828282);
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}
.single__info--input {
  margin-bottom: 40px;
}
.info__single--select.selectType{
  margin-bottom: 40px;
}
.info__textarea textarea {
  border-radius: 6px;
  border: 1px solid #000;
  background: #FFF;
  width: 100%;
  height: 72px;
  padding: 0 16px;
  padding-top: 22px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
}
.info__textarea {
  position: relative;
}
.info__textarea span {
  position: absolute;
  top: 8px;
  left: 16px;
  color: var(--Gray-3, #828282);
  font-size: 10px;
  font-weight: 500;
  line-height: 125%;
}
.modal-dialog {
  max-width: 380px;
}
.modal-header {
  border: 0;
}
.modal-content {
  border-radius: 10px;
  border: 0;
}
.modal-body {
  padding: 30px;
  padding-top: 0;
}
.login__title {
  text-align: center;
  margin-bottom: 40px;
}
.login__title h3 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}
.login__title p {
  color: var(--Gray-2, #4F4F4F);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  margin: 0;
}
.modal-body button {
  font-size: 16px;
}
.reg__bottom--text a {
  color: #4F4F4F;
  text-decoration: underline;
}
.modal-body .reg__bottom--text {
  padding-bottom: 0;
  margin-top: 40px;
}
.modal-body .reg__bottom--text p {
  font-size: 15px;
}
.login__form .single__form--btn {
  margin-top: 40px;
}
.single__info--check label {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
  padding-left: 30px;
}
.single__info--check label span {
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
  background: #FFF;
  height: 20px;
  width: 20px;
}
.single__info--check {
  margin-bottom: 40px;
  margin-top: 40px;
}
.single__info--check a {
	color: #000;
	text-decoration: underline;
}
.single__info--btn button {
  border: 0;
  border: 1px solid #000;
}
.info {
  padding-bottom: 100px;
}
.vote__blogs--imgs {
  margin-top: 40px;
  display: flex;
  /*! flex-wrap: wrap; */
  justify-content: space-between;
  gap: 20px;
}

/* predlagaj-page-css-end */



/* promo-area-start */

.vote__title {
  margin-bottom: 20px;
}
.vote__title h3 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.vote__top--flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.vote__top--left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.vote__user {
  padding-right: 30px;
  margin-right: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  position: relative;
}
.vote__user--img {
  padding-right: 5px;
  margin-top: -3px;
}
.vote__user--name h3 {
  color: var(--Gray-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.vote__user:before {
  position: absolute;
  content: "";
  background: #1F1F1F;
  height: 17px;
  width: 1px;
  right: -1px;
}
.vote__top--left-btn {
  display: flex;
  flex-wrap: wrap;
}
.vote__top--left-btn span {
  color: var(--Gray-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-right: 30px;
  display: flex;
  align-items: center;
}
.vote__top--left-btn a {
  border-radius: 24px;
  border: 1px solid #000;
  padding: 8px 20px;
  margin-right: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.vote__top--left-btn a:last-child {
  margin: 0;
}
.vote__top--right-btn a {
  border-radius: 20px;
  background: #000;
  padding: 10px 12px;
  gap: 6px;
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
}
.vote__top {
  margin-bottom: 20px;
}
.vote__blog--img {
  margin-bottom: 20px;
}
.vote__blog--content {
  max-width: 1020px;
  margin: auto;
  padding-top: 40px;
}
.vote__blog--content-text {
  margin-bottom: 40px;
}
.vote__blog--content-text h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.vote__blog--content-text p {
  color: var(--Gray-1, #333);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
.vote__blog--content-text p:last-child {
  margin: 0;
}
.promo__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promo__content {
  width: 44.5%;
}
.promo__text h3 {
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 36px;
}
.promo__text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 24px;
}
.promo__socail--flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.promo__socail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.promo__socail a {
  margin-right: 30px;
}
.promo__copy input {
  border-radius: 3px;
  border: 1px solid var(--Gray-4, #BDBDBD);
  width: 380px;
  height: 44px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  text-overflow: ellipsis;
  padding: 0 16px;
  padding-right: 50px;
}
.promo__copy {
  position: relative;
}
.promo__copy a {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.promo {
  padding: 50px 0;
}

.vote__top--notify {
  border-radius: 6px;
  background: var(--Green-1, #219653);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.vote__top--notify p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.vote__top--notify p span {
  font-weight: 700;
}
.vote__top--notify a {
  border-radius: 4px;
  background: #FFF;
  padding: 8px 10px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}
/* promo-area-end */


/* road-area-start */

.road__wraper {
  background: #F2F2F2;
  padding: 100px 0;
}
.road__title {
  text-align: center;
  margin-bottom: 30px;
}
.road__title h3 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.road__title {
}
.road__box {
  max-width: 967px;
  margin: auto;
  padding-left: 54px;
}
.single__road {
  background: #FFF;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.road__content {
  width: 61.6%;
  padding: 40px;
}
.road__content h3 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
}
.road__content p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  margin-bottom: 20px;
}
.road__content a {
  border-radius: 24px;
  border: 1px solid #000;
  display: flex;
  padding: 8px 20px;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
}
.single__road.fast--road .road__content {
  width: 100%;
}
.single__road:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  background: #BDBDBD;
  border-radius: 50%;
  left: -54px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.single__road:after {
  position: absolute;
  content: "";
  background: #CACACA;
  height: 116%;
  width: 2px;
  left: -42px;
  top: 55%;
  transform: translateY(-9%);
}
.single__road:last-child:before {
  background: #000;
}
.single__road:last-child::after {
  display: none;
}

/* road-area-end */



/* contact-area-start */

.contact {
  padding-bottom: 100px;
  min-height: 72vh;
}
.contact__flex {
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contact__content {
  width: 50%;
}
.contact__text h3 {
  color: #000;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.contact__text h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin: 0;
}
.contact__text p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 24px;
}
.contact__text a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  display: block;
  margin-bottom: 30px;
}
.contact__socail {
  display: flex;
  align-items: center;
}
.contact__socail a {
  margin-right: 30px;
}

/* contact-area-end */


/* reg-area-start */

.reg {
  padding-top: 60px;
  padding-bottom: 100px;
}
.reg__form {
  max-width: 320px;
  margin: auto;
}
.reg__title h3 {
  color: #000;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.reg__title {
  margin-bottom: 50px;
}
.single__input input {
  border-radius: 6px;
  border: 1px solid var(--Gray-4, #BDBDBD);
  background: #FFF;
  height: 52px;
  color: var(--Gray-3, #828282);
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  width: 100%;
  padding: 0 16px;
}
.single__input {
  margin-bottom: 15px;
  position: relative;
  width: 350px;
}
.single__input a {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.single__form--btn {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}.single__form--btn button {
	border: 1px solid #000;
}
.reg__bottom--text {
  border-top: 1px solid #E0E0E0;
  margin-top: 50px;
  padding: 20px 0;
}
.reg__bottom--text p {
  color: #4F4F4F;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
  margin: 0;
}
.prof__btn a {
  border-radius: 4px;
  background: var(--Gray-6, #F2F2F2);
  width: 320px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  margin: auto;
  margin-bottom: 20px;
}

.prof {
	padding-top: 60px;
	/*height: 72vh;*/
}
.error__btn {
	display: flex;
}
.erorr {
  height: 72vh;
  display: flex;
  align-items: center;
}
.erorr__content h3 {
  color: #000;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 17px;
}
.erorr__content p {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.erorr__content a {
  margin: auto;
}
/* reg-area-end */


/* policy-area-start */

.policy {
  padding-top: 40px;
  padding-bottom: 120px;
}
.policy__wrap {
  max-width: 1020px;
  margin: auto;
}
.policy__title h3 {
  color: #000;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.policy__title {
  margin-bottom: 40px;
}
.policy__single--content h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.policy__single--content p {
  color: var(--Gray-1, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.policy__single--content p:last-child {
  margin: 0;
}
.policy__single--content {
  margin-bottom: 40px;
}
.single__vote--imgs {
	width: 49%;
}
/* policy-area-end */


/* profile-page-css-start */

.profile__vote--user {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #F2F2F2;
  padding: 20px;
  border-radius: 5px;
  position: relative;
}
.profile__vote--user h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  margin-right: 60px;
}
.profile__vote--user a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.profile__table {
  margin-top: 34px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single__table {
  width: 47%;
}
.table__titles {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.table__titles h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
.table__titles a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.profile__titless {
  margin-bottom: 32px;
}
.profile__titless h3 {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

/* profile-page-css-end */


/* footer-area-start */

.footer__top {
  padding: 16px 0;
  background: #000000;
}
.footer__menu li {
  display: inline-block;
  margin: 0 20px;
}
.footer__menu li a {
  color: #BDBDBD;
  font-size: 15px;
  font-weight: 500;
  line-height: 125%;
}
.footer__menu {
  display: flex;
  justify-content: center;
}
.footer__logos {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  padding: 20px 15px;
}

/* footer-area-end */










/* offcanvas */

.btn-close {
  background-image: none;
}

.offcanvas-header {
  padding: 0;
  height: auto !important;
  display: flex !important;
  margin-bottom: 25px;
  justify-content: end;
}


.header__bar a {
  color: var(--text_color);
  font-size: 20px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #FD438E;
}
.offcanvas-header button {
  color: #000 !important;
  opacity: 1;
  margin: 22px 7px !important;
  height: 40px;
  width: 40px;
  padding: 0 !important;
  font-size: 21px;
  box-sizing: border-box;
  background: none;
  display: flex;
  align-items: center;
  margin-left: auto;
  background: #FD438E;
  justify-content: center;
  margin: 0;
}

.offcanvas-start {
  background: var(--themebg);
}

.offcanva__menu ul li {
  display: block;
}

.header-lun {
  margin: 0;
  padding: 24px;
}
.offcanva__menu li a:hover {
	padding-left: 30px;
	border-color: #172755;
	color: #172755;
}
.hero__content a:hover img {
  /*! margin-left: 20px; */
}
.hero__content a img {
  /*! transition: .3s; */
}
.offcanva__menu li a {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  color: var(--text_color);
  text-align: center;
  /*! font-family: Lexend; */
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  padding: 13px 24px;
  border-bottom: 1px solid #7E21474D;
  border-left: 0;
  border-right: 0;
  transition: .3s;
  text-transform: uppercase;
}

.offcanva__menu li a svg {
  margin-right: 10px;
}

.offcanva__menu li:last-child a {
  margin-right: 4px;
  border-top: 0;
}


.header__bar.d-none a {
  text-decoration: none;
  background: linear-gradient(90deg, #FF3A34 0%, #019CFE 100%);
}
.offcanvas-start {
  background: #fff;
}
.offcanvas-header button {
  background: transparent;
}
/* offcanvas */



.header__menu .nice-select {
  background: transparent;
  border: 0;
  padding: 0;
  height: auto !important;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  padding-right: 31px;
  display: flex;
  align-items: center;
}
.header__menu ul {
  display: flex;
  align-items: center;
}
.header__menu .nice-select:after {
  border-color: #000;
  width: 8px;
  height: 8px;
}
.header__menu .nice-select .list {
  display: block;
}
.header__menu .nice-select .list li {
  display: block;
  margin: 0;
}

.expandable-menu{
  display: none;
  z-index: 999;
  position: absolute;
  top: 62px;
  border-radius: 5px;
  padding-left: 50px;
}

.mega-menu {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-column-count:1;
  -moz-column-count:1;
  column-count:1;
  display: none;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #0001;
}

.mega-menu li{
  padding: 10px 20px;
  margin: 0 !important;
}

.mega-menu li:hover{
  background-color: #f6f6f6;
  cursor: pointer;
}

.errors{
  display: none;
  color: #fff;
  background: #f00000;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 40px;
}

#checkPasswd,
#checkRepeatedPasswd{
  cursor: pointer;
}

.menuOpen-icon{
  width: 15px;
}

.menuOpen-icon{
  -moz-transition: transform 0.2s;
  -webkit-transition: transform 0.2s;
  transition: transform 0.2s;
}

.menuOpen-icon-mobile{
  width: 20px;
}

.nav-pills .nav-link.disabled{
  outline: none;
}

.info .success-container{
  background: #219653;
  box-shadow: 0px 4px 20px 0px #21965340;
  color: #fff;
  padding: 30px;
  border-radius: 5px;
  font-size: 24px;
  display: none;
}

.vote__top--btn span {
  cursor: pointer;
}

.vote .vote__top--notify{
  display: none;
}

.vote .vote__top--notify-error{
  display: none;
}

.vote__top .vote__top--notify{
  display: flex;
}

.vote__top--notify-error {
  border-radius: 6px;
  background: #FF3333;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vote__top--notify-error p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  margin: 0;
}
.vote__top--notify-error p span {
  font-weight: 700;
}
.vote__top--notify-error a {
  border-radius: 4px;
  background: #FFF;
  padding: 8px 10px;
  color: #000;
  font-size: 13px;
  font-weight: 700;
  line-height: normal;
}

.btn-predlagaj{
  background: #000000;
  padding: 10px;
  color: #fff !important;
  border-radius: 5px;
}

.profile__vote--user .user-data-container .usr{
  padding: 0 20px;
}

.profile__vote--user .user-data-container{
  color: #4F4F4F;
}

.profile__vote--user .user-data-container .vertical-spacer{
  border-left: 1px solid #4f4f4f85;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.profile__vote--user a.btn-predlagaj{
  position: absolute;
  right: 20px;
}

.profile__vote--user a.profile-btn{
  margin-right: 90px;
}

.success-message-container {
  display: none;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  display: none;
  color: #198754;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #198754;
  max-width: 350px;
}

.error-message-container {
  color: #c54b0f;
  font-size: 16px;
  font-weight: 500;
  display: none;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  border: solid 1px #c54b0f;
  max-width: 350px;
}

.validation-error-message {
  display: none;
  margin-top: 2px;
  font-size: 13px;
  color: #c54b0f;
}

form.edit-profile-form,
form.password-form{
  display: flex;
  flex-direction: column;
  align-items: center;
}

form.edit-profile-form .single__input input{
  color: #000;
}

.change-passwd-btn-container{
  margin-top: 15px;
}

table.myVotes{
  margin-bottom: 20px;
}

.news .single__blog .blog__content{
  font-size: 15px;
}

div#map {
  height: 400px;
}

.leaflet-popup-content .title{
  font-weight: bold;
  font-size: 16px;
}

.promo__copy input{
  background: #fff;
}

.promo__copy .copy-btn{
  cursor: pointer;
}

.promo__socail--flex .coppy-text{
  position: absolute;
  right: 0;
  top: -30px;
  background: #707070;
  border-radius: 5px;
  padding: 5px;
  display: none;
}

.promo__socail--flex .coppy-text p{
  margin: 0;
  font-size: 14px;
  color: #fff;
}

#pointer{
  border:solid 12px transparent;
  border-right-color:#707070;
  position:absolute;
  margin:2px 0 0 22px;
  rotate: -90deg;
}

footer.footer {
  margin-top: 20px;
}

.idea__tab .defaultPage{
  margin-top: 50px;
}

.form-alert-message.alert{
  display: none;
}

#data-form .validationMessages{
  color: red;
  padding-left: 0;
  padding-top: 5px;
}

#data-form .file_upload_container .btn_upload_file{
  font-size: 16px;
  padding: 10px 20px;
}

.file_upload_container input[type="file"]::file-selector-button,
.image_upload_container input[type="file"]::file-selector-button {
  border-radius: 4px;
  background: #000;
  display: inline-flex;
  padding: 10px 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  transition: .3s;
}

.file_upload_container input.files-attachments,
.image_upload_container input.images-attachments{
  padding-left: 0;
  height: 44px;
}

.info__select--flex{
  display: inline-flex;
}

.info__form .nice-select.open .list{
  z-index: 99;
}

.vote__blog--content-text ul {
  list-style: disc;
  padding-left: 15px;
}

.vote__blog--content-text img{
  max-width: 400px;
}

.pad-bottom-min{
  margin-bottom: 10px;
}

#data-form #map{
  margin-bottom: 20px;
}

.selectType{
  display: flex;
  width: 100%;
}

.selectType .form-select-group{
  width: 100%;
}

.vote__blog--content p:has(a,img) {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-start;
}

.wrap-text{
  overflow-wrap: break-word;
}

.form-holder .group-separator.mb-3{
  margin-bottom: 1rem !important;
  border-bottom: 1px solid #BDBDBD;
}

.form-holder .group-separator.mb-3 h3{
  margin-bottom: 10px;
}

.form-holder .form-checkbox-group .single__info--check.multiple{
  margin: 20px 0;
}

section.contact{
  min-height: unset;
  padding-bottom: 20px;
}