@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.eot"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.eot"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.eot"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.eot"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-ExtraBold.eot"), url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.ttf") format("truetype");
    font-weight: 900;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
}

html.mobile-active {
    /*overflow: hidden;*/
}

body {
    padding: 0;
    margin: 0;
    font-size: 8px;
    font-family: "Montserrat";
    position: relative;
    color: #001832;
    line-height: 1.2;
    background: #FFFFFF;
    width: 100%;
}

.container {
    max-width: 1170px;
}

.row.swiper-wrapper {
    width: auto;
}


/*-------------*/

.social_block ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.social_block ul li {
    margin-right: 10px;
}

.social_block ul li:last-child {
    margin-right: 0;
}

.social_block ul a {
    border-radius: 500px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #03B0CD;
}

.social_block ul a svg path {
    transition: all 0.5s ease;
}


/*-------------*/

.link_item a {
    display: flex;
    align-items: center;
    color: #001832;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s ease;
}

.link_item--icon {
    width: 30px;
    height: 30px;
    background: #03B0CD;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 100px;
    margin-right: 15px;
}

.link_item a:hover {
    color: #03B0CD;
}

.section {
    padding: 50px 0;
    position: relative;
}

.section--last {
    padding-bottom: 0;
}


/*-------------*/

.section-title__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.section_title {
    color: #001832;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 0;
}


/*-------------*/

.section-bg {
    position: absolute;
    z-index: -1;
}


/*----------------------------------*/

header {
    padding: 30px 0;
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    background: linear-gradient(180deg, #0E1D44 0%, rgba(14, 29, 68, 0.9) 100%);
    margin-bottom: 60px;
}

.home header {
    position: absolute;
    background: transparent;
    z-index: 2;
    padding: 50px 0;
    margin-bottom: 0;
}

.header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
}


/*-------------*/

.header-menu {
    margin-left: 40px;
}

.header-menu ul.menu {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    justify-content: space-between;
}

.header-menu ul.menu li {
    margin-right: 25px;
}

.header-menu ul.menu li:last-child {
    margin-right: 0;
}

.header-menu ul.menu li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
	word-spacing:3;
    text-decoration: none;
    transition: all 0.5s ease;
}

.header-menu ul.menu li.menu-li__active > a,
.header-menu ul.menu li a:hover {
    color: #03B0CD;
}


/*-------------*/

.header-lang {
    margin-left: 40px;
    position: relative;
}

.header-lang__title {
    color: #03B0CD;
    font-size: 16px;
    position: relative;
    display: none;
    padding-right: 40px;
}

.header-lang__title::before {
    content: "";
    background: url("../img/land_arrow.svg");
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-lang ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.header-lang ul li {
    margin-right: 15px;
}

.header-lang ul li:last-child {
    margin-right: 0;
}

.header-lang ul li a {
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.header-lang ul li.active a,
.header-lang ul li:hover a {
    color: #03B0CD;
}


/*-------------*/

.header-search {
    margin-left: 60px;
}

.header__serch a {
    padding: 10px 0;
    display: block;
    cursor: pointer;
}

.header__serch {
    position: relative;
}

.header__serch .searchform {
    position: absolute;
    display: flex;
    right: -10px;
    z-index: 1;
    transform: translateY(-50%);
    top: 50%;
    width: 650px;
    transition: all 0.5s ease;
    width: 0;
    overflow: hidden;
}

.header__serch .searchform button[type="submit"] {
    padding: 10px 0;
    display: block;
    border: 0;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.header__serch .searchform input {
    font-weight: 500;
    font-size: 16px;
    background: #FDFDFD;
    padding: 10px 40px 10px 20px;
    border: 0;
    width: 100%;
    outline: none;
}

.header-burger {
    /*margin-left: 40px;*/
    cursor: pointer;
    /*display: none;*/
}

.header-right .header-burger {
    display: none;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-left .header-burger {
    margin-left: 70px;
}

.header-burger svg path {
    transition: all 0.5s ease;
}

.header-burger:hover svg path {
    stroke: #03B0CD;
}

.header-burger__click {
    cursor: pointer;
}


/*---------------------------------------*/

.header-mobile {
    /*position: fixed;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #001832;
    z-index: 100;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 30px 60px 30px;
    right: 0;
    transform: translateX(100%);
    transition: all 0.5s ease;*/
    position: absolute;
    top: 0;
    width: 100%;
    background: #001832;
    /* box-shadow: 0px 25px 45px 0px rgba(0, 13, 28, 0.80); */
    z-index: 5;
    padding: 40px 0 120px 0;
    transform: translateY(-100%);
    transition: all 0.5s ease;
    overflow: hidden;
}

.mobile-active .header-mobile {
    /*transform: translateX(0);*/
    box-shadow: 0px 25px 45px 0px rgba(0, 13, 28, 0.80);
    transform: translateY(0);
}

.header-mobile .header-burger__click svg path {
    transition: all 0.5s ease;
}

.header-mobile .header-burger__click:hover svg path {
    stroke: #03B0CD;
}

.header-mobile__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}

.header-mobile .header-logo img {
    max-width: 140px;
}

.header-mobile .header-logo {
    display: none;
}

.header-mobile__footer {
    margin-top: 70px;
}

.header-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.header-mobile .header-menu {
    margin-left: 0;
}

.header-mobile .header-menu ul.menu>li>a {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}

.header-mobile .header-menu ul.menu>li {
    margin-right: 100px;
    max-width: 360px;
}

.header-mobile .header-menu ul.menu>li:last-child {
    margin-right: 0;
}

.header-mobile .header-menu ul.menu ul.sub-menu {
    margin: 0;
    padding: 0;
}

.header-mobile .header-menu ul.menu ul.sub-menu a {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.header-mobile .header-menu ul.menu ul.sub-menu li {
    margin-bottom: 10px;
    margin-right: 0;
}

.header-mobile .header-menu ul.menu ul.sub-menu li:last-child {
    margin-bottom: 0;
}

.header-mobile__footer .social_block ul a {
    background: rgb(255 255 255 / 20%);
}

.header-mobile__footer ul a:hover svg path {
    fill: #03B0CD;
}

.banner-bg__item,
.banner-bg__video {
    width: 100%;
    height: 100%;
}

.banner-bg__video {
    object-fit: cover;
}


/*
.header-mobile__content .header-menu {
    margin-left: 0;
}

.header-mobile__content .header-menu ul.menu {
    flex-direction: column;
}

.header-mobile__content .header-menu ul.menu a {
    font-size: 20px;
    font-weight: 800;
}

.header-mobile__content .header-menu ul.menu li {
    margin-right: 0;
    margin-bottom: 20px;
}

.header-mobile__content .header-search {
    margin-left: 0;
    margin-bottom: 20px;
}

.header-mobile__content .header__serch a {
    padding: 0;
}*/


/*---------------------------------------*/

/* .home-banner {
    padding-bottom: 200px;
    position: relative;
    height: 1000px;
} */

.home-banner {
    position: relative;
    height: 1000px;
    overflow: hidden;

    /* ВАЖНО */
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}


/* .home-banner__bg {
    position: absolute;
    z-index: -1;
    height: 100%;
    width: 100%;
} */

.home-banner__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-bg__slider {
    height: 100%;
}

/* .banner-bg__item {
    position: relative;
    height: 100%;
    width: 100%;
} */

.banner-bg__item {
    position: relative;
    width: 100%;
    height: 100%;
}


.banner-bg__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* .banner-bg__item:before {
    content: "";
    background: linear-gradient(180deg, rgba(14, 29, 68, 0.9) 0%, rgba(14, 29, 68, 0.05) 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
} */

.banner-bg__item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(14, 29, 68, 0.85) 0%,
        rgba(14, 29, 68, 0.55) 50%,
        rgba(14, 29, 68, 0.15) 100%
    );
    z-index: 2;
    pointer-events: none;
}

.home-banner__main {
    position: relative;
    z-index: 3;
}

/* .banner-bg__item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} */

.banner-bg__video {
    opacity: 0;
    animation: videoFadeIn 1.2s ease forwards;
}

@keyframes videoFadeIn {
    to {
        opacity: 1;
    }
}

.home-banner__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.home-banner__main {
    padding-top: 230px;
    height: 100%;
}

.home-banner__main .container {
    height: 100%;
}

.home-banner__social {
    margin-bottom: 80px;
}

.home-banner__social ul a {
    background: rgba(255, 255, 255, 0.10);
}

.home-banner__social ul a:hover svg path {
    fill: #03B0CD;
}

.home-banner__title {
    color: #FFF;
    font-size: 82px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2;
}

.home-banner__description {
    color: #FFF;
    font-size: 24px;
    max-width: 880px;
}

.home-banner__link {
    margin-top: 50px;
}

.home-banner__link .link_item a {
    color: #FFF;
}

.slider_pagination span {
    width: 12px;
    height: 12px;
    opacity: 1;
    border: 1px solid #FFF;
    background: transparent;
    margin-right: 10px;
    border-radius: 23px;
    transition: all 0.5s ease;
}

.slider_pagination span:last-child {
    margin-right: 0;
}

.slider_pagination span.swiper-pagination-bullet-active {
    width: 80px;
    background: #fff;
}


/*----------------------------------------------------*/

.section-about {
    padding-top: 0;
    margin-top: -110px;
}

.about-container {
    position: relative;
    padding: 45px;
    padding-bottom: 0;
}

.about-container:before {
    content: "";
    position: absolute;
    top: 0;
    height: 110px;
    background: #fff;
    left: 0;
    width: 100%;
}

.about-title {
    color: #001832;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.about-description {
    color: #001832;
    font-size: 16px;
    line-height: 1.6;
}

.about-link {
    margin-top: 30px;
}

.about-img img {
    max-width: 100%;
    margin: 0 auto;
}

.about-img {
    text-align: center;
}

.section-about .section-bg {
    top: 190px;
}


/*---------------------------------------------------*/

.window-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.window-list ul li {
    margin-bottom: 10px;
}

.window-list ul li:last-child {
    margin-bottom: 0;
}

.window-list ul li a {
    color: #001832;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    padding: 40px;
    padding-left: 80px;
    display: flex;
    background: #FFF;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05);
    line-height: 1.5;
    position: relative;
    z-index: 1;
    transition: color 0.5s ease;
}

.window-list ul li a:before {
    content: "";
    background: #03B0CD;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.05), 0px 8px 20px 0px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.window-list ul li a:hover {
    color: #FFFFFF;
    z-index: 3;
}

.window-list ul li a:hover:before {
    opacity: 1;
}

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

.window-img {
    height: 100%;
}


/*---------------------------------------------------*/

.section-indicators .section-bg {
    top: 250px;
}

.indicators-image img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.indicators-row {
    display: flex;
    padding: 0 7.5px;
    flex-wrap: wrap;
    margin-top: -130px;
    justify-content: center;
}

.indicator-col {
    width: 33.333333%;
    padding: 2.5px;
}

.indicator-item {
    background: #FFF;
    padding: 30px;
    display: flex;
    height: 100%;
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
}

.indicator-item:before {
    content: "";
    background: #03B0CD;
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.20);
    position: absolute;
    top: -20px;
    right: -20px;
    left: -20px;
    bottom: -20px;
    z-index: -1;
    transition: opacity 0.5s ease;
    opacity: 0;
}

.indicator-item__icon {
    width: 42px;
    min-width: 42px;
    margin-right: 20px;
}

.indicator-item__icon svg path {
    transition: all 0.5s ease;
}

.indicator-item__title {
    color: #03B0CD;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all 0.5s ease;
    line-height: 1.2;
}

.indicator-item__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.5s ease;
}

.indicator-item__text strong {
    color: #03B0CD;
    font-weight: 700;
    transition: all 0.5s ease;
}

.indicator-item:hover {
    z-index: 3;
}

.indicator-item:hover:before {
    opacity: 1;
}

.indicator-item:hover .indicator-item__icon svg path {
    fill: #FFFFFF;
}

.indicator-item:hover .indicator-item__title {
    color: #FBFBFB;
}

.indicator-item:hover .indicator-item__text,
.indicator-item:hover .indicator-item__text strong {
    color: #FFF;
}


/*---------------------------------------------*/

.industry-item {
    position: relative;
    height: 500px;
}

.industry-item__img {
    width: 100%;
    height: 100%;
    position: relative;
}

.industry-item__img:before {
    content: "";
    background: rgba(9, 8, 44, 0.55);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease;
}

.industry-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industry-item__info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 35px 20px 35px 35px;
}

.industry-item__title {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.industry-item__arrow {
    margin-bottom: 30px;
}

.industry-item__arrow svg path {
    transition: all 0.5s ease;
}

.industry-item__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    opacity: 0;
}

.industry-item:hover .industry-item__img:before {
    background: rgba(0, 0, 0, 0.76);
}

.industry-item:hover .industry-item__title {
    color: #03B0CD;
}

.industry-item:hover .industry-item__arrow svg path {
    stroke: #03B0CD;
}

.industry-arrows {
    margin-top: 50px;
    display: flex;
}

.industry-arrows .industry-arrow {
    margin-right: 15px;
    cursor: pointer;
}

.industry-arrows .industry-arrow.swiper-button-disabled {
    cursor: default;
}

.industry-arrows .industry-arrow:last-child {
    margin-right: 0;
}

.industry-arrow svg path {
    transition: all 0.5s ease;
}

.industry-arrow.swiper-button-disabled svg path {
    stroke: #DDDDDD;
}


/*---------------------------------------------*/

.help-logo__logos {
    margin-top: 30px;
}

.help-logo__col {
    margin-bottom: 25px;
}

.help-logo__item a {
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    border: 1px solid #E1E4E6;
    align-items: center;
    padding: 20px;
}

.help-logo__item a img {
    max-width: 100%;
}

.help-block__left {
    height: 100%;
}

.help-block__left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.help-block__right {
    height: 180px;
    width: 100%;
}

.help-logo__col:last-child {
    margin-bottom: 0;
}

.help-logo__col:nth-last-child(2) {
    margin-bottom: 0;
}


/*---------*/

.help-block {
    position: relative;
}

.help-block--bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.help-block--bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.help-block__left {
    position: relative;
}

.help-block__left:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 30px;
    background: #fff;
    transform: translateX(100%);
}

.help-logo__logos {
    position: relative;
    background: #fff;
}

.help-logo__logos:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: #fff;
    transform: translateY(-100%);
}


/*---------------------------------------------------*/

.section-news .section-bg {
    top: 300px;
}

.news-col {
    margin-bottom: 30px;
}

.news-item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.news-item__img {
    height: 250px;
    min-height: 250px;
    margin-bottom: 30px;
}

.news-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-item__content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.news-item__info {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.news-item__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.news-item__title a {
    color: #001832;
    text-decoration: none;
}

.news-item__description {
    color: #001832;
    font-size: 15px;
    line-height: 1.5;
}

.news-item__date {
    margin-top: 20px;
    color: #535A63;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}

.news-item:hover .news-item__title a {
    color: #03B0CD;
}


/*----------------------------------------*/

.logs-item a {
    display: flex;
    align-items: center;
    color: #0A1227;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    /* 22.4px */
    text-decoration: none;
}

.logs-item__icon {
    margin-right: 20px;
}

.logs-item__icon img {
    max-width: 90px;
    max-height: 90px;
}

.logs-slider {
    overflow: hidden;
}

.logs-arrows {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.logs-arrow {
    margin-right: 10px;
    cursor: pointer;
}

.logs-arrow svg path {
    transition: all 0.5s ease;
}

.logs-arrow.swiper-button-disabled {
    cursor: default;
}

.logs-arrow.swiper-button-disabled svg path {
    stroke: #DDDDDD;
}

.logs-arrow:last-child {
    margin-right: 0px;
}


/*---------------------------------------------------*/

.section-maps {
    position: relative;
    padding: 0 !important;
}

#map {
    height: 530px;
    position: relative;
}

.section-map__contact .container {
    position: relative;
}

.contact-block {
    position: absolute;
    top: 150px;
    padding: 45px 50px;
    z-index: 1;
    max-width: 440px;
    background: #FFF;
    box-shadow: 0px 41px 90px 0px rgba(0, 0, 0, 0.15);
    right: 0;
}

.contact-row__title {
    color: #6F798F;
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-row__text {
    color: #6F798F;
    font-size: 20px;
    font-weight: 500;
}


/*---------------------------------------------------*/

footer {
    padding: 60px 0;
    margin-top: 100px;
}

.home footer {
    margin-top: 0;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer__social {
    margin-left: 150px;
}

.footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.footer-menu ul.menu li {
    margin-right: 30px;
}

.footer-menu ul.menu li:last-child {
    margin-right: 0;
}

.footer-menu ul.menu li a {
    color: #6F798F;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s ease;
}

.footer-menu ul.menu li a:hover {
    color: #03B0CD;
}

.footer-copy {
    margin-top: 50px;
    color: #B5BCCC;
    font-size: 12px;
    font-weight: 500;
}

.footer-contacts {
    display: flex;
    align-items: center;
}

.footer-contact__item {
    display: flex;
    margin-right: 30px;
}

.footer-contact__link {
    align-items: center;
}

.footer-contact__icon {
    margin-right: 15px;
}

.footer-contact__text {
    color: #6F798F;
    font-size: 14px;
    font-weight: 500;
    max-width: 330px;
    flex-direction: column;
    display: flex;
}

.footer-contact__text a {
    color: inherit;
    text-decoration: none;
    transition: all 0.5s ease;
}

.footer-contact__text a:hover {
    color: #03B0CD;
}


/*----------------------------------------------*/

.section-breadcrumbs {
    margin-bottom: 60px;
}

.bread-crambs {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.bread-crambs li {
    margin-right: 30px;
    line-height: 1;
}

.bread-crambs li:last-child {
    margin-right: 0;
}

.bread-crambs li a {
    color: #9CB1C8;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s ease;
}

.bread-crambs li span {
    color: #001832;
    font-size: 12px;
    font-weight: 500;
}

.page-content {
    position: relative;
    padding-bottom: 50px;
}

.page-content .section-bg {
    top: 110px;
}

.industry-col {
    margin-bottom: 30px;
}

.catalog-row {
    margin-bottom: 30px;
}


/*-------------------------------------------*/

.pagination ul.page-numbers {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination {
    justify-content: center;
    /*margin-top: 60px;*/
    margin-top: 30px;
}

.pagination ul.page-numbers a.page-numbers,
.pagination ul.page-numbers span.page-numbers {
    display: flex;
    padding: 10px 10px;
    background: #8E96A1;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    /* 21px */
    width: 45px;
    height: 45px;
    margin: 0 2px;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}

.pagination ul.page-numbers a.page-numbers:hover,
.pagination ul.page-numbers span.page-numbers {
    background: #03B0CD;
}

.pagination ul.page-numbers .next,
.pagination ul.page-numbers .prev {
    margin: 0 30px;
    color: #8E96A1;
    font-size: 14px;
    font-weight: 500;
    background: transparent !important;
    width: auto !important;
}

.pagination ul.page-numbers a.next,
.pagination ul.page-numbers a.prev {
    color: #03B0CD;
    text-decoration: none;
}

.pagination ul.page-numbers .prev {
    margin-left: 0;
}

.pagination ul.page-numbers .next {
    margin-right: 0;
}


/*------------------------------------------------------*/

.content-404__img {
    text-align: center;
}

.content-404__title {
    color: #001832;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.content-404__description {
    color: #001832;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
    /* 28.8px */
}

.content-404 {
    padding-top: 100px;
    padding-bottom: 50px;
}


/*------------------------------------------------------*/

.contact-info {
    margin-top: -85px;
}

.contact-info__block {
    background: #FFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
    padding: 55px 35px;
}

.contact-info__list {
    display: flex;
    flex-wrap: wrap;
}

.contact-info__item {
    margin-right: 30px;
}

.contact-info__item:last-child {
    margin-right: 0;
}

.contact-info__item {
    display: flex;
    margin-right: 25px;
    align-items: center;
    margin-bottom: 10px;
}

.contact-info__link {
    align-items: center;
}

.contact-info__icon {
    margin-right: 10px;
}

.contact-info__text {
    color: #8E96A1;
    font-weight: 500;
    max-width: 330px;
    font-size: 22px;
    display: flex;
    flex-direction: column;
}

.contact-info__text a {
    color: inherit;
    text-decoration: none;
    transition: all 0.5s ease;
}

.contact-info__text a:hover {
    color: #03B0CD;
}

.contact-info__top {
    margin-bottom: 30px;
}

.contact-info__title {
    color: #8E96A1;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    /* 36px */
    margin-bottom: 5px;
}

.contact-text {
    color: #001832;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.contact-text a {
    color: #03B0CD;
    text-decoration: none;
}


/*----------------------------*/

.search-item {
    margin-bottom: 20px;
}

.search-item__content {
    font-size: 16px;
}

.search-item__title a {
    font-weight: 800;
    font-size: 20px;
    color: #212425;
    line-height: 1.2;
    margin-bottom: 5px;
    display: block;
    text-decoration: none;
    transition: all 0.5s ease;
}

.search-item__title a:hover {
    color: #03B0CD;
}


/*-----------------------------------------*/

.searchform__block {
    margin-bottom: 50px;
}

.searchform__block .searchform {
    position: relative;
    display: flex;
    z-index: 1;
    width: 100%;
    transition: all 0.5s ease;
}

.searchform__block .searchform button[type="submit"] {
    padding: 10px 0;
    display: block;
    border: 0;
    background: transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.searchform__block .searchform input {
    font-weight: 500;
    font-size: 16px;
    background: #FDFDFD;
    padding: 10px 40px 10px 20px;
    width: 100%;
    outline: none;
    border: 1px solid #001832;
}


/*-------------------------------------------*/

.page-news__date {
    color: #535A63;
    font-weight: 500;
    margin-bottom: 30px;
}

.page-news__banner {
    margin-bottom: 50px;
}

.page-news__banner img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: center;
}

.page-news__content {
    color: #001832;
    font-size: 15px;
}

.page-news__content h1,
.page-news__content h2,
.page-news__content h3 {
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #001832;
    background-image: url(../img/text-bg.jpg);
    background-position: center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page-news__content h1 {
    font-size: 48px;
}

.page-news__content h2 {
    font-size: 40px;
}

.page-news__content h3 {
    font-size: 35px;
}

.page-news__content h4,
.page-news__content h5 {
    color: #001832;
    font-weight: 600;
}

.page-news__content h4 {
    font-size: 24px;
}

.page-news__content h5 {
    font-size: 20px;
}

.page-news__content ul {
    padding-left: 20px;
}

.page-news__gallery {
    margin-top: 50px;
}

.news-gallery__item img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    object-position: center;
}

.news-gallery__item a {
    position: relative;
    display: block;
}

.news-gallery__item a:before {
    content: "";
    background-image: url("../img/fancybox.svg");
    background-color: rgb(0 24 50 / 60%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s ease;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
}

.news-gallery__item:hover a:before {
    opacity: 1;
}


/*------------------------*/

.departments-col {
    margin-bottom: 30px;
}

.department-item {
    position: relative;
}

.department-item__img {
    width: 100%;
    height: 100%;
    position: relative;
}

.department-item__img:before {
    content: "";
    background: linear-gradient(0deg, rgba(9, 8, 44, 0.55) 0%, rgba(9, 8, 44, 0.00) 100%);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    transition: all 0.5s ease;
}

.department-item__img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.department-item__info {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 35px 20px 35px 20px;
    min-height: 160px;
}

.department-item__title {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease;
}

.department-item__link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    opacity: 0;
}

.department-item:hover .department-item__img:before {
    opacity: 0.2;
}

.department-item:hover .department-item__title {
    color: #03B0CD;
}


/*-------------------------------*/

.services-number-line {
    margin-top: 40px;
}

.services-number-row {
    margin-top: 20px;
}

.services-number-line__title {
    color: #001832;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.services-number__title {
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.2;
    background-image: url(../img/text-bg.jpg);
    background-position: center;
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-number__desc {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.services-minidesc__block {
    margin-top: 100px;
}

.services-minidesc__desc {
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 25px;
    margin-bottom: 30px;
}


/*-------------------------------*/

.services-minidesc__link {
    text-align: center;
}

a.button-popup,
.button-popup {
    color: #03B0CD !important;
    /* font-family: Gilroy; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    border-radius: 70px;
    background: rgba(0, 164, 191, 0.20);
    padding: 15px 30px;
    text-decoration: none;
    border: 0;
    transition: all 0.5s ease;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

a.button-popup svg,
.button-popup svg {
    margin-left: 5px;
}

a.button-popup--shadow,
.button-popup--shadow {
    color: #FFF !important;
    background: #03B0CD;
}

.button-popup--shadow:before {
    content: "";
    position: absolute;
    border-radius: 45px;
    background: rgba(0, 164, 191, 0.12);
    backdrop-filter: blur(0.5px);
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    transition: all 0.5s ease;
    animation: popup-shadow 3s ease infinite;
    z-index: -1;
}

a.button-popup:hover,
.button-popup:hover {
    background: #0E1D44 !important;
    color: #FFF !important;
}

@keyframes popup-shadow {
    0% {
        transform: scale(0.95);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(0.95);
    }
}


/*-------------------------*/

.people-col {
    margin-bottom: 20px;
}

.people-item {
    position: relative;
}

.people-item__img img {
    width: 100%;
    height: 385px;
    object-fit: cover;
    object-position: top;
}

.people-item__img {
    margin-bottom: 30px;
}

.people-item__title {
    color: #001832;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.people-item__desc {
    color: #8E96A1;
    font-size: 16px;
}

.people-item__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    opacity: 0;
}

/*-----------------*/
.personal-item__img {
    position: relative;
    overflow: hidden;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 100%;
    margin-right: 40px;
}

.personal-item__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.personal-item {
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 15px 25px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.personal-item__title {
    color: #001832;
    font-size: 16px;
    font-weight: 700;
}

.personal-item__position {
    color: #6B7885;
    font-size: 14px;
    font-weight: 500;
}

.personal-item__top>.personal-item__img {
    display: none;
}

.personal-item__top {
    margin-bottom: 10px;
}

.personal-item__contacts {
    display: flex;
    flex-wrap: wrap;
}

.personal-contact {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.personal-contact__icon {
    margin-right: 10px;
}

.personal-contact__text a {
    color: #001832;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.5s ease;
}

.personal-contact__text a:hover {
    color: #03B0CD;
}


/*----------------*/

.files-row {
    margin-top: 40px;
}

.file-col {
    margin-bottom: 30px;
}

.file-item {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 30px;
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.file-item__icon {
    margin-right: 20px;
}

.file-item__icon img {
    width: 40px;
    height: 40px;
    min-width: 40px;
    object-fit: contain;
}

.file-item__title {
    color: #001832;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.5s ease;
}

.file-item:hover .file-item__title {
    color: #03B0CD;
}

.file-item__format {
    color: #6B7885;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
}

.file-item--link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
    opacity: 0;
}


/*-----------------------------------*/

.single-departments header,
.page-template-template-about-php header {
    margin-bottom: 0;
}

.page-about-title {
    color: #001832;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}

.about-banner__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-banner {
    height: 630px;
    position: relative;
}

.about-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.about-banner__bg:before {
    content: "";
    position: absolute;
    background: linear-gradient(174deg, rgba(14, 29, 68, 0.62) 4.8%, rgba(14, 29, 68, 0.07) 95.45%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*--------------------------------*/

.page-banner {
    padding-top: 60px;
}

.page-banner .section-breadcrumbs {
    position: relative;
    z-index: 1;
}

.page-banner .bread-crambs li a {
    color: rgba(255, 255, 255, 0.22);
}

.page-banner .bread-crambs li a:hover {
    color: rgba(255, 255, 255, 1);
}

.page-banner .bread-crambs li span {
    color: #FFF;
}

.section-page-about {
    padding-top: 0;
    margin-top: -290px;
}

.page-about-container {
    background: #fff;
    position: relative;
}

.page-about-container:before {
    content: "";
    position: absolute;
    top: -30px;
    height: 100%;
    background: #fff;
    left: -30px;
    right: -30px;
}

.department-service-item {
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px 45px;
}

.department-service-col:last-child {
    margin-bottom: 0;
}

.department-service-col {
    margin-bottom: 15px;
}

.department-service-item__title {
    color: #001832;
    /* font-family: Gilroy; */
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}

.department-service-item__title a {
    color: inherit;/*initial;*/
    text-decoration: none;
}

.department-service-item__text {
    color: #001832;
    /* font-family: Gilroy; */
    font-size: 16px;
    font-weight: 400;
}

.department-service-item__footer {
    margin-top: 35px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.department-service-item__footer .button-popup {
    margin-right: 30px;
}

.department-service-item__footer .button-popup:last-child {
    margin-right: 0;
}

.department-service-col:nth-child(2n) .department-service-item {
    background: #03AFCD;
}

.department-service-col:nth-child(2n) .department-service-item__title {
    color: #FFF;
}

.department-service-col:nth-child(2n) .department-service-item__text {
    color: #FFF;
}

.department-service-col:nth-child(2n) a.button-popup,
.department-service-col:nth-child(2n) .button-popup {
    background: #00A4BF;
    color: #FFF !important;
}

.department-service-col:nth-child(2n) a.button-popup--shadow,
.department-service-col:nth-child(2n) .button-popup--shadow {
    color: #FFF !important;
    background: #001832;
}

.department-service-col:nth-child(2n) .button-popup--shadow:before {
    background: rgba(189, 246, 255, 0.12);
}


/*--------------------------------------*/

.departments-banner {
    height: 740px;
    position: relative;
}

.departments-banner__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.departments-banner__bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.departments-banner__bg:before {
    content: "";
    position: absolute;
    background: linear-gradient(174deg, rgba(14, 29, 68, 0.92) 4.8%, rgba(14, 29, 68, 0.07) 95.45%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.departments-banner-title {
    margin-top: 160px;
    margin-bottom: 40px;
}

.departments-banner-title .section_title {
    color: #FFF;
    font-size: 64px;
    font-weight: 700;
    /* 96px */
    text-transform: uppercase;
}


/*----------------------------*/

.departments-page-about {
    padding-top: 0;
    margin-top: -145px;
}

.departments-page-about .section-bg {
    top: 260px;
}

.departments-page-about .page-about-container {
    padding-top: 50px;
    margin-bottom: 50px;
    background: transparent;
}

.departments-page-about .page-about-container:before {
    left: 0;
    right: 0;
    top: 0;
    height: 155px;
}


/*----------------------------------------------------*/

.analytic-first__circle {
    border: 30px solid #03B0CD;
    padding: 35px;
    width: 400px;
    min-width: 400px;
    height: 400px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    border: 1px dashed #8E96A1;
}

.analytic-first__circle-main {
    border: 1px dashed #9FA2B4;
    width: 540px;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}

.analytic-first__circle-main:before {
    content: "";
    border: 1px dashed #9FA2B4;
    position: absolute;
    border-radius: 100%;
    left: -70px;
    right: -70px;
    top: -70px;
    bottom: -70px;
    z-index: -1;
}

.analytic-first__circle__before {
    position: absolute;
    width: 24px;
    top: 0;
    left: 50%;
    margin-left: -12px;
    height: 50%;
    transform-origin: bottom center;
}

.analytic-first__circle__before:before {
    content: "";
    width: 24px;
    height: 24px;
    background: #219653;
    border-radius: 100%;
    position: absolute;
    margin-top: -12px;
    top: 0;
    left: 0;
    display: none;
}

.analytic-first__circle__before:nth-child(2) {
    transform: rotate(23deg);
}

.analytic-first__circle__before:nth-child(3) {
    transform: rotate(46deg);
}

.analytic-first__circle__before:nth-child(4) {
    transform: rotate(69deg);
}

.analytic-first__circle__before:nth-child(5) {
    transform: rotate(92deg);
}

.analytic-first__circle__before:nth-child(6) {
    transform: rotate(115deg);
}

.analytic-first__circle__before:nth-child(7) {
    transform: rotate(138deg);
}

.analytic-first__circle__before:nth-child(8) {
    transform: rotate(161deg);
}

.analytic-first__circle__before:nth-child(9) {
    transform: rotate(-23deg);
}

.analytic-first__circle__before:nth-child(10) {
    transform: rotate(-46deg);
}

.analytic-first__circle__before:nth-child(11) {
    transform: rotate(-69deg);
}

.analytic-first__circle__before:nth-child(12) {
    transform: rotate(-92deg);
}

.analytic-first__circle__before:nth-child(13) {
    transform: rotate(-115deg);
}

.analytic-first__circle__before:nth-child(14) {
    transform: rotate(-138deg);
}

.analytic-first__circle__before:nth-child(15) {
    transform: rotate(-161deg);
}

.analytic-first-circle__title {
    font-weight: 400;
    font-size: 16px;
    color: #8E96A1;
    line-height: 1.2;
}

.analytic-first-circle__number {
    font-weight: 500;
    font-size: 24px;
    color: #222E36;
    line-height: 1.2;
}

.analytic-first-circle__line {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.analytic-first-circle__line:last-child {
    margin-bottom: 0;
}

.first-circle-line__left {
    margin-right: 10px;
}

.first-circle-line__left img {
    width: 45px;
}

.analytic-first__col {
    min-width: 325px;
}

.analytic-first__block {
    display: flex;
    justify-content: center;
}

.analytic-first__center {
    display: flex;
    align-items: center;
    /* padding-left: 60px; */
    /* padding-right: 60px; */
    min-height: 700px;
}

.analytic-first__col--left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.analytic-first__col--left .analytic-first__item--one {
    margin-right: -195px;
}

.analytic-first__col--left .analytic-first__item--two {
    margin-right: -55px;
}

.analytic-first__col--right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.analytic-first__col--right .analytic-first__item--one {
    margin-left: -195px;
}

.analytic-first__col--right .analytic-first__item--two {
    margin-left: -55px;
}

.analytic-first__item {
    background: #FFFFFF;
    box-shadow: 0px 8px 45px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 15px;
    display: flex;
    align-items: center;
    width: 385px;
    margin-bottom: 20px;
}

.analytic-first__item:last-child {
    margin-bottom: 0;
}

.analytic-first__item:nth-child(even) {
    background: #03B0CD;
}

.analytic-first__item:nth-child(even) .analytic-first-item--icon {
    background: #3DBBD0;
}

.analytic-first__item:nth-child(even) .analytic-first-item__title {
    color: #FFFFFF;
}

.analytic-first__item:nth-child(even) .analytic-first-item__list ul {
    color: #FFFFFF;
}

.analytic-first-item__left {
    margin-right: 15px;
}

.analytic-first-item--icon {
    background: rgba(15, 140, 255, 0.20);
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}

.analytic-first-item__title {
    font-weight: 400;
    font-size: 16px;
    color: #8E96A1;
    line-height: 1.2;
    margin-bottom: 5px;
}

.analytic-first-item__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 1.2;
    font-weight: 500;
    font-size: 14px;
    color: #222E36;
}

.project-title__row {
    justify-content: start;
}

.analytic-first__block {
    margin-top: 40px;
}

.project-title__row .link_item {
    margin-left: 60px;
}

.project-title__row .link_item a {
    text-transform: uppercase;
    font-weight: 600;
}


/*-------------------------------*/

.service-col {
    margin-bottom: 30px;
}

.service-item {
    background: #FFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.5s ease;
}

.service-item__title {
    color: #001832;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.5s ease;
}

.service-item__title a {
    color: inherit;
    text-decoration: none;
}

.service-item__text {
    color: #001832;
    margin-top: 15px;
    transition: all 0.5s ease;
}

.service-item__info {
    margin-bottom: 20px;
}

.service-item__footer .button-popup {
    margin-bottom: 20px;
}

.service-item__footer .button-popup:last-child {
    margin-bottom: 0;
}

.service-item:hover {
    background: #03B0CD;
}

.service-item:hover .service-item__title {
    color: #FFF;
}

.service-item:hover .service-item__text {
    color: #FFF;
}

.service-item:hover a.button-popup,
.service-item:hover .button-popup {
    background: #00A4BF;
    color: #FFF !important;
}

.service-item:hover a.button-popup--shadow,
.service-item:hover .button-popup--shadow {
    color: #FFF !important;
    background: #001832;
}

.service-item:hover .button-popup--shadow:before {
    background: rgba(189, 246, 255, 0.12);
}

.service-item__footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}


/*-------------------------------*/

.filter-item__title {
    color: #8E96A1;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.catalog-filter {
    margin-bottom: 40px;
}

.filter-item__select select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #001832;
    background: #FFF;
    padding: 10px 15px;
    height: 44px;
}

.filter-item__button .button-popup {
    width: 100%;
    text-align: center;
    justify-content: center;
    border-radius: 10px;
    background: #03B0CD;
    padding: 12px 30px;
    color: #FFF !important;
}


/*---------------------------------------*/

.md-content {
    padding: 40px;
    padding-bottom: 60px;
    position: relative;
}

.md-modal {
    max-width: 700px;
}

.form__block--title {
    color: #001832;
    font-size: 24px;
    font-weight: 600;
}

.form__block--desc {
    color: #001832;
    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.modal__form--top {
    margin-bottom: 20px;
}

.md-close {
    padding: 0;
    border: 0;
    background: transparent;
    position: absolute;
    right: 40px;
    top: 40px;
}

.popup__linck--block {
    margin-top: 25px;
}

.input-linck {
    border: 1px solid #8E96A1;
    background: #FFF;
    margin-bottom: 10px;
    width: 100%;
    padding: 14px 20px;
    color: #001832;
    font-size: 16px;
}


/*---------------------------------------*/

.md-start .md-content {
    padding: 40px;
}

.start-block__title {
    color: #001832;
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
}

#complaens .start-block__title {
    color: #EF3C3C;
}

.start-block__text {
    color: #001832;
    font-size: 16px;
}

.start-block__text a {
    color: #03B0CD;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.5s ease;
}

.start-block__text a:hover {
    color: #001832;
}

.start-block__line {
    margin-bottom: 30px;
}

.start-block__line:last-child {
    margin-bottom: 0;
}



/*--------------------------------*/
.new-select {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #001832;
    background: #FFF;
    padding: 10px 15px;
    height: 44px;
    cursor: pointer;
    padding-right: 40px;
    align-items: center;
    display: flex;
    font-size: 14px;
}
.select {
    position: relative;
}
.new-select.on,
.new-select:hover {
    border-color: #03B0CD;
}

.new-select__list {
    position: absolute;
    z-index: 3;
    background: #fff;
    padding: 25px 20px;
    border: 5px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    width: 100%;
    top: 100%;
    margin-top: 5px;
}


.new-select__item {
    font-size: 14px;
    color: #001832;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.new-select__item:last-child {
    margin-bottom: 0;
}

.new-select__item:hover {
    color: #03B0CD;
}

.new-select__item[data-value="all"] {
    color: #8E96A1;
}

.new-select__item.active {
    color: #03B0CD;
}

.new-select:before {
    content: "";
    position: absolute;
    background: url(../img/arrow-down.svg);
    width: 24px;
    height: 24px;
    right: 10px;
    transition: all 0.5s ease;
}
.new-select.on:before,
.new-select:hover:before {
    transform: rotate(180deg);
} 