

/*------------------------------------------------------------------
    IMPORT FILES
-------------------------------------------------------------------*/

@import url(css/animate.css);
@import url(css/flaticon.css);
@import url(css/icomoon.css);
@import url(css/prettyPhoto.css);
@import url(css/owl.carousel.css);
@import url(css/font-awesome.min.css);

/*------------------------------------------------------------------
    SKELETON
-------------------------------------------------------------------*/

body {
  color: #999;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
  line-height: 1.80857;
}

body.demos {
  color: #999;
  font-size: 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.80857;
}
body.demos .service-widget h3 {
  border-bottom: 1px solid #ededed;
  font-size: 18px;
  padding: 20px 0;
  background-color: #ffffff;
}

body.demos .service-widget {
  margin: 0 0 30px;
  padding: 300px;
  background-color: #fff;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: 120% !important;
  color: #1f1f1f;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  opacity: 0.8;
}

a {
  color: #1f1f1f;
  text-decoration: none;
  outline: none;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/*------------------------------------------------------------------
    WP CORE
-------------------------------------------------------------------*/

.first {
  clear: both;
}

.last {
  margin-right: 0;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 10px 0 20px 20px;
}

a img.alignnone {
  margin: 10px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 10px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*------------------------------------------------------------------
    Top head
-------------------------------------------------------------------*/

.top-bar {
  background: #393939;
}
.left-top {
  padding: 3px 0px;
}
.email-box {
  display: inline-block;
  margin-right: 20px;
}
.email-box a {
  color: #ffffff;
  font-size: 16px;
}
.email-box a:hover {
  color: #fd6802;
}
.email-box a i {
  padding: 0px 5px;
}
.phone-box {
  display: inline-block;
}

.phone-box a {
  color: #ffffff;
  font-size: 16px;
}
.phone-box a:hover {
  color: #fd6802;
}
.phone-box a i {
  padding: 0px 5px;
}

.social-box {
  float: right;
}

.social-box ul li {
  display: inline-block;
  padding-left: 10px;
}

.social-box ul li a {
  color: #ffffff;
  font-size: 20px;
}
.social-box ul li a:hover {
  color: #fd6802;
}

/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: static;
}

.megamenu .container-fluid {
  position: relative;
}

.megamenu .dropdown-menu {
  left: auto;
}

.megamenu .megamenu-content {
  padding: 20px 30px;
}

.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}

.megamenu .list-unstyled {
  min-width: 200px;
}

.header_style_01 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  background-color: rgb(255, 255, 255);
  display: block;
  left: 0;
  padding: 20px 30px !important;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.3);
  z-index: 111;
}

.header_style_01 .navbar-default {
  background-color: transparent;
  border-color: transparent;
  border: 0;
  border-radius: 0px;
}

.header_style_01 .navbar,
.header_style_01 .navbar-nav,
.header_style_01 .navbar-default,
.header_style_01 .nav {
  margin-bottom: 0 !important;
}

.header_style_01 .navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 2px 0 5px 30px;
}

/* Адаптация под мобильную версию */
@media (max-width: 767px) {
  .header_style_01 .navbar-brand {
    justify-content: flex-start; /* выравнивание по левому краю для мобильных */
    padding-left: 40px; /* добавьте нужный отступ для мобильной версии */
    padding-right: 5px;
    width: 40%;
    text-align: center;
  }

  .header_style_01 .navbar-nav {
    text-align:unset;
    margin: 1px auto;
  }
}

.header_style_01 .navbar-default .navbar-nav > li > a {
  border-radius: 0;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
  background-color: transparent;
}

.header_style_01 .navbar-default .navbar-nav > li a {
  color: #000000;
  padding: 15px 15px;
  border-radius: 50px;
}

.header_style_01 .navbar-default .navbar-nav > li a.active {
  color: #ffffff;
  border-radius: 25px 0px 25px 0px;
  background: #333333;
}

.header_style_01 .navbar-default .navbar-nav > li:hover a,
.header_style_01 .navbar-default .navbar-nav > li:focus a {
  color: #ff7700;
}

.header_style_01 .navbar-right > li {
  margin-top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header_style_01 .navbar-right > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
}

li.social-links {
  margin: 0 8px;
}

li.social-links a {
  padding: 13px 0 !important;
}

.navbar-nav li {
  position: relative;
  margin: 0px 10px;
}

.navbar-nav span {
  font-size: 24px;
  position: absolute;
  right: 2px;
  top: 13px;
}

.parallax {
  background-attachment: fixed;
  background-size: cover;
  height: 100%;
  padding: 120px 0;
  position: relative;
  width: 100%;
}

.parallax.parallax-off {
  background-attachment: scroll !important;
  display: block;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  background-position: center center;
  width: 100%;
  z-index: 2;
}

.no-scroll-xy {
  overflow: hidden !important;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
}

.noover {
  overflow: visible;
}

.noover .btn-dark {
  border: 0 !important;
}

.nopad {
  padding: 0;
}

.nopadtop {
  padding-top: 0;
}

.section.wb {
  background-color: #ffffff;
}

.section.lb {
  background-color: #f2f3f5;
}

.section.db {
  background-color: #1f1f1f;
}

.section.color1 {
  background-color: #448aff;
}

.first-section {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 16em 0 13em;
}

.first-section h2 {
  color: #ffffff;
  font-size: 68px;
  font-weight: 300;
  text-transform: capitalize;
  display: block;
  margin: 0;
  padding: 0 0 30px;
  position: relative;
}

.first-section .lead {
  font-size: 21px;
  font-weight: 300;
  padding: 0 0 40px;
  margin: 0;
  line-height: inherit;
  color: #ffffff;
}

.macbookright {
  width: 980px;
  position: absolute;
  right: -15%;
  bottom: -6%;
}

.section-title {
  display: block;
  position: relative;
  margin-bottom: 60px;
  font-family: "Montserrat", sans-serif;;
}

.section-title p {
  color: #999;
  font-weight: 400;
  font-size: 18px;
  line-height: 33px;
  margin: 0;
}

.section-title h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 62px;
  margin: 0 0 25px;
  padding: 0;
  text-transform: none;
}
@media (max-width: 767px){
  .section-title h3 {
    font-size: 30px;
    line-height: 42px;
  }

}

.section.colorsection p,
.section.colorsection h3,
.section.db h3 {
  color: #ffffff;
}

.service-widget {
  background: #ffffff00;
  padding-left: 10px;
  height: 300px;
  padding-top: 70px;

}
.service-widget .post-media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.service-widget_about .post-media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 100px; /* This is the best option */
}
.service-widget_about .post-media img {
  margin: 0 5px; /* Adds 5px margin to the left and right of each image */
}

.center-carousel .owl-stage {
  justify-content: center;
}
.section.lb .service-dit {
  padding: 50px 10px;
  font-size: larger;
  font-weight: 700;
  text-align: center;
}
.section.lb .service-dit h3 {
  padding: 3px;
  font-weight: 100;
  text-align: center;
  color: rgb(64, 63, 63);
}




.testi .post-media {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.testi h3 {
  padding: 25px 10px;
  font-weight: 300;
  text-align: center;
}

.logos img {
  margin: auto;
  display: block;
  text-align: center;
  width: 100%;
  opacity: 0.3;
}

.logos img:hover {
  opacity: 0.5;
}

.desc h3 i {
  color: #fd6802;
  font-size: 37px;
  vertical-align: middle;
  margin-right: 12px;
}

.desc {
  padding: 30px;
  position: relative;
  background: #393939;
  border: 1px solid #393939;
  -webkit-border-radius: 25px 0px 25px 0px;
  -moz-border-radius: 25px 0px 25px 0px;
  border-radius: 25px 0px 25px 0px;
}

.testi-meta {
  display: block;
  margin-top: 20px;
}

.testimonial h4 {
  font-size: 18px;
  color: #0b0a0a;
  padding: 13px 0 0;
}

.testimonial img {
  max-width: 55px;
}

.testimonial small {
  margin-top: 7px;
  font-size: 16px;
  display: block;
}

.testimonial {
  background-color: transparent;
}

.testimonial h3 {
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: 600;
}

.testimonial small,
.testimonial .lead {
  background-color: transparent;
  color: #aaa;
  display: block;
  font-size: 16px;
  font-style: italic;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: relative;
}

.testimonial p:after {
  display: none;
}

/*------------------------------------------------------------------

/*------------------------------------------------------------------
    ICON BOXES
-------------------------------------------------------------------*/

.icon-wrapper {
  position: relative;
  cursor: pointer;
  display: block;
  z-index: 1;
}

.icon-wrapper i {
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  font-size: 28px;
  background-color: #f2f3f5;
  color: #1f1f1f;
  margin-top: 0;
}

.small-icons.icon-wrapper:hover i,
.small-icons.icon-wrapper:hover i:hover,
.small-icons.icon-wrapper i {
  width: auto !important;
  height: auto !important;
  line-height: 1 !important;
  padding: 0 !important;
  color: #e3e3e3 !important;
  background-color: transparent !important;
  background: none !important;
  margin-right: 10px !important;
  vertical-align: middle;
  font-size: 24px !important;
}

.small-icons.icon-wrapper h3 {
  font-size: 18px;
  padding-bottom: 5px;
}

.small-icons.icon-wrapper p {
  padding: 0;
  margin: 0;
}

.icon-wrapper h3 {
  font-size: 21px;
  padding: 0 0 15px;
  margin: 0;
}

.icon-wrapper p {
  margin-bottom: 0;
  padding-left: 95px;
}

.icon-wrapper p small {
  display: block;
  color: #999;
  margin-top: 10px;
  text-transform: none;
  font-weight: 600;
  font-size: 16px;
}

.icon-wrapper p small:after {
  content: "\f105";
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 11px;
}

.effect-1 {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
}

.effect-1:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.effect-1 {
  -webkit-transition: background 0.2s, color 0.2s;
  -moz-transition: background 0.2s, color 0.2s;
  transition: background 0.2s, color 0.2s;
}

.effect-1:after {
  top: -7px;
  left: -7px;
  padding: 7px;
  box-shadow: 0 0 0 2px #fcbf02;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition: transform 0.2s, opacity 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

.effect-1:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.effect-1:after {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.effect-1:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/*------------------------------------------------------------------
    MESSAGE BOXES
-------------------------------------------------------------------*/

.service-widget h3 {
  font-size: 22px;
  color: #ffffff;
  padding: 20px 0 12px;
  margin: 0;
  font-weight: 600;
}

.service-widget h3 a,
.section.wb .service-widget h3,
.section.lb .service-widget h3 {
  color: #1f1f1f;
}

.service-widget p {
  margin-bottom: 0;
  padding-bottom: 0;
}

.message-box h4 {
  text-transform: uppercase;
  padding: 10px;
  margin: 0 0 5px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 15px;
  color: #999;
}

.message-box h2 {
  font-size: 28px;
  font-weight: 500;
  padding: 0 0 10px;
  margin: 0;
  line-height: 62px;
  margin-top: 0;
  text-transform: none;
}

.message-box p {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif';
}

.message-box .lead {
  padding-top: 10px;
  font-size: 19px;
  font-style: italic;
  color: #999;
  padding-bottom: 0;
}

.post-media {
  position: relative;
  border-radius: 100px;
}

.post-media img {
  width: 100%;
}

.playbutton {
  position: absolute;
  color: #ffffff !important;
  top: 40%;
  font-size: 60px;
  z-index: 12;
  left: 0;
  right: 0;
  text-align: center;
  margin: -20px auto;
}

.hoverbutton {
  background-color: #fd6802;
  position: absolute;
  color: #ffffff !important;
  top: 48%;
  font-size: 21px;
  z-index: 12;
  left: 0;
  opacity: 0;
  right: 0;
  width: 350px;
  height: 300px;
  line-height: 50px;
  text-align: center;
  margin: -20px auto;
}

.service-widget:hover .hoverbutton {
  opacity: 1;
}

hr.hr1 {
  position: relative;
  margin: 60px 0;
  border: 1px dashed #f2f3f5;
}

hr.hr2 {
  position: relative;
  margin: 17px 0;
  border: 1px dashed #f2f3f5;
}

hr.hr3 {
  position: relative;
  margin: 25px 0 30px 0;
  border: 1px dashed #f2f3f5;
}

hr.invis {
  border-color: transparent;
}

hr.invis1 {
  margin: 10px 0;
  border-color: transparent;
}

.section.parallax hr.hr1 {
  border-color: rgba(255, 255, 255, 0.1);
}

.sep1 {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  bottom: -20px;
  left: 50%;
  margin-left: -14px;
  background-color: #1f1f1f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

.sep2 {
  display: block;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  top: -20px;
  left: 50%;
  margin-left: -14px;
  background-color: #1f1f1f;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}

/* Divider Styles */

.divider-wrapper {
  width: 100%;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
  height: 540px;
  margin: 0 auto;
  position: relative;
}

.divider-wrapper:hover {
  cursor: none;
}

.divider-bar {
  position: absolute;
  width: 10px;
  left: 50%;
  top: -10px;
  bottom: -15px;
}

.code-wrapper {
  border: 1px solid #ffffff;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  background: url("uploads/code.jpg") no-repeat;
}

.design-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

/*------------------------------------------------------------------
    FEATURES
-------------------------------------------------------------------*/

.customwidget h1 {
  font-size: 44px;
  color: #ffffff;
  padding: 15px 0 25px;
  margin: 0;
  line-height: 1 !important;
  font-weight: 500;
}

.customwidget ul {
  padding: 0;
  display: block;
  margin-bottom: 30px;
}

.customwidget li i {
  margin-right: 5px;
}

.customwidget li {
  color: #ffffff;
  margin-right: 10px;
}

.image-center img {
  position: relative;
  margin: 0 0 -208px;
  z-index: 10;
  padding-right: 30px;
  text-align: center;
}

.customwidget p {
  font-style: italic;
  font-size: 18px;
  padding: 0 0 10px;
}

.img-center {
  margin: auto;
}

#features li p {
  margin-bottom: 0;
  padding-bottom: 0;
}

#features li {
  display: table;
  width: 100%;
  margin: 64px 0;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
  background: #ffffff;
  border-radius: 25px 0px 25px 0px;
  transition: all 1s ease-in-out;
}

#features li:hover {
  transform: scale(1.07);
  transition: all 1s ease-in-out;
  z-index: 1000;
}

.features-left,
.features-right {
  padding: 0 10px;
}

.features-right li:last-child,
.features-left li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0 !important;
}

.features-right li i,
.features-left li i {
  width: 68px;
  height: 68px;
  line-height: 68px;
  display: table;
  border-radius: 25px 0px 25px 0px;
  font-size: 26px;
  color: #ffffff;
  background-color: #fd6802;
  margin: 0 auto 22px;
  position: relative;
  text-align: center;
  z-index: 55;
  transition: 0.4s;
  padding: 0;
}

.features-right li i:hover,
.features-left li i:hover {
  background: #fcbf02;
}

#features i img {
  display: table;
  margin: 0 auto;
}

.features-left li i:before,
.features-right li i:before {
  text-align: center;
}

.features-right li i .ico-current,
.features-left li i .ico-current {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}

.features-right li i .ico-hover,
.features-left li i .ico-hover {
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
  top: 19px;
}

.features-right li:hover .ico-current,
.features-left li:hover .ico-current {
  opacity: 0;
  transition: 0.4s;
  visibility: hidden;
}

.features-right li:hover .ico-hover,
.features-left li:hover .ico-hover {
  opacity: 1;
  transition: 0.4s;
  visibility: visible;
}

.features-right i {
  float: left;
  background-image: "./images/gami.jpg";
}

.fr-inner {
  margin-left: 90px;
}

.features-left i {
  float: right;
}

.fl-inner {
  text-align: right;
  margin-right: 200px;
}

#features h4 {
  text-transform: capitalize;
  margin: 0;
  font-size: 19px;
  color: #ffffff;
}

/*------------------------------------------------------------------
    CONTACT
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
    FOOTER
-------------------------------------------------------------------*/

.footer {
  padding: 30px 0 80px !important;
  color: #cac7c7;
  background-color: #3c3c3c;
}

.footer .widget-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.footer .widget-title small {
  color: #999;
  display: block;
  padding: 0 58px;
  text-transform: uppercase;
}

.footer .widget-title h3 {
  color: #fff;
  font-weight: 500;
  font-size: 21px;
  padding: 0;
  margin: 0;
  line-height: 1 !important;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links a {
  color: #999;
  display: block;
}

.footer-links.hov a span {
  opacity: 0;
  transition: all 1s ease-in-out;
}

.footer-links.hov a:hover {
  padding-left: 15px;
}
.footer-links.hov a:hover span {
  opacity: 1;
  padding-left: 10px;
  transition: all 1s ease-in-out;
}

.footer-links a:hover,
.footer a:hover {
  color: #fd6802 !important;
}

.footer-links li {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
}

.footer-links li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.footer-links i {
  display: inline-block;
  width: 25px;
  margin-right: 10px;
  border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.copyrights {
  width: 100%;
  text-align: center;
}

/* Footer left */
@media (max-width: 767px) {
  .footer-distributed {
    text-align: center;
  }
}
.footer-distributed h3 {
  font-size: 22px;
}
/*------------------------------------------------------------------
    MISC
-------------------------------------------------------------------*/

.progress {
  background-color: #f2f3f5;
  border-radius: 0;
  box-shadow: none;
  height: 5px;
  margin-bottom: 20px;
  overflow: hidden;
}

.skills h3 {
  color: #999999;
  font-size: 15px;
}

.dmtop {
  background-color: #333;
  z-index: 100;
  width: 50px;
  height: 50px;
  line-height: 47px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  color: #ffffff !important;
  cursor: pointer;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.dmtop:hover {
  background-color: #fd6802;
}

.icon_wrap {
  background-color: #808080;
  width: 80px;
  height: auto;
  display: block;
  line-height: 50px;
  font-size: 30px;
  color: #ffffff;
  margin: 0 auto;
  text-align: center;
  padding: 0 !important;
  border: 0 !important;
}

.stat-wrap h3 {
  font-size: 22px;
  font-weight: 600;
  color: #505050;
  margin: 20px !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.stat-wrap p {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
  padding: 20px 0 0;
  line-height: 1 !important;
}


/*------------------------------------------------------------------
    BUTTONS
-------------------------------------------------------------------*/

.navbar-default .btn-light {
  padding: 0 20px;
  margin-left: 15px;
}

.nav-pills,
.effect-1:after,
.nav-pills > li > a,
.global-radius,
.btn-brd {
  -webkit-border-radius: 20px 0px 20px 0px;
  -moz-border-radius: 25px 0px 25px 0px;
  border-radius: 10px 0px 10px 0px;
}

.btn-light {
  padding: 13px 40px;
  font-size: 18px;
  border: 1px solid #fd6802;
  color: #ffffff;
  background-color: #fd6802;
}

.btn-dark {
  padding: 13px 40px;
  font-size: 18px;
  border: 1px solid #ececec !important;
  color: #1f1f1f;
  background-color: transparent;
}

.btn-light:hover,
.btn-light:focus {
  border-color: #ffffff;
  color: rgba(255, 255, 255);
  background: #393939;
}

/*------------------------------------------------------------------
    inner Page CSS
-------------------------------------------------------------------*/

.fixed-menu .navbar-default {
  position: fixed;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  transition: all 1s ease-in-out;
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.fixed-menu .navbar-default {
  padding: 15px 0px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}

.banner-bg-1 {
  background: url(images/bg/banner1.webp);
  padding: 100px 0;
  background-clip: initial;
  background-origin: initial;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.banner-bg-1::before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  background: rgba(34, 34, 34, 0.4);
}

.banner {
  position: relative;
}

.banner h2 {
  color: #f1f1f1;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-left: 20px;
  position: relative;
}
.banner h2::after {
  background: #fd6802;
  content: "";
  height: 35px;
  left: -15px;
  position: absolute;
  top: 8px;
  width: 6px;
}

.page-title-link li {
  display: inline-block;
  position: relative;
}
.page-title-link li a {
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  margin: 0 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.page-title-link li a:hover {
  color: #fd6802;
}
.page-title-link li::after {
  background: #fcbf02;
  bottom: 8px;
  content: "";
  height: 2px;
  margin-left: -1px;
  position: absolute;
  width: 10px;
}
.page-title-link li:last-child::after {
  content: "";
  width: 0;
  height: 0;
}
.background-image1 {
  background-image: url("images/bg/bg.png");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.about-item {
  background: #fd8f0000;
  height: 500px;
  width: 270px;
  box-shadow: 0 5px 15px rgb(160, 160, 160);
  padding-bottom: 50px;
  transition: all 1s ease-in-out;
  margin-bottom: 90px;
  border-radius: 10px;
}
.about-icon {
  padding: 20px 0px;
  transition: all 1s ease-in-out;
}
.about-icon span {
  font-size: 10px;
  color: #393939;
}

.about-text h3 {
  font-size: 19px;
  font-weight: 400;
  padding: 10px;
}
.about-text-desc p {
  font-size: 14px;
  font-weight: 400;
  padding: 25px;
  text-align: justify;
}
.about-text h3 a {
  color: #393939;
}
.about-text h3 a:hover {
  color: #fd6802;
}

.about-item:hover .about-icon {
  transform: rotate(-720deg);
  transition: all 1s ease-in-out;
}

.about-item:hover .about-icon span {
  color: #fd6802;
  transition: all 1s ease-in-out;
}

.portfolio-filter ul li .btn-dark.active {
  background: #fcbf02;
  color: #ffffff;
}

#test-box .testimonial h3 {
  color: #000000;
}

#test-box .testimonial h4 {
  color: #040303;
}

.pd-add {
  padding: 70px 0px;
}
.address-item {
  float: left;
  margin: 0 11px;
  padding: 0px 15px;
  width: 31%;
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}

.address-icon {
  padding: 15px 10px;
}
.address-icon i {
  font-size: 38px;
  color: #393939;
}

.address-item h3 {
  font-size: 28px;
  font-weight: 600;
  color: #fd6802;
}

.fa-globe {
  display: inline-block;
  font-size: 25px;
  line-height: 15px;
}

.fo-social a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  width: 41px;
  height: 41px;
  background: #303030;
  border-radius: 50%;
  text-align: center;
  line-height: 41px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 10px;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .fo-social {
    text-align: center;
    display: block;
    width: 100%;
  }

  .fo-social a {
    display: inline-block;
    margin: 0 8px;
  }
}

.dmtop.show {
  bottom: 20px;
}
/* --- ОБЩИЕ СТИЛИ --- */
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #f4f4f4;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* --- СЕКЦИЯ HERO СО СЛАЙДЕРОМ --- */
.hero {
  background-image: url("./images/bg/20.webp");
  height: 90vh; /* Высота секции */
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-start;
  padding-top: 200px;
  justify-content: center;
  text-align: center;
  color: rgb(255, 255, 255);
  height: auto;
  min-height: 90vh;
}

/* Полупрозрачное затемнение для лучшей читаемости текста */
.hero::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 20%;

  border-radius: 10px;
  z-index: 1;
}

.hero-text-container {
  position: relative; /* Текст должен быть выше оверлея */
  z-index: 2;
  padding: 10px;
}

.text-slider .slide {
  color: #fd6802;
  font-size: 10rem;
  font-weight: 500;
  text-shadow: 10px 5px 50px rgb(148, 148, 148);
  line-height: 1;
  display: none;
  font-family: "Montserrat", sans-serif;
}
.text-slider .slide p {
  font-size: 4rem;
}

/* Анимация появления */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.text-slider .slide.active {
  display: block;
  animation: fadeIn 1s ease-in-out;
}

/* --- Адаптивность --- */
@media (max-width: 768px) {
  .hero {
    height: 800px;
  }
  .text-slider .slide {
    font-size: 5rem;
    text-shadow: 0px 10px 50px rgba(97, 97, 97, 0.953);
  }
  .text-slider .slide p {
    font-size: 2rem;
  }
  .navbar-links {
    display: none; /* В простом примере скроем ссылки на мобильных */
  }
}

/* Пример остального контента */
.content {
  padding: 50px 0;
  text-align: center;
}

/* контакты */
.contact-container {
  --orange: #ff6600;
  --orange-2: #ff8533;
  --bg: #616161;
  --ink: #ffffff;
  --muted: #cccccc;
  --stroke: rgba(109, 98, 98, 0);

  display: flex;
  flex-wrap: wrap;
  gap: 0;
  max-width: 800px;
  margin: 24px auto;
  color: var(--ink);
  border: 1px solid var(--stroke);
  border-radius: 1px;
  overflow: hidden;
}


/* LEFT */
.contact-info {
  flex: 1 1 320px;
  min-width: 280px;
  padding: 32px;
  background-color: #262626;

  position: relative;
}
.contact-info .logo {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  font-weight: 800;
  background: white;
  color: #cc0e0e50;
}
.contact-info h2 {
  margin: 0 0 4px;
  font-size: 22px;
  color: var(--orange);
}
.contact-info p {
  margin: 0;
  color: var(--muted);
}
.info-details {
  margin-top: 18px;
}
.info-details p {
  margin: 10px 0;
  font-size: 16px;
  color: var(--ink);
}
.info-details a {
  color: var(--orange);
  text-decoration: none;
  border-bottom: 1px dashed rgba(255, 102, 0, 0.4);
}
.info-details a:hover {
  border-bottom-color: transparent;
}
.icon {
  margin-right: 8px;
}
.quick-actions {
  margin-top: 22px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.btn {
  background: var(--orange);
  color: #1c1c1c;
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.08s ease;
}
.btn:hover {
  background: var(--orange-2);
}
.btn:active {
  transform: translateY(1px);
}

/* RIGHT */
.contact-form {
  flex: 1 1 420px;
  min-width: 300px;
  padding: 32px;
  background: var(--bg);
}
.contact-form h3 {
  margin: 0 0 18px;
  font-size: 24px;
  color: var(--orange);
}
.contact-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.contact-form input,
.contact-form textarea {
  grid-column: span 1;
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid var(--stroke);
  background: #3a3a3a;
  color: var(--ink);
  outline: none;
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-form textarea {
  grid-column: span 2;
  min-height: 140px;
  resize: vertical;
}
.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(255, 102, 0, 0.6);
  box-shadow: 0 0 0 3px rgba(255, 102, 0, 0.15);
}
@media (max-width: 640px) {
  .contact-form form {
    grid-template-columns: 50%;
  }
  .contact-form textarea {
    grid-column: span 1;
  }
}
.contact-form button {
  grid-column: span 2;
  justify-self: end;
  padding: 12px 18px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  background: linear-gradient(135deg, var(--orange), var(--orange-2));
  color: #1c1c1c;
  font-weight: 800;
  letter-spacing: 0.2px;
  box-shadow: 0 10px 30px rgba(255, 102, 0, 0.25);
  transition: filter 0.15s ease, transform 0.08s ease;
}
.contact-form button:hover {
  filter: brightness(1.05);
}
.contact-form button:active {
  transform: translateY(1px);
}
.form-message {
  margin-top: 10px;
  font-size: 14px;
  color: var(--orange);
}

/* Общие стили для страницы и галереи */
body {
  font-family: "Montserrat", sans-serif;
  margin: 0;
  background-color: #f0f4f8;
  color: #353535a9;
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

h1 {
  text-align: center;
  color: #1a237e;
  margin-bottom: 20px;
}

/* Адаптивная сетка с использованием CSS Grid */
.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 10px;
}

.gallery-item {
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 15px rgba(78, 78, 77, 0.711);
  cursor: pointer;
  transition: transform 0.5s ease;
}



.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}



/* Стили для всплывающего окна (оверлея) */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}

/* Активное состояние оверлея */
.overlay.active {
  opacity: 1;
  visibility: visible;
}

.overlay-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.overlay-content img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  object-fit: contain;
}

.overlay-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
}

.overlay-close:hover {
  color: rgb(0, 0, 0);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 400px) {
  .container {
    padding: 10px;
  }
}
.unit-4 {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 10px;
  padding-top: 20px;
}
.unit-4 .unit-4-icon span {
  line-height: 0;
}

.unit-4 h3 {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
}
.unit-4 p {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;

}
.text-center 
{
  text-align: center;
  margin: 20px;
}

/* Стили для центрирования часов на навбаре */
.megamenu .container-fluid {
  position: relative; /* Необходимо для абсолютного позиционирования дочернего элемента */
}

.digital-clock {
  position: absolute;
  left: 20%; /* Центрируем по горизонтали */
  top: 50%;
  transform: translate(-50%, -50%); /* Идеальное центрирование */
  
  
  font-weight: bold;
  letter-spacing: 4px;
  pointer-events: none;
  
  /* Используем Flexbox для расположения элементов по столбцу */
  display: flex;
  flex-direction: column;
  align-items: center; /* Центрируем по горизонтали */

  border: 1px solid #616161;
  border-radius: 50px 50px 50px 50px; /* Закругляем углы рамки */
  padding: 10px;
  box-shadow: 0 4px 8px rgba(228, 5, 5, 0.2); /* Добавляем мягкую тень */
}

/* Стили для времени */
#time {
  font-size: 15px;
  color: #ff4d00;
}

/* Стили для даты */
#date {
  color: #404040;
  font-size: 15px; /* Чуть меньший шрифт для даты */
  margin-top: 5px; /* Небольшой отступ сверху */
}


@media (max-width: 1000px) {
  .digital-clock {
    display: none;
  }

  #time {
    font-size: 18px; /* Уменьшаем размер шрифта для времени на мобильных */
  }

  #date {
    font-size: 12px; /* Уменьшаем размер шрифта для даты на мобильных */
    margin-top: 3px; /* Уменьшаем отступ */
  }
}