.header-main-block .header-address i,
.header-main-block .header-address span{
    color: #fff;
    font-weight: 400;
}
.header-phones-socials{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    column-gap: 15px;
}
.header-main-block .header-phones-socials .social-icon a,
.header-main-block .header-phones-socials .social-icon i,
.header-main-block .header-phones-socials .header-phones i,
.header-main-block .header-phones-socials .header-phones a{
    color: #fff;
    font-weight: 400;
}
.btn-custom{
    background: #84C551;
    color: #fff;
    border-radius: 5px;
    padding: 10px 12px;
}
.btn-custom.btn-header{
    text-transform: uppercase;
    margin-right: 30px;
}
.footer-phones + .btn-custom.btn-footer{
    text-transform: uppercase;
    margin-left: 33px;
}
.flexed-header-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.language-switcher{
    position: relative;
}
.language-switcher .show-div{
    display: none;
    position: absolute;
}
.language-switcher:hover .show-div{
    display: block;
    background: #fff;
}
.map-block{
    margin-bottom: -5px;
}
.footer-address{
    display: flex;
    justify-content: flex-start;
}
.footer-address i{
    color: #84C551;
}
.footer-address div{
    color: #fff;
    width: 70%;
    margin-left: 24px;
}
.footer-main-block p{
    color: #fff;
}
.footer-phones{
    margin: 15px 0;
    display: flex;
    justify-content: flex-start;
}
.footer-phones i{
    color: #84C551;
}
.footer-phones div{
    color: #fff;
    width: 70%;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}
.footer-main-block ul li,
.footer-main-block ul li a,
.footer-phones div a{
    color:  #fff;
}
.footer-phones div a:hover{
    color: #84C551;
}
.footer-heading-with-icon{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    column-gap: 15px;
    align-items: baseline;
}
.footer-heading-with-icon img{
    width: 18px;
    height: auto;
}
.footer-heading-with-icon i{
    font-size: 20px;
    color: #84C551;
}
.footer-navbar .row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.footer-navbar .copyright{
    color:  #fff;
}
.header-main-block .logo a{
    display: block;
}
.footer-logo a img,
.header-main-block .logo a img{
    width: 100%;
}
header.header-main-block:not(.navbar-fixed-top){
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}
header.header-main-block:not(.navbar-fixed-top) .top-bar{
    background: #84C551;
    padding: 5px 0;
}
.custom-modal .close-button{
    background: none;
    border: none;
    color: #000;
}
.custom-form .btn-custom,
.custom-modal .btn-custom{
    padding: 10px 20px;
    border: none;
}
.custom-form .form-control{
    height: 40px;
    border-radius: 10px;
    color: #000;
}
.custom-form .form-control::placeholder{
    color: #000;
}
.custom-form textarea.form-control{
    height: auto;
}
.custom-form .form-group{
    margin-bottom: 30px;
}
.custom-form  .no-margin .form-group{
    margin: 0;
}
.no-after .feature-title:after,
.no-after h3.section-title:after{
    display: none;
}
.home-slider-v1 .slider-sub-heading:after{
    display: none;
}
.home-slider-v1 .slider-sub-heading{
    max-width: none;
    color: #fff;
}
.home-slider-v1 .slider-heading .heading-sldier{
    color: #fff;
    margin-bottom: 15px;
    font-family: 'Igra Sans', sans-serif;
}
.services-text{
    font-family: 'Igra Sans', sans-serif;
}
.home-slider-v1 .slider-heading p{
    color: #fff;
}
.home-slider-v1 .slider-heading{
    margin-bottom: 30px;
}
.home-slider-v1 .slider-btn a{
    border-radius: 10px;
}
.home-slider-v1 .slider-btn a.btn-custom-open{
    background: #fff;
    color: #000;
    border: 2px solid rgba(41,42,46,.1);
}
.home-slider-v1 .slider-btn a.btn-custom-open:hover{
    background: #84C551;
    color: #fff;
    border-color: #84C551;
}
.home-slider-v1 .owl-dot{
    background: #fff;
}
.home-slider-v1 .owl-dot.active{
    border: 1px solid #fff;
    width: 15px;
    height: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: none;
    left: calc(98% - 2.5px);
}
.home-slider-v1 .owl-dot.active span{
    width: 5px;
    height: 5px;
    border-radius: 2.5px;
    background: #fff;

}
.features-section .feature-block .icon-box{
    border-width: 2px;
    border-radius: 50%;
    height: 67px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.features-section .feature-block .icon-box img{
    width: 100%;
    height: auto;
}
.features-section  .feature-block .icon-box-title {
    min-height: 88px;
    margin-bottom: 15px;
}
.about-image-wrapper{
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}
.about-widget-block{
    padding: 60px 0;
    background: #f6f6f6;
}
.section-title{

    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
}
.section-title span{
    color: #21603F;
}

.rounded-image img{
    width: 100%;
    height: auto;
}
.rounded-image{
    width: 100%;
    height: auto;
    border-radius: 15px;
    overflow: hidden;
}
.info-services-block-widget .btn-custom{
    display: inline-block;
}
.info-services-block-widget .btn-custom:hover{
    color: #000;
}
.info-services-block-widget .row{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.info-services-block-widget .row:nth-of-type(even){
    flex-direction: row-reverse;
}
.info-services-block-widget .row:not(:last-of-type){
    margin-bottom: 30px;
}
.section-services-block,
.info-services-block-widget{
    padding: 60px 0;
}
.section-services-block .title-row{
    margin-bottom: 30px;
}
.section-services-block .row:not(.title-row){
    border-bottom: 2px solid #f6f6f6;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.section-services-block .row:not(.title-row):before,
.section-services-block .row:not(.title-row):after{
    display: none;
}
.section-services-block .row:last-of-type{
    border: none;
}
.section-services-block .row .col-sm-2 a{
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    height: 200px;
}
.section-services-block .row .col-sm-2:nth-of-type(1),
.section-services-block .row .col-sm-2:nth-of-type(2),
.section-services-block .row .col-sm-2:nth-of-type(3),
.section-services-block .row .col-sm-2:nth-of-type(4),
.section-services-block .row .col-sm-2:nth-of-type(5){
    border-right: 2px solid #f6f6f6;
}
.services-image-wrapper{
    height: 70px;
    width: 70px;
    background: #e0f0d3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-image-wrapper img{
    position: relative;
    right: 30px;
}
.estimation-section .estimation-block{
    border: none;
    border-radius: 15px;
    margin: 60px 0;
    padding: 45px 60px;
}
.specialist-item{
    border-radius: 15px;
    overflow: hidden;
    background: #f6f6f6;
    padding-bottom: 30px;
}
.specialist-item    .specialist-content .specialist-name a,
.specialist-item    .specialist-content .specialist-name{
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.specialist-item    .specialist-content{
    padding: 15px 15px 0px 15px;
}
.specialist-buttons{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
a.btn-custom:hover{
    color: #000;
}
.specialist-buttons a.btn-custom-open:hover,
a.btn-custom-open:hover{
    background: #84C551;
    border-color: #84C551;
    color: #fff;
}
.specialist-buttons a.btn-custom{
    border: 2px solid #84C551;;
}
.specialist-buttons a.btn-custom-open{
    border: 2px solid rgba(41,42,46,.1);
    color: #000;
    background: #fff;
}
.specialist-buttons a{
    display: block;
    width: 49%;
    text-align: center;
    text-transform: uppercase;
}

.specialist-item .specialist-content .specialist-text{
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.section-our-specialists{
    padding: 60px 0;
}
.section-specials {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.section-specials .special-item{
    position: relative;
}
.section-specials .special-item .special-content-wrapper{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.section-specials .special-item .special-content-wrapper .col-xs-12{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.section-specials  .special-subheader{
    color: #fff;
    font-size: 16px;
}
.section-specials .special-header{
    color: #fff;
    margin: 15px 0 35px;
    font-size: 31px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    font-weight: 500;
}
.section-specials .special-content{
    color: #fff;
    font-size: 16px;
    opacity: 0.9;
}
.special-buttons{
    margin-top: 35px;
}
.special-buttons a{
    display: block;
}
.section-news{
    padding: 60px 0;
}
.section-news .row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 30px;
}
.section-news .news-item-header{
    min-height: 46px;
}
.news-item{
    border-radius: 15px;
    overflow: hidden;
    background: #f6f6f6;
    padding-bottom: 20px;
}
.news-item .news-item-content {
    padding: 15px 15px 0px 15px;
}
.news-item .news-item-content .news-item-header a{
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.news-item .news-item-content .news-item-text{
    margin: 15px 0;
}
.section-content-custom{
    padding: 60px 0;
}
.testimonials-section-1 .testimonials-dtl{
    padding-top: 40px;
}
.testimonials-section-1 .testimonials-block{
    margin-top: 0;
    border: none;
    border-radius: 15px;
}
.testimonials-section-1 .client-position{
    font-weight: 400;
    font-size: 14px;
}
.testimonials-section-1 .client-name:after{
    display: none;
}
.testimonials-section-1 .client-name{
    text-transform: uppercase;

}
.projects-section{
    padding: 60px 0;
}
.mt-45{
    margin-top: 45px;
}

.pagination{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.section-news.services-section .row .col-sm-4{
    margin-bottom: 30px;
}
.phones-column{
    display: flex;
    flex-direction: column;
}
.contact-box-info li.phones-sizer{
    margin-bottom: 27px;
}
.contact-messengers ul{
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 15px;
}
.custom-form.contacts-form .help-block{
    margin: 0;
}
.custom-form.contacts-form  .form-group{
    margin-bottom: 15px;
}
.custom-form.contacts-form textarea.form-control{
    height: 150px;
}
.reviews-page-container {
    padding: 60px 0;
}
.reviews-page-container .product-review-list > div{
    background: #f6f6f6;
    margin-bottom: 15px;
    padding: 15px;
}
.reviews-page-container .product-review-list > div h5{
    text-transform: uppercase;
    margin-bottom: 5px;
}
.reviews-page-container .product-review-list > div .date{
    margin-bottom: 5px;
}
.reviews-page-container .product-review-list > div i{
    color: #84C551;
}
.title-add-reviews{
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 10px;
    position: relative;
    font-size: 30px;
    text-align: center;
    display: block;
    font-weight: 500;
}
.rating.three-star .form-group{
    margin-bottom: 0;
}
.rating.three-star i{
    color: #84C551;
}
.custom-content ul,
.custom-content ol{
    margin-top: 15px;
    margin-bottom: 15px;
}
.custom-content ul li{
    position: relative;
    padding-left: 20px;
}
.custom-content ul li:before{
    content: "•";
    color: #84c551;
    margin-right: 5px;
    position: absolute;
    left: 0;
}

li {counter-increment: li}
.custom-content ol li{
    position: relative;
    padding-left: 20px;
}
.custom-content ol li:before {
    content: counter(li)".";
    color: #84c551;
    margin-right: 8px;
    position: absolute;
    left: 0;
}
.section-404{
    margin-top: 30px;
    margin-bottom: 30px;
}
.section-404 .section_title{
    text-align: center;
}
.custom-content table thead{
    background: #84C551;
}
.custom-content table thead th{
    padding: 10px;
}
.custom-content table thead th p,
.custom-content table td p{
    margin-bottom: 0;
}
.custom-content table thead th p,
.custom-content table thead th{
    color: #fff;
}
.custom-content table td{
    padding: 10px;
}
.material-specialists .main-container{
    padding-bottom: 0;
}
.material-specialists  .section-content-custom{
    padding-top: 0;
}

.wax-up-article {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
    -webkit-font-smoothing: antialiased;
}
    
.wax-up-article h1,
.wax-up-article h2,
.wax-up-article h3,
.wax-up-article h4,
.wax-up-article p,
.wax-up-article li {
font-family: 'Inter', Arial, sans-serif !important;
}

.wax-up-article h1 { font-weight: 800 !important; }
.wax-up-article h2 { font-weight: 700 !important; }
.wax-up-article h3 { font-weight: 600 !important; }

@media only screen and (max-width: 1199px) and (min-width: 992px){
    .flexed-header-container {
        flex-wrap: wrap;
        position: relative;
        width: 100%;
    }
    .logo-header-container{
        width: 100%;
        display: flex;
        flex-direction: revert;
        justify-content: center;
    }
    .header-main-block .navigation{
        margin-top: 0;
    }
}
@media only screen and (max-width: 991px){
    .flexed-header-container{
        flex-wrap: wrap;
        position: relative;
    }
    .flexed-header-container .language-switcher{
        order: 2;
    }
    .flexed-header-container .navigation {
        order: 3;
        width: auto;
        position: initial;
        margin-top: 0;
    }
    .flexed-header-container .btn-header{
        order: 1;
        margin-right: 0;
        margin-left: 15px;
    }
    #cssmenu_v1.small-screen #menu-button{
        width: 44px;
        height: 44px;
    }

    #cssmenu_v1.small-screen{
        display: flex;
        flex-direction: column;
        width: auto;
    }
    #cssmenu_v1.small-screen > ul{
        position: absolute;
        left: 0;
        background: #fff;
        top: 100%;
        margin: 0 15px;
        width: calc(100% - 30px);
    }
    #cssmenu_v1{
        position: initial;
    }

}

@media only screen and (max-width: 767px){
    .section-services-block .row:not(.title-row){
        flex-direction: column;
        border: none;
    }
}
@media only screen and (max-width: 480px){
    h1{
        font-size: 28px;
    }
    .header-main-block .logo{
        padding-top: 5px;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 5px;
        text-align: center;
    }
    .header-main-block{
        background: #fff;
    }
    .footer-logo a img, .header-main-block .logo a img{
        width: 80%;
    }
    .footer-main-block{
        padding-top: 15px;
    }
}