.container-fluid {
  max-width: 1920px;
}
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xl-20 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .col-sm-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 768px) {
  .col-md-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-lg-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-xl-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
/* GLOBALS */
html {
  height: 100%;
}
body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
button,
input,
select,
textarea {
  outline: none !important;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
strong {
  font-weight: 700 !important;
}
img {
  max-width: 100%;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
}
/*::-webkit-scrollbar{
  background-color: #000;
}
::-webkit-scrollbar-thumb{
  background-color: @green;
}*/
.full-right {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .full-right {
    margin-left: 0;
    margin-right: -50px;
  }
}
@media (min-width: 1400px) {
  .full-right {
    margin-left: 0;
    margin-right: -50px;
  }
}
@media (min-width: 1600px) {
  .full-right {
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 1300px / 2);
  }
}
@media (min-width: 1800px) {
  .full-right {
    margin-left: 0;
    margin-right: calc(-100vw / 2 + 1500px / 2);
  }
}
.full-left {
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .full-left {
    margin-right: 0;
    margin-left: -50px;
  }
}
@media (min-width: 1400px) {
  .full-left {
    margin-right: 0;
    margin-left: -50px;
  }
}
@media (min-width: 1600px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 1300px / 2);
  }
}
@media (min-width: 1800px) {
  .full-left {
    margin-right: 0;
    margin-left: calc(-100vw / 2 + 1500px / 2);
  }
}
.header {
  z-index: 5;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .header {
    top: 20px;
  }
}
.header .logo {
  width: 100px;
}
@media (min-width: 576px) {
  .header .logo {
    width: 120px;
  }
}
@media (min-width: 768px) {
  .header .logo {
    width: 140px;
  }
}
@media (min-width: 992px) {
  .header .logo {
    width: 140px;
  }
}
@media (min-width: 1200px) {
  .header .logo {
    width: 180px;
  }
}
.header .bt-logout {
  /*position: absolute;
        top: 0;
        right: 0;*/
  float: right;
  color: #fff;
  background-color: transparent;
  padding: 5px 15px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline-block;
  margin-top: 15px;
  border: 1px solid #fff;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmSU5vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v29/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
html {
  width: 100%;
}
body {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background-color: #fff;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  position: relative;
  line-height: 1.3;
  font-weight: 400;
  color: #000;
}
@media (min-width: 768px) {
  .custom-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .custom-container {
    padding-left: 90px;
    padding-right: 90px;
  }
}
@media (min-width: 1500px) {
  .custom-container {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.main-wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}
h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.1;
  margin: 0;
}
@media (min-width: 768px) {
  h4 {
    font-size: 21px;
  }
}
a:hover {
  color: inherit;
}
a.color-black {
  color: #000;
}
a.color-black:hover {
  color: #3aadaa;
}
.cover-bg {
  background-size: cover !important;
}
.color-white {
  color: #fff;
}
.footer {
  width: 100%;
  margin: 0 auto;
}
.footer a {
  display: inline-block;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .footer a {
    margin-top: 10px;
  }
}
.footer a:last-child {
  margin-right: 0;
}
.footer .text {
  max-width: 500px;
}
.footer.home-footer a:hover {
  color: #ffdc59 !important;
}
.buton {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  padding: 0 15px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background-color: #3aadaa;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none !important;
}
.buton:hover {
  background-color: #308d8b;
  color: #fff;
}
.buton.yellow {
  background-color: #ffdc59;
  color: #000;
}
.buton.yellow:hover {
  background-color: #f5cf37;
  color: #000;
}
.buton-stroke {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border: none;
  padding: 0 15px;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  color: #fff;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  text-decoration: none !important;
}
.buton-stroke.yellow {
  background-color: transparent;
  color: #ffdc59;
  border: 1px solid #ffdc59;
}
.buton-stroke.yellow:hover {
  background-color: #ffdc59;
  color: #000;
}
.buton-stroke.green {
  background-color: transparent;
  color: #fff;
  border: 1px solid #3aadaa;
}
.buton-stroke.green:hover {
  background-color: #3aadaa;
  color: #fff;
}
.section-full {
  width: 100%;
}
@media (min-width: 992px) {
  .section-full {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.top-padding {
  padding-top: 90px;
}
@media (min-width: 768px) {
  .top-padding {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  .top-padding {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .top-padding {
    padding-top: 160px;
  }
}
.baner-1 {
  min-height: 350px;
}
@media (min-width: 768px) {
  .baner-1 {
    min-height: 460px;
  }
}
@media (min-width: 992px) {
  .baner-1 {
    min-height: 100vh;
  }
}
.baner-1 .title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
  max-width: 500px;
}
@media (min-width: 992px) {
  .baner-1 .title {
    font-size: 56px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .baner-1 .title {
    font-size: 66px;
    margin-bottom: 10%;
    max-width: 680px;
  }
}
.baner-2 {
  min-height: 350px;
}
@media (min-width: 768px) {
  .baner-2 {
    min-height: 460px;
  }
}
@media (min-width: 992px) {
  .baner-2 {
    min-height: 100vh;
  }
}
.baner-2 .title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .baner-2 .title {
    font-size: 38px;
  }
}
@media (min-width: 1200px) {
  .baner-2 .title {
    font-size: 48px;
  }
}
.baner-2 .subtitle {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  max-width: 500px;
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .baner-2 .subtitle {
    max-width: 750px;
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  .baner-2 .subtitle {
    font-size: 30px;
    margin-bottom: 160px;
  }
}
.baner-2 .subtitle strong {
  font-weight: 600;
}
.bt-rcp {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}
.baner-category {
  overflow: hidden;
  min-height: 350px;
  position: relative;
}
@media (min-width: 768px) {
  .baner-category {
    min-height: 460px;
  }
}
@media (min-width: 992px) {
  .baner-category {
    min-height: 100vh;
  }
}
.baner-category .bt-rcp {
  position: absolute;
  z-index: 3;
  top: 180px;
}
@media (max-width: 991px) {
  .baner-category .bt-rcp {
    display: none;
  }
}
@media (min-width: 992px) {
  .baner-category .bt-rcp {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .baner-category .bt-rcp {
    right: 90px;
  }
}
@media (min-width: 1500px) {
  .baner-category .bt-rcp {
    right: 120px;
  }
}
.baner-category .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 1200px) {
  .baner-category .image:before {
    display: block;
    content: '';
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (min-width: 992px) {
  .baner-category .image.left:after {
    display: block;
    content: '';
    background: url("../images/colt-left.png") left bottom no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    z-index: 0;
  }
}
.baner-category:hover .image:before {
  opacity: 0;
}
.baner-category .position-relative {
  z-index: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.baner-category .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.baner-category .subtitle {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
  max-width: 500px;
  opacity: 0.3;
}
@media (min-width: 992px) {
  .baner-category .subtitle {
    font-size: 56px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .baner-category .subtitle {
    font-size: 60px;
    margin-bottom: 10%;
    max-width: 680px;
  }
}
.baner-category .title {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
  max-width: 500px;
  text-transform: uppercase;
}
.baner-category .title i {
  font-size: 70%;
}
@media (min-width: 992px) {
  .baner-category .title {
    font-size: 70px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1200px) {
  .baner-category .title {
    font-size: 80px;
    margin-bottom: 10%;
    max-width: 680px;
  }
}
.baner-category .footer {
  position: relative;
  z-index: 1;
}
.form-wrapper {
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
}
.form-wrapper a {
  font-weight: 600;
}
.col-form {
  padding-top: 40px;
}
@media (min-width: 992px) {
  .col-form {
    padding-top: 140px;
  }
}
@media (min-width: 1200px) {
  .col-form {
    padding-top: 160px;
  }
}
.col-form .footer a {
  color: #000;
}
.baner-library {
  color: #fff;
  padding-bottom: 10px;
}
.baner-library .title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .baner-library .title {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .baner-library .title {
    font-size: 90px;
  }
}
.baner-library .bt-back {
  color: #308d8b;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  display: inline-block;
  padding: 0 25px 0 15px;
  text-decoration: none;
}
.baner-library .bt-back:hover {
  background-color: #c0eae8;
}
.tabs-filter {
  width: 100%;
}
@media (max-width: 1199px) {
  .tabs-filter {
    width: 235px;
    position: relative;
  }
}
.tabs-filter .bt-toggle {
  height: 35px;
  width: 100%;
  position: relative;
  z-index: 5;
}
@media (min-width: 1200px) {
  .tabs-filter .bt-toggle {
    display: none;
  }
}
.tabs-filter .bt-toggle:before {
  display: block;
  font-family: 'fontello';
  content: '\e800';
  position: absolute;
  right: 10px;
  font-size: 16px;
  color: #fff;
  top: 7px;
}
@media (min-width: 1200px) {
  .tabs-filter .dropdown-filter {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (max-width: 1199px) {
  .tabs-filter .dropdown-filter {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 4;
    padding-top: 35px;
    height: 35px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
}
@media (max-width: 1199px) {
  .tabs-filter.opened .dropdown-filter {
    height: auto;
  }
}
.tabs-filter .tab-bt {
  display: inline-block;
  padding: 0 10px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  background-color: #fff;
  color: #000;
  letter-spacing: 2px;
  text-decoration: none !important;
  width: 235px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  .tabs-filter .tab-bt {
    border-bottom: 1px solid #000;
  }
  .tabs-filter .tab-bt:last-child {
    border: none;
  }
}
@media (min-width: 1200px) {
  .tabs-filter .tab-bt {
    -webkit-flex: 0 0 235px;
    -ms-flex: 0 0 235px;
    flex: 0 0 235px;
    margin: 5px 20px 5px 0;
    border: 1px solid #000;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    padding: 0 5px;
  }
}
.tabs-filter .tab-bt:hover {
  background-color: #308d8b;
  color: #fff;
  border-color: #308d8b;
}
.tabs-filter .tab-bt.active {
  background-color: #3aadaa;
  color: #fff;
  border-color: #3aadaa;
}
@media (max-width: 1199px) {
  .tabs-filter .tab-bt.active {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .video-list {
    padding: 0 15px;
  }
}
.video-list .custom-container {
  background-color: #F3F3F3;
  padding-top: 20px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .video-list .custom-container {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .video-list .custom-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .video-list .custom-container {
    padding-left: 75px;
    padding-right: 75px;
  }
}
@media (min-width: 1500px) {
  .video-list .custom-container {
    padding-left: 105px;
    padding-right: 105px;
  }
}
.video-entry {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  height: 200px;
  padding: 10px;
  color: #fff;
  overflow: hidden;
}
@media (min-width: 768px) {
  .video-entry {
    height: 250px;
  }
}
@media (min-width: 1500px) {
  .video-entry {
    height: 300px;
  }
}
.video-entry .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-entry .content {
  position: relative;
  z-index: 1;
  max-width: 400px;
}
.video-entry .name {
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 992px) {
  .video-entry .name {
    font-size: 22px;
  }
}
.video-entry .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.video-entry .image:before {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.video-entry .image:after {
  display: block;
  content: '';
  position: absolute;
  background: url('../images/play.png') no-repeat center center;
  background-size: contain;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  width: 80px;
  height: 80px;
  z-index: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.video-entry:hover .image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.video-desc {
  padding: 10px 0 0;
}
.video-desc p {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .video-modal .modal-dialog {
    max-width: 1300px;
  }
}
.video-modal .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 40px 10px 20px;
}
@media (min-width: 992px) {
  .video-modal .modal-dialog .modal-content {
    padding: 40px 40px 20px;
  }
}
.video-modal .modal-dialog .modal-content .close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.video-modal .modal-dialog .modal-content .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .video-modal .modal-dialog .modal-content .title {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .video-modal .modal-dialog .modal-content .title {
    font-size: 28px;
  }
}
.video-modal .modal-dialog .modal-content .title .cat-name {
  color: #ffdc59;
  text-transform: uppercase;
}
.video-modal .modal-dialog .playlist {
  list-style: none;
  padding: 0;
}
.video-modal .modal-dialog .playlist li:nth-child(even) {
  background-color: #F5F5F5;
}
.video-modal .modal-dialog .playlist .goto {
  display: block;
  font-weight: 500;
  color: #000;
  padding: 10px 10px;
}
.video-modal .video-wrapper {
  background-color: #000;
  margin-bottom: 20px;
}
.cookies-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 620;
  background-color: #ffdc59;
  color: #000;
  padding: 30px 0 15px;
}
.cookies-bar a {
  color: #000;
  text-decoration: underline;
}
.cookies-bar .text {
  max-width: 900px;
}
.cookies-bar .agree {
  display: inline-block;
  text-align: center;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  text-decoration: none !important;
  cursor: pointer;
  background: transparent;
  color: #000;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-size: 20px;
  line-height: 1;
  padding: 0px;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.likes {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #3aadaa;
}
.likes .bt-like {
  font-size: 24px;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #3aadaa;
  color: #fff;
  position: relative;
  margin-left: 5px;
  border: none !important;
  display: inline-block;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.likes .bt-like.liked {
  background-color: #c8cecf;
}
.likes .bt-like i {
  position: absolute;
  top: 4px;
  left: 4px;
}
.section-home {
  position: relative;
  background-size: cover !important;
  padding-top: 120px;
}
@media (min-width: 768px) {
  .section-home {
    padding-top: 130px;
  }
}
@media (min-width: 992px) {
  .section-home {
    background: url("../images/home-bg.jpg") top center;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    padding-top: 160px;
  }
}
@media (max-width: 991px) {
  .section-home {
    background: url("../images/home-bg-mobil.jpg") top center;
    min-height: 80vh;
  }
}
.section-home .name {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding-top: 10px;
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  .section-home .name {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .section-home .name {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .section-home .name {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .section-home .name {
    /* br{
                display: none;
            }*/
  }
}
@media (max-width: 991px) {
  .section-home .content {
    margin-top: -16% !important;
  }
}
.section-home .left {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-home .left {
    margin-top: 50%;
    text-align: left;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-home .left .simbol {
    width: 80px;
  }
}
.section-home .right {
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .section-home .right {
    margin-top: 40%;
    text-align: right;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .section-home .right .simbol {
    width: 60px;
  }
}
.diabets-bt-back {
  color: #308d8b;
  height: 35px;
  line-height: 35px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  display: inline-block;
  padding: 0 25px 0 15px;
  text-decoration: none !important;
  position: absolute;
  top: 140px;
  z-index: 10;
}
@media (max-width: 1199px) {
  .diabets-bt-back {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .diabets-bt-back {
    top: 70px;
  }
}
.diabets-bt-back:hover {
  background-color: #c0eae8;
}
.was-validated .form-control:invalid {
  border-color: #e74c3c;
  background-image: none;
}
.was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block;
}
.invalid-tooltip {
  font-size: 12px;
  line-height: 1.1;
  padding: 5px 0 0 0;
  font-weight: 400;
  position: relative;
  color: #e74c3c;
  background-color: transparent;
}
input.form-control {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000 !important;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 0 15px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid #000;
  background-color: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
input.form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #000;
}
textarea.form-control {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000 !important;
  display: block;
  overflow: hidden;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  -webkit-appearance: none !important;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px 10px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #000;
  background-color: #fff;
  height: 100px;
  resize: none;
}
textarea.form-control:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #000;
}
/*checkbox*/
.custom-checkbox {
  position: relative;
  display: block;
  min-height: 23px;
  padding-left: 24px;
}
.custom-control-label {
  padding-top: 4px;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  cursor: pointer;
}
.custom-control-label a {
  color: inherit;
  text-decoration: underline;
}
.custom-control-label:before {
  display: none;
  font-family: fontello;
  content: '\e80c';
  font-size: 16px;
  border: none !important;
  background: transparent !important;
  width: 14px;
  height: 14px;
  left: -20px;
  top: 3px;
  color: #000 !important;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
}
.custom-control-label:before:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-label:after {
  display: block;
  content: '';
  border: 1px solid #d4d4d4;
  background: none !important;
  width: 20px;
  height: 20px;
  left: -25px;
  top: 3px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-label:after:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-input {
  background: none !important;
  border-color: #d4d4d4 !important;
  width: 23px;
  height: 23px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  top: 2px;
}
.custom-control-input:checked {
  border-color: #8cc14c;
}
.custom-control-input:checked ~ .custom-control-label::before {
  display: block;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.custom-control-input[type=radio] ~ .custom-control-label::before {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custom-control-input[type=radio] ~ .custom-control-label::after {
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.custom-select {
  display: inline-block;
  width: 100%;
  height: 42px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #000;
  vertical-align: middle;
  background: #fff url('../images/select_arrow.svg') no-repeat right center;
  background-size: 48px 48px;
  border: 1px solid #d4d4d4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Fira Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.custom-select option:disabled {
  display: none;
}
.custom-select:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border-color: #000;
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: #fff url('../images/select_arrow.svg') no-repeat right center;
}
.custom-select.valid,
.was-validated .custom-select:valid {
  background: #fff url('../images/select_arrow.svg') no-repeat right center;
}
.custom-control-input.is-invalid ~ .custom-control-label::after,
.was-validated .custom-control-input:invalid ~ .custom-control-label::after {
  border-color: #e74c3c !important;
}
.alert {
  padding: 15px 15px;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Fira Sans', sans-serif;
  font-size: 16px;
  font-weight: 300;
  border: none;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.alert-success {
  color: #000;
  background-color: #8cc14c;
}
.alert-danger {
  color: #fff;
  background-color: #e74c3c;
}
.custom-select option:disabled {
  display: none;
}
.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
