.popup-call {
    max-width: 600px;
    margin: 60px auto;
    background: #fff;
    border: 10px solid #000;
    padding: 30px 40px;
    text-align: center;
    position: relative;
}

.lag {
    text-align: center;
    background: #3086ff;
    color: #fff;
    padding: 15px 0;
}
.popup-call h3 {
    font-weight: 700;
    margin: 0 0 40px;
}
.popup-call p {
    max-width: 360px;
    margin: 5px auto !important;
    color: #999;
}
.popup-call .wpcf7-form-control-wrap {
	margin: 0 0 15px;
}
.popup-call .wpcf7-form-control-wrap input {
    border: none;
    background-color: transparent;
    border-bottom: 2px solid #FFA700;
    margin: 0;
    font-size: 16px;
}
.admin-bar .mfp-wrap .mfp-close, .admin-bar .mfp-wrap .mfp-close:active,
.admin-bar .mfp-wrap .mfp-close:hover,
.admin-bar .mfp-wrap .mfp-close:focus {
    top: 0px !important;
}
.popup-call .ajax-loader {
    position: absolute;
    right: 0;
}
.popup-call .wpcf7-submit, .popup-call .link-call {
    border: 2px solid #000;
    background: transparent;
    color: #000;
    font-size: 18px;
    height: 55px !important;
    display: table;
    margin: 0 auto;
    width: 100%;
    max-width: 220px;
    line-height: 50px !important;
    padding: 0;
    border-radius: 0;
    transition: all .25s ease;
}
.popup-call .wpcf7-submit:hover, .popup-call .link-call:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}
.link-call::before {
    content: "\f095";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.popup-call .wpcf7-submit::before {
    content: "\f003";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
    border-color: red !important;
}


@media (max-width: 768px){
  .slid-height .fl-row-content-wrap{
    min-height: unset!important;
  }
}


.lang-item-14{ 

}
.ast-header-break-point .lang-item-11 {    
	position: absolute;
    z-index: 1;
    top: 130px;
    left: 91px;
}
.lang-item-11:before {
    content: ' / ';
}
.ast-header-break-point .lang-item-11:before {
	content: ' / ';
	position : absolute;
}