/*
html {
  scroll-behavior: smooth;
}
*/

button:focus, input:focus, textarea:focus, a:focus {
  outline: none;
}

#block2000 {
  box-shadow: 0 0 80px rgba(0,0,0,0.25);
  max-width: 2000px;
  margin: auto;
  overflow: hidden;
}

#header {
  background: url("../../assets/img/block2-bg.jpg") top / auto no-repeat;
  min-height: 900px;
  position: relative;
  overflow: hidden;
}

.txt12 {
  font-size: 12px;
  line-height: 1.2em;
}

.txt14 {
  font-size: 14px;
  line-height: 1.2em;
}

@media (max-width: 575px) {
  .txt16 {
  font-size: 14px;
  line-height: 1.2em;
}
  .txt18 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) {
  .txt16 {
  font-size: 16px;
  line-height: 1.2em;
}
  .txt18 {
    font-size: 18px;
    line-height: 1.2em;
  }

}

.semibold {
  font-family: Gilroy-Semibold;
}



.light {
  font-family: Gilroy-Light;
}

.txt20 {
  font-size: 20px;
  line-height: 1.2em;
}

.txt22 {
  font-size: 22px;
  line-height: 1.2em;
}

@media (min-width: 576px) {
  .txt24 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .txt24 {
    font-size: 18px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .txt40 {
    font-size: 26px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .txt48 {
    font-size: 26px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  #systemTabContent .txt18 {
    font-size: 14px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  #systemTabContent .txt20 {
    font-size: 16px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  #systemTabContent .txt36 {
    font-size: 21px;
    line-height: 1.2em;
  }
}

@media (max-width: 575px) {
  .txt36 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt40 {
    font-size: 36px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt48 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .txt36 {
    font-size: 32px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt40 {
    font-size: 40px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt48 {
    font-size: 48px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt36 {
    font-size: 36px;
    line-height: 1.2em;
  }
}

.bold {
  font-family: Gilroy-Bold;
}

@media (max-width: 991px) {
  #title-row {
    margin-top: 50px;
  }
}

@media (min-width: 992px) {
  #title-row {
    margin-top: 150px;
  }
}

@media (max-width: 767px) {
  .txt30 {
    font-size: 24px;
    line-height: 1.2em;
  }
}

@media (min-width: 768px) {
  .txt30 {
    font-size: 30px;
    line-height: 1.2em;
  }
}

.blue {
  color: #396df4;
}

.grey {
  color: #6c6c6c;
}

.uppercase {
  text-transform: uppercase;
}

a.no-underline:hover {
  text-decoration: none;
}

.blue-stroke-btn {
  border: 2px solid #396df4;
  border-radius: 10px;
  padding: 15px 20px;
  transition: all 0.2s ease-in-out;
  color: #396df4;
}

.blue-stroke-btn:hover {
  border: 2px solid #396df4;
  background: #396df4;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.white-stroke-btn {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 15px 20px;
  transition: all 0.2s ease-in-out;
  color: #fff;
}

.white-stroke-btn:hover {
  border: 2px solid #fff;
  background: #fff;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  color: #000;
}
.post-item .white-stroke-btn {
  transform: scale(0%);
  transition: all 0.2s ease-in-out;
}
.post-item:hover .white-stroke-btn {
  transform: scale(100%);
  transition: all 0.2s ease-in-out;
}

.blue-btn:hover {
  background: linear-gradient(to bottom, #10a7ff, #2958cb);
}

.blue-btn {
  padding: 25px 50px;
  border-radius: 10px;
  background: linear-gradient(to bottom, #008bde, #2958cb);
  position: relative;
  overflow: hidden;
  z-index: 99;
}

.blue-btn .flare {
  position: absolute;
  top: 0;
  height: 100%;
  width: 45px;
  transform: skewX(-45deg);
  animation: flareAnimation;
  left: -150%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.7));
  animation: flareAnimation 2s infinite linear;
}

@keyframes flareAnimation {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}

.dark {
  color: #181723;
}

.regular {
  font-family: Gilroy-Regular;
}

@media (max-width:767px) {
  #header {
    background: url("../../assets/img/block2-bg.jpg") top / cover no-repeat;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  #header {
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  #header {
    padding-bottom: 50px;
  }
}

.underline {
  text-decoration: underline;
}

@media (max-width: 575px) {
  #header .container {
    max-width: 400px;
    margin: auto;
  }
}

@media (min-width: 768px) {
  .rodion {
    position: absolute;
    bottom: 40px;
    left: 54%;
    right: 0;
    margin: auto;
    z-index: 0;
  }
  .rodion img {
  max-height:780px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .rodion {
    width: 500px;
    left: 370px;
  }
}

@media (min-width: 0px) and (max-width:767px) {
  .rodion {
    position: relative;
    width: 400px;
    margin: 0 auto -130px auto;
  }
}

@media (min-width: 992px) {
  .tag {
    position: absolute;
    top: 44%;
    left: 50px;
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .tag {
    position: absolute;
    top: 35%;
    left: 150px;
  }
}

@media (min-width: 0px) and (max-width:767px) {
  .tag {
    position: absolute;
    top: 42%;
    left: 0px;
  }
}

.traff-item {
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
  border-radius: 20px;
  padding: 25px;
  height: 100%;
}

.traff {
  position: relative;
  z-index: 2;
}

.carousel__slide {
  width: 33%;
}

@media (min-width: 992px) {
  .carousel__slide {
    --carousel-slide-width: 33.3333%;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .carousel__slide {
    --carousel-slide-width: 50%;
  }
}

@media (max-width: 575px) {
  .carousel__slide {
    --carousel-slide-width: 100%;
  }
}

.testi-item {
  position: relative;
  padding: 50%;
  border-radius: 20px;
  overflow: hidden;
}

.testi-item .testi-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.testi-item .testi-bg {
  position: absolute;
  height: 100%;
  top: -50px;
  bottom: -50px;
  left: -50px;
  right: -50px;
  margin: auto;
  filter: blur(8px);
  z-index: 1;
  opacity: 0.5;
}

@media (min-width: 992px) {
  .title-carousel {
    margin-top: -150px;
  }
}

#system {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url("../../assets/img/system-bg.jpg") top center no-repeat;
}

.txt60 {
  font-size: 60px;
  line-height: 1.2em;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,0.15);
  border-radius: 20px;
  color: #c4c4c4;
}

.nav-tabs .nav-link {
  margin: 0;
  border: none;
  padding: 15px;
}

@media (max-width: 575px) {
  #systemTab .nav-item {
    padding: 5px;
    width: 25%;
    text-align: center;
  }
}

@media (min-width: 576px) {
  #systemTab .nav-item {
    padding: 10px;
    width: 25%;
    text-align: center;
  }
}

.nav-tabs {
  border: none;
}

.tab-body {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
  padding: 50px;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.tab-body-content {
  max-width: 555px;
  position: relative;
  z-index: 1;
}

.accent {
  background: #6b6980;
  padding: 30px 30px 30px 50px;
  border-radius: 0 20px 20px 0;
  margin-left: -50px;
}

ul li {
  margin-bottom: 5px;
}

ul {
  padding-inline-start: 20px;
}

.medium {
  font-family: 'Gilroy-Medium';
}

@media (max-width: 991px) {
  .blend {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.75);
    z-index: 0;
  }
}

@media (min-width: 576px) and (max-width:767px) {
  .tab-body {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .tab-body {
    padding: 20px;
    min-height: inherit;
  }
}

@media (max-width: 575px) {
  #systemTab .txt30 {
    font-size: 20px;
    line-height: 1em;
  }
}

@media (max-width: 575px) {
  #systemTab .txt60 {
    font-size: 40px;
    line-height: 1em;
  }
}

#steps {
  padding-top: 80px;
  padding-bottom: 80px;
}

.step-item-body {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 0 30px rgba(0,0,0,0.1);
  padding: 20px 30px;
  height: 100%;
  margin-right: -5px;
}

.light-grey {
  color: #e2e2eb;
}

.step-item-body {
  padding: 15px;
}

#quiz {
  background: url("../../assets/img/quiz-bg.jpg") top center no-repeat;
  padding-top: 80px;
  padding-bottom: 80px;
}

.quiz-body {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0,0,0,0.15);
  padding: 50px;
}

@media (max-width: 767px) {
  #telegram {
    padding-top: 70px;
  }
}

.post-item {
  padding: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  min-height: 360px;
  box-shadow: 0 0 40px rgba(0,0,0,0.15);
}

.post-item:hover img {
  position: absolute;
  top: -10px;
  bottom: -10px;
  left: -10px;
  right: -10px;
  margin: auto;
  width: 110%;
  height: 110%;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(60%);
  transition: all 0.2s ease-in-out;
}

.post-item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: grayscale(60%);
  transition: all 0.2s ease-in-out;
}

.post-gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: linear-gradient(to bottom, rgba(2,142,239,0), rgba(2,142,239,1) 85%);*/
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgb(0, 0, 0, 0.65));
  z-index: 2;
}

.post-content {
  position: absolute;
  top: 80px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  z-index: 3;
}

@media (max-width: 575px) {
  .post-content {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 3;
  }
}

@media (max-width: 575px) {
  .post-item {
    min-height: 200px;
  }
}

@media (max-width: 575px) {
  .post-content .txt20 {
    font-size: 15px;
    line-height: 1.2em;
  }
}

#faq {
  padding-top: 80px;
  padding-bottom: 80px;
}

.accordion {
  background: #fff;
  border-radius: 20px;
  border: 3px solid #fff;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 0 50px rgba(0,0,0,0.1);
}

.accordion .card {
  border: none;
}

.accordion .card-header {
  background: #31263f;
  border: none;
  color: #fff;
  padding: 0 30px;
}

.card-header {
  cursor: pointer;
}

.line-bottom {
  padding: 30px 0;
  border-bottom: 2px solid #ececec;
}

.collapse, .collapsing {
  background: #f8f7f9;
  padding: 30px;
}

.accordion .card-header.collapsed {
  background: #fff;
  color: #000;
}

#footer .container {
  border-top: 2px solid #dddddd;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (max-width: 575px) {
.podpis-tg .txt14 {
  font-size:11px;
  line-height: 1.2em;
}}