/* Custom CSS */

.bs-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}
p{line-height:1.6;}

a:link, a:visited{
	color: #131F2D;
}
a:hover{
	color: #2CB7C3;
}

@media (max-width: 767px) {
  html {
    width: 100%;
    overflow-x: hidden;
  }

  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    position: relative;
  }
}

.border-radius img{
	border-radius:20px !important;
}
.no-margin{
	margin:0 !important;
}
.kb-table-of-content-list .active{
	font-weight:700 !important;
}

.wp-block-cover, .wp-block-cover-image {
    padding-bottom:0em !important;
}

.button-black{
	border-radius:99px;
	border: 1px solid black;
	padding: 10px 20px
}
.button-white{
	border-radius:99px;
	border: 1px solid white;
	padding: 10px 20px
}
.kurs-title{
	margin:0;
}