@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

a img {
  border: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

button {
  background: none;
  border: none; }
  button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  button:active {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

input {
  background: none;
  border: none; }
  input:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  input:active {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }

img {
  max-width: 100%; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0; }

.dropdown-item {
  display: block; }

.dropdown-menu[x-placement^="top"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-menu.show {
  display: block; }

.dropdown-menu {
  list-style: none;
  background-clip: padding-box;
  border: none; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

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

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%; } }

body {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-style: normal; }

h2 {
  text-shadow: 2px 2px 3px #939393; }

button {
  cursor: pointer;
  font-family: "Montserrat", sans-serif; }

.align-center {
  text-align: center; }

section {
  padding: 50px 0; }

.contact-bar {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  z-index: 99; }
  .contact-bar a {
    color: #212529;
    display: inline-block;
    padding: 0 10px 0 20px;
    position: relative; }
    .contact-bar a:before {
      position: absolute;
      content: '';
      width: 15px;
      height: 15px;
      left: 0;
      top: 0;
      background: url("../img/phone-call.svg") 0 0 no-repeat;
      background-size: cover; }
    .contact-bar a:hover {
      color: #0288d1;
      text-decoration: none; }

.header-slogan {
  font-size: 14px; }

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 37px; }

.navbar-expand-lg .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial; }

.nav-link {
  color: #3E87B4;
  position: relative; }
  .nav-link .nav-contact {
    display: none;
    background-color: #fff;
    z-index: 10;
    width: 140px;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 4px 4px 6px 0px #8d8d8d;
            box-shadow: 4px 4px 6px 0px #8d8d8d; }
    .nav-link .nav-contact a {
      display: block;
      padding-bottom: 3px;
      text-decoration: none;
      color: #3E87B4; }
  .nav-link:hover {
    color: #212529; }
    .nav-link:hover .nav-contact {
      display: block;
      position: absolute;
      right: 0;
      top: 100%; }

.nav-item {
  color: #3E87B4; }
  .nav-item a {
    padding: 8px 0px 8px 5px;
    display: inline-block;
    text-decoration: none;
    color: #3E87B4; }
    .nav-item a.active {
      text-decoration: underline; }

.navbar-toggler {
  width: 30px;
  padding: 2px 4px;
  border: 1px solid #212529; }
  .navbar-toggler:hover {
    border-color: #3E87B4; }
    .navbar-toggler:hover .navbar-toggler-icon {
      background-color: #3E87B4; }

.navbar-toggler-icon {
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #212529;
  display: block;
  margin: 4px 0; }

.slider-section {
  background: #fdfdfd;
  padding-bottom: 0; }

.heading-h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px; }

.slider-description {
  padding-bottom: 20px; }

.slier-price {
  margin-bottom: 20px; }
  .slier-price span {
    font-size: 32px;
    font-weight: bold; }

.btn-cta {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  background: #3E87B4;
  -webkit-box-shadow: 4px 4px 6px 0px #8d8d8d;
          box-shadow: 4px 4px 6px 0px #8d8d8d; }
  .btn-cta:hover {
    color: #fff;
    background: #3E87B4;
    -webkit-box-shadow: none;
            box-shadow: none; }

.slick-slide {
  margin: 0 10px; }

.slick-list {
  margin: 0 -10px; }

.official-diller {
  padding: 0;
  background: #3E87B4;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  overflow: hidden; }

.official-diller-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  color: #fff;
  -webkit-animation: text 5s infinite linear;
          animation: text 5s infinite linear;
  white-space: nowrap; }

section.about-us {
  padding-top: 30px; }

.wrap {
  max-width: 600px;
  margin: auto;
  padding: 20px; }

.items-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: 20px;
  width: 100%; }

.items-wrap:before,
.items-wrap:after {
  content: "";
  height: 100%;
  top: 0;
  width: 10%;
  position: absolute;
  z-index: 1;
  pointer-events: none; }

.items {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  counter-reset: item;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%; }

.item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  margin: 10px 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  white-space: nowrap; }

.marquee {
  -webkit-animation: scroll 20s linear infinite;
          animation: scroll 20s linear infinite; }

.reverce {
  animation-direction: reverse; }

.items-wrap:hover .marquee {
  -webkit-animation-play-state: paused;
          animation-play-state: paused; }

.perfscan {
  margin: 20px 0;
  text-align: center;
  bottom: 0;
  background: #fff;
  padding: 5px; }

.perfscan hr {
  border: solid #999;
  border-width: 1px 0 0 0;
  max-width: 50%;
  margin: 0 auto 20px; }

.perfscan a {
  color: #000;
  font-weight: bold; }

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); } }

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(calc(-100% - 20px));
            transform: translateX(calc(-100% - 20px)); } }

.moder-logo {
  height: 16px;
  color: #fff;
  margin-left: 10px; }

.section-heading {
  font-size: 32px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 32px; }
  .section-heading:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    background: #3E87B4;
    left: calc(50% - 50px);
    bottom: 0px; }

p + p {
  margin-top: 16px; }

.text-p.bold {
  font-weight: bold; }

.about-us-list {
  margin-top: 6px;
  margin-bottom: 16px; }
  .about-us-list li {
    margin-bottom: 6px;
    padding-left: 10px;
    position: relative; }
    .about-us-list li:before {
      position: absolute;
      content: ' ';
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background: #3E87B4;
      left: 0;
      top: 5px; }

.why-we {
  background: url(../img/bg-2.jpg) 0 0 no-repeat;
  background-size: cover;
  position: relative;
  color: #fff; }
  .why-we:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000003d; }
  .why-we .section-heading {
    color: #fff; }
    .why-we .section-heading:before {
      background: #fff; }

.advantages-item {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px; }

.advantages-title {
  font-size: 24px;
  margin-bottom: 16px; }
  .advantages-title span, .advantages-title b {
    font-size: 52px;
    font-weight: 500; }

.product-item {
  text-align: center;
  margin-bottom: 40px; }
  .product-item:hover {
    cursor: pointer;
    opacity: 0.9; }

.product-name, .product-price {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 5px; }

.product-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px; }

.product-rating-star {
  width: 16px;
  height: 16px;
  margin-bottom: 1px;
  background: url(../img/fill-star.png) 0 0 no-repeat;
  background-size: cover; }

.product-rating-value {
  font-size: 16px;
  line-height: 16px;
  margin-left: 5px; }

.product-button {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  background: #3E87B4;
  -webkit-box-shadow: 4px 4px 6px 0px #8d8d8d;
          box-shadow: 4px 4px 6px 0px #8d8d8d; }
  .product-button:hover {
    color: #fff;
    background: #3E87B4;
    -webkit-box-shadow: none;
            box-shadow: none; }

.clients-img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.5s ease;
  transition: -webkit-filter 0.5s ease;
  -o-transition: filter 0.5s ease;
  transition: filter 0.5s ease;
  transition: filter 0.5s ease, -webkit-filter 0.5s ease; }
  .clients-img:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0); }

.rec-slider-item {
  text-decoration: none;
  color: #212529;
  position: relative; }
  .rec-slider-item:hover::before {
    position: absolute;
    content: '';
    width: 43px;
    height: 43px;
    left: 50%;
    top: 120px;
    margin-left: -26px;
    background: url(../img/icon_magnifier.png) no-repeat center center;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 5px #3e87b4;
    display: block;
    z-index: 4;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .rec-slider-item img {
    width: 200px;
    height: 285px;
    display: block;
    margin: 0 auto; }
  .rec-slider-item .rec-title {
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 500;
    text-align: center; }
  .rec-slider-item .rec-description {
    color: #7F7F7F; }

.slider-recommendations .slick-slide {
  padding-left: 20px;
  padding-right: 20px; }

.slider-recommendations a {
  text-decoration: none; }

.contact-form {
  width: 100%;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.contact-form input, .contact-form textarea {
  width: 100%;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px; }

.contact-form input[type="file"] {
  display: none; }

.contact-form label {
  font-size: 14px;
  color: #666; }

.contact-form .file-label {
  display: inline-block;
  padding: 10px 20px;
  background-color: #3E87B4;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px; }

.contact-form .file-label:hover {
  background-color: #0288d1; }

.contact-form .submit-button {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #3E87B4;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  margin-top: 20px; }

.contact-form .submit-button:hover {
  background-color: #0288d1; }

.contact-form .required-note {
  font-size: 12px;
  color: #666;
  margin-top: 10px; }

.footer {
  background: #F6F6F6;
  padding-top: 40px;
  padding-bottom: 20px; }

.footer-logo {
  margin-bottom: 10px;
  display: inline-block; }

.footer-cptn {
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px; }

.footer-text {
  display: block;
  text-decoration: none;
  color: #7F7F7F;
  font-size: 16px; }

.footer-copiright {
  text-align: center;
  margin-top: 20px; }

/* Стилі модального вікна */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); }
  .modal .modal-heading {
    text-shadow: none; }

/* Стилі для вмісту модального вікна */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  border-radius: 10px;
  max-width: 500px;
  position: relative; }

.modal-heading {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 16px; }
  .modal-heading:before {
    position: absolute;
    content: '';
    width: 100px;
    height: 5px;
    background: #3E87B4;
    left: calc(50% - 50px);
    bottom: 0px; }

/* Стилі для кнопки закриття модального вікна */
.close {
  color: #aaa;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  line-height: 20px;
  font-weight: bold;
  z-index: 99; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

/* Стилі для кнопки-тригера */
.open-modal-btn {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  color: white;
  border: none;
  text-align: center; }

.open-modal-btn:hover {
  background-color: #0056b3; }

.contact-form-modal {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 auto; }

.btn-calc {
  position: relative;
  display: block;
  width: 118px;
  height: unset;
  color: black;
  font-weight: 700;
  line-height: 19px;
  text-decoration: none;
  font-size: 14px;
  padding-left: 18px;
  padding-top: 67px;
  background-color: transparent; }
  .btn-calc::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url("../img/btn-call.png") 0 0 no-repeat;
    background-size: cover; }
  .btn-calc:hover {
    background-color: transparent; }
    .btn-calc:hover:before {
      background: url("../img/btn-call-h.png") 0 0 no-repeat; }

@media (max-width: 767px) {
  .navbar-brand {
    max-width: 150px; }
  .header-slogan {
    display: none; }
  .heading-h2 {
    font-size: 26px;
    margin-bottom: 10px; }
  .slider-description {
    padding-bottom: 0; }
  .slider-img-wrap {
    margin-top: 20px; }
  section {
    padding: 35px 0; }
  .slier-price {
    text-align: center; }
  .slider-main .btn {
    width: 100%; }
  .mobile-hidden {
    display: none; }
  .official-diller {
    padding: 0; }
  .advantages-title span, .advantages-title b {
    font-size: 42px; }
  .advantages-title {
    font-size: 20px; }
  .section-heading {
    font-size: 24px; }
  .modal-content .contact-form {
    padding: 0; }
  .contact-bar {
    padding: 5px 0 0 0; }
    .contact-bar a {
      margin-bottom: 5px; }
  .navbar {
    margin-top: 48px; } }
