.header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
}

/* Reset and base styles  */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  /* sticky footer */
}

body {
  height: 100%;
  /* sticky footer */
  display: -webkit-box;
  display: flex;
  /* sticky footer */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  /* sticky footer */
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  color: #3b3b3b;
}

body > * {
  flex-shrink: 0;
  /* sticky footer */
}

input, textarea, button {
  font-family: inherit;
  padding: 0;
}

label {
  cursor: pointer;
}

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

a {
  text-decoration: none;
  color: #000000;
}
a:hover {
  color: #008cd1;
  transition: 0.5s;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

legend {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
}

hr {
  color: #008cd1;
}

html {
  scroll-behavior: smooth;
}

/* Grid styles */
.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* Utility */
.none {
  display: none !important;
}

/* Sticky Footer */
.footer {
  margin-top: auto;
  /* sticky footer */
  /* Just for fun */
  text-align: center;
  background-color: #e2e2e2;
  padding: 50px 0;
}

.header {
  position: relative;
  z-index: 99;
  background-image: url("./../img/bg/header.jpg");
  background-size: cover;
  background-position: center;
}

.header__wrapper {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  padding-top: 60px;
  padding-bottom: 100px;
  color: white;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .header__wrapper {
    padding-bottom: 50px;
  }
}
@media (max-width: 899px) {
  .header__wrapper {
    padding-top: 20px;
  }
}
@media (max-width: 599px) {
  .header__wrapper {
    padding-bottom: 40px;
  }
}

.header__menu {
  display: -webkit-box;
  display: flex;
  /* Tablet */
}
.header__menu a {
  color: #fff;
}
.header__menu a:hover {
  color: #008cd1;
}
@media (max-width: 1199px) {
  .header__menu {
    display: none;
  }
}

.header__nav-list {
  margin-bottom: 100px;
  margin-right: 100px;
  width: 1200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  text-transform: uppercase;
}

.header__nav-mail {
  margin-bottom: 10px;
}

.header__buttons {
  display: none;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .header__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__buttons a {
    position: relative;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 899px) {
  .header__buttons {
    margin-bottom: 30px;
  }
}

.logo {
  width: 170px;
  height: 170px;
}

.header__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 140px;
  text-align: center;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .header__content {
    margin-bottom: 129px;
  }
}
@media (max-width: 899px) {
  .header__content {
    margin-bottom: 80px;
  }
}
@media (max-width: 599px) {
  .header__content {
    margin-bottom: 50px;
  }
}

.header__title {
  margin-top: 40px;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 46px;
  line-height: 1;
  /* Tablet */
  /* Mobile */
}
@media (max-width: 1199px) {
  .header__title {
    margin-bottom: 35px;
    font-size: 34px;
  }
}
@media (max-width: 899px) {
  .header__title {
    margin-bottom: 30px;
    font-size: 25px;
  }
}

.header__desc {
  margin-top: 30px;
  margin-bottom: 70px;
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
.header__desc p {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  line-height: auto;
}
@media (max-width: 1199px) {
  .header__desc {
    margin-bottom: 50px;
  }
  .header__desc p {
    font-weight: 400;
    font-size: 18px;
  }
}
@media (max-width: 899px) {
  .header__desc {
    max-width: 430px;
  }
}
@media (max-width: 599px) {
  .header__desc {
    margin-bottom: 30px;
  }
}

.button__header {
  display: inline-block;
  width: 70%;
  height: 150px;
  border-radius: 5%;
  margin: auto;
  background: rgba(0, 140, 209, 0.114);
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
}
.button__header:hover {
  background: rgba(0, 140, 209, 0.209);
  transition: 0.5s;
}

.header__scroll {
  bottom: 100px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .header__scroll {
    display: none;
  }
}

.header__scroll:hover {
  opacity: 0.7;
}

.footer {
  padding-top: 70px;
  padding-bottom: 70px;
  background: #2b3439;
  color: white;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 899px) {
  .footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.footer__row {
  margin-bottom: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .footer__row {
    margin-bottom: 40px;
  }
}
@media (max-width: 899px) {
  .footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .footer__row {
    margin-bottom: 40px;
  }
}

.footer__nav {
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 899px) {
  .footer__nav {
    margin-bottom: 30px;
  }
}
@media (max-width: 599px) {
  .footer__nav {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
}

.footer__nav-item {
  margin-right: 50px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  /* Mobile XS */
}
.footer__nav-item:last-child {
  margin-right: 0;
}
.footer__nav-item:hover {
  color: #008cd1;
}
@media (max-width: 599px) {
  .footer__nav-item {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .footer__nav-item:last-child {
    margin-bottom: 0;
  }
}

.footer__a {
  color: #fff;
}
.footer__a:hover {
  color: #008cd1;
}

.footer__contacts {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  /* Mobile */
}
.footer__contacts a {
  color: #fff;
}
.footer__contacts a:hover {
  color: #008cd1;
}
@media (max-width: 899px) {
  .footer__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer__contacts > * {
    margin-bottom: 10px;
  }
}

.footer__text {
  font-size: 10px;
}

.footer__copyright {
  margin-top: 15px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.3);
}
.footer__copyright span {
  font-weight: 700;
}
.footer__copyright p + p {
  margin-top: 15px;
}

.section-cta {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}
.section-cta .container {
  padding-left: 0px;
  padding-right: 0px;
}

.section-cta__header {
  margin-bottom: 20px;
}

.section-cta__content-news {
  margin-top: 20px;
  text-align: left;
}

.section-cta__title {
  margin-top: 30px;
  margin-bottom: 30px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .section-cta__title {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.section-cta__text {
  margin-top: 20px;
}

.section-cta__section {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .section-cta__section {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (max-width: 599px) {
  .section-cta__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}

.activities__row {
  margin-top: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .activities__row {
    -webkit-box-pack: center;
            justify-content: center;
  }
}

.activities__card {
  position: relative;
}
.activities__card img {
  opacity: 0.8;
  height: 350px;
}

.activities__card:hover img {
  opacity: 1;
}

.activities__title-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-transform: uppercase;
  color: white;
  width: 200px;
  background: rgba(0, 140, 209, 0.3);
  padding: 10px;
  text-align: center;
}
@media (max-width: 1199px) {
  .activities__title-content {
    width: 200px;
  }
}

.activities__title-content:hover {
  background: rgba(0, 100, 150, 0.355);
}

.section-cta__files {
  padding-left: 100px;
  padding-right: 100px;
  margin-top: 30px;
  text-align: left;
  /* Mobile */
}
@media (max-width: 899px) {
  .section-cta__files {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.section-cta__files-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.section-cta__files-item img {
  width: 100px;
  margin-right: 20px;
}

.section-cta__files-item:hover img {
  opacity: 0.8;
}

.section-tasks {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
  /* Tablet */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .section-tasks {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .section-tasks {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-tasks__content {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}

.main-slider {
  margin-top: 20px;
}

.section-tasks__advantages {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  margin-top: 20px;
  background-color: #008cd1;
}

.section-tasks__advantages-row {
  width: 1200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  /* Mobile */
}
@media (max-width: 899px) {
  .section-tasks__advantages-row {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
}

.section-tasks__advantages-content {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 250px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  /* Mobile XS */
}
.section-tasks__advantages-content img {
  width: 100px;
}
@media (max-width: 599px) {
  .section-tasks__advantages-content {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.section-tasks__advantages-subtitle {
  margin-top: 30px;
  margin-bottom: 30px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .section-tasks__advantages-subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.section-focus {
  padding-top: 40px;
  padding-bottom: 40px;
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .section-focus {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 899px) {
  .section-focus {
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .section-focus {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.section-focus__header {
  margin-bottom: 40px;
  text-align: center;
}

.section-focus__title {
  margin-top: 20px;
  margin-bottom: 20px;
}

.section-focus__card {
  display: -webkit-box;
  display: flex;
}

.section-focus__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 899px) {
  .section-focus__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

.section-focus__img {
  width: 900px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .section-focus__img {
    width: auto;
  }
}

.section-form {
  padding-top: 90px;
  padding-bottom: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: rgba(0, 140, 209, 0.335);
  border-width: 0px;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  /* Tablet */
  /* Mobile */
  /* Mobile XS */
}
@media (max-width: 1199px) {
  .section-form {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media (max-width: 899px) {
  .section-form {
    padding-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .section-form {
    padding-top: 40px;
  }
}

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

.section-form__contacts {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
  /* Mobile */
}
.section-form__contacts a {
  color: #000;
}
.section-form__contacts a:hover {
  color: #008cd1;
}
@media (max-width: 899px) {
  .section-form__contacts {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
  }
  .section-form__contacts > * {
    margin-bottom: 10px;
  }
}

.section-form__blok {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-form__knopki {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.section-form__title a:hover {
  color: #008cd1;
}

.section-form__title > * + * {
  margin-bottom: 10px;
}

.section-form__button {
  margin-bottom: 20px;
}

.nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 158, 220, 0.9);
  opacity: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  color: #008cd1;
  transition: opacity 0.2s ease-in, top 0s linear 0.2s;
}

.nav.nav--active {
  z-index: 99;
  top: 0;
  opacity: 1;
  transition: top 0s linear, opacity 0.2s ease-in;
}

.nav__top {
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #3b3b3b;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .nav__top {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.nav__list {
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .nav__list {
    font-size: 18px;
  }
}
.nav__list li {
  margin-bottom: 40px;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .nav__list li {
    margin-bottom: 30px;
  }
}

.nav__a {
  text-decoration: none;
  color: #fff;
  transition: color 0.2s ease-in;
}
.nav__a:hover {
  color: #0a007d;
}

.nav-icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 50%;
  border: none;
  transition: background-color 0.2s ease-in;
  cursor: pointer;
}
.nav-icon:hover {
  background-color: #008cd1;
  transition: background-color 0.2s ease-in;
}
.nav-icon:hover .nav-icon__midle,
.nav-icon:hover .nav-icon__midle::before,
.nav-icon:hover .nav-icon__midle::after {
  background-color: #fff;
}

.nav-icon__midle {
  position: relative;
  width: 20px;
  height: 3px;
  background-color: #008cd1;
  border-radius: 2px;
}
.nav-icon__midle::before {
  content: "";
  position: absolute;
  top: -7px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #008cd1;
  border-radius: 2px;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
}
.nav-icon__midle::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #008cd1;
  border-radius: 2px;
  transition: top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s;
  transition: transform 0.2s ease-in, top 0.2s linear 0.2s, -webkit-transform 0.2s ease-in;
}

/*Active*/
.nav-icon.nav-icon--active {
  position: fixed;
  z-index: 999;
}

.nav-icon.nav-icon--active .nav-icon__midle {
  background-color: transparent;
}
.nav-icon.nav-icon--active .nav-icon__midle::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}
.nav-icon.nav-icon--active .nav-icon__midle::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 0;
  transition: top 0.2s linear, -webkit-transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s;
  transition: top 0.2s linear, transform 0.2s ease-in 0.2s, -webkit-transform 0.2s ease-in 0.2s;
}

.telephone__button {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
.telephone__button svg {
  fill: #008cd1;
}
.telephone__button:hover {
  background: #008cd1;
  transition: 0.5s;
}
.telephone__button:hover svg {
  fill: #fff;
}

.input {
  display: block;
  height: 60px;
  border-radius: 30px;
  border: none;
  padding-right: 30px;
  padding-left: 30px;
  font-weight: 700;
  font-size: 14px;
  line-height: 60px;
  color: #FFFFFF;
}

.input::-moz-placeholder {
  color: white;
}

.input:focus {
  outline: none;
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 10px 0 rgba(255, 255, 255, 0.75);
}

.button {
  display: inline-block;
  height: 60px;
  padding-left: 40px;
  padding-right: 40px;
  background: #008cd1;
  border-radius: 30px;
  border: none;
  outline: none;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 60px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #FFFFFF;
  cursor: pointer;
}
.button:hover {
  background: #006496;
  transition: 0.5s;
}
.button:focus {
  background: #006496;
}

.title {
  font-weight: 400;
  font-size: 35px;
  line-height: 1;
  letter-spacing: 4px;
  color: #3b3b3b;
  /* Mobile */
}
@media (max-width: 899px) {
  .title {
    font-size: 24px;
  }
}

.subtitle {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  /* Mobile XS */
}
@media (max-width: 599px) {
  .subtitle {
    font-size: 15px;
  }
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #E1E1E1;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #373548;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 35px;
  /* Mobile */
}
@media (max-width: 899px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
  }
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 5px;
  background: #E1E1E1;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 50%;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #373548;
}

/* Tablet */
@media (max-width: 1199px) {
  .container {
    width: 900px;
  }
}
/* Mobile */
@media (max-width: 899px) {
  .container {
    width: 600px;
  }
}
/* Mobile XS */
@media (max-width: 599px) {
  .container {
    width: 320px;
  }
}

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