html{
    box-sizing: border-box;
}

*,*::after,*::before{
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

html,body {
    height:100%;
    border: none;
}


ul{
    list-style: none;

}

a{
    text-decoration: none;
    color: inherit;
}

button {
    border: none;
    border-radius: 0;
    cursor: pointer;
    }

.section-title{
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    text-align:center;
}

.wrapper {
    min-height: 100%;
    display:flex;
    flex-direction: column;
}

.container{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
}

body{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    line-height: 1.3;
    color: #fff;
    background-color: #F5F4F4;
}

.header{
background-color: #151515;
}

.header-main{
    background-color: transparent;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
}

.header__line{
    background-color: #202328;
    color: #fff;
    height: 30px;
    padding-top: 5px;

}

.first-line{
    display: flex;
    gap: 50px;
    text-align: right;
    justify-content: flex-end;
    max-width: 1220px;
    margin: 0 auto;
    font-size: 16px;
    
}


.first-line-list-social{
    display: flex;
    gap: 10px;
    
}

.header__inner{
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);

}

.logo__img {
    height: 80px;
}

.menu__list{
    display: flex;
    gap: 35px;
}

.menu__list-link{
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;

}

.menu__list-link--active{
    background-color: rgba(255,255,255,0.2);
    padding: 0 10px 5px 10px;
}

.footer{
    background-color: #151515;
    padding:50px 0 32px;
    color: #fff;
}

.footer__menu{
    display:flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.footer__menu-title{
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 20px;
    padding-top: 20px;
    text-transform: uppercase;
    }

.footer__menu-text{
    font-size: 16px;
    padding: 10px 0 10px 0;

}

.footer__menu-link{
    
    font-size: 16px;
}

.footer-logo{
    height: 50px;
}

.footer__menu-item + .footer__menu-item {
    padding-top: 5px;
}

.footer__menu-list{
    max-width: 250px;
}

.footer__menu-img{
    color: #fff;
    opacity: 50%;
    height: 20px;
    padding-right: 5px;
}

.footer__menu-item{
    font-size: 16px;
}

.footer__menu-item-two{
    display: flex;
    justify-content: left;
    gap: 10px; 
} 

.main{
    flex-grow: 1;
}

.top{
    color:#fff;
    text-align: left;
    padding-top: 250px;
    padding-bottom: 50px;
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
}

.title {
    
    padding-bottom: 40px;
    font-size: 40px;
    font-weight: 800;
}

.top__link{
    background-color: #F88500;
    max-width: 250px;
    padding: 23px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #fff;
}

.swiper1::after{
    content: '';
    background: rgba(21,21,21,.6);
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}


.swiper-slide1 {
    background-repeat: no-repeat;
    block-size: cover;
    background-position: center;
    height: 100vh;
}

.swiper-pagination-bullet{
    width: 120px;
    height: 3px;
    background-color: #151515;
    border-radius: 0;
    opacity: 1;
    margin: 0 15px !important;
}

.swiper-pagination-bullet-active{
    height: 6px;
    background-color: #fff;
}

.why-us{
    background-color: #202328;
    padding: 50px 0 50px 0;
}

.why-us-title {
    font-weight: 900;
    padding-bottom: 10px;
    padding-top: 20px;
    text-transform: uppercase;
    opacity:70%;
        
}

.why-us-line-two {
    display: flex;
    justify-content: left;
    gap: 10px;
    padding: 10px 0 10px 0;
}

.line {
    width:300px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.why-us-list{
    display: flex;
    justify-content: space-between;
}

.why-us-title-two{
    padding-top: 60px;
}


.form{
  width: 300px;
  
}


.form__input{
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: block;
  margin-bottom: 15px;
  padding: 7px 10px;
  color: #202328;
  opacity: 50%;
}

.form__input::placeholder{
    font-size: 14px;
  font-style: normal;
  font-weight: 400;
  
}

.form__btn{
    background-color: #F88500;
    color:#fff;
    max-width: 150px;
    padding: 10px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
}

.services {
    background-color: #434343;
}

.service-content {
padding: 50px 0 150px 0px;
display: flex;
justify-content: center;
}

.service-text{
    border-right: 1px solid rgba(255,255,255,0.2);
    width:500px;
    padding-right:20px;
}

.service-text-two {
    padding-left: 20px;
    width:500px;
}

.service-decr{
    font-size: 30px;
    font-weight: 800;
    padding-top: 20px;
}

.serv-tit {
    color:#F88500;
    font-size: 20px;
    text-transform: uppercase;
}

.swiper2 {
      width: 100%;
      height: 100%;
    }

.swiper-wrapper2 {
    padding: 0 50px 0 50px;
    margin: 0 auto;
}

    .swiper-slide2 {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.service-button {
    margin: 20px auto 20px auto;
    display: block;
}

.service-slider {
    margin-top: -100px;
    padding-bottom: 50px;
}

.card{
    max-width: 100%;
    background-color: #171A1A;
}

.card-body{
    background-color: #fff;
    color:#000000;
}

.card-title{
font-weight: 700;
text-transform: uppercase;
padding: 10px 0 10px 0;
}

.card-price{
  font-weight: 700;
    padding: 10px 0 10px 0;  
}

.card-img-top {
    width: 100%;
    display:block;
    filter: brightness(50%);
}

.about-us {
    background-color: #fff;
    
}

.about-us-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:50px 0 50px 0;
}

.text-about-us{
    color: #F88500;
    font-weight: 800;
    font-size: 16px;
    padding-top: 50px;
    
}

.img-about-us {
    width: 450px;
    height: 100%;
    padding: 0 50px 0 50px;
}

.descr-about-us {
font-size: 29px;
color:#333333;
padding: 10px 0 10px 0;
}

.long-about-us{
    color:#333333;
    font-size: 14px;
    font-weight: 400;

}

.list-about-us{
    color:#333333;
    font-size: 14px;
    font-weight: 400;
    padding-top: 20px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 40px;
    text-align: center;
}

.about-us-item-img {
    width: 50px;
}

.raiting{
    background-color: #202328;
}

.raiting-title {
    font-size: 29px;
    color:#fff;
    font-weight: 800;
    padding: 10px 0 10px 0;
}

.rating-list{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:50px 0 50px 0;
    gap: 40px;
}
.before-after{
    padding: 50px 0 50px 0;
}
.black-title{
    font-size: 29px;
    color:#333333;
    padding: 10px 0 10px 0;
    font-weight: 800;
    text-align: center;
}

.white-title{
    font-size: 29px;
    color:#fff;
    padding: 10px 0 10px 0;
    font-weight: 800;
    text-align: center;
}

.reviews-title{
    padding-top: 50px;
    text-align: left;
}

.before-after-desc{
    color: #151515;
    text-align: center;
}

.reviews-mini{
    background-color:#202328;
}

.rev-cont{
    display: flex;
    justify-content: space-around;
    gap: 40px;
    text-align: center;
}

.rev-2col img{
    width: 500px;
    opacity: 50%;
}

.container-message {
    width: 500px;
    padding: 10px;
}

.message {
    position: relative;
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: rgba(245, 244, 244, 0.2);
    opacity: 50%;
    width: 500px;
    height: 250px;
    text-align: left;
    border: 1px solid #F5F4F4;
    border-radius: 20px;
    font-size: 16PX;
}

.message-content {
    padding: 0;
    margin: 0;
}

.message-timestamp-left {
    position: absolute;
    font-size: 14PX;
    font-weight: 300;
    bottom: 5px;
    left: 20px;
}

.message:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 15px solid #F5F4F4;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    top: 0;
    left: -15px;
}

.message:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 17px solid #F5F4F4;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    top: -1px;
    left: -17px;
} 

.reviews-more{
    text-align: left;
}
.revies-more-link{
    font-weight: 800;
    text-decoration: underline;
    font-size: 14px;
    padding-top:50px;
}

.main-prices{
    color:#333333;
}

.main-prices-container{
    display: flex;
}

.main-prices-col-1{
    height: 450px;
}
.main-prices-col-2{
    padding: 30px 0 0 50px;
}

.main-prices-col-2 .main-prices-title{
    text-align: left;
    padding-bottom: 20px;
}

.main-prices-img{
    
    height: 100%;
}

.main-prices-list-img{
    height: 50px;
}

.main-prices-list{
    display: flex;
    text-align: center;
    gap:40px;
    padding: 40px 0 40px 0;
}

.main-prices-button{
     background-color: #F88500;
    max-width: 250px;
    padding: 23px;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    color: #fff;
}

.work-steps{
    background-color: #202328;
}

.work-steps-container{
    display: flex;
    justify-content: space-between;
    
    
}

.work-steps-list{
    padding-top:50px;
    padding-bottom: 50px;
       
}

.work-steps-img{
    width: 300px;
    
}

.work-steps-number{
    color: transparent;
    -webkit-text-stroke: 2px #fff; 
    text-stroke: 2px #fff;
     font-weight: bold;
     font-size: 50px;
    }

.work-steps-item-1{
    display:flex;
    margin:25px;
    
}

.work-steps-text{
    padding-left: 40px;
    text-align: left;
}

.work-steps-item-image{
    width:30px;
    padding-top: 10px;
}

.work-steps-list-3{
    padding-top: 50px;
    padding-bottom: 50px;
    display: block;
    text-align: center;
    width:400px;
}


.faq-title{
    font-size: 29px;
    text-align: left;
}

.other-faq{
    background-color: #F5F4F4;
    width: 500px;
}

.other-faq-title{
font-weight: 800;
font-size: 18px;
}

.other-faq-text {
    font-size: 16px;
    padding: 10px 0 10px 0;
}

.other-faq-button{
    font-size: 16px;
    background-color: #F88500;
    color: #fff;
    width: 150px;
    padding: 10px;
    text-align: center;
}


.other-faq {
    padding: 20px;
    margin: 28px 20px 20px 0;
}


.questions-section{
background-color: #fff;
}

.faq{
    padding: 50px 0 50px 0;
    color: #151515;
    display: flex;
    justify-content: space-around;
}

.questions__content {
    width: 700px;
}

.accordeon__item{
  background-color: #F5F4F4;
  margin-bottom: 10px;
  
}

.accordeon__title{
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  padding: 16px 50px 16px 13px;
  position: relative;
}

.accordeon__title::after{
  content: '';
  background-image: url(/wp-content/uploads/arrow.svg);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 26px;
  top: 17px;
}

.accordeon__title.accordeon__title--active::after{
  transform: rotate(180deg);
}

.accordeon__text{
  opacity: 0;
  max-height: 0;
  transition: opacity .3s, max-height .3s;
}

.accordeon__text ul{
  padding: 20px 40px;
  font-size: 16px;
}

.accordeon__text.accordeon__text--visible{
  opacity: 1;
}


.important{
    padding-bottom: 50px;
    padding-top: 50px;
    color: #000000;
}

.important__title{
    margin-bottom: 20px;
}

.important__list {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap:20px;
}

.important-item-img{
    margin-bottom: 20px;
    
}



.important__item-text{
        text-align: center;
}

.contacts{
    padding: 100px 0 150px;
}

.contacts__title{
    margin-bottom: 20px;
}

.contacts_text{
    text-align: center;
    font-weight: 700;
    font-style: 24px;
    margin-bottom: 50px;
    padding: 0 100px;
}


.blog{
    padding-bottom: 150px;
}

.blog__items{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap:40px;
    margin-bottom: 70px;

}

.blog__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.blog__item-img{
    margin-bottom: 30px;
    width: 100%;
}

.blog__item-title{
    flex-basis: 446px;
    font-size: 24px;
    font-weight: 700;
}

.blog__item-link{
color: white;
background-color: #0066FF;
padding: 4px 20px;
}

.blog__link{
    text-transform: uppercase;
    background-color: #151515;
    padding: 13px;
    color: #fff;
    width: 225px;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.showmore__link{
    text-transform: uppercase;
    background-color: #151515;
    padding: 13px;
    color: #fff;
    width: 225px;
    margin: 50px auto;
    display: block;
    text-align: center;   
}

.choose{
    padding: 100px 0 150px;
}

.tabs__content-item{
    margin-bottom: 100px;
    display:none;
    grid-template-columns: repeat(4,1fr);
    gap: 100px 40px;
}

.tabs__content-item.tabs__content-item--active{
    display:grid;
}

.tabs__btn{
    padding: 0 150px;
    display: flex;
    justify-content: space-between;
    gap: 80px;
    padding-bottom: 100px;
    
}

.tabs__btn-item{
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    border:none;
    background-color: transparent;
    padding: 0;
}

.tabs__btn-item--active{
    color:#0066FF;
}

.card{
    text-align: center;
    }

.card__content{
    padding: 5px;
    border: 1px solid #0066FF;
    border-top:0;
}

.card__img{
    display: block;
    }

.card__title{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 20px;
    
}

.card__text{
margin-bottom: 20px;
}

.card__price{
margin-bottom: 20px;
margin-bottom: 20px;
font-weight: 700;
}

.card__link{
display: block;
color: #0066FF;
border: 1px solid #0066FF;
border-top:0;
}

@media (max-width:1180px){
    .important__list{
        gap: 30px 20px;
       }
    .important-item-img{
        width: 100%;
    }
}

@media (max-width:860px){
    .important__list{
       grid-template-columns: repeat(2,1fr);
}