.grecaptcha-badge {
    display: none !important;
}

.js-output {
    margin-top: 20px;
    font-size: 18px;
    color: red;
}

.js-output:empty {
    margin-top: 0;
}

.js-output.success {
    color: green;
}

.page-404 {
    margin: 0 0 10rem;
}

.page-404__text {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 6rem;
}

.page-404__text a {
    color: #20877D;
    background-image: linear-gradient(#20877D, #20877D);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size 0.25s ease-out, color 0.2s;
}
.page-404__text a:hover {
    background-size: 100% 1px;
}

.services-page__nav-submenu-list {
    display: none;
}

.services-page__nav-list-item--active .services-page__nav-submenu-list {
    display: block;
}

.page-header__menu-submenu {
    background: #fff;
    border-left: 1px solid #eee;
}

.intro__main-slider-card-link--empty {
    opacity: 0;
}

.js-items-hide .js-submenu-hide.services-page__mobile-nav-current-submenu-link::after {
    transform: rotate(0deg);
}
.js-items-hide .services-page__mobile-nav-current-submenu-list-item:not(.services-page__mobile-nav-current-submenu-list-item--active) {
    display: none;
}

.js-items-hide .services-page__mobile-nav-current-submenu-list-item {
    border-bottom: 0;
}

.js-load-more {
    cursor: pointer;
}

@media only screen and (min-width: 641px) {
    .page-header__menu-nav-list-item:hover .page-header__menu-submenu {
        opacity: 0;
        visibility: hidden;
    }
    .page-header__menu-submenu-list-item:hover > .page-header__menu-submenu,
    .page-header__menu-nav-list-item:hover > .page-header__menu-submenu {
        opacity: 1;
        visibility: inherit;
    }
}

.page__up {
    position: fixed;
    z-index: 999;
    bottom: 4rem;
    left: 4rem;
    width: 10rem;
    height: 10rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    display: none;
}
.page__up.active {
    display: flex;
}
.page__up .icon {
    stroke: #20877D;
    font-size: 2rem;
    width: 1em;
    height: 1em;
}
.page__up__text {
    margin-top: 0.8rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 135%;
    text-transform: uppercase;
    color: #20877D;
}

@media (max-width: 899.98px) {
    .page__up {
        top: auto;
        left: auto;
        right: 15px;
        bottom: 15px;
        width: 75px;
        height: 75px;
    }
    .page__up .icon {
        font-size: 15px;
    }
    .page__up__text {
        font-size: 12px;
    }
}

.simple-page-text {
    margin: 4rem 0;
}

.project__about-text ul {
    list-style: inherit;
    margin-left: 20px;
}

.project__about-text ol {
    list-style: decimal-leading-zero;
    margin-left: 28px;
}

.project__about-text ol>li::before {
    display: none;
}

.page-header__burger>span {
    border-radius: 1px;
}

.services__list-item:nth-child(4n+2) {
    overflow: hidden;
}

.gallery-slider__panel {
    background: none;
}

.hide {
    display: none;
}

.gallery-slider__arrows {
    background: #fff;
}

.icon-menu-arrow {
    vertical-align: middle;
}

.awards__slider-card-image-container {
    background-size: contain;
}

.about__video {
    display: block;
}

.projects__list-item a[href="javascript:;"] {
    cursor: default;
}

@media all and (max-width: 640px) {
    #video-about video {
        max-width: 100%;
    }
    .search__form-input {
        z-index: 2;
    }
    .search__form-submit {
        display: block;
        opacity: 0;
        width: 0;
        height: 0;
        position: absolute;
        z-index: -1;
    }
    #video-about {
        padding: 10px !important;
    }
    #video-about iframe {
        max-width: 100%;
        height: auto;
        min-height: 250px;
    }
    .page-header__menu-submenu-link .icon-menu-arrow {
        display: none;
    }
    .partners__load-more {
        display: none !important;
    }
}
.copy-dev {
    margin-top: auto;
    display: flex;
    align-items: center;
    
@media (max-width: 640px) {
	margin-bottom: 30px;
}	
}

.copy-dev__link svg {
	width: 6rem
}

.copy-dev__link {
    margin-left: 5px;
}
м