@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=cyrillic-ext);
@import url('jquery-confirm.css');
@import url('animate.css');

/*  background: #147be0; #1385ec*/

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 100;
  font-display: auto;
  src: url("fonts/fa-thin-100.ttf") format("truetype"), url("fonts/fa-thin-100.svg#fontawesome") format("svg"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("fonts/fa-light-300.woff2") format("woff2"), url("fonts/fa-light-300.ttf") format("truetype"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.ttf") format("truetype"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype"); 
}


* {outline: none;font-family: 'Roboto', sans-serif;color: #001928;font-weight: 300;line-height: 1.4;font-size: 18px}
*, ::after, ::before {box-sizing: border-box;}
/*footer, header, main, section, nav {display: block;}*/

b {font-weight: 600}

a,li,button, .login-head-button, .loader-main {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: inherit;
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 100;
  font-display: auto;
  src: url("fonts/fa-thin-100.ttf") format("truetype"), url("fonts/fa-thin-100.svg#fontawesome") format("svg"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 300;
  font-display: auto;
  src: url("fonts/fa-light-300.woff2") format("woff2"), url("fonts/fa-light-300.ttf") format("truetype"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.ttf") format("truetype"); 
}

@font-face {
  font-family: 'font-aw';
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("fonts/fa-solid-900.woff2") format("woff2"), url("fonts/fa-solid-900.ttf") format("truetype"); 
}

.fa {
  font-family: 'font-aw';
  font-weight: 300; 
}

.faw {font-family: 'font-aw';}

.fa-facebook:before{content:"\f082"}

main {padding: 1em;}

.off-canvas-content {
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: .2s -webkit-transform;
  transition: .2s transform;
}



a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a#viewSource {
  border-top: 1px solid #999;
  display: block;
  margin: 1.3em 0 0 0;
  padding: 1em 0 0 0;
}

div#links a {
  display: block;
  line-height: 1.3em;
  margin: 0 0 1.5em 0;
}

@media (min-width: 1000px) {
  /* hack! to detect non-touch devices */
  div#links a {
    line-height: 0.8em;
  }
}

section {
  padding: 5rem 0;
}

h1 a {
  font-weight: 300;
  white-space: nowrap;
}

audio {
  max-width: 100%;
}

body {
  font-size: 16px;
  margin: 0;
  padding: 0;
  word-break: break-word;
  padding-bottom: 2em;
  position: relative;
}

header {
  position: relative;
  padding: 0;
  display: grid;
  height: 600px;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  color: #464447;
  background-color: #fff;
  margin-top: 64px;
}

section {
  background: #d7d9eb;
}

section.section-dark {
  background-color: #0e1049;
  background-size: cover;   
}

section#slider {
  padding: 5px 0;
}

section h2.h2-head, section p, section div{color: #001928;border-color: #001928;}
section.section-dark h2.h2-head, section.section-dark p, section.section-dark div{color: #d6d8ea;border-color: #d6d8ea;}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #0e1049;
  width: 100%;
  padding: 0.1em 1em 0.1em 1em;
  font-size: 0.8em;
  height: 32px;
  white-space: nowrap;
  z-index: 10;
}


footer div {
    color: #d6d8ea !important;
}

button {
  background-color: #d7ebda;
  border: none;
/*  border-radius: 4px;*/
  color: #001928;
  font-size: 26px;
  font-weight: 400;
  padding: 5px 36px 8px;
  cursor: pointer;
}

button:active, button:hover {background-color: #c4fbcd}

button[disabled] {
  color: #ccc !important;
  background-color: #969696 !important;
  cursor: auto !important;
}

button[disabled]:hover {
  background-color: #f48328;
}

.container-top {
  display: grid;
  align-self: center;
  background-image: url(../img/background.jpg);
  background-position: center;
  background-size: cover;
  min-height: 600px;
  width: 100%;
  position: relative;
  z-index: 101;
}

.container-top>svg {
/*    align-self: center;*/
  width: 100%;
  max-width: 500px;
  justify-self: center;
  position: absolute;
  top: 16px;
  padding: 20px
}

img {
  border: none;
  max-width: 100%;
  vertical-align: middle;
}


input {
  height: 1.5em;
  padding: 0.4em;
}

input: -webkit-autofill,
input: -webkit-autofill:hover,
input: -webkit-autofill:focus {
  font-family: 'Roboto', sans-serif;
}


input[type=radio] {
  position: relative;
  top: -1px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

ol {padding: 0 0 0 20px;}


p#data {
  border-top: 1px dotted #666;
  font-family: Courier New, monospace;
  line-height: 1.3em;
  max-height: 1000px;
  overflow-y: auto;
  padding: 1em 0 0 0;
}

p.borderBelow {
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
}


select {
  margin: 0 1em 1em 0;
  position: relative;
  top: -1px;
  height: 2.5em;
}

h1 span {
  white-space: nowrap;
}

strong {
  font-weight: 800;
}


video {
  background: #222;
  margin: 0 0 20px 0;
  width: 100%;
}

@media (max-width: 650px) {
  h1 {
    font-size: 24px;
  }
}

@media (max-width: 550px) {
  button:active {
    background-color: darkRed;
  }

  h1 {
    font-size: 22px;
  }
}

@media (max-width: 450px) {
  h1 {
    font-size: 20px;
  }
}

h1, h2, h3, h4, h5, h6 {font-weight: 700;}

h2.h2-head {
    align-self: center;
    justify-self: center;
    border: 1px solid #001928;
    padding: 6px 15px;
    margin-bottom: 3rem;
    font-size: 26px;
    font-weight: 400;
    color: #001928;
}

h2.h2-head-light {
  border-color: #d8c0a6;
  color: #d8c0a6; 
}

.grid{display: grid;}

.relative {position: relative;}
.absolute {position: absolute;}

.text-center {
  text-align: center;
  justify-self: center;
}

.bold {font-weight: 600}


[class^="icon-"],
[class*=" icon-"] {
  font-family: 'font-aw' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close::before {content: '\f057';}
.icon-chevron-down::before {content: '\f150';}
.icon-plus::before {content: '\f055';}
.icon-web::before {content: '\f719';}
.icon-calendar::before {content: '\e472';}
.icon-point::before {content: '\f649';}
.icon-child::before {content: '\e4fa';}
.icon-hum::before {content: '\f4bc';}
.icon-file-download::before {content: '\f56d';}


.top-button {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}

.row-wide {
  margin-right: -15px;
  margin-left: -15px;
}

.row {
  display: grid;
  grid-gap: 30px;
}

.col-hd-1 { grid-template-columns: 1fr;}
.col-hd-1-2 { grid-template-columns: 1fr 2fr;}
.col-hd-1-1 {grid-template-columns: 1fr 1fr;}
.col-hd-2-1 { grid-template-columns: 2fr 1fr;}
.col-hd-1-1-1 { grid-template-columns: 1fr 1fr 1fr;}

@media screen and (max-width: 900px) {
  .col-md-1 { grid-template-columns: 1fr;}
  .col-md-1-2 { grid-template-columns: 1fr 2fr;}
  .col-md-1-1 {grid-template-columns: 1fr 1fr;}
  .col-md-2-1 { grid-template-columns: 2fr 1fr;}
}
@media screen and (max-width: 600px) {
  .col-sd-1 { grid-template-columns: 1fr;}
  .col-sd-1-2 { grid-template-columns: 1fr 2fr;}
  .col-sd-1-1 {grid-template-columns: 1fr 1fr;}
  .col-sd-2-1 { grid-template-columns: 2fr 1fr;}
}

section#about {
  background: #cac3db;
}

.about-text {
  background: #d7d9eb;
  padding: 1em;
}

.about-text strong {
  color: #f48328;
}

.about-text img {
  max-width: 249px;
  margin: 20px 0;
}


.btn-warning {
  color: #fff;
  background-color: #3e1b62;
  border-color: #3e1b62; 
  font-weight: 300 !important;
}

.btn-warning:hover {
  color: #fff;
  background-color: #562d80;
  border-color: #3e1b62;
}


.login-checkbox-area {
  padding-top: 15px
}

.main-chekbox-checked, .main-chekbox {
  padding-right: 10px;
}

.main-chekbox::before, .main-chekbox-checked::before {
  content: '\f0c8';
  font-family: "font-aw";
  font-size: 2em;
  color: #f48328;
}

.main-chekbox-checked::before {
  content: '\f14a';
}

  .event-top-info li {
    font-size: 18px;
  }

  .jconfirm.jconfirm-white .jconfirm-bg {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-next, .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-back {
    font-weight: 300;
    font-size: 16px;
    text-transform: unset;
    margin-left: 15px;
  }
  .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-next:hover, .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-next:active{
    background-color: #483858;
  }


  .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-back {
    background-color: #979393;
  }

  .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-back:hover, .jconfirm.jconfirm-white .jconfirm-box .buttons button.btn-back:active{
    background-color: #ccc;
  }

  button.button-buy.button-anounce {
    background-color: #518883;
    margin-top: 30px;
  }

  .event-paket-order {
    background-color: #fdd95e;
    padding: 30px 15px;
    border-radius: 4px;
    font-size: 18px;
    min-height: 300px;
    display: grid;
    align-items: center;
    justify-items: center;
  }

  div#header-youtube {
    /* background-color: red; */
    position: absolute;
    width: 100%;
    height: 10%;
    top: 0;
    z-index: 10;
  }

  .mejs__mediaelement iframe {
    pointer-events: none;
  }

  @media (max-width: 1000px) {
    iframe {
     min-height: unset; 
   }
 }

 .form-answer.login-form-alert {
  color: red;
  font-weight: 600;
}


input.inputText {
  width: 100%;
  /* padding: 3px 6px; */
  font-size: 18px;
  /*margin-top: 20px;*/
  border: 1px solid #6c6c6c;
  height: unset;
  background: rgba(255, 255, 255, 0.74);
}

.input-radio-line input {
  top: 5px;
  margin-left: 12px;
}

.btn-question {
  font-size: 16px;
}

#schedule .container {
  background: #fff;
  border-radius: 4px;
  padding: 30px 15px;
}

button.button-disabled {
  background-color: #ccc !important;
  cursor: auto !important;
  color: #fff !important;
  border: none !important;
}

button.button-sponsor {
  background-color: #e60087;
  color: #ffffff;
  margin: 0;
  font-weight: 300 !important;
  font-size: 19px;
}

button.button-sponsor:hover, button.button-sponsor:active {
  background-color: #311db1;
}

section#partnersbuttons {
  /*padding: 30px;*/
  text-align: center;
  background-color: #f0f0f0;
}

section#live {
  background: url('../img/live.kdd.bg.jpg');
  background-size: cover;
  background-position: center;
  padding: 30px 0;
}

div#users_questions {
  background-color: rgb(57 48 146 / 58%);
  padding: 10px;
  margin-top: 10px;
  border-radius: 4px;
  color: #fff;
}

div#users_questions h2 {
  font-size: 21px;
  color: #fff;
  font-weight: 300;
  margin: 10px 0;
}

div#users_questions * {
  color: #fff;
  font-weight: 300;
}

button.btn.btn-question {
  background-color: #ffcb11;
  color: #f48328 !important;
  margin-top: 5px;
}


@media screen and (max-width: 767px){
  .navbar {min-height: 50px;}
  .navbar-header {min-height: unset;}
}


.grid-center {
  /*justify-self: center;*/
  /*align-self: center;*/
  width: 100%;
  padding-top: 5px;
}

/*NEW NAVBAR*/
.top-nav-section {
  position: fixed;
  top: 0;
  z-index: 105;
}

.navbar-top {
  height: 64px;
  position: fixed;
  display: grid;
  z-index: 105;
  background-color: #0e1049;
  width: 100%;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 16%);
}

.navbar-menu li {display: grid;}


.navbar-menu li span {
    color: inherit;
    font-weight: 300;
    font-size: 20px;
}

.navbar-menu li a {
    justify-items: center;
    align-self: center;
    justify-self: center;
}




.top-logo  img {
  height: 50px;
  width: auto;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 801px) {
 .container {
    width: 750px;
  } 
  .top-logo img {height: 45px;}
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px){
  .container {
    width: 1170px;
  }
}


section#slider .container {
  padding: 0;
}

@media (max-width: 400px) {
  .top-logo img {height: 25px;}
}

.menu-wrapper {
  display: grid;
/*  grid-template-columns: max-content 2fr 40px 40px;*/
  grid-template-columns: max-content 2fr;
  grid-template-areas: "logo menu lang";
  grid-gap: 10px;
  height: 55px;
}

.top-logo { grid-area: logo; align-self: center; justify-self: left;}
.top-menu { grid-area: menu; align-self: center; justify-self: right;}
.top-login { grid-area: login; align-self: center; justify-self: right;}
.lang-nav { grid-area: lang; align-self: center; justify-self: left;}
.menu-button {grid-area: mbutton; align-self: center; justify-self: right;display:none;}
span.menu-button-icon {color: #d7d9eb;}

.navbar-menu {
  font-size: 18px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(37px, auto));
  list-style: none;
  margin: 0;
  padding: 0 10px 0 20px;
  max-width: 500px;
  grid-gap: 10px;
  color: #d7d9eb;
}

.lang-nav {
  display: grid;
  grid-gap: 5px;
}

.lang-options {
/*  border-radius: 4px;*/
  border: 1px solid #1385ec;
  color: #999;
  padding: 0 3px 3px 3px;
  font-size: 14px;
  justify-self: left;
  width: 34px;
  text-align: center;
}

.current-lang {cursor: pointer;}
.changing-lang {display: none;}


.lang-selected, .lang-options:hover {
  background: #147be0;
  color: #fff;
}

.menu-button-icon:before {
  content: '\f0c9';
  font-family: 'font-aw';
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .menu-button {display: grid; }
  .top-menu{height: 0px;justify-self: center;overflow:hidden;}
  .navbar-menu {
    display: block; 
    text-align: center;
    line-height: 1.5;
  }
  .navbar-menu li{
    border-bottom: 1px solid #ccc;
  }
  
  .lang-nav{justify-self: right;grid-template-columns: 31px 31px;}
  .lang-options {font-size: 13px;width: 34px;}
  .changing-lang {display: block !important;}
  .current-lang {display: none !important;}
  .menu-wrapper {

    grid-template-columns: max-content 2fr;
    grid-template-rows: 51px;
    grid-template-areas: "logo lang mbutton" "menu menu menu";
    
  }
}

#reg-enter-block {
  display: grid;
  font-size: 14px;
}

#reg-enter-block .button-login {
  cursor: pointer;
  justify-self: center;
}

#user-menu-area {

  display: grid;
  overflow: hidden;
  grid-gap: 10px;
}
.user-menu-name {
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px dotted #ccc;
  padding: 3px;
}

.user-menu-button a {
  display: block;
/*  border-radius: 4px;*/
  text-align: center;
  background: #77787b;
  padding: 5px;
  color: #ffffff !important;
}


div#user-menu-area-wrap {
  display: none;   
  position: absolute; 
  width: max-content;
  max-width: 160px;
  right: 0;
  white-space: nowrap;
  top: 51px;
  background: #fff;
  padding: 10px;
  border-top: none;
  background-color: white;
  z-index: 100;
  box-shadow: 0px 17px 30px -5px rgb(0 0 0 / 16%);
/*  border-radius: 0 0 4px 4px;*/
}

#user-menu-button {
  cursor: pointer;
}

.navbar {min-height: 64px;}

@media screen and (max-width: 767px) {
  .navbar .container {padding-right: 15px !important;}
  #reg-enter-block {
    right: 57px;
    top: 9px;
  }

  #reg-enter-block  a.button-login {display: none;}

  div#user-menu-area-wrap {
    right: -57px;
    top: 53px
  }
}



.header-registration__item.js-login-open{
  position: relative;
  top: 17px;
  right: 10px;
  display: block;
}

.photo-block {
  width: 35px;
  height: 35px;
/*  border-radius: 50%;*/
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-registration__item .avatar-name {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  max-width: 117px;
  vertical-align: middle;
}

.header-registration__item.user-logged {
  position: absolute;
  right: -22px;
  top: 70px;
  display: none;
  width: 237px;
  background-color: #fff;
  box-shadow: 0 -1px 38px 0 rgba(0,0,0,0.2);
  border-bottom: 2px solid #7aae4b;
  z-index: 99;
}


#ava-enter:hover use {
  stroke: #f48328 !important;
  -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;
}
#ava-enter:hover path {
  stroke: #f48328 !important;
  fill:  #f48328 !important;
  -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;

}

#user-menu-button:hover use {
  /*stroke: #cf402f !important;*/
  -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;
}
#user-menu-button:hover path {
  /*stroke: #cf402f !important;*/
  fill:  #f48328 !important;
  -webkit-transition: 0.5s ease; -moz-transition: 0.5s ease; -o-transition: 0.5s ease; transition: 0.5s ease;

}

.contact-box {
/*  background: #fff;*/
  color: #001624;
  padding: 0 15px;

}
.contacts-info {
  padding-top: 20px;
}

a.contacts-info-phone, a.contacts-info-email, a.contacts-info-web {
  display: block;
  color: #fff;
}
a.contacts-info-phone::before, a.contacts-info-email::before, a.contacts-info-web::before, div.contacts-info-adress::before, div.contacts-info-adress2::before{
  right: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 1.5em;
  vertical-align: sub;
  font-family: 'font-aw';
  padding-right: 10px;
  display: inline-block;
  width: 44px;
}

a.contacts-info-phone::before{
 content: '\f3ce';
}

a.contacts-info-email::before{
 content: '\f0e0';
}
a.contacts-info-web::before{
 content: '\f0ac';
}

div.contacts-info-adress::before{
 content: '\f1ad';
}

.anounce-container {
    background-color: #fff;
    padding: 10px;
    font-size: 18px;
}

.top-sections-menu {
    display: grid;
    position: absolute;
    top: 290px;
    color: #fff;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 50px 50px;
    grid-template-areas:
        "left-top right-top"
        "left-bottom right-bottom"
        "center-bottom center-bottom";
    column-gap: 319px;
    row-gap: 20px;
    width: 800px;
    justify-self: center;
    max-width: 100%;
    align-self: center;
    
}

.top-sections-menu div{color: #a99d8c;display: grid;}
.top-sections-menu div:hover{color: #fff;display: grid;}
.top-sections-menu div a{
  color: inherit;
  padding: 5px; 
  margin: 5px; 
  font-size: 18px; 
  line-height: 1.1;
  display: grid;
  
}

.center-bottom.menu-center a{display: inline;}

.s-menu-top {
  border-bottom: 1px solid;
  align-content: end;
}

.s-menu-bottom {
  border-top: 1px solid;    
  align-content: start;
}

.menu-right {
  justify-content: left;   
  border-left: 1px solid;
}

.menu-left {
  border-right: 1px solid;     
  justify-content: right;
}

.menu-center {
  position: relative;
  top: 20px;
  justify-content: center;
  justify-self: center;
  border-top: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;

}

.left-top {grid-area: left-top;}
.left-bottom {grid-area: left-bottom;}
.right-top {grid-area: right-top;}
.right-bottom {grid-area: right-bottom;}
.center-bottom {grid-area: center-bottom;}

.menu-left a {text-align: right;}

.top-sections-menu div a {grid-gap: 10px;}

.s-menu-top a {align-self: end;}
.s-menu-bottom a {align-self: start;}
.menu-left a{grid-template-columns: 1fr 20px;}
.menu-right a{grid-template-columns: 20px 1fr;}

.top-sections-menu span {
    color: inherit;
    font-weight: 300;
    font-size: 20px;  
}

@media (max-width: 800px) {
  .top-sections-menu {
    top: 320px;
    column-gap: 4vw;
    row-gap: 2vw;
    width: 500px;
    grid-template-rows: 60px 60px;
    max-width: 100%;
  }
  .top-sections-menu div a {font-size: 16px;padding: 5px}
  .menu-center { top:0; }

}

svg.t113 {
    width: 23px;
    fill:currentColor;
    color: inherit;
}

svg.t113 g, polygon {color: inherit;} 

svg.t113 path.st113 {fill:currentColor;color: inherit;}



.lang-header-wrap {
    position: absolute;
    z-index: 102;
    display: grid;
    width: 100%;
    top: 15px;
}

.lang-header-wrap .lang-nav{justify-self: right}

.about-founder-wrap {
    margin-bottom: 30px;
    row-gap: 10px !important;
}

.about-founder-wrap img {
    justify-self: center;
}

@media screen and (max-width: 800px) {
  .about-founder-text {text-align: center;}
}

.insert-map {
    background-image: url(../img/contacts.jpg);
    background-size: cover;
    background-position: center;
    min-height: 300px;
}

.project-icon {
    font-size: 20px;
    padding-right: 10px;
    font-weight: 300;
    color: inherit;
}

.project-text p {font-size: 18px;}

#pr-113 svg.t113 {
    position: relative;
    top: 5px;
    padding-right: 10px;
    width: 32px;
}

#pr-113 a, #pr-stoppain a {
    display: inline-block;
    padding: 5px 7px;
    background-color: #d8c0a6;
    color: #001928;
}

#pr-stoppain a {
    background-color: #001928;
    color: #ffefdd;
}

#pr-113 a:hover,  #pr-113 a:active, #pr-stoppain a:hover, #pr-stoppain a:active{
  background-color: #ffefdd;
  color: #000;

}

.project-galery {
/*    grid-template-columns: repeat(auto-fill, minmax(95px, max-content));
    display: grid;
    grid-gap: 10px;*/
    text-align: center;
}

.about-founder-text p {
    font-size: 18px;
}

.project-galery img {
    height: 200px;
    width: auto;
    display: inline-block;
    margin: 5px;
    position: relative;
}

/*.project-galery img:hover {
    height: 500px;
    position: absolute;
    z-index: 100;
    box-shadow: 0 0 40px rgb(0 0 0 / 55%);
}*/

section#support {
    background: #d7d9eb;
}

.pakets-wraper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

@media (max-width: 1000px) {
  .pakets-wraper {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .pakets-wraper {
    grid-template-columns: 1fr;
  }
}

.donation-paket {
    background: #d8c0a6;
    width: 219px;
    min-height: 200px;
    align-self: center;
    justify-self: center;
    position: relative;
}

.donation-paket span {
    display: block;
    width: 100%;
    font-size: 57px;
    font-weight: 100;
    text-align: center;
    padding: 30px;
    padding-bottom: 0;
    color: white;
}

span.svg {
    height: 87px;
    padding: 30px 78px 0 78px;
}

span.svg svg {width: 100%;}

.donation-paket p {
    padding: 10px;
    text-align: center;
    font-size: 18px;
    min-height: 80px;
}

.donation-paket button {
    width: 100%;
    text-align: center;
}

.counter {
/*  font-family: "Rampart One", cursive;*/
/*  font-size: 5em;*/
/*  margin: 100vh auto 40vh;*/
}


.infograph img {
  max-height: 100px;
  align-self: center;
  justify-self: right;
}
.infograph div {
  align-self: center;
}

.infograph span {
    font-size: 40px;
    font-weight: 700;
    color: #675f61;
}

h3.infograph-head::before {
  content: '\f14a';
  font-family: font-aw;
  padding-right: 10px;
}


h3.infograph-head {
  font-size: 27px;
  font-family: 'Roboto';
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}


img-mission {
  background-image: url(../includes/pages/mission/mission.jpg);
  background-size: cover;
  background-position-x: center;
  background-position-y: top;
  min-height: 400px;
}

.about-founder-text H3 {
    font-size: 24px;
}

button-area {
    display: block;
    margin-top: 30px;
}