button,
a {
    font-family: 'Gilroy';
}

.single .article__buttons.buttons .buttons__prev.button-arrow {
    position: absolute;
    left: 0;
}

.single .article__buttons.buttons .buttons__next.button-arrow {
    position: absolute;
    right: 50px;
}

.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    font-weight: 700;
    font-size: 14px;
}

main.products .container .products__list.list .list__body.body .body__item .item img {
    max-width: 208px;
}

.admin-bar header.header {
    top: 32px;
}

.page-template-page-vacancies input[type='file'] {
    display: none;
}

.page-template-page-vacancies div.wpcf7 .ajax-loader {
    position: absolute;
    right: 0;
    margin: 0 -16px -40px 0;
}

.page-template-page-vacancies .vac_modal .modal__form.form.contact {
    grid-template:
        't t'
        'n e'
        'm m'
        'b b'
        's s';
}

.page-template-page-vacancies .vac_modal .form-wrapper {
    grid-area: s;
    display: flex;
    justify-content: flex-end;
}

.page-template-page-vacancies .vac_modal .form__file {
    position: absolute;
    left: 24px;
    margin-top: 60px;
}

.page-template-page-vacancies .vac_modal div.wpcf7 .ajax-loader {
    bottom: 30px;
    margin: 0;
}

.place-card {
    display: none;
}

.iframe_map {
    display: none;
}

.iframe_map.active {
    display: block;
}

.about__form .form__button {
    background-color: #EFEFEF;
    width: 100%;
}

div.wpcf7 .about__form .ajax-loader {
    position: absolute;
    bottom: 18px;
}

.architecture__about.about .container,
.design__about.about .container {
    padding-top: 106px;
}

.t-center {
    text-align: center;
}

main.design .design__result.result .container .wrapper .description-wrapper .result__button.button {
    width: 330px;
    font-weight: 500;
    line-height: 19px;
    font-size: 16px;
}

::-webkit-scrollbar-track {
    background: rgb(193 193 193 / 0.2);
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.team__members li:nth-child(n+10) {
    display: none;
}

.show_all_team,
.show_all_projects {
    position: relative;
    margin-top: 30px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}

.show_all_team:after,
.show_all_projects:after {
    position: absolute;
    content: '';
    width: 30px;
    height: 25px;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out,
        -webkit-transform .5s ease-in-out;
    background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 7.4 21.2' style='enable-background:new 0 0 7.4 21.2;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M3.3,20.8C3.5,21,3.8,21,4,20.8l3.2-3.2c0.2-0.2,0.2-0.5,0-0.7c-0.2-0.2-0.5-0.2-0.7,0l-2.8,2.8l-2.8-2.8 c-0.2-0.2-0.5-0.2-0.7,0c-0.2,0.2-0.2,0.5,0,0.7L3.3,20.8z M3.2,0.5l0,19.9h1l0-19.9L3.2,0.5z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center/contain;
}

main.about section.client-recall .client-recall__gallery.gallery .gallery__item.item {
    border: 2px solid #fff;
    filter: grayscale(1);
    transition: all .5s ease-in-out;
}

main.about section.client-recall .client-recall__gallery.gallery .gallery__item.item:hover {
    filter: grayscale(0);
    transition: all .5s ease-in-out;
}

main.recall .recall__list.recalls .container .recalls__items.list .list__item.item {
    margin: 0;
    border: 1px solid #fff;
    border-top: 2px solid #FFF;
}

main.recall .recall__list.recalls .container .recalls__items.list .list__item.item video {
    width: 100%;
}

main.products .container .products__list.list .list__body.body .body__item {
    cursor: initial;
}

main.products .container .products__list.list .list__body.body .body__item .image {
    cursor: pointer;
}

main.recall .recall__list.recalls .container .recalls__items.list .list__item.item {
    overflow: hidden;
}

main.recall .recall__list.recalls .container .recalls__items.list .list__item.item video {
    position: absolute;
    left: -5px;
    top: -5px;
    width: calc(100% + 20px);
}

.vac_modal {
    color: #000;
}

.modal .calculator .wpcf7-list-item-label {
    position: relative;
}

.modal .calculator .wpcf7-list-item-label::before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #000;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: 4px;
}

.modal .calculator input:checked+.wpcf7-list-item-label::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    left: -17px;
    top: 7px;
}

.modal .calculator span.wpcf7-list-item {
    margin: 0 20px;
}

.modal .calculator .wpcf7-list-item {
    cursor: pointer;
}

#gallery-1 img {
    border: 0 !important;
}

.dialog-message.animated {
    opacity: 1 !important;
}

.elementor-slideshow__header {
    flex-direction: row !important;
}

.single.single-cases header.one-case__offer,
.single.single-post header.single__offer {
    position: relative;
}

.single.single-cases header.one-case__offer::after,
.single.single-post header.single__offer::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.single.single-cases header.one-case__offer.offer .container .offer-wrapper,
.single.single-post header.single__offer.offer .container .offer-wrapper {
    position: relative;
    z-index: 10;
}

#gallery-1 .gallery-item {
    margin-top: -7px !important;
}

@media screen and (max-width: 570px) {
    .page-template-page-vacancies .vac_modal .form__file {
        margin-top: 10px;
    }

    .admin-bar header.header {
        top: 0;
    }

    main.main .main__directions .wrapper .direction__backgrounds.backgrounds .backgrounds__item.item {
        border-bottom: 1px solid #fff;
    }

    .footer.footer.show .container {
        top: 440px;
    }

    .director__video {
        width: 100%;
    }

    section.about .about__decor {
        line-height: 100px !important;
    }

    .show_all_team {
        display: block;
        margin-top: 35px;
    }

    .team__members li:nth-child(n+4) {
        display: none;
    }

    main.about section.offer {
        height: calc(100vh - 50px);
    }

    main.about section.about .about__decor {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

@media screen and (min-width: 1024px) {
  /* add animation letters */
  .anim-letters-item {
  	overflow: visible;
  }
  .anim-letters-item .animletter {
  	transform: translateY(100%);
  	opacity: 0;
  	transition: 3s;
  	display: inline-block;
  }
  .wow.fadeInUp {
    animation-delay: 2s;
  }
  a.wow.fadeInUp, button.wow.fadeInUp {
    animation-delay: 3s;
  }
  /* .wow:not(.animated)  */
  .anim-letters-item.wow.animated {
    opacity: 1;
  }
  .anim-letters-item.wow.animated .animletter {
  	animation: letter-animation 0.5s;
  	animation-fill-mode: forwards;
  }
  /* preload deley */
  body:not(.loaded) .anim-letters-item.wow.animated .animletter, body:not(.loaded) .wow.fadeInUp, body:not(.loaded) a.wow.fadeInUp, body:not(.loaded) button.wow.fadeInUp {
    animation-play-state: paused;
  }
  @keyframes letter-animation {
    from {
      opacity: 0;
      transform: translateY(100%);
    }

    to {
      opacity: 1;
      transform: translateY(0%);
    }
  }
}
