@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

fieldset, img {
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a img, fieldset, img {
    border: 0
}

input[type=email], input[type=tel], input[type=text], textarea {
    -webkit-appearance: none
}

button, input[type=submit] {
    cursor: pointer
}

    button::-moz-focus-inner, input[type=submit]::-moz-focus-inner {
        padding: 0;
        border: 0
    }

textarea {
    overflow: auto
}

button, input {
    margin: 0;
    padding: 0;
    border: 0
}

a, a:focus, button, div, h1, h2, h3, h4, h5, h6, input, select, span, textarea {
    outline: 0
}

ol, ul {
    list-style-type: none
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

*, :after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.icon-facebook {
    width: .53em;
    height: 1em;
    fill: #000
}

body {
    font-family: 'Open Sans',sans-serif;
    color: #777;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.catalog-clear-filters i, .catalog-pagination a:hover, h1, h2, h3, h4, h5, h6 {
    color: #000
}

body, input, select {
    font-size: 18px
}

img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto
}

a {
    text-decoration: none;
    display: inline-block
}

.container {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 15px
}

.page-btn {
    padding: 30px 46px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1;
    background-color: #ffd358;
    color: #000
}

.search-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-box-input {
    height: 45px;
    padding: 0 0 0 15px;
    font-size: 18px;
    color: #777;
    background: 0 0;
    border: 1px solid #777;
    margin: 0 15px 0 0
}

    .search-box-input::-webkit-input-placeholder {
        color: #777
    }

    .search-box-input:-ms-input-placeholder, .search-box-input::-ms-input-placeholder {
        color: #777
    }

    .search-box-input::placeholder {
        color: #777
    }

.search-box-button {
    height: 45px;
    background: 0 0;
    border: 0;
    color: #fff;
    font-size: 18px
}

.catalog-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid rgba(119,119,119,.35);
    color: #777
}

    .catalog-pagination li {
        border-right: 1px solid rgba(119,119,119,.35)
    }

        .catalog-pagination li:last-child {
            border: 0
        }

    .catalog-pagination a {
        display: block;
        width: 45px;
        height: 45px;
        text-align: center;
        line-height: 45px;
        background-color: #fff;
        color: #777
    }

        .catalog-pagination a.active {
            background-color: #ffd358;
            color: #000
        }

.catalog-pagination-select {
    height: 45px;
    width: 45px;
    text-align: center;
    text-indent: 15px;
    padding: 0;
    -webkit-appearance: none
}

.catalog-pagination-select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .catalog-pagination-select-box .catalog-select-down {
        position: static;
        height: auto
    }

    .catalog-pagination-select-box .catalog-select-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

.catalog-pagination-select-title {
    margin: 0 15px 0 0
}

.welcome {
    height: 5px;
    overflow: hidden;
    background-color: #ffd358
}

.welcome-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome-title {
    font-size: 60px;
    margin: 0 220px 0 0;
    font-weight: 400
}

    .welcome-title span {
        font-weight: 700
    }

.welcome-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.welcome-icon {
    width: 135px
}

.welcome-icon-down {
    margin: 0 -30px;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px)
}

.header {
    background-color: #fff;
    height: 160px
}

.header-container {
    height: 100%;
    padding: 45px 5% 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.header-logo {
    position: absolute;
    top: 45px;
    left: 5%;
    height: 80px
}

    .header-logo:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
        border-bottom: 3px solid #ffd358;
    }

.header-partner-logo {
    position: absolute;
    top: 60px;
    left: 500px;
    height: 60px;
}

.header-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .header-links li {
        margin: 0 20px 0 0
    }

    .header-links a {
        color: #777;
        font-size: 18px
    }

        .header-links a:hover {
            color: #000;
        }

.header-language {
    position: relative
}

    .header-language a {
        color: #fff
    }

.header-language-down {
    position: absolute;
    right: -25px;
    top: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header-language-switcher {
    position: relative
}

    .header-language-switcher a {
        display: none
    }

.header-language-current {
    height: 30px
}

    .header-language-current a {
        display: block;
        height: 100%
    }

.header-bottom, .header-top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-bottom, .header-nav-list, .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .header-nav-list li {
        margin: 0 60px 0 0
    }

    .header-nav-list a {
        color: #777;
        font-size: 18px
    }

.footer {
    border-top: 3px solid #d9d9d9;
    font-size: 14px;
    margin-top: auto;
}

.footer-links-wrapper {
    padding: 80px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer-links-title {
    font-size: 18px;
    margin: 0 0 5px
}

.footer-links-list {
    font-size: 16px
}

    .footer-links-list a {
        color: #000;
        margin: 0 0 5px
    }

.footer-bottom {
    background-color: #141212;
    min-height: 70px;
    color: #fff
}

    .footer-bottom .container {
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-bottom, .footer-bottom .container, .footer-nav-list, .footer-social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

        .footer-nav-list a, .footer-social-list a {
            color: #fff
        }

        .footer-nav-list li {
            margin: 0 40px 0 0;
            font-size: 14px
        }

            .footer-nav-list li:last-child, .footer-social-list li:last-child {
                margin: 0
            }

        .footer-social-list li {
            margin: 0 10px 0 0
        }

        .footer-social-list a {
            font-size: 26px
        }

.catalog-page-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-sidebar {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    padding: 12px 40px 0 50px
}

.catalog-content {
    background-color: #efefef;
    -webkit-box-flex: 6;
    -ms-flex: 6;
    flex: 6;
    padding: 35px 60px
}

.catalog-content-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 50px
}

.catalog-links-block {
    margin: 0 0 75px;
    max-width: 265px
}

.catalog-links-block {
    margin: 0 0 75px;
    max-width: 265px
}

.catalog-other-links-block {
    margin: 0 0 5px;
    max-width: 355px
}

.catalog-links-title {
    margin: 0 0 25px;
    font-weight: 700;
    font-size: 22px;
    color: #000
}

.catalog-links-list-light li {
    padding: 15px 0;
    border-top: 0.01em solid #f8f8f8;
}

    .catalog-links-list-light li:last-child {
        border-bottom: 0.01em solid #f8f8f8;
    }

.catalog-links-list li {
    padding: 15px 0;
    border-top: 1px solid #d9d9d9
}

    .catalog-links-list li:last-child {
        border-bottom: 1px solid #d9d9d9
    }

.catalog-clear-filters a, .catalog-links-list a {
    color: #777
}

    .catalog-links-list a:hover {
        color: #000;
    }

.logo-sidebar {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 25px;
    width: 145px;
}

    .logo-sidebar img {
        height: 106px;
    }

.logo-page {
    text-align: center;
    display: block;
    padding-bottom: 28px;
    padding-top: 12px;
    width: 145px;
    padding-left: 40px;
}

    .logo-page img {
        height: 106px;
    }

    .logo-page a, .logo-sidebar a {
        text-decoration: none;
        font-family: 'Open Sans',sans-serif;
        color: #777;
        width: 145px;
    }

.catalog-select {
    width: 100%;
    height: 45px;
    padding: 0 0 0 15px;
    -webkit-appearance: none
}

.catalog-select, .catalog-select-wrapper {
    position: relative
}

.catalog-select-down {
    width: 45px;
    text-align: center;
    color: #fff;
    background: #ffd358;
    cursor: pointer;
    height: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 0
}

.catalog-select-box {
    margin: 0 0 30px
}

.catalog-select-title {
    display: block;
    margin: 0 0 10px
}

.catalog-search-box {
    margin: 0 0 30px;
    position: relative
}

    .catalog-search-box input {
        width: 100%;
        margin: 0
    }

    .catalog-search-box button {
        position: absolute;
        top: 0;
        right: 0;
        color: #000;
        margin: 0;
        padding: 0 10px;
        height: 43px
    }

.catalog-clear-filters {
    margin: 0 0 75px
}

.catalog-apps {
    margin: 0 0 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-flow: wrap;
    flex-flow: wrap
}

.catalog-price-slider {
    margin: 0 0 30px;
    padding: 0 15px
}

.catalog-price-slider-selector {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255,211,88,.5)
}

.catalog-price-slider-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px 25px
}

.catalog-price-slider-title {
    font-weight: 700;
    color: #000
}

.catalog-price-slider-track {
    width: 100%;
    height: 10px;
    background-color: #ffd358;
    position: relative
}

    .catalog-price-slider-track:after, .catalog-price-slider-track:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #ffd358;
        border-radius: 50%
    }

    .catalog-price-slider-track:before {
        left: 0;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

    .catalog-price-slider-track:after {
        -webkit-transform: translate(50%,-50%);
        -ms-transform: translate(50%,-50%);
        transform: translate(50%,-50%);
        right: 0
    }

.catalog-app {
    padding: 0 90px 30px 50px;
    background-color: #fff;
    width: calc(50% - 15px);
    max-width: calc(50% - 15px);
    -webkit-box-flex: calc(50% - 15px);
    -ms-flex-positive: calc(50% - 15px);
    flex-grow: calc(50% - 15px);
    margin: 0 0 30px;
    cursor: pointer
}

    .catalog-app:hover {
        border: 1px solid #ccc;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

.catalog-app-logo {
    height: 30px;
    margin: 10px 0 30px
}

.catalog-app-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 25px
}

.catalog-app-header-content, .catalog-detail-info:after {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.catalog-app-block, .catalog-app-title {
    font-size: 26px;
    color: #000;
    font-weight: 700
}

.catalog-app-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%
}

.catalog-app-price {
    text-transform: capitalize;
    margin: 0 30px 0 0
}

    .catalog-app-price.free {
        color: #1bc200
    }

.catalog-app-icon {
    width: 135px;
    margin: 0 0 0 25px;
    position: relative
}

.catalog-app-icon-play {
    position: absolute;
    height: 45px;
    top: 0;
    right: 0;
    -webkit-transform: translate(25%,-25%);
    -ms-transform: translate(25%,-25%);
    transform: translate(25%,-25%)
}

    .catalog-app-icon-play:hover {
        position: absolute;
        height: 45px;
        top: 0;
        right: 0;
        filter: hue-rotate(300deg);
    }


.catalog-app-description {
    font-size: 14px
}

.page-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
}

.page-col-1--2 {
    width: 50%;
    -webkit-box-flex: 50%;
    -ms-flex-positive: 50%;
    flex-grow: 50%;
    max-width: 50%;
    min-height: max-content;
}

.catalog-detail {
    padding: 40px 0
}

.catalog-detail-back {
    margin: 0 0 90px
}

.catalog-detail-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 45px
}

.catalog-detail-title {
    font-size: 42px;
    margin: 0 0 20px
}

.catalog-detail-info {
    margin: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .catalog-detail-info:after {
        content: '';
        display: block;
        background-color: #ffd358;
        height: 15px;
        margin: 0 0 0 20px
    }

.catalog-detail-info-logo {
    height: 30px;
    margin: 0 30px 0 0
}

    .catalog-detail-info-logo:hover {
        opacity: 0.5;
        filter: alpha(opacity=50);
        border-bottom: 3px solid #ffd358;
    }

.catalog-detail-info-title {
    font-size: 28px;
    font-weight: 700;
    color: #000
}

.catalog-detail-description {
    margin: 0 0 40px
}

.catalog-detail-buttons, .catalog-detail-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog-detail-price {
    height: 265px;
    background-color: #e1e1e1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog-detail-buttons {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-detail-app-info {
    margin: 0 0 75px
}

.catalog-detail-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-detail-large-image, .catalog-text p {
    margin: 0 0 30px
}

.catalog-detail-small-image {
    position: relative
}

.catalog-detail-preview {
    padding: 0 0 0 30px;
    margin: 0 0 -6px
}

.catalog-detail-icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer
}

.catalog-text-block {
    margin: 0 0 50px
}

.catalog-text-title {
    font-size: 28px;
    margin: 0 0 35px
}

.catalog-text ul {
    list-style-type: disc;
    margin: 0 0 0 25px
}

    .catalog-text ul li {
        margin: 0 0 10px
    }

.catalog-app-badge {
    max-width: 100px;
    text-align: right
}

.customer-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.customer-reviews-title {
    font-size: 26px;
    margin: 0 0 35px
}

.customer-review {
    width: calc(33.333% - 5px);
    -webkit-box-flex: calc(33.333% - 5px);
    -ms-flex-positive: calc(33.333% - 5px);
    flex-grow: calc(33.333% - 5px);
    max-width: calc(33.333% - 5px);
    background-color: #f0f0f0;
    height: 190px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 40px
}

.customer-review-text {
    font-size: 18px;
    font-weight: 700;
    color: #000
}

.customer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.customer-name {
    margin: 0 10px 0 0
}

@media (min-width:1460px) and (max-width:1600px) {
    .header-search {
        display: none
    }

    .header-nav-list li:last-child {
        margin: 0
    }
}

@media (max-width:1460px) {
    body, input, select {
        font-size: 14px
    }

    .container {
        max-width: 1100px
    }

    .page-btn {
        padding: 15px 40px;
        font-size: 18px
    }

    .search-box-input {
        font-size: 14px;
        height: 40px
    }

    .catalog-pagination a {
        height: 40px;
        width: 40px
    }

    .welcome {
        height: 2px;
    }

    .welcome-title {
        font-size: 32px
    }

    .welcome-icon {
        width: 80px
    }

    .welcome-icon-down {
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px)
    }

    .welcome-icons {
        padding: 0
    }

    .header-nav-list li {
        margin: 0 30px 0 0
    }

    .header-links a, .header-nav-list a {
        font-size: 16px
    }

    .header-logo {
        height: 50px
    }

    .footer-links-list {
        font-size: 12px
    }

    .footer-bottom {
        padding: 15px 0
    }

        .footer-bottom .container {
            -ms-flex-flow: wrap;
            flex-flow: wrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }

    .footer-copyrights, .footer-nav {
        margin: 0 0 15px
    }

    .catalog-sidebar {
        padding: 30px;
    }

    .catalog-select {
        height: 40px
    }

    .catalog-content {
        padding: 30px
    }

    .catalog-app {
        padding: 0 30px 30px
    }

    .catalog-app-description {
        font-size: 12px
    }

    .catalog-app-icon {
        width: 80px
    }

    .catalog-app-icon-play {
        height: 30px
    }

    .catalog-app-title {
        font-size: 26px
    }

    .catalog-app-block {
        margin: 15px 0 0;
        font-size: 18px
    }

    .catalog-app-header {
        margin: 0 0 15px
    }

    .catalog-detail-back {
        margin: 0 0 50px
    }

    .catalog-detail-title {
        font-size: 30px
    }

    .catalog-detail-icon {
        width: 100px
    }

    .catalog-detail-header {
        margin: 0 0 25px
    }

    .catalog-detail-info-title {
        font-size: 22px
    }

    .catalog-detail-small-image {
        margin: 0 15px 0 0
    }

        .catalog-detail-small-image:last-child {
            margin: 0
        }

    .catalog-app-badge {
        width: 67px
    }

    .customer-review {
        height: 160px
    }

    .customer-review-text {
        font-size: 14px;
        margin: 0 0 5px
    }

    .customer-info {
        font-size: 12px
    }
}

@media (max-width:1200px) {
    .welcome-title {
        margin: 0 100px 0 0
    }

    .welcome-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .header {
        height: 140px
    }

    .header-search {
        display: none
    }

    .header-nav-list li:last-child {
        margin: 0
    }

    .footer-nav-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .footer-nav-list li {
            margin: 0 15px 15px 0
        }

            .footer-nav-list li:last-child {
                margin: 0 0 15px
            }

    .footer-links {
        margin: 0 5px 15px
    }

    .footer-links-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog-app {
        max-width: 100%;
        width: 100%
    }

    .page-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .page-col-1--2 {
        width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex-positive: 100%;
        flex-grow: 100%;
        max-width: 100%
    }

    .catalog-detail-back {
        text-align: center
    }

    .catalog-detail-preview {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        margin: 0 0 30px
    }

    .catalog-detail-images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .catalog-detail-large-image {
        margin: 0 20px 0 0;
        padding: 0;
    }

    .catalog-detail-small-image {
        margin: 0 0 15px;
        height: 90px
    }

    .catalog-detail-buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog-detail-button {
        margin: 0 10px 15px
    }
}

@media (max-width:992px) {
    .welcome-title {
        font-size: 20px;
        margin: 0 50px 0 0
    }

    .welcome-icon {
        width: 60px
    }

    .welcome-icon-down {
        margin: 0 -15px;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px)
    }

    .header {
        height: auto
    }

    .header-container {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 30px 15px
    }

    .header-logo {
        position: static;
        margin: 0 0 10px
    }

    .header-top {
        margin: 0 0 15px
    }

    .catalog-page-holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-links-block {
        display: none
    }

    .page-col-1--2 {
        min-height: 10px;
    }



    .catalog-clear-filters {
        margin: 0
    }

    .catalog-search-box, .catalog-select-box {
        margin: 0 0 15px
    }

    .page-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .catalog-detail-images, .catalog-detail-preview {
        -webkit-box-direction: normal;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .catalog-detail-preview {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 30px 0 0
    }

    .catalog-detail-images {
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 15px 0 0
    }

    .catalog-detail-large-image {
        text-align: center;
        margin: 0
    }

    .catalog-detail-small-image {
        max-height: 120px;
        height: 100%;
        margin: 0 15px 0 0
    }

        .catalog-detail-small-image:last-child {
            margin: 0
        }

    .catalog-detail-price {
        font-size: 40px;
        height: 200px
    }

    .customer-reviews {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .customer-review {
        width: 100%;
        margin: 0 0 15px;
        height: auto;
        padding: 30px 15px;
        max-width: 100%;
        -webkit-box-flex: 100%;
        -ms-flex-positive: 100%;
        flex-grow: 100%
    }
}

@media (max-width:768px) {
    .catalog-content-info {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .catalog-pagination-select-box, .footer .container-links, .header-top {
        display: none
    }

    .header-nav-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .header-nav-list li {
            margin: 0 15px 10px 0
        }

            .header-nav-list li:last-child {
                margin: 0 0 10px
            }

    .catalog-content-info-items {
        display: none
    }

    .catalog-app-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .catalog-text-title {
        font-size: 18px
    }

    .catalog-text {
        font-size: 12px
    }
}

@media (max-width:600px) {
    .welcome-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .welcome-title {
        margin: 0 0 15px;
        text-align: center
    }

    .catalog-content {
        padding: 15px
    }

    .catalog-app {
        padding: 0 15px 30px
    }

    .catalog-app-block, .catalog-app-header {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .catalog-app-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }

    .catalog-app-icon {
        margin: 0
    }
}

@media (prefers-reduced-motion:reduce) {
    * {
        -webkit-transition: none !important;
        -o-transition: none !important;
        transition: none !important
    }
}

.dropbtn {
    background-color: #fff;
    color: #777;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 35px;
    width: auto;
    text-align: center;
    text-indent: 15px;
}

.dropdown {
    border: solid #777;
    font-size: 14px;
    border-width: 1px 1px 1px 1px;
    position: relative;
    display: inline-block;
}

.dropdownfull {
    width: 100%;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #ccc
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #fcfcfc;
}

.arrow {
    width: 40px;
    height: auto;
    background-color: #ffd358;
    float: right;
    min-height: 35px;
    text-align: center;
    padding-top: 7px;
    cursor: pointer;
    border: solid #ffd358;
    border-width: 1px;
}

.arrowdn {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.ui-slider-handle {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255,211,88,.5)
}

/* The vidmodal (background) */
.vidmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* vidmodal Content */
.vidmodal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 580px;
    height: 380px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


.agreemodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* vidmodal Content */
.agreemodal-content {
    background-color: #fefefe;
    border: 2px solid black;
    margin: auto;
    padding: 20px;
    width: 75%;
    height: 75%;
    overflow-y: scroll;
}

    /* width */
    .agreemodal-content::-webkit-scrollbar {
        width: 25px;
    }

    /* Track */
    .agreemodal-content::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
    }

    /* Handle */
    .agreemodal-content::-webkit-scrollbar-thumb {
        background: black;
        border: solid 1px #ffd358;
    }



.download-countdown {
    padding: 10px 0 185px;
    color: #000;
}

.download-countdown-container {
    text-align: center;
}

.download-countdown-title {
    font-size: 60px;
    margin: 0 0 30px;
}

.download-countdown-auto {
    font-size: 22px;
}

    .download-countdown-auto a {
        color: #000;
    }

@media (max-width: 1200px) {

    .download-countdown {
        padding: 10px 0 120px;
    }

    .download-countdown-title {
        font-size: 36px;
    }

    .download-countdown-auto {
        font-size: 16px;
    }
}

.faq-top-title {
    text-align: center;
    padding: 90px 0 130px;
}

.faq-top-title-icon {
    margin: 0 0 60px;
}

@media (max-width: 1460px) {
    .faq-top-title {
        padding: 50px 0 80px;
    }
}


.faq-title {
    font-size: 60px;
    font-weight: 400;
    color: #000000;
}

    .faq-title span {
        font-weight: 700;
    }

@media (max-width: 1460px) {
    .faq-title {
        font-size: 36px;
    }
}

.faq-page-content {
    position: relative;
}

.faq-content .container {
    max-width: 992px;
}

@media (max-width: 1460px) {
    .faq-content .container {
        width: calc(100% - 200px);
        margin: 0 0 0 200px;
    }
}

@media (max-width: 992px) {
    .faq-content .container {
        width: 100%;
        margin: 0;
    }
}

.faq-sidebar {
    position: absolute;
    top: 0;
    left: 55px;
    width: 250px;
}

.faq-sidebar-block {
    margin: 0 0 50px;
}

    .faq-sidebar-block:last-child {
        margin: 0;
    }

.faq-sidebar-topic {
    font-weight: 700;
    padding-bottom: 25px;
    border-bottom: 1px solid #777777;
    color: #000;
}

.faq-sidebar-questions a {
    width: 100%;
    display: block;
    color: #777777;
    padding: 18px 0;
    border-bottom: 1px solid #777777;
}

@media (max-width: 1650px) {
    .faq-sidebar {
        width: 150px;
        left: 20px;
    }

    .faq-sidebar-topic {
        font-size: 16px;
    }

    .faq-sidebar-questions a {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .faq-sidebar {
        position: static;
        width: 100%;
        display: flex;
        display: -webkit-flex;
        justify-content: center;
        align-items: center;
        margin: 0 0 40px;
        flex-flow: wrap;
    }

    .faq-sidebar-block {
        text-align: center;
        margin: 0 40px 20px 0;
    }

        .faq-sidebar-block:last-child {
            margin: 0 0 20px;
        }

    .faq-sidebar-questions a {
        padding: 10px 30px;
    }
}

.faq-block-question {
    font-size: 48px;
    line-height: 1;
    margin: 0 0 40px;
    color: #000000;
}

    .faq-block-question span {
        font-weight: 700;
    }

    .faq-block-question .question {
        font-weight: 400;
    }

.faq-block-answer {
    line-height: 1.63;
    color: #b5b5b5;
    margin: 0 0 60px;
}

    .faq-block-answer span, .faq-block-answer a {
        color: #000000;
        font-weight: 600;
    }

@media (max-width: 1460px) {
    .faq-block-question {
        font-size: 32px;
    }
}

.faq-info-block {
    padding: 80px 0;
    text-align: center;
}

.faq-info-block-title {
    font-size: 60px;
    font-weight: 400;
    margin: 0 0 70px;
}

.faq-info-block-btn {
    margin: 0 60px 0 0;
    font-weight: 400;
}

    .faq-info-block-btn:last-child {
        margin: 0;
    }

@media (max-width: 1460px) {
    .faq-info-block-title {
        font-size: 36px;
        margin: 0 0 40px;
    }
}

@media (max-width: 992px) {
    .faq-info-block-btn {
        display: block;
        width: 100%;
        margin: 0 0 15px;
    }
}

#SiteMessage {
    margin-bottom: 15px;
    border: solid 1px #ffd358;
    font-size: 12px;
    padding: 12px;
    background-color: white;
    text-align: left;
}

.Otherversions {
    margin-bottom: 12px;
    border: solid 1px #ffd358;
    font-size: 12px;
    padding: 12px;
    background-color: white;
    text-align: left;
    width: 385px;
}

.LegalMessage {
    margin-bottom: 25px;
    border: solid 1px #ffd358;
    font-size: 10px;
    padding: 10px;
}


#loginfrm_container {
    background: #FFFFFF;
    margin: 1px;
}

.loginfrm_top, .loginfrm_bottom {
    display: block;
    background: #FFFFFF;
    font-size: 1px;
}

.loginfrm_b1, .loginfrm_b2, .loginfrm_b3, .loginfrm_b4 {
    display: block;
    overflow: hidden;
}

.loginfrm_b1, .loginfrm_b2, .loginfrm_b3 {
    height: 1px;
}

.loginfrm_b2, .loginfrm_b3, .loginfrm_b4 {
    background: #F5F5F5;
    border-left: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
}

.loginfrm_b1 {
    margin: 0 5px;
    background: #EDEDED;
}

.loginfrm_b2 {
    margin: 0 3px;
    border-width: 0 2px;
}

.loginfrm_b3 {
    margin: 0 2px;
}

.loginfrm_b4 {
    height: 2px;
    margin: 0 1px;
}

.loginfrm_content {
    display: block;
    border: 0 solid #EDEDED;
    border-width: 0 1px;
    padding: 18px;
    background: #F5F5F5;
    color: #000000;
}

.verified-ribbon {
    --d: 6px; /* folded part */
    --bgColor: #FFD358; /*background color */
    --color: #000000; /*color*/
    --f: 16px; /* ribbon font-size */
    position: relative;
}

.verified-ribbon::before {
    content: attr(data-verified-text);
    position: absolute;
    font-size: var(--f);
    font-family: 'Open sans', sans-serif;
    top: 0;
    right: 0;
    transform: translate(29.29%, -100%) rotate(45deg);
    color: var(--color);
    text-align: center;
    border: 1px solid transparent;
    border-bottom: 0;
    transform-origin: bottom left;
    padding: 5px 35px calc(var(--d) + 5px);
    background: linear-gradient(rgba(0, 0, 0, 0.5) 0 0) bottom/100% var(--d) no-repeat var(--bgColor);
    background-clip: padding-box;
    clip-path: polygon(0 0,100% 0,100% 100%,calc(100% - var(--d)) calc(100% - var(--d)),var(--d) calc(100% - var(--d)),0 100%);
    -webkit-mask: linear-gradient(135deg,transparent calc(50% - var(--d) * 0.707),#fff 0) bottom left, linear-gradient(-135deg, transparent calc(50% - var(--d) * 0.707), #fff 0)bottom right;
    -webkit-mask-size: 300vmax 300vmax;
    -webkit-mask-composite: destination-in;
    mask-composite: intersect;
}

.catalog-app-badges-container {
    display:flex;
    flex-direction: row-reverse;
    max-height: 250px;
    width: 100%;
}


/*# sourceMappingURL=app.css.map */
