@font-face {
  src: url("fonts/Montserrat-Bold.ttf");
  font-family: MontserratBold;
  font-display: auto;
}
@font-face {
  src: url("fonts/Montserrat-Regular.ttf");
  font-family: MontserratRegular;
  font-display: auto;
}
@font-face {
  src: url("fonts/Montserrat-Light.ttf");
  font-family: MontserratLight;
  font-display: auto;
}
.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

a, a:focus, a:hover {
  text-decoration: none;
  color: inherit;
  outline: none;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

@media (max-width: 767px) {
  img {
    max-width: 100%;
  }
}

body {
  font-family: MontserratRegular, sans-serif;
}

.top-bar {
  top: 0;
  position: fixed;
  z-index: 20;
  width: 100%;
  display: flex;
  justify-content: space-around;
  background-color: #383D3B;
  height: 50px;
  margin: 0;
}
@media (max-width: 767px) {
  .top-bar {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  .top-bar {
    position: relative;
    margin-top: 0px;
  }
}
.top-bar p {
  margin-top: 12px;
  font-size: 15px;
}
.top-bar p.social a {
  padding-left: 10px;
}
.top-bar p.social img {
  height: 1.5em;
  width: 1.5em;
}
.top-bar p.cta {
  color: #15A6F9;
  font-weight: bold;
}
.top-bar p.cta b {
  color: grey;
  font-size: 16px;
  font-weight: normal;
}
@media (min-width: 767px) and (max-width: 998px) {
  .top-bar p.cta b {
    display: none;
  }
}
.top-bar p.cta a {
  color: #15A6F9;
}
.top-bar p.cta a:hover {
  color: #92DCE5;
}

header {
  margin-top: -5px;
  padding-left: 11%;
  padding-right: 11%;
  /*&.index {

    @include desktop {
      position: relative;  
      margin-top: 50px;
    }
    @include tablet {
      position: relative;  
      margin-top: 0px;
    }
  } */
}
@media (min-width: 1001px) {
  header {
    position: relative;
    margin-top: 50px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  header {
    position: relative;
    margin-top: 0px;
  }
}
header.header-underline {
  position: relative;
}
header.header-underline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #D2DEEC;
}
@media (max-width: 767px) {
  header {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  header {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  header {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 767px) {
  header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
header .navbar {
  margin-bottom: 0;
}
@media (min-width: 767px) and (max-width: 998px) {
  header .navbar-nav {
    margin-top: 15px;
  }
}
@media (min-width: 1001px) {
  header .navbar-nav {
    height: 125px;
  }
}
header .navbar-toggle {
  margin-top: 20px;
}
header .navbar-toggle .icon-bar {
  background: #8D92A4;
}
header .navbar-brand {
  height: auto;
}
@media (max-width: 767px) {
  header .navbar-brand {
    padding-left: 6%;
  }
}
@media (max-width: 767px) {
  header .navbar-brand a {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  header .navbar-brand img {
    max-width: 140px;
    height: auto;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  header .navbar-brand img {
    max-width: 120px;
    height: auto;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  header .navbar-brand img {
    max-width: 120px;
  }
}
header ul li {
  height: 100%;
}
@media (max-width: 767px) {
  header ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #212745;
    height: 1px;
  }
}
header ul li a {
  text-transform: uppercase;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
  color: #212745;
  font-family: MontserratBold, sans-serif;
}
@media (max-width: 767px) {
  header ul li a {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  header ul li a {
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 15px;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  header ul li a {
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media (min-width: 1280px) and (max-width: 1500px) {
  header ul li a {
    font-size: 15px;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
header ul li a:hover {
  color: #fff !important;
  background: #15A6F9 !important;
  transition: 0.2s ease;
}
header ul li a.active {
  color: #fff;
  background: #15A6F9;
}

section.landing {
  position: relative;
  margin-top: -10px;
}
section.landing .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
section.landing img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tv {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.tv .screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  margin: auto;
}

footer, .cta-box {
  padding-left: 11%;
  padding-right: 11%;
}
@media (max-width: 767px) {
  footer, .cta-box {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  footer, .cta-box {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  footer, .cta-box {
    padding-left: 6%;
    padding-right: 6%;
  }
}
footer .dots-bg, .cta-box .dots-bg {
  z-index: -1;
}
footer .wrapper, .cta-box .wrapper {
  position: relative;
  background: #15A6F9;
  color: #fff;
  box-shadow: 10px 30px 60px rgba(46, 59, 105, 0.1);
  border-radius: 30px;
  margin-bottom: 70px;
  padding: 90px 120px 90px 200px;
}
@media (min-width: 767px) and (max-width: 998px) {
  footer .wrapper, .cta-box .wrapper {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  footer .wrapper, .cta-box .wrapper {
    padding: 20px;
  }
}
footer .wrapper h1, footer .wrapper h2, .cta-box .wrapper h1, .cta-box .wrapper h2 {
  font-family: MontserratBold, sans-serif;
}
@media (max-width: 767px) {
  footer .wrapper h1, footer .wrapper h2, .cta-box .wrapper h1, .cta-box .wrapper h2 {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  footer .wrapper h1, footer .wrapper h2, .cta-box .wrapper h1, .cta-box .wrapper h2 {
    text-align: center;
  }
}
footer .wrapper h2, .cta-box .wrapper h2 {
  font-size: 18px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  footer .wrapper h2, .cta-box .wrapper h2 {
    margin-bottom: 20px;
    font-size: 15px;
  }
}
footer .wrapper h1, .cta-box .wrapper h1 {
  font-size: 48px;
}
@media (max-width: 767px) {
  footer .wrapper h1, .cta-box .wrapper h1 {
    font-size: 24px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  footer .wrapper h1, .cta-box .wrapper h1 {
    font-size: 32px;
  }
}
footer .wrapper .btn-wrap, .cta-box .wrapper .btn-wrap {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  footer .wrapper .btn-wrap, .cta-box .wrapper .btn-wrap {
    margin-top: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  footer .wrapper .btn-wrap, .cta-box .wrapper .btn-wrap {
    margin-top: 2rem;
  }
}
footer .wrapper a, .cta-box .wrapper a {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  font-family: MontserratBold, sans-serif;
  padding: 20px 50px;
  font-size: 18px;
  transition: 0.2s ease;
}
footer .wrapper a:hover, .cta-box .wrapper a:hover {
  background: #fff;
  color: #000;
  transition: 0.2s ease;
}
footer .content .footer-logo, .cta-box .content .footer-logo {
  margin-top: 100px;
}
@media (max-width: 767px) {
  footer .content .footer-logo, .cta-box .content .footer-logo {
    display: none;
  }
}
footer .content.kontakt a, .cta-box .content.kontakt a {
  display: inline-block;
  color: #15A6F9;
}
footer .content h4, .cta-box .content h4 {
  font-weight: bold;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  footer .content h4, .cta-box .content h4 {
    text-align: center;
  }
}
footer .content p, .cta-box .content p {
  line-height: 1.8em;
  color: #8D92A4;
}
footer .content p.social a, .cta-box .content p.social a {
  padding-right: 10px;
}
footer .content p.social img, .cta-box .content p.social img {
  height: 1.5em;
  width: 1.5em;
}
footer .col-md-3 a, .cta-box .col-md-3 a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  color: #8D92A4;
}
@media (max-width: 767px) {
  footer .col-md-3 a, .cta-box .col-md-3 a {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  footer .col-md-3 a, .cta-box .col-md-3 a {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
footer .col-md-3 a:hover, .cta-box .col-md-3 a:hover {
  font-family: MontserratBold, sans-serif;
}
footer .logo-wrap, .cta-box .logo-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  footer .logo-wrap, .cta-box .logo-wrap {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  footer .logo-wrap, .cta-box .logo-wrap {
    text-align: center;
  }
}
@media (max-width: 767px) {
  footer .logo-wrap img, .cta-box .logo-wrap img {
    display: inline;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  footer .logo-wrap img, .cta-box .logo-wrap img {
    display: inline;
  }
}
footer .footer-btm, .cta-box .footer-btm {
  margin-top: 100px;
}
@media (max-width: 767px) {
  footer .footer-btm, .cta-box .footer-btm {
    margin-top: 40px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  footer .footer-btm, .cta-box .footer-btm {
    margin-top: 40px;
  }
}
footer .footer-btm p, .cta-box .footer-btm p {
  text-align: center;
  color: #868787;
  font-size: 16px;
  font-family: MontserratLight, sans-serif;
}
footer .footer-btm p br:first-of-type, .cta-box .footer-btm p br:first-of-type {
  display: none;
}
@media (max-width: 767px) {
  footer .footer-btm p br:first-of-type, .cta-box .footer-btm p br:first-of-type {
    display: block;
  }
}
footer .footer-btm p small, .cta-box .footer-btm p small {
  font-size: 14px;
}

.cta-box .wrapper {
  background: #383D3B;
  color: #15A6F9;
}

.dots-bg {
  position: absolute;
  top: -100px;
  left: -60px;
  z-index: 0;
  background-position: 0 0;
  background-size: 20px 20px;
  height: 200px;
  width: 200px;
  background-image: radial-gradient(rgba(210, 222, 236, 0.5) 20%, transparent 25%);
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .dots-bg {
    height: 160px;
    width: 160px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  .dots-bg {
    z-index: -1;
  }
}
@media (max-width: 767px) {
  .dots-bg {
    height: 100px;
    width: 100px;
    left: -25px;
    top: -50px;
  }
}

.section-heading h1 {
  color: #000;
  font-family: MontserratBold, sans-serif;
  font-size: 48px;
  margin-bottom: 50px;
  text-align: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-heading h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  .section-heading h1 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.section-heading h2 {
  color: #15A6F9;
  font-family: MontserratBold, sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
  text-transform: uppercase;
  text-align: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .section-heading h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  .section-heading h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.section-heading h2.black {
  color: #000;
}
.section-heading p {
  color: #8D92A4;
  font-size: 18px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 767px) and (max-width: 998px) {
  .section-heading p {
    font-size: 16px;
  }
}

.mt-50 {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .mt-50 {
    margin-top: 30px;
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  .mt-50 {
    margin-top: 30px;
    text-align: center;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .mt-120 {
    margin-top: 60px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  .mt-120 {
    margin-top: 60px;
  }
}

section.how-it-works {
  margin-bottom: 90px;
  margin-top: 90px;
}
section.how-it-works img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
section.how-it-works p {
  color: #8D92A4;
  font-size: 18px;
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
}
@media (min-width: 767px) and (max-width: 998px) {
  section.how-it-works p {
    font-size: 16px;
  }
}
section.how-it-works .btn-wrap {
  text-align: center;
}
section.how-it-works a {
  font-family: MontserratBold, sans-serif;
  color: #fff;
  padding: 15px 60px;
  border-radius: 10px;
  background: #15A6F9;
  transition: 0.2s ease;
  display: inline-block;
  margin-top: 30px;
}
section.how-it-works a:hover {
  background: #15A6F9;
  transition: 0.2s ease;
}

section.products {
  padding-left: 11%;
  padding-right: 11%;
}
@media (max-width: 767px) {
  section.products {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  section.products {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.products {
    padding-left: 6%;
    padding-right: 6%;
  }
}
section.products .col-md-4 h3, section.products .col-md-3 h3 {
  font-size: 24px;
  color: #000;
  font-family: MontserratBold, sans-serif;
  text-align: left;
}
section.products .col-md-4 > div:first-of-type, section.products .col-md-3 > div:first-of-type {
  border-radius: 10px;
}
section.products .col-md-4 > div:first-of-type img, section.products .col-md-3 > div:first-of-type img {
  box-shadow: 10px 30px 60px rgba(46, 59, 105, 0.1);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.2s ease;
  border-radius: 30px;
}
section.products .col-md-4 > div:first-of-type img:hover, section.products .col-md-3 > div:first-of-type img:hover {
  filter: brightness(1.05);
  transition: 0.2s ease;
}
section.products .desc {
  text-align: center;
}
section.products .desc img {
  position: relative;
  z-index: -1;
  max-width: 100%;
}
section.products .desc a {
  height: 100%;
  position: relative;
  display: block;
  width: 100%;
  padding-top: 10px;
}
section.products .products-row {
  margin-top: 40px;
}
@media (min-width: 1001px) {
  section.products .products-row {
    margin-left: -50px;
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  section.products .products-row .col-md-4, section.products .products-row .col-md-3 {
    margin-top: 40px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.products .products-row .col-md-4, section.products .products-row .col-md-3 {
    margin-top: 40px;
  }
}
@media (min-width: 1001px) {
  section.products .products-row .col-md-4, section.products .products-row .col-md-3 {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  section.products .products-row {
    margin-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.products .products-row {
    margin-top: 0;
  }
}
section.products .products-row:nth-of-type(2) {
  margin-top: 100px;
}
@media (max-width: 767px) {
  section.products .products-row:nth-of-type(2) {
    margin-top: 60px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.products .products-row:nth-of-type(2) {
    margin-top: 60px;
  }
}
section.products .dots-bg {
  z-index: -1;
}
section.products .product-badge {
  text-transform: uppercase;
  border-radius: 10px;
  background: #fff;
  font-size: 18px;
  color: #15A6F9;
  font-family: MontserratBold, sans-serif;
  box-shadow: 10px 40px 60px rgba(0, 0, 0, 0.25);
  display: inline-block;
  position: absolute;
  right: 0;
  top: -20px;
  padding: 20px;
  z-index: 99;
}
@media (min-width: 1001px) {
  section.products .product-badge {
    right: 25px;
  }
}

section.benefits {
  padding-left: 11%;
  padding-right: 11%;
  margin-bottom: 120px;
  margin-top: 60px;
}
@media (max-width: 767px) {
  section.benefits {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  section.benefits {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.benefits {
    padding-left: 6%;
    padding-right: 6%;
  }
}
section.benefits img {
  border-radius: 30px;
  box-shadow: 10px 30px 60px rgba(46, 59, 105, 0.1);
}
section.benefits img.benefit-obrazok {
  max-width: 80%;
}
@media (max-width: 767px) {
  section.benefits img.benefit-obrazok {
    max-width: 100%;
  }
}
section.benefits .benefits-row .img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
section.benefits .benefits-row img {
  width: 50%;
}
@media (max-width: 767px) {
  section.benefits .benefits-row img {
    width: 100%;
  }
}
section.benefits .benefits-row .col-md-12:first-of-type {
  margin-top: 60px;
}
section.benefits .benefits-row .col-md-12:not(:last-of-type) {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  section.benefits .benefits-row .col-md-12:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
section.benefits .benefits-row .col-md-12:nth-child(even) {
  text-align: right;
}
section.benefits .benefits-row .col-md-12:nth-child(even) .desc {
  right: initial;
  left: calc(50% - 100px);
}
@media (max-width: 767px) {
  section.benefits .benefits-row .col-md-12:nth-child(even) .desc {
    left: initial;
  }
}
section.benefits .desc {
  background: #15A6F9;
  box-shadow: 10px 30px 60px rgba(46, 59, 105, 0.1);
  color: #fff;
  padding: 50px 40px;
  position: absolute;
  top: 50%;
  left: calc(50% + 100px);
  transform: translate(-50%, -50%);
}
@media (min-width: 1001px) {
  section.benefits .desc {
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  section.benefits .desc {
    position: relative;
    right: initial;
    transform: initial;
    top: -50px;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.benefits .desc {
    position: relative;
    transform: translate(-50%, 0);
    top: -100px;
    left: 50%;
    width: 50%;
  }
}
section.benefits .desc h3 {
  font-family: MontserratBold, sans-serif;
  font-size: 26px;
  margin-bottom: 25px;
}
section.benefits .desc p {
  font-size: 18px;
  margin-bottom: 0;
}
section.benefits .dots-bg {
  top: initial;
  left: initial;
  bottom: -100px;
  right: -60px;
  background-image: radial-gradient(#EAEFF6 20%, transparent 25%);
  z-index: -1;
}
@media (max-width: 767px) {
  section.benefits .dots-bg {
    right: 0px;
  }
}

section.products.product-detail {
  margin-bottom: 200px;
}
@media (min-width: 1001px) {
  section.products.product-detail .products-row {
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
}
@media (min-width: 1001px) {
  section.products.product-detail .products-row .col-md-3 {
    padding-left: 12.5px;
    padding-right: 12.5px;
  }
}
section.products.product-detail .products-row:nth-of-type(2) {
  margin-top: 10px;
}

section.accessories .col-md-3 .dots-bg {
  top: initial;
  left: initial;
  right: -60px;
  bottom: -60px;
}

section.final .col-md-6:first-of-type img {
  box-shadow: 10px 30px 60px rgba(46, 59, 105, 0.1);
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
section.final h4 {
  text-align: right;
  color: #000;
  font-size: 24px;
  font-family: MontserratBold, sans-serif;
}
@media (max-width: 767px) {
  section.final h4 {
    text-align: left;
    margin-top: 15px;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.final h4 {
    text-align: left;
    margin-top: 15px;
  }
}
section.final p {
  text-align: justify;
  font-size: 18px;
  color: #8D92A4;
  line-height: 1.75em;
}
@media (max-width: 767px) {
  section.final p {
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.final p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  section.final .price-row .col-md-6:first-of-type {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.final .price-row .col-md-6:first-of-type {
    display: none;
  }
}
section.final .price-row .col-md-6:first-of-type a {
  font-family: MontserratBold, sans-serif;
  color: #fff;
  padding: 15px 60px;
  border-radius: 10px;
  background: #15A6F9;
  transition: 0.2s ease;
  display: inline-block;
  background: #91ACCC;
}
section.final .price-row .col-md-6:first-of-type a:hover {
  background: #15A6F9;
  transition: 0.2s ease;
}
section.final .price {
  border-bottom: 1px solid #8D92A4;
  max-width: 390px;
  margin-left: auto;
}
@media (max-width: 767px) {
  section.final .price {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.final .price {
    text-align: center;
  }
}
section.final .price strong {
  font-size: 64px;
  color: #000;
  font-family: MontserratBold, sans-serif;
}
@media (max-width: 767px) {
  section.final .price strong {
    font-size: 48px;
  }
}
section.final .price small {
  color: #8D92A4;
  font-size: 18px;
  margin-left: 5px;
}
section.final .wrapper {
  max-width: 455px;
  margin-left: auto;
}
section.final .pdf-row {
  margin-top: 20px;
  text-align: right;
}
section.final .pdf-row div {
  display: inline-block;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
}
@media (max-width: 767px) {
  section.final .pdf-row div {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
section.final .pdf-row div h6 {
  margin-top: 10px;
  font-size: 18px;
  color: #000;
}
section.final .order-row {
  margin-top: 20px;
}
section.final .order-row .col-md-12 {
  text-align: right;
}
@media (max-width: 767px) {
  section.final .order-row .col-md-12 {
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.final .order-row .col-md-12 {
    text-align: center;
  }
}
section.final .order-row a, section.final .order-row button {
  overlay: none;
  font-family: MontserratBold, sans-serif;
  color: #fff;
  padding: 15px 60px;
  border-radius: 10px;
  background: #15A6F9;
  transition: 0.2s ease;
  display: inline-block;
  font-size: 24px;
}
section.final .order-row a:hover, section.final .order-row button:hover {
  background: #15A6F9;
  transition: 0.2s ease;
}

section.text-details {
  padding-left: 11%;
  padding-right: 11%;
  margin-top: 60px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  section.text-details {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  section.text-details {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.text-details {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 767px) {
  section.text-details {
    margin-bottom: 0px;
  }
}
section.text-details .col-md-4 .wrap {
  box-shadow: 10px 30px 60px rgba(46, 59, 105, 0.1);
  border-radius: 30px;
  padding: 50px 10px 30px;
}
@media (max-width: 767px) {
  section.text-details .col-md-4 .wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1001px) {
  section.text-details .col-md-4 .wrap {
    height: 850px;
  }
}
section.text-details .col-md-4 .item {
  margin-top: 22px;
}
section.text-details .col-md-4 h3 {
  color: #212745;
  font-family: MontserratBold, sans-serif;
  font-size: 28px;
  margin-bottom: 25px;
  text-align: center;
}
section.text-details .col-md-4 h6 {
  font-family: MontserratBold, sans-serif;
}
section.text-details .col-md-4 h6, section.text-details .col-md-4 span {
  display: block;
  text-align: center;
  color: #8D92A4;
  font-size: 18px;
}

.order-form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 50px 70px;
}
@media (max-width: 767px) {
  .order-form {
    padding-right: 0;
    padding-left: 0;
  }
}
.order-form input[type=text], .order-form input[type=number], .order-form input[type=email], .order-form input[type=submit], .order-form textarea, .order-form button {
  border: none;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #8D92A4;
  background: transparent;
  color: #000;
  font-size: 18px;
  width: 100%;
  font-family: MontserratBold, sans-serif;
}
.order-form input[type=text]::placeholder, .order-form input[type=number]::placeholder, .order-form input[type=email]::placeholder, .order-form input[type=submit]::placeholder, .order-form textarea::placeholder, .order-form button::placeholder {
  color: #8D92A4;
}
.order-form textarea {
  min-height: 100px;
  resize: vertical;
}
.order-form .checkbox-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.order-form .checkbox-wrapper input {
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
}
.order-form .checkbox-wrapper label {
  cursor: pointer;
  font-size: 18px;
  color: #8D92A4;
}
.order-form h3 {
  font-family: MontserratBold, sans-serif;
  font-size: 22px;
  text-align: center;
  margin-top: 25px;
}
.order-form p {
  font-size: 18px;
  color: #8d92a4;
  margin-top: 25px;
}
.order-form input[type=submit], .order-form button {
  font-family: MontserratBold, sans-serif;
  color: #fff;
  padding: 15px 60px;
  border-radius: 10px;
  background: #15A6F9;
  transition: 0.2s ease;
  display: inline-block;
  width: auto;
}
.order-form input[type=submit]:hover, .order-form button:hover {
  background: #15A6F9;
  transition: 0.2s ease;
}

input[type=radio] {
  margin-top: 5px;
  margin-right: 10px !important;
}

aside.form-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  padding-top: 150px;
  padding-bottom: 150px;
  background: rgba(0, 0, 0, 0.1);
  overflow: scroll;
  height: 100%;
  width: 100%;
  z-index: 9999;
}

/* CHECKBOX */
.container-cstm {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: MontserratBold, sans-serif;
}
.container-cstm:first-of-type {
  margin-right: 20px;
}

/* Hide the browser's default radio button */
.container-cstm input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 1px solid #8D92A4;
}

/* On mouse-over, add a grey background color */
.container-cstm:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-cstm input:checked ~ .checkmark {
  background-color: #15A6F9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-cstm input:checked ~ .checkmark:after {
  display: none;
}

/* Style the indicator (dot/circle) */
.container-cstm .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/* CHECKBOX END */
section.references,
section.sliders {
  padding-left: 11%;
  padding-right: 11%;
}
@media (max-width: 767px) {
  section.references,
section.sliders {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  section.references,
section.sliders {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.references,
section.sliders {
    padding-left: 6%;
    padding-right: 6%;
  }
}

section.sliders {
  padding-right: 0 !important;
}
section.sliders > .row {
  margin-right: 0;
  margin-top: 80px;
}
@media (max-width: 767px) {
  section.sliders > .row:first-of-type {
    margin-top: 0px;
  }
}
section.sliders > .row.aligned-row {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  section.sliders > .row.aligned-row {
    display: inherit;
  }
}
section.sliders > .row.aligned-row::before {
  display: block;
}
@media (max-width: 767px) {
  section.sliders > .row.aligned-row::before {
    display: inherit;
  }
}
section.sliders > .row.aligned-row .col-md-3 {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.sliders > .row.aligned-row .col-md-3 img {
  border-radius: 30px;
}
section.sliders .arrows {
  bottom: -50px;
  position: absolute;
}
@media (max-width: 767px) {
  section.sliders .arrows {
    left: 32px;
    bottom: 0px;
  }
}
section.sliders .arrows .slick-next {
  right: 0px;
}
section.sliders .slick-slide img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  max-width: 100%;
  box-shadow: 10px 30px 60px rgba(46, 59, 105, 0.1);
  border-radius: 30px;
}
section.sliders .slick-slide img:hover {
  filter: brightness(1.05);
}
section.sliders span.desc {
  color: #000;
  font-family: MontserratBold, sans-serif;
  font-size: 24px;
  text-align: center;
  margin-top: 15px;
  display: block;
}

.slick-slide {
  margin: 0 50px;
}
.slick-slide:focus {
  outline: none;
}

.arrows {
  width: 85%;
  display: flex;
  justify-content: space-between;
}
.arrows > div {
  display: inline-block;
}

.control-c {
  width: 48px;
  height: 48px;
}

.slick-prev {
  left: 50px;
}

.slick-next {
  right: initial;
}

.slick-prev, .slick-next {
  transform: initial;
  bottom: -30px;
  position: relative;
}

section.reference-detail {
  padding-left: 11%;
  padding-right: 11%;
}
@media (max-width: 767px) {
  section.reference-detail {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  section.reference-detail {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.reference-detail {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (max-width: 767px) {
  section.reference-detail .main-img {
    flex: 0 0 100%;
    display: flex;
  }
}
section.reference-detail .main-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  border-radius: 30px;
}
@media (max-width: 767px) {
  section.reference-detail .slider-col {
    margin-top: 10px;
  }
  section.reference-detail .slider-col .reference-slider div {
    margin-bottom: 10px;
  }
}
section.reference-detail .slick-slide {
  margin: 7.5px 0;
}
section.reference-detail .slick-slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
}
section.reference-detail .slick-list {
  margin: -7.5px 0;
}
section.reference-detail .dots-bg {
  left: initial;
  right: -60px;
}
@media (max-width: 767px) {
  section.reference-detail .dots-bg {
    right: 5px;
  }
}
section.reference-detail .slick-prev, section.reference-detail .slick-next {
  position: absolute;
}
section.reference-detail .slick-prev {
  top: -65px;
  right: 15px;
  left: initial;
}
section.reference-detail .slick-next {
  left: initial;
  right: 15px;
  bottom: -65px;
  top: initial;
}
section.reference-detail .desc {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  section.reference-detail .desc {
    text-align: center;
  }
}
section.reference-detail .desc .item {
  display: inline-block;
  margin-right: 20px;
}
section.reference-detail .desc .item small {
  font-size: 18px;
  color: #8D92A4;
}
@media (max-width: 767px) {
  section.reference-detail .desc .item small {
    display: block;
  }
}
section.reference-detail .desc .item strong {
  font-family: MontserratBold, sans-serif;
  font-size: 28px;
  color: #000;
  margin-left: 10px;
}
@media (max-width: 767px) {
  section.reference-detail .desc .item strong {
    display: block;
  }
}
section.reference-detail .spat-button a {
  font-family: MontserratBold, sans-serif;
  color: #fff;
  padding: 15px 60px;
  border-radius: 10px;
  background: #15A6F9;
  transition: 0.2s ease;
  display: inline-block;
  background: #91ACCC;
}
section.reference-detail .spat-button a:hover {
  background: #15A6F9;
  transition: 0.2s ease;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
}

section.faq {
  padding-left: 11%;
  padding-right: 11%;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  section.faq {
    padding-left: 6%;
    padding-right: 6%;
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  section.faq {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  section.faq {
    padding-left: 6%;
    padding-right: 6%;
  }
}
section.faq .dots-bg {
  left: initial;
  right: -60px;
  top: -50px;
}
@media (max-width: 767px) {
  section.faq .dots-bg {
    display: none;
  }
}
section.faq .item {
  cursor: pointer;
  position: relative;
  box-shadow: 10px 30px 60px rgba(46, 59, 105, 0.1);
  width: 100%;
  padding: 40px 30px;
  border-radius: 30px;
  z-index: 1;
  background: #fff;
  margin-top: 15px;
  margin-bottom: 15px;
  max-height: 104px;
  overflow: hidden;
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  section.faq .item {
    max-height: 170px;
    margin-top: 0px;
    padding: 45px 20px 40px 20px;
  }
}
section.faq .item p {
  visibility: hidden;
}
section.faq .item.active {
  max-height: initial;
  height: auto;
  transition: 0.3s ease;
}
section.faq .item.active:after {
  transform: rotate(180deg) scale(0.5);
}
section.faq .item.active p {
  visibility: initial;
}
section.faq .item:after {
  content: url("../img/arrow-btm.svg");
  position: absolute;
  right: 30px;
  top: 30px;
  transform: scale(0.5);
  transition: 0.3s ease;
}
@media (max-width: 767px) {
  section.faq .item:after {
    top: 0px;
  }
}
section.faq h3 {
  font-size: 22px;
  color: #8D92A4;
  font-family: MontserratBold, sans-serif;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section.faq h3 {
    font-size: 20px;
  }
}
section.faq p {
  font-size: 18px;
  color: #8D92A4;
  margin-top: 20px;
  margin-bottom: 0;
}

.kontakt-podstrana-obsah {
  font-size: 15px;
}
.kontakt-podstrana-obsah ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.kontakt-podstrana-obsah ul li {
  color: #15A6F9;
  font-weight: bold;
}
.kontakt-podstrana-obsah ul li img {
  margin-right: 10px;
}

.contact-form input {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 25px 0 25px 30px;
  background: #fff;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 5px;
  color: #212427;
}
.contact-form input[type=checkbox] {
  display: inline-block;
  width: initial;
  margin-right: 10px;
}
.contact-form textarea {
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 25px 0 25px 30px;
  background: #fff;
  margin-bottom: 15px;
  width: 100%;
  border-radius: 5px;
  color: #212427;
}
.contact-form .eMelon-contactForm-form-group-checkbox {
  margin: 10px 0 0 0;
  clear: both;
}
.contact-form .eMelon-submit-button {
  background-color: #00AFDA;
  color: white;
  border: none;
  outline: none;
  padding: 15px 50px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
  border-radius: 5px;
}
.contact-form .eMelon-submit-button:hover {
  transform: scale(1.05);
}
.contact-form .eMelon-contactForm-errormessage {
  margin: 20px 0;
  font-weight: bold;
}
.contact-form .eMelon-contactForm-errormessage.danger {
  color: red;
}

.videa .content {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.videa .content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-clanok {
  font-size: 1.4em;
}
.blog-clanok img {
  margin: 30px 0;
}
.blog-clanok .back-button {
  margin-top: 50px;
}
.blog-clanok .back-button a {
  font-family: MontserratBold, sans-serif;
  color: #fff;
  padding: 15px 60px;
  border-radius: 10px;
  background: #15A6F9;
  transition: 0.2s ease;
  display: inline-block;
  background: #91ACCC;
}
.blog-clanok .back-button a:hover {
  background: #15A6F9;
  transition: 0.2s ease;
}

.blogy .project-list {
  list-style: none;
  outline: 0;
  float: left;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}
.blogy .project-list:before {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #eaeaea;
}
.blogy .project-list li {
  float: left;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  width: calc(100% / 4);
  overflow: hidden;
  box-sizing: border-box;
  backface-visibility: hidden;
  visibility: visible;
  -webkit-transform: translateY(0) scale(1);
  opacity: 1;
  transform: translateY(0) scale(1);
  opacity: 1;
  -webkit-transition: -webkit-transform 0.36s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 0.36s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
  transition: transform 0.36s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s, opacity 0.36s cubic-bezier(0.6, 0.2, 0.1, 1) 0.2s;
}
@media (max-width: 767px) {
  .blogy .project-list li {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 998px) {
  .blogy .project-list li {
    width: calc(100% / 2);
  }
}
@media (min-width: 1001px) and (max-width: 1300px) {
  .blogy .project-list li {
    width: calc(100% / 2);
  }
}
.blogy .project-list li:hover {
  background: #15A6F9;
}
.blogy .project-list li:hover a.project-banner .row .content h2 {
  color: white;
}
.blogy .project-list li:hover a.project-banner .row .content span.medium-link {
  color: white;
}
.blogy .project-list li:hover a.project-banner .row .content span.medium-link:before {
  bottom: 1;
  background: white;
  transition: all 0.24s ease;
}
.blogy .project-list li a.project-banner {
  border-right: 1px solid #eaeaea;
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #21252b;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  .blogy .project-list li a.project-banner {
    border-right: none;
  }
}
.blogy .project-list li a.project-banner .row:before {
  content: "";
  display: block;
  padding-top: 100%;
  backface-visibility: hidden;
  transition: all 0.24s ease;
}
.blogy .project-list li a.project-banner .row .content {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.blogy .project-list li a.project-banner .row .content h2 {
  line-height: 40px;
  letter-spacing: -0.025em;
  -webkit-line-clamp: 3;
  font-weight: bold;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  position: relative;
  padding: 110px 68px 0;
  font-size: 30px;
  display: -webkit-box;
  color: #15A6F9;
  transition: all 0.24s ease;
  padding-bottom: 0px;
}
.blogy .project-list li a.project-banner .row .content span.medium-link {
  display: inline-block;
  padding-bottom: 6px;
  position: absolute;
  bottom: 70px;
  left: 68px;
  font-size: 16px;
  color: #15A6F9;
  text-decoration: none;
}
.blogy .project-list li a.project-banner .row .content span.medium-link:before {
  height: 1px;
  width: 100%;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #15A6F9;
  transition: all 0.24s ease;
}
.blogy .project-list li .date {
  display: block;
  position: absolute;
  top: 70px;
  left: 68px;
  font-size: 12px;
  color: #888;
  z-index: 10;
  transition: color 0.22s ease;
}
.blogy .project-list li .date a {
  display: inline-block;
  position: relative;
  padding-bottom: 3px;
  color: #eb1d71;
  text-decoration: none;
}
.blogy .project-list li .date a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(235, 29, 113, 0.453);
  transition: all 0.24s ease;
}

/*# sourceMappingURL=style.css.map */
