/*!
Theme Name: aleph
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
*/

.custom-select .wpcf7-form-control-wrap{
    position: static;
}

.wpcf7-list-item {
    margin-left: 0;
}

.hidden {
    display: none;
}

.wpcf7-form-control-wrap.file{
    display: none;
}

.signal-link {
    padding: 15px 25px
}



/* tab block */
.tab-container{
	display:flex;
}
.tab-container .tab-menu{
	margin-right:20px;
}
.tab-container li{
	cursor:pointer;
}
.tab-list-item.clicked{
	background: #e3e3e3;
	padding: 10px;
}
.tab-list-item{
	padding: 10px;
}
.gray_text{
    background: #e3e3e3;
    padding: 10px;
}
@media screen and (max-width:678px){
	.tab-container{
	    flex-direction: column;
	}
	
}
/* tab block */

.achievements-container{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
}
.achievement_icon img{
    margin: auto;
}
.achievement_number{
    font-size: 70px;
}
.achievement_top{
    display: flex;
    margin: auto;
    justify-content: center;
}
.achievement_text{
    font-size: 28px;
}
.achievement_icon{
    margin-right: 20px;
}
.block-with-achievements{
    padding-bottom: 60px;
    padding-top: 60px;
}

@media screen and (max-width: 1198px) {
    .achievement_icon img{
        width: 60px;
    }
    .achievement_number{
        font-size: 50px;
    }

}

@media screen and (max-width: 1198px) and (min-width: 760px) {
    .achievement_icon img{
        width: 40px;
    }
    .achievement_number{
        font-size: 40px;
    }

}

@media screen and (max-width: 760px)  {
    .achievements-container{
        grid-template-columns: repeat(1, 1fr);
    }
    .one_achievement{
        margin-bottom: 30px;
    }
}

.small_form{
	display:flex;
}
.small_form_text, .small_form_fields{
	width:50%;
}
.small_form textarea{
	max-height: 145px;
}
.small_form_box_shadow{
	border-radius: 5px;
    -webkit-box-shadow: -1px 3rem 9rem hsla(0, 0%, 4%, .1);
    box-shadow: -1px 3rem 9rem hsla(0, 0%, 4%, .1);
    padding: 1rem;
    height: 86%;
    padding: 30px;
}
.small_form_text{ 
	padding: 10px;
}
@media (max-width:500px){
	.small_form_box_shadow{
		 padding: 10px;
	}
}

.three_icon_block img{
	margin:auto;
}

@media (min-width: 992px) {
    .three_icon_block  .intro__specs-value {
        font-size: 1.2rem;
        margin-bottom: 8px;
        width: auto;
			 margin-top: 15px;
    }
}
.three_icon_block {
    margin-top: 55px;
    margin-bottom: 55px;
}

@media (min-width:602px) {
   .three_icon_block  .intro__specs-inner {
        grid-gap: 0 2rem;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width:992px) {
  .three_icon_block  .intro__specs-value{
			margin: auto;
      text-align: center;
      font-size: 1rem;
      width: 100%;
			margin-top: 10px;
	}
}
@media (max-width:602px) {
   .three_icon_block .intro__specs-wrapper {
   		margin:auto;
    }
}

.feedback_grid {
/*         grid-template-columns: repeat(3, 1fr);
    display: grid; */
}
.feedback_grid .case-main__block.quote{
	position:relative;
	padding-left: 15px;
  padding-right: 15px;
}
.feedback_grid .case-main__block.quote>div span{
	top:-50px;
}
.feedback_three{
	padding-bottom: 50px;
  padding-top: 50px;
	background-color: #278a9c;
}
.feedback_three span{
	color:white!important;
}
.feedback_three span p{
	color:white!important;
}
.feedback_three .quote__author{
		color:white;
}
.feedback_three .quote__position{
		color:white;
}

.feedback_three .case-main__block.quote>div span{
	color:white;
}
.feedback_three .swiper-pagination-bullet-active{
	background:white;
}

@media (max-width:556px) {
	.feedback_grid{
		grid-template-columns: repeat(1, 1fr);
	}
}
#small_form_cf{
	padding-top:100px;
}

.small_form_box_shadow{
    margin-bottom: 70px;

    }

.small-contact-block .wpcf7-spinner{
    position: absolute;

}

.why-report-section .single-subtitle{
	margin-bottom: 30px;
}
.why-report-section .one_achievement{
	  border-style: solid;
    border-width: 1px;

	  padding: 25px;
}
@media (min-width:761px) {
	.why-report-section .one_achievement{
    border-right-width: 0;
		
	}
}
@media (min-width:761px) {
.container_problem{
		margin-bottom:20px;
}
}
.why-report-section .one_achievement:last-child{
	 border-right-width: 1px;
}
.why-report-section .achievement_text{
	margin-bottom:25px;
}

.why-report-section .achievement_icon{
	margin-bottom:25px;
	margin-right:0;
}

.problem_message textarea{
	max-height: 110px;
}
.problems_checkbox label{
	display: flex;
}
.problems_checkbox input{
	width: auto;
}

.problems_checkbox span{
    height: 30px;
    line-height: 25px;
    margin-right: 30px;
}

.why-report-section .one_achievement{
	margin-bottom:0;
}

@media (max-width:760px) {
	.why-report-section .one_achievement{
		border-bottom-width: 0px;
		
	}
	
	.why-report-section .one_achievement:last-child{
		border-bottom-width: 1px;
		
	}
	
}


/* header */
.tel_menu{
	background:none;
}
@media (min-width:1024px) {
	.menu>li.mobile_menu_item{
		display:none!important;
	}
}
@media (min-width:1341px) {
.menu>li.tel_menu a{
	padding-left:8px;
}
}
@media (max-width:1115px) {
	.menu.desktop_tel{
		width: 56px;
	}
}

.phone_line{
	display:none;
	cursor: pointer;
	  background: white;
    position: absolute;
    z-index: 99;
    top: 65px;
    padding: 10px;
    border-radius: 6px;
    border-width: 2px;
	border-style: solid;
	display:none;
}
.desktop_tel_hover:hover .phone_line{
	display:block;
}

@media (max-width:1340px) {

.desktop_tel_hover{
	height: 54.2px;
	width: 54.2px;
}
.js-get-started{
	width: 112px;
}
.desktop_tel_hover li{
margin-left: 12px;
	
}
}

.block-mobile-button .desktop_tel{
	display:none;
}

@media (max-width:1024px) {

.block-mobile-button{
	 display: flex;
   margin-left: auto;
}
.block-mobile-button{
	width: 165px;
}
.block-mobile-button .desktop_tel{
	margin-right:2px;
}


	.block-mobile-button .desktop_tel{
	display:block;
}
	
}

@media (max-width: 1024px) {
    .block-mobile-button {
        width: 210px;
    }
}
@media (min-width: 1340px) {
    .header .header__btn {
        margin-left: auto;
        width: 185px;
    }
}
.tel_us_green{
background: #278a9c;
	border-color:none;
	width:auto;
	    padding-left: 16px;
    padding-right: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
}
.tel_us_green a{
		color: white;
}
.tel_us_green:hover{
background:#227888;
}
@media (max-width: 1024px) {
	.tel_us_green {
		display:none;
	}
	
}

.tel_us_green{
	background: #e28748;
}
.tel_us_green:hover{
	background: #db6f24;
}

.phone_line {
    display: none;
    cursor: pointer;
    background: white;
    position: absolute;
    z-index: 99;
    top: 50px;
    padding: 10px;
    border-radius: 6px;
    border-width: 2px;
    border-style: solid;
    display: none;
    left: -43px;
    width: 145px;
}
.menu.desktop_tel{
	position: relative;
}
li.tel_menu{
	width:50px;
}
@media (max-width: 1339px) and (min-width: 1025px) {
	.menu.desktop_tel{
        width: 53px;
        height: 50px;
        margin-left: 5px;
        margin-right: 5px;
    }
}
@media (max-width: 1024px){
.menu.desktop_tel{
	background: #e28748;
	border-color: #e28748!important;
}
	.menu.desktop_tel:hover{
	background: #db6f24;
		
	}
}

@media screen and (max-width: 1024px)  {
    .menu>li.tel_menu a{
        color:white !important;
    }

}
/* header */