/*
Theme Name: 103taxi
Theme URI: Theme Name: http://103taxi.com.ua/
Author: Pavel Kuchenev
Author URI: Theme Name: http://103taxi.com.ua/
Description: Our 2023 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, left-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: 103taxi.com.ua

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.block h1 {
    color: #16294f;
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    margin-bottom: 40px;
}
@media(min-width: 1200px){
	.comments-box .item{
	flex: 1;
    min-width: 402px;
	}
}

*{
    /* border: 2px solid #3A76EC; */
}
.baner-serv .btns{
	position: relative;
	bottom: 44px;
	left: 50%;
	transform: translate(-50%, 16px);
	max-width: 780px;
	width: 100%;
	display: flex;
	justify-content:space-between;
	z-index: 222;
}

.headerLogo{
	display: flex;
	flex-direction: column;
}
.logoBox{
	position: relative;
}
.logoBox span{
	position: absolute;
	bottom: -6px;
	left: 19px;	
	font-size: 9px;
/* 	transform: translate(-50%, 0); */
}
.serv-a{
    color: #3a76ec;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
}
.price-page .price-block h2{display: none;}
.baner-serv h1{
    max-width: 553px!important;
}
/* .data-block .blockItem1:last-child{
    width: 100%!important;
} */
.article .articleBox{
    gap: 18px!important;
}
.data-block .blockItem1:nth-child(5) {
    width: 100% !important;
}
.seo-text{
    margin-bottom: 100px!important;
}
.seo-text ul{
    list-style-type: disc;
    padding-left: 30px;
}
.seo-text h3{
    font-size: 30px;
}
.seo-text img{
    width: auto!important;
	float: left!important;
	margin: 0 45px 0 0!important;
}
.header nav ul {
    gap: 34px!important;
}
.lightbox{
    display: flex;
    align-items: center!important;
    justify-content: center!important;
    flex-direction: column-reverse;
    position: fixed!important;
    
    left: 50%!important;
    top: 50%!important;
    transform: translate(-50%, -50%)!important;
}
.lb-outerContainer{
    top: -46px!important;
}
.lb-dataContainer{
    position: relative;
    top: -34px;
    margin-bottom: 8px!important;
}
.lb-details{
    display: none;
}
.lb-dataContainer{
    margin-bottom: 16px!important;
    
}
.lb-nav a.lb-next{
    position: absolute;
    background: url(img/nextArr.png) right 48% no-repeat!important;
    opacity: 1!important;
    right: 30px!important;
    top: 100%!important;
    height: 50px;
    
}
.lb-nav a.lb-prev{
    position: absolute;
    background: url(img/prevArr.png) left 48% no-repeat!important;
    opacity: 1!important;
    left: 30px!important;
    top: 100%!important;
    height: 50px;
    
}
#preloader{
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}
.active{
    transform: translate(0, 0)!important;
}
.rewBreadCrumb{
    display: none;
}	
.rewBreadCrumb-active{
    display: inline-block!important;
}
.leave-action .leave-actionBox .abs{
    top: -140px!important;
    right: 80px!important;
}
#mob-list{
    background-color: #DEE9FD!important;
    width: 100%!important;
    height: 100vh!important;
    position: fixed!important;
    top: 0!important;
    left: 0!important;
    padding: 24px 0!important;
    z-index: 9999!important;
}
#ftg-22 .tile .caption-block{
    display: none!important;
}
#mob-list .top{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 16px;
    border-bottom: 1px solid rgba(58, 118, 236, .3);
}
#mob-list .bottom{
    background-color: #DEE9FD!important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 16px 104px;
    display: flex;
    align-items: center;    
    justify-content: space-between;
    z-index: 1111;

}
#mobCollapseMnu{
    width: 100%;
    position: absolute;
    left: 0;
    top: 91px;
    padding: 0 0 65px 0;
    height: calc(100% - 190px);
    overflow-y: auto;
}
.mobBar{
    margin-left: 32px;
}
.reviews::after{
    z-index: -1!important;
}
.closeMob{
    position: relative;
    top: 4px;
}
.reviews::after{
    background-image: url(img/bgStar.svg)!important;
}
	
	
#mob-list .sub-menu{
    max-height: 0px;
    transition: max-height .61s ease;
}
#mob-list .menu-item-has-children.collapsed > .sub-menu{
    max-height: 2800px!important;
    transition: max-height .61s ease;
}
#mob-list .menu-item-has-children{
    overflow: hidden;
    position: relative;
}
#mob-list .menu-item-has-children::after{
    content: "";
    position: absolute;
    right: 16px;
    top: 27px;
    display: block;
    width: 16px;
    height: 11px;
    background-image: url('img/mobarr.svg');
    background-position: center;
    background-size: cover;
    transition: all .3s ease;
}
#mob-list .menu-item-has-children.collapsed::after{
    content: "";
    position: absolute;
    right: 16px;
    top: 27px;
    display: block;
    width: 16px;
    height: 11px;
    transform: rotate(180deg);
    background-image: url('img/mobarr.svg');
    background-position: center;
    background-size: cover;
}
#mob-list ul{
    margin: 0!important;
    text-align: left!important;
    padding: 0;

}

#mob-list ul a{
    color: #16294F; 
    padding: 16px 16px;
    display: block;
    text-align: left;
    font-size: 22px;
    border-bottom: 1px solid rgba(58, 118, 236, .3);
}
#mob-list .langs a{
    border-bottom: none!important;
    padding-top: 0!important;
    padding-bottom: 0!important;
}
#mob-list .sub-menu a{
    font-size: 18px;
    color: #16294F;
    padding-left: 44px;
    border-bottom: none;
}
.popup-youtube{
    position: relative;
    display: block;
    width: 100%;
}
.popup-youtube::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 84px;
    height: 84px;
    background-image: url(img/youtube.png);
    background-position: center;
    background-size: cover;
    z-index: 500;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 100;
}
.popup-youtube::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: #00112D;
    opacity: 0.5;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 10px;
    z-index: 99;
}
.video-item{
    position: relative;
    z-index: -1!important;
    overflow: hidden;
    border-radius: 10px;
}

.video-item .title{
    color: #16294F;
    font-size: 24px;
    font-weight: 500;
    margin-top: 23px;
}
.perevagaBlock h2{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.perevagaBlock .descr{
    max-width: 380px;
    width: 100%;
    color: #737F95;
    font-size: 18px;
    line-height: 24px;
}
.owl-perevagy{
    margin-top: 60px;
}
.owl-perevagy .owl-stage{
		padding-bottom: 27px;
}
.owl-perevagy .owl-dots{
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-perevagy .owl-dots .owl-dot{
    flex: 1;
    height: 4px;
    border-radius: 4px;
}
.owl-perevagy .owl-dots .owl-dot span{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #DEE9FD;
    transition: all .3s ease;
    border-radius: 4px;
}
.owl-perevagy .owl-dots .owl-dot.active	span{
    background-color: #3A76EC;
    transition: all .3s ease;
}	
			
					




.owl-item-perevagy{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pr-item{
    width: 48%!important;
    margin-bottom: 70px;
}
.pr-item img{
    width: 34px!important;
}
.pr-item .title{
    color: #16294F;
    font-weight: 500;
    line-height: 24px;
    font-size: 18px;
    margin: 12px 0;
}
.pr-item .descr{
    color: #111929;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}
.flexVideoTop{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.header{
    border-bottom: 1px solid #C4D6F9!important;
}
.sertificates {
   margin-top: 40px;
}

.price-block_part{
    flex: 1;
}

.header nav ul li a{
    padding-right: 16px;
    font-size: 15px!important;
}
.gallery_wrapper{
    max-width: 1200px;
    width: 100%;
    margin: 40px auto;
}
.loading-bar{
    display: none!important;
}

.mfp-bg{
    opacity: 0.8!important;
    background: #00112D!important;
}
#thanck_popup{
    background-color: #fff;
    border-radius: 10px;
    max-width: 343px;
    width: 100%;
    padding: 70px 24px 40px;
    text-align: left;

}
#thanck_popup h3{
    color: #3A76EC;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 8px;
}
#thanck_popup p{
    color: #111929;
    font-weight: 500;
    line-height: 24px;
    font-size: 22px;
}
/* ------------------- STARS RATING --------------------  */
.starsFunc{
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row-reverse;
}
.starsFunc .star{
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .2s ease;
}
.starsFunc .star:hover{
    transform: scale(1.2);
}
.starsFunc .star::before{
    content: '\e838';
    font-family: "Material Icons";
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #e8e8e8;
    font-size: 24px;
}
.starsFunc input{
    display: none;
}
.starsFunc input:checked ~ .star::before{
    content: '\e838';
    color: #FABF35;
    animation: 0.25s linear expand;
}


/* ------------------- STARS RATING --------------------  */


.leave-comment textarea{
    height: 152px;
}
.leave-comment{
    flex-wrap: wrap;
}
.staticStar{
    width: 120px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
}
.staticStar .star{
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all .2s ease;
}
.staticStar .star:hover{
    /* //transform: scale(1.2); */
}
.staticStar .star::before{
    content: '\e838';
    font-family: "Material Icons";
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #FABF35;
    font-size: 24px;
}
.staticStar input{
    display: none;
}
.staticStar input:checked ~ .star::before{
    content: '\e838';
    color: #e8e8e8;
    animation: 0.25s linear expand;
}


/*  ------------------------- MENU ---------------------   */
#menu-main-top .menu-item-has-children{
    position: relative;
  }
  #menu-main-top ul li.menu-item-has-children::after{
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 7px;
    top: 55%;
    right: 0;
    background-image: url(img/arrow.jpg);
    background-position: center ;
    background-size: cover;

    transform: translate(0, -50%)!important;
   /* // transform: rotate(-90deg)!important; */
   
    display: block;
    z-index: 999;
    cursor: pointer;
  }
  
  
  #menu-main-top .menu-item-has-children{
    position: relative;
  }
  #menu-main-top .menu-item-has-children::after{
    content: url(/img/arrow.svg);
    position: absolute;
    top: 34px;
    right: 5px;
    
    width: 16px;
    height: 16px;
    display: block;
  }
  #menu-main-top .menu-item-has-children ul{
    border-radius: 10px;
    background: rgba(255, 252, 252, 0.90);
    box-shadow: 0px 4px 25px 0px rgba(17, 69, 174, 0.12);
    padding: 8px 32px;
    max-height: 400px;
    overflow-y: scroll;
  }
  #menu-main-top .menu-item-has-children ul li{
    width: 100%;
    height: auto;
    padding: 4px 8px;
    cursor: pointer;
    
   
  }
  #menu-main-top .menu-item-has-children ul{
    min-width: 332px;
    box-shadow: 0px 4px 17px 0px rgba(0, 32, 54, 0.10);
    border-radius: 0px 0px 12px 12px;
    display: none;
    position: absolute;
    left: 0;
    top: 99%;
    z-index: 999;
  }
  #menu-main-top .menu-item-has-children ul li:hover{
    /* background: #E9EDF8; */
    color: #3A76EC; 
  }
  #menu-main-top .menu-item-has-children ul li:hover a{
    color: #3A76EC; 
  }
  #menu-main-top .menu-item-has-children ul>.menu-item-has-children>ul{
    left: 100%;
    top: 0;
  }
  #menu-main-top .menu-item-has-children:hover>ul{
    display: block;
  }
  .baner-aboutBox{
    overflow: hidden;
  }
/*  ------------------------- MENU ---------------------   */
.breadcrumbs{
    display: flex;
}
.breadcrumbs li:last-child>a::after{
    display: none!important;
}
.breadcrumbs span{
    margin-right: 0!important;
}
.contact-block .breadcrumbs a{
    color: #737F95;
    line-height: 24px;
}
.contact-block .breadcrumbs {
    margin-top: 40px;
    display: flex;
}
.block404{
    width: 100%;
    display: flex;
    align-items: stretch;
    max-height: 878px;
    
}
.block404 h1{
    max-width: 380px;
    width: 100%;
    font-size: 160px;
    margin-bottom: 32px;
    color: #fff;
    position: relative;
}
.block404 h1 svg{
    width: 159px;
    position: absolute;
    right: -79px;
    top: 0;
}
.block404 .p-404-1{
    max-width: 380px;
    width: 100%;
    color: #fff;
    font-size: 28px;
    line-height: 32px;
}
.block404 .p-404-2{
    max-width: 380px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.block404 .left{
    padding-right: 156px;
    display: flex;
    background: linear-gradient(163deg, #84AEFF 7.77%, #3A76EC 82.8%);
    width: 50%;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 90px;
}
.block404 .right{
    width: 50%;
}
.block404 .right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}
.block404 .btn{
    display: block;
    max-width: 380px;
    width: 100%;
    padding: 16px 66px;
    border: 1px solid #fff;
    margin-top: 44px;
}
.comment-thanck{
    text-align: center;
    display: none;
}
.comment-thanck .btn{
    max-width: 343px;
    width: 100%;
}
.comment-thanck_wrapper{
    background-color: #F3F7FE;
    border-radius: 10px;
    padding: 60px 120px;
    max-width: 712px;
    width: 100%;
    margin: 40px auto;
    text-align: center;
}
.comment-thanck_wrapper h3{
   color: #16294F;
   font-size: 48px;
   font-weight: 500;
   line-height: 54px; 
   margin-bottom: 24px;
}
.comment-thanck_wrapper p{
    color: #737F95;
    font-size: 16px;
    line-height: 24px;
}

.red-error{
    color: red;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
}
.langs ul li{
    text-transform: uppercase;
}
.steps{
    max-width: 415px;
    width: 100%;
    margin-bottom: 60px;
}
.steps img{
    max-width: 343px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.quiz-block {
    background-color: #F3F7FE;
    position: relative;
}
.quiz-block .breadcrumbs{
    padding-top: 40px;
    color: #737F95;
    opacity: 0.8;
}
.quiz-block .breadcrumbs a, .quiz-block .breadcrumbs span{
    color: #737F95;
}
.quiz-block #image{
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    top: 0;
    overflow: hidden;
}
.form-area{
    max-width: 416px;
    width: 100%;
    padding: 40px 32px;
    background-color: #fff;
    border-radius: 10px;
}
.form-area .title{
    color: #3A76EC;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 12px;
}
.form-area .descr{
    color: #111929;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 32px;
}
.inputBox{
    width: 100%;
    color: #111929;
    font-size: 18px;
    margin-bottom: 32px;
}
.inputBox p{
    margin-bottom: 8px;
    color: #111929;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.block14{
    margin-bottom: 90px!important;
}
.noMarginBottom{
    margin-bottom: 0!important;
}
.inputBox input{
    border: 1px solid #DEE9FD;
    border-radius: 10px;
    width: 100%;
    color: #233353;
    font-size: 16px;
    padding: 16px 24px; 
}
.continiue{
    max-width: 416px;
    width: 100%;
    margin-top: 40px;
    text-align: center;
    padding-bottom: 167px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.continiue .btn{
    max-width: 343px;
    width: 100%;
    margin: auto;
}
.radio-item {
    display: inline-block;
    position: relative;
    padding-left: 30px ;
    margin: 10px 40px 0 0;
    cursor: pointer;
    margin-bottom: 16px;
  }
  /* .radioContainer .radio-item:first-child{
    margin-right: 60px;
  } */
  .radio-item input[type='radio'] {
    display: none;
  

  }
  
 .radio-item label {
    color: #666;
    font-weight: normal;
    cursor: pointer;
  }
   
  /* .radio-item label:before {
    content: url('img/ch1.svg');
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
    border-radius: 11px;
    border: 2px solid #DEE9FD;
    background-color: transparent;
  } */
  .radio-item input[type=radio] + label:after {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 3px;
    left: 5px;
    content: url('img/ch1.svg');
  }
  .radio-item input[type=radio]:checked + label:after {
    content: url('img/ch2.svg');
    border-radius: 11px;
    width: 11px;
    height: 11px;
    position: absolute;
    top: 3px;
    left: 5px;
    
  }

.stepForm{
    display: none;
}

.stepForm.active{
    display: block;
}


@media (max-width: 1330px) {
    .header{
       padding: 12px!important; 
    }
    .header nav ul li a{
        font-size: 14px!important;
    }
}
.up{
    position: fixed;
    top: 90%;
    right: calc(50% - (600px - 74px));
    z-index: 70;
}
.up:hover{
    transform: scale(1.2);
}
.up img{
    width: 80px;
	height: 80px;
}
.backBtn{
    display: block;
    max-width: 343px;
    width: 100%;
    margin: 8px auto;
    padding: 16px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #3a76ec;
    background-color: #a0a0a0; 
}
.toMainBtn{
    display: none;
    max-width: 343px;
    width: 100%;
    margin: auto;
    background-color: #3a76ec;
    padding: 16px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}
.toMainBtn.active{
    display: block!important;
}
.thankBlock h1{
    font-size: 64px;
}
.about-contact{
    padding: 90px 0 !important;
}
.bottomMore{
    text-align: right;
    position: relative;
    top: 65px;
}
.mobMore{
    color: #3a76ec;
    font-weight: 700;
    text-decoration: underline;
}
.mobBottomImgs{
    margin-top: 32px;
}
select{
    -webkit-appearance: none!important;

}
.nice-select{
    position: relative!important;
    white-space: normal!important;
    line-height: 21px!important;
}
.select-wrapper{
    position: relative;
}
.select-wrapper::before{
    content: ''!important;
    width: 16px!important;
    height: 11px!important;
    display: block!important;
    position: absolute!important;
    top: 21px!important;
    right: 14px!important;
    background-image: url(img/selectArr.png)!important;
    background-position: center!important;
    background-size: cover!important;
    z-index: 9099;
}
.black_bread_item{
    color: #737F95!important;
}
.mobPictures{
    display: flex;
    gap: 12px;
}
.mobPictures .left img{
    height: 100%;
    width: auto;
    object-fit: cover;
}
.mobPictures .right img:first-child{
    margin-bottom: 12px;
}
.mfp-counter{
    display: none;
}
.mfp-bottom-bar{
    top: 50px!important;
}
@media (max-width: 992px) {
    .block3 ol{
        padding-left: 20px;
    }

     .contact-block{
        background-color: #f3f7fe;
        padding: 32px 0 0!important;
    }
    .about-contact{
        background-color: #f3f7fe;
        padding: 32px 0!important;
    }
    .about-contact h2{
        font-size: 36px!important;
        color: #16294f;
        font-weight: 500;
        margin-bottom: 24px;
    }
    .about-contact h1{
        font-size: 36px!important;
        color: #16294f;
        font-weight: 500;
        margin-bottom: 24px;
    }
    .about-contact .contact-item a, .contact-block .contact-item a{
        font-size: 18px!important;
    }
    .about-contact .contact-item img, .contact-block .contact-item img{
        width: 20px!important;
        margin-right: 8px!important;
    }
    .about-contact #map, .contact-block #map{
        height: 320px!important;
    }
    .up{
        position: fixed;
        top: 80%;
        right: 16px;
        z-index: 70;
    }
    .up img{
        width: 74px;
        top: 84%;
    }
    .leave-action{
        overflow: hidden;
    }
    .leave-action .leave-actionBox .abs{
        top: -140px!important;
        right: -120px!important;
        width: 260px!important;
        height: 260px!important;
    }
    .leave-action h2{
        position: relative;
        z-index: 10;
    }
    .contact-block #map{
        position: relative!important;
        width: 100%!important;
        height: 290px!important;
        margin-top: 40px;
    }
    .quiz-block #image{
        display: none;
    }
    .steps{
        margin-bottom: 40px;
    }
    .form-area{
        padding: 32px 24px;
    }
    .form-area .title{
        font-size: 18px;
    }
    .form-area .descr{
        font-size: 22px;
    }
    .comment-thanck_wrapper{
        padding: 32px 16px;
    }
    .comment-thanck_wrapper h3{
        font-size: 22px;
        margin-bottom: 12px;
        line-height: 24px;
    }
    .comment-thanck_wrapper p{
        font-size: 14px;
        line-height: 18px;
    }
    .leave-comment{
        padding: 32px 16px!important;
    }
    .sert-gal .col-md-4{
        padding-right: 0!important;
        padding-left: 0!important;
    }
    .sert-gal{
        padding: 44px 22px!important;
    }
    .sertificates{
        padding-left: 0!important;
    }
    .block404 h1 svg{
        width: 159px;
        position: absolute;
        right: 0;
        top: 23px;
    }
    .block404 h1{
        padding-top: 118px;
        max-width: 100%;
        width: 100%;
    }
    .block404{
        flex-direction: column;
        max-height: 878px;
        padding: 0;
        max-height: initial;
    }
    .block404 .left{
        width: 100%;
        padding-right: 16px;
        padding-left: 16px;
    }
    .block404 .right{
        width: 100%;
    }
    .sub-menu li:hover{
        background-color: transparent!important;
        color: #fff;
    }
  .card-body {
    width: 100%;
  }
  .card-body a {
    font-size: 16px;
    line-height: 28px;
    width: 85%;
  }
  .custom-acc .abs {
    display: none;
  }
  .collapsedName {
    width: 100%;
    font-size: 28px;
    padding-right: 30px;
  }
  .custom-acc {
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
	.logoBox span{
		bottom: -6px;
		left: 16px;	
		font-size: 9px;
	/* 	transform: translate(-50%, 0); */
	}
    .lightbox{
        display: flex;
        align-items: center!important;
        justify-content: center!important;
        flex-direction: column-reverse;
        position: fixed!important;
        
        left: 50%!important;
        top: 50%!important;
        transform: translate(-50%, -50%)!important;
    }
    .lb-outerContainer{
        top: -70px!important;
    }
    .lb-dataContainer{
        position: relative;
        top: -54px;
    }
    .blockTitle img{
        width: 34px;
    }
    .owl-perevagy .owl-dots{
        bottom: 18px;
    }
    .pr-item .descr{
        font-size: 14px;
        line-height: 18px;
    }
    .pr-item{
        margin-bottom: 20px;
    }
    #thanck_popup h3{
        color: #3A76EC;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 8px;
    }
    #thanck_popup p{
        color: #111929;
        font-weight: 500;
        line-height: 24px;
        font-size: 22px;
    }
    .estimate-block{
        background-image: url(img/estimate-mob.jpg)!important;
    }
  .owl-suggest .owl-stage-outer {
    width: 100%;
  }
  .owl-suggest .item {
    flex-direction: column;
  }
  .imgBox {
    width: 100%;
    height: 264px;
  }
  .itemData {
    padding-top: 18px;
    padding-left: 0;
    padding-right: 0;
  }
  .itemData p {
    font-size: 18px;
  }
}
@media (max-width: 991.98px) {
    .header .logo img {
        width: 220px!important;
    }
	.serv-baner-btns{
		width: 85%!important;
		position: relative!important;
	}
}
.banerImage_block{
	height: auto!important;
}
.banerImage_block .baner-serv .btns{
	position: relative!important;
	margin-top: 24px!important;
}
@media (max-width: 991.98px) {
    .banerImage_block {
        height: auto!important;
    }
}
@media (max-width: 991.98px) {
    .banerOnTop h1 {
        margin-top: 30px;
    }
}