body {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 400;
}

a {
  text-decoration: none;
}

@media (min-width:576px) {
  .container, .container-sm {
    max-width: 100%
  }
}

@media (min-width: 768px) {
    .container {
      max-width: 100%
    }
}

@media (min-width: 992px) {
    .container {
      max-width: 98%
    }
}

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

@media (min-width: 1400px) {
    .container {
        width:1280px
    }
}

@media (min-width: 1600px) {
    .container {
        width:1440px
    }
}

.embed-responsive img, .block-review img {
  border-radius: 5px;
}

.form-control {
  padding: 15px 20px;
}

.btn {
  border: 0;
  font-weight: 500;
  font-size: 15px;
  padding: 15px 20px;
}

.btn-default {
  background: #000;
  color: #FFF;
}

.btn-default:hover {
  background: #222;
  color: #FFF;
}

.btn-white {
  background: #FFF;
  color: #000;
}

.btn-white:hover {
  background: #f1f1f1;
  color: #222;
}

.btn-link {
  background: none;
  color: #000;
  text-decoration: none;
}

.btn-link:hover {
  background: none;
  color: #000;
}

.btn-more {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.btn-tag {
  color:#000;
  background: #f7f7f7;
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
  padding: 5px 10px;
  margin-right:10px;
}

.btn-tag:hover {
  background: #f1f1f1;
} 

.btn-tag:last-child {
  margin-right:0px !important;
}

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
    margin: 0;
    font-weight: 500;
}

h4,.h4,h5,.h5,h6,.h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500
}

h1,.h1 {
    font-size: 40px;
    line-height: 56px
}

h2,.h2 {
    font-size: 32px;
    line-height: 44px
}

h3,.h3 {
    font-size: 26px;
    line-height: 36px
}

h5,.h5,h6,.h6 {
    font-size: 16px;
    line-height: 26px
} 

h1 b, .h1 b, h2 b, .h2 b, h3 b, .h3 b {
 font-weight: 700; 
}

@media (max-width: 767px) {
   h1,.h1,h2,.h2 {
        font-size: 26px;
        line-height: 36px
    }

    h3,.h3 {
        font-size: 20px;
        line-height: 30px
    }

    h4,.h4,h5,.h5,h6,.h6 {
        font-size: 16px;
        line-height: 26px
    }
}

header {
  padding: 16px 0;
  box-shadow: 0 0 5px rgba(103,121,128,.05),0 0 12px rgba(103,121,128,.12);
}

header ul {
  margin: 0;
}

header .list-inline-item:not(:last-child) {
  margin-right: 40px;
}

header li a {
  color: #000;
  font-weight: 500;
  font-size: 15px;
}

.static-header  {
  display: none;
}

.static-header header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  animation: .3s headerScrolled linear;
  z-index: 999;
}

@keyframes headerScrolled {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

footer {
  background: #000;
  padding: 40px 0 60px;
}

footer .footer-list li:first-child {
  color: #FFF;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
}

footer li {
  margin-top: 10px;
}

footer li a {
  color: #969C9E;
}

footer li a:hover {
  color: #FFF;
}

footer .footer-language .active {
  color: #FFF;
}

footer .footer-language li {
  margin-right: 0 !important;
}

footer .footer-language li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 14px;
  margin: 0 18px 3px;
  background: #787f78;
  display: inline-block;
  vertical-align: middle;
}

footer hr {
  border-top: 1px solid #28292a;
  opacity: 1;
}

footer .footer-copyright {
  color: #969c9e;
  font-size: 12px;
}

@media (max-width: 576px) {
  footer {
      margin-bottom: 60px;
  }
}

.footer-mobile {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 2;
  padding: 10px;
  background: #FFF;
}

.footer-mobile button {
  border: 0 !important;
  background: #0e6b0e;
}

.footer-mobile button:hover, .footer-mobile button:active, .footer-mobile button:focus {
  background: #149414 !important;
  border: 0 !important;
  color: #FFF;
}

.footer-mobile button svg {
  margin-right: 5px;
}

.footer-mobile svg path {
  fill: #FFF;
}

.form-label {
  font-weight: 600;
}

.form-control, .form-select {
  font-size: 12px;
}

.border {
  border: 1px solid #f1f1f1;
}

.bottom-border {
  border-bottom: 1px solid #f1f1f1;
}

.about-block {
  padding: 40px 0;
}

section + section {
  border-top: 1px solid #f1f1f1;
}

.about-block p {
  color: #666;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.variation-block {
  background: #f1f1f1;
}

.black-background {
  background: #000;
}

.grey-background {
  background: #f1f1f1;
}

.black-background h1, .black-background .h1 {
  color: #FFF;
}

#counter-block {
  padding: 40px 0;
  color: #FFF;
  letter-spacing: 0.02em;
}

#counter-block .counter {
  font-size: 38px;
  font-weight: 600;
}

#counter-block .counter small {
  font-size: 20px;
}

#counter-block p {
  font-weight: 400;
  font-size: 15px;
  color: #b5b5b5;
  padding-top: 3px;
}

.team-block {
  margin-bottom: 40px;
}

.contact-block {
  background: linear-gradient(-45deg, #000000, #002F63, #350253);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  color: #FFF;
  padding: 40px 0;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.faq-block {
  padding: 40px 0;
}

#faq-block button.accordion-button {
  font-weight: 600;
  font-size: 14px;
}

#faq-block .accordion-flush .accordion-item {
  margin-bottom: 15px;
}

#faq-block .accordion-button:not(.collapsed) {
  color: #FFF !important;
  background-color: #000 !important;
  box-shadow: none;
 }

#faq-block .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: var(--bs-accordion-btn-icon-transform);
}

  .animated-btn {
  z-index: 2;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  line-height: 80px;
  display: inline-block;
  text-align: center;
  background: #ff3f3f;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}

.animated-btn::before, .animated-btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background: rgba(255, 63, 63, 0.8);
  animation: ripple-1 2s infinite ease-in-out;
  z-index: -1;
}

.animated-btn::after {
  background: rgba(255, 63, 63, 0.6);
  animation: ripple-2 2s infinite ease-in-out;
  animation-delay: 0.5s;
}

@keyframes ripple-1 {
  0% {
      transform: scale(1);
      opacity: 1;
  }

  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}

@keyframes ripple-2 {
  0% {
      transform: scale(1);
      opacity: 1;
  }

  100% {
      transform: scale(1.7);
      opacity: 0;
  }
}

swiper-container {
width: 100%;
height: 100%;
margin-bottom: 40px;
}

swiper-slide {
text-align: center;
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: center;
}

swiper-slide svg {
padding: 0 10px;
}

.list-group {
  width: 100%;
}

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}
[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-secondary-bg);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}

.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}
.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-secondary-bg);
}

.list-group-radio .form-check-input:checked + .list-group-item {
  background-color: var(--bs-body);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 2px var(--bs-primary);
}
.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}