#mc_embed_signup div.mce_inline_error {
    margin: 0!important;
	font-size: 12px!important;
    font-weight: normal!important;
    position: absolute;
    width: 100%;
	background: transparent!important;
	color: red!important;
}
#mc_embed_signup input.mce_inline_error {
    border-color: red!important;
}
div#mce-responses {
    position: absolute!important;
	width: 100%;
	color: green;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700;
    color: #000;
    font-size: 11px;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 11px;
    font-weight: normal;
    display: block;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    color: #000;
}
.search__block {
	padding: 15px 0 15px 0;
    position: relative;
}
.search__block:hover .search__btn, .search__block.focused .search__btn {

    right: 0;
}
.search__input {
	opacity: 0;
	transition: all ease-out .5s;
	font-size: 14px;
	padding: 5px;
	border-width: 0 0 1px 0;
}
.search__block:hover .search__input, .search__block.focused .search__input  {
    opacity: 1;
}
.search__btn {
    position: absolute;
    right: 80%;
    top: 16px;
    bottom: 16px;
    width: 22px;
    height: calc(100% - 32px);
    transition: all ease-out .5s;
    border: none;
    padding: 0;
	background: transparent;
}

.vacancy .column {
	padding: 0;
}
input#form-file {
    width: 100%;
}

.cv-form-input .cv-form-item {
    opacity: 0;
    width: 100%;
    height: 40px;

	padding: 10px;
    width: 200px!important;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
	background: #ADADAD;
    color: rgba(48, 47, 47, 0.42);
}
.send-cv {
    margin-left: 8.333333%;
    margin-right: 0;
}


.cv-form-input {
    position: relative;
	margin: 15px 0 40px 0;
}

.cv-form-input .file-cv {

    padding: 7px 11px;
    color: rgba(48, 47, 47, 0.42);
    font-size: 14px;
}

.cv-form-input .cv-btn {
    bottom: 10px;
}
.cv-form-input .cv-btn {
    width: 35px;
	height: 35px;
    text-indent: 999999999999px;
    background: url(../img/clip.svg) no-repeat center;
    background-size: 80%;
}

.k:nth-child(3n+2) {  }

.line-gray {
    position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
}
.line-gray:nth-child(3n+2):before {
    content:'';
    height: 100%;
    top:0;
    width: 1px;
    background: #ececec;
    position: absolute;
    left: -16.7%;

}
.line-gray:nth-child(3n+2):after {
    content:'';
    height: 100%;
    width: 1px;
    background: #ececec;
    top: 0;
    position: absolute;
    right: -16.7%;
}


.form-role, .form__input_hidden {
	display: none;
}


@media (max-width: 767px){
	.send-cv{
		margin: 0;
	}

	.line-gray:before {
		content:'';
		display: none;

	}
	.line-gray:after {
		content:'';
		display: none;

	}
}

.about-info__icon {
    height: 360px;
}

.about-info__icon img {
    height:  100%;
    width:  100%;
    object-fit:  cover;
}

.--main-banner:after {
  content: "flickity";
    display: none;
}


.home_banner .app-carousel__cell {
    opacity: 0;
}
.is-draggable .app-carousel__cell {
    opacity: 1;
}

.single-page a{
	color: #1c75bc;
}

@media print {
    .no-print, .no-print *
    {
        display: none !important;
    }

    h1            { page-break-before: always }
    h1, h2, h3,
    h4, h5, h6    { page-break-after: avoid }
    ul, ol, dl    { page-break-before: avoid }
}

/* fix header meny size */
@media (min-width:991px) and (max-width:1170px) {

    .header__item {
        margin-left: 6px !important;
    }

    .header__link {
        font-size: 12px;
    }
}

/* Fix image height */
.app__icon-block {
    min-height: 160px;
}

/* Project grid */
.project-item {
    padding: 0 13px;
}

.download-file {
    color: var(--col-white) !important;
}

/* Update title font size */
.single-title {
    font-size: 40px;
    font-weight: 900;
    text-align: left;
    letter-spacing: -2px;
    line-height: 43px;
}