.nc-demo-modal-wrapper {
    display: none;
}

.ui-input.error, .ui-textarea.error {
    border-left-width: 5px;
    border-left-color: #B50909;
    box-shadow: none;
}

.is-error .ui-check__checkbox {
    border-color: red;
}

.subinput-text.ui-error {
    font-size: 11px;
    line-height: 20px;
    font-weight: 300;
    text-transform: uppercase;
    display: block;
    position: relative;
    top: -15px;
}

.activity__item-title {
    font-weight: 600;
}


@media (max-width: 768px) {
    .page-index .geo {
        padding-bottom: 150px;
    }

    .direction__tile, .benefits__tile {
        margin-bottom: 20px;
    }

}

@media (max-width: 575px) {
    .direction__tile {
        width: 50%;
    }

    .activity__item-title {
        font-size: 12px;
    }

    .activity__item-text {
        display: none;
    }

    .activity__item-desc {
        padding: 22px 18px 18px;
    }

    .activity__item-image {
        height: 100px;
    }

    .benefits__item-image {
        text-align: left;
        width: 20%;
        display: inline;
        float: left;
    }

    .benefits__item-title {
        display: inline;
        width: 80%;
        float: left;
    }

    .benefits__item {
        background: #fff;
        color: #003771;
        text-align: left;
        display: block;
        min-height: 100%;
        padding: 42px 20px 42px;
    }

    .benefits__count-number {
        display: inline;
        float: left;
        width: 25%;
    }

    .benefits__count-title {
        display: inline;
        float: left;
        width: 75%;
        padding-left: 20px;
        text-transform: unset;
        padding: 5px 20px;
    }

    .benefits__count-title:before {
        content: none;
    }

    .benefits__count {
        padding: 20px 20px;
    }

    .benefits__tile br {
        display: none;
    }
}

@media (max-width: 450px) {
    .benefits__item-image {
        height: 50px;
    }

    .benefits__item {
        background: #fff;
        color: #003771;
        text-align: left;
        display: block;
        min-height: 100%;
        padding: 10px 20px 10px;
    }

    .benefits__item-title {
        font-size: 12px;
        text-transform: unset;
        line-height: 24px;
    }
}

.pagination__prev.is-disabled, .pagination__next.is-disabled {
    display: none;
}

.article__images img {
    border-radius: 3px;
    text-decoration: none;
    overflow: hidden;
    background: #F7F8F9;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    transition: 0.25s;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.nc-demo-modal-wrapper {
    display: none;
}

.footer__nav-submenu {
    margin-bottom: 5px;
}

.products__nav-menu > li {
    flex: 0 0 50%;
}

.btn-up {
    bottom: 50px;
    right: 20px;
    z-index: 8393;
    position: fixed;
    height: 50px;
    width: 50px;
    display: none;
    border: 1px solid #DCDCDC;
    background: #F4F4F4;
    border-radius: 3px;
    cursor: pointer;
}

.btn-up.is-active {
    display: block;
}

.activity__item-image {
    height: 180px;
}

.article__images iframe {
    height: 100% !important;
}


.lazyYT-container {
    direction: ltr;
    position: relative;
    display: block;
    height: 0;
    background-color: #000000;
    padding-bottom: 0 !important;
}

.js-lazyYT {
    height: inherit;
    width: inherit;
}

.ytp-thumbnail.lazyYT-image-loaded {
    height: 100%;
}

.html5-info-bar {
    display: none;
}

.video__obj iframe {
    position: relative;
    top: 20px;
}

.direction__content .ui-table tbody tr:nth-child(odd) td, .direction__content.ui-wysiwyg table tbody tr:nth-child(odd) td {
    background: none;
}

.direction__content .ui-table td, .direction__content.ui-wysiwyg table td {
    border: none;
}

.contacts__item a {
    text-decoration: none;
}

.show-desktop {
    display: none;
}

.show-mobile {
    display: none;
}

@media (max-width: 992px) {
    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }
}

@media (min-width: 992px) {
    .show-mobile {
        display: none;
    }

    .show-desktop {
        display: block;
    }
}

.direction__content.row {
    margin-left: 0px;
    margin-right: 0px;
}

.image-right {
    padding-right: 0;
}

.direction__content .btn {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .page-index .header__info-menu .icon-location {
        fill: #fff;
    }
}

.products__nav-menu > li {
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

@media (min-width: 576px) {
    .products__nav-menu > li, .article__nav-menu > li {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}


@media (min-width: 992px) {
    .products__nav-menu > li {
        max-width: 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
    .article__nav-menu > li {
        max-width: 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    }
}


.document__item a {
    display: block;
    height: 240px;
    width: 170px;
}

.document__item figure {
    height: 100%;
    overflow: hidden;
}

.document__item-title {
    font-size: 16px;
    margin-top: 20px;
    color: rgba(93, 113, 128, 0.7);
}

.document__item {
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .document__item {
        width: 50%;
    }
    .document__item a {
        width: 100%;
        height: auto;
    }
}

.ui-file__input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}

.btn.btn--dashed {
    width: auto;
    min-width: 160px;
    border: 1px dashed #B3D6FF;
    color: white;
    font-size: 16px;
    height: 50px;
    line-height: 25px;
}

.ui-field.file {
    margin-top: 18px;
}

.ui-field.file.is-error .btn--dashed {
    border: 1px dashed red;
    color: red;
}
.request__caption {
    font-size: 14px;
}

.about {
    position: relative;
}

.extra__navigation a {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    text-decoration: none;
    color: #003771;
    padding: 20px 30px;
    transition: 0.25s;
    text-align: center;
    min-height: 82px;
    display: block;
    margin-bottom: 20px;
    display: flex;
    text-transform: uppercase;

    align-items: center;
    font-size: 16px;
}

.extra__navigation a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 20px;
    background-image: linear-gradient(-40deg, #1976d2 0%, #64b5f6 100%);
    opacity: 0.2;
    -ms-transform: skewX(-15deg);
    transform: skewX(-15deg);
    margin: 0 -20px 0 0;
    position: relative;
    top: -2px;
    left: -10px;
}

.extra__navigation {
    position: absolute;
    bottom: 0;
    width: 100%;
    right: 10px;
    padding: 0;
    max-width: 292px;
    float: right;
}

.extra__navigation a:hover {
    text-decoration: none;
    background-color: #e9f5ff;
    color: #003771;
}

@media (max-width: 992px) {
    .extra__navigation {
        position: unset;
        max-width: unset;
        display: flex;
        flex: 1;
        margin-top: 20px;
    }
    .extra__navigation  a{
        flex: 0 0 49%;
        margin-right: 20px;
        justify-content: center;
    }

}

@media (max-width: 767px) {
    .extra__navigation {
        display: block;
    }
    .extra__navigation a {
       justify-content: unset;
        margin-right: 0;
    }
}

.projects__item-image {
    height: 314px;
    background: white;
}
.projects__item-image img {
    position: unset;
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.si-wrapper-right {
    margin-left: 46px;
    margin-top: 33px;
}

.map__marker {
    display: block;
    position: relative;
    cursor: pointer;
    width: 94px;
    box-sizing: border-box;
    height: 101px;
}

[data-banner] {
    /* width: 1240px; */
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #EBF1F7;
    padding: 25px 0;
    line-height: 1.45;
    color: #003771;
}

[data-banner] .title {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1rem;
}

[data-banner-close] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 36px;
    line-height: 1;
    font-weight: 300;
    transition: 0.25s;
    z-index: 5;
}

[data-banner-close]:after {
    content: '+';
    display: block;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

[data-banner-close]:hover {
    opacity: 0.5;
}

[data-banner] a, [data-banner] a:hover {
    text-decoration: none;
}

[data-banner] a[href^='tel:'],
[data-banner] a[href^='tel:']:hover {
    color: #74787B;
    font-weight: bold;
}

[data-banner] a[href^='mailto:'],
[data-banner] a[href^='mailto:']:hover,
[data-banner] a[href^='mailto:']:focus  {
    color: #0096c4;
}

[data-banner] .container-fluid {
    max-width: 1280px;
    padding: 0;
}
[data-banner] {
    padding:0;
}
[data-banner] img {
    display: block;
}

[data-banner] img.image-mobile {
    display: none;
}

@media (max-width: 1169px) {
    /*[data-banner] {
        padding: 15px 40px 15px 0;
    }*/
}

@media (max-width: 600px) {
    [data-banner] img {
        display: none;
    }
    [data-banner] img.image-mobile {
        display: block;
    }
}

/*** start userful, reviews ***/

@font-face {
    font-family: 'Museo Sans';
    src: url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500.woff") format("woff");
    font-weight: 500;
    font-style: normal; }

@font-face {
    font-family: 'Museo Sans';
    src: url("../fonts/MuseoSansCyrl-300Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300Italic.woff") format("woff");
    font-weight: 300;
    font-style: italic; }

@font-face {
    font-family: 'Museo Sans';
    src: url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
    font-weight: 300;
    font-style: normal; }

.useful {
    font-family: 'Museo Sans', sans-serif; }

.useful__title {
    display: block;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300;
    color: #003771;
    margin: 0 0 40px; }

.useful__list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none; }
.useful__list > li {
    margin: 0 0 30px; }
.useful__list > li:last-child {
    margin: 0; }

.useful__item {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 220px; }

.useful__item-image {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    margin: 0;
    position: relative; }
.useful__item-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
@media (max-width: 1199px) {
    .useful__item-image {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%; } }
@media (max-width: 767px) {
    .useful__item-image {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        height: 220px; }
    .useful__item-image img {
        position: absolute;
        top: 0;
        left: 0;
        -o-object-fit: cover;
        object-fit: cover; } }

.useful__item-desc {
    -ms-flex: 1;
    flex: 1;
    padding: 40px; }
@media (max-width: 767px) {
    .useful__item-desc {
        padding: 30px; } }

.useful__item-title {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
.useful__item-title:after {
    content: '';
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    background: #D9ECFE;
    width: 24px;
    height: 36px;
    z-index: -1;
    -ms-transform: skew(-20deg);
    transform: skew(-20deg); }
.useful__item-title a {
    text-decoration: none;
    color: #003771; }
.useful__item-title a:hover {
    text-decoration: underline;
    color: #003771; }

.useful__item-text {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #486174;
    margin: 0 0 20px; }

.useful__item-info {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    line-height: 19px;
    font-weight: 300;
    color: #486174; }
.useful__item-info > li {
    margin: 0 30px 0 0;
    white-space: nowrap; }
.useful__item-info svg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin: 0 8px 0 0;
    color: #4875AB;
    fill: currentColor; }

.reviews {
    font-family: 'Museo Sans', sans-serif; }

.reviews__title {
    display: block;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 300;
    color: #003771;
    margin: 0 0 40px; }

.reviews__list {
    margin: 0 0 40px;
    padding: 0;
    list-style: none; }
.reviews__list > li {
    margin: 0 0 30px; }
.reviews__list > li:last-child {
    margin: 0; }

.reviews__item {
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px; }
@media (max-width: 767px) {
    .reviews__item {
        padding: 30px; } }
@media (max-width: 575px) {
    .reviews__item {
        display: block; } }

.reviews__item-letter {
    display: block;
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    margin: 0 40px 0 0;
    color: #1976d2;
    text-decoration: none; }
.reviews__item-letter:hover {
    color: #1976d2;
    text-decoration: underline; }
@media (max-width: 575px) {
    .reviews__item-letter {
        margin: 0 0 30px; } }

.reviews__item-letter-image {
    display: block;
    margin: 0 0 20px; }
.reviews__item-letter-image img {
    display: block;
    width: 100%; }

.reviews__item-letter-link {
    display: block;
    position: relative;
    font-size: 15px;
    line-height: 1;
    font-weight: 300;
    padding: 0 20px 0 0; }
.reviews__item-letter-link svg {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    fill: currentColor; }

.reviews__item-desc {
    -ms-flex: 1;
    flex: 1; }

.reviews__item-logo {
    display: block;
    padding: 0 0 20px;
    margin: 0 0 30px;
    border-bottom: 1px solid rgba(72, 97, 116, 0.15); }
.reviews__item-logo img {
    display: block; }

.reviews__item-author {
    display: block;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
    color: #003771;
    text-transform: uppercase;
    position: relative;
    z-index: 1; }
.reviews__item-author:after {
    content: '';
    display: block;
    position: absolute;
    top: -4px;
    left: -6px;
    background: #D9ECFE;
    width: 24px;
    height: 32px;
    z-index: -1;
    -ms-transform: skew(-20deg);
    transform: skew(-20deg); }
.reviews__item-author small {
    font-size: 14px;
    line-height: 23px;
    font-weight: 300;
    font-style: italic;
    text-transform: none;
    color: #486174;
    display: inline-block;
    vertical-align: top; }

.reviews__item-content {
    font-size: 16px;
    line-height: 21px;
    font-weight: 300;
    color: #486174;
    margin: 0 0 30px; }
.reviews__item-content:last-child {
    margin: 0; }
.reviews__item-content p {
    margin: 0 0 21px; }
.reviews__item-content p:last-child {
    margin: 0; }

.reviews__item-assets {
    margin: 0 -10px -20px;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.reviews__item-assets > li {
    max-width: 50%;
    padding: 0 10px 20px; }

.reviews__item-assets-item {
    display: block;
    position: relative;
    max-width: 220px;
    position: relative; }
.reviews__item-assets-item:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.25s;
    opacity: 0; }
.reviews__item-assets-item img {
    display: block; }
.reviews__item-assets-item:hover:after {
    opacity: 1; }
.reviews__item-assets-item:hover .reviews__item-assets-play svg {
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.reviews__item-assets-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-image: linear-gradient(-40deg, #1976d2 0%, #64b5f6 100%);
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff; }
.reviews__item-assets-play:after, .reviews__item-assets-play:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0.2;
    border: 1px solid #64b5f6; }
.reviews__item-assets-play:after {
    width: 54px;
    height: 54px; }
.reviews__item-assets-play:before {
    width: 72px;
    height: 72px; }
.reviews__item-assets-play svg {
    position: relative;
    z-index: 2;
    display: block;
    fill: currentColor;
    transition: 0.25s; }

.pagination__link {
    cursor: pointer; }

.useful__details-content {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #486174;
}

/*** end userful, reviews ***/