.nav-tabs {
  margin-bottom: 40px;
  border: none;
  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; }
  .nav-tabs .nav-link {
    padding: 0 0.25rem;
    color: #313131;
    font-weight: 600;
    position: relative; }
    .nav-tabs .nav-link:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 4px;
      background-color: #1f4548;
      -webkit-transition: width 0.2s ease-in-out;
      -o-transition: width 0.2s ease-in-out;
      transition: width 0.2s ease-in-out; }
    .nav-tabs .nav-link.active {
      background-color: transparent;
      border-color: transparent; }
      .nav-tabs .nav-link.active:before {
        width: 100%; }
    .nav-tabs .nav-link:hover {
      border-color: transparent; }

.baguette-gallery__item {
  height: 230px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  position: relative;
  background-size: cover;
  background-position: 50%; }
  .baguette-gallery__item:before {
    content: '';
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(214, 214, 214, 0.8);
    background-image: url(../images/lupa.png);
    background-size: 100px;
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-transition: opacify 0.2s ease-in-out;
    -o-transition: opacify 0.2s ease-in-out;
    transition: opacify 0.2s ease-in-out; }
  .baguette-gallery__item:hover:before {
    opacity: 1; }

.baguette-gallery .col-3:nth-of-type(1), .baguette-gallery .col-3:nth-of-type(2) {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%; }
  .baguette-gallery .col-3:nth-of-type(1) .baguette-gallery__item, .baguette-gallery .col-3:nth-of-type(2) .baguette-gallery__item {
    height: 340px; }

.catalog-item-nav {
  list-style: none;
  font-size: 18px;
  font-weight: 600; }
  .catalog-item-nav a {
    color: #313131;
    position: relative;
    display: inline-block;
    margin-bottom: 10px; }
    .catalog-item-nav a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 4px;
      background-color: #378288;
      -webkit-transition: width 0.2s ease-in-out;
      -o-transition: width 0.2s ease-in-out;
      transition: width 0.2s ease-in-out; }
    .catalog-item-nav a:hover {
      text-decoration: none;
      color: #313131; }
      .catalog-item-nav a:hover:before {
        width: 100%; }
    }

.catalog-products .col-6 {
  max-width: 100%; }

.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 640px; }
  .contacts__phones {
    width: 50%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../images/paper.jpg);
    background-size: cover;
    background-position: 50%; }
    .contacts__phones:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7); }
    .contacts__phones .h2 {
      color: #ffffff; }
    .contacts__phones ul {
      list-style: none;
      padding: 0 0 0 30px;
      margin: 0;
      color: #ffffff; }
      .contacts__phones ul li {
        border-bottom: 1px solid grey;
        padding-bottom: 15px;
        padding-top: 15px;
        font-size: 24px;
        font-weight: 600;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .contacts__phones ul li:last-of-type {
          border: none;
          font-weight: 400; }
  .contacts__map {
    width: 50%;
    height: 100%; }

.home-slider__item {
  height: 520px;
  background-size: cover;
  background-position: 50%;
  padding-top: 100px;
  position: relative; }
  .home-slider__item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 730px;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#58b0b7), to(transparent));
    background-image: -webkit-linear-gradient(right, #58b0b7, transparent);
    background-image: -o-linear-gradient(right, #58b0b7, transparent);
    background-image: linear-gradient(to left, #58b0b7, transparent); }
  .home-slider__item:hover {
    color: #ffffff; }

.home-slider__item-inner {
  max-width: 730px;
  width: 100%;
  margin-left: auto;
  color: #ffffff;
  position: relative;
  z-index: 1; }
  .home-slider__item-inner h3 {
    font-weight: 600;
    font-size: 48px;
    margin-bottom: 40px;
    color: #ffffff; }
  .home-slider__item-inner p {
    padding-left: 100px; }
  .home-slider__item-inner a {
    float: right;
    color: #ffffff; }
    .home-slider__item-inner a img {
      margin-left: 10px;
      margin-bottom: 3px; }

.home-slider .carousel-indicators li {
  background: #ff9e23;
  width: 15px;
  height: 15px;
  border: 2px solid #ff9e23;
  border-radius: 50%; }
  .home-slider .carousel-indicators li.active {
    background: #ffffff; }

.home-sales-slider {
  position: relative;
  padding-top: 10px;
  padding-bottom: 30px;
  top: -20px;}
  .home-sales-slider:before {
    content: '';
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#d3bd86), to(#81694e));
    background-image: -webkit-linear-gradient(bottom left, #d3bd86, #81694e);
    background-image: -o-linear-gradient(bottom left, #d3bd86, #81694e);
    background-image: linear-gradient(to top right, #d3bd86, #81694e); }
  .home-sales-slider h2 {
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 30px; }
  .home-sales-slider .slick-slide {
    padding-right: 30px; }
  .home-sales-slider__item {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-radius: 10px;
    height: 250px;
    overflow: hidden; }
  .home-sales-slider__inner {
    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: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    position: relative; }
    .home-sales-slider__inner:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 70%;
      bottom: 0;
      left: 0;
      background-image: -webkit-gradient(linear, left bottom, left top, from(#675138), to(transparent));
      background-image: -webkit-linear-gradient(bottom, #675138, transparent);
      background-image: -o-linear-gradient(bottom, #675138, transparent);
      background-image: linear-gradient(to top, #675138, transparent);
      opacity: 0.5; }
    .home-sales-slider__inner div {
      position: relative;
      z-index: 1; }
  .home-sales-slider__title {
    font-weight: 600;
    font-size: 28px;
    color: #ffffff;
    padding: 0 15px;
    line-height: 1.3;
    margin-bottom: 10px; }
  .home-sales-slider__price {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    padding: 0 15px 20px; }

.why-we {
  margin-top: 20px; }
  .why-we__item {
    text-align: center; }
    .why-we__item img {
      height: 124px;
      margin-bottom: 20px; }
    .why-we__item h3 {
      margin-bottom: 20px; }

.about-company-home {
  margin-top: 40px;
  margin-bottom: 50px; }

.news-grid .col-4:nth-of-type(n+4) {
  min-width: 58.3333%; }

.news-grid .col-4:nth-of-type(n+5) {
  min-width: 41.6666%; }

.news-item {
  margin-bottom: 30px;
  display: block; }
  .news-item__img {
    height: 320px;
    background-size: cover;
    background-position: 50%;
    position: relative;
    margin-bottom: 20px; }
  .news-item__date {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    line-height: 50px;
    background-image: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.65)), to(transparent));
    background-image: -webkit-linear-gradient(top right, rgba(0, 0, 0, 0.65) 50%, transparent);
    background-image: -o-linear-gradient(top right, rgba(0, 0, 0, 0.65) 50%, transparent);
    background-image: linear-gradient(to bottom left, rgba(0, 0, 0, 0.65) 50%, transparent);
    color: #ffffff;
    text-align: right;
    padding-right: 15px; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamProRegular.woff") format("woff");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamProMedium.woff") format("woff");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "GothamPro";
  src: url("../fonts/GothamProBlack.woff") format("woff");
  font-style: normal;
  font-weight: 600; }

body {
  font-family: "GothamPro", sans-serif;
  font-weight: 400;
  font-size: 14px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #f7f7f8;
  color: #313131; }

/* for disabled responsive mobile site version
.wrapper, .container, footer, html, body {
  min-width: 1200px !important; } */

a {
  text-decoration: none; }
  a:hover {
    color: #ee9d34;
    text-decoration: none; }

h2,
.h2 {
  font-size: 30px;
  font-weight: 600;
  color: #313131; }

h3,
.h3 {
  font-size: 28px;
  font-weight: 600;
  color: #313131; }

h4,
.h4 {
  font-weight: 600;
  color: #313131; }

.h2-horizontal-mark {
  padding-left: 110px;
  position: relative; }
  .h2-horizontal-mark:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    width: 90px;
    height: 15px;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#d3bd86), to(#81694e));
    background-image: -webkit-linear-gradient(bottom left, #d3bd86, #81694e);
    background-image: -o-linear-gradient(bottom left, #d3bd86, #81694e);
    background-image: linear-gradient(to top right, #d3bd86, #81694e); }

.h2-vertical-mark {
  padding-left: 30px;
  position: relative; }
  .h2-vertical-mark:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 15px;
    height: 55px;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#d3bd86), to(#81694e));
    background-image: -webkit-linear-gradient(bottom left, #d3bd86, #81694e);
    background-image: -o-linear-gradient(bottom left, #d3bd86, #81694e);
    background-image: linear-gradient(to top right, #d3bd86, #81694e); }
  .h2-vertical-mark span {
    font-size: 16px;
    font-weight: 400;
    display: block; }

.editor img {
  max-width: 50%;
  margin-right: 30px;
  margin-bottom: 40px; }

.editor .justifyright {
  float: left; }

[class*="icon-"] {
  position: relative;
  padding-left: 40px; }
  [class*="icon-"]:before {
    content: '';
    position: absolute;
    left: 0; }

.icon-phone:before {
  content: url(../images/icon-phone.png); }

.icon-mobile:before {
  content: url(../images/icon-mobile.png); }

.icon-map:before {
  content: url(../images/icon-map.png); }

.catalog-item {
  display: block;
  color: #313131; }
  .catalog-item:hover {
    color: #313131; }
  .catalog-item__img {
    border: 1px solid #d3d4d6;
    border-radius: 5px;
    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;
    padding: 30px;
    height: 320px;
    background-color: #f6f8f7;
    margin-bottom: 10px; }
    .catalog-item__img_small {
      height: 340px; }
    .catalog-item__img img {
      max-width: 100%;
      max-height: 100%; }
  .catalog-item__title {
    font-weight: 600;
    font-size: 24px;
    position: relative;
    margin-bottom: 0px;}
    .catalog-item__title:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 4px;
      background-color: #378288;
      -webkit-transition: width 0.15s ease-in-out;
      -o-transition: width 0.15s ease-in-out;
      transition: width 0.15s ease-in-out; }
  .catalog-item:hover .catalog-item__title:before {
    width: 100%; }
 

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0; }
  .breadcrumbs li {
    margin-right: 30px;
    position: relative; }
    .breadcrumbs li:before {
      content: '';
      position: absolute;
      right: -20px;
      top: 7px;
      display: block;
      border: 4px solid transparent;
      border-left-color: #9b9b9b; }
    .breadcrumbs li:last-of-type:before {
      content: none; }
    .breadcrumbs li a {
      font-size: 12px;
      font-weight: 400;
      color: #9b9b9b; }

footer {
  background-color: #1f4548;
  color: #ffffff;
  width: 100%;
  padding-top: 50px; }
  footer a {
    color: #ffffff; }

.footer-top {
  padding-bottom: 30px; }
  .footer-top__col-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px; }
  .footer-top__col-inner {
    padding-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer-top .footer-line-pink {
    border-bottom: 4px solid #e73282; }
  .footer-top .footer-line-red {
    border-bottom: 4px solid #f12700; }

.footer-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .footer-nav a {
    white-space: nowrap;
    font-size: 16px;
    margin: 0 25px 0 0;
    position: relative; }
    .footer-nav a:hover {
      color: #ee9d34;
      text-decoration: none; }

.footer-copyright {
  color: #9d9c9c;
  text-align: right; }

.footer-order {
  background-image: url(../images/footer-order-bg.jpg);
  background-size: cover;
  background-position: 50%; }
  .footer-order h3 {
    color: #ffffff; }

header {
  position: relative;
  background-color: #1f4548;
  color: #ffffff;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  header a {
    color: #ffffff; }

.header-logo {
  font-weight: 600;
  font-size: 24px; }

.header-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header-nav a {
    white-space: nowrap;
    font-size: 16px;
    margin: 0 7px;
    position: relative; }
    .header-nav a:before {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 4px;
      background-color: #ee9d34;
      -webkit-transition: width 0.2s ease-in-out;
      -o-transition: width 0.2s ease-in-out;
      transition: width 0.2s ease-in-out; }
    .header-nav a:hover {
      color: #ffffff;
      text-decoration: none; }
      .header-nav a:hover:before {
        width: 100%; }

.header-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center; }
  .header-phone i {
    color: #ee9d34;
    margin-right: 7px; }

.product-item {
  color: #313131;
  border: 1px solid #d3d4d6;
  border-radius: 5px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .product-item .sales-label {
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, right top, from(#e6151a), to(#8d0205));
    background-image: -webkit-linear-gradient(bottom left, #e6151a, #8d0205);
    background-image: -o-linear-gradient(bottom left, #e6151a, #8d0205);
    background-image: linear-gradient(to top right, #e6151a, #8d0205);
    color: #ffffff;
    top: 30px;
    left: 0;
    padding: 0 15px;
    line-height: 32px;
    text-transform: uppercase; }
  .product-item__img {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width:350px;
    padding: 15px; }
    .product-item__img img {
      max-width: 200px;
      max-height: 200px; }
    .product-item__img_page {
      width: 300px; }
  .product-item__title {
    font-weight: 600;
    font-size: 24px;
    margin-top: 10px;
    height: 30px;}
  .product-item__subtitle {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px; }
  .product-item__intro {
    font-weight: 400;
    font-size: 16px; }
  .product-item__cost {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0px; }
    .product-item__cost span {
      font-size: 20px;
      color: #8d0205; }
    .product-item__cost_page {
      font-size: 16px;
      font-weight: 400; }
      .product-item__cost_page span {
        font-size: 24px;
        font-weight: 600; }
  .product-item__params {
    font-size: 13px; }
    .product-item__params .row {
      border-bottom: 1px solid grey;
      margin-bottom: 10px;
      padding-bottom: 10px; }
      .product-item__params .row:last-of-type {
        border-bottom: none; }
  .product-item__btn {
    margin-top: 10px;
    cursor: pointer;
    border: none;
    margin-bottom: 15px;
    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;
    width: 230px;
    height: 50px;
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(30%, #e73282), to(#f12700));
    background-image: -webkit-linear-gradient(bottom left, #e73282 30%, #f12700);
    background-image: -o-linear-gradient(bottom left, #e73282 30%, #f12700);
    background-image: linear-gradient(to top right, #e73282 30%, #f12700);
    font-size: 18px;
    font-weight: 600;
    color: #ffffff; }
    .product-item__btn:hover {
      color: #ffffff; }

.sidebar-nav {
  font-size: 18px;
  -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.5); }
  .sidebar-nav__title {
    padding: 0 20px;
    background-color: #1f4548;
    font-weight: 600;
    color: #ffffff;
    line-height: 48px; }
  .sidebar-nav a {
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 4px 15px;
    color: #313131;
    border-bottom: 1px solid #9c9c9c; }
    .sidebar-nav a i {
      height: 48px;
      color: #ee9d34;
      font-size: 28px;
      line-height: 48px;
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    .sidebar-nav a[data-toggle]:not(.collapsed), .sidebar-nav a.active {
      background-color: #ee9d34 !important;
      color: #ffffff; }
      .sidebar-nav a[data-toggle]:not(.collapsed) i, .sidebar-nav a.active i {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #ffffff; }
    /* .sidebar-nav a:last-of-type {
      border-bottom: none; } */
  .sidebar-nav .collapsing a,
  .sidebar-nav .collapse a {
    background-color: #378288;
    border-bottom-color: #ffffff;
    color: #ffffff; }
    
    .sidebar-nav div {
        display:none;
    }
    .sidebar-nav div.active {
        display:block;
    }
    .sidebar-nav div.active a {
        background-color: #378288;
        color: #ffffff;
    }
    
.toggle-search {
    background-color: transparent;
    border: none;
    color: #ffffff;
    cursor: pointer;
    margin-top: 10px;
}
.toggle-search:hover {
    color: #ee9d34;
}
.saerch-input {
    position: absolute;
    overflow: hidden;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #ffffff;
}
.saerch-input.active {
    bottom: -50px;
    overflow: visible;
    height: 50px;
    z-index: 1;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.26);
}
.saerch-input input {
    border: none;
    background: transparent;
    width: 100%;
    height: 40px;
    margin-top: 5px;
    padding: 0 15px;
}
.site-search-results {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    max-height: 200px;
    background-color: #ffffff;
    color: #212121;
    overflow: auto;
    border-top: 1px solid #f6f7f7;
    padding-top: 15px;
}
.sisea-result a {
    color: #313131;
    text-decoration: none;
}

a.title-color {
    color: black;
}

p {
        text-align: justify;
}


input {
    width: 100%;
    height: 40px;
    border: 1px solid #d3d4d6;
    margin-bottom: 20px;
    padding-left: 15px;
    border-radius: 4px;
}

.product-item_modal {
    border: none;
}

.product-item__img_modal {
    width: 50%;
}

.modal-body form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-header {
  margin-bottom: 15px;
  align-items: flex-end;
}

.modal-header .nav-link {
    font-weight: 400;
}

.modal-header .nav-link.active {
    font-size: 22px;
    font-weight: 600;
}

.yellow-btn {
  cursor: pointer;
  height: 40px;
  background: #ee9d34;
  border: none;
  padding: 0 30px;
  font-weight: 600;
}

.footer-form {
    background-image: url(../images/f-call-bg.jpg);
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 200px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.footer-form .container {
    margin-left: 0;
}

.footer-form h2 {
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}

.footer-form form {
    flex-direction: row;
    display: flex;
}

.footer-form form input,
.footer-form form button {
    width: calc(33.333% - 30px);
    margin: 0 15px;
}

@media screen and (max-width: 768px) {
    .footer-form {
      margin: 0 !important;
    }
    
    .footer-form form {
      flex-direction: column;
    }
    
    .footer-form form input,
    .footer-form form button {
        width: calc(100% - 30px);
        margin-bottom: 15px;
    }
}