/*!
Theme Name: ElkorAlmaz
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: elkoralmaz
*/

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

body p {
  font-size: 16px;
}

.top-bar-area {
  padding: 0px 0;
  position: relative;
}

.top-bar-area.shadow::after {
  background: #fcdb16 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  margin-left: -10%;
  position: absolute;
  top: 0;
  -webkit-transform: skewX(-35deg);
  -moz-transform: skewX(-35deg);
  -ms-transform: skewX(-35deg);
  -o-transform: skewX(-35deg);
  width: 40%;
  z-index: -1;
}

.top-bar-area .top-address li {
  color: #ffffff;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-right: 20px;
}

.top-bar-area.bg-gray .top-address li,
.top-bar-area.bg-theme .top-address li {
  color: #333333;
}

.top-bar-area li,
.top-bar-area a {
  font-weight: 500;
}

.top-bar-area a {
  font-size: 16px;
}

.top-address li i {
  margin-right: 10px;
}

.topbar-social li {
  display: inline-block;
}

.top-bar-are .topbar-social li a {
  color: #ffffff;
}

.topbar-social li {
  margin-left: 20px;
}

.top-bar-area .info li {
  border-left: 1px solid #41414a;
  color: #cccccc;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  margin-left: 15px;
  padding-left: 15px;
  margin-top: 5px;
}

.top-bar-area .logo {
  margin-top: 10px;
}

.top-bar-area .info li:first-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.top-bar-area .info li i {
  border: 1px solid #41414a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fcdb16;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}

.top-bar-area .info li p {
  font-weight: 600;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
}

.top-bar-area .info li p span {
  display: block;
  font-weight: 400;
  text-transform: capitalize;
}

.top-bar-area .info li .icon {
  display: table-cell;
  vertical-align: middle;
}

.top-bar-area .info li .info {
  display: table-cell;
  padding-left: 15px;
  vertical-align: middle;
}

.top-bar-area .logo a {
  padding: 0;
}

.top-bar-area .topbar-social.big-info {
  margin-top: 15px;
}

.top-address ul li a {
  color: #fff;
}

.topbar-social ul li a {
  color: #fff;
}

.navbar-collapse {
  padding-top: 15px;
}

.nav-menu {
  text-transform: uppercase;
  margin-left: 50px;
}

.navbar-main .nav > li.active > a,
.navbar-main .nav > li > a:hover,
.navbar-main .nav > li > a:focus {
  color: #ffc31d !important;
}

.blog .title {
  font-weight: 600;
}



/*.navbar-main .navbar-collapse {
  position: relative;
}*/

.header-1 .navbar-nav {
  position: initial;
}

.feature-box-7 .body {
  height: 72%;
}

.modal-body img {
  width: 200px;
  height: auto;
  margin-right: 25px;
  margin-left: 25px;
  float: left;
}

.modal-footer {
  clear: both;
}

.modal-header,
.modal-footer {
  border: none;
}

.modal-title {
  text-align: center;
}

.info-box p {
  font-size: 12px;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
  background-color: #ffc31d;
  color: #000000;
}

.loader {
  background-image: url("assets/images/logo.png");
}

.banner-page {
  background-image: none;
}

.page-404 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-news-1 .title {
  font-weight: 600;
}

.about-cert {
  width: 35%;
  height: auto;
}

.product-button {
  display: flex;
  justify-content: center;
  margin-bottom: 3.125rem;
}

.product-page .feature-box-7 .body {
  height: 100%;
}

.product-page .feature-box-7 .body .info-box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.gallery .feature-box-7:hover .body {
  transform: translateY(65%);
}

.product-page .feature-box-7:hover .body {
  transform: translateY(65%);
}
.gallery .feature-box-7 .body .info-box .title:after {
  content: none;
}
.product-page .feature-box-7 .body .info-box .title:after {
  content: none;
}

.btn-center {
  display: flex;
  justify-content: center;
  margin-top: 30px 0;
}

.title-404 {
  margin-bottom: 25px;
}

.form-control {
  display: block;
  border: 1px solid #d0d9de;
  border-radius: 10px;
  padding: 16px 10px;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 4px 15px rgb(0 0 0 / 5%);
  box-shadow: inset 0 4px 15px rgb(0 0 0 / 5%);
}

.box-icon-4 a {
  text-decoration: none;
  color: #222222;
}

.contact-info-sidebar a {
  color: #222222;
}

.top-bar-area .top-address ul li {
  padding-right: 3px;
}

.top-address ul li a {
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.slider-excerpt {
  margin-bottom: 50px;
  font-size: 1.75rem;
}

.caption-heading {
  filter: drop-shadow(0 0 4px #000);
  font-size: 3.8rem;
  text-align: center;
  padding-bottom: 20px;
}

.slider-excerpt ul li {
  list-style: none;
  text-align: left;
  filter: drop-shadow(0 0 4px #000);
  font-size: 2rem;
  color: #fff;
}

.slider-excerpt ul li:before {
  content: "✔";
  padding-right: 5px;
  color: #fff;
}

.wrap-caption .right {
  width: 100% !important;
}

.btn-slider {
  display: flex;
  justify-content: center;
  align-items: self-end;
}

.box-icon-5 .title {
  display: flex;
  align-items: center;
}

.box-icon-5 .title:after {
  background: #fff;
}

/* белое меню */

.header-1 .navbar-nav:after,
.header-1 .navbar-nav {
  background-color: transparent;
}

.navbar-main {
  background-color: #fff;
}

/* белое меню */

.home-contact {
  margin-top: -25px;
}

.section.overlap-bottom {
  margin-bottom: -150px;
}

.nav-menu .active {
  color: #ffc31d !important;
}

.current-menu-item {
  color: #ffc31d !important;
}

.lang-menu {
  margin-top: 1%;
}
.lang-menu a {
  color: #222222;
  font-weight: 600;
}

.lang-menu .active {
  color: #ffc31d;
}

.lang-menu .active::after {
  content: "/";
  color: #222222;
}

.lang-menu a::after {
  content: "/";
  padding-right: 5px;
  padding-left: 5px;
  text-decoration: none;
}

.lang-menu a:last-child::after {
  content: "";
}

.feature-box-7 .body .info-box .title {
  font-size: 14px;
}

.home .banner {
  height: 800px;
}

.banner {
  height: 400px;
}


.modal-almaz {
  display: flex;
  justify-content: space-between;
}

.modal-almaz-img {
  width: 50%;
  margin-right: 40px;
  align-self: start;
}

.banner-page .breadcrumb {
  margin: 20px 0 !important;
}

.breadcrumb {

  color: #fff;
  font-size: 20px;
      
}
.breadcrumb_last {
  color: #fff;
}

.block-button-sert {
   margin-bottom: 30px;
}

.box-icon-4  {
      min-height: 135px;
}

.section > .container-fluid, .section > .container {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-main .nav.navbar-right .current_page_item {
  color: #ffc31d !important;
}

.contact {
  margin-top: 50px;
}

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

  .top-bar-area {
    display: none;
  }
  .navbar-main .nav > li > a {
    padding-left: 25px !important;
  }

  .navbar-main .nav.navbar-right > li {
    padding-left: 25px !important;
  }

  .caption-heading {
    filter: drop-shadow(0 0 4px #000);
    font-size: 2.4rem;
    text-align: center;
  }

  .slider-excerpt ul li {
    list-style: none;
    text-align: left;
    filter: drop-shadow(0 0 4px #000);
    font-size: 1.5rem;
    color: #fff;
  }

  .slider-excerpt ul li:before {
    content: "✔";
    padding-right: 5px;
    color: #fff;
  }
  .btn-slider {
    flex-wrap: wrap;
  }

  .lang-menu {
    padding: 10px 25px;
    display: flex;
    justify-content: center;
  }

  .home-contact {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .modal-body p {
    padding-top: 15px;
  }

  .modal-body img {
    width: 50%;
    float: none;
    height: auto;
    margin-bottom: 15px;
    display: block;
    margin: 0 auto;
  }
}

@media (max-width: 1200px) {
  .nav > li > a {
    position: relative;
    display: block;
  }

  .header-1 .navbar-nav:after {
    position: inherit;
  }

  .top-bar-area .top-address ul li a,
  .top-bar-area .topbar-social ul li a {
    font-size: 12px;
  }

  .navbar-main .nav > li > a {
    padding-right: 0px;
  }

  .navbar-main .nav.navbar-right > li {
    margin-right: 5px;
  }

  .info-box p {
    font-size: 10px;
  }

  .btn-contact {
    margin-top: 8px;
  }
  .btn-slider {
    padding-right: 10px;
  }

  .wrap-caption .btn,
  .wrap-caption .btn-primary {
    width: 100%;
    margin-right: 20px;
  }
}

@media (max-width: 979px) {
  .feature-box-7 .body {
    height: 54%;
  }

  .wrap-caption {
    padding-top: 40% !important;
  }

  .wrap-caption .btn,
  .wrap-caption .btn-primary {
    margin-right: 0;
  }

  .modal-almaz {
    flex-direction: column;
  }
}

@media (max-width: 756px) {
  .feature-box-7 .body {
    height: 45%;
  }
}

@media (max-width: 1108px) {
  .caption-heading {
    font-size: 2.8rem;
    text-align: center;
  }

  .slider-excerpt ul li {
    font-size: 1.6rem;
  }
}

@media (max-width: 450px) {
  .home-contact {
    margin-top: 0px;
  }

  .caption-heading {
    font-size: 2.4rem;
  }

  .slider-excerpt ul li {
    font-size: 1.4rem;
  }
}

@media (max-width: 1366px) {
  .slider-excerpt ul li {
    font-size: 1.6rem;
  }
  .caption-heading {
    font-size: 2.8rem;
  }
}
