
@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1) translateZ(0);
        transform: scale(1) translateZ(0)
    }
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    75% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes b {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    75% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes c {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    75% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes c {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateX(2px);
        transform: translateX(2px)
    }

    75% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px)
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes d {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@font-face {
    font-family: ddinfont;
    src: url("");
    src: url("") format("embedded-opentype"), url("") format("woff2"), url("") format("woff"), url("") format("truetype"), url("") format("svg")
}

@font-face {
    font-family: iconfont;
    src: url("");
    src: url("") format("embedded-opentype"), url("4c7e62d22b088c18fccca4ad4a802c6280d8b506.woff2") format("woff2"), url("8df5bf5b104b535c5f4522700e44f1f4649f92b6.woff") format("woff"), url("iconfont.ttf") format("truetype"), url("") format("svg")
}

.ddinfont {
    font-family: ddinfont
}

.iconfont {
    font-family: iconfont;
    line-height: 1
}

.iconfont-arrow-left:before {
    content: "\ea01"
}

.iconfont-arrow-right:before {
    content: "\ea02"
}

.iconfont-checkbox-checked:before {
    content: "\ea03"
}

.iconfont-checkbox:before {
    content: "\ea04"
}

.iconfont-close:before {
    content: "\ea05"
}

.iconfont-cloud-upload:before {
    content: "\ea06"
}

.iconfont-download:before {
    content: "\ea07"
}

.iconfont-drop-down:before {
    content: "\ea08"
}

.iconfont-drop-top:before {
    content: "\ea09"
}

.iconfont-facebook:before {
    content: "\ea0a"
}

.iconfont-linkedin:before {
    content: "\ea0b"
}

.iconfont-menu:before {
    content: "\ea0c"
}

.iconfont-radio-checked:before {
    content: "\ea0d"
}

*,
:after,
:before {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    margin: 0
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 1.15;
    -o-tab-size: 4;
    tab-size: 4
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-content-zooming: none;
    font-family: Helvetica Neue, Helvetica, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

hr {
    color: inherit;
    height: 0
}

a {
    text-decoration: none;
    transition: color .2s linear, background .2s linear, border .2s linear, opacity .2s linear
}

img {
    vertical-align: middle
}

ol,
ul {
    list-style: none
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

legend {
    padding: 0
}

progress {
    vertical-align: baseline
}

summary {
    display: list-item
}

table {
    border-collapse: collapse;
    border-color: inherit;
    border-spacing: 0;
    text-indent: 0
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    cursor: pointer;
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    appearance: button
}

[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

.input {
    width: 100%
}

.button,
.input {
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border: none;
    outline: none;
    padding: 0
}

.button {
    align-items: center;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    text-align: center;
    transition: color .2s linear, background .2s linear, border .2s linear, opacity .2s linear;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap
}

.button:not(.__loading):not(.__loading):active {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    transition: -webkit-filter .2s linear;
    transition: filter .2s linear;
    transition: filter .2s linear, -webkit-filter .2s linear
}

.button.__loading {
    color: transparent !important;
    cursor: default;
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    position: relative
}

.button.__loading:after {
    background: url("") 50% no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.calendar {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    color: #33444d;
    font-size: 16px;
    line-height: 48px;
    max-width: 480px;
    padding: 16px;
    position: relative;
    text-align: center;
    width: calc(100% - 32px);
    z-index: 1
}

.calendar-panel {
    align-items: center;
    display: flex
}

.calendar-panel__week {
    opacity: .8
}

.calendar-panel__date {
    flex-wrap: wrap
}

.calendar-panel__date .calendar-panel__value:not(.__expire):active {
    color: #0068b7
}

.calendar-panel__value {
    height: 48px;
    width: 14.2857142857%
}

.calendar-panel__value.__current {
    color: #ff3d00;
    font-weight: 700
}

.calendar-panel__value.__active {
    color: #0068b7;
    font-weight: 700
}

.calendar-panel__value.__expire {
    color: #91999c;
    cursor: default
}

.calendar-panel__arrow {
    flex: 1;
    font-size: 24px;
    height: 48px;
    position: relative;
    z-index: 1
}

.calendar-panel__arrow:active {
    color: #0068b7
}

.calendar-panel__title {
    flex: 5
}

.calendar-panel__title .calendar-panel__value {
    font-weight: 700;
    margin: 0 4px
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {

    .calendar-panel__arrow:hover,
    .calendar-panel__date .calendar-panel__value:not(.__expire):hover {
        color: #0068b7
    }

    .calendar-panel__arrow:first-child:hover {
        -webkit-animation: b .8s linear infinite;
        animation: b .8s linear infinite
    }

    .calendar-panel__arrow:last-child:hover {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}

.search {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: rgba(238, 249, 255, .9);
    border: 2px solid #fff;
    border-radius: 100px;
    position: relative;
    width: 100%
}

.search-panel {
    align-items: center;
    display: inline-flex;
    width: 100%
}

.search-content {
    flex: 1;
    line-height: 40px
}

.search-input {
    color: #001520;
    font-size: 14px;
    padding: 0 16px;
    width: 100%
}

.search-input::-webkit-input-placeholder {
    color: #666f73
}

.search-input:-ms-input-placeholder {
    color: #666f73
}

.search-input::placeholder {
    color: #666f73
}

.search-button {
    background: #0068b7;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin: 2px;
    width: 120px
}

@media screen and (min-width:1024px) {
    .search-input {
        font-size: 16px;
        padding-left: 24px;
        padding-right: 24px
    }

    .search-content {
        line-height: 56px
    }

    .search-button {
        font-size: 16px;
        height: 56px;
        width: 164px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .search-button:hover {
        background: #0099d9
    }
}

.dialog {
    -webkit-animation: a .3s linear 1 forwards;
    animation: a .3s linear 1 forwards;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 14
}

.dialog-panel {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.dialog-mask {
    background: rgba(0, 21, 32, .6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .dialog {
        -webkit-animation: none;
        animation: none
    }
}

.dialog-prompt .dialog-mask {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background: transparent
}

.dialog-prompt__panel {
    align-items: center;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 480px;
    min-width: 328px;
    padding: 56px 24px;
    position: relative;
    text-align: center;
    width: calc(100% - 32px);
    z-index: 1
}

.dialog-prompt__panel .__close {
    color: #33444d;
    font-size: 20px;
    height: 32px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px
}

.dialog-prompt__panel .__close:active {
    color: #ff3d00
}

.dialog-prompt__panel .__title {
    color: #8fc31f;
    font-size: 28px;
    line-height: 36px
}

.dialog-prompt__panel .__desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .dialog-prompt__panel .__close:hover {
        color: #ff3d00
    }
}

.dialog-calendar {
    display: none;
    z-index: 13
}

.dialog-contact {
    display: none
}

.dialog-contact__panel {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    max-width: 880px;
    min-width: 328px;
    padding: 40px 16px 48px;
    position: relative;
    width: calc(100% - 32px);
    z-index: 1
}

.dialog-contact__close {
    color: #33444d;
    font-size: 20px;
    height: 32px;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 32px
}

.dialog-contact__close:active {
    color: #ff3d00
}

.dialog-contact .contact-form__radio {
    margin-bottom: 16px;
    margin-top: 0
}

.dialog-contact .contact-form__input {
    padding-bottom: 16px;
    padding-top: 0
}

.dialog-contact .contact-form__input.__active .__label {
    display: none;
    top: 2px
}

.dialog-contact .contact-form__input .__label {
    color: #666f73;
    font-size: 14px;
    left: 6px;
    line-height: 20px;
    top: 2px
}

.dialog-contact .contact-form__input .__input {
    border-color: hsla(198, 6%, 43%, .2);
    font-size: 14px;
    padding: 2px 6px
}

.dialog-contact .contact-form__input .__input-text,
.dialog-contact .contact-form__input .__input-textarea {
    color: #001520;
    font-size: 14px;
    line-height: 20px
}

.dialog-contact .contact-form__input .__input-textarea {
    min-height: 40px
}

.dialog-contact .contact-form__input .__input-value {
    color: #001520;
    font-size: 14px;
    height: 20px;
    line-height: 20px
}

.dialog-contact .contact-form__input .__input-icon {
    font-size: 18px;
    line-height: 28px;
    right: 6px
}

.dialog-contact .contact-form__input .__message {
    font-size: 12px;
    left: 6px;
    line-height: 16px
}

.dialog-contact .contact-form__submit {
    margin-top: 0
}

@media screen and (min-width:750px) {
    .dialog-contact__panel {
        padding-left: 24px;
        padding-right: 24px;
        width: 100%
    }

    .dialog-contact .contact-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .dialog-contact .contact-form__input {
        padding-top: 16px;
        width: calc(50% - 10px)
    }

    .dialog-contact .contact-form__input.__full {
        width: 100%
    }

    .dialog-contact .contact-form__input.__active .__label {
        display: block;
        top: 0
    }

    .dialog-contact .contact-form__input .__label {
        line-height: 16px;
        top: 21px
    }

    .dialog-contact .contact-form__input .__input {
        font-size: 16px;
        padding-bottom: 4px;
        padding-top: 4px
    }

    .dialog-contact .contact-form__input .__input-text,
    .dialog-contact .contact-form__input .__input-textarea {
        font-size: 16px
    }

    .dialog-contact .contact-form__input .__input-textarea {
        min-height: 40px
    }

    .dialog-contact .contact-form__input .__input-value {
        font-size: 16px
    }

    .dialog-contact .contact-form__submit .__button {
        font-size: 16px;
        height: 56px;
        width: 180px
    }
}

@media screen and (min-width:1024px) {
    .dialog-contact__panel {
        padding-left: 32px;
        padding-right: 32px
    }

    .dialog-contact .contact-form__input {
        width: calc(50% - 16px)
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .dialog-contact__close:hover {
        color: #ff3d00
    }

    .dialog-contact .contact-form__input:not(.__error) .__input:hover {
        border-color: hsla(198, 6%, 43%, .4)
    }

    .dialog-contact .contact-form__input:not(.__error) .__input:hover .__input-icon.__icon-upload {
        color: #0068b7
    }
}

@media screen and (min-width:1480px) {
    .dialog-contact .contact-form__submit .__button {
        width: 260px
    }
}

.header-occupy {
    position: absolute;
    top: 12px;
    z-index: -1
}

@media screen and (min-width:1194px) {
    .header-occupy {
        top: 30px
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .header-occupy {
        top: 0
    }
}

.header-fixed {
    /* height: 60px; */
    left: 12px;
    margin: 0 auto;
    min-width: 336px;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: all .2s linear;
    z-index: 11
}

.header-fixed:before {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: hsla(0, 0%, 100%, .94);
    bottom: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    content: "";
    left: 0;
    position: absolute;
    border-radius: 8px;
    right: 0;
    top: 0;
    z-index: -1
}

.header-fixed.__overlay:not(.__active) {
    left: 0;
    max-width: 100%;
    position: fixed;
    right: 0;
    top: -60px;
    transition: none
}

.header-fixed.__overlay:not(.__active).__overlaying {
    top: 0;
    transition: top .2s linear, height .2s linear
}

.header-fixed.__active {
    background: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.header-fixed.__active .header-logo {
    border-bottom: 1px solid #edefef
}

.header-fixed.__active .header-container {
    display: flex
}

.header-fixed.__active .header-menu {
    color: #0068b7
}

@media screen and (min-width:1194px) {
    .header-fixed:not(.__active) {
        /* height: 80px; */
        left: 30px;
        max-width: 1720px;
        right: 30px;
        top: 30px
    }

    .header-fixed:not(.__active).__overlay {
        top: -80px
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .header-fixed:before {
        background: #fff
    }

    .header-fixed:not(.__active) {
        left: 0;
        max-width: 100%;
        right: 0;
        top: 0
    }
}

.header-panel {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    /* max-width: 1720px; */
    width:1300px;
    max-width: 100%;
}

@media screen and (min-width:1194px) {
    .header-fixed:not(.__active) .header-panel {
        align-items: center;
        flex-direction: row
    }
}

.header-logo {
    font-size: 0;
    margin: 11px 16px 0;
    padding-bottom: 11px
}

.header-logo .__image {
    /* background: url("logo.svg") no-repeat; */
    background-size: 100%;
    object-fit: contain;
    display: block;
    height: 38px;
    width: 128px
}

@media screen and (min-width:1194px) {
    .header-fixed:not(.__active) .header-logo {
        margin: 10px 20px;
        padding-bottom: 0
    }

    .header-fixed:not(.__active) .header-logo .__image {
        height: 48px;
        width: 160px
    }
}

@media screen and (min-width:1480px) {
    .header-fixed:not(.__active) .header-logo {
        margin: 0 32px
    }

    .header-fixed:not(.__active) .header-logo .__image {
        /* height: 52px; */
        width: 174px
    }
}

.header-container {
    display: none;
    /* flex: ; */
    flex-direction: column;
    font-size: 18px;
    margin: 0 auto;
    width: calc(100% - 40px) !important;
    overflow: hidden;
    padding:  12px 0;
    margin: 0 20px;

    border-top: 1px solid #999999;
}

@media screen and (min-width:1194px) {
    .header-fixed:not(.__active) .header-container {
        align-items: center;
        display: flex;
        flex-direction: row;
        font-size: 16px;
        justify-content: flex-start;
        margin-right: 0;
        overflow: visible;
        padding-left: 20px;
        margin-left: 0px;
    }
}

@media screen and (min-width:1480px) {
    .header-fixed:not(.__active) .header-container {
        font-size: 18px;
        padding-left: 20px;
        margin-left: 0px;
    }
}

.header-navigation {
    flex: 1;
    overflow: auto;
    overflow: overlay;
    padding: 30px 12px 22px;
    scrollbar-color: #edefef transparent;
    scrollbar-width: thin
}

.header-navigation::-webkit-scrollbar {
    width: 8px
}

.header-navigation::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 100px
}

.header-navigation::-webkit-scrollbar-thumb {
    background: #edefef;
    border-radius: 100px
}

.header-navigation__item {
    margin-bottom: 12px
}

.header-navigation__item:last-child {
    margin-bottom: 0
}

.header-navigation__title {
    align-items: center;
    color: #33444d;
    display: flex;
    font-weight: 700;
    font-size: 16px;
    justify-content: space-between;
    line-height: 40px;
    padding: 0 16px
}

.header-navigation__title:active {
    color: #0068b7
}

.header-navigation__title.__active {
    background: #e5f0f8;
    color: #0068b7;
    font-weight: 700
}

.header-navigation__title .__icon {
    /* color: #0068b7; */
    font-weight: 400;
    margin-left: 4px
}

.header-navigation__children {
    padding: 8px 12px;
    max-width: none;
}
.header-navigation__children * {
    max-width: none;
}
.header-navigation__children .__value {
    color: #33444d;
    display: block;
    line-height: 40px;
    padding: 0 16px
}

.header-navigation__children .__value:active {
    color: #0068b7
}

.header-navigation__children .__value.__active {
    background: #e5f0f8;
    color: #0068b7;
    font-weight: 700
}

@media screen and (min-width:1194px) {
    .header-fixed:not(.__active) .header-navigation {
        display: flex;
        flex: none;
        overflow: visible;
        padding: 0
    }

    .header-fixed:not(.__active) .header-navigation__item {
        margin-bottom: 0;
        position: relative
    }

    .header-fixed:not(.__active) .header-navigation__item:active .header-navigation__title .__icon,
    .header-fixed:not(.__active) .header-navigation__item:hover .header-navigation__title .__icon {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .header-fixed:not(.__active) .header-navigation__item:active .header-navigation__children,
    .header-fixed:not(.__active) .header-navigation__item:hover .header-navigation__children {
        height: auto;
        opacity: 1;
        padding: 12px
    }

    .header-fixed:not(.__active) .header-navigation__title {
        line-height: 1.6;
        padding: 0 20px;
        position: relative
    }

    .header-fixed:not(.__active) .header-navigation__title.__active {
        background: transparent
    }

    .header-fixed:not(.__active) .header-navigation__title.__active:after {
        background: #0068b7;
        bottom: 0;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        right: 0
    }

    .header-fixed:not(.__active) .header-navigation__title .__icon {
        transition: -webkit-transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear
    }

    .header-fixed:not(.__active) .header-navigation__children {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        background: hsla(0, 0%, 100%, .94);
        box-shadow: inset 0 0 4px rgba(0, 0, 0, .1);
        -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .1));
        filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .1));
        height: 0;
        left: 50%;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        position: absolute;
        top: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: opacity .2s linear;
        white-space: nowrap
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .header-fixed:not(.__active) .header-navigation__title:hover {
        background: transparent
    }

    .header-navigation__children .__value:hover,
    .header-navigation__title:hover {
        background: #e5f0f8;
        color: #0068b7 !important
    }
}

@media screen and (min-width:1480px) {
    .header-fixed:not(.__active) .header-navigation__item {
        margin-left: 10px;
        margin-right: 10px
    }

    .header-fixed:not(.__active) .header-navigation__title {
        padding: 0 20px
    }
}

.header-contact {
    border-top: 1px solid #edefef;
    padding: 24px 0;
    text-align: center
}

.header-contact__link {
    border-radius: 100px;
    color: #0068b7;
    font-weight: 700;
    padding: 8px 14px
}

.header-contact__link .__link {
    align-items: center;
    border-bottom: 2px solid #0068b7;
    display: flex;
    line-height: 22px;
    transition: color .2s linear, background .2s linear, border .2s linear
}

.header-contact__link .__value {
    margin-right: 6px
}

@media screen and (min-width:1194px) {
    .header-fixed:not(.__active) .header-contact {
        border-top: none;
        margin: 1px 26px 0 6px;
        padding: 0
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .header-contact__link:hover {
        background: #edefef;
        color: #0099d9
    }

    .header-contact__link:hover .__link {
        border-bottom-color: #0099d9
    }

    .header-contact__link:hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}

@media screen and (min-width:1480px) {
    .header-fixed:not(.__active) .header-contact {
        margin-left: 16px;
        margin-right: 46px
    }
}

.header-languages {
    display: flex;
    justify-content: center;
    padding-bottom: 32px
}

.header-languages__link {
    color: #545454;
    font-weight: 700;
    line-height: 26px
}

.header-languages__link:after {
    color: #9b9b9b;
    content: "/";
    cursor: default;
    font-weight: 400;
    margin: 0 4px;
    width: 24px
}

.header-languages__link:last-child:after {
    display: none
}

.header-languages__link.__active {
    color: #0068b7;
    cursor: default
}

@media screen and (min-width:1194px) {
    .header-fixed:not(.__active) .header-languages {
        border-left: 1px solid #edefef;
        padding: 20px 28px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .header-languages__link:not(.__active):hover {
        color: #0068b7
    }
}

@media screen and (min-width:1480px) {
    .header-fixed:not(.__active) .header-languages {
        padding-left: 32px;
        padding-right: 32px
    }
}

.header-menu {
    align-items: center;
    color: #33444d;
    display: flex;
    font-size: 16px;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 16px;
    top: 14px;
    width: 32px
}

.header-menu:active {
    color: #0068b7
}

@media screen and (min-width:1194px) {
    .header-fixed:not(.__active) .header-menu {
        display: none
    }
}

.footer {
    background: #001520;
    padding: 0 16px
}

.footer:before {
    content: "";
    display: table
}

@media screen and (min-width:1024px) {
    .footer {
        padding: 0 20px
    }
}

@media screen and (min-width:1194px) {
    .footer {
        padding: 0 30px
    }
}

.footer-top {
    background: url("footer_top_bg.png") no-repeat;
    background-size: cover;
    margin-bottom: 32px;
    margin-top: -32px;
    overflow: hidden;
    padding: 24px 14px
}

.footer-top__logo {
    background: url("logo_white.svg") no-repeat;
    background-size: 100%;
    display: block;
    height: 42px;
    margin: 0 auto 24px;
    width: 138px
}

.footer-top__email .__title {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
    opacity: .8
}

.footer-top__email .__form {
    align-items: center;
    background: #e0f0f8;
    border: 2px solid #fff;
    border-radius: 100px;
    display: inline-flex;
    position: relative;
    width: 100%
}

.footer-top__email .__content {
    flex: 1;
    line-height: 40px
}

.footer-top__email .__input {
    color: #001520;
    font-size: 14px;
    padding: 0 16px;
    width: 100%
}

.footer-top__email .__input::-webkit-input-placeholder {
    color: #666f73
}

.footer-top__email .__input:-ms-input-placeholder {
    color: #666f73
}

.footer-top__email .__input::placeholder {
    color: #666f73
}

.footer-top__email .__button {
    background: #0068b7;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    height: 40px;
    margin: 2px;
    width: 120px
}

.footer-top__email .__message {
    color: #ff3d00;
    display: none;
    font-size: 14px;
    font-weight: 700;
    left: 0;
    line-height: 24px;
    position: absolute;
    right: 0;
    text-align: center;
    top: calc(100% + 2px)
}

@media screen and (min-width:1024px) {
    .footer-top {
        display: flex;
        justify-content: space-between;
        margin-bottom: 56px;
        margin-top: -56px;
        padding: 40px 20px
    }

    .footer-top__logo {
        height: 68px;
        margin: 23px 0 0;
        width: 230px
    }

    .footer-top__email .__title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px
    }

    .footer-top__email .__form {
        width: 520px
    }

    .footer-top__email .__content {
        line-height: 56px
    }

    .footer-top__email .__input {
        font-size: 16px;
        padding-left: 24px;
        padding-right: 24px
    }

    .footer-top__email .__button {
        font-size: 16px;
        height: 56px;
        width: 164px
    }
}

@media screen and (min-width:1194px) {
    .footer-top {
        padding-left: 30px;
        padding-right: 30px
    }

    .footer-top__logo {
        height: 84px;
        margin: 15px 0 0;
        width: 280px
    }

    .footer-top__email .__title {
        font-size: 24px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .footer-top__email .__button:not(.__loading):hover {
        background: #0099d9
    }
}

@media screen and (min-width:1480px) {
    .footer-top {
        margin-left: auto;
        margin-right: auto;
        margin-top: -97px;
        max-width: 1480px;
        padding-left: 100px;
        padding-right: 100px
    }
}

.footer-center {
    border-bottom: 1px solid hsla(210, 1%, 62%, .15);
    color: #f7f8f8;
    padding-bottom: 16px
}

.footer-center__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px
}

.footer-center__item {
    border-bottom: 1px solid hsla(210, 1%, 62%, .15);
    padding: 8px 0
}

.footer-center__item:last-child {
    border-bottom: none
}

.footer-center__item-title {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 6px;
    opacity: .9
}

.footer-center__item-address,
.footer-center__item-phone {
    font-size: 14px;
    line-height: 20px;
    opacity: .5
}

@media screen and (min-width:1024px) {
    .footer-center {
        padding-bottom: 22px
    }

    .footer-center__title {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 24px
    }

    .footer-center__content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .footer-center__item {
        padding: 20px 0;
        width: calc(50% - 20px)
    }

    .footer-center__item:nth-last-child(2) {
        border-bottom: none
    }

    .footer-center__item-title {
        font-size: 22px;
        line-height: 32px
    }

    .footer-center__item-address,
    .footer-center__item-phone {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (min-width:1194px) {
    .footer-center__item {
        width: calc(50% - 40px)
    }
}

@media screen and (min-width:1480px) {
    .footer-center {
        margin-left: auto;
        margin-right: auto;
        max-width: 1480px
    }

    .footer-center__item {
        width: calc(50% - 60px)
    }
}

.footer-bottom {
    color: #f7f8f8
}

.footer-bottom__copyright {
    font-size: 16px;
    line-height: 22px;
    margin: 24px 0
}

.footer-bottom__copyright-desc {
    opacity: .3
}

.footer-bottom__copyright-link {
    margin-top: 10px
}

.footer-bottom__copyright-link .__link {
    color: #f7f8f8;
    text-decoration: underline;
    vertical-align: top
}

.footer-bottom__follow-title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 12px;
    opacity: .5
}

.footer-bottom__follow-link {
    font-size: 0;
    line-height: 1
}

.footer-bottom__follow-link .__link {
    color: #f7f8f8;
    font-size: 32px;
    height: 32px;
    margin-right: 20px;
    width: 32px
}

.footer-bottom__follow-link .__value {
    display: none
}

.footer-bottom__contact {
    padding: 36px 22px
}

.footer-bottom__contact-button {
    background: #0068b7;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 100%
}

.footer-bottom__contact-button .__value {
    margin-right: 6px
}

@media screen and (min-width:750px) {
    .footer-bottom {
        display: flex;
        flex-wrap: wrap
    }

    .footer-bottom__copyright {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 32px;
        margin-top: 32px;
        width: 55%
    }

    .footer-bottom__copyright-link {
        margin-top: 12px
    }

    .footer-bottom__follow {
        margin-left: 30px;
        margin-top: 30px;
        width: 30%
    }

    .footer-bottom__follow-title {
        margin-bottom: 28px
    }

    .footer-bottom__contact {
        padding: 0 0 32px;
        text-align: center;
        width: 100%
    }

    .footer-bottom__contact-button {
        font-size: 18px;
        height: 56px;
        width: 280px
    }

    .footer-bottom__contact-button .__value {
        margin-right: 8px
    }
}

@media screen and (min-width:1024px) {
    .footer-bottom {
        flex-wrap: nowrap
    }

    .footer-bottom__copyright {
        margin-bottom: 40px;
        margin-top: 40px;
        width: 50%
    }

    .footer-bottom__follow {
        flex: 1;
        margin-left: 20px;
        margin-top: 38px;
        width: auto
    }

    .footer-bottom__follow-title {
        margin-bottom: 28px
    }

    .footer-bottom__contact {
        padding: 56px 0 0;
        width: auto
    }

    .footer-bottom__contact-button {
        font-size: 20px;
        height: 64px;
        width: 220px
    }

    .footer-bottom__contact-button .__value {
        margin-right: 10px
    }
}

@media screen and (min-width:1194px) {
    .footer-bottom__follow {
        margin-left: 40px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {

    .footer-bottom__copyright-link .__link:hover,
    .footer-bottom__follow-link .__link:hover {
        color: #0068b7
    }

    .footer-bottom__contact-button:hover {
        background: #0099d9
    }

    .footer-bottom__contact-button:hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}

@media screen and (min-width:1480px) {
    .footer-bottom {
        margin-left: auto;
        margin-right: auto;
        max-width: 1480px
    }

    .footer-bottom__follow {
        margin-left: 60px
    }
}

.footer-backtop {
    bottom: 116px;
    display: none;
    opacity: .6;
    position: fixed;
    right: 16px;
    transition: opacity .2s linear;
    z-index: 12
}

.footer-backtop__button {
    background: #0068b7;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    height: 40px;
    width: 40px
}

@media screen and (min-width:1024px) {
    .footer-backtop {
        bottom: 156px;
        right: 20px
    }
}

@media screen and (min-width:1194px) {
    .footer-backtop {
        right: 30px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .footer-backtop:hover {
        opacity: 1
    }
}

.footer-cookie {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: hsla(0, 0%, 100%, .94);
    bottom: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    color: #33444d;
    display: none;
    font-size: 16px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 15
}

.footer-cookie__panel {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 22px;
    margin: 0 auto;
    max-width: 1720px;
    padding: 12px
}

.footer-cookie__panel-tips {
    margin: 6px
}

.footer-cookie__panel-button {
    background: #0068b7;
    border-radius: 100px;
    color: #fff;
    height: 32px;
    margin: 6px;
    padding: 0 14px
}

.footer-cookie__panel-button .__value {
    margin-right: 4px
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .footer-cookie__panel-button:hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .footer-cookie {
        background: #fff
    }
}

.footer-policy {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background: hsla(0, 0%, 100%, .94);
    bottom: 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 100%;
    transition: top .2s linear;
    z-index: 10
}

.footer-policy.__active {
    top: 60px
}

.footer-policy__panel {
    color: #33444d;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    max-width: 1720px;
    min-width: 336px;
    padding: 16px 16px 0
}

.footer-policy__panel-title {
    display: flex;
    font-size: 18px;
    font-weight: 700;
    justify-content: space-between;
    line-height: 28px;
    padding-bottom: 16px
}

.footer-policy__panel-title .__close {
    color: #33444d;
    font-size: 24px;
    height: 32px;
    width: 32px
}

.footer-policy__panel-title .__close:active {
    color: #ff3d00
}

.footer-policy__panel-content {
    border-top: 1px solid #e5e8e9;
    flex: 1;
    font-size: 16px;
    line-height: 180%;
    overflow: auto;
    overflow: overlay;
    padding: 28px 16px;
    scrollbar-color: #e5e8e9 transparent;
    scrollbar-width: thin
}

.footer-policy__panel-content::-webkit-scrollbar {
    width: 8px
}

.footer-policy__panel-content::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 100px
}

.footer-policy__panel-content::-webkit-scrollbar-thumb {
    background: #e5e8e9;
    border-radius: 100px
}

@media screen and (min-width:1194px) {
    .footer-policy.__active {
        top: 80px
    }

    .footer-policy__panel,
    .footer-policy__panel-content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:1480px) {

    .footer-policy__panel,
    .footer-policy__panel-content {
        padding-left: 32px;
        padding-right: 32px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .footer-policy__panel-title .__close:hover {
        color: #ff3d00
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .footer-policy {
        background: #fff
    }
}

.about-header.main-header {
    background: #050f2b
}

.about-header.main-header .main-header__panel {
    background-image: url("");
    background-position-x: right;
    margin-right: -142px
}

@media screen and (min-width:1024px) {
    .about-header.main-header .main-header__panel {
        background-position-x: center;
        margin: 0 auto
    }
}

.about-company {
    background: #fff;
    overflow: hidden;
    padding-bottom: 32px
}

.about-company__title {
    color: #0068b7;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    padding: 32px 0;
    text-align: center
}

.about-company__content {
    padding-top: calc(60.17391% - 60px);
    position: relative
}

.about-company__content .__image {
    background: url("") no-repeat;
    background-size: contain;
    left: 16px;
    padding-top: calc(60.17391% - 19.25565px);
    position: absolute;
    right: 16px;
    top: 0;
    width: calc(100% - 32px);
    z-index: 2
}

.about-company__content .__content {
    background: #0068b7;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 560px;
    padding: 40px 16px 16px;
    position: relative;
    z-index: 1
}

.about-company__content .__content .__desc {
    font-size: 16px;
    line-height: 140%;
    margin: 12px 0
}

@media screen and (min-width:750px) {
    .about-company {
        padding-bottom: 56px
    }

    .about-company__title {
        font-size: 32px;
        line-height: 40px;
        padding: 56px 0
    }
}

@media screen and (min-width:1024px) {
    .about-company__title {
        font-size: 40px;
        line-height: 48px
    }

    .about-company__content .__content {
        padding: 40px 20px 20px
    }
}

@media screen and (min-width:1194px) {
    .about-company {
        padding-bottom: 96px
    }

    .about-company__title {
        font-size: 48px;
        line-height: 56px;
        padding: 78px 0
    }

    .about-company__content {
        margin: 0 auto;
        max-width: 1280px;
        padding-top: 0
    }

    .about-company__content:after {
        background: #eef4ff;
        content: "";
        margin-top: calc(-9.6% + 114.4px);
        padding-top: calc(19.2% - 36.8px);
        position: absolute;
        right: 0;
        top: 50%;
        width: calc(32% + 152px)
    }

    .about-company__content .__image {
        left: calc(68% - 184px);
        margin-top: calc(-9.6% - 45.6px);
        padding-top: calc(19.2% + 91.2px);
        top: 50%;
        width: calc(32% + 152px)
    }

    .about-company__content .__content {
        padding: 64px 216px 64px 30px;
        width: 68%
    }
}

@media screen and (min-width:1480px) {
    .about-company__content {
        margin: 0 auto;
        max-width: 1480px
    }

    .about-company__content .__content {
        padding-left: 100px
    }

    .about-company__content .__content .__desc {
        font-size: 20px;
        margin: 16px 0
    }
}

.about-history__header {
    align-items: center;
    background: url("") 50% no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 240px;
    justify-content: center;
    overflow: hidden
}

.about-history__header .__title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 32px;
    margin-top: 6px;
    text-align: center
}

.about-history__header .__content {
    border-top: 1px solid hsla(0, 0%, 100%, .6);
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.about-history__header .__list {
    display: inline-flex;
    position: relative;
    right: calc(50% - 50px);
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.about-history__header .__item {
    color: #fff;
    cursor: pointer;
    flex-shrink: 0;
    font-size: 18px;
    line-height: 44px;
    margin-top: -7px;
    padding-top: 14px;
    position: relative;
    text-align: center;
    transition: font .2s linear;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100px
}

.about-history__header .__item:not(.__loading):active {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    transition: -webkit-filter .2s linear;
    transition: filter .2s linear;
    transition: filter .2s linear, -webkit-filter .2s linear
}

.about-history__header .__item:before {
    border: 2px solid #fff;
    border-radius: 50%;
    content: "";
    height: 12px;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: 0;
    transition: background .2s linear, border .2s linear;
    width: 12px
}

.about-history__header .__item:after {
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    height: 18px;
    left: 50%;
    margin-left: -9px;
    opacity: 0;
    position: absolute;
    top: -3px;
    transition: border .2s linear, opacity .2s linear;
    width: 18px
}

.about-history__header .__item.__active {
    font-size: 24px;
    font-weight: 700
}

.about-history__header .__item.__active:before {
    background: #fff
}

.about-history__header .__item.__active:after {
    opacity: 1
}

.about-history__main {
    background: #f5f9ff;
    padding-bottom: 32px
}

.about-history__main .__content {
    display: flex;
    margin: 0 auto;
    max-width: 1080px;
    overflow: hidden
}

.about-history__main .__list {
    display: inline-flex;
    left: calc(50% - 180px);
    position: relative;
    -webkit-transform: translateX(calc(-100% + 360px));
    transform: translateX(calc(-100% + 360px));
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.about-history__main .__item {
    flex-shrink: 0;
    min-height: 200px;
    padding: 0 10px;
    width: 360px
}

.about-history__main .__item.__active .__title {
    color: #0068b7;
    font-weight: 700
}

.about-history__main .__item.__active .__title .__icon {
    display: block
}

.about-history__main .__item.__active .__desc {
    color: #33444d;
    font-weight: 700
}

.about-history__main .__title {
    align-items: center;
    border-bottom: 1px solid #d8d8d8;
    color: #91999c;
    display: flex;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
    padding: 20px 0 12px
}

.about-history__main .__title .__icon {
    display: none;
    margin-right: 6px
}

.about-history__main .__desc {
    color: #666f73;
    font-size: 14px;
    line-height: 160%
}

.about-history__main .__desc+.__desc {
    margin-top: 12px
}

@media screen and (min-width:750px) {
    .about-history__header .__title {
        font-size: 32px;
        line-height: 40px
    }

    .about-history__main {
        padding-bottom: 56px
    }
}

@media screen and (min-width:1024px) {
    .about-history__header {
        height: 420px
    }

    .about-history__header .__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 64px;
        margin-top: 4px
    }

    .about-history__header .__list {
        right: calc(50% - 80px)
    }

    .about-history__header .__item {
        font-size: 24px;
        margin-top: -10px;
        padding-top: 24px;
        width: 160px
    }

    .about-history__header .__item:before {
        border-width: 3px;
        height: 18px;
        margin-left: -9px;
        width: 18px
    }

    .about-history__header .__item:after {
        border-width: 2px;
        height: 24px;
        margin-left: -12px;
        width: 24px
    }

    .about-history__header .__item.__active {
        font-size: 28px
    }

    .about-history__main .__item {
        min-height: 300px;
        padding: 0 20px
    }

    .about-history__main .__title {
        font-size: 24px;
        margin-bottom: 16px;
        padding-bottom: 16px;
        padding-top: 30px
    }

    .about-history__main .__desc {
        font-size: 18px
    }
}

@media screen and (min-width:1194px) {
    .about-history__header .__title {
        font-size: 48px;
        line-height: 56px
    }

    .about-history__main {
        padding-bottom: 96px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .about-history__header .__item:hover {
        font-size: 28px
    }

    .about-history__header .__item:hover:before {
        background: #fff;
        border-width: 3px;
        height: 18px;
        margin-left: -9px;
        width: 18px
    }

    .about-history__header .__item:hover:after {
        border-width: 2px;
        height: 24px;
        margin-left: -12px;
        opacity: 1;
        width: 24px
    }
}

.about-ourteam {
    background: #001520;
    overflow: hidden
}

.about-ourteam__wrapper {
    background: url("") 100% 100% no-repeat;
    margin: 0 auto;
    max-width: 2288px;
    position: relative
}

.about-ourteam__left {
    background: #0068b7;
    position: relative;
    z-index: 1
}

.about-ourteam__left .__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    text-align: center
}

.about-ourteam__left .__image-top {
    background: url("") no-repeat;
    background-size: contain;
    margin-top: 32px;
    padding-top: 55.5833333333%;
    width: 100%
}

.about-ourteam__left .__image-bottom {
    background: url("") no-repeat;
    background-size: contain;
    margin-bottom: calc(-48.5% - 64px);
    margin-top: 64px;
    padding-top: 48.5%;
    width: 100%
}

.about-ourteam__left .__desc {
    font-size: 16px;
    line-height: 160%;
    margin: 16px 0;
    opacity: .9
}

.about-ourteam__left .__item {
    display: flex;
    font-size: 14px;
    line-height: 160%;
    opacity: .6
}

.about-ourteam__left .__item+.__item {
    margin-top: 8px
}

.about-ourteam__left .__item:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    flex-shrink: 0;
    height: 6px;
    margin-right: 10px;
    margin-top: 9px;
    width: 6px
}

.about-ourteam__right {
    background: #083f88;
    padding-top: calc(48.5% + 16px)
}

.about-ourteam__right .__item {
    padding-bottom: 12px;
    position: relative
}

.about-ourteam__right .__item+.__item {
    margin-top: 32px
}

.about-ourteam__right .__item:after,
.about-ourteam__right .__item:before {
    background: rgba(245, 250, 255, .1);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.about-ourteam__right .__item:after {
    background: rgba(245, 250, 255, .2);
    transition: width .5s linear;
    width: 0
}

.about-ourteam__right .__title {
    color: #ceeeff;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 12px;
    padding-top: 12px;
    position: relative
}

.about-ourteam__right .__title:before {
    background: #0068b7;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: background .2s linear;
    width: 32px
}

.about-ourteam__right .__desc {
    color: #8ac9f9;
    font-size: 14px;
    line-height: 160%
}

.about-ourteam__content {
    color: #fff;
    padding: 32px 16px
}

@media screen and (min-width:750px) {
    .about-ourteam__left .__title {
        font-size: 32px;
        line-height: 40px
    }

    .about-ourteam__right .__item:after,
    .about-ourteam__right .__item:before {
        height: 2px
    }
}

@media screen and (min-width:1024px) {
    .about-ourteam__left .about-ourteam__content {
        padding-top: 56px
    }

    .about-ourteam__left .__title {
        font-size: 40px;
        line-height: 48px
    }

    .about-ourteam__right .about-ourteam__content {
        padding-bottom: 56px
    }

    .about-ourteam__content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:1194px) {
    .about-ourteam__wrapper {
        padding-bottom: 56px;
        padding-top: 56px
    }

    .about-ourteam__left {
        display: inline-flex;
        justify-content: flex-end;
        padding-left: calc(50% - 579px)
    }

    .about-ourteam__left .about-ourteam__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        max-width: 882px;
        min-height: 528px;
        min-width: 882px;
        padding: 80px 320px 88px 56px;
        width: 100%
    }

    .about-ourteam__left .__image-top {
        margin-top: 0;
        padding-top: 291.2566666667px;
        position: absolute;
        right: -246px;
        top: 32px;
        width: 524px
    }

    .about-ourteam__left .__image-bottom {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 254.14px;
        position: absolute;
        right: -246px;
        top: 323.2566666667px;
        width: 524px
    }

    .about-ourteam__left .__title {
        font-size: 48px;
        line-height: 56px
    }

    .about-ourteam__left .__desc {
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .about-ourteam__left .__item {
        font-size: 16px
    }

    .about-ourteam__left .__item+.__item {
        margin-top: 16px
    }

    .about-ourteam__right {
        display: inline-flex;
        justify-content: flex-start;
        margin-left: calc(50% - 579px);
        margin-top: -205px;
        padding-right: calc(50% - 597px);
        padding-top: 0
    }

    .about-ourteam__right .about-ourteam__content {
        display: flex;
        max-width: 1176px;
        min-width: 1176px;
        padding-left: 56px;
        padding-right: 0;
        padding-top: 310px;
        width: 100%
    }

    .about-ourteam__right .__item {
        padding-bottom: 20px;
        width: 242px
    }

    .about-ourteam__right .__item+.__item {
        margin-left: 32px;
        margin-top: 0
    }

    .about-ourteam__right .__title {
        padding-bottom: 16px;
        padding-top: 36px
    }

    .about-ourteam__right .__title:before {
        height: 5px;
        width: 48px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .about-ourteam__right .__item:hover:after {
        width: 100%
    }

    .about-ourteam__right .__item:hover .__title:before {
        background: #fff
    }
}

@media screen and (min-width:1600px) {
    .about-ourteam__wrapper {
        padding-bottom: 96px;
        padding-top: 96px
    }

    .about-ourteam__left {
        padding-left: calc(50% - 740px)
    }

    .about-ourteam__left .about-ourteam__content {
        max-width: 1224px;
        min-height: 595px;
        min-width: 1224px;
        padding-bottom: 130px;
        padding-right: 400px;
        padding-top: 123px
    }

    .about-ourteam__left .__image-top {
        margin-top: 0;
        padding-top: 333.5px;
        position: absolute;
        right: -256px;
        top: 56px;
        width: 600px
    }

    .about-ourteam__left .__image-bottom {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 291px;
        position: absolute;
        right: -256px;
        top: 389.5px;
        width: 600px
    }

    .about-ourteam__left .__desc {
        font-size: 24px
    }

    .about-ourteam__left .__item {
        font-size: 18px
    }

    .about-ourteam__left .__item+.__item {
        margin-top: 20px
    }

    .about-ourteam__right {
        margin-left: calc(50% - 740px);
        padding-right: calc(50% - 540px)
    }

    .about-ourteam__right .about-ourteam__content {
        max-width: 1480px;
        min-width: 1480px;
        padding-top: 347px
    }

    .about-ourteam__right .__item {
        width: 326px
    }

    .about-ourteam__right .__item+.__item {
        margin-left: 40px
    }

    .about-ourteam__right .__title {
        font-size: 20px
    }

    .about-ourteam__right .__desc {
        font-size: 16px
    }
}

.archive-header.main-header {
    background: #011520
}

.archive-header.main-header .main-header__panel {
    background-image: url("");
    background-position-x: right;
    margin-right: -280px
}

@media screen and (min-width:1024px) {
    .archive-header.main-header .main-header__panel {
        background-position-x: center;
        margin: 0 auto
    }
}

.archive-wrapper.main-wrapper .main-wrapper__panel {
    padding-bottom: 32px;
    padding-top: 32px
}

@media screen and (min-width:1194px) {
    .archive-wrapper.main-wrapper .main-wrapper__panel {
        padding-bottom: 64px;
        padding-top: 64px
    }
}

.archive-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
    margin-top: -8px
}

.archive-navigation__item {
    color: #666f73;
    font-size: 24px;
    line-height: 32px;
    margin: 0 20px;
    padding: 8px 0;
    position: relative
}

.archive-navigation__item.__active {
    border-bottom: 4px solid #0068b7;
    color: #001520;
    font-weight: 700
}

@media screen and (min-width:1194px) {
    .archive-navigation {
        justify-content: flex-start;
        margin-top: -12px
    }

    .archive-navigation__item {
        font-size: 32px;
        line-height: 40px;
        margin: 0 40px 0 0
    }

    .archive-navigation__item.__active {
        border-width: 6px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .archive-navigation__item:not(.__active):hover {
        color: #0068b7
    }
}

.archive-list .__item {
    background: #fff;
    line-height: 1;
    position: relative;
    transition: box-shadow .2s linear;
    width: 100%
}

.archive-list .__item+.__item {
    margin-top: 16px
}

.archive-list .__image {
    display: block;
    overflow: hidden;
    width: 100%
}

.archive-list .__picture {
    height: 100%;
    pointer-events: none;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    width: 100%
}

.archive-list .__info {
    padding: 16px
}

.archive-list .__title {
    overflow: hidden
}

.archive-list .__link {
    color: #001520;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    max-width: 100%
}

.archive-list .__desc {
    color: #666f73;
    font-size: 14px;
    line-height: 160%;
    margin-top: 8px
}

.archive-list .__time {
    color: #9ca3a6;
    font-size: 12px;
    line-height: 20px;
    text-align: right
}

@media screen and (min-width:750px) {
    .archive-list .__item {
        display: flex;
        padding: 16px
    }

    .archive-list .__image {
        flex-shrink: 0;
        margin-right: 16px;
        width: 360px
    }

    .archive-list .__info {
        display: flex;
        flex: 1;
        flex-direction: column;
        justify-content: center;
        overflow: hidden;
        padding: 0
    }

    .archive-list .__title {
        max-height: 84px
    }

    .archive-list .__link {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 20px;
        line-height: 28px;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .archive-list .__desc {
        font-size: 16px
    }

    .archive-list .__time {
        bottom: 16px;
        font-size: 14px;
        line-height: 22px;
        position: absolute;
        right: 16px
    }
}

@media screen and (min-width:1024px) {
    .archive-list .__item {
        padding: 20px
    }

    .archive-list .__image {
        margin-right: 20px
    }

    .archive-list .__desc {
        margin-top: 12px
    }

    .archive-list .__time {
        bottom: 20px;
        right: 20px
    }
}

@media screen and (min-width:1194px) {
    .archive-list .__image {
        width: 440px
    }

    .archive-list .__info {
        padding: 20px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .archive-list .__item:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
    }

    .archive-list .__item:hover .__picture {
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0)
    }

    .archive-list .__link:hover {
        color: #0068b7
    }
}

.contact-header.main-header {
    background: #050f2b
}

.contact-header.main-header .main-header__panel {
    background-image: url("");
    background-position-x: right;
    margin-right: -142px
}

@media screen and (min-width:1024px) {
    .contact-header.main-header .main-header__panel {
        background-position-x: center;
        margin: 0 auto
    }
}

.contact-wrapper.main-wrapper {
    background: url("") bottom no-repeat;
    background-size: cover
}

.contact-wrapper__panel {
    margin: 0 auto;
    max-width: 1040px;
    padding: 32px 16px 64px
}

.contact-wrapper__title {
    color: #fff;
    font-size: 16px;
    line-height: 160%;
    text-align: center
}

@media screen and (min-width:1024px) {
    .contact-wrapper__panel {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (min-width:1194px) {
    .contact-wrapper__panel {
        padding: 80px 20px
    }

    .contact-wrapper__title {
        font-size: 18px;
        line-height: 24px
    }
}

.contact-form__radio {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    width: 100%
}

.contact-form__radio .__radio {
    color: #91999c;
    font-size: 16px;
    height: 30px;
    margin: 0 10px
}

.contact-form__radio .__radio.__active {
    color: #0068b7
}

.contact-form__radio .__radio.__active .__icon {
    display: none
}

.contact-form__radio .__radio.__active .__icon-active {
    display: block
}

.contact-form__radio .__radio:active {
    color: #0068b7
}

.contact-form__radio .__icon-active {
    display: none
}

.contact-form__radio .__value {
    margin-left: 8px
}

.contact-form__input {
    padding: 22px 0;
    position: relative
}

.contact-form__input.__required .__label {
    left: 0
}

.contact-form__input.__required .__label:before {
    color: #ff3d00;
    content: "*"
}

.contact-form__input.__active .__label {
    top: 0
}

.contact-form__input.__error .__input {
    border-color: #ff3d00
}

.contact-form__input.__error .__message {
    display: block
}

.contact-form__input.__hidden {
    display: none
}

.contact-form__input .__label {
    color: #91999c;
    font-size: 16px;
    left: 7px;
    line-height: 22px;
    position: absolute;
    top: 26px;
    transition: top .2s linear, font .2s linear
}

.contact-form__input .__input {
    align-items: center;
    border-bottom: 1px solid hsla(0, 0%, 85%, .4);
    display: flex;
    font-size: 20px;
    padding: 4px 7px;
    position: relative;
    transition: border .2s linear
}

.contact-form__input .__input-text,
.contact-form__input .__input-textarea {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    overflow: auto;
    overflow: overlay;
    scrollbar-color: #e5e8e9 transparent;
    scrollbar-width: thin
}

.contact-form__input .__input-text::-webkit-scrollbar,
.contact-form__input .__input-textarea::-webkit-scrollbar {
    width: 8px
}

.contact-form__input .__input-text::-webkit-scrollbar-track,
.contact-form__input .__input-textarea::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 100px
}

.contact-form__input .__input-text::-webkit-scrollbar-thumb,
.contact-form__input .__input-textarea::-webkit-scrollbar-thumb {
    background: #e5e8e9;
    border-radius: 100px
}

.contact-form__input .__input-textarea {
    min-height: 72px;
    min-width: 100%
}

.contact-form__input .__input-value {
    color: #fff;
    cursor: pointer;
    flex: 1;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-right: 32px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.contact-form__input .__input-file {
    height: 0;
    visibility: hidden;
    width: 0
}

.contact-form__input .__input-icon {
    color: #91999c;
    cursor: pointer;
    font-size: 20px;
    line-height: 32px;
    position: absolute;
    right: 7px;
    text-align: right;
    top: 0;
    transition: color .2s linear;
    width: 32px
}

.contact-form__input .__input-icon.__icon-delete {
    display: none
}

.contact-form__input .__input-icon.__icon-delete:active {
    color: #ff3d00
}

.contact-form__input .__message {
    bottom: 0;
    color: #ff3d00;
    display: none;
    font-size: 14px;
    font-weight: 700;
    left: 7px;
    line-height: 22px;
    position: absolute
}

.contact-form__submit {
    margin-top: 10px;
    text-align: center;
    width: 100%
}

.contact-form__submit .__button {
    background: #0068b7;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 166px
}

.contact-form__submit .__button .__value {
    margin-right: 6px
}

@media screen and (min-width:750px) {
    .contact-form__submit .__button {
        font-size: 18px;
        height: 56px;
        width: 280px
    }

    .contact-form__submit .__button .__value {
        margin-right: 8px
    }
}

@media screen and (min-width:1194px) {
    .contact-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .contact-form__radio {
        margin: 30px 0
    }

    .contact-form__radio .__radio {
        font-size: 18px;
        margin: 0 15px
    }

    .contact-form__input {
        width: calc(50% - 20px)
    }

    .contact-form__input.__full {
        width: 100%
    }

    .contact-form__input .dialog-calendar {
        bottom: auto;
        position: absolute;
        top: auto
    }

    .contact-form__input .dialog-calendar .dialog-mask {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: transparent;
        position: fixed
    }

    .contact-form__input .dialog-calendar .calendar {
        max-width: 100%;
        width: 100%
    }

    .contact-form__submit .__button {
        font-size: 20px;
        height: 64px;
        width: 320px
    }

    .contact-form__submit .__button .__value {
        margin-right: 10px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .contact-form__radio .__radio:not(.__active):hover {
        color: #0068b7
    }

    .contact-form__radio .__radio:not(.__active):hover .__icon {
        display: none
    }

    .contact-form__radio .__radio:not(.__active):hover .__icon-active {
        display: block
    }

    .contact-form__input:not(.__error) .__input:hover {
        border-color: #fff
    }

    .contact-form__input:not(.__error) .__input:hover .__input-icon.__icon-upload {
        color: #fff
    }

    .contact-form__input .__input-icon.__icon-delete:hover {
        color: #ff3d00
    }

    .contact-form__submit .__button:not(.__loading):hover {
        background: #0099d9
    }

    .contact-form__submit .__button:not(.__loading):hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}

.index-banner {
    overflow: hidden;
    position: relative
}

.index-banner:before {
    background: linear-gradient(135deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .05));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.index-banner__video {
    height: 100%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -2
}

.index-banner__content {
    color: #fff;
    height: 680px;
    margin: 0 auto;
    max-width: 1194px;
    padding: 102px 16px 0
}

.index-banner__content-title {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 18px
}

.index-banner__content-desc {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 14px 20px 56px
}

@media screen and (min-width:1024px) {
    .index-banner__content {
        padding: 174px 40px 0
    }

    .index-banner__content-title {
        font-size: 72px;
        margin-left: 0;
        margin-right: 0
    }

    .index-banner__content-desc {
        font-size: 22px;
        line-height: 32px;
        margin: 8px 0 50px 4px;
        max-width: 420px;
        padding-bottom: 12px;
        padding-top: 12px;
        position: relative
    }

    .index-banner__content-search {
        width: 500px
    }
}

@media screen and (min-width:1194px) {
    .index-banner__content {
        height: 732px;
        padding: 220px 60px 0
    }
}

@media screen and (min-width:1480px) {
    .index-banner__content {
        height: 820px;
        padding-top: 248px
    }

    .index-banner__content-title {
        font-size: 86px
    }

    .index-banner__content-desc {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 40px;
        margin-left: 6px;
        margin-top: 6px;
        max-width: 524px;
        position: relative
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .index-banner__video {
        height: 100%;
        width: auto
    }
}

@media (-ms-high-contrast:none) and (min-width:1944px),
screen and (-ms-high-contrast:active) {
    .index-banner__video {
        height: auto;
        width: 100%
    }
}

.index-card {
    margin: -246px auto 0;
    max-width: 1194px;
    padding: 0 16px;
    position: relative;
    z-index: 1
}

.index-card__item {
    align-items: center;
    background: #0068b7 50% no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 138px;
    justify-content: center;
    text-align: center;
    transition: color .2s linear, background .2s linear, border .2s linear, opacity .2s linear;
    width: 100%
}

.index-card__item:nth-child(odd) {
    background-image: url("d469ef580803003fa86ae82f621b31e2b3be8852.svg")
}

.index-card__item:nth-child(2n) {
    background-image: url("0bef8538965654e42faa058bf8d2fc74b3972eff.svg")
}

.index-card__item+.index-card__item {
    margin-top: 4px
}

.index-card__item.__item-1 .__image {
    background-image: url("index_card_1.svg")
}

.index-card__item.__item-2 .__image {
    background-image: url("index_card_2.svg")
}

.index-card__item.__item-3 .__image {
    background-image: url("e33c717e086e2e2989d46018fb9cd94e9cd79d9b.svg")
}

.index-card__item.__item-4 .__image {
    background-image: url("index_card_4.svg")
}

.index-card__item .__image {
    background-repeat: no-repeat;
    background-size: 100%;
    height: 44px;
    margin: 0 auto;
    transition: background .2s linear;
    width: 44px
}

.index-card__item .__title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    margin: 8px 0
}

.index-card__item .__more {
    border: 1px solid hsla(0, 0%, 100%, .6);
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    height: 24px;
    opacity: .9;
    padding: 0 12px
}

.index-card__item .__more .__value {
    margin-right: 4px
}

@media screen and (min-width:1024px) {
    .index-card {
        display: flex;
        margin-top: -98px;
        padding: 0 20px
    }

    .index-card__item+.index-card__item {
        margin-left: 2px;
        margin-top: 0
    }
}

@media screen and (min-width:1194px) {
    .index-card {
        margin-top: -98px;
        padding: 0 30px
    }

    .index-card__item+.index-card__item {
        margin-left: 4px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .index-card__item:hover {
        background-color: #f5f9fc;
        box-shadow: 0 2px 8px rgba(0, 104, 183, .2)
    }

    .index-card__item:hover:nth-child(odd) {
        background-image: url("009c8647458900c5aa967719c2c63b626b7113a9.svg")
    }

    .index-card__item:hover:nth-child(2n) {
        background-image: url("fc440925dcdbfc50a5b2ae77d7d9c64e01a75600.svg")
    }

    .index-card__item:hover .__more,
    .index-card__item:hover .__title {
        border-color: #0068b7;
        color: #0068b7
    }

    .index-card__item:hover .__more:hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }

    .index-card__item.__item-1:hover .__image {
        background-image: url("index_card_1_hover.svg")
    }

    .index-card__item.__item-2:hover .__image {
        background-image: url("index_card_2_hover.svg")
    }

    .index-card__item.__item-3:hover .__image {
        background-image: url("6ed75452efb265dd4233f6c5361d3b00848d59a9.svg")
    }

    .index-card__item.__item-4:hover .__image {
        background-image: url("index_card_4_hover.svg")
    }
}

@media screen and (min-width:1480px) {
    .index-card {
        margin-top: -110px;
        padding: 0 30px
    }

    .index-card__item {
        height: 150px
    }

    .index-card__item+.index-card__item {
        margin-left: 8px
    }

    .index-card__item .__title {
        margin: 10px 0
    }

    .index-card__item .__more {
        height: 20px;
        padding: 0 8px
    }
}

.index-whoweare {
    margin: 0 auto;
    max-width: 1366px;
    padding: 32px 16px;
    text-align: center
}

.index-whoweare__title {
    color: #001520;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 8px
}

.index-whoweare__desc {
    color: #666f73;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 auto 16px;
    max-width: 820px
}

.index-whoweare__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.index-whoweare__list .__item {
    background: #fcfeff;
    height: auto !important;
    margin-top: 8px;
    padding: 20px  40px !important;
    align-items: center;
    width: 100%;
    border-radius: 8px;

}
.index-whoweare__list .__item .__item-left {
    width: 110px;
    height: 110px;
    height: auto !important;
    object-fit: contain;
    margin-right: 60px;
}
.index-whoweare__list .__item .__item-top {
    align-items: baseline;
    color: #004094;
    display: flex;
    font-size: 30px;
    font-weight: 700;
    justify-content: center;
    line-height: 38px;
    margin-bottom: 8px
}
.index-whoweare__list .__item .model {
    color: #33444d;
    font-weight: 700;
}
.index-whoweare__list .__item .__item-top .__value-2 {
    font-size: 20px;
    line-height: 28px;
    margin-left: 6px
}

.index-whoweare__list .__item .__item-bottom {
    color: #666f73;
    font-size: 14px;
    line-height: 22px;
    padding: 0 10px
}

@media screen and (min-width:750px) {
    .index-whoweare__title {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 12px
    }

    .index-whoweare__list .__item {
        margin-top: 10px;
        padding-top: 48px;
        width: calc(50% - 5px)
    }

    .index-whoweare__list .__item .__item-top {
        font-size: 48px;
        line-height: 56px
    }

    .index-whoweare__list .__item .__item-top .__value-2 {
        font-size: 32px;
        line-height: 40px;
        margin-left: 8px
    }

    .index-whoweare__list .__item .__item-bottom {
        font-size: 16px;
        line-height: 24px;
        padding: 0 32px
    }
}

@media screen and (min-width:1024px) {
    .index-whoweare {
        padding: 64px 20px 74px
    }

    .index-whoweare__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 20px
    }

    .index-whoweare__list .__item {
        height: 220px;
        margin-top: 9px;
        padding-top: 64px;
        width: calc(33.33333% - 6px)
    }
}

@media screen and (min-width:1194px) {
    .index-whoweare {
        padding-left: 30px;
        padding-right: 30px
    }

    .index-whoweare__title {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 28px
    }

    .index-whoweare__list .__item {
        margin-top: 15px;
        width: calc(33.33333% - 10px)
    }
}

@media screen and (min-width:1480px) {
    .index-whoweare {
        padding-left: 30px;
        padding-right: 30px
    }

    .index-whoweare__desc {
        font-size: 20px;
        line-height: 28px;
        max-width: 1000px
    }

    .index-whoweare__list .__item {
        height: 260px;
        margin-top: 18px;
        padding-top: 76px;
        width: calc(33.33333% - 12px)
    }

    .index-whoweare__list .__item .__item-top {
        font-size: 56px;
        line-height: 64px
    }

    .index-whoweare__list .__item .__item-top .__value-2 {
        font-size: 40px;
        line-height: 48px;
        margin-left: 10px
    }

    .index-whoweare__list .__item .__item-bottom {
        font-size: 20px;
        line-height: 28px;
        padding: 0 64px
    }
}

.index-services {
    background: #001520;
    position: relative
}

.index-services__wrapper {
    background: url("index_services_bg.png") bottom no-repeat;
    background-size: cover
}

.index-services__title {
    display: none
}

.index-services__panel {
    padding: 32px 16px;
    position: relative
}

.index-services__item {
    background: #0068b7;
    position: relative;
    z-index: 1
}

.index-services__item+.index-services__item {
    margin-top: 8px
}

.index-services__item .__panel {
    background: #0068b7;
    color: #fff;
    height: 360px;
    padding: 32px;
    transition: background .2s linear
}

.index-services__item .__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 44px
}

.index-services__item .__desc {
    font-size: 14px;
    line-height: 160%;
    margin: 10px 0
}

.index-services__item .__item {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 26px
}

.index-services__item .__item:before {
    background: #fff;
    border-radius: 50%;
    content: "";
    flex-shrink: 0;
    height: 6px;
    margin-right: 10px;
    width: 6px
}

.index-services__item .__more {
    border: 1px solid #fff;
    border-radius: 100px;
    bottom: 32px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    left: 32px;
    position: absolute;
    width: 132px
}

.index-services__item .__more .__value {
    margin-right: 6px
}

@media screen and (min-width:750px) {
    .index-services__item {
        background-position: 100%;
        background-repeat: no-repeat;
        background-size: auto 100%
    }

    .index-services__item.__services {
        background-image: url("index_services_services_bg.png");
        background-position-x: 120px
    }

    .index-services__item.__products {
        background-image: url("index_services_products_bg.png");
        background-position-x: 170px
    }

    .index-services__item.__industries {
        background-image: url("index_services_industries_bg.png");
        background-position-x: 280px
    }

    .index-services__item+.index-services__item {
        margin-top: 16px
    }

    .index-services__item .__panel {
        height: 386px;
        width: 386px
    }

    .index-services__item .__title {
        font-size: 48px;
        line-height: 56px
    }

    .index-services__item .__desc {
        font-size: 16px
    }

    .index-services__item .__item {
        font-size: 16px;
        line-height: 28px
    }

    .index-services__item .__item:before {
        height: 8px;
        width: 8px
    }
}

@media screen and (min-width:900px) {

    .index-services__item.__industries,
    .index-services__item.__products,
    .index-services__item.__services {
        background-position-x: right
    }
}

@media screen and (min-width:1024px) {
    .index-services__panel {
        padding: 64px 20px
    }
}

@media screen and (min-width:1194px) {
    .index-services {
        overflow: hidden;
        padding-bottom: 57px
    }

    .index-services__title {
        color: rgba(114, 156, 215, .1);
        display: block;
        font-size: 240px;
        font-weight: 700;
        left: 50%;
        letter-spacing: 10px;
        line-height: 1;
        position: absolute;
        top: 20px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .index-services__panel {
        display: flex;
        margin: 0 auto;
        max-width: 1366px;
        padding: 140px 30px 30px
    }

    .index-services__panel:before {
        background: #083f88;
        bottom: -57px;
        content: "";
        left: -57px;
        position: absolute;
        right: -57px;
        top: 50%
    }

    .index-services__panel:after {
        background: url("index_services_occupy_bg.png") 0 no-repeat;
        background-size: contain;
        bottom: 30px;
        content: "";
        left: calc(100% - 31px);
        position: absolute;
        right: -100%;
        top: 140px
    }

    .index-services__item {
        flex: 1
    }

    .index-services__item:before {
        content: "";
        display: block;
        padding-top: 143.4782608696%
    }

    .index-services__item.__services {
        background-position-x: -440px
    }

    .index-services__item.__products {
        background-position-x: -400px
    }

    .index-services__item.__industries {
        background-position-x: -260px
    }

    .index-services__item+.index-services__item {
        margin-top: 0
    }

    .index-services__item.__active .__panel {
        background: #0068b7
    }

    .index-services__item.__active .__desc,
    .index-services__item.__active .__item,
    .index-services__item.__active .__more {
        display: flex
    }

    .index-services__item .__panel {
        background: rgba(0, 0, 0, .3);
        height: 100%;
        left: 0;
        padding: 48px;
        position: absolute;
        top: 0;
        width: 100%
    }

    .index-services__item .__title {
        font-size: 54px;
        line-height: 64px
    }

    .index-services__item .__desc {
        display: none;
        font-size: 20px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .index-services__item .__item {
        display: none;
        line-height: 34px
    }

    .index-services__item .__more {
        bottom: 48px;
        display: none;
        font-size: 18px;
        height: 56px;
        left: 48px;
        width: 166px
    }

    .index-services__item .__more .__value {
        margin-right: 8px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .index-services__item .__more:hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}

@media screen and (min-width:1480px) {
    .index-services__item .__more {
        bottom: 126px
    }

    .index-services__title {
        left: -57px;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.index-advantage {
    background: #001520
}

.index-advantage__title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    padding: 32px 0;
    text-align: center
}

.index-advantage__wrapper {
    margin: 0 auto;
    max-width: 2288px;
    position: relative
}

.index-advantage__panel {
    background: #083f88;
    position: relative;
    z-index: 1
}

.index-advantage__content {
    padding: 0 16px 40px
}

.index-advantage__item {
    padding: 32px 0;
    position: relative;
    text-align: center
}

.index-advantage__item:after,
.index-advantage__item:before {
    background: rgba(245, 250, 255, .1);
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

.index-advantage__item:after {
    background: rgba(245, 250, 255, .2);
    transition: width .5s linear;
    width: 0
}

.index-advantage__item .__index {
    display: none
}

.index-advantage__item .__icon {
    background-repeat: no-repeat;
    background-size: contain;
    height: 64px;
    margin: 0 auto 16px;
    width: 64px
}

.index-advantage__item .__icon.__icon-1 {
    background-image: url("index_advantage_1.svg")
}

.index-advantage__item .__icon.__icon-2 {
    background-image: url("8059394c0799c5a3a0a687cc2d41a5254cdd9636.svg")
}

.index-advantage__item .__icon.__icon-3 {
    background-image: url("index_advantage_3.svg")
}

.index-advantage__item .__icon.__icon-4 {
    background-image: url("02902cae6b6f8302d4e85b983d64a27697e308c1.svg")
}

.index-advantage__item .__title {
    color: hsla(0, 0%, 100%, .9);
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 4px;
    transition: color .2s linear
}

.index-advantage__item .__desc {
    color: #8ac9f9;
    font-size: 14px;
    line-height: 160%
}

@media screen and (min-width:750px) {
    .index-advantage__title {
        font-size: 32px;
        line-height: 40px;
        padding: 56px 0
    }

    .index-advantage__item {
        display: flex;
        padding: 32px 128px;
        text-align: left
    }

    .index-advantage__item:after,
    .index-advantage__item:before {
        height: 2px
    }

    .index-advantage__item .__index {
        color: hsla(0, 0%, 100%, .3);
        display: block;
        font-size: 60px;
        font-style: italic;
        left: 24px;
        line-height: 1;
        margin-top: -30px;
        position: absolute;
        text-align: center;
        top: 50%;
        transition: color .2s linear, -webkit-transform .2s linear;
        transition: color .2s linear, transform .2s linear;
        transition: color .2s linear, transform .2s linear, -webkit-transform .2s linear;
        width: 80px
    }

    .index-advantage__item .__icon {
        margin: -32px 0 0;
        position: absolute;
        right: 32px;
        top: 50%
    }

    .index-advantage__item .__title {
        font-size: 20px;
        margin-bottom: 8px
    }

    .index-advantage__item .__desc {
        font-size: 16px
    }
}

@media screen and (min-width:1024px) {
    .index-advantage__title {
        font-size: 40px;
        line-height: 48px
    }

    .index-advantage__wrapper {
        padding-bottom: 56px;
        padding-top: 56px
    }

    .index-advantage__wrapper:before {
        background: url("index_advantage_bg.png") 50% no-repeat;
        background-size: cover;
        bottom: 112px;
        content: "";
        left: 50%;
        position: absolute;
        right: 0;
        top: 0
    }

    .index-advantage__wrapper:after {
        background: #0068b7;
        bottom: 0;
        content: "";
        left: 25%;
        position: absolute;
        right: 0;
        top: calc(100% - 168px)
    }

    .index-advantage__content {
        padding-left: 40px;
        padding-right: 40px
    }

    .index-advantage__item {
        padding-left: 168px;
        padding-right: 168px
    }

    .index-advantage__item .__index {
        left: 44px
    }

    .index-advantage__item .__icon {
        height: 80px;
        margin-top: -40px;
        position: absolute;
        right: 32px;
        top: 50%;
        width: 80px
    }
}

@media screen and (min-width:1194px) {
    .index-advantage__title {
        font-size: 48px;
        line-height: 56px;
        padding: 78px 0
    }

    .index-advantage__panel {
        display: inline-flex;
        justify-content: flex-end
    }

    .index-advantage__content {
        max-width: 1130px;
        padding: 22px 60px 60px
    }

    .index-advantage__item {
        padding-left: 188px;
        padding-right: 188px
    }

    .index-advantage__item .__index {
        left: 44px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .index-advantage__item:hover:after {
        width: 100%
    }

    .index-advantage__item:hover .__index {
        color: #fff;
        -webkit-transform: scale(1.6) translateZ(0);
        transform: scale(1.6) translateZ(0)
    }

    .index-advantage__item:hover .__title {
        color: #fff
    }
}

@media screen and (min-width:1480px) {
    .index-advantage__wrapper {
        padding-bottom: 96px
    }

    .index-advantage__panel {
        padding-left: calc(50% - 740px)
    }

    .index-advantage__content {
        max-width: 1280px;
        padding-left: 0;
        padding-top: 18px;
        width: 100%
    }

    .index-advantage__item {
        padding-left: 226px
    }

    .index-advantage__item .__index {
        left: 82px
    }

    .index-advantage__item .__icon {
        height: 92px;
        margin-top: -46px;
        position: absolute;
        right: 32px;
        top: 50%;
        width: 92px
    }

    .index-advantage__item .__title {
        font-size: 24px;
        margin-bottom: 16px
    }

    .index-advantage__item .__desc {
        font-size: 20px
    }
}

@media screen and (min-width:1921px) {
    .index-advantage__wrapper:after {
        right: 56px
    }
}

.index-quality {
    background: url("index_quality_bg.png") top no-repeat;
    background-size: cover
}

.index-quality__wrapper {
    margin: 0 auto;
    max-width: 1366px;
    padding: 0 16px 32px
}

.index-quality__title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    padding: 32px 0;
    text-align: center
}

.index-quality__player .__player {
    /* background: url("mogultech_quality_assurance_bg.png") 50% no-repeat; */
    background-size: contain;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.index-quality__player .__player.__active {
    background: none
}

.index-quality__player .__player.__active .__button {
    display: none
}

.index-quality__player .__player.__active .__video {
    display: block
}

.index-quality__player .__button {
    background: rgba(0, 0, 0, .4) url("cc6059f0a3c79d1d0a00edb7bee84154aa565b9e.svg") 50% no-repeat;
    background-size: 26px 31px;
    border-radius: 12px;
    height: 52px;
    left: 50%;
    margin-left: -30px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    width: 60px
}

.index-quality__player .__video {
    bottom: 0;
    /* display: none; */
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.index-quality__desc {
    padding-top: 28px
}

.index-quality__desc .__desc {
    color: #fff;
    font-size: 16px;
    line-height: 160%
}

.index-quality__desc .__desc+.__desc {
    margin-top: 16px
}

.index-quality__desc .__more {
    margin-top: 28px;
    text-align: center
}

.index-quality__desc .__more .__button {
    background: #0068b7;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 166px
}

.index-quality__desc .__more .__button .__value {
    margin-right: 6px
}

@media screen and (min-width:750px) {
    .index-quality__title {
        font-size: 32px;
        line-height: 40px;
        padding: 56px 0
    }

    .index-quality__player .__button {
        background-size: 44px 55px;
        border-radius: 16px;
        height: 94px;
        margin-left: -54px;
        margin-top: -47px;
        width: 108px
    }

    .index-quality__desc .__more .__button {
        font-size: 18px;
        height: 56px;
        width: 180px
    }

    .index-quality__desc .__more .__button .__value {
        margin-right: 8px
    }
}

@media screen and (min-width:1024px) {
    .index-quality__wrapper {
        padding-bottom: 56px;
        padding-left: 20px;
        padding-right: 20px
    }

    .index-quality__title {
        font-size: 40px;
        line-height: 48px
    }

    .index-quality__content {
        display: flex
    }

    .index-quality__player {
        flex: 1
    }

    .index-quality__desc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 32px;
        padding-top: 0;
        width: 400px
    }

    .index-quality__desc .__more {
        margin-top: 40px;
        padding: 0;
        text-align: left
    }
}

@media screen and (min-width:1194px) {
    .index-quality__wrapper {
        padding-bottom: 78px;
        padding-left: 30px;
        padding-right: 30px
    }

    .index-quality__title {
        font-size: 48px;
        line-height: 56px;
        padding: 78px 0
    }

    .index-quality__desc .__desc {
        font-size: 20px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .index-quality__player .__button:hover {
        background-color: rgba(0, 0, 0, .5);
        background-image: url("67ee2ac6cfdcb9cafdf27052fc0efa888e7ff981.svg")
    }

    .index-quality__desc .__button:hover {
        background: #0099d9
    }

    .index-quality__desc .__button:hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}

@media screen and (min-width:1366px) {
    .index-quality__desc {
        margin-left: 56px
    }
}

@media screen and (min-width:1480px) {
    .index-quality__wrapper {
        padding-bottom: 96px
    }

    .index-quality__desc .__more .__button {
        width: 260px
    }

    .index-quality__desc .__more .__button .__value {
        margin-right: 10px
    }
}
.index-insights {
    background: url("index_insights_bg.png") 50% no-repeat;
    background-size: cover
}
.index-insights__title {
    color: #001520;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    padding: 32px 0;
    text-align: center
}
.index-insights__wrapper {
    margin: 0 auto;
    max-width: 1366px;
    padding: 0 16px 0px
}
.index-insights__content .__item {
    background: #fff;
    line-height: 1;
    position: relative;
    transition: box-shadow .2s linear;
    width: 100%
}
.index-insights__content .__item+.__item {
    margin-top: 16px
}
.index-insights__content .__image {
    display: block;
    overflow: hidden;
    width: 100%
}
.index-insights__content .__picture {
    height: 100%;
    pointer-events: none;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    width: 100%
}
.index-insights__content .__info {
    padding: 16px
}
.index-insights__content .__title {
    overflow: hidden
}
.index-insights__content .__link {
    color: #001520;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    max-width: 100%
}
.index-insights__content .__desc {
    color: #666f73;
    font-size: 14px;
    line-height: 160%;
    margin: 8px 0
}
.index-insights__content .__time {
    color: #9ca3a6;
    font-size: 12px;
    line-height: 20px;
    text-align: right
}
.index-insights__more {
    margin-top: 32px;
    text-align: center
}
.index-insights__more .__button {
    background: #0068b7;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 166px
}
.index-insights__more .__button .__value {
    margin-right: 6px
}
@media screen and (min-width:750px) {
    .index-insights__title {
        font-size: 32px;
        line-height: 40px;
        padding: 56px 0
    }
    .index-insights__wrapper {
        padding-bottom: 0px
    }
    .index-insights__content .__link {
        font-size: 20px;
        line-height: 28px
    }
    .index-insights__content .__desc {
        font-size: 16px
    }
    .index-insights__content .__time {
        font-size: 14px;
        line-height: 22px
    }
    .index-insights__more .__button {
        font-size: 18px;
        height: 56px;
        width: 180px
    }
    .index-insights__more .__button .__value {
        margin-right: 8px
    }
}

@media screen and (min-width:1024px) {
    .index-insights__title {
        font-size: 40px;
        line-height: 48px
    }
    .index-insights__wrapper {
        padding-bottom: 0px;
        padding-left: 20px;
        padding-right: 20px
    }

    .index-insights__content {
        display: flex;
        justify-content: space-between
    }

    .index-insights__content .__item {
        width: calc(33.33333% - 8px)
    }

    .index-insights__content .__item+.__item {
        margin-top: 0
    }

    .index-insights__content .__title {
        max-height: 84px
    }

    .index-insights__content .__link {
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .index-insights__content .__desc {
        margin-bottom: 30px
    }

    .index-insights__content .__time {
        bottom: 16px;
        position: absolute;
        right: 16px
    }
}

@media screen and (min-width:1194px) {
    .index-insights__title {
        font-size: 48px;
        line-height: 56px;
        padding: 78px 0
    }

    .index-insights__wrapper {
        padding-left: 30px;
        padding-right: 30px
    }

    .index-insights__content .__info {
        padding: 20px
    }

    .index-insights__content .__desc {
        margin-top: 12px
    }

    .index-insights__content .__time {
        bottom: 20px;
        right: 20px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .index-insights__content .__item:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
    }

    .index-insights__content .__item:hover .__picture {
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0)
    }

    .index-insights__content .__link:hover {
        color: #0068b7
    }

    .index-insights__more .__button:hover {
        background: #0099d9
    }

    .index-insights__more .__button:hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}

@media screen and (min-width:1480px) {
    .index-insights__wrapper {
        padding-bottom: 0px
    }

    .index-insights__content .__item {
        width: calc(33.33333% - 16px)
    }

    .index-insights__more .__button {
        width: 260px
    }

    .index-insights__more .__button .__value {
        margin-right: 10px
    }
}

.industries-header.main-header {
    background: #8894a7
}

.industries-header.main-header .main-header__panel {
    background-image: url("")
}

.industries-list.main-wrapper {
    background: #fff
}

.industries-list.main-wrapper .main-wrapper__panel {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 11px
}

.industries-list__item {
    color: #fff;
    font-size: 16px;
    margin: 12px 5px;
    overflow: hidden;
    padding-top: calc(31.48148% - 6.2963px);
    position: relative;
    text-align: center;
    width: calc(50% - 10px)
}

.industries-list__item .__content {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.industries-list__item .__content.__industrial-control {
    background-image: url("")
}

.industries-list__item .__content.__automotive {
    background-image: url("")
}

.industries-list__item .__content.__new-energy {
    background-image: url("")
}

.industries-list__item .__content.__telecommunications {
    background-image: url("")
}

.industries-list__item .__content.__medical-equipment {
    background-image: url("")
}

.industries-list__item .__content.__consumer-electronics {
    background-image: url("")
}

.industries-list__item .__content.__power-supply {
    background-image: url("")
}

.industries-list__item .__content.__aerospace-defense {
    background-image: url("")
}

.industries-list__item .__content.__power-electrical {
    background-image: url("")
}

.industries-list__item .__content.__iot {
    background-image: url("")
}

.industries-list__item .__content.__smart-security {
    background-image: url("")
}

.industries-list__item .__content.__instruments-meters {
    background-image: url("")
}

.industries-list__item .__title {
    align-items: center;
    background: rgba(32, 53, 81, .5);
    display: flex;
    height: 100%;
    justify-content: center;
    transition: background .2s linear;
    width: 100%
}

@media screen and (min-width:750px) {
    .industries-list__item {
        font-size: 24px;
        font-weight: 700
    }
}

@media screen and (min-width:1024px) {
    .industries-list.main-wrapper .main-wrapper__panel {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:1194px) {
    .industries-list.main-wrapper .main-wrapper__panel {
        padding: 48px 14px
    }

    .industries-list__item {
        margin: 16px;
        padding-top: calc(20.98765% - 20.14815px);
        width: calc(33.33333% - 32px)
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .industries-list__item:hover .__content {
        -webkit-transform: scale(1.1) translateZ(0);
        transform: scale(1.1) translateZ(0)
    }

    .industries-list__item:hover .__content .__title {
        background: rgba(32, 53, 81, .7)
    }
}

.products-header.main-header {
    background: #050e12
}

.products-header.main-header .main-header__panel {
    background-image: url("");
    background-position-x: right;
    margin-right: -336px
}

@media screen and (min-width:1024px) {
    .products-header.main-header .main-header__panel {
        background-position-x: center;
        margin: 0 auto
    }
}

.products-list.main-wrapper {
    background: #fff
}

.products-list.main-wrapper .main-wrapper__panel {
    display: flex;
    flex-wrap: wrap;
    padding: 27px 11px
}

.products-list__item {
    background: #081f41;
    color: hsla(0, 0%, 100%, .6);
    font-size: 14px;
    line-height: 18px;
    margin: 5px;
    min-height: 268px;
    padding: 8px;
    position: relative;
    transition: background .2s linear;
    width: calc(50% - 10px)
}

.products-list__item .__index {
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 50%;
    color: hsla(0, 0%, 100%, .1);
    font-size: 12px;
    height: 24px;
    line-height: 22px;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 17px;
    width: 24px
}

.products-list__item .__image {
    height: 42px;
    position: relative;
    width: 42px
}

.products-list__item .__image.__analog:after {
    background-image: url("")
}

.products-list__item .__image.__memory:after {
    background-image: url("")
}

.products-list__item .__image.__processors:after {
    background-image: url("")
}

.products-list__item .__image.__discretes:after {
    background-image: url("")
}

.products-list__item .__image.__logic:after {
    background-image: url("")
}

.products-list__item .__image.__optoelectronics:after {
    background-image: url("")
}

.products-list__item .__image.__passives:after {
    background-image: url("")
}

.products-list__item .__image.__programmable:after {
    background-image: url("")
}

.products-list__item .__image.__wireless:after {
    background-image: url("")
}

.products-list__item .__image:before {
    -webkit-animation: d 3s linear infinite;
    animation: d 3s linear infinite;
    background: url("") no-repeat;
    background-size: contain;
    content: "";
    height: 92px;
    left: -6px;
    opacity: 0;
    position: absolute;
    top: -6px;
    transition: opacity .2s linear;
    width: 92px
}

.products-list__item .__image:after {
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: background .2s linear
}

.products-list__item .__title {
    color: #0068b7;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 4px 0;
    transition: color .2s linear
}

@media screen and (min-width:480px) {
    .products-list__item {
        line-height: 20px;
        min-height: 286px;
        padding: 16px
    }

    .products-list__item .__index {
        right: 16px;
        top: 32px
    }

    .products-list__item .__image {
        height: 56px;
        width: 56px
    }

    .products-list__item .__title {
        font-size: 18px;
        line-height: 24px
    }
}

@media screen and (min-width:750px) {
    .products-list__item {
        font-size: 16px;
        line-height: 24px;
        min-height: 354px
    }

    .products-list__item .__index {
        font-size: 14px;
        height: 28px;
        line-height: 26px;
        right: 24px;
        top: 34px;
        width: 28px
    }

    .products-list__item .__image {
        height: 64px;
        width: 64px
    }

    .products-list__item .__title {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 6px;
        margin-top: 6px
    }
}

@media screen and (min-width:1024px) {
    .products-list.main-wrapper .main-wrapper__panel {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media screen and (min-width:1194px) {
    .products-list.main-wrapper .main-wrapper__panel {
        padding: 56px 22px
    }

    .products-list__item {
        margin: 8px;
        min-height: 432px;
        padding: 40px 60px;
        width: calc(33.33333% - 16px)
    }

    .products-list .__index {
        right: 60px;
        top: 66px
    }

    .products-list .__image {
        height: 80px;
        width: 80px
    }

    .products-list .__title {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 8px;
        margin-top: 8px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .products-list__item:hover {
        background: #0068b7
    }

    .products-list__item:hover .__title {
        color: #fff
    }

    .products-list__item:hover .__image:before {
        opacity: 1
    }

    .products-list__item:hover .__image.__analog:after {
        background-image: url("")
    }

    .products-list__item:hover .__image.__memory:after {
        background-image: url("")
    }

    .products-list__item:hover .__image.__processors:after {
        background-image: url("")
    }

    .products-list__item:hover .__image.__discretes:after {
        background-image: url("")
    }

    .products-list__item:hover .__image.__logic:after {
        background-image: url("")
    }

    .products-list__item:hover .__image.__optoelectronics:after {
        background-image: url("")
    }

    .products-list__item:hover .__image.__passives:after {
        background-image: url("")
    }

    .products-list__item:hover .__image.__programmable:after {
        background-image: url("")
    }

    .products-list__item:hover .__image.__wireless:after {
        background-image: url("")
    }
}

.quality-header.main-header {
    background: #010101
}

.quality-header.main-header .main-header__panel {
    background-image: url("");
    background-position-x: right;
    margin-right: -180px
}

@media screen and (min-width:1024px) {
    .quality-header.main-header .main-header__panel {
        background-position-x: center;
        margin: 0 auto
    }
}

.quality-video {
    background: #fff
}

.quality-video .main-wrapper__panel {
    padding-bottom: 32px;
    padding-top: 32px
}

.quality-video__player {
    background: url("mogultech_quality_assurance_bg.png") 50% no-repeat;
    background-size: contain;
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.quality-video__player.__active {
    background: none
}

.quality-video__player.__active .__button {
    display: none
}

.quality-video__player.__active .__video {
    display: block
}

.quality-video__player .__button {
    background: rgba(0, 0, 0, .4) url("cc6059f0a3c79d1d0a00edb7bee84154aa565b9e.svg") 50% no-repeat;
    background-size: 26px 31px;
    border-radius: 12px;
    height: 52px;
    left: 50%;
    margin-left: -30px;
    margin-top: -26px;
    position: absolute;
    top: 50%;
    width: 60px
}

.quality-video__player .__video {
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.quality-video__desc {
    font-size: 16px;
    line-height: 180%;
    margin-top: 16px
}

@media screen and (min-width:750px) {
    .quality-video__player .__button {
        background-size: 44px 55px;
        border-radius: 16px;
        height: 94px;
        margin-left: -54px;
        margin-top: -47px;
        width: 108px
    }
}

@media screen and (min-width:1194px) {
    .quality-video .main-wrapper__panel {
        padding-bottom: 64px;
        padding-top: 64px
    }

    .quality-video__desc {
        font-size: 20px;
        margin-top: 32px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .quality-video__player .__button:hover {
        background-color: rgba(0, 0, 0, .5);
        background-image: url("67ee2ac6cfdcb9cafdf27052fc0efa888e7ff981.svg")
    }
}

.quality-level {
    background: url("") top no-repeat;
    background-size: cover
}

.quality-level .main-wrapper__panel {
    max-width: 1080px
}

.quality-level__title {
    font-size: 18px
}

.quality-level__desc,
.quality-level__title {
    color: #fff;
    line-height: 160%;
    margin: 12px 0;
    text-align: center
}

.quality-level__desc {
    font-size: 17px
}

.quality-level__list {
    padding: 70px 0 56px
}

.quality-level__list .__item {
    background: #4a596c;
    border: 5px solid #0a1e2a;
    border-radius: 50%;
    height: 19px;
    margin: 0 auto 48px;
    position: relative;
    width: 19px
}

.quality-level__list .__item:after {
    background: #d2d6db;
    content: "";
    height: 48px;
    left: 4px;
    position: absolute;
    top: 14px;
    width: 1px
}

.quality-level__list .__item:last-child {
    margin-bottom: 0
}

.quality-level__list .__item:last-child:after {
    display: none
}

.quality-level__list .__item:nth-child(odd) .__title {
    right: 14px
}

.quality-level__list .__item:nth-child(odd) .__desc {
    right: 83px;
    text-align: right
}

.quality-level__list .__item:nth-child(odd) .__desc:before {
    left: auto;
    right: 0
}

.quality-level__list .__title {
    border-bottom: 2px solid #4a596c;
    color: hsla(0, 0%, 100%, .8);
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    position: absolute;
    right: -61px;
    text-align: center;
    top: -20px;
    white-space: nowrap;
    width: 56px
}

.quality-level__list .__desc {
    color: #99a1a6;
    font-size: 12px;
    line-height: 18px;
    padding-top: 36px;
    position: absolute;
    right: -167px;
    top: -39px;
    width: 93px
}

.quality-level__list .__desc:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px
}

.quality-level__list .__desc.__desc-1:before {
    background-image: url("")
}

.quality-level__list .__desc.__desc-2:before {
    background-image: url("")
}

.quality-level__list .__desc.__desc-3:before {
    background-image: url("")
}

.quality-level__list .__desc.__desc-4:before {
    background-image: url("")
}

.quality-level__list .__desc.__desc-5:before {
    background-image: url("")
}

.quality-level__list .__desc.__desc-6:before {
    background-image: url("")
}

@media screen and (min-width:750px) {
    .quality-level__title {
        font-size: 20px
    }

    .quality-level__list {
        padding: 110px 0 60px
    }

    .quality-level__list .__item {
        border-width: 6px;
        height: 24px;
        margin-bottom: 96px;
        width: 24px
    }

    .quality-level__list .__item:after {
        height: 96px;
        left: 5px;
        top: 18px;
        width: 2px
    }

    .quality-level__list .__item:nth-child(odd) .__title {
        right: 18px
    }

    .quality-level__list .__item:nth-child(odd) .__desc {
        right: 146px
    }

    .quality-level__list .__title {
        border-width: 3px;
        font-size: 20px;
        line-height: 34px;
        right: -102px;
        top: -29px;
        width: 96px
    }

    .quality-level__list .__desc {
        font-size: 16px;
        line-height: 24px;
        padding-top: 72px;
        right: -284px;
        top: -76px;
        width: 150px
    }

    .quality-level__list .__desc:before {
        height: 64px;
        width: 64px
    }
}

@media screen and (min-width:1194px) {
    .quality-level .main-wrapper__panel {
        padding-bottom: 56px;
        padding-top: 56px
    }
}

.quality-certifications {
    background: #f5f9ff
}

.quality-certifications__title {
    color: #001520;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    padding: 32px 0;
    text-align: center
}

.quality-certifications__wrapper {
    display: flex;
    margin: 0 auto;
    max-width: 1080px;
    overflow: hidden;
    padding-bottom: 64px
}

.quality-certifications__wrapper .__list {
    display: inline-flex
}

.quality-certifications__wrapper .__item {
    flex-shrink: 0
}

.quality-certifications__wrapper .__image {
    background: #fff;
    border: 2px solid #33444d;
    padding: 2px;
    transition: box-shadow .2s linear
}

.quality-certifications__wrapper .__picture {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #9ca3a6;
    padding-top: 142%;
    width: 154px
}

.quality-certifications__wrapper .__value {
    color: #666f73;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-top: 12px;
    text-align: center
}

@media screen and (min-width:360px) {
    .quality-certifications__wrapper {
        max-width: 334px
    }

    .quality-certifications__wrapper .__item {
        margin-right: 10px
    }
}

@media screen and (min-width:375px) {
    .quality-certifications__wrapper {
        max-width: 344px
    }

    .quality-certifications__wrapper .__item {
        margin-right: 20px
    }
}

@media screen and (min-width:750px) {
    .quality-certifications__title {
        font-size: 32px;
        line-height: 40px;
        padding: 56px 0
    }

    .quality-certifications__wrapper {
        max-width: 708px;
        padding-bottom: 96px
    }
}

@media screen and (min-width:1024px) {
    .quality-certifications__title {
        font-size: 40px;
        line-height: 48px
    }

    .quality-certifications__wrapper {
        padding-bottom: 128px
    }
}

@media screen and (min-width:1194px) {
    .quality-certifications__title {
        font-size: 48px;
        line-height: 56px;
        padding: 78px 0
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .quality-certifications__wrapper .__image:hover {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .1)
    }
}

@media screen and (min-width:1366px) {
    .quality-certifications__wrapper {
        max-width: 1268px
    }

    .quality-certifications__wrapper .__image {
        border-width: 3px;
        padding: 3px
    }

    .quality-certifications__wrapper .__picture {
        padding-top: 142.0689655172%;
        width: 290px
    }
}

.search-header.main-header {
    background: #020f29;
    height: 168px
}

.search-header.main-header .main-header__panel {
    background-image: url("");
    background-position-x: right;
    background-size: auto 240px;
    margin-right: -30px
}

@media screen and (min-width:1024px) {
    .search-header.main-header {
        height: 240px
    }

    .search-header.main-header .main-header__panel {
        background-position-x: center;
        background-size: auto 300px;
        margin: 0 auto
    }
}

@media screen and (min-width:1194px) {
    .search-header.main-header {
        height: 300px
    }
}

.search-form {
    left: 30px;
    position: absolute;
    right: 30px;
    top: 96px
}

@media screen and (min-width:1024px) {
    .search-form {
        left: 50%;
        margin-left: -320px;
        right: auto;
        top: 124px;
        width: 640px
    }
}

@media screen and (min-width:1194px) {
    .search-form {
        top: 173px
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .search-form {
        top: 90px
    }
}

@media (-ms-high-contrast:none) and (min-width:1024px),
screen and (-ms-high-contrast:active) {
    .search-form {
        top: 118px
    }
}

@media (-ms-high-contrast:none) and (min-width:1194px),
screen and (-ms-high-contrast:active) {
    .search-form {
        top: 158px
    }
}

.search-wrapper.main-wrapper {
    background: #fff
}

.search-wrapper.main-wrapper .main-wrapper__panel {
    padding-bottom: 32px;
    padding-top: 32px
}

@media screen and (min-width:1194px) {
    .search-wrapper.main-wrapper .main-wrapper__panel {
        padding-bottom: 64px;
        padding-top: 64px
    }
}

.search-title {
    color: #33444d;
    display: flex;
    font-size: 18px;
    line-height: 26px
}

.search-title .__value {
    color: #0068b7;
    font-weight: 400
}

.search-list {
    border: 1px solid #edefef;
    border-bottom: none;
    color: #35425c;
    margin-top: 16px
}

.search-list__item {
    align-items: center;
    border-bottom: 1px solid #edefef;
    display: flex;
    font-size: 12px;
    height: 48px
}

.search-list__item.__header {
    background: #e5f0f8;
    font-weight: 700;
    height: 40px
}

.search-list__item.__header .__item-1 {
    display: flex
}

.search-list__item .__item.__item-1 {
    flex: 1;
    overflow: hidden;
    padding-left: 6px
}

.search-list__item .__item.__item-2 {
    display: none
}

.search-list__item .__item.__item-3 {
    text-align: right;
    width: 80px
}

.search-list__item .__item.__item-4 {
    text-align: center;
    width: 100px
}

.search-list__item .__value {
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-list__item .__value.__value-1 {
    font-weight: 700
}

.search-list__item .__button {
    background: #e5f0f8;
    border: 1px solid #edefef;
    border-radius: 2px;
    color: #0068b7;
    height: 24px;
    width: 56px
}

@media screen and (min-width:750px) {
    .search-list__item {
        font-size: 14px
    }

    .search-list__item.__header {
        font-size: 16px;
        height: 48px
    }

    .search-list__item .__item {
        flex: 1;
        justify-content: center;
        text-align: center
    }

    .search-list__item .__item.__item-1 {
        padding-left: 16px
    }

    .search-list__item .__item.__item-2 {
        display: block
    }

    .search-list__item .__item.__item-3 {
        text-align: center;
        width: auto
    }

    .search-list__item .__item.__item-4 {
        width: auto
    }

    .search-list__item .__title.__title-2 {
        display: none
    }

    .search-list__item .__value.__value-1 {
        font-weight: 400
    }

    .search-list__item .__value.__value-2 {
        display: none
    }

    .search-list__item .__button {
        height: 32px;
        width: 100px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .search-list__item .__button:hover {
        background: #0068b7;
        color: #fff
    }
}

.services-header.main-header {
    background: #8b97a5
}

.services-header.main-header .main-header__panel {
    background-image: url("");
    background-position-x: right;
    margin-right: -370px
}

@media screen and (min-width:1024px) {
    .services-header.main-header .main-header__panel {
        background-position-x: center;
        margin: 0 auto
    }
}

.services-integrated.main-wrapper {
    background: #f5f9ff
}

.services-integrated.main-wrapper .services-content__image {
    background-image: url("")
}

.services-cost.main-wrapper {
    background: #fff
}

.services-cost.main-wrapper .services-content__image {
    background-image: url("")
}

.services-shortage.main-wrapper {
    background: #f5f9ff
}

.services-shortage.main-wrapper .services-content__image {
    background-image: url("")
}

.services-excess.main-wrapper {
    background: #fff
}

.services-excess.main-wrapper .services-content__image {
    background-image: url("")
}

.services-content {
    color: #001520
}

.services-content.main-wrapper__panel {
    padding-bottom: 32px;
    padding-top: 32px
}

.services-content__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 24px;
    text-align: center
}

.services-content__image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 58.3090379009%;
    width: 100%
}

.services-content__desc {
    font-size: 16px;
    line-height: 160%;
    margin: 16px 0 14px
}

.services-content__list {
    color: #666f73;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    margin-top: 8px
}

.services-content__list .__icon {
    color: #0068b7;
    font-size: 20px;
    margin-right: 8px;
    margin-top: 2px
}

@media screen and (min-width:750px) {
    .services-content.main-wrapper__panel {
        display: flex;
        flex-direction: column;
        height: 460px;
        justify-content: center
    }

    .services-content__title {
        margin-bottom: 0;
        text-align: left
    }

    .services-content__desc {
        margin-bottom: 6px;
        margin-top: 12px
    }

    .services-content__image {
        height: calc(100% - 64px);
        padding-top: 0;
        position: absolute;
        top: 32px;
        width: 304px
    }

    .services-integrated .services-content.main-wrapper__panel,
    .services-shortage .services-content.main-wrapper__panel {
        padding-left: 374px
    }

    .services-integrated .services-content__image,
    .services-shortage .services-content__image {
        left: 16px
    }

    .services-cost .services-content.main-wrapper__panel,
    .services-excess .services-content.main-wrapper__panel {
        padding-right: 374px
    }

    .services-cost .services-content__image,
    .services-excess .services-content__image {
        right: 16px
    }
}

@media screen and (min-width:1024px) {
    .services-content__desc {
        margin-bottom: 0;
        margin-top: 26px
    }

    .services-content__list {
        margin-top: 30px
    }

    .services-integrated .services-content.main-wrapper__panel,
    .services-shortage .services-content.main-wrapper__panel {
        padding-left: 378px
    }

    .services-integrated .services-content__image,
    .services-shortage .services-content__image {
        left: 20px
    }

    .services-cost .services-content.main-wrapper__panel,
    .services-excess .services-content.main-wrapper__panel {
        padding-right: 378px
    }

    .services-cost .services-content__image,
    .services-excess .services-content__image {
        right: 20px
    }
}

@media screen and (min-width:1194px) {
    .services-content.main-wrapper__panel {
        height: 688px;
        padding-bottom: 64px;
        padding-top: 64px
    }

    .services-content__title {
        font-size: 32px;
        line-height: 40px
    }

    .services-content__desc {
        font-size: 20px;
        margin-top: 36px
    }

    .services-content__image {
        height: calc(100% - 128px);
        top: 64px;
        width: 430px
    }

    .services-content__list {
        margin-top: 40px
    }

    .services-content__list .__icon {
        font-size: 24px;
        margin-top: 0
    }

    .services-integrated .services-content.main-wrapper__panel,
    .services-shortage .services-content.main-wrapper__panel {
        padding-left: 562px
    }

    .services-integrated .services-content__image,
    .services-shortage .services-content__image {
        left: 30px
    }

    .services-cost .services-content.main-wrapper__panel,
    .services-excess .services-content.main-wrapper__panel {
        padding-right: 562px
    }

    .services-cost .services-content__image,
    .services-excess .services-content__image {
        right: 30px
    }
}

.single-header.main-header {
    background: #011520;
    height: 168px
}

.single-header.main-header .main-header__panel {
    background-image: url("");
    background-position-x: right;
    background-size: auto 300px;
    margin-right: -280px
}

@media screen and (min-width:1024px) {
    .single-header.main-header {
        height: 240px
    }

    .single-header.main-header .main-header__panel {
        background-position-x: center;
        background-size: auto 300px;
        margin: 0 auto
    }
}

@media screen and (min-width:1194px) {
    .single-header.main-header {
        height: 300px
    }
}

.single-wrapper.main-wrapper .main-wrapper__panel {
    padding-bottom: 32px;
    padding-top: 32px
}

@media screen and (min-width:1194px) {
    .single-wrapper.main-wrapper .main-wrapper__panel {
        padding-bottom: 64px;
        padding-top: 64px
    }
}

.single-wrapper.main-wrapper {
    background: #fff
}

.single-wrapper__title {
    border-bottom: 1px solid #e5e8e9;
    text-align: center
}

.single-wrapper__title .__title {
    color: #001520;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 8px;
    overflow: hidden
}

.single-wrapper__title .__time {
    color: #91999c;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 8px
}

.single-wrapper__content {
    color: #33444d;
    font-size: 16px;
    line-height: 160%;
    overflow: hidden;
    padding: 16px 0;
    position: relative
}

.single-wrapper__content:before {
    content: "";
    display: table
}

.single-wrapper__content .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.single-wrapper__content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.single-wrapper__content .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.single-wrapper__content h1 {
    font-size: 32px;
    margin: 16px 0
}

.single-wrapper__content h2 {
    font-size: 24px;
    margin: 16px 0
}

.single-wrapper__content h3 {
    font-size: 18px;
    margin: 16px 0
}

.single-wrapper__content h4 {
    font-size: 16px;
    margin: 16px 0
}

.single-wrapper__content h5 {
    font-size: 14px;
    margin: 16px 0
}

.single-wrapper__content h6 {
    font-size: 12px;
    margin: 16px 0
}

.single-wrapper__content ul {
    list-style-type: disc
}

.single-wrapper__content ol {
    list-style-type: decimal
}

.single-wrapper__content hr {
    border-color: #e5e8e9
}

.single-wrapper__content a {
    color: #0068b7
}

.single-wrapper__content img {
    height: auto;
    max-width: 100%
}

.single-wrapper__content>*+* {
    margin-top: 16px
}

.single-wrapper__download {
    display: flex;
    justify-content: center;
    margin-top: 16px
}

.single-wrapper__download .__button {
    border: 1px solid #0068b7;
    border-radius: 100px;
    color: #0068b7;
    font-size: 16px;
    height: 40px;
    margin: 0 8px;
    width: 140px
}

.single-wrapper__download .__button .__value {
    margin-right: 6px
}

@media screen and (min-width:750px) {
    .single-wrapper__download .__button {
        font-size: 18px;
        height: 56px;
        width: 160px
    }

    .single-wrapper__download .__button .__value {
        margin-right: 8px
    }
}

@media screen and (min-width:1194px) {
    .single-wrapper__download .__button {
        font-size: 20px;
        height: 64px;
        margin: 0 16px;
        width: 180px
    }

    .single-wrapper__download .__button .__value {
        margin-right: 10px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .single-wrapper__download .__button:hover {
        background: #0068b7;
        color: #fff
    }
}

body {
    min-height: 100vh;
    min-width: 360px;
    position: relative
}
body .body-home {
    background: #e5ebf5;
}
.main-header,
body.__hidden {
    overflow: hidden
}

.main-header {
    height: 300px;
    position: relative
}

.main-header.default-header {
    background: #020f29;
    height: 168px
}

.main-header.default-header .main-header__panel {
    background-image: url("");
    background-position-x: right;
    background-size: auto 240px;
    margin-right: -30px
}

.main-header__panel {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 100%
}

.main-header__title {
    bottom: 0;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    left: 0;
    letter-spacing: 1px;
    padding-top: 164px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

@media screen and (min-width:1024px) {
    .main-header.default-header {
        height: 240px
    }

    .main-header.default-header .main-header__panel {
        background-position-x: center;
        background-size: auto 300px;
        margin: 0 auto
    }
}

@media screen and (min-width:1194px) {
    .main-header {
        height: 460px
    }

    .main-header.default-header {
        height: 300px
    }

    .main-header__title {
        font-size: 56px;
        left: 50%;
        max-width: 1194px;
        padding-left: 30px;
        padding-top: 316px;
        right: auto;
        text-align: left;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%
    }
}

@media screen and (min-width:1480px) {
    .main-header__title {
        font-size: 72px;
        padding-top: 298px
    }
}

.main-wrapper {
    margin: 0 auto
}

.main-wrapper.default-wrapper {
    background: #fff
}

.main-wrapper.default-wrapper .main-wrapper__panel {
    padding-bottom: 32px;
    padding-top: 32px
}

.main-wrapper.desc-wrapper {
    background: #f5f9ff
}

.main-wrapper.desc-wrapper .main-wrapper__panel {
    padding-bottom: 32px;
    padding-top: 32px
}

.main-wrapper__panel {
    margin: 0 auto;
    max-width: 1194px;
    padding: 16px;
    position: relative
}

.main-wrapper__panel-desc {
    font-size: 16px;
    line-height: 180%;
    margin: 16px 0
}

.main-wrapper__occupy {
    padding-bottom: 32px
}

@media screen and (min-width:1024px) {
    .main-wrapper__panel {
        padding: 20px
    }

    .main-wrapper__occupy {
        padding-bottom: 56px
    }
}

@media screen and (min-width:1194px) {

    .main-wrapper.default-wrapper .main-wrapper__panel,
    .main-wrapper.desc-wrapper .main-wrapper__panel {
        padding-bottom: 64px;
        padding-top: 64px
    }

    .main-wrapper__panel {
        padding: 30px
    }

    .main-wrapper__panel-desc {
        font-size: 20px;
        margin: 20px 0
    }
}

@media screen and (min-width:1480px) {
    .main-wrapper__occupy {
        padding-bottom: 97px
    }
}

.main-pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 11px
}

.main-pagination__item {
    background: #fff;
    border: 1px solid #edefef;
    border-radius: 2px;
    color: rgba(0, 0, 0, .6);
    font-size: 14px;
    line-height: 32px;
    margin: 5px;
    padding: 0 8px;
    position: relative
}

.main-pagination__item.__active {
    background: #0068b7;
    border-color: #0068b7;
    color: #fff
}

.main-pagination__item.__disabled {
    background: #e6e8eb;
    border-color: #dcdcdc;
    color: rgba(0, 0, 0, .6);
    cursor: default
}

.main-pagination__item.__loading {
    color: transparent !important;
    cursor: default;
    position: relative
}

.main-pagination__item.__loading:after {
    background: url("") 50% no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.main-pagination a.main-pagination__item,
.main-pagination button.main-pagination__item {
    transition: color .2s linear, background .2s linear, border .2s linear, opacity .2s linear
}

.main-pagination a.main-pagination__item:not(.__loading):active,
.main-pagination button.main-pagination__item:not(.__loading):active {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
    transition: -webkit-filter .2s linear;
    transition: filter .2s linear;
    transition: filter .2s linear, -webkit-filter .2s linear
}

@media screen and (min-width:750px) {
    .main-pagination {
        margin-top: 24px
    }

    .main-pagination__item {
        padding: 0 16px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {

    .main-pagination a.main-pagination__item:not(.__disabled):not(.__loading):hover,
    .main-pagination button.main-pagination__item:not(.__disabled):not(.__loading):hover {
        background: #0068b7;
        border-color: #0068b7;
        color: #fff
    }
}

.main-empty {
    color: #33444d;
    line-height: 160%;
    padding: 64px 22px;
    text-align: center
}

.main-empty .__image {
    background: url("") no-repeat;
    background-size: contain;
    height: 154px;
    margin: 0 auto;
    width: 198px
}

.main-empty .__image.__image-404 {
    background-image: url("")
}

.main-empty .__image.__image-loading {
    background-image: url("");
    height: 64px;
    width: 64px
}

.main-empty .__title {
    font-size: 20px;
    margin-top: 16px
}

.main-empty .__desc {
    font-size: 16px;
    margin-top: 8px;
    padding: 0 24px
}

.main-empty .__button {
    background: #0068b7;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    margin-top: 24px;
    width: 166px
}

.main-empty .__button .__value {
    margin-right: 6px
}

@media screen and (min-width:750px) {
    .main-empty .__button {
        font-size: 18px;
        height: 56px;
        width: 280px
    }

    .main-empty .__button .__value {
        margin-right: 8px
    }
}

@media screen and (min-width:1194px) {
    .main-empty .__title {
        font-size: 24px;
        margin-top: 24px
    }

    .main-empty .__desc {
        margin-top: 12px
    }

    .main-empty .__button {
        font-size: 20px;
        height: 64px;
        margin-top: 36px;
        width: 320px
    }

    .main-empty .__button .__value {
        margin-right: 10px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .main-empty .__button:hover {
        background: #0099d9
    }

    .main-empty .__button:hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .main-empty .__image-loading {
        -webkit-animation: d 3s linear infinite;
        animation: d 3s linear infinite
    }
}

.main-contact .main-wrapper__panel {
    padding-bottom: 64px;
    padding-top: 64px
}

.main-contact.main-wrapper {
    background: url("") bottom no-repeat;
    background-size: cover
}

.main-contact__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 32px;
    margin-bottom: 16px;
    text-align: center
}

.main-contact__button {
    background: #0068b7;
    border-radius: 100px;
    color: #fff;
    display: flex;
    font-size: 16px;
    height: 40px;
    margin: 0 auto;
    width: 166px
}

.main-contact__button .__value {
    margin-right: 6px
}

@media screen and (min-width:750px) {
    .main-contact__title {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 16px
    }

    .main-contact__button {
        font-size: 18px;
        height: 56px;
        width: 280px
    }

    .main-contact__button .__value {
        margin-right: 8px
    }
}

@media screen and (min-width:1194px) {
    .main-contact .main-wrapper__panel {
        padding-bottom: 120px;
        padding-top: 120px
    }

    .main-contact__title {
        font-size: 56px;
        line-height: 64px;
        margin-bottom: 24px;
        text-align: left
    }

    .main-contact__button {
        font-size: 20px;
        height: 64px;
        margin: 0
    }

    .main-contact__button .__value {
        margin-right: 10px
    }
}

@media screen and (min-width:1280px) and (min-aspect-ratio:683/500) {
    .main-contact__button:hover {
        background: #0099d9
    }

    .main-contact__button:hover .__icon {
        -webkit-animation: c .8s linear infinite;
        animation: c .8s linear infinite
    }
}
@media screen and (min-width: 1194px)  {
    .search-form-box {
        flex: 1;
    }
}
.search-form-box {
    backdrop-filter: blur(3px);
    background: #dfdfdf;
    /* border: 2px solid #fff; */
    border-radius: 100px;
    position: relative;
    /* flex: 1; */
    margin:10px 100px 10px 60px ;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1193px) { 
    .header-fixed:not(.__active) .search-form-box {
        display: none;
    }
    .search-form-box {
        margin: 10px 20px;
    }
    .header-fixed:not(.__active)  .J_lang_switch {
        display: none;

    }
    .J_lang_switch {
        width: fit-content;
        margin: 20px;
    }
}

.search-form-box input {
    border: none;
    padding: 0 20px;
    height: 100%;
    flex: 1;
    background-color: unset;   
}
.search-form-box input:focus {
    border: none;
    outline: none;
}
.J_lang_switch {
    margin-right: 32px;
}
.search-form-box .search-button {
    height: 30px;
    width: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer {
    overflow: hidden;
}
.friendlyLink .content >a:not(:last-child) {
    display: flex;
    margin: 0 10px 10px 0;
}
.friendlyLink .content >a img {
    width: 70px;
    height: 70px;
    display: block;
    object-fit: contain;
}