.main-header .navbar-brand {
  padding: 0; }
.main-header__navbar {
  padding: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
  z-index: 1000; }
.main-header__logo {
  max-width: 100%;
  height: auto; }
.main-header .navbar-brand {
  width: 210px; }
.main-header__social-link {
  display: inline-block; }
  .main-header__social-link:hover {
    transform: scale(1.1); }
.main-header__lang {
  margin: 0 33px;
  color: #000000; }
.main-header__lang-arrow {
  margin-left: 10px; }
.main-header .collapse {
  justify-content: space-between; }
.main-header__social-link {
  margin: 0 5px; }
.main-header .navbar-nav {
  margin-left: auto; }
.main-header .carousel-item {
  position: relative; }
.main-header__carousel-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.main-header__background {
  background-color: #f5f5f5;
  width: 210px;
  height: 100%;
  position: relative; }
  .main-header__background::before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    top: 0;
    display: block;
    width: 100vh;
    background-color: #f5f5f5; }
.main-header__carousel-img {
  height: 662px;
  background-image: url("../img/slider1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  width: 70%; }
.main-header__title-box {
  background: #fff;
  padding: 65px;
  position: absolute;
  z-index: 1002;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.08);
  width: 625px; }
.main-header__title {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: #181818;
  font-size: 58px;
  letter-spacing: 0.98px;
  line-height: 1; }
.main-header__separator {
  width: 111px;
  height: 4px;
  display: block;
  background-image: url("../img/shape1.png");
  background-repeat: no-repeat;
  background-size: 100%;
  margin: 30px 0; }
.main-header__text {
  color: #181818;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
  margin-bottom: 50px; }
.main-header__btn {
  font-family: "Roboto Condensed", sans-serif;
  background-color: #f1be45;
  color: #181818;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 11px 22px;
  border: 2px solid #f1be45;
  transition: 0.5s;
  cursor: pointer; }
  .main-header__btn:hover {
    background: transparent;
    color: #f1be45; }
.main-header__control-container {
  position: absolute;
  bottom: 96px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end; }
.main-header__control-box {
  display: flex; }
.main-header .carousel-control-prev,
.main-header .carousel-control-next {
  width: 50px;
  height: 49px;
  position: static;
  background-color: #0d214e;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.5s; }
.main-header .carousel-control-prev {
  left: 0;
  background-image: url("../img/carousel-arrow-left.png"); }
  .main-header .carousel-control-prev:hover {
    background-image: url("../img/carousel-arrow-left-hover.png");
    background-color: #fff;
    background-position: center;
    opacity: 1; }
.main-header .carousel-control-next {
  right: 0;
  background-image: url("../img/carousel-arrow-right.png"); }
  .main-header .carousel-control-next:hover {
    background-image: url("../img/carousel-arrow-right-hover.png");
    background-color: #fff;
    background-position: center;
    opacity: 1; }

.default-section {
  padding: 50px 0; }
  .default-section__cell {
    height: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-position: center;
    background-size: cover; }
    .default-section__cell:hover .default-section__desc-box {
      background-color: #162a56f5; }
  .default-section__cell--1 {
    background-image: url("../img/bathroom.png"); }
  .default-section__cell--2 {
    background-image: url("../img/kit.png"); }
  .default-section__cell--3 {
    background-image: url("../img/floor.png"); }
  .default-section__desc-box {
    padding: 16px;
    background-color: #162a56c4;
    margin-right: 30px;
    transition: 0.5s; }
  .default-section__cell-title {
    color: #ffffff;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.96px; }
  .default-section__cell-desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c0c0c0;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.62px; }
  .default-section__main-title {
    text-align: center;
    color: #000000;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 45px;
    font-weight: 700;
    line-height: 52.11px;
    text-transform: uppercase;
    letter-spacing: 0.62px;
    margin: 0; }
  .default-section__separator {
    margin: 40px auto;
    display: block; }
  .default-section__text {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.24px; }
  .default-section__bold-text {
    font-weight: 700; }
  .default-section__realizations {
    display: flex;
    flex-wrap: wrap; }
  .default-section__realizations-cell {
    position: relative;
    height: 360px;
    width: 46%;
    margin: 4% 2%;
    transition: 0.5s; }
    .default-section__realizations-cell:hover {
      transform: scale(1.02); }
  .default-section__square-left {
    width: 230px;
    height: 230px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0; }
  .default-section__square-gray {
    background-color: #e8e8e8; }
  .default-section__square-right {
    width: 230px;
    height: 230px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0; }
  .default-section__square-blue {
    background-color: #162a56; }
  .default-section__realization-img-right {
    height: 311px;
    width: 460px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .default-section__realization-img-left {
    height: 311px;
    width: 460px;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; }
  .default-section__img1 {
    background-image: url("../img/reali1.jpg"); }
  .default-section__img2 {
    background-image: url("../img/reali2.jpg"); }
  .default-section__img3 {
    background-image: url("../img/reali3.jpg"); }
  .default-section__img4 {
    background-image: url("../img/reali4.jpg"); }
  .default-section__realization-name {
    position: absolute;
    bottom: 0;
    font-family: "Roboto Condensed", sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase; }
  .default-section__realization-name--left {
    right: 0; }
  .default-section__realization-name--right {
    left: 0; }
  .default-section__form-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap; }
  .default-section__input {
    width: 47%;
    border: 1px solid #c0c0c0;
    padding: 9px 15px;
    color: #181818;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600; }
    .default-section__input::placeholder {
      color: #181818;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 600; }
  .default-section__textarea {
    border: 1px solid #c0c0c0;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 15px;
    margin-bottom: 20px; }
    .default-section__textarea::placeholder {
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #181818; }
  .default-section__submit {
    font-family: "Roboto Condensed", sans-serif;
    background-color: #f1be45;
    color: #181818;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 11px 30px;
    border: 2px solid #f1be45;
    transition: 0.5s;
    cursor: pointer; }
    .default-section__submit:hover {
      background: transparent;
      color: #f1be45; }

.default-section--no-padding {
  padding-bottom: 0; }

.brands__background {
  padding: 40px 0; }
.brands__separator {
  height: 100%;
  width: 1px;
  background: #c0c0c0;
  margin: 0 15px; }
.brands__row {
  display: flex;
  justify-content: space-between;
  height: 120px; }
.brands__img {
  max-width: 100%;
  height: auto; }

.main-footer {
  background-image: url("../img/footer-background.jpg");
  padding: 50px 0;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.36px; }
  .main-footer__logo {
    margin-bottom: 40px; }
  .main-footer__bold {
    font-weight: 700; }
  .main-footer__list {
    list-style-type: none;
    display: flex;
    height: 43px;
    margin-bottom: 40px;
    justify-content: space-between;
    padding: 0;
    width: 100%; }
  .main-footer__list-item {
    height: 100%;
    display: flex;
    align-items: center; }
  .main-footer__link {
    color: #fff;
    font-family: "Roboto Condensed", sans-serif;
    text-transform: uppercase; }
    .main-footer__link:hover {
      color: #f1be45; }
  .main-footer__form {
    margin-left: auto;
    display: flex;
    height: 48px; }
  .main-footer__input {
    background: #fff;
    border: none;
    padding: 8px 13px;
    width: 330px; }
    .main-footer__input::placeholder {
      font-family: "Montserrat", sans-serif;
      color: #343434;
      font-size: 14px;
      font-weight: 400; }
  .main-footer__submit {
    font-family: "Roboto Condensed", sans-serif;
    background-color: #f1be45;
    color: #181818;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 8px 16px;
    border: 2px solid #f1be45;
    transition: 0.5s;
    cursor: pointer; }
    .main-footer__submit:hover {
      background: transparent;
      color: #f1be45; }
  .main-footer__form-row {
    display: flex; }

.copyrights {
  height: 76px;
  background-color: #162a56;
  color: #ffffff;
  font-size: 14px; }
  .copyrights__container {
    font-family: "Montserrat", sans-serif;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
  .copyrights__link {
    font-weight: 700;
    color: #ffffff; }
    .copyrights__link:hover {
      color: #f1be45; }

@media (max-width: 2560px) {
  .main-header__carousel-img {
    height: 760px; } }
@media (max-width: 1795px) {
  .main-header__carousel-img {
    height: 662px;
    width: 74%; } }
@media (max-width: 1440px) {
  .main-header__carousel-img {
    width: 78%; } }
@media (max-width: 1199px) {
  .main-header__title-box {
    padding: 41px; }
  .main-header__title {
    font-size: 52px; }
  .main-header__text {
    font-size: 14px; }

  .default-section__cell {
    height: 246px; }
  .default-section__cell-title {
    font-size: 24px; } }
@media (max-width: 991px) {
  .main-header__title-box {
    width: auto; }
  .main-header__title {
    font-size: 46px; }
  .main-header__carousel-container {
    padding: 0; }
  .main-header .navbar-collapse {
    text-align: center;
    padding: 13px 0; }
  .main-header__social-box {
    margin-top: 10px; }
  .main-header__carousel-img {
    height: 500px; }
  .main-header__separator {
    margin: 15px 0; }

  .default-section__cell {
    margin-bottom: 20px; }
  .default-section__realizations {
    flex-wrap: wrap; }
  .default-section__realizations-cell {
    width: 100%; }
  .default-section__realization-img-left {
    width: auto;
    left: 54px; }
  .default-section__realization-img-right {
    width: auto;
    right: 54px; }

  .main-footer__col {
    margin-bottom: 20px;
    text-align: center; }
  .main-footer__form-row {
    flex-wrap: wrap;
    justify-content: center; }
  .main-footer__form {
    width: 100%;
    justify-content: center;
    margin-top: 14px; } }
@media (max-width: 767px) {
  .main-header__title {
    font-size: 36px; }
  .main-header__text {
    margin-bottom: 20px; }

  .brands__row {
    flex-direction: column;
    height: auto; }
  .brands__separator {
    display: none; }
  .brands__img {
    margin-bottom: 22px; } }
@media (max-width: 575px) {
  .main-header .navbar-brand {
    width: 133px; }
  .main-header__background {
    width: 133px; }
  .main-header__carousel-img {
    height: 470px; }
  .main-header__btn {
    display: inline-block;
    font-size: 14px; }
  .main-header__title-box {
    padding: 26px; }
  .main-header__control-container {
    bottom: 20px;
    z-index: 1111; }

  .default-section__text {
    text-align: center; }
  .default-section__main-title {
    font-size: 40px; }
  .default-section__realizations-cell {
    height: 250px; }
  .default-section__realization-img-left {
    bottom: 40px;
    height: auto;
    left: 40px; }
  .default-section__square-left {
    width: 136px;
    height: 136px; }
  .default-section__square-right {
    width: 136px;
    height: 136px; }
  .default-section__realization-img-right {
    height: auto;
    bottom: 40px;
    right: 40px; }
  .default-section__input {
    width: 100%;
    margin-bottom: 10px; }
  .default-section__form-row {
    margin: 0; }

  .main-footer__list {
    flex-direction: column;
    height: auto;
    align-items: center;
    margin-bottom: 10px; }
  .main-footer__list-item {
    margin-bottom: 6px; }
  .main-footer__input {
    width: 208px; }

  .copyrights {
    font-size: 12px;
    height: auto;
    padding: 10px 0;
    text-align: center; }
    .copyrights__container {
      flex-direction: column; } }

/*# sourceMappingURL=style.css.map */
.blue-text {
  color: #152A55 !important;
}
.md-form input[type="date"]:focus:not([readonly]), .md-form input[type="datetime-local"]:focus:not([readonly]), .md-form input[type="email"]:focus:not([readonly]), .md-form input[type="number"]:focus:not([readonly]), .md-form input[type="password"]:focus:not([readonly]), .md-form input[type="search-md"]:focus:not([readonly]), .md-form input[type="search"]:focus:not([readonly]), .md-form input[type="tel"]:focus:not([readonly]), .md-form input[type="text"]:focus:not([readonly]), .md-form input[type="time"]:focus:not([readonly]), .md-form input[type="url"]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
  -webkit-box-shadow: 0 1px 0 0 #152A55;
  box-shadow: 0 1px 0 0 #152A55;
  border-bottom: 1px solid #152A55;
}
.md-form input[type="date"]:focus:not([readonly]) + label, .md-form input[type="datetime-local"]:focus:not([readonly]) + label, .md-form input[type="email"]:focus:not([readonly]) + label, .md-form input[type="number"]:focus:not([readonly]) + label, .md-form input[type="password"]:focus:not([readonly]) + label, .md-form input[type="search-md"]:focus:not([readonly]) + label, .md-form input[type="search"]:focus:not([readonly]) + label, .md-form input[type="tel"]:focus:not([readonly]) + label, .md-form input[type="text"]:focus:not([readonly]) + label, .md-form input[type="time"]:focus:not([readonly]) + label, .md-form input[type="url"]:focus:not([readonly]) + label, .md-form textarea.md-textarea:focus:not([readonly]) + label {
  color: #152A55;
}
.btn-primary {
  background-color: #152A55 !important;
  color: #fff !important;
}
.btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  background-color: #152A55 !important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #152A55;
  border-color: #152A55;
}
/*company*/

.company {
  background-image: url("../img/about2.jpg");
  padding: 60px 0;
  text-align: center;
  font-family: "DIN Condensed", sans-serif;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.company__title {
  color: #000000;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.company__subtitle {
  margin-bottom: 40px;
  color: #111111;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.company__paragraph {
  text-align: center;
  letter-spacing: 0.03px;
}

.company__bold {
  font-weight: 700;
}

.company__link {
  background-color: #f68922;
  padding: 5px 12px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-top: 35px;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
}

.company__link:hover {
  background: transparent;
  color: #f68922;
  outline: 2px solid #f68922;
}
.furniture-offer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 450px;
}
.furniture__separator {
  border-bottom: 3px solid #f68922;
  padding-bottom: 10px;
}
.default-section__separator1 {
  /* margin: 40px auto; */
  display: block;
  margin-top: 10px;
}
.owl-partners .owl-nav .owl-prev {
  left: -30px;
}

.owl-partners .owl-nav .owl-next {
  right: -30px;
}

.owl-partners .owl-item img {
  width: initial;
  margin: 0 auto;
  display: block;
}
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    transform: translatey(-50%);
    font-size: 6rem !important;
    vertical-align: middle;
    color: #d02a18 !important;
}
.owl-stage {
  display: flex;
  align-items: center;
}
.opening-hours {
  text-align: center;
  height: 100px; 
  background-color: #152A55!important;
  color: white;
}
.opening-hours-text {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
  letter-spacing: 0.98px;
  line-height: 100px;
}
