.logo {}

.logo a {
    display: flex;
    width: 169px;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}

.logo a img {
    height: 56px;
}

.logo a span {
    font-size: 14px;
    color: #000;
    padding-left: 12px;
}

h1.intro-h1 {
    font-size: 96px;
    font-weight: 100;
    letter-spacing: 30px;
    text-align: center;
    margin-bottom: 30px;
}

p.intro-head-text {
    font-size: 20px;
    text-align: center;
}
p.intro-text {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
}

.lead {
    font-size: 20px;
}

.intro-icon {
    width: 60px!important;
    height: 60px;
    float: left;
    margin-right: 12px;
}

.cases {}

.cases .card {
    border: 1px solid #000;
    border-radius: 10px;
    font-size: 14px;
}

.cases .card .col-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cases .card .card-img  {
    max-width: 124px;
    max-height: 120px;
}

.cases .card ul {
    list-style: outside;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 20px;
    unicode-bidi: isolate;
}

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

.card-services {}

.card-services .col-img {
    position: relative;
}

.card-services .card-title {
    position: absolute;
    top: 20px;
    left: 30px;
    color: #fff;
    font-weight: 400;
    padding-right: 30px;
}

.card-services .card-body {
    padding: 0;
}

.card-services .card-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.card-services .card-body li {
    font-size: 14px;
    padding: 4px 14px;
    height: 65px;
    display: flex;
    margin-bottom: 14px;
    background: #EBEBEB;
    transition: background-color 100ms 
linear;
    border-radius: 14px;
    border: 1px solid #EBEBEB;
    align-items: center;
}
@media (max-width: 1400px) {
    .card-services .card-body li {
        height: 54px;
    }
}
@media (max-width: 1200px) {
    .card-services .card-body li {
        height: 47px;
        margin-bottom: 8px;
    }
}
.card-services .card-body li:last-child {
    margin: 0;
}

.card-services .card-body li:hover {
    border: 1px solid #a8a8a8;
    background: none;
    cursor: pointer;
}

.intro-adv {
    display: flex;
    align-items: center;
    font-size: 15px;
}

.letter-spacing-6 {
    letter-spacing: 6px;
}

.dropdown-menu {
    min-width: fit-content;
}

.dropdown-item {

}

.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown.langs a {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.dropdown.langs span.active {
    text-decoration: none;
    color: #000;
    font-size: 18px;
    font-weight: 400;
}

.lang-select {
    position: fixed;
    top: 15px;
    right: 60px;
    z-index: 9999;
}

.lang-select .langs a, .lang-select .langs span.active {
    color: #fff;
}

.lang-select .dropdown-menu span, .lang-select .dropdown-menu span.active {
    color: #000;
}

@media (min-width: 992px) {
    .lang-select {
        position: relative;
        top: 0;
        right: 0;
        z-index: 9999;
    }

    .lang-select .langs a, .lang-select .langs span.active {
        color: #000;
    }
}
.mobile-contacts {
    font-size: 14px;
}

.mobile-contacts .logo a img {
    height: 48px;
}

.mobile-contacts .header-address {
    margin-bottom: 6px;
    font-size: 14px;
}

.mobile-contacts .logo {
    margin-bottom: 0;
}

.lang_cn .top-menu a {
    font-size: 18px;
}

.lang_cn .logo-text {
    font-size: 22px;
}

body.lang_cn {
}

.lang_cn .intro-adv span {
    font-size: 18px;
}

.lang_cn .card-body li {
    font-size: 18px;
}