@import url(fonts/fonts.css);
@import url(fonts/font-awesome/font-awesome.5.all.html);
@import url(lib/normalize.css);
@import url(lib/icons.css);
@import url(lib/modal.css);

@import url(lib/owl-carousel.css);
@import url(lib/owl-theme-default-min.css);
@import url(lib/datepicker.min.html);

@import url(lib/animate.css);
@import url(lib/select2.min.html);
@import url(lib/elements.css);

.content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding-top: 80px;
}

.header-logo {
  min-width: 150px;
  max-width: 285px;
}

.header-top .content,
.header-top .header-info,
.header-info > div,
.header-nav .content ul,
.header-nav .content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .content {
  height: 120px;
}

.header-top .header-info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.header-info > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-info .header-info__messanger {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-left: 20px;
  padding-top: 13px;
}

.header-info__messanger ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-info__messanger ul li span {
  width: 20px;
  height: 20px;
  margin: 0 4px;
}

.header-nav .content ul {
  height: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav {
  background: #b1a296;
  color: #fff;
}

.header-nav a {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.header-nav .desc {
  font-weight: 600;
  margin: 0 10px;
}

.header-nav .price {
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #474a50;
  background: #fff;
  padding: 5px 10px 4px 10px;
  border-radius: 40px;
}

.header-info-icons {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.header-info-icons span {
  height: 20px;
  width: 20px;
  background-size: auto 20px;
}

.header-info-detalis {
  padding-left: 15px;
}

.detalis-title {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #b9b9b9;
  padding-bottom: 5px;
}

.detalis-strong {
  font-size: 15px;
  line-height: 20px;

  font-weight: 600;
}

section.top {
  background: #eeeeee;
  padding-top: 0;
}

.top .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .content > div {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.top .content .section-left {
  padding-right: 100px;
  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;
}

.top .content .section-right {
  padding-top: 70px;
}

.top h1 {
  font-size: 72px;
  line-height: 37px;
  text-transform: uppercase;
  color: #343e48;

  margin-top: 0;
  margin-bottom: 40px;
  white-space: nowrap;
}

.top h1 span {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  background: #557a95;
  border-radius: 57px;
  padding: 5px 14px;
  vertical-align: top;
  text-transform: none;
}

.top .desc {
  font-size: 14px;
  line-height: 147.3%;
  color: #000000;
  max-width: 500px;
}

.top .desc span {
  color: #557a95;
}

.design-present {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #557a95;
  padding: 0 25px;
  font-weight: 600;
  color: #343e48;
  margin-top: 50px;
  margin-bottom: 75px;
  max-width: 260px;
}

.design-present .ic_present {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}

section.component {
  padding-top: 80px;
}

.section-header {
  font-size: 48px;
  line-height: 58px;
  font-weight: bold;
  color: #343e48;
}

.box-components {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-components .item-component {
  -ms-flex-preferred-size: calc(25% - 15px);
  flex-basis: calc(25% - 15px);
}

.cmp-title,
.section-header-2 {
  font-size: 30px;
  line-height: 37px;
  color: #343e48;
  font-weight: bold;
  padding-top: 25px;
}

.cmp-price span {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  background: #557a95;
  border-radius: 57px;
  padding: 5px 14px;
  vertical-align: top;
  text-transform: none;
  font-weight: bold;
}

.cmp-price {
  padding-top: 25px;
}

.section-header .line {
  width: 100px;
  height: 2px;
  display: block;
  background: #000;
  margin-top: 40px;
}

.desc-section {
  padding-top: 40px;
  font-size: 14px;
  line-height: 26px;

  color: #000000;
}

.item-adv-icons {
  width: 40px;
  min-width: 30px;
}

.item-adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 25%;
  padding-left: 20px;
}

.item-adv:first-child {
  padding-left: 0px;
}

.box-adv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.adv-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #343e48;
}

.adv-desc {
  font-size: 12px;
  line-height: 183.8%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9e9e9e;
}

.item-adv-desc {
  margin-left: 20px;
}

.box-free-design-project {
  position: relative;
  padding-top: 70px;
  min-height: 300px;
}

.box-free-design-project .wrap-content {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 160px;
}

.wrap-content .section-header,
.wrap-content .description {
  max-width: 350px;
}

.wrap-content .description {
  font-size: 14px;
  line-height: 26px;
  padding-top: 40px;
  padding-bottom: 50px;
}

.box-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
}

.box-review .item-review {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  /*! padding-right: 25px; */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.review-user {
  font-size: 18px;
  line-height: 22px;
  color: #343e48;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 5px;
}

.review-address {
  font-size: 12px;
  line-height: 183.8%;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9e9e9e;
}

.wrap-box-parnters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

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

.section-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 900px;
  width: 100;
}

section.call-back {
  background: #f2f1f0;
  padding-top: 80px;
  /*! display: flex; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: 80px;
  margin-top: 80px;
}

section.maps {
  padding: 0;
  position: relative;
}

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

.box-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-left {
  max-width: 460px;
}

.box-form .item-form {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.call-back-desc {
  font-size: 14px;
  line-height: 26px;
  padding-top: 15px;
}

footer {
  background: #eee;
  height: 75px;
  font-size: 14px;
}

.box-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 75px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.developer a {
  color: #557a95;
}

.owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
}

.owl-dot {
  height: auto;
}

.owl-dot span {
  width: 4px;
  height: 4px;
  display: inline-block;
  background: #343e48;
  margin-right: 8px;
  border-radius: 100%;
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
}

.owl-dot.active span {
  border: 3px solid #fff;
  -webkit-box-shadow: 0 0 0 1px #557a95;
  box-shadow: 0 0 0 1px #557a95;
}

.owl-prev span,
.owl-next span {
  font-size: 30px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  position: absolute;
  top: 0;
  right: 0px;
}

.m-menu {
  display: none;
}

.modal-window .box-callback,
.modal-window .box-callback .section-right .box-form {
  flex-direction: column;
  width: 100%;
}

.modal-window .box-callback .section-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 900px;
  width: 100%;
}

.modal-window .box-callback .item-form {
  width: 100%;
  padding-bottom: 30px;
}

.modal-window .box-callback .item-form input {
  width: calc(100% - 40px);
  flex-grow: 1;
}

.modal-window .box-callback .btn {
  width: 100%;
  flex-grow: 0;
}

.close-modal {
  text-align: right;
}

.close-modal span {
  margin-right: 30px;
  margin-top: 30px;
}

.modal-window .section-right,
.modal-window .section-left {
  flex-basis: 100%;
  padding-bottom: 30px;
}

#status.complete {
  border-left: 5px solid #62ce54;
  opacity: 1;
  bottom: 10px;
}

#status.error {
  border-left: 5px solid #d35351;
  opacity: 1;
  bottom: 10px;
}

#status {
  background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
  bottom: -35px;
  border-left: 5px solid #000;
  color: #ffffff;
  left: 10px;
  max-width: 400px;
  opacity: 0;
  padding: 15px 25px;
  position: fixed;
  -webkit-transition: bottom 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: bottom 0.3s ease 0s, opacity 0.3s ease 0s;
  z-index: 11110;
}

a.phone-bar-link,
.phone-bar {
  display: none;
}

@media (max-width: 768px) {
  .phone-bar {
    display: flex;
    position: fixed;
    bottom: 20px;
    left: 50%;
    padding-bottom: 15px !important;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #557a95, #3a7cac);
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    z-index: 9999;
  }

  .phone-bar a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: 600;
  }

  .phone-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .phone-number {
    white-space: nowrap;
  }
}
