.footer__item a{
    color: #fff;
    text-decoration: none;
}


.list-btns li a {
    padding: 8px 21px;
    line-height: 16px;
    max-width: 300px;
    min-height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 480px){
.serv__nav-icon {
    display: none;
}
.serv__nav-text {
    word-break: break-word;
    font-size: 10px;
}
}



.form.wpcf7 .ajax-loader,
.form.wpcf7 .wpcf7-not-valid-tip,
.form.wpcf7 .wpcf7-response-output,
.form.wpcf7 br{
	display: none !important;
}

.form.wpcf7 .wpcf7-not-valid{
	border-bottom: 1px solid red;
}

.glass-form{
	display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #95b53daa;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: 700;
    color: #ffffff;
}


.article .breadcumbs li a:hover{
	text-decoration: none;
}


.form.wpcf7 .form__title--big {
	font-size: 30px;
}


.page-title.js-title-services{
	font-size: 28px;
}
.form__title.js-desc-services{
	text-align: center;
}



.team__item .team__img{
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.team__item .team__img img{
	opacity: 1;
	/* transition: opacity 0.5s; */
}

.team__item:hover .team__img img{
	opacity: 0;
	/* transition: opacity 0.5s; */
}

/* NEW PAGE */
.page-template-page-engineering {

}
.page-template-page-engineering .header__top {
    border-bottom: 0;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}
.page-template-page-engineering .header__top .burger {
    display: block;
}
.page-template-page-engineering .header.fixed .header__top {
    display: flex !important;   
}
.scr1.scr1_engineering {
    overflow: visible;
}
.scr1_engineering .scr1__cont {
    background: transparent url('../img/scr1_engineering-bg.jpg') no-repeat bottom center;
    background-size: cover;
}
.scr1_engineering .scr1__cont .container:before {
    content: none;
}
.scr1_engineering .scr1__title {
    max-width: 100%;
    font-size: 45px;
    padding: 0;
    margin-bottom: 0;
}
.scr1_engineering .scr1__title span:before {
    background-color: rgba(3, 169, 244, 1)
;
}
.scr1_engineering .scr1__title-thin {
    color: #000;
    font-size: 34px;
    line-height: initial;
    margin-bottom: 13px;
}
.scr1_engineering .scr1__subtitle {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    margin-bottom: 32px;
}
.scr1_engineering .scr1__btns {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.scr1_engineering .scr1__btns .banner-video-main {
    margin-left: 20px;
    position: absolute;
    top: 20%;
    right: 10%;
}
.scr1_engineering .scr1__btns .banner-video-main > a {
    margin: 0;
}
.scr1_engineering .scr1__cont .btn__wrap--blue .btn--blue {
    background-color: rgba(3, 169, 244, 1)
;
    font-size: 16px;
}
.page-template-page-engineering .wrapper-inner-page {
    padding: 0;
}
.scr1_engineering .scr1__feat {
    padding: 30px 60px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    display: block;
    position: relative;
    top: 82px;
}
.scr1_engineering .scr1__feat .scr1__feat-title span {
    color: rgba(3, 169, 244, 1)
;
}
.scr1_engineering .scr1__feat ul {
    display: grid;
    /* grid-template-columns: repeat(2, 1fr); */
    list-style: none;
}
.scr1_engineering .scr1__feat ul li {
    display: flex;
    gap: 20px;
}
.scr1_engineering .scr1__feat ul li img {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.our-projects {
    padding: 143px 0 65px;
}
.our-projects .page-title {
    margin-bottom: 50px;
}
.our-projects__slider {
    overflow: hidden;
    width: 100%;
    height: 372px;
}
.our-projects__slider img {
    height: 100%;
    object-fit: cover;
}
.our-projects__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 70px;
}
.our-projects__item {
    position: relative;
    width: auto;
    /* min-height: 545px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    transition: all .3s;
}
.our-projects__item:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgb(117 117 117 / 70%);
    box-shadow: 0px 0px 15px 0px rgb(117 117 117 / 70%);
}
.our-projects__item .certs__btns {
    position: absolute;
    /* bottom: 34px; */
    margin: 0 auto;
    left: 0;
    right: 0;
    justify-content: center;
}
.our-projects__item .certs__btns .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.our-projects__item-bottom {
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.item-bottom__text-title {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
}
.item-bottom__text-desc {
    color: #494949;
}
.our-projects__item-bottom a {
    background-color: #03A9F4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 147px;
    height: 42px;
    padding: 9px 9px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    min-width: 150px;
}
.our-projects__item-bottom a:hover {
    box-shadow: 0px 4px 20px rgba(153, 186, 62, 0.5);
}
.btn-show-more {
    max-width: 191px;
    height: 46px;
    padding: 12px 36px;
    background: #21ABC5;
    box-shadow: 0px 4px 20px rgba(3, 117, 143, 0.5);
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    transition: all .3s;
}
.btn-show-more:hover {
    box-shadow: 0px 0px 10px rgba(3, 117, 143, 0.5);
}

.person-info {
    position: relative;
    background: #fff url('../img/person-info-bg.png') no-repeat center left / cover;
    background-size: 90% 100%;
    padding: 50px 0 0;
}
.person-info__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
}
.person-info__img {
    /* max-width: 653px;
    width: 100%;
    height: 870px; */
    object-fit: contain;
    background: url('../img/mihail-1.png') no-repeat center bottom / contain;
    background-size: auto;
}
.person-info__img:hover {
    background: url('../img/mihail-2.png') no-repeat center bottom / contain;
    background-size: auto;
}
.person-info__info {}
.person-info__info .page-title {}
.person-info__info .page-desc {}

.person-info__info .page-title,
.person-info__info .page-desc {
    text-align: left;
}
.person-info__info .list-custom li {
    margin-bottom: 20px;
}
.person-info__info .list-custom a {
    font-size: 14px;
    line-height: 21px;
    color: #21ABC5;
    margin-bottom: 20px;
    display: flex;
}
.person-info__info .list-custom a:hover {
    text-decoration-line: underline;
}
.person-info__info .form {
    margin-bottom: -30px;
}

.work-result {
    position: relative;
    padding: 90px 0 332px;
}
.work-result__img {
    position: absolute;
    bottom: 0;
    max-width: 1554px;
    height: auto;
    object-fit: contain;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.work-result__wrap-step {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.wrap-step__item-step {
    position: relative;
    min-height: 491px;
}
.item-step__header {
    display: flex;
    align-items: center;
    gap: 33px;
}
.wrap-step__item-step .choose__item-text {
    padding-left: 90px;
}
.list-custom li {
    position: relative;
    padding-left: 30px;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
    color: #464646;
    margin-bottom: 30px;
}
.list-custom li::before {
    position: absolute;
    content: "";
    top: 3px;
    left: 0;
    width: 10px;
    border-radius: 50px;
    height: 10px;
    background: #21ABC5;
}
.wrap-step__item-step .service-info__link {
    position: absolute;
    bottom: 54px;
    padding-left: 120px;
}

.page-template-page-engineering .lead {
    background: transparent url('../img/lead-bg-3.jpg') no-repeat center center;
    min-height: 541px;
}
.page-template-page-engineering .lead .form {
    max-width: 414px;
}
.page-template-page-engineering .form__item--radio {
    display: grid;
    gap: 20px;
    justify-content: flex-start;
}
.page-template-page-engineering .form__item--radio .your-radio label {
    text-transform: initial;
    /*cursor: pointer;*/
    text-align: left;
}
.page-template-page-engineering .form__item--radio .your-radio .check-circle {
    width: 10px;
    height: 10px;
}

.service-info {
    position: relative;
    background: #fff;
    padding: 40px 0 150px;
}
.service-info .service-info__img {
    position: absolute;
    bottom: 34px;
    right: 350px;
    max-width: 800px;
    height: auto;
    object-fit: contain;
}
.service-info .page-title {
    margin-bottom: 52px;
}
.service-info .page-desc {
    margin-bottom: 34px;
}
.service-info .page-title,
.service-info .page-desc {
    position: relative;
    text-align: left;
    padding-left: 50px;
}
.service-info__link {
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
    transition: all .3s;
    padding-left: 50px;

}
.service-info__link img {
    width: 13.8px;
    height: auto;
    object-fit: contain;
    margin-right: 11px;
}
.service-info__link span {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #21ABC5;
}
.service-info__link span:hover {
    text-decoration: underline;
}
.page-template-page-engineering  .choose__steps>li:nth-of-type(3) {
    /* margin-top: -30px; */
    margin-top: 0px;
}
.page-template-page-engineering .choose__form .form:before {
    background: #99B841;
}


.employee-box img {
    display: flex;
    max-width: 197px;
    max-height: 237px;
    object-fit: contain;
    margin: 0 auto;
}
.employee-box__links {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.employee-box__links a {
    font-weight: bold;
    font-size: 18px;
    color: #FFF7F7;
    text-decoration: none;
    transition: all .3s;
    border: 1px solid transparent;
    cursor: pointer;
}
.employee-box__links a:hover {
    border-bottom: 1px solid #FFF7F7;
}

.employee-box__name {
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.employee-box__position {
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
}


.page-template-page-engineering .faq {
    background: #fff;
}
.page-template-page-engineering .faq__img {
    background-color:transparent;
    width: 1024px;
    min-height: 1080px;
    height: 100%;
}
.page-template-page-engineering .faq__img img {
    opacity: 1;
}

@media screen and (max-width: 1400px) {
    .page-template-page-engineering .header .logo__wrap {
        margin-right: initial;
    }
}

@media screen and (max-width: 1024px) {
    .page-template-page-engineering .phone-hidden {
        display: none;
    }
    .page-template-page-engineering .header .logo__wrap {
        margin-right: auto;
    }
    .scr1_engineering .scr1__title {
        font-size: 38px;
    }
    .item-bottom__text-title {
        font-size: 18px;
    }
    .item-bottom__text-desc {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .our-projects__wrap {
        grid-template-columns: 1fr;
    }
    .person-info__wrap,
    .work-result__wrap-step {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .service-info .service-info__img {
        right: 0;
    }
    .person-info__img {
        display: none;
    }
    .scr1_engineering .scr1__title {
        font-size: 26px;
    }
}
@media screen and (max-width: 500px) {
    .work-result {
        position: relative;
        padding: 40px 0 232px;
    }
    .wrap-step__item-step {
        min-height: auto;
    }
    .wrap-step__item-step .choose__item-text,
    .wrap-step__item-step .service-info__link {
        padding-left: 0px;
    }
    .wrap-step__item-step .service-info__link {
        position: initial;
    }
    .service-info .page-title,
    .service-info .page-desc,
    .service-info__link {
        padding: 0;
    }
    .page-template-page-engineering .choose__steps>li:nth-of-type(3) {
        margin-top: -0px;
    }
    .scr1_engineering .scr1__title-thin {
        font-size: 20px;
    }
    .scr1_engineering .scr1__subtitle {
        font-size: 18px;
    }
    .scr1_engineering .scr1__feat {
        padding: 30px;
    }
    .scr1_engineering .scr1__feat ul {
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px;
    }
    .our-projects__slider {
        height: 200px;
    }
    .our-projects__item {
        min-height: 100%;
    }
    .our-projects__item .certs__btns {
        bottom: 15px;
    }
    .our-projects {
        padding: 100px 0 30px;
    }
    .our-projects__item-bottom {
        flex-direction: column;
        padding: 20px 20px 40px;
    }
    .our-projects__wrap {
        margin-bottom: 30px;
    }
}

.form-architect {
    margin-bottom: 20px;
}

.menu_link {
    text-transform: uppercase;
    font-size: 16px;
}

a.top_link {
    color: #21abc5;
}

.page-template-page-engineering .header__top a.menu_link {
    padding-top: 2px
}

.page-template-page-engineering .choose__item {
    padding: 35px 25px 48px 25px;
}

.page-template-page-engineering .wrap-step__item-step .choose__item-text {
    padding-left: 25px;
}

.page-template-page-engineering .wrap-step__item-step .service-info__link {
    padding-left: 45px;
}

.skidka__feat-img {
    max-width: 360px;
    margin: -90px 0 20px auto;
}

@media screen and (max-width: 768px) {
    .skidka__feat-img {
        margin: 20px auto;
    }
}

  .pager {
	height: 48px;
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.pager a {
    text-decoration: none;
}
.page-numbers {
	font-size: 18px;
	margin: 0 18px;
	line-height: 140%;
	letter-spacing: 0.02em;
	color: #17333F;
}
.page-numbers.current,
.page-numbers:hover {
	color: #03A9F4;
}
.page-numbers.current {
	font-weight: 500;
}
.prev.page-numbers,
.next.page-numbers {
	width: 48px;
	height: 48px;
	border-radius: 0.83vw;
    bottom: 0;
    right: 0;
    background-color: #03A9F4;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
	color: #fff;
}
.prev.page-numbers:hover,
.next.page-numbers:hover {
	color: #000;
	background: #ffb400;
}
.prev.page-numbers {
	left: 0px;
}
.next.page-numbers {
	right: 0px;
}

.our-projects__slider {
    height: 250px;
}
.our-projects__item.col-sm-6 {
    padding: 20px;
}
.our-projects__item.col-sm-6 .our-projects__item-bottom {
    display: block;
}

.our-projects__item.col-sm-6 .item-bottom__text {
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
    .scr1_engineering .scr1__btns .banner-video-main {
        position: unset;
    }
}
@media screen and (max-width: 768px) {
    .scr1_engineering .scr1__btns .banner-video-main {
        margin-top: 30px;
    }
}