* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'Rubik-Regular';
  src: url("../fonts/Rubik/Rubik-Regular.ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-Italic';
  src: url("../fonts/Rubik/Rubik-Italic.ttf");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Rubik-Light';
  src: url("../fonts/Rubik/Rubik-Light.ttf");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik-LightItalic';
  src: url("../fonts/Rubik/Rubik-LightItalic.ttf");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/Rubik-Medium.ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'RubikItalic';
  src: url("../fonts/Rubik/Rubik-MediumItalic.ttf");
  font-weight: 400;
  font-style: italic;
}

.dropdown-menu {
  background-color: white;
  border: none;
  border-radius: 5px;
}

.dropdown-menu .dropdown-item:hover {
  color: rgba(0, 120, 210, 0.8);
  background-color: transparent;
}

.dropdown-menu .dropdown-item:active {
  color: #0078D2;
  background-color: transparent;
}

@media (min-width: 1440px) {
  .navbar {
    background-color: none;
  }
  .navbar .nav-link {
    color: #ffffff;
    font-family: Rubik-Light;
    font-size: 18px;
  }
}

@media (max-width: 1440px) {
  .navbar {
    background-color: none;
  }
  .navbar .nav-link {
    color: #ffffff;
    font-family: Rubik-Light;
    font-size: 18px;
  }
  .navbar .nav-link:hover {
    color: #ffffff;
    font-family: Rubik-Regular;
    font-size: 18px;
    text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 990px) {
  .navbar {
    background-color: rgba(0, 120, 210, 0.85) !important;
    -webkit-box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8) !important;
            box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.8) !important;
  }
  .navbar .nav-link {
    color: #ffffff;
    font-family: Rubik-Light;
    font-size: 18px;
  }
}

@media (min-width: 1440px) {
  .navbar__logo {
    font-family: Rubik-LightItalic;
    color: #ffffff;
    max-width: 250px;
  }
  .navbar__logo:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navbar__logo .navbar-container-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar__logo .navbar-container-logo .img__logo {
    width: 50px;
    height: auto;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo .primary__logo {
    font-size: 20px;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo .primary__logo .logo__august {
    text-transform: uppercase;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo .secondary__logo {
    font-size: 12px;
  }
}

@media (max-width: 1440px) {
  .navbar__logo {
    font-family: Rubik-LightItalic;
    color: #ffffff;
    max-width: 250px;
  }
  .navbar__logo:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navbar__logo .navbar-container-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar__logo .navbar-container-logo .img__logo {
    width: 50px;
    height: auto;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo .primary__logo {
    font-size: 20px;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo .primary__logo .logo__august {
    text-transform: uppercase;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo .secondary__logo {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  .navbar__logo {
    font-family: Rubik-LightItalic;
    color: #ffffff;
    max-width: 250px;
  }
  .navbar__logo:hover {
    color: #ffffff;
    text-decoration: none;
  }
  .navbar__logo .navbar-container-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navbar__logo .navbar-container-logo .img__logo {
    width: 50px;
    height: auto;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo .primary__logo {
    font-size: 20px;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo .primary__logo .logo__august {
    text-transform: uppercase;
  }
  .navbar__logo .navbar-container-logo .navbar-info-logo .secondary__logo {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .navbar-section-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: Rubik-Light;
    width: 250px;
  }
  .navbar-section-contact .phone__contact {
    font-size: 18px;
    color: #ffffff;
  }
  .navbar-section-contact .mail__contact {
    font-size: 14px;
    color: #ffffff;
  }
}

@media (max-width: 1440px) {
  .navbar-section-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: Rubik-Light;
    width: 250px;
  }
  .navbar-section-contact .phone__contact {
    font-size: 18px;
    color: #ffffff;
  }
  .navbar-section-contact .mail__contact {
    font-size: 14px;
    color: #ffffff;
  }
}

@media (max-width: 1100px) {
  .navbar-section-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-family: Rubik-Light;
    width: 170px;
  }
  .navbar-section-contact .phone__contact {
    font-size: 18px;
    color: #ffffff;
  }
  .navbar-section-contact .mail__contact {
    font-size: 14px;
    color: #ffffff;
  }
}

@media (max-width: 990px) {
  .navbar-section-contact {
    display: none;
  }
}

#index-header {
  background-image: url(../img/primary-bg_1.jpg);
  background-position: center;
}

#about-header {
  background-image: url(../img/secondary-bg.jpg);
  background-position: center center;
}

#contact-header {
  background-image: url(../img/bg_7.png);
  background-position: center center;
}

#deliveries-header {
  background-image: url(../img/bg_5.jpg);
  background-position: center center;
}

#price_1-header {
  background-image: url(../img/bg_1.jpg);
  background-position: center center;
}

#price_2-header {
  background-image: url(../img/bg_2.jpg);
  background-position: center center;
}

#price_3-header {
  background-image: url(../img/bg_6.jpg);
  background-position: center center;
}

#price_4-header {
  background-image: url(../img/bg_3.jpg);
  background-position: top center;
}

#price_5-header {
  background-image: url(../img/bg_4.jpg);
  background-position: center;
}

@media (min-width: 1440px) {
  .header-logo-section {
    text-align: center;
    padding-top: 100px;
  }
  .header-logo-section .primay-logo {
    font-size: 65px;
  }
  .header-mask-container {
    background-color: rgba(0, 120, 210, 0.6);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@media (max-width: 1440px) {
  .header-logo-section {
    text-align: center;
    padding-top: 100px;
  }
  .header-logo-section .primay-logo {
    font-size: 65px;
  }
  .header-mask-container {
    background-color: rgba(0, 120, 210, 0.6);
  }
  .header-mask-container .header-logo-section {
    text-align: center;
    padding-top: 150px;
  }
}

@media (max-width: 500px) {
  .header-logo-section {
    padding-top: 50px;
  }
  .header-logo-section .primay-logo {
    display: none;
  }
  #index-header .header-logo-section {
    text-align: center;
    padding-top: 120px;
  }
}

@media (min-width: 1440px) {
  .header-primary-slider {
    padding: 50px 100px;
    text-align: center;
    display: block;
  }
  .header-primary-slider .slider__primary-header {
    font-family: Rubik-Regular;
    font-size: 30px !important;
  }
  .header-primary-slider .slider__secondary-header {
    font-family: Rubik-Light;
    font-size: 20px;
  }
  #index-slider {
    padding: 100px 100px;
  }
}

@media (max-width: 1440px) {
  .header-primary-slider {
    padding: 50px 100px;
    text-align: center;
    display: block;
  }
  .header-primary-slider .slider__primary-header {
    font-family: Rubik-Regular;
    font-size: 30px !important;
  }
  .header-primary-slider .slider__secondary-header {
    font-family: Rubik-Light;
    font-size: 20px;
  }
  .slick-dots li button:before {
    color: #ffffff !important;
  }
  #index-slider {
    padding: 100px 100px;
  }
}

@media (max-width: 1100px) {
  .header-primary-slider {
    padding: 50px 50px;
    text-align: center;
    display: block;
  }
  .header-primary-slider .slider__primary-header {
    font-family: Rubik-Regular;
    font-size: 25px !important;
  }
  .header-primary-slider .slider__secondary-header {
    font-family: Rubik-Light;
    font-size: 15px;
  }
  #index-slider {
    padding: 100px 100px;
  }
}

@media (max-width: 500px) {
  .header-primary-slider {
    padding: 50px 50px;
    text-align: center;
    display: block;
  }
  .header-primary-slider .slider__primary-header {
    font-family: Rubik-Regular;
    font-size: 25px !important;
  }
  .header-primary-slider .slider__secondary-header {
    font-family: Rubik-Light;
    font-size: 15px;
  }
  #index-slider {
    padding: 0 30px 50px 30px;
  }
}

.header-secondary-sloder .slick__body {
  position: relative;
  margin: auto;
}

.header-secondary-sloder .slick__img {
  display: block;
  margin: 0 auto;
  max-height: 50px;
  width: auto;
}

.sectios-content {
  color: #000000;
  font-size: 18px;
  padding: 50px 0px;
}

.sectios-content .section-contact {
  margin: 30px 5px;
}

.sectios-content .primary-content__header {
  font-family: Rubik-Regular;
  font-size: 60px;
  text-align: center;
  margin-bottom: 50px;
}

.sectios-content .content__item {
  text-indent: 50px;
  text-align: justify;
}

.sectios-content .secondary-content__header {
  text-align: center;
  font-size: 30px;
  color: #0078D2;
  padding: 15px 0;
}

.sectios-content .phone__item {
  color: #000000;
}

.sectios-content .phone__item:hover {
  color: #0078D2;
  text-decoration: none;
}

.sectios-content .mail__item {
  color: #000000;
}

.sectios-content .mail__item:hover {
  color: #0078D2;
  text-decoration: none;
}

.sectios-content .btn-primary {
  margin-bottom: 20px;
}

.footer {
  font-size: 15px;
  background-color: #0078D2;
}

.footer hr {
  margin: 0;
  border: none;
  color: red;
  background-color: rgba(255, 255, 255, 0.6);
  height: 2px;
}

.footer .container-footer {
  padding-top: 20px;
}

.footer .copyright-sign {
  margin: 10px 0;
  font-size: 15px;
}

.footer .nav-item {
  color: rgba(255, 255, 255, 0.8);
  font-family: Rubik-Light;
}

.footer .nav-column-heading {
  font-size: 18px;
}

.footer .btn-primary {
  width: 160px;
  font-size: 15px;
  text-align: center;
}

#footer-index {
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media (max-height: 790px) {
  #footer-index {
    position: relative;
  }
}

@media (max-width: 992px) {
  .footer-nav {
    display: none;
  }
}

@media (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}

body {
  background-color: #ffffff;
  color: #ffffff;
  font-family: Rubik-Regular;
  font-size: 20px;
}

body .header hr {
  margin: 0;
}
/*# sourceMappingURL=main.css.map */