
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #666666;
  font-family: "Ubuntu", sans-serif;
}

.ubuntu-light {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.ubuntu-regular {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.swiper-button-next, .swiper-button-prev{
  color: #ffffff;
}

.swiper-backface-hidden .swiper-slide{
   overflow: hidden;
}

.mySwiper .swiper-slide{
  border-radius: 10px;
}
.mySwiper .swiper-slide img{
  border-radius: 10px;
}

.ubuntu-medium {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.line-height
{
  line-height: 120%;
}
.ubuntu-bold {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.selectpicker, .selectpicker:after
{
  border: none;
  background-color: rgb(255,255,255,0%) ;
  color: var(--white);
}
.opt:focus
{
  border: none;
}
.opt
{
  color: var(--gray-1)!important;
  background-color: rgb(255,255,255,0%) ;
}

:root {
  --gray-1: #333333;
  --gray-2: #4F4F4F;
  --gray-3: #828282;
  --gray-4: #BDBDBD;
  --black: #000000;
  --white: #FFFFFF;
  --card-header-sub: #364D59;
}
.white{
  color: #FFFFFF;
}
a {
  color: var(--white);
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: var(--white);
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}
#footer p
{
  z-index: 2;
}
.list-footer
{
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--gray-1);
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.badge
{
  border: 1px solid var(--gray-1);
}
.card
{
  border: none;
}
.card-product-btn
{
  border-radius: 16px;
  z-index: 2;
  border: 1px solid var(--gray-1);
  color: var(--gray-1);
  font-size: 17px;
}
.about-us-btn
{
  border-radius: 16px;
  border: 1px solid var(--gray-4);
  height: 130px;
  width: 100%;
}
.about-us-desc
{
  font-size: 17px;
}
.blog-date
{
  margin-top: 10px;
  font-size: 14px;
  color: var(--gray-2);
}
.blog-text
{
  color: var(--gray-1);
  font-size: 17px;
}
.font-20
{
  font-size: 20px;
}
.gray-1
{
  color: var(--gray-1);
}
.gray-2
{
  color: var(--gray-2);
}
.gray-4
{
  color: var(--gray-4);
}
.footer-last
{
  border-top: 1px solid white;
}
.font-16
{
  font-size: 16px;
}
.font-17
{
  font-size: 17px;
}
.font-32
{
  font-size:32px;
}
.btn
{
  border-radius: 16px;
}
.btn-gray
{
  background-color: var(--gray-1);
  color: var(--white);
}

.btn-gray:hover
{
  border: 1px solid var(--gray-1);
  color: var(--gray-1);
}

.btn-gray-outline
{
  border: 1px solid var(--gray-1);
  color: var(--gray-1);
}
.btn-gray-outline:hover
{
  background-color: var(--gray-1);
  color: var(--white);
}
.catalog-height
{
  height: 100px;
  width: 150px;
}

.active_sub_catalog{
  background: #e9e9e96b;
  border-radius: 20px;
}

.product_card{
  border: 1px solid transparent;
}
.product_card:hover{
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  -webkit-box-shadow: 6px 6px 10px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 6px 6px 10px -6px rgba(0,0,0,0.75);
  box-shadow: 6px 6px 10px -6px rgba(0,0,0,0.75);
}

.sub_catalog .card{
  background: transparent !important;
}

.sub_catalog:hover{
  background: #e9e9e96b;
  border-radius: 20px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--gray-1);
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: var(--gray-1);
  color: var(--white);;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  position: relative;
  background: rgba(52, 59, 64, 0.9);
}

 #logo h1 {
  font-size: 32px;
  margin: 0;
  line-height: 1;
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

 #logo h1 a,
 #logo h1 a:hover {
  color: #fff;
}
.logo
{

  z-index: 997;
}
#logo img {
  padding: 0;
  margin: 0;
}

.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  background: rgba(52, 59, 64, 0.9);
  height: 70px;
  transition: all 0.5s;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 24px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "Ubuntu", sans-serif;
  color: #fff;
  font-size: 14px;
  padding: 0 4px;
  white-space: nowrap;
  transition: 0.3s;
  letter-spacing: 0.4px;
  position: relative;
  text-transform: uppercase;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--white);
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.nav-icons a:hover
{
  background-color: transparent;
}

.navbar a:hover:before,
.navbar li:hover>a:before,
.navbar .active:before {
  visibility: visible;
  transform: scaleX(1);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #666666;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--white);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

.breadcrumb-area {
  padding: 50px 0;
}

.section-header .breadcrumb-area{
  padding: 0 0 30px 0;
}

.breadcrumb-area .breadcrumb-content .nav {
  background: transparent;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.breadcrumb-area .breadcrumb-content .nav li {
  color: #4e4e4e;
  font-weight: 700;
  line-height: 20px;
}
.breadcrumb-area .breadcrumb-content .nav li a {
  color: #666;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
.breadcrumb-area .breadcrumb-content .nav li:after {
  color: #666;
  content: "/";
  margin: 0 10px;
  vertical-align: -1px;
}

.breadcrumb-area .breadcrumb-content .nav li:last-child:after {
  display: none
}

.product_title{
  font-size: 30px;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.myImg:hover {
  opacity: 0.7;
  cursor:pointer;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1199;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
  margin: auto;
  display: block;
  width: 75%;
  height: 100%;
//max-width: 75%;
}
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(1)}
  to {-webkit-transform:scale(2)}
}

@keyframes zoom {
  from {transform:scale(0.4)}
  to {transform:scale(1)}
}

@-webkit-keyframes zoom-out {
  from {transform:scale(1)}
  to {transform:scale(0)}
}
@keyframes zoom-out {
  from {transform:scale(1)}
  to {transform:scale(0)}
}

.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.icon_zoom{
  position: absolute;
  bottom: 0;
  right: 0 ;
}

.icon_zoom svg{
  fill: #FFFFFF;
}

.icon_zoom:hover{
  cursor: pointer;
  zoom: 1.01;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  position: relative;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left {
  position: relative;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left input {
  cursor: pointer;
  left: 1px;
  opacity: 0;
  position: absolute;
  top: 6px;
  width: auto;
  z-index: -1;
}
.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark {
  background-color: transparent;
  border: 1px solid #222222;
  border-radius: 3px;
  height: 15px;
  left: 0;
  position: absolute;
  top: 2px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  width: 15px;
}

.toggle_css{
  border: none !important;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li a {
  color: #222;
  display: block;
  font-size: 15px;
  line-height: 22px;
  margin-top: 0;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.sidebar-widget .sidebar-widget-list ul li .sidebar-widget-list-left input:checked~.checkmark:after {
  display: block;
}

.shop-sidebar-wrap .sidebar-widget .sidebar-widget-list li .sidebar-widget-list-left .checkmark:after {
  border: solid #222222;
  border-width: 0 1px 1px 0;
  content: "";
  display: none;
  height: 8px;
  left: 4px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 5px;
}

.button_filter_reset{
  border-radius: 20px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 4px;
}

.sidebar-title-pro{
  margin-bottom: 8px;
  font-size: 19px;
}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul
  {
    display: none;
  }
  .language
  {
    /*display: none;*/
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(77, 77, 77, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #666666;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--white);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--white);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

.bg-img
{
  height: 30vh;
  background: url(../img/collection-1.jpg) center;
  background-size: cover;
  position: relative;
}
.bg-img:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  backdrop-filter: blur(3px);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.bg-img .btn-about {
  transition: 0.5s;
  color: #fff;
  border: 1px solid var(--white);
}
.bg-img .btn-about:hover {
  transition: 0.5s;
  color: #fff;
  background-color: var(--gray-1);
  border: 1px solid var(--gray-1);
}

.product .nav-link active
{
  color: var(--gray-1)!important;
}
.product .nav-link
{
  color: var(--gray-3);
}
/*--------------------------------------------------------------
# Header main Section
--------------------------------------------------------------*/
#header_main {
  width: 100%;
  height: 100vh;
  background: url(../img/header_img.png) center;
  background-size: cover;
  position: relative;
}
.text
{
  z-index: 2;
}
@media (min-width: 1024px) {
  #header_main {
    background-attachment: fixed;
  }
}

#header_main:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#header_main .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}

#header_main h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #header_main h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#header_main h2 {
  color: #eee;
  font-size: 24px;
}

@media (max-width: 768px) {
  #header_main h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

#header_main .btn-get-started {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 16px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
}

#header_main .btn-get-started:hover {
  background: #ffffff;
  color: black;
}

.figure {
  position: relative;
  width: 260px; /* can be omitted for a regular non-lazy image */
  max-width: 100%;
}
.figure img.image-hover {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: contain;
  opacity: 0;
  transition: opacity .3s;
}
.figure:hover img.image-hover {
  opacity: 1;
  animation: fadeInRight 0.3s ease-in;
}


.box
{
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.98);
  transition: .5s;
  margin-bottom: 0;
  align-items: center;
}

.box .imgbox
{
  position: relative;
}

.box .imgbox img
{
  transition: .5s ease-out;
}

.box:hover .imgbox img
{
  opacity: .3;
}

.box .content
{
  position: absolute;
  left: 0;
  padding: 30px;
  margin: 0;
  transition: .6s ease-in-out;
  opacity: 0;

}
.box:hover .descr
{
  opacity: 0;
  transition: .4s;
}
.box:hover .content
{
  opacity: 1;
  bottom: 0;
  margin-bottom: 0;
  top:0;

  position: absolute;
  left: 0;
  padding: 30px;

  transition: .4s;

}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: 12;
}

/* Add some content at the bottom of the video/page */

#header_main .container{
  position: relative;
  z-index: 24;
}
.shadow_header{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 23;
  -webkit-box-shadow: inset 2px 3px 96px 34px rgba(0,0,0,0.47);
  -moz-box-shadow: inset 2px 3px 96px 34px rgba(0,0,0,0.47);
  box-shadow: inset 2px 3px 96px 34px rgba(0,0,0,0.47);
}

.modal_collection .modal-content{
  background-color: transparent;
}
.box .content p
{
  font-size: 17px;
  color: var(--gray-1);
  margin-bottom: 0;

}
/* ------ BLOG -------*/

.blog-img {
  overflow: hidden;
}
.blog-img img {
  transition: 0.8s;

}
.blog-img:hover img{
  transform: scale(1.1);
}
/* ------ END BLOG -------*/

/*.bi-x::before {*/
/*  content: "\f62a";*/
/*  margin-top: 40%;*/
/*  position: relative;*/
/*  z-index: 1000;*/
/*}*/


/* ------------- CATALOG -------------- */
.catalog-card:hover .catalog-img
{
  transform: scale(1.1);
  transition: 0.2s ease-in-out;
}
.catalog-card .catalog-img
{
  transition: 0.2s ease-in-out;
}
.catalog-item {
  position: relative;
  height: 125px;
  overflow: hidden;
  margin-right: 10px;
  width: 119px;
  padding: 10%; /* размер картинки */
  background-size: contain;
}
/* ------  END CATALOG --------- */

/*  ------- CONTACTS ------*/

@media (min-width: 768px) {
  .wrap
  {
    height: fit-content;
  }
}

@media (min-width: 992px)
{
  .wrap
  {
    height: 250px;
  }
}

/* ------  END CONTACTS --------- */

/*  -----  INDEX ----- */

.active>.page-link, .page-link.active{
  background-color: #282828;
  border-color: #282828;
}

.country{
  position: relative;
  height: 330px;
  overflow: hidden;
  width: 185px;
  background-size: contain;
}

.page-link{
  color: #282828;
}

.hover-text-one {
  overflow: hidden;
  margin: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.hover-text-one figure {
  position: relative;
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  background: #527c82;
  text-align: center;
  cursor: pointer;
}
.hover-text-one figure img {
  position: relative;
  display: block;
  min-height: 100%;
  opacity: 0.8;
}
.hover-text-one figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.hover-text-one figure figcaption::before,
.hover-text-one figure figcaption::after {
  pointer-events: none;
}
.hover-text-one figure figcaption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-text-one figure h3 {
  word-spacing: -0.15em;
  font-weight: 300;
}
.hover-text-one figure h3 span {
  font-weight: 800;
}
.hover-text-one figure h3,
.hover-text-one figure p {
  margin: 0;
}
.hover-text-one figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/* Эффект при наведении */
figure.effect-text-three {
  background: #527c82;
}
figure.effect-text-three img {
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-text-three:hover img {
  opacity: 0.4;
  transform: translate3d(0,0,0);
}
figure.effect-text-three figcaption {
  text-align: left;
}
figure.effect-text-three h3 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
}
figure.effect-text-three h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transform: translate3d(-100%,0,0);
}
figure.effect-text-three:hover h3::after {
  transform: translate3d(0,0,0);
}
figure.effect-text-three p {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: translate3d(100%,0,0);
}
figure.effect-text-three:hover p {
  opacity: 1;
  transform: translate3d(0,0,0);
}
/*--------------------------------------------------------------
# Header additional Section
--------------------------------------------------------------*/
#header_add {
  width: 100%;
  background: url(../img/header_img.png) center;
  background-size: cover;
  position: relative;
}
.text
{
  z-index: 2;
}
@media (min-width: 1024px) {
  #header_add {
    /*background-attachment: fixed;*/
  }
}

#header_add:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  backdrop-filter: blur(2px);
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#header_add .hero-container {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
}

#header .form-select {
  width: auto;
  border: none;
}

.form-select {
  border: 1px solid #dee2e6;
  /* padding-right: 1.8rem; */
}
.lang {
  padding: 5px 0 5px .85rem;
  width: 75px;
  opacity: 0.6;
}
.text-uppercase {
  text-transform: uppercase !important;
}

#header_add h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

@media (max-width: 768px) {
  #header_add h1 {
    font-size: 28px;
    line-height: 36px;
  }
}

#header_add h2 {
  color: #eee;
  font-size: 24px;
}

#header_add .btn-get-started {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 16px;
  transition: 0.5s;
  border: 1px solid #fff;
  color: #fff;
}

#header_add .btn-get-started:hover {
  background: #ffffff;
  color: black;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header .section-title {
  /*font-size: 32px;*/
  color: var(--gray-1);
  text-align: center;
  font-weight: 700;
}

.section-header .section-description {
  text-align: center;
  padding-bottom: 40px;
  color: #999;
}

.left {
  float: left; /* Выравнивание по левому краю */
  margin: 0 1em 1em 0; /* Отступ справа и снизу */
}

.blog_inner_img{
  max-width: 20% !important;
}
/*---------SLIDER---------*/
#myCarousel img {
  max-width: 100%;
  height: auto;
}

#myCarousel {
  max-width: 640px;
  margin: 0 auto;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: whitesmoke;
  min-height: 40px;
  margin-top: 92px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
  .flex-list-production div{
    width: 50% !important;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

.title {
  color: var(--gray-1);
  font-weight: 700;
  font-size: 32px;
}

/* Facts Section
--------------------------------*/
#facts {
  background: #f7f7f7;
  padding: 80px 0 60px 0;
}

#facts .counters span {
  font-size: 48px;
  display: block;
  color: #2dc997;
}

#facts .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
}

/* Services Section
--------------------------------*/
#services {
  background: #fff;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  border: 1px solid #e6e6e6;
  height: 200px;
  position: relative;
  background: #fafafa;
}

#services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 72px;
  height: 72px;
  background: #2dc997;
}

#services .icon a {
  display: inline-block;
}

#services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

#services .box:hover .icon {
  background: #fff;
  border: 2px solid #2dc997;
}

#services .box:hover .icon i {
  color: #2dc997;
}

#services .box:hover .icon a {
  color: #2dc997;
}

#services .title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .title a {
  color: #111;
}

#services .description {
  font-size: 14px;
  line-height: 24px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

@media (max-width: 1024px) {
  #call-to-action {
    background-attachment: scroll;
  }
  .flex-list-production div{
    width: 50% !important;
  }
}

@media (max-width: 1324px) {
  .flex-list-production div{
    width: 50% !important;
  }
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

@media (min-width: 769px) {
  #call-to-action .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  #header_add h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .flex-list-production div{
    width: 100% !important;
  }
}
#call-to-action .cta-btn {
  font-family: "Ubuntu", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #2dc997;
  border: 2px solid #2dc997;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
  background: #f7f7f7;
  padding: 80px 0;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 12px 18px 14px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #666666;
  margin: 0 5px 10px 5px;
  transition: all ease-in-out 0.3s;
  background: white;
  border-radius: 4px;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #2dc997;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  overflow: hidden;
}
.container-img
{
  position: relative;
  text-align: center;
}
.centered {
  background-color: rgba(217, 217, 217, 0.5);
  position: absolute;
  color: #333333;
  font-weight: bold;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#portfolio .portfolio-item img {
  position: relative;
  top: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: -50px;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: #2dc997;
  padding: 15px 20px;
}

#portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

#portfolio .portfolio-item .portfolio-info p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

#portfolio .portfolio-item .portfolio-info .preview-link,
#portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: white;
  transition: ease-in-out 0.3s;
}

#portfolio .portfolio-item .portfolio-info .preview-link:hover,
#portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #a4ebd4;
}

#portfolio .portfolio-item .portfolio-info .details-link {
  right: 15px;
}

#portfolio .portfolio-item:hover img {
  top: -30px;
}

#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 0;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2dc997;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2dc997;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(102, 102, 102, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}

#team .member .social a:hover {
  color: var(--white);
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #f7f7f7;
  padding: 80px 0 40px 0;
}

#contact #google-map {
  height: 300px;
  margin-bottom: 20px;
}

#contact .info {
  color: #333333;
}

#contact .info i {
  font-size: 32px;
  color: #2dc997;
  float: left;
  line-height: 0;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding: 20px 0;
}

#contact .social-links a {
  font-size: 18px;
  background: #333;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#contact .social-links a i {
  line-height: 0;
}

#contact .social-links a:hover {
  background: #2dc997;
  color: #fff;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input,
#contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input:focus,
#contact .php-email-form textarea:focus {
  background-color: #2dc997;
}

#contact .php-email-form button[type=submit] {
  background: #2dc997;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .php-email-form button[type=submit]:hover {
  background: #51d8ad;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer
{
  width: 100%;
  /*height: 50vh;*/
  background: url(../img/footer-img.png) center;
  background-size: cover;
  position: relative;

}
#footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#footer .copyright {
  text-align: center;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ccc;
}

#footer p, li
{
  font-size: 16px;
  font-weight: lighter;
}
