/* --- Стили для layout main.php (перенос из style="...") --- */
.logo-title {
  font-size: 21px;
  line-height: 24px;
  display: flex;
  color: #ffffff;
  flex-direction: column;
  font-family: -apple-system, "Montserrat Medium", BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif, -apple-system,
    "Montserrat Medium", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
  text-align: center;
}
footer .logo-title {
  color: #ffffff;
}
.logo-title-main {
  font-family: -apple-system, "Montserrat Medium", BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif, -apple-system,
    "Montserrat Medium", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}
.footer-logo {
  text-align: center;
}
.logo-title-main span {
  color: #7dbffa;
  margin-left: 4px;
}
.logo-title-sub {
  font-size: 10px;
  line-height: 16px;
  font-weight: bold;
  font-family: -apple-system, "Montserrat Medium", BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif, -apple-system,
    "Montserrat Medium", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}
.menu-category-link {
  display: flex;
  align-items: center;
}
.menu-category-name {
  margin-left: 5px;
}
.menu-brand-link {
  display: flex;
  align-items: center;
}
.brand-icon {
  width: 50px;
  position: relative;
  margin-right: 15px;
}
.footer-category-item {
  margin-top: 5px;
}
.footer-category-link {
  color: #fff;
  text-transform: none;
}
.footer-phone {
  margin-top: 0px;
}
.footer-partners-label {
  margin-top: 0px;
}
.footer-partner-link {
  color: #fff;
  text-transform: none;
}
.modal-submit-wrap {
  width: 100%;
  text-align: right;
  margin-top: 8px;
}
/*
===========================================================================
   CUSTOM STYLES FOR REMONT.COM.GE
   
   Table of Contents:
   1. Homepage Styles
   2. Table Services Styles  
   3. Text Content Styles
   4. Button Styles (Visual Composer compatibility)
   5. Menu Call Section Styles
   6. Layout Blocks
   7. Elegant Tabs Styling
   8. FAQ Section Styles
   9. Visual Composer Grid System
   10. Animations and Keyframes
   11. Mobile Responsive Styles (max-width: 768px)
   12. Global Styles and Theme Colors
   13. Video Background Styles
   14. Modal Window Styles
   15. Special Effects and Animations
   16. Desktop Responsive Styles (min-width: 992px)
   17. Mobile Responsive Styles (max-width: 768px)
   18. Layout Shift Optimization (CLS) and Mobile Navigation
   
   Optimized for Core Web Vitals and reduced CLS
===========================================================================
*/

/* ==========================================================================
   HOMEPAGE STYLES
   ========================================================================== */

.home h1 {
  font-size: 80px !important;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 50px;
  margin: 20px 0 30px;
}

.home h1 span {
  color: #7dbffa;
}

.home h1 span:first-of-type {
  font-size: 60px;
  font-weight: bold;
  color: white;
}

.home h1 span:last-of-type {
  color: white;
  font-size: 25px;
}

.home h1.title {
  font-size: 30px !important;
}

.home h2 {
  color: #ffffff;
  font-size: 24px;
}

/* ==========================================================================
   TABLE SERVICES STYLES
   ========================================================================== */

.table-service {
  border: none !important;
  border-radius: 0;
  overflow: hidden;
  /* box-shadow: 0 0 15px -5px #666666; */
  border: 1px solid #7dbffa !important;
  border-radius: 10px;
}

table tr:first-of-type span {
  background: none !important;
}

table tr:first-of-type {
  /* background: linear-gradient(92deg, #333b65 .64%, #67863a 98.07%) !important; */
  background: #7dbffa !important;
}

/* ==========================================================================
   TEXT CONTENT STYLES
   ========================================================================== */

.text_bottom {
  margin-bottom: 30px;
}

.text_bottom p {
  text-align: justify;
  line-height: 24px;
}

.text_bottom ul,
.text_bottom ol {
  margin-top: 10px;
}

.text_bottom h2 {
  text-align: left !important;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
}

.text_bottom h3 {
  text-align: left !important;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 18px;
}

.text_bottom ul,
.text_bottom ol {
  margin-top: 10px;
  margin-bottom: 10px;
}

.text_bottom ul li {
  margin-bottom: 10px;
  list-style-type: disc;
  padding-left: 10px;
  margin-left: 20px !important;
}

.text_bottom ol li {
  margin-bottom: 10px;
  list-style-type: decimal;
  padding-left: 10px;
  margin-left: 20px;
}

.text_bottom strong {
  font-weight: 700;
}

.text_bottom {
  font-weight: 300;
}

/* ==========================================================================
   BUTTON STYLES (Visual Composer compatibility)
   ========================================================================== */

.vc_btn3-container > .vc_btn3.vc_btn3-color-green {
  font-size: 16px !important;
  /* font-weight: 700; */
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  margin-left: 0 !important;
  /* border: 2px solid #222222; */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 20px !important;
  color: white !important;
}

.vc_btn3-container > .vc_btn3.vc_btn3-color-green img {
  display: none;
}

.table-service table > tbody tr td {
  padding-bottom: 0 !important;
}

.table-service table > tbody tr td:first-child {
  border-right-color: #7dbffa;
}

/* ==========================================================================
   MENU CALL SECTION STYLES
   ========================================================================== */

.menu-call {
  font-size: 30px;
}

.menu-call a.btn {
  border-radius: 6px;
  font-size: 16px;
  float: left;
  width: 49%;
  color: white;
  /* box-shadow: 0 0 5px #111; */
}

.menu-call a.btn .ico-phone {
  width: 24px;
  height: 24px;
}

.menu-call button.btn {
  font-size: 21px;
  line-height: 21px;
  text-transform: none;
  /* border: none; */
  float: left;
  margin-left: 2%;
  width: 49%;
  /* box-shadow: 0 0 5px #111; */
}

.vc_custom_1557438938596 {
  margin-bottom: 20px;
  float: left;
  width: 100%;
}

.menu-call .way {
  font-size: 20px;
  margin-top: 0;
  /* background: #2c2c2c; */
  padding: 25px 10px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff !important;
}

.menu-call > .way {
  margin: 15px 0;
}

.menu-call .way a {
  /* text-align: center; */
  text-decoration: none;
}

.menu-call .way a:last-of-type {
  margin-left: 10px;
}

.menu-call .call-details {
  /* background: radial-gradient(circle, #222222 0%, #3333322e 60%, #222222 90%) !important; */
  width: 100%;
  margin: 20px 0;
  display: inline-block;
}

.image {
  /* width: 100%; */
  border-radius: 12px;
  overflow: hidden;
  /* box-shadow: 0 0 5px #111; */
  /* filter: grayscale(100%); */
}

.table-service > table tr td span {
  background: none !important;
  position: relative;
}

.icon-order {
  width: 30px;
  height: 30px;
}

.order-call {
  width: 30px;
  height: 30px;
  position: absolute !important;
  cursor: pointer;
  left: 100%;
}

/* ==========================================================================
   LAYOUT BLOCKS
   ========================================================================== */

#right-block {
  float: right !important;
}

#left-block {
  /* float: left !important; */
  padding-bottom: 30px;
  padding-right: 10px;
}

.text_top {
  margin-bottom: 30px;
  text-align: justify;
}

.image-loader {
  animation: spin 1s linear infinite;
}

.hidetitle h2 {
  display: block !important;
  text-align: left;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* ==========================================================================
   ELEGANT TABS STYLING
   ========================================================================== */

.et-tabs.et-vertical nav {
  width: 100% !important;
  max-width: 100% !important;
}
.et-tabs.et-vertical nav ul.elegant-tabs-list-container {
  display: flex;
  flex-wrap: wrap;
}
.et-tabs.et-vertical nav ul.elegant-tabs-list-container li {
  width: 49%;
  margin-right: 1%;
  padding: 8px;
  background: #222222;
  margin-bottom: 8px;
}

.et-tabs-style-bars nav ul li a span {
  font-size: 16px;
  text-transform: none !important;
  text-align: left;
  padding: 0 15px;
  color: #020202;
}

.table-service table > tbody tr td:first-child span {
  padding: 0 15px !important;
}

.et-tabs-style-bars nav ul li a {
  padding: 0;
}

.et-vertical .et-content-wrap .content-current {
  padding: 0;
}

.et-vertical .et-content-wrap {
  width: 100%;
  max-width: 100%;
}

.table-service table > tbody tr td:first-child span {
  font-size: 16px;
}

.et-tabs {
  padding-bottom: 0;
}

.table-order {
  overflow: hidden;
}

#main-price {
  margin-bottom: 150px;
}
#main-price .et-tabs.et-vertical nav ul.elegant-tabs-list-container li {
  width: 31.222% !important;
}

#main-price .et-vertical .et-content-wrap .content-current {
  padding: 0 !important;
}

#main-price h2 {
  font-weight: 400;
  font-size: 28px;
  text-align: center;
  padding: 50px 0 30px;
}

.container-article__description p {
  font-size: 16px;
}

.container-article__title h5 {
  font-size: 18px;
}

.vc_column_container > .vc_column-inner {
  padding: 0 !important;
}

.container-article__description p {
  margin-bottom: 0;
}

.most-company article,
.most-company .wpb_wrapper {
  padding-bottom: 0;
}

.category-other-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#main-price .et-vertical .et-content-wrap {
  width: 100% !important;
  max-width: 100% !important;
}

/* ==========================================================================
   FAQ SECTION STYLES
   ========================================================================== */

.faq-section {
  width: 100%;
}

.faq-section summary {
  cursor: pointer;
  position: relative;
}

.faq-section summary:before {
  content: "+";
  position: absolute;
  right: 4px;
  top: -2px;
  width: 15px;
  text-align: center;
  font-size: 26px;
  color: #ffffff;
}

.faq-section details {
  width: 49%;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  box-shadow: 0 0 5px #666;
  border-radius: 8px;
  padding: 10px;
}

.faq-section details div {
  padding: 10px;
}

.category_top .vc_btn3-container {
  width: 49%;
}

.category_top .vc_btn3-container:nth-of-type(odd) {
  margin-right: 1%;
}

.category_top h2 {
  text-align: left;
  font-size: 21px;
  margin-bottom: 15px;
  margin-top: 10px;
}

.et-content-wrap .tab.active {
  display: block;
}

.et-content-wrap section {
  padding: 0 !important;
  display: none;
}

.vc_btn3-container {
  width: calc(33.3% - 5px);
  margin-bottom: 10px;
}

.vc_btn2-container {
  width: 49%;
  margin-bottom: 20px;
}

.vc_btn3-container.vc_btn3-inline {
  display: inline-block;
  vertical-align: top;
}

.footer-categories {
  max-height: 160px;
  overflow-y: auto;
  padding-top: 10px;
}

/* ==========================================================================
   VISUAL COMPOSER GRID SYSTEM
   ========================================================================== */

.vc_col-sm-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9 {
    float: left;
  }
  .vc_col-lg-1,
  .vc_col-lg-10,
  .vc_col-lg-11,
  .vc_col-lg-12,
  .vc_col-lg-2,
  .vc_col-lg-3,
  .vc_col-lg-4,
  .vc_col-lg-5,
  .vc_col-lg-6,
  .vc_col-lg-7,
  .vc_col-lg-8,
  .vc_col-lg-9,
  .vc_col-md-1,
  .vc_col-md-10,
  .vc_col-md-11,
  .vc_col-md-12,
  .vc_col-md-2,
  .vc_col-md-3,
  .vc_col-md-4,
  .vc_col-md-5,
  .vc_col-md-6,
  .vc_col-md-7,
  .vc_col-md-8,
  .vc_col-md-9,
  .vc_col-sm-1,
  .vc_col-sm-10,
  .vc_col-sm-11,
  .vc_col-sm-12,
  .vc_col-sm-2,
  .vc_col-sm-3,
  .vc_col-sm-4,
  .vc_col-sm-5,
  .vc_col-sm-6,
  .vc_col-sm-7,
  .vc_col-sm-8,
  .vc_col-sm-9,
  .vc_col-xs-1,
  .vc_col-xs-10,
  .vc_col-xs-11,
  .vc_col-xs-12,
  .vc_col-xs-2,
  .vc_col-xs-3,
  .vc_col-xs-4,
  .vc_col-xs-5,
  .vc_col-xs-6,
  .vc_col-xs-7,
  .vc_col-xs-8,
  .vc_col-xs-9 {
    position: relative;
    min-height: 1px;
    /* padding-left: 15px;
    padding-right: 15px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .vc_col-sm-4 {
    width: 33.33333333%;
  }
  .vc_col-sm-8 {
    width: 66.66666667%;
  }
  .vc_col-sm-6 {
    width: 50%;
  }

  .vc_col-md-6 {
    width: 50%;
  }
}

/* ==========================================================================
   ANIMATIONS AND KEYFRAMES
   ========================================================================== */

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

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

/* ==========================================================================
   MOBILE RESPONSIVE STYLES (max-width: 768px)
   ========================================================================== */

@media (max-width: 768px) {
  .home h1 {
    font-size: 32px !important;
    margin-top: 12px !important;
    line-height: 34px;
  }

  .home h1 span:first-of-type {
    font-size: 48px;
    color: #7dbffa;
  }

  .home h1 span:last-of-type {
    font-size: 21px;
    font-weight: bold;
  }

  .home h1.title {
    font-size: 18px !important;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px !important;
    line-height: 22px;
  }

  .menu-call {
    font-size: 20px;
  }

  .menu-call a.btn {
    font-size: 14px;
  }

  .menu-call button.btn {
    font-size: 15px;
    border-radius: 6px;
  }

  .menu-call .way {
    font-size: 16px;
    padding: 15px 5px;
  }

  .menu-call .call-details {
    padding: 10px 0;
    margin: 0;
  }

  .menu-call .call-details a,
  .menu-call .call-details button {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    height: auto;
  }
  .menu-call .call-details button span {
    font-size: 16px !important;
  }
  .menu-call .call-details a {
    margin-bottom: 10px !important;
  }

  .image {
    border-radius: 8px;
  }

  .text_bottom p {
    font-size: 14px;
  }

  .vc_column_container > .vc_column-inner {
    padding: 0 !important;
  }

  .text_bottom h2,
  .text_bottom h3 {
    font-size: 21px;
  }

  .text_bottom ul li,
  .text_bottom ol li {
    padding-left: 5px;
    margin-left: 10px;
  }

  .vc_btn3-container > .vc_btn3.vc_btn3-color-green {
    font-size: 14px !important;
  }

  .table-service {
    margin-top: 0px;
  }

  .table-service > table tr td span {
    font-size: 14px;
  }

  .order-call {
    width: 20px;
    height: 20px;
  }

  .menu-call {
    margin-bottom: 30px;
  }

  .menu-call .way {
    margin-top: 30px;
  }

  .menu-call .way a {
    font-size: 14px;
  }

  .menu-call .way a:last-of-type {
    margin-left: 5px;
  }

  #right-block .category-image img {
    min-height: 100px;
    /* min-width: 100%; */
    text-align: center;
  }

  #right-block .category-image {
    border: 1px solid #333333;
    border-radius: 8px;
    text-align: center;
    display: block !important;
  }

  #left-block {
    padding-bottom: 50px;
  }

  .text_top {
    font-size: 13px;
    display: none;
  }

  .title:before {
    content: none;
  }

  #left-block {
    width: 100%;
  }

  .et-tabs.et-vertical nav ul li {
    width: 100% !important;
  }

  .et-tabs.et-vertical nav ul.elegant-tabs-list-container li {
    margin: 0 0 10px 0;
    text-align: left;
  }

  .hidetitle h2 {
    padding-bottom: 10px;
    font-size: 21px;
  }

  .mark-title {
    text-align: left;
    font-size: 21px;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .mark-block {
    width: 47%;
    float: left;
    margin-right: 1%;
  }

  .mark-block:nth-child(2n) {
    margin-left: 1%;
    margin-right: 0;
  }

  .table-price {
    position: relative;
    overflow: hidden;
  }

  #main-price .et-tabs.et-vertical nav ul.elegant-tabs-list-container li {
    width: 100% !important;
    margin-right: 0 !important;
  }

  #main-price h2 {
    font-size: 22px;
    padding: 30px 0 20px;
  }

  .faq-section details {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .category_top .vc_btn3-container {
    width: 100%;
    text-wrap: normal;
  }

  .vc_btn3-container {
    width: 100%;
    margin-bottom: 8px !important;
  }

  .image {
    box-shadow: none;
  }

  .et-content-wrap section {
    margin-bottom: 20px !important;
  }

  .category_top h2 {
    margin-top: 30px;
  }
}

/* ==========================================================================
   GLOBAL STYLES AND THEME COLORS
   ========================================================================== */

body {
  background: #111111;
}

.head .logo a {
  font-size: 28px;
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: -apple-system, "Montserrat Medium", BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.head .logo img {
  width: 180px;
  margin-right: 10px;
}

.main-menu {
  background: #222222;
}

.main-menu .header-menu {
  border-bottom: none;
  display: table;
}

.main-menu .header-menu > li > ul li {
  background: #181818;
}

.icon-order {
  background: url(/images/order.svg) no-repeat;
  background-size: 100%;
}

#serviceForm table tr:first-of-type {
  background: none !important;
}
.main-menu .header-menu > li > ul li:first-of-type {
  border-top: 1px solid #111111;
}

.main-menu .header-menu > li > ul li {
  border-bottom: 1px solid #111111;
  border-left: 1px;
}

.head .btn.open-order {
  /* border: none !important;  */
  padding: 0 5px;
  /* background: linear-gradient(to right, #ff5b5b, #fdcb1e, #3bf095, #435eff); */
  /* background: #7dbffa; */
  height: 44px;
  border-radius: 6px;
  border: none;
}

.btn {
  background: #7dbffa;
  color: #ffffff;
  /* border: 2px solid #222222; */
}

.btn:hover {
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.head .btn span {
  background: #111111;
  color: white;
  padding: 8px 12px;
  border-radius: 4px;
}

.main-menu .header-menu > li:hover > a,
.main-menu .header-menu > li > ul li a:hover {
  color: white;
}

.head .ways a,
.footer-address .ways a {
  /* display: block; */
  color: #ffffff;
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-row {
  flex-direction: row;
}

.wrapper {
  color: #ffffff;
}

.bread-crumbs p,
.bread-crumbs span,
.bread-crumbs a {
  color: #ffffff;
}

.head .tel a {
  color: #ffffff;
}

.table-service > table tr:nth-child(2n) td {
  background: #222222;
}

.head .ways a:first-of-type {
  margin-right: 10px;
}

.bread-crumbs {
  text-align: center;
  width: 100%;
  display: block;
  margin-bottom: 0;
  /* position: relative;
  top: 20px;
  padding-top: 20px; */
}

.bread-crumbs a {
  display: inline-block;
  margin: 0 5px;
}

.bread-crumbs a:after {
  margin-left: 8px;
}

.our-services-new {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.our-services-new h2 {
  width: 100%;
  font-size: 28px;
  margin-bottom: 0;
  text-align: center;
}

.our-services-new > p {
  margin: 0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
}

.our-services-new__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.our-services-new a {
  margin-left: 0;
  color: #ffffff;
}

.our-services-new__items .services-grid-item {
  width: calc(33.333% - 14px);
}

.our-services-new__item {
  box-shadow: inset 0px 0px 30px #7dbffa;
  /* background: #7dbffa; */
  padding: 15px;
  border-radius: 15px;
  width: 100%;
}

.et-tabs-style-bars nav ul li a span {
  color: white !important;
}

.our-services-new .our-services-new__items p {
  font-size: 16px;
  color: #ffffff;
  align-items: center;
  justify-content: left;
  display: flex;
}

.our-services-new > div {
  height: auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .our-services-new__item {
    width: 100%;
  }
}

.show-more-btn {
  display: none;
}

footer {
  background: #181818;
}

.main-menu .header-menu > li > ul {
  max-height: 600px;
  /* height: 600px; */
  overflow-y: scroll;
}
.main-menu .header-menu > li > ul li a {
  font-size: 14px;
  height: 60px;
}

.main-menu .header-menu > li > ul li a img {
  width: 40px;
  position: relative;
  top: 5px;
  margin-right: 15px;
}

.zapis-block {
  box-shadow: 0 0 5px #666;
  background: linear-gradient(45deg, #046476, transparent);
}

.table-service table > tbody tr td span,
.newthemestyle > tbody tr td span {
  color: #ffffff;
}

.model-cars__container a {
  width: 20%;
}

.model-cars__container a img {
  width: 120px;
  margin: 0 auto;
}

.model-cars-slider {
  height: 140px;
  width: 100%;
  padding-top: 50px;
  overflow-y: hidden;
}

.main-menu .header-menu > li > a {
  font-size: 14px !important;
  display: flex;
  align-items: center;
}

.main-menu .header-menu > li:hover > a {
  background: #222222;
}

.main-menu .header-menu > li,
#menu-primary-menu li {
  margin: 0 6px;
}

.main-menu .header-menu > li > a img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.main-menu .header-menu > li.menu-item-has-children > a:after {
  right: 6px;
}

.our-services-new > a {
  margin-bottom: 20px;
}
.our-services-new a {
  margin-bottom: 10px;
}

/* ==========================================================================
   VIDEO BACKGROUND STYLES
   ========================================================================== */

.video-background {
  overflow: hidden;
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 700px;
}

.video-background #video-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/main3.webp") top center no-repeat;
  background-size: cover;
}

#myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.table-service > table tr.vc-th td,
.newthemestyle tr.vc-th td {
  /* background: #222222; */
  color: white;
}

#main-price .et-tabs-style-bars nav ul li a {
  background: #222222;
  color: white;
}

.table-service table > tbody tr:first-of-type td span {
  color: #222222;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  /* Adjust the overlay color and opacity */
  z-index: 1;
}

#video-content {
  height: 700px;
  margin-bottom: 40px;
}

.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:focus,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat:hover,
.vc_btn3.vc_btn3-color-green:focus,
.vc_btn3.vc_btn3-color-green:hover,
.vc_btn3.vc_btn3-color-green,
.vc_btn3.vc_btn3-color-green.vc_btn3-style-flat {
  background: #7dbffa !important;
  color: #222222 !important;
}

.our-services-new a img {
  /* border-radius: 10px; */
  /* border: 5px solid #222222; */
  margin-right: 15px;
  width: 50px;
  padding: 2px;
}

#right-block {
  padding-left: 20px;
}

#right-block .sticky {
  /* padding-left: 12px; */
  position: sticky;
  top: 30px;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.jumbo,
.title,
.about__description p,
.about__counters ul li span,
.container-article__description p {
  color: #ffffff;
}

.hcont {
  font-weight: normal;
  font-family: -apple-system, "Montserrat Medium", BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif, -apple-system,
    "Montserrat Medium", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, sans-serif;
}

.icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#serviceModal .home h2 {
  color: white;
}

.city-current {
  color: #ffffff;
  font-family: -apple-system, "Montserrat Medium", BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}
.city-link {
  color: #cccccc;
  font-family: -apple-system, "Montserrat Medium", BlinkMacSystemFont,
    "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif !important;
}
.city-link:hover {
  color: #ffffff;
}

#serviceForm {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#serviceForm td {
  padding: 5px;
  padding-right: 0;
}

#serviceForm input,
#serviceForm textarea {
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

#serviceForm button {
  background: #7dbffa;
  padding: 10px;
  border: 0;
  border-radius: 5px;
  color: white;
}

/* ==========================================================================
   MODAL WINDOW STYLES
   ========================================================================== */

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.1);
}

.modal-content {
  background-color: #222222;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #ccc;
  width: 80%;
  max-width: 500px;
  border-radius: 15px;
  color: white;
  border: 0;
  outline: 5px solid #7dbffa;
}

.modal-content input,
.modal-content textarea {
  background: #222222;
  border-radius: 3px;
  padding: 5px 6px;
  border: 1px solid #444444;
  margin-bottom: 10px;
}

.modal-content input:active {
  border: none;
}

.form-row {
  margin-top: 10px;
}

.car-map-wrapper {
  position: relative;
  max-width: 1536px;
  margin: 40px auto;
}

.car-scheme-img {
  width: 100%;
  height: auto;
  display: block;
}

.car-map-point {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #22222260;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  cursor: pointer;
  padding: 2px;
  transition: transform 0.2s, background-color 0.2s;
}

.car-map-point:hover {
  transform: scale(1.5);
}

#car-map-label {
  position: absolute;
  top: 240px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.3);
  padding: 8px 20px;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

#car-map-label.show {
  opacity: 1;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* ==========================================================================
   SPECIAL EFFECTS AND ANIMATIONS
   ========================================================================== */

@keyframes gradient-shift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.gradient-effect {
  background: linear-gradient(90deg, #ffffff, #7dbffa, #ffffff);
  background-size: 200% 200%;
  animation: gradient-shift 4s ease-in-out infinite;
  /* -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}

footer.wrapper,
footer.wrapper .hcont {
  color: #ffffff;
}

.table-service {
  margin-bottom: 20px;
}

.another-city {
  font-size: 16px;
  color: #ffffff;
}
.another-city__header {
  text-align: center;
  margin-bottom: 20px;
}
.another-city__links {
  text-align: center;
  font-size: 21px;
  margin-top: 10px;
}
.city-link {
  padding: 10px;
}
.city-current {
  padding: 10px;
  border-bottom: 1px solid #7dbffa;
}

.our-services {
  margin-bottom: 40px;
}

.child-ellipsis {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 4px;
}

.show-all-child-btn {
  margin-top: 8px;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 6px;
  background: #7dbffa;
  color: white;
  border: none;
  cursor: pointer;
}

#bottom-text {
  float: left;
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  padding: 24px 32px;
  font-size: 1.13em;
  color: #222;
}

#bottom-text h2 {
  font-size: 26px;
  margin-top: 32px;
  margin-bottom: 16px;
  color: white;
  font-weight: 700;
  letter-spacing: 0.01em;
}

#bottom-text ul,
#bottom-text ol {
  /* margin: 16px 0 24px 24px; */
  /* padding-left: 18px; */
}

#bottom-text ul li,
#bottom-text ol li {
  margin-bottom: 10px;
  line-height: 1.7;
  color: white;
  font-size: 16px;
}

#bottom-text ul > li > ul > li {
  list-style-type: disc;
  margin-left: 20px;
  font-size: 16px;
}

#bottom-text strong {
  font-weight: 600;
  color: #7dbffa;
}

#bottom-text p {
  margin-bottom: 18px;
  line-height: 1.7;
  color: white;
  font-size: 16px;
}

#bottom-text .faq-section {
  margin-top: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 32px 24px;
}

#bottom-text .faq-section h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1.3em;
  color: #1a2a3a;
}

#bottom-text .faq-item {
  margin-bottom: 18px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 12px;
}

#bottom-text .faq-item summary {
  font-weight: 600;
  cursor: pointer;
  /* color: #0d6efd; */
  font-size: 1.08em;
  outline: none;
  transition: color 0.2s;
}

#bottom-text .faq-item[open] summary {
  color: #1a2a3a;
}

#bottom-text .faq-item p {
  margin: 10px 0 0 0;
  color: #444;
  font-size: 1em;
}

@media (max-width: 700px) {
  #bottom-text {
    padding: 24px 8px;
    max-width: 100%;
  }

  #bottom-text .faq-section {
    padding: 18px 6px;
  }
}

#logo-main {
  padding-top: 200px;
}

/* ==========================================================================
   DESKTOP RESPONSIVE STYLES (min-width: 992px)
   ========================================================================== */

@media only screen and (min-width: 992px) {
  .header-menu {
    width: inherit;
    margin: 0 auto;
  }
}

/* ==========================================================================
   MOBILE RESPONSIVE STYLES (max-width: 768px)
   ========================================================================== */

@media only screen and (max-width: 768px) {
  #logo-main {
    padding-top: 140px;
  }
  .head .logo a {
    font-size: 18px;
    display: flex;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
    color: white;
  }

  .head .logo a span {
    color: #7dbffa;
    margin-right: 5px;
  }
  .menu-mobile {
    display: flex;
    align-items: center;
    gap: 20px;
  }

  .menu-mobile .btn {
    background: none !important;
  }

  .head .btn.open-order {
    height: 38px;
  }

  .menu-mobile .order-btn a {
    padding: 0;
  }

  .menu-mobile .order-btn a img {
    height: 28px;
    width: 28px;
  }

  .menu-mobile button img {
    width: 34px;
    height: 34px;
  }

  #video-content {
    height: 500px;
  }
  .video-background {
    height: 500px;
    border-top: 1px solid #333;
  }

  .header-navigations {
    background: #111111;
  }
  .head {
    background: #222222;
    padding: 6px 20px;
    height: 60px;
  }
  #remont,
  #service {
    /* height: 320px; */
    overflow: hidden;
    padding: 0;
    margin-top: 0;
  }
  .home #serviceModal h2 {
    font-size: 21px;
    margin-top: 6px;
    font-weight: bold;
  }
  .show-more-btn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: block;
    border: none;
    border-radius: 5px;
  }
  .our-services-new a {
    align-items: center;
  }
  .our-services-new a img {
    margin-right: 10px;
  }
  .our-services-new > a {
    margin-bottom: 0;
  }

  .our-services {
    margin-bottom: 60px;
  }

  .head .ways {
    display: none;
  }

  .main-menu {
    display: contents;
  }

  .main-menu .header-menu li.showmen > ul.sub-menu {
    position: relative;
    /* border: 1px solid #232323; */
  }

  main {
    margin-top: 60px;
  }
  .bread-crumbs {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
  }

  .bread-crumbs span {
    display: none;
  }

  .bread-crumbs span:first-child,
  .bread-crumbs span:last-child,
  .bread-crumbs span:nth-last-child(2) {
    display: inline;
  }

  .bread-crumbs p,
  .bread-crumbs span,
  .bread-crumbs a {
    font-size: 12px;
  }
  footer {
    padding: 0 !important;
  }

  footer > div {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #565755;
    padding: 20px;
    margin-bottom: 0;
  }

  .our-services {
    margin-bottom: 20px;
  }

  #left-block {
    padding: 0 !important;
    padding-right: 0;
  }

  #right-block {
    padding: 0 !important;
    width: 100%;
    margin-bottom: 20px;
  }

  #right-block img {
    width: 100%;
    box-shadow: 0 0 5px -2px #666;
  }

  footer .tel {
    display: none;
  }

  footer .logo,
  footer .logo img {
    width: 200px;
    margin: auto;
  }

  .head .order-btn {
    display: none;
  }

  .head .menu-mobile .order-btn {
    display: block;
  }

  .head .tel a {
    color: #fff;
  }

  .head .logo img {
    width: 80px !important;
  }

  .logo {
    width: 80px;
  }

  .flex-row {
    flex-direction: column-reverse;
  }

  .category_top h2 {
    margin-bottom: 0 !important;
  }

  .wpb_wrapper .vc_btn3-container > .vc_btn3.vc_btn3-color-green {
    /* border: 2px solid #333332 !important; */
    /* background: none !important; */
    color: #222222 !important;
    text-align: left !important;
    align-items: center !important;
    font-size: 16px !important;
    overflow: hidden !important;
    border-radius: 5px !important;
    height: auto !important;
  }

  .vc_btn3-container > .vc_btn3.vc_btn3-color-green img {
    margin-right: 10px;
    display: inline-block;
  }

  footer > div:nth-child(2),
  footer > div:last-of-type {
    display: none;
  }

  .sw-footer,
  .sw-bottom,
  .sw-topper {
    background: #ffffff;
  }

  .main-menu ul li.menu-item-has-children > a {
    margin-bottom: 5px;
  }

  .main-menu .header-menu > li,
  #menu-primary-menu li {
    /* margin: 18px 0; */
  }

  .mobile-contact a,
  .mobile-contact .hcont {
    color: white;
  }

  .mobile-contact span {
    margin: 0;
  }

  .article-section__text .btn,
  .btn,
  .buttons-repair .btn,
  .buttons-repair .btn-2,
  .modal-write .btn-2,
  .online-form__container form .btn-2,
  .btn-2 {
    border-radius: 5px;
    line-height: 32px;
  }

  .main-menu .header-menu > li:hover > a {
    background: #111111;
    width: 100%;
  }

  .main-menu .header-menu > li > ul li {
    border: none;
    border-bottom: 1px solid #666;
  }
  .main-menu .header-menu > li > ul li:last-of-type {
    border-bottom: none;
  }

  .another-city {
    display: none;
  }

  .header-navigations.show {
    display: block;
  }

  .about {
    display: none;
  }

  #bottom-text h2 {
    font-size: 18px;
    margin-top: 0;
    text-align: left !important;
    border-left: 2px solid #7dbffa;
    padding-left: 10px;
  }
  .text_bottom h2,
  .text_bottom h3 {
    font-size: 18px;
    border-left: 2px solid #7dbffa;
    padding-left: 10px;
  }
  .main-menu .header-menu > li > a {
    padding: 0;
  }
  .main-menu .header-menu > li:hover > ul {
    display: none;
  }

  .main-menu .header-menu > li {
    margin: 20px 0;
  }

  .logo-title-sub {
    font-size: 12px;
  }

  .car-map-point {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    padding: 0;
  }

  .our-services-new__items .services-grid-item {
    width: 100%;
  }
}

.floating-social {
  position: fixed;
  bottom: 32px;
  right: 24px;
  z-index: 10000;
}

.floating-social__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.28);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.floating-social__overlay.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.floating-social__toggle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #7dbffa;
  color: #ffffff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 20px 40px rgba(4, 0, 255, 0.35);
  position: relative;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.floating-social__toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 48px rgba(0, 47, 255, 0.5);
}

.floating-social__toggle:focus-visible {
  outline: 3px solid rgba(0, 76, 255, 0.4);
  outline-offset: 4px;
}

.floating-social__toggle::before,
.floating-social__toggle::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: rgba(0, 255, 68, 0.15);
  opacity: 0.6;
  animation: floatingPulse 2.6s ease-out infinite;
  z-index: -1;
}

.floating-social__toggle::after {
  inset: -24px;
  opacity: 0.3;
  animation-delay: 1.3s;
}

.floating-social__toggle-icon {
  font-size: 28px;
  line-height: 1;
  transition: transform 0.3s ease;
  padding-bottom: 3px;
}

.floating-social.is-open .floating-social__toggle-icon {
  transform: rotate(45deg);
  position: relative;
}

.floating-social__actions {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.floating-social__action {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #222222;
  color: #7dbffa;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  transform: translate(0, 0) scale(0.6);
  opacity: 0;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease;
  pointer-events: none;
}

.floating-social__action svg {
  width: 22px;
  height: 22px;
}

.floating-social__action:hover {
  transform: translate(var(--offset-x), var(--offset-y)) scale(1.1);
}

.floating-social.is-open .floating-social__action {
  opacity: 1;
  pointer-events: auto;
  transform: translate(var(--offset-x), var(--offset-y)) scale(1);
}

.floating-social__action--telegram {
  --offset-x: 0px;
  --offset-y: -60px;
}

.floating-social__action--whatsapp {
  --offset-x: 0px;
  --offset-y: -120px;
}

.floating-social__action--viber {
  --offset-x: 0px;
  --offset-y: -180px;
}

.floating-social__action--instagram {
  --offset-x: 0px;
  --offset-y: -240px;
}

.floating-social__action--facebook {
  --offset-x: 0px;
  --offset-y: -300px;
}

.floating-social__action--tiktok {
  --offset-x: 0px;
  --offset-y: -360px;
}

.floating-social__action--phone {
  --offset-x: 0px;
  --offset-y: -420px;
}

@keyframes floatingPulse {
  0% {
    transform: scale(0.8);
    opacity: 0.6;
  }

  50% {
    transform: scale(1);
    opacity: 0.2;
  }

  100% {
    transform: scale(1.35);
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .floating-social {
    bottom: 20px;
    right: 20px;
  }

  .floating-social__toggle {
    width: 56px;
    height: 56px;
  }

  .floating-social__action {
    width: 48px;
    height: 48px;
  }

  .floating-social__action--telegram {
    --offset-x: 5px;
    --offset-y: -55px;
  }

  .floating-social__action--whatsapp {
    --offset-x: 5px;
    --offset-y: -110px;
  }

  .floating-social__action--viber {
    --offset-x: 5px;
    --offset-y: -165px;
  }

  .floating-social__action--instagram {
    --offset-x: 5px;
    --offset-y: -220px;
  }

  .floating-social__action--facebook {
    --offset-x: 5px;
    --offset-y: -275px;
  }

  .floating-social__action--tiktok {
    --offset-x: 5px;
    --offset-y: -330px;
  }

  .floating-social__action--phone {
    --offset-x: 5px;
    --offset-y: -385px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-social__toggle,
  .floating-social__toggle::before,
  .floating-social__toggle::after,
  .floating-social__action {
    /* animation: none;
    transition: none; */
  }
}

@-webkit-keyframes fuse-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
  }
}

@keyframes fuse-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#fuse-splash-screen {
  display: none !important;
}
