
@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../font/Roboto-Regular-Latin.woff2) format('woff2'), url(../font/Roboto-Regular-Latin.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../font/Roboto-Regular-Cyrillic.woff2) format('woff2'), url(../font/Roboto-Regular-Cyrillic.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Regular'), local('Roboto-Regular'), url(../font/Roboto-Regular-LatinExt.woff2) format('woff2'), url(../font/Roboto-Regular-LatinExt.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../font/Roboto-Medium-Latin.woff2) format('woff2'), url(../font/Roboto-Medium-Latin.woff) format('woff');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../font/Roboto-Medium-Cyrillic.woff2) format('woff2'), url(../font/Roboto-Medium-Cyrillic.woff) format('woff');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: local('Roboto Medium'), local('Roboto-Medium'), url(../font/Roboto-Medium-LatinExt.woff2) format('woff2'), url(../font/Roboto-Medium-LatinExt.woff) format('woff');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: 'GoogleSans';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url(../font/GoogleSans-Medium.woff2) format('woff2'), url(../font/GoogleSans-Medium.woff) format('woff')
}

* {
    box-sizing: border-box
}

html {
    transition: all ease .25s
}

body {
    font-family: 'Roboto', system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, 'Open Sans', 'Helvetica Neue', sans-serif, serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4375;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input:focus, button:focus {
    outline: 0
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

article, aside, figure, footer, header, main, nav, section {
    display: block
}

a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: #000
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

a, a:hover, a:visited {
    outline: 0
}

img {
    max-width: 100%;
    transition: opacity ease .25s;
    vertical-align: middle;
    opacity: 1
}

img[data-webpsrc] {
    opacity: 0
}

img[data-src] {
    opacity: 0
}

button {
    border: 0;
    background: 0
}

::-webkit-input-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

.wrapper {
    padding-right: 20px;
    padding-left: 20px
}

.header {
    border-bottom: 1px solid #eee;
}

.header-con {
    display: flex;
    justify-content: space-between;
    margin: 4px 0;
    position: relative
}

.search-form {
    position: relative;
    display: flex;
    height: 100%
}

.search-input {
    font-size: 14px;
    flex: 1;
    width: 100%;
    height: 100%;
    padding-left: 16px;
    border: 0;
    background: 0
}

.search-btn {
    flex: 0 0 48px;
    width: 48px
}

.search-icon {
    position: absolute;
    top: 10px;
    right: 16px;
    display: block;
    width: 17px;
    height: 17px;
    transform: rotate(-45deg);
    border: 2px solid #333;
    border-radius: 100%
}

.search-icon::after {
    position: absolute;
    top: 13px;
    left: 50%;
    display: block;
    width: 2px;
    height: 6px;
    content: '';
    background-color: #333
}

.logo, .logoIN, .logoUK {
    display: block;
    width: 212px;
    height: 40px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    /*background-position: 2px center;*/
    background-size: 212px 40px;
    margin: 0 auto
}

.current {
    display: flex;
    align-items: center;
    margin: 16px 0 16px;
    position: relative
}

.current-logo {
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    border: 1px solid #e8e8e8;
    border-radius: 20%
}

.current-info {
    overflow: hidden;
    flex: 1;
    padding-left: 12px
}

.current-title {
    font-size: 18px
}

.current-score {
    display: flex;
    align-items: center
}

.current-score .score-span-num {
    margin-left: 3px
}

.current-tl, .current-title {
    font-family: 'GoogleSans', Arial, sans-serif, serif;
    font-weight: 500
}

.current-star {
    position: relative;
    width: 70px;
    height: 14px;
    margin-top: -2px;
    margin-left: -2px;
    background-image: url('../img/star.svg');
    background-size: 14px 14px
}

.current-active-star {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    background-image: url('../img/star_active.svg');
    background-size: 14px 14px
}

.current-cate {
    font-size: 14px;
    color: #666
}

.current-rating {
    font-size: 14px;
    margin-left: 3px
}

.app-descript {
    margin: 24px 0 -4px
}

.app-descript p {
    margin-bottom: 16px
}

.download-top {
    background-color: #00a173;
    line-height: 32px;
    color: #fff;
    padding: 0 16px;
    border-radius: 3px;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 700;
}

.review-curapp-pc {
    display: flex;
    margin-left: -1px;
    overflow: hidden;
    margin-top: 3px;
}

.review-curapp-pcitem {
    position: relative;
    overflow: hidden;
    margin-left: -1px;
    padding: 0 8px;
    text-align: center
}

.review-curapp-pcitem::before {
    position: absolute;
    top: 4px;
    left: 0;
    width: 1px;
    height: 30px;
    content: '';
    background-color: rgba(37, 44, 77, .1)
}

.review-curapp-pcname {
    font-size: 12px;
    color: #7f7f7f;
    display: none;
}

.review-curapp-pcvalue {
    overflow: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.icon-curapp {
    width: 15px;
    height: 15px;
    margin-right: 3px;
    flex: 0 0 15px
}

.review-curapp-pcitem:nth-child(1) {
    padding-left: 5px
}
