/*** General CSS ***/
/*** Title ***/
.title {
    max-width: 800px;
}
.title.sppb-text-center {
    margin: 0 auto;
}
.title h2 {
    color: #000000;
    font-size: 51px;
    font-weight: 900;
    line-height: 1.2em;
}
.title h3 {
    color: #000000;
    font-size: 46px;
    line-height: 1.3em;
    position: relative;
    padding-bottom: 140px;
    margin-bottom: 30px;
}
.title.line-top h6 {
    position: relative;
    padding-top: 110px;
}
.title.line-bottom h2 {
    position: relative;
    padding-bottom: 110px; 
}
.title.line-top h6:before,
.title.line-bottom h2:after,
.title h3:after {
    position: absolute;
    display: inline-block;
    content: "";
    bottom: 0;
    width: 2px;
    height: 90px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.title.line-top h6:before {
    bottom: inherit;
    top: 0;
}
.title.white h2 {
    color: #fff;
    margin-bottom: 20px;
}
.title.white p {
    font-weight: 700;
    color: #fff;
}
.btn,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    font-family: inherit;
    line-height: 2em;
    letter-spacing: .02em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border: 0!important;
    color: #fff!important;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2.4px;
    background: none;
    padding: 17px 70px 18px 70px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover {
  	background-color: rgb(246 142 19 / 86%);
}
.btn:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.2);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.btn:hover:before {
    opacity: 1;
    visibility: inherit;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-btn,
.slider-content a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    border-width: 0px 0px 4px 0px;
    border-color: #FEA75E;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    color: #fff;
    border-style: double;
    border-width: 0px 0px 4px 0px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.about-btn:hover,
.slider-content a:hover {
    transform: translateY(8px)!important;
    -webkit-transform: translateY(8px);
    -o-transform: translateY(8px);
}
.slider a em,
.about-btn em {
  	font-size: 0;
    margin-left: 7px;
}
.slider a em:before,
.about-btn em:before {
  	font-size: 18px;
}

/*** Header Area ***/
/* Header */
#sp-header.header-sticky {
    position: fixed;
    top: 0;
    padding: 0 10px 0 0px;
    background: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}
body:not(.home) #sp-header {
    background: #fff;
    position: static;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.10);
}

/* Header Menu */
#sp-header {
    height: inherit;
    position: fixed;
    box-shadow: none;
}
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    width: 100%;
    text-transform: uppercase;
    padding: 0 25px;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}

/* Canvas Menu */
.offcanvas-menu .offcanvas-inner .menu-child > li a {
    padding: 12px 10px !important;
    border-bottom: 1px solid rgba(197, 153, 153, 0.21);
    display: inherit;
}
.offcanvas-menu .offcanvas-inner ul.menu>li>a, .offcanvas-menu .offcanvas-inner ul.menu>li>span {
    font-size: 15px;
    font-weight: 500;
}

/*** Block Styles ***/
/*** Slider ***/
.slider .sppb-container-inner {
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}
.slider .sppb-row-container {
    position: relative;
    z-index: 3;
}
.slider-left {
    padding-right: 50px;
}
.slider-content {
    border-style: solid;
    border-width: 20px 20px 20px 20px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
    padding: 50px 50px 50px 50px;
}
.slider-content:hover {
    border-color: #000;
}
/*** About ***/
.about-btn {
    margin-top: 40px;
    display: inline-block;
}
.about-btn,
.about-btn:after {
    color: #000;
    border: 0;
}

/* Portfolio */
.sp-simpleportfolio-info {
  	display: none;
}

/*** Service ***/
.service {
    position: relative;
}
.service:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*height: 45%;*/
height: 50%;
    background: #000;
    position: absolute;
}
.service .title h2 {
    color: #fff;
}
.service .sppb-col-md-12:nth-child(1) {
    position: relative;
    z-index: 2;
}
.service .sppb-col-md-12:nth-child(2) {
    position: relative;
    margin-top: -50px;
}

/*** Team ***/
.line-title .sppb-section-title {
    position: relative;
}
.line-title .sppb-section-title:before {
    position: absolute;
    content: "";
    top: -110px;
    height: 75px;
    width: 3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.team .sppb-title-heading {
    -webkit-text-stroke-color: #1e3c6f;
}
.team-item .sppb-media-content {
    text-align: center;
    padding: 25px 20px;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 15px;
    z-index: 1;
    background: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.team-item .sppb-img-container {
    position: relative;
}
.team-item .sppb-addon-text {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    max-height: 100px;
    opacity: 1;
}
.team-item img {
    -webkit-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.team-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
}
.team-item h4 {
    font-size: 26px;
    line-height: 1.15em;
    color: #fff;
    font-weight: 500;
}
.team-item ul {
    padding-left: 0;
    top: 0;
    right: 0;
    z-index: 2;
    left: 0;
    margin: 0 auto;
    display: inline-block;
    text-align: center;
}
.team-item ul li {
    list-style: none;
    display: inline-block;
    text-align: center;
}
.team-item ul li a {
    display: inline-block;
    padding: 13px 16px 10px;
    border-radius: 3px;
    color: #000;
    font-size: 15px;
}
.team-item ul li a.share {
    -webkit-box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
    box-shadow: 0 -7px 20px 0 rgba(255,94,20,.5);
}
.team-item ul li strong {
    display: none;
}

/*** Contact Form ***/
.contact .title ul {
    padding-left: 0;
}
.contact .title ul li {
    list-style: none;
    float: left;
    margin: 20px;
}
.contact .title ul li:first-child {
    margin-left: 0;
}
.contact .title ul li a {
    font-size: 0;
    width: 45px;
    height: 45px;
    background: #f4f4f4;
    text-align: center;
}
.contact .title ul li a:before {
    font-size: 15px;
    line-height: 43px;
}
.contact .title h4 {
    font-size: 23px;
    font-weight: 300;
    margin: 40px 0 50px;
}
.contact-form {
    position: absolute;
    left: 0;
    top: 75px;
    display: block;
    max-width: 364px;
    width: 100%;
    background: #fff;
    padding: 45px 30px 39px;
    box-shadow: 0 0 20px rgba(34,34,34,.1);
    z-index: 1;
}

/* Bottom Area */
#sp-bottom-right {
  	text-align: right;
}

/* Footer Copyright */
#sp-footer {
  	text-align: center;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
      	max-width: 1320px;
    }
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
	#sp-header, #sp-header .logo {
        height: 70px;
    }
  	#sp-footer p {
  		text-align: center;
	}
  	body #sp-header {
      	padding: 0;
	}
  	#sp-header {
    	top: 0px;
	}
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

.btn,
.title.line-top h6:before,
.title h3:after {
   background-color: var(--text-color);
}
.about-btn, 
.slider-content a,
.title h6 {
  	color: var(--text-color);
}
.slider-content {
    border-color: var(--text-color);
}




/**************************************************/
.repair-steps {
  background:#1c1c1c;
  color:#fff;
  border-radius:48px;
  padding:110px 0;
  overflow:hidden
}
.repair-steps__inner {
  display:flex;
  gap:160px
}
.repair-steps__header {
  display:flex;
  align-items:center;
  align-items:flex-start;
  justify-content:space-between;
  margin-bottom:40px;
  flex-direction:column
}
.repair-steps__left {
  width:calc(50% - 120px);
  display:flex;
  flex-direction:column;
  justify-content:space-between
}
.repair-steps__timeline {
  position:relative;
  /*width:calc(50% - 40px)*/
}
.repair-steps__timeline .dotted {
  position:absolute;
  top:0;
  left:19px;
 /* height:81%*/
height: auto;
}
.repair-steps__timeline .dotted img {
  height:100%
}
.repair-steps__footer .button {
  width:257px
}
.repair-step {
  position:relative;
  display:flex;
  gap:48px;
  /*margin-bottom:48px;*/
padding-bottom:48px;
  max-width:580px
}
.repair-step__title {
  font-size:24px;
  font-weight:400;
  margin-bottom:8px;
  margin-top:0
}
.repair-step__text {
  color:#bdbdbd;
  font-size:16px;
  line-height:1.2;
  margin-top:16px
}
.repair-step__image {
  width:40px;
  height:40px
}
.repair-step__content {
  width:calc(100% - 88px)
}
.repair-step__image img {
  max-width:100%;
  border-radius:10px
}
.repair-steps__footer {
  display:flex;
  align-items:center;
  justify-content:space-between
}
.repair-steps__link {
  color:#e07b30;
  text-decoration:none;
  margin-left:88px
}
.repair-steps__title {
  margin-top:0;
  margin-bottom:32px
}
.repair-steps__footer.mob-ver {
  display:none
}
/* Общие стили для всех блоков */
.repair-step::after {
  left: 19px;
  content: "";
  position: absolute;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20width='1'%20height='646'%20viewBox='0%200%201%20646'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M0.5%200V645.5'%20stroke='%23434343'%20stroke-dasharray='8%208'/%3E%3C/svg%3E");
  width: 2px;
  z-index: -1;
}

/* Исключаем последний элемент */
 
.repair-step.no-dotted::after {
  display: none;
}

.header-info__title{
font-size: 48px;
line-height: 132%;  
  font-weight: 800;
  letter-spacing: 8%;
  text-transform: uppercase;
position: relative;
}
.remote-cooperation__title { 
  margin-bottom: 20px;
  padding-left: 14px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
}
.remote-cooperation__title::before {
  content: "";
  width: 4px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #F1C84B;
}
.remote-cooperation__desc {
  
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

 /* Advantages */
.rvt_section-advantages {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
    padding: 50px 0;
    gap: 20px;
}
.rvt_section-advantages .item-info {
  max-width: 100%;
  flex: 1 1 calc(25% - 1.5rem);
  background: #f9f9f9;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rvt_section-advantages .item-info .item-info-image {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}
.rvt_section-advantages .item-info .item-info-title {
    margin: 0;
    text-align: center;
}
.rvt_section-advantages .item-info .item-info-title>p:first-child {
    width: 80%;
    min-height: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
}
.rvt_section-advantages .item-info .item-info-title>p {
    /* font-size: 14px; */
    text-align: center;
    padding: 0 15px;
    margin-top: 0;
}


.rvt_section-advantages .item-info .item-info-title>a {
    font-size: 14px;
}
.rvt_section-advantages .item-info .advantages-btn {
    background: none;
    border-bottom: 1px dashed #333;
    padding: 0 0 2px 0;
    margin: 0;
    line-height: 1;
    color: #333 !important;
    text-decoration: none;
    position: relative;
    height: auto;
    border-radius: 0;
    width: auto;
    display: inline-block;
}

.item-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1CA4B;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 1rem;
}
.item-info-icon {
  width: 40px;
  height: 40px;

}

.item-info-title{
  font-size: 18px;
  font-weight: 600;
}
.item-info-text {
  font-size: 14px;
  margin-top: 16px;
}

.item-info-text p {
  margin-top: 0;
}

.rvt_section-advantages .item-info:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .rvt_section-advantages .item-info {
    flex: 1 1 calc(100% - 1.5rem);
  }
}
/* <-- Advantages !-->  */

.gallery.gallery-size-thumbnail {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin: 50px 0;
}

.gallery-item {
  flex: 0 0 18%;
  text-align: center;
}

.gallery-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 10px;
}

.gallery-caption {
  font-size: 14px;
  color: var(--color);
}

figure.gallery-item {
  margin: 0px;
}
.section-country-repair {
  --bg-light: #f9f9f9;
  --radius: 12px;
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 4rem 1rem;
  color: #222;
}

.section-country-repair h2,
.section-country-repair h3 {
  margin-top: 0;
}

.intro {
  max-width: 800px;
  margin: 0 auto 3rem auto;
}

.features-row {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.feature-box {
  flex: 1 1 300px;
  background: var(--bg-light);
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.highlight-box {
  background-color: #333;
  padding: 2rem;
  color: #fff;
  border-radius: var(--radius);
  text-align: center;
  margin-bottom: 3rem;
}

.price-block {
  border: 1px solid #e0e0e0;
  padding: 2rem;
  border-radius: var(--radius);
  margin-bottom: 3rem;
}

.price-block ul {
  padding-left: 1.5rem;
}

.repair-types {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.features-row>p {
  display: none;
}

.repair-types>p {
  display: none;
}

.type-card {
  flex: 1 1 300px;
  background: #fff;
  padding: 1.5rem;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.cta-box {
  background: var(--bg-light);
  padding: 2rem;
  border-radius: var(--radius);
}
#gallery-1 .gallery-item {
    flex: 0 0 18%;
    text-align: center;
}
.gallery-icon.landscape {
  display: flex;
  justify-content: center;
}
figure[data-wf-figure] figcaption.gallery-caption {
  display: block;
  }
body.home #sp-header {  
  color: #fff;
}
body.bg-remont-kvartir #sp-header {
  background: none;
  color: #fff;
}
body.bg-remont-kvartir #sp-header.header-sticky {
  background: #fff; 
  color: #000;
}
body.home #sp-header .sp-megamenu-parent > li > a,
body:not(.home).bg-remont-kvartir #sp-header .sp-megamenu-parent > li > a{
  color: #fff;  
}
body.home #sp-header.header-sticky .sp-megamenu-parent > li > a,
body.home #sp-header.header-sticky .sp-megamenu-parent > li > span,
body.bg-remont-kvartir #sp-header.header-sticky .sp-megamenu-parent > li > a{
  color: #000;  
}
.bg-remont-kvartir #header-info {
  color: #fff;
}
body.bg-remont-kvartir::before{
background: url(/images/1-6.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  filter: blur(5px) brightness(0.4);
  content: "";
  width: 100%;
  height: 760px;
  display: block;
  position: absolute;
  z-index: 0;
  }
}