:root {
    --primary-color: rgb(237 15 104);
    --background-home-page-color: ;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: a
}

@keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

body,
html {
    height: 100%
}

body {
    display: flex;
    flex-direction: column
}

.wrapper {
    flex: 1 0 auto;
    display: initial;
    min-height: 0
}

.large-container {
    max-width: 1186px;
    margin: 0 auto;
    padding: 0 30px
}

@media (max-width:767px) {
    .large-container {
        padding: 0 20px
    }
}

.advertise-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 20px
}

.advertise-container .adv {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    background: #aeb1b3
}

.advertise-container .label,
.advertise-container .sponsored-links {
    width: 100%;
    margin-bottom: 5px;
    line-height: 1.33;
    font-size: 12px;
    text-align: right;
    color: #9fa0a6
}

.advertise-container .label.left,
.advertise-container .sponsored-links.left {
    text-align: left
}

.advertise-container .label.right,
.advertise-container .sponsored-links.right {
    text-align: right
}

.advertise-container .label.center,
.advertise-container .sponsored-links.center {
    text-align: center
}

.advertise-container.mg-top-10 {
    margin-top: -10px
}

.advertise-container.mg-top-20 {
    margin-top: -20px
}

.advertise-container.for300 .sponsored-links {
    max-width: 300px
}

.advertise-container.for320 .sponsored-links {
    max-width: 320px
}

.advertise-container.for336 .sponsored-links {
    max-width: 336px
}

.advertise-container.for728 .sponsored-links {
    max-width: 728px
}

.advertise-container .adv320x100 {
    height: 100px;
    width: 320px
}

.advertise-container .adv300x250 {
    height: 250px;
    width: 300px
}

.advertise-container .adv336x280 {
    height: 280px;
    width: 336px
}

.advertise-container .adv390x300 {
    width: 390px;
    height: 300px
}

.advertise-container .adv728x90 {
    height: 90px;
    max-width: 728px;
    width: 100%
}

.main-section {
    margin-bottom: 80px
}

@media (max-width:1024px) {
    .main-section {
        margin-bottom: 70px
    }
}

@media (max-width:767px) {
    .main-section {
        margin-bottom: 60px
    }
}

.index_142699 main {
    padding-bottom: 120px
}

@media (max-width:1024px) {
    .index_142699 main {
        padding-bottom: 90px
    }
}

.ellipsis {
    white-space: nowrap
}

.ellipsis,
.ellipsis-multiply {
    overflow: hidden;
    text-overflow: ellipsis
}

.ellipsis-multiply {
    display: -webkit-box !important;
    /*! autoprefixer: off */
    -webkit-box-orient: vertical;
    /*! autoprefixer: on */
    -webkit-line-clamp: 2
}

.ellipsis-multiply.one {
    -webkit-line-clamp: 1
}

.ellipsis-multiply.three {
    -webkit-line-clamp: 3
}

.ellipsis-multiply.four {
    -webkit-line-clamp: 4
}

.ellipsis-multiply.five {
    -webkit-line-clamp: 5
}

.img-container {
    display: block
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.logo-site,
.custom-logo-link {
    display: inline-block;
    font-size: 0
}

.logo-site img,
.custom-logo-link img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.title-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .title-container {
        margin-bottom: 15px
    }
}

.title-container.center {
    align-items: center;
    text-align: center
}

.title-section {
    margin: 0;
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #0b111f
}

.title-section.large {
    font-size: 24px;
    line-height: 32px
}

.title-section.with-decor {
    position: relative;
    padding-top: 15px
}

.title-section.with-decor:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 60px;
    height: 10px;
    border-radius: 1px;
    background: #00bceb
}

.title-section.with-decor.center:after {
    left: 50%;
    transform: translateX(-50%)
}

@media (max-width:767px) {
    .title-section {
        font-size: 24px;
        line-height: 36px
    }
}

.text-section {
    margin: 0;
    font-size: 15px;
    line-height: 22px;
    color: rgba(11, 17, 31, .5)
}

.title-sidebar {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px
}

.title-block,
.title-sidebar {
    margin-top: 0;
    font-weight: 600;
    color: #0b111f
}

.title-block {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 28px
}

@media (max-width:767px) {
    .title-block {
        margin-bottom: 12px;
        font-size: 18px
    }
}

.btn-container {
    display: flex;
    width: 100%
}

.btn-container.center {
    justify-content: center
}

.btn-container.mt-40 {
    margin-top: 40px
}

@media (max-width:767px) {
    .btn-container.mt-40 {
        margin-top: 30px
    }
}

.default-styles img {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 386px);
    height: 570px;
    margin: 32px 0;
    border-radius: 4px;
    box-shadow: 0 2px 12px 0 rgba(11, 17, 31, .24)
}

@media (max-width:1200px) {
    .default-styles img {
        width: calc(100% + 200px);
        height: 500px
    }
}

@media (max-width:1024px) {
    .default-styles img {
        width: 100%;
        height: auto
    }
}

.default-styles h1,
.default-styles h2,
.default-styles h3,
.default-styles h4,
.default-styles h5,
.default-styles h6 {
    margin: 32px 0 12px;
    font-weight: 600;
    line-height: 1.4em;
    color: #0b111f
}

.default-styles h1 {
    font-size: 24px
}

.default-styles h2 {
    font-size: 20px
}

.default-styles h3 {
    font-size: 18px
}

.default-styles h4,
.default-styles h5,
.default-styles h6 {
    font-size: 16px
}

.default-styles p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: rgba(11, 17, 31, .72)
}

.default-styles p+p {
    margin-top: 20px
}

.default-styles p a {
    color: #1492ee
}

.default-styles p a:hover {
    color: #0b111f
}

.default-styles ol li,
.default-styles ul li {
    font-size: 15px;
    line-height: 26px;
    color: rgba(11, 17, 31, .72)
}

.default-styles ol {
    padding-left: 17px
}

.default-styles ul {
    margin: 12px 0
}

.default-styles ul li {
    position: relative;
    padding-left: 15px
}

.default-styles ul li:after {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1492ee
}

@media (max-width:1024px) {
    .desktop-visible {
        display: none
    }
}

.desktop-hidden {
    display: none
}

@media (max-width:1024px) {
    .desktop-hidden {
        display: block
    }
}

.tablet-visible {
    display: none
}

@media (max-width:1024px) and (min-width:767px) {
    .tablet-visible {
        display: block
    }
}

.mobile-visible {
    display: none
}

@media (max-width:767px) {
    .mobile-visible {
        display: block
    }
}

@media (max-width:767px) {
    .mobile-hidden {
        display: none
    }
}

.carousel-content {
    position: relative
}

.carousel-content .owl-stage-outer {
    overflow: visible
}

.carousel-content .owl-item {
    position: relative;
    opacity: 0;
    z-index: -1;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.carousel-content .owl-item.active {
    opacity: 1;
    z-index: 0
}

@media (max-width:1200px) {
    .carousel-content {
        padding: 0 20px
    }
}

.owl-next,
.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    padding: 0;
    border: none;
    z-index: 2;
    font-size: 0;
    background: none;
    cursor: pointer
}

.owl-next.disabled svg,
.owl-prev.disabled svg {
    opacity: .5
}

.owl-next svg,
.owl-prev svg {
    width: 100%;
    height: 100%;
    fill: #fff
}

.owl-prev {
    left: -35px
}

.owl-next {
    right: -35px
}

@media (max-width:1200px) {
    .owl-prev {
        left: -11px
    }

    .owl-next {
        right: -11px
    }
}

.apps-info_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% + 12px);
    margin: -8px -6px
}

.apps-info_list>li {
    padding: 8px 6px
}

@media (max-width:767px) {
    .apps-info_list {
        margin: -6px
    }

    .apps-info_list>li {
        padding: 6px
    }
}

.apps-list {
    display: flex;
    flex-wrap: wrap
}

.apps-list.for-vertical.full-width {
    width: calc(100% + 32px);
    margin: -16px
}

.apps-list.for-vertical.full-width>li {
    width: 20%;
    padding: 16px
}

@media only screen and (min-width:991px) and (max-width:1200px) {
    .apps-list.for-vertical.full-width>li {
        width: 25%
    }
}

@media only screen and (min-width:768px) and (max-width:990.9px) {
    .apps-list.for-vertical.full-width>li {
        width: 33.333%
    }
}

@media only screen and (min-width:641px) and (max-width:767.9px) {
    .apps-list.for-vertical.full-width>li {
        width: 50%
    }
}

@media only screen and (max-width:640px) {
    .apps-list.for-vertical.full-width {
        width: 100%;
    }

    .apps-list.for-vertical.full-width>li {
        padding: 10px 0;
        width: 100%
    }
}

.apps-list.for-vertical.in-main-part {
    width: calc(100% + 20px);
    margin: -10px
}

.apps-list.for-vertical.in-main-part>li {
    width: 25%;
    padding: 10px
}

@media only screen and (min-width:641px) and (max-width:767.9px) {
    .apps-list.for-vertical.in-main-part>li {
        width: 33.333%
    }

    .apps-list.for-vertical.in-main-part>li:last-child {
        display: none
    }
}

@media only screen and (max-width:640px) {
    .apps-list.for-vertical.in-main-part>li {
        width: 100%
    }
}

@media only screen and (min-width:1140px) {
    .apps-list.for-horizontal.in-sidebar {
        margin: -10px 0
    }

    .apps-list.for-horizontal.in-sidebar>li {
        width: 100%;
        padding: 10px 0
    }
}

@media only screen and (min-width:1024px) and (max-width:1139.9px) {
    .apps-list.for-horizontal.in-sidebar {
        width: calc(100% + 20px);
        margin: -10px
    }

    .apps-list.for-horizontal.in-sidebar>li {
        width: 33.333%;
        padding: 10px
    }
}

@media only screen and (min-width:641px) and (max-width:1023.9px) {
    .apps-list.for-horizontal.in-sidebar {
        width: calc(100% + 20px);
        margin: -10px
    }

    .apps-list.for-horizontal.in-sidebar>li {
        width: 50%;
        padding: 10px
    }
}

@media only screen and (max-width:640px) {
    .apps-list.for-horizontal.in-sidebar {
        margin: -10px 0
    }

    .apps-list.for-horizontal.in-sidebar>li {
        width: 100%;
        padding: 10px 0
    }
}

.blog-list {
    display: flex;
    flex-wrap: wrap
}

.blog-list.for-horizontal.full-width {
    width: calc(100% + 32px);
    margin: -10px -16px
}

.blog-list.for-horizontal.full-width>li {
    width: 50%;
    padding: 10px 16px
}

@media only screen and (max-width:1200px) {
    .blog-list.for-horizontal.full-width {
        flex-direction: column
    }

    .blog-list.for-horizontal.full-width>li {
        width: 100%
    }
}

.blog-list.for-horizontal.in-main-content>li {
    margin-bottom: 20px
}

.blog-list.for-horizontal.in-main-content>li:last-child {
    margin-bottom: 0
}

.blog-list.for-vertical.in-sidebar {
    width: calc(100% + 20px);
    margin: -10px
}

.blog-list.for-vertical.in-sidebar>li {
    padding: 10px
}

@media only screen and (min-width:1140px) {
    .blog-list.for-vertical.in-sidebar>li {
        width: 100%
    }
}

@media only screen and (min-width:1024px) and (max-width:1139.9px) {
    .blog-list.for-vertical.in-sidebar>li {
        width: 33.333%
    }
}

@media only screen and (min-width:640px) and (max-width:1023.9px) {
    .blog-list.for-vertical.in-sidebar>li {
        width: 50%
    }
}

@media only screen and (max-width:639.9px) {
    .blog-list.for-vertical.in-sidebar>li {
        width: 100%
    }
}

.review-list {
    display: flex;
    flex-wrap: wrap
}

.review-list.for-horizontal.full-width {
    width: calc(100% + 40px);
    margin: -20px
}

.review-list.for-horizontal.full-width>li {
    width: 50%;
    padding: 20px
}

@media (max-width:590px) {
    .review-list.for-horizontal.full-width>li {
        width: 100%
    }

    .review-list.for-horizontal.full-width>li:last-child {
        display: none
    }
}

.review-list.for-horizontal.in-main-content>li {
    margin-bottom: 20px
}

.review-list.for-horizontal.in-main-content>li:last-child {
    margin-bottom: 0
}

.review-list.for-vertical.in-sidebar {
    width: calc(100% + 20px);
    margin: -10px
}

.review-list.for-vertical.in-sidebar>li {
    padding: 10px
}

@media only screen and (min-width:1140px) {
    .review-list.for-vertical.in-sidebar>li {
        width: 100%
    }
}

@media only screen and (min-width:1024px) and (max-width:1139.9px) {
    .review-list.for-vertical.in-sidebar>li {
        width: 33.333%
    }
}

@media only screen and (min-width:640px) and (max-width:1023.9px) {
    .review-list.for-vertical.in-sidebar>li {
        width: 50%
    }

    .review-list.for-vertical.in-sidebar>li:last-child {
        display: none
    }
}

@media only screen and (max-width:639.9px) {
    .review-list.for-vertical.in-sidebar>li {
        width: 100%
    }
}

.blog-list_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px
}

.blog-list_grid.big-billet-left>li:first-child {
    grid-area: 1/1/3/3;
    padding: 0 10px 10px 0
}

.blog-list_grid.big-billet-right>li:first-child {
    grid-area: 1/2/3/4;
    padding: 0 0 10px 10px
}

.blog-list_grid.big-billet {
    grid-template-rows: repeat(12, 1fr)
}

.blog-list_grid.big-billet>li:first-child {
    grid-area: 1/1/3/3;
    padding: 0 10px 10px 0
}

.blog-list_grid.big-billet>li:nth-child(7) {
    grid-area: 4/2/6/4;
    padding: 0 0 10px 10px
}

@media (max-width:840px) {

    .blog-list_grid.big-billet-left,
    .blog-list_grid.big-billet-right {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto
    }

    .blog-list_grid.big-billet-left>li:first-child,
    .blog-list_grid.big-billet-right>li:first-child {
        grid-area: 1/1/2/3;
        padding: 0
    }

    .blog-list_grid.big-billet-left>li:last-child,
    .blog-list_grid.big-billet-right>li:last-child {
        display: none
    }

    .blog-list_grid.big-billet {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto
    }

    .blog-list_grid.big-billet>li:first-child {
        grid-area: 1/1/3/3;
        padding: 0
    }

    .blog-list_grid.big-billet>li:nth-child(7) {
        grid-area: 6/1/8/3;
        padding: 0
    }

    .blog-list_grid.big-billet>li:nth-last-child(-n+10) {
        display: none
    }
}

@media (max-width:590px) {

    .blog-list_grid.big-billet-left,
    .blog-list_grid.big-billet-right {
        grid-template-columns: 1fr;
        grid-template-rows: auto
    }

    .blog-list_grid.big-billet-left>li:first-child,
    .blog-list_grid.big-billet-right>li:first-child {
        grid-area: 1/1/1/1
    }

    .blog-list_grid.big-billet-left>li:last-child,
    .blog-list_grid.big-billet-right>li:last-child {
        display: block
    }

    .blog-list_grid.big-billet {
        grid-template-columns: 1fr
    }

    .blog-list_grid.big-billet>li:first-child {
        grid-area: 1/1/2/2
    }

    .blog-list_grid.big-billet>li:nth-child(7) {
        grid-area: 8/1/9/2
    }
}

.input-default {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 10px 16px;
    outline: none;
    border: 1px solid #dcdfe3;
    border-radius: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #b6bdc4;
    background: #fff
}

.input-default::placeholder {
    color: inherit
}

.textarea-default {
    height: 100px
}

@media (max-width:767px) {
    .textarea-default {
        height: 156px
    }
}

.checkbox-default {
    display: flex;
    align-items: center;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #737885
}

.checkbox-default a {
    margin-left: 5px;
    color: #00bceb
}

.checkbox-default a:hover {
    color: #737885
}

.checkbox-default input {
    position: absolute;
    opacity: 0;
    cursor: pointer
}

.checkbox-default .checkmark {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    border: 1px solid #00bceb;
    border-radius: 3px;
    margin-right: 3px
}

.checkbox-default input:checked+.checkmark:after {
    position: absolute;
    content: "";
    top: 2px;
    left: 5px;
    width: 5px;
    height: 7px;
    border: solid #00bceb;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg)
}

@media (max-width:767px) {
    .checkbox-default {
        font-size: 12px
    }

    .checkbox-default .checkmark {
        margin-right: 5px
    }
}

.btn-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 46px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    background: #00bceb
}

.btn-section:focus,
.btn-section:hover {
    color: #fff;
    background: #009ecd
}

.btn-section svg {
    width: 18px;
    height: 18px;
    margin-right: 8px
}

.btn-section.gift-btn {
    background: #009ecd
}

.btn-section.gift-btn:focus,
.btn-section.gift-btn:hover {
    background: #00bceb
}

@media (max-width:425px) {
    .btn-section {
        width: 100%
    }
}

.access-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    padding: 16px 40px;
    border-radius: 49px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    background: #00bceb;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .14), 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.access-btn:focus,
.access-btn:hover {
    color: #fff;
    background: #009ecd;
    box-shadow: 0 8px 15px 0 rgba(0, 0, 0, .2), 0 2px 4px 0 rgba(0, 0, 0, .1)
}

.access-btn svg {
    width: 14px;
    height: 20px;
    margin-left: 12px
}

@media (max-width:520px) {
    .access-btn {
        width: 100%;
        height: 44px;
        padding: 10px;
        font-size: 13px;
        line-height: 20px
    }

    .access-btn svg {
        width: 11px;
        height: 16px;
        margin-left: 8px
    }
}

.result-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 48px;
    padding: 12px 12px 12px 36px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #00bceb;
    box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
    background: #fff
}

.result-btn span {
    position: relative
}

.result-btn span:after {
    position: absolute;
    content: "";
    top: 50%;
    left: -24px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #00bceb;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.result-btn:focus,
.result-btn:hover {
    color: #fff;
    box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
    background: #00bceb
}

.result-btn:focus span:after,
.result-btn:hover span:after {
    background: #fff
}

@media (max-width:480px) {
    .result-btn {
        width: 100%
    }
}

.app-btn {
    display: flex;
    align-items: center;
    min-width: 176px;
    padding: 6px;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12)
}

.app-btn:focus,
.app-btn:hover {
    box-shadow: 0 3px 12px 0 rgba(43, 64, 115, .24)
}

.app-btn .text {
    margin-left: 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-transform: capitalize;
    color: rgba(11, 17, 31, .72)
}

.app-btn.with-icon .icon-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    color: #00bceb;
    background: rgba(0, 188, 235, .1)
}

.app-btn.with-icon .icon-container svg {
    font-size: 16px
}

.app-btn.with-image .img-container {
    width: 32px;
    height: 32px
}

.app-btn.with-image .img-container img {
    border-radius: 3px
}

@media (max-width:1024px) {
    .app-btn {
        min-width: 0;
        padding: 6px 20px 6px 6px
    }
}

@media (max-width:640px) {
    .app-btn {
        padding: 4px 14px 4px 4px
    }

    .app-btn .text {
        margin-left: 8px;
        font-size: 14px
    }

    .app-btn.with-icon .icon-container,
    .app-btn.with-image .img-container {
        width: 28px;
        height: 28px
    }
}

.app-billet.card33 {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10px 10px 8px;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(43, 64, 115, .12);
    background: #fff
}

.app-billet.card33:focus .title,
.app-billet.card33:hover .title {
    color: #00bceb
}

.app-billet.card33 .img-container {
    width: 75px;
    height: 71px
}

.app-billet.card33 .img-container img {
    border-radius: 3px
}

.app-billet.card33 .concise-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 75px);
    padding-left: 10px
}

.app-billet.card33 .title {
    display: block;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0b111f;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.app-billet.card33 .text {
    display: block;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: rgba(11, 17, 31, .5)
}

@media (max-width:840px) {
    .app-billet.card33 .concise-info {
        padding-left: 20px
    }
}

@media (max-width:560px) {
    .app-billet.card33 .concise-info {
        padding-left: 11px
    }
}

.blog-billet.card33 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.blog-billet.card33:focus .title,
.blog-billet.card33:hover .title {
    color: #00bceb
}

.blog-billet.card33.vertical .img-container {
    width: 100%;
    height: 200px;
    margin-bottom: 16px
}

.blog-billet.card33.vertical .title {
    margin-bottom: 10px
}

.blog-billet.card33.vertical .bottom-part {
    padding-right: 20px
}

.blog-billet.card33.with-text .img-container {
    height: 420px;
    margin-bottom: 17px
}

.blog-billet.card33.with-text .title {
    margin-bottom: 17px
}

.blog-billet.card33.with-text .title.ellipsis-multiply {
    -webkit-line-clamp: 1
}

.blog-billet.card33.with-text .text {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 24px;
    color: rgba(11, 17, 31, .72)
}

.blog-billet.card33 .img-container img {
    border-radius: 4px;
    filter: drop-shadow(0 2px 12px rgba(11, 17, 31, .24))
}

.blog-billet.card33 .concise-info {
    display: flex;
    flex-direction: column
}

.blog-billet.card33 .title {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #0b111f;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.blog-billet.card33 .bottom-part {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-billet.card33 .comments,
.blog-billet.card33 .date {
    font-size: 14px;
    line-height: 20px;
    color: rgba(11, 17, 31, .5)
}

.blog-billet.card33 .comments {
    display: flex;
    align-items: center
}

.blog-billet.card33 .comments svg {
    width: 15px;
    height: 15px;
    margin-right: 5px
}

.blog-billet.card33 .category {
    display: block;
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 1
}

.blog-billet.card33 .category ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: calc(100% + 20px);
    margin: -10px
}

.blog-billet.card33 .category li {
    padding: 10px
}

.blog-billet.card33 .category span {
    padding: 6px 10px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #fff;
    background: #00bceb
}

@media (max-width:1024px) {
    .blog-billet.card33.vertical .bottom-part {
        padding-right: 0
    }
}

@media (max-width:590px) {
    .blog-billet.card33.vertical {
        flex-direction: row
    }

    .blog-billet.card33.vertical .img-container {
        width: 85px;
        height: 75px
    }

    .blog-billet.card33.vertical .concise-info {
        width: calc(100% - 85px);
        padding-left: 10px
    }

    .blog-billet.card33.vertical .title {
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 21px
    }

    .blog-billet.card33.vertical .comments,
    .blog-billet.card33.vertical .date {
        font-size: 12px
    }

    .blog-billet.card33.vertical .category {
        position: static;
        margin-bottom: 8px
    }

    .blog-billet.card33.vertical .category span {
        padding: 3px 6px;
        font-size: 12px;
        line-height: 18px
    }

    .blog-billet.card33.with-text .img-container {
        height: 250px;
        margin-bottom: 11px
    }

    .blog-billet.card33.with-text .title {
        margin-bottom: 9px;
        font-size: 18px;
        line-height: 27px
    }

    .blog-billet.card33.with-text .title.ellipsis-multiply {
        -webkit-line-clamp: 3
    }

    .blog-billet.card33.with-text .text {
        display: none !important
    }

    .blog-billet.card33.with-text .category {
        top: 18px
    }

    .blog-billet.card33.with-text .category span {
        padding: 6px 10px;
        font-size: 14px;
        line-height: 21px
    }
}

.blog-billet.card34 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.blog-billet.card34:focus .title,
.blog-billet.card34:hover .title {
    color: #00bceb
}

.blog-billet.card34.horizontal {
    flex-direction: row
}

.blog-billet.card34 .count-container {
    width: 40px;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: rgba(0, 188, 235, .7)
}

.blog-billet.card34 .concise-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 40px)
}

.blog-billet.card34 .title {
    margin-bottom: 11px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    color: #0b111f;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.blog-billet.card34 .bottom-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    color: rgba(11, 17, 31, .5)
}

.blog-billet.card34 .comments {
    display: flex;
    align-items: center
}

.blog-billet.card34 .comments svg {
    width: 15px;
    height: 15px;
    margin-right: 5px
}

@media (max-width:840px) {
    .blog-billet.card34 .count-container {
        width: 45px
    }

    .blog-billet.card34 .concise-info {
        width: calc(100% - 45px)
    }
}

@media (max-width:590px) {
    .blog-billet.card34 .count-container {
        width: 40px
    }

    .blog-billet.card34 .concise-info {
        width: calc(100% - 40px)
    }

    .blog-billet.card34 .title.ellipsis-multiply {
        -webkit-line-clamp: 4
    }
}

.review-billet.card24 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 24px 20px;
    overflow: visible;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(43, 64, 115, .12);
    background: #fff
}

.review-billet.card24:focus .title,
.review-billet.card24:hover .title {
    color: #00bceb
}

.review-billet.card24 .top-part {
    display: flex;
    align-items: flex-end;
    margin-top: -20px;
    margin-bottom: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(43, 64, 115, .12)
}

.review-billet.card24 .img-container {
    width: 100px;
    height: 100px
}

.review-billet.card24 .img-container img {
    border-radius: 4px;
    box-shadow: 0 12px 10px -6px rgba(43, 64, 115, .18)
}

.review-billet.card24 .concise-info {
    display: flex;
    flex-direction: column;
    width: calc(100% - 100px);
    padding: 0 0 6px 24px
}

.review-billet.card24 .title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #0b111f;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.review-billet.card24 .category {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: rgba(11, 17, 31, .5)
}

.review-billet.card24 .text {
    font-size: 15px;
    line-height: 24px;
    color: rgba(11, 17, 31, .72)
}

.review-billet.card24 .bottom-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 17px;
    border-top: 1px solid rgba(43, 64, 115, .12)
}

.review-billet.card24 .btn {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #00bceb;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.review-billet.card24 .btn:hover {
    text-decoration: underline
}

@media (max-width:1024px) {
    .review-billet.card24 {
        padding: 0 20px 20px
    }

    .review-billet.card24 .concise-info {
        padding: 0 0 0 14px
    }

    .review-billet.card24 .bottom-part {
        margin-top: 14px
    }
}

@media (max-width:767px) {
    .review-billet.card24 {
        padding: 0 15px 15px
    }

    .review-billet.card24 .top-part {
        margin-top: -26px;
        margin-bottom: 10px
    }

    .review-billet.card24 .bottom-part {
        margin-top: 10px
    }
}

.rating {
    line-height: 15px
}

.rating .rating-info {
    display: inline-flex;
    height: 15px;
    width: 92px;
    background-image: url(../images/all_stars.svg);
    background-repeat: no-repeat
}

.rating .rating-info.empty-rating {
    background-position: 0 0
}

.rating .rating-info.zero-point-five {
    background-position: 0 -22px
}

.rating .rating-info.one {
    background-position: 0 -43px
}

.rating .rating-info.one-point-five {
    background-position: 0 -65px
}

.rating .rating-info.two {
    background-position: 0 -86px
}

.rating .rating-info.two-point-five {
    background-position: 0 -107px
}

.rating .rating-info.three {
    background-position: 0 -129px
}

.rating .rating-info.three-point-five {
    background-position: 0 -150px
}

.rating .rating-info.four {
    background-position: 0 -172px
}

.rating .rating-info.four-point-five {
    background-position: 0 -193px
}

.rating .rating-info.five {
    background-position: 0 -213px
}

.form-search {
    position: relative
}

.form-search .search-input {
    display: flex;
    align-items: center;
    width: 100%;
    height: 34px;
    padding: 0 46px 0 15px;
    outline: none;
    border: 1px solid rgba(11, 17, 31, .2);
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    color: rgba(11, 17, 31, .5);
    background: #fff
}

.form-search .search-input::placeholder {
    color: inherit
}

.form-search .sbmt-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    font-size: 0;
    background: none;
    cursor: pointer
}

.form-search .sbmt-btn:hover svg {
    fill: #00bceb
}

.form-search .sbmt-btn svg {
    width: 100%;
    height: 100%;
    fill: rgba(11, 17, 31, .5);
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.form-search .search-results {
    display: none;
    position: absolute;
    top: calc(100% + 23px);
    left: 0;
    width: 100%;
    max-height: 145px;
    padding: 9px;
    overflow-y: auto;
    border: 1px solid rgba(11, 17, 31, .2);
    border-radius: 4px;
    background: #fff;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.form-search .search-results::-webkit-scrollbar {
    display: none
}

.form-search .search-results li:not(:last-child) {
    margin-bottom: 5px
}

.form-search .search-results li a {
    display: block;
    font-size: 14px;
    line-height: 21px;
    color: rgba(11, 17, 31, .5)
}

.form-search .search-results li a:hover {
    color: #0b111f
}

@media (max-width:767px) {
    .form-search .search-results {
        top: calc(100% + 15px)
    }
}

.contact-form .inner {
    display: flex;
    flex-wrap: wrap
}

.contact-form .left-part {
    width: 50%;
    padding-right: 10px
}

.contact-form .right-part {
    width: 50%;
    padding-left: 10px
}

.contact-form .input-box {
    margin-bottom: 18px
}

@media (max-width:1024px) {
    .contact-form .input-box {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .contact-form .input-box {
        margin-bottom: 15px
    }
}

.contact-form .textarea-box {
    margin-bottom: 12px
}

@media (max-width:1024px) {
    .contact-form .textarea-box {
        margin-bottom: 16px
    }
}

@media (max-width:767px) {
    .contact-form .textarea-box {
        margin-bottom: 15px
    }
}

.contact-form .checkbox-box {
    margin-bottom: 16px
}

@media (max-width:767px) {
    .contact-form .checkbox-box {
        margin-bottom: 21px
    }
}

.contact-form .captcha-box {
    margin-bottom: 25px
}

@media (max-width:1024px) {
    .contact-form .captcha-box {
        margin-bottom: 22px
    }
}

@media (max-width:767px) {
    .contact-form .captcha-box {
        margin-bottom: 30px
    }
}

.contact-form .btn-section {
    width: 176px;
    height: 40px;
    border: none;
    cursor: pointer
}

@media (max-width:767px) {

    .contact-form .left-part,
    .contact-form .right-part {
        width: 100%;
        padding: 0
    }

    .contact-form .btn-section {
        width: 100%
    }
}

.header_142699 {
    position: relative;
    z-index: 20;
    box-shadow: 0 2px 15px rgba(11, 17, 31, .08);
    background: #fff
}

.header_142699 .logo-site,
.header_142699 .custom-logo-link {
    width: 132px;
    height: 55px;
}

.header_142699 .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px
}

.header_142699 .search-container {
    max-width: 330px;
    width: 100%;
    margin-left: 10px
}

.header_142699 .nav-menu .close-menu,
.header_142699 .search-btn {
    display: none
}

.header_142699 .nav-list {
    font-size: 0;
    line-height: 1
}

.header_142699 .nav-list>li {
    display: inline-block
}

.header_142699 .nav-list>li:not(:last-child) {
    margin-right: 36px
}

.header_142699 .nav-list>li>a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(11, 17, 31, .5)
}

.header_142699 .nav-list>li>a:hover {
    color: #00bceb
}

.header_142699 .dropdown-container {
    position: relative
}

.header_142699 .dropdown-btn {
    display: inline-flex;
    align-items: center
}

.header_142699 .dropdown-btn.active svg {
    transform: rotate(180deg)
}

.header_142699 .dropdown-btn svg {
    width: 11px;
    height: 11px;
    margin-left: 5px;
    margin-top: 1px;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.header_142699 .dropdown-list {
    display: none;
    position: absolute;
    top: calc(100% + 29px);
    left: -10px;
    width: 130px;
    max-height: 451px;
    padding: 10px;
    overflow-y: auto;
    border: 1px solid rgba(11, 17, 31, .2);
    border-radius: 4px;
    background: #fff
}

.header_142699 .dropdown-list>li:not(:last-child) {
    margin-bottom: 6px
}

.header_142699 .dropdown-list>li>a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(11, 17, 31, .5)
}

.header_142699 .dropdown-list>li>a:hover {
    color: #0b111f
}

.header_142699 .burger-btn {
    display: none
}

@media (max-width:1130px) {
    .header_142699 .search-container {
        margin: 0 auto 0 66px
    }

    .header_142699 .nav-menu {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100%;
        box-shadow: 0 2px 4px 0 #737885;
        background: #fff
    }

    .header_142699 .nav-menu .close-menu {
        display: block;
        position: absolute;
        top: 16px;
        right: 16px;
        width: 16px;
        height: 16px;
        z-index: 1;
        cursor: pointer
    }

    .header_142699 .nav-menu .close-menu:hover svg {
        fill: #00bceb
    }

    .header_142699 .nav-menu .close-menu svg {
        width: 100%;
        height: 100%;
        fill: #4f535d;
        transition: all .3s cubic-bezier(.2, .57, .36, .8)
    }

    .header_142699 .nav-list {
        width: 100%;
        height: 100%;
        padding: 60px 30px;
        overflow-y: auto
    }

    .header_142699 .nav-list>li {
        display: block
    }

    .header_142699 .nav-list>li:not(:last-child) {
        margin: 0 0 30px
    }

    .header_142699 .nav-list>li>a {
        display: flex;
        align-items: center;
        font-size: 15px;
        color: #0b111f
    }

    .header_142699 .dropdown-list {
        position: static;
        width: 100%;
        max-height: 162px;
        margin: 10px 0 0;
        padding: 0;
        border: none;
        border-radius: 0;
        background: none
    }

    .header_142699 .dropdown-list>li {
        padding-left: 20px
    }

    .header_142699 .burger-btn {
        display: block;
        width: 23px;
        height: 16px;
        font-size: 0;
        cursor: pointer
    }

    .header_142699 .burger-btn:hover svg {
        fill: #00bceb
    }

    .header_142699 .burger-btn svg {
        width: 100%;
        height: 100%;
        fill: #4f535d;
        transition: all .3s cubic-bezier(.2, .57, .36, .8)
    }
}

@media (max-width:767px) {
    .header_142699 .inner {
        height: 60px
    }

    .header_142699 .logo-site,
    .header_142699 .custom-logo-link {
        width: 135px;
        height: 55px;
    }

    .header_142699 .search-container {
        max-width: 100%;
        width: auto;
        margin: 0 15px 0 auto
    }

    .header_142699 .form-container {
        display: none;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        padding: 0 15px
    }

    .header_142699 .search-btn {
        display: block;
        width: 18px;
        height: 18px;
        font-size: 0;
        cursor: pointer
    }

    .header_142699 .search-btn:hover svg {
        fill: #00bceb
    }

    .header_142699 .search-btn svg {
        width: 100%;
        height: 100%;
        fill: #4f535d;
        transition: all .3s cubic-bezier(.2, .57, .36, .8)
    }
}

@media (max-width:375px) {
    .header_142699 .nav-menu {
        width: 100%
    }
}

.footer_142699 {
    padding: 40px 0 50px;
    background: #101829
}

.footer_142699 .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer_142699 .info-part {
    width: 45%;
    padding-right: 10px
}

.footer_142699 .logo-site,
.footer_142699 .custom-logo-link {
    width: 170px;
    height: 65px;
    margin-bottom: 20px
}

.footer_142699 .text {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .85)
}

.footer_142699 .right-part {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    width: calc(55% + 40px);
    margin: 0 -20px
}

.footer_142699 .menu {
    width: 29%;
    padding: 0 20px
}

.footer_142699 .menu h3 {
    margin: 0 0 28px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: hsla(0, 0%, 100%, .85)
}

.footer_142699 .menu-list li:not(:last-child) {
    margin-bottom: 12px
}

.footer_142699 .menu-list li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .85)
}

.footer_142699 .menu-list li a:hover {
    color: #00bceb
}

.footer_142699 .bottom-part {
    margin-top: -28px
}

.footer_142699 .social-box {
    margin-bottom: 4px
}

@media (max-width:1024px) {
    .footer_142699 .social-box {
        margin-bottom: 9px
    }
}

@media (max-width:767px) {
    .footer_142699 .social-box {
        margin-bottom: 10px
    }
}

.footer_142699 .copyright {
    margin: 0;
    font-size: 12px;
    line-height: 24px;
    color: hsla(0, 0%, 100%, .5)
}

@media (max-width:1100px) {
    .footer_142699 {
        padding: 30px 0
    }

    .footer_142699 .inner {
        margin-bottom: 58px
    }

    .footer_142699 .info-part {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }

    .footer_142699 .right-part {
        justify-content: flex-start;
        width: calc(100% + 40px)
    }

    .footer_142699 .menu {
        width: 30%
    }

    .footer_142699 .bottom-part {
        margin: 0
    }
}

@media (max-width:767px) {
    .footer_142699 {
        padding: 30px 0 37px
    }

    .footer_142699 .inner {
        margin-bottom: 0
    }

    .footer_142699 .info-part {
        margin-bottom: 40px
    }

    .footer_142699 .right-part {
        flex-wrap: wrap
    }

    .footer_142699 .menu {
        width: 50%;
        margin-bottom: 40px
    }
}

@media (max-width:425px) {
    .footer_142699 .inner {
        margin-bottom: 40px
    }

    .footer_142699 .right-part {
        width: 100%;
        margin: 0
    }

    .footer_142699 .menu {
        width: 100%;
        padding: 0;
        margin-bottom: 49px
    }
}

.social-menu {
    display: flex;
    align-items: center
}

.social-menu li {
    margin-right: 17px
}

.social-menu li a {
    font-size: 0
}

.social-menu li a:hover svg {
    fill: #fff
}

.social-menu li a svg {
    width: 22px;
    height: 22px;
    fill: #00bceb;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

.breadcrumbs {
    padding: 15px 0
}

.breadcrumbs .breadcrumbs-new .trail-items {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    overflow: hidden
}

.breadcrumbs .breadcrumbs-new .trail-items .trail-item {
    display: flex;
    align-items: center
}

.breadcrumbs .breadcrumbs-new .trail-items .trail-item.trail-end:before {
    display: none
}

.breadcrumbs .breadcrumbs-new .trail-items .trail-item.trail-end,
.breadcrumbs .breadcrumbs-new .trail-items .trail-item.trail-end span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadcrumbs .breadcrumbs-new .trail-items .trail-item a,
.breadcrumbs .breadcrumbs-new .trail-items .trail-item span {
    height: auto;
    font-size: 14px;
    line-height: 20px;
    color: #85888e
}

.breadcrumbs .breadcrumbs-new .trail-items .trail-item span {
    color: rgba(11, 17, 31, .3)
}

.breadcrumbs .breadcrumbs-new .trail-items .trail-item a:hover {
    color: #00bceb
}

.breadcrumbs .breadcrumbs-new .trail-items .trail-item svg {
    margin: 0 8px 0 5px;
    font-size: 14px;
    fill: #85888e
}

@media (max-width:767px) {
    .breadcrumbs {
        display: none
    }
}

.pagination-library.style2 {
    display: flex;
    margin-top: 50px
}

.pagination-library.style2.center {
    justify-content: center
}

.pagination-library.style2.right {
    justify-content: flex-end
}

.pagination-library.style2 .pagination-list {
    display: flex;
    column-gap: 4px;
    padding: 0;
    margin: 0;
    list-style: none
}

.pagination-library.style2 .pagination-list .item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #4f535d;
    background-color: #eff2f5;
    transition: all .3s cubic-bezier(.2, .57, .36, .8);
    cursor: pointer
}

.pagination-library.style2 .pagination-list .item.active,
.pagination-library.style2 .pagination-list .item:not(.more):focus,
.pagination-library.style2 .pagination-list .item:not(.more):hover {
    color: #fff;
    background-color: #00bceb
}

.pagination-library.style2 .pagination-list .item.active,
.pagination-library.style2 .pagination-list .item.disabled {
    pointer-events: none
}

.pagination-library.style2 .pagination-list .item.more {
    cursor: default
}

.pagination-library.style2 .pagination-list .item.disabled {
    color: rgba(99, 103, 114, .4)
}

@media (max-width:767px) {
    .pagination-library.style2 {
        margin-top: 40px
    }

    .pagination-library.style2 .pagination-list {
        column-gap: 3px
    }
}

.thanks-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    z-index: 20
}

.thanks-popup .popup_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px;
    width: calc(100% - 30px);
    padding: 30px;
    border-radius: 4px;
    z-index: 2;
    box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
    background: #fff
}

.thanks-popup .title-popup {
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #1d2b36
}

.thanks-popup .close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    padding: 0;
    color: #1d2b36;
    background: none;
    cursor: pointer
}

.thanks-popup .close-btn:hover {
    color: #1492ee
}

.thanks-popup .close-btn svg {
    font-size: 16px
}

.thanks-popup .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(10, 29, 48, .3)
}

.anchor_section {
    padding: 20px 0 30px;
    overflow: hidden
}

.anchor_section .anchor-list {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.anchor_section .anchor-list>li {
    position: relative
}

.anchor_section .anchor-list>li:not(:first-child):after {
    position: absolute;
    content: "";
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: rgba(11, 17, 31, .2)
}

.anchor_section .anchor-list>li a {
    word-break: break-all;
    font-weight: 500;
    font-size: 20px;
    line-height: 40px;
    text-transform: uppercase;
    color: #0b111f
}

.anchor_section .anchor-list>li a:hover {
    color: rgba(11, 17, 31, .5)
}

.anchor_section .anchor-list>li a.active {
    pointer-events: none;
    color: #1492ee
}

@media (max-width:1100px) {
    .anchor_section .anchor-list {
        justify-content: center;
        width: calc(100% + 80px);
        margin: 0 -40px
    }

    .anchor_section .anchor-list>li {
        padding: 0 40px
    }

    .anchor_section .anchor-list>li:not(:first-child):after {
        left: 0
    }
}

@media (max-width:1024px) {
    .anchor_section {
        padding: 25px 0
    }
}

@media (max-width:840px) {
    .anchor_section .anchor-list {
        width: calc(100% + 56px);
        margin: 0 -28px
    }

    .anchor_section .anchor-list>li {
        padding: 0 28px
    }
}

@media (max-width:767px) {
    .anchor_section {
        display: none
    }
}

.latest-posts_section .inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.latest-posts_section .left-part {
    width: 64%;
    padding-right: 18px
}

.latest-posts_section .left-part .blog-billet.card33 .img-container {
    height: 359px;
    margin-bottom: 15px
}

.latest-posts_section .left-part .blog-billet.card33 .title {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 42px
}

.latest-posts_section .left-part .blog-billet.card33 .title.ellipsis-multiply {
    -webkit-line-clamp: 2
}

.latest-posts_section .left-part .blog-billet.card33 .text {
    display: none !important
}

.latest-posts_section .right-part {
    width: 36%;
    padding-left: 22px
}

.latest-posts_section .right-part .title-section {
    margin: 0 0 16px 11px
}

.latest-posts_section .blog-list.for-vertical.in-sidebar {
    width: calc(100% + 20px);
    margin: -10px
}

.latest-posts_section .blog-list.for-vertical.in-sidebar>li {
    width: 100%;
    padding: 10px
}

@media (max-width:1024px) {
    .latest-posts_section .left-part {
        width: 66.66%;
        padding-right: 10px
    }

    .latest-posts_section .right-part {
        width: 33.34%;
        padding-left: 10px
    }
}

@media (max-width:840px) {
    .latest-posts_section .inner {
        flex-wrap: wrap
    }

    .latest-posts_section .left-part {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }

    .latest-posts_section .right-part {
        width: 100%;
        padding: 0
    }

    .latest-posts_section .right-part .title-section {
        margin: 0 0 30px 11px
    }

    .latest-posts_section .blog-list.for-vertical.in-sidebar {
        width: calc(100% + 15px);
        margin: -7.5px
    }

    .latest-posts_section .blog-list.for-vertical.in-sidebar>li {
        padding: 7.5px
    }
}

@media (max-width:767px) {
    .latest-posts_section {
        padding-top: 30px
    }
}

@media (max-width:590px) {
    .latest-posts_section .left-part {
        margin-bottom: 45px
    }

    .latest-posts_section .left-part .blog-billet.card33 .img-container {
        height: 250px;
        margin-bottom: 10px
    }

    .latest-posts_section .left-part .blog-billet.card33 .title {
        font-size: 18px;
        line-height: 27px
    }

    .latest-posts_section .left-part .blog-billet.card33 .title.ellipsis-multiply {
        -webkit-line-clamp: 3
    }

    .latest-posts_section .right-part .title-section {
        margin: 0 0 15px
    }

    .latest-posts_section .blog-list.for-vertical.in-sidebar {
        width: calc(100% + 10px);
        margin: -5px
    }

    .latest-posts_section .blog-list.for-vertical.in-sidebar>li {
        padding: 5px
    }
}

@media (max-width:840px) {
    .news_section .blog-list_grid.big-billet-left>li:first-child {
        padding: 0 0 10px
    }
}

@media (max-width:590px) {
    .news_section .blog-list_grid.big-billet-left>li:first-child {
        padding: 0
    }
}

@media (max-width:840px) {
    .news_section .blog-list_grid.big-billet-left>li:last-child {
        display: none
    }
}

.popular-reviewed_section {
    padding: 50px 0 60px;
    overflow: hidden;
    background: #00bceb
}

.popular-reviewed_section .title-container {
    margin-bottom: 40px
}

.popular-reviewed_section .title-section {
    margin-bottom: 6px;
    color: #fff
}

.popular-reviewed_section .text-section {
    color: #fff
}

@media (max-width:1024px) {
    .popular-reviewed_section {
        padding: 30px 0 50px
    }
}

@media (max-width:767px) {
    .popular-reviewed_section .text-section {
        padding: 0 25px;
        line-height: 24px
    }
}

.top-games_section .inner {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.top-games_section .left-part {
    width: 67%;
    padding-right: 20px
}

.top-games_section .right-part {
    width: 33%;
    padding-left: 11px
}

.top-games_section .right-part h3 {
    margin-bottom: 15px;
    font-size: 24px
}

.top-games_section .apps-list.for-vertical.full-width {
    width: calc(100% + 15px);
    margin: -7.5px
}

.top-games_section .apps-list.for-vertical.full-width>li {
    width: 100%;
    padding: 7.5px
}

.top-games_section .blog-list.for-horizontal.full-width {
    flex-direction: row;
    width: calc(100% + 20px);
    margin: -10px
}

.top-games_section .blog-list.for-horizontal.full-width>li {
    width: 33.33%;
    padding: 10px
}

@media (max-width:1024px) {
    .top-games_section .left-part {
        width: 66.66%;
        padding-right: 10px
    }

    .top-games_section .right-part {
        width: 33.34%;
        padding-left: 10px
    }
}

@media (max-width:840px) {
    .top-games_section .left-part {
        width: 100%;
        padding: 0;
        margin-bottom: 31px
    }

    .top-games_section .right-part {
        width: 100%;
        padding: 0
    }

    .top-games_section .blog-list.for-horizontal.full-width>li {
        width: 50%
    }
}

@media (max-width:767px) {
    .top-games_section .left-part {
        margin-bottom: 25px
    }

    .top-games_section .right-part h3 {
        line-height: 36px
    }

    .top-games_section .blog-list.for-horizontal.full-width>li {
        width: 100%
    }

    .top-games_section .blog-list.for-horizontal.full-width>li:nth-last-child(-n+2) {
        display: none
    }
}

.tips-tricks_section .btn-section {
    width: 195px
}

.about_section {
    padding-top: 6px
}

.about_section .title-container {
    margin-bottom: 34px
}

.about_section .title-section {
    margin-bottom: 4px
}

.about_section .text-section {
    max-width: 585px;
    font-size: 16px;
    line-height: 24px;
    color: rgba(11, 17, 31, .72)
}

.about_section .inner {
    position: relative;
    display: flex;
    justify-content: flex-end
}

.about_section .img-container {
    position: absolute;
    top: 89px;
    left: -34px;
    width: 610px;
    z-index: 0
}

.about_section .img-container img {
    border-radius: 30px
}

.about_section .content-container {
    position: relative;
    width: 593px;
    padding: 35px 40px;
    z-index: 1;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(11, 17, 31, .24);
    background: #fff
}

.about_section .content-container p {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
    color: rgba(11, 17, 31, .72)
}

.about_section .btn-section {
    width: 272px;
    margin: 34px auto 0
}

@media (max-width:1220px) {
    .about_section .img-container {
        top: 60px;
        left: -15px
    }
}

@media (max-width:1024px) {
    .about_section .title-container {
        margin-bottom: 30px
    }

    .about_section .inner {
        flex-direction: column;
        align-items: center
    }

    .about_section .img-container {
        position: static;
        width: 100%;
        height: 645px
    }

    .about_section .content-container {
        width: 100%;
        max-width: 563px;
        margin-top: -41px;
        padding: 29px 35px 35px
    }

    .about_section .btn-section {
        width: 296px;
        margin-top: 40px
    }

    .about_section .btn-section svg {
        width: 19px;
        height: 19px
    }
}

@media (max-width:767px) {
    .about_section {
        padding-top: 20px;
        margin-top: -2px
    }

    .about_section .title-container {
        margin-bottom: 19px
    }

    .about_section .title-section {
        padding-top: 11px;
        margin-bottom: 6px
    }

    .about_section .title-section:after {
        width: 50px;
        height: 8px
    }

    .about_section .text-section {
        font-size: 14px;
        line-height: 24px
    }

    .about_section .inner {
        width: calc(100% + 20px);
        margin: 0 -10px
    }

    .about_section .img-container {
        height: auto
    }

    .about_section .content-container {
        width: calc(100% - 30px)
    }
}

@media (max-width:425px) {
    .about_section .img-container {
        height: 319px
    }

    .about_section .content-container {
        padding: 20px 15px 15px
    }

    .about_section .content-container p {
        font-size: 16px;
        line-height: 26px
    }

    .about_section .btn-section {
        width: 100%;
        margin-top: 28px
    }
}

.blog_142699 .about_section .title-container {
    margin-bottom: 15px;
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(11, 17, 31, .5)
}

@media (max-width:1024px) {
    .blog_142699 .about_section .title-container {
        margin-bottom: 20px;
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    .blog_142699 .about_section .title-container {
        padding: 0;
        margin-bottom: 30px;
        border: none
    }
}

.blog_142699 .anchor_section {
    padding: 0;
    margin-bottom: 46px
}

@media (max-width:1024px) {
    .blog_142699 .anchor_section {
        margin-bottom: 25px
    }
}

.all-apps_section .blog-list_grid.big-billet>li:nth-last-child(-n+10) {
    display: block
}

.blog-post_section {
    padding-top: 10px
}

.blog-post_section .inner {
    display: flex;
    flex-direction: column;
    max-width: 740px;
    margin: 0 auto
}

.blog-post_section .title-section {
    margin-bottom: 24px;
    padding-top: 11px;
    text-align: center;
    line-height: 48px
}

@media (max-width:767px) {
    .blog-post_section .title-section {
        margin-bottom: 32px
    }
}

.blog-post_section .info-part {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px
}

@media (max-width:1024px) {
    .blog-post_section .info-part {
        margin-bottom: 16px
    }
}

@media (max-width:767px) {
    .blog-post_section .info-part {
        margin-bottom: 12px
    }
}

.blog-post_section .comment,
.blog-post_section .date {
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(11, 17, 31, .5)
}

.blog-post_section .comment {
    display: flex;
    align-items: center
}

.blog-post_section .comment svg {
    margin-right: 5px;
    font-size: 15px
}

.blog-post_section .blog-post_content {
    margin-bottom: 50px
}

@media (max-width:1024px) {
    .blog-post_section .blog-post_content {
        margin-bottom: 40px
    }
}

@media (max-width:767px) {
    .blog-post_section .blog-post_content {
        margin-bottom: 32px
    }
}

@media (max-width:1024px) {
    .blog-post_section .title-section {
        padding-top: 21px;
        font-size: 24px;
        line-height: 32px
    }
}

@media (max-width:767px) {
    .blog-post_section {
        padding-top: 20px
    }

    .blog-post_section .title-section {
        font-size: 20px;
        line-height: 28px
    }
}

.latest-article_section .title-section {
    margin-bottom: 20px
}

.latest-article_section .latest-article_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.latest-article_section .latest-article_list>li:last-child {
    display: none
}

@media (max-width:1024px) {
    .latest-article_section .latest-article_list {
        grid-template-columns: repeat(2, 1fr)
    }

    .latest-article_section .latest-article_list>li:last-child {
        display: block
    }
}

@media (max-width:590px) {
    .latest-article_section .latest-article_list {
        grid-template-columns: 1fr
    }
}

.popular-apps_section .title-section {
    margin-bottom: 40px
}

@media (max-width:767px) {
    .popular-apps_section .title-section {
        margin-bottom: 35px
    }
}

.popular-apps_section .popular-apps_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: -20px -12px
}

.popular-apps_section .popular-apps_list>li {
    width: 33.33%;
    padding: 20px 12px
}

.popular-apps_section .popular-apps_list>li:last-child {
    display: none
}

@media (max-width:1024px) {
    .popular-apps_section .popular-apps_list {
        width: calc(100% + 20px);
        margin: -20px -10px
    }

    .popular-apps_section .popular-apps_list>li {
        width: 50%;
        padding: 20px 10px
    }

    .popular-apps_section .popular-apps_list>li:last-child {
        display: block
    }
}

@media (max-width:580px) {
    .popular-apps_section .popular-apps_list {
        width: 100%;
        margin: -20px 0
    }

    .popular-apps_section .popular-apps_list>li {
        width: 100%;
        padding: 20px 0
    }
}

.product-B_142699 .latest-posts_product-section {
    margin-top: -10px
}

@media (max-width:767px) {
    .product-B_142699 .latest-posts_product-section {
        margin-top: 0
    }
}

.product_section {
    margin-bottom: 70px
}

.product_section .large-container {
    position: relative
}

.product_section .inner {
    display: flex;
    flex-wrap: wrap
}

.product_section .left-part {
    width: 68%;
    padding-right: 25px
}

.product_section .product-text-block .product-info>div {
    margin-bottom: 30px
}

.product_section .product-text-block .product-info>div p:not(:last-child) {
    margin-bottom: 15px
}

.product_section .product-text-block .product-info h2,
.product_section .product-text-block .product-info h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #0b111f
}

.product_section .product-text-block .product-info p {
    margin: 0;
    font-size: 15px;
    line-height: 26px;
    color: rgba(11, 17, 31, .72)
}

.product_section .progress-bar-block {
    margin-bottom: 30px
}

.product_section .progress-bar-block .progress-item {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.product_section .progress-bar-block .progress-item:not(:last-child) {
    margin-bottom: 20px
}

.product_section .progress-bar-block .progress-item p {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px
}

.product_section .progress-bar-block .progress-name {
    width: 194px;
    padding-right: 10px;
    color: #0b111f
}

.product_section .progress-bar-block .progress-part {
    position: relative;
    width: calc(100% - 194px)
}

.product_section .progress-bar-block .value {
    color: #4f535d;
    text-align: right
}

.product_section .progress-bar-block .progressbar {
    position: absolute;
    top: 50%;
    right: 44px;
    transform: translateY(-50%);
    width: calc(100% - 44px);
    height: 12px;
    border-radius: 8px;
    background: #e4e9f0
}

.product_section .progress-bar-block .progressbar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 8px;
    background: #00bceb
}

.product_section .product-plus {
    display: flex;
    margin-bottom: 30px
}

.product_section .product-plus h2,
.product_section .product-plus h3 {
    margin: 0 0 12px;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    color: #0b111f
}

.product_section .product-plus li {
    position: relative;
    padding-left: 15px;
    font-size: 15px;
    line-height: 26px;
    color: rgba(11, 17, 31, .72)
}

.product_section .product-plus li:after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00bceb
}

.product_section .product-plus li:not(:last-child) {
    margin-bottom: 8px
}

.product_section .product-plus .pros {
    width: 57%;
    padding-right: 10px
}

.product_section .product-plus .cons {
    width: 43%;
    padding-left: 14px
}

.product_section .screen-block .item img {
    height: 165px;
    border-radius: 6px
}

.product_section .screen-block .owl-carousel .owl-nav button.owl-next,
.product_section .screen-block .owl-carousel .owl-nav button.owl-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    box-shadow: 0 4px 32px rgba(43, 64, 115, .2);
    background: #fff
}

.product_section .screen-block .owl-carousel .owl-nav button.owl-next.disabled,
.product_section .screen-block .owl-carousel .owl-nav button.owl-prev.disabled {
    opacity: .5;
    pointer-events: none
}

.product_section .screen-block .owl-carousel .owl-nav button.owl-next span,
.product_section .screen-block .owl-carousel .owl-nav button.owl-prev span {
    font-size: 25px;
    line-height: 38px;
    color: #0b111f
}

.product_section .screen-block .owl-prev {
    left: 15px
}

.product_section .screen-block .owl-next {
    right: 15px
}

.product_section .screen-block .owl-dots {
    display: none
}

.product_section .right-part {
    width: 32%;
    padding: 1px 0 0 24px
}

.product_section .right-part .apps-list.for-vertical.full-width {
    width: calc(100% + 10px);
}

.product_section .right-part .apps-list.for-vertical.full-width>li {
    width: 100%;
    padding: 5px
}

.product_section .right-part .blog-list.for-vertical.in-sidebar {
    width: calc(100% + 12px);
    margin: -6px
}

.product_section .right-part .blog-list.for-vertical.in-sidebar>li {
    width: 100%;
    padding: 6px
}

.product_section .popular-apps_sidebar {
    margin-bottom: 50px
}

@media (max-width:1024px) {
    .product_section .left-part {
        width: 100%;
        padding: 0
    }

    .product_section .progress-bar-block .progress-name {
        width: 185px
    }

    .product_section .progress-bar-block .progress-part {
        position: relative;
        width: calc(100% - 185px)
    }

    .product_section .progress-bar-block .progressbar {
        right: 48px;
        width: calc(100% - 48px)
    }

    .product_section .product-plus .pros {
        width: 55%
    }

    .product_section .product-plus .cons {
        width: 45%
    }

    .product_section .right-part {
        width: initial;
        padding: 0;
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .product_section {
        margin-bottom: 61px;
        padding-top: 20px
    }

    .product_section .screen-block .item img {
        height: 200px
    }
}

@media (max-width:640px) {
    .product_section .product-text-block .product-info h3 {
        font-size: 18px
    }

    .product_section .progress-bar-block {
        margin-bottom: 45px
    }

    .product_section .progress-bar-block .progress-item {
        position: relative;
        padding-bottom: 3px
    }

    .product_section .progress-bar-block .progress-item:not(:last-child) {
        margin-bottom: 30px
    }

    .product_section .progress-bar-block .progress-name {
        width: calc(100% - 40px)
    }

    .product_section .progress-bar-block .progress-part {
        position: static;
        width: 40px
    }

    .product_section .progress-bar-block .progressbar {
        top: 100%;
        right: 0;
        transform: translateY(0);
        width: 100%;
        height: 15px
    }

    .product_section .product-plus {
        flex-wrap: wrap
    }

    .product_section .product-plus .pros {
        width: 100%;
        padding: 0;
        margin-bottom: 20px
    }

    .product_section .product-plus .cons {
        width: 100%;
        padding: 0
    }

    .product_section .screen-block .owl-prev {
        left: 10px
    }

    .product_section .screen-block .owl-next {
        right: 10px
    }
}

.top-info_product {
    display: flex;
    padding-right: 12px;
    margin-bottom: 30px
}

.top-info_product.with-btn {
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px
}

.top-info_product.with-btn .concise-info {
    display: flex;
    width: calc(100% - 220px)
}

.top-info_product.with-btn .btn-section {
    width: 220px;
    height: 48px
}

.top-info_product .img-container {
    width: 120px;
    height: 121px
}

.top-info_product .img-container img {
    border-radius: 4px
}

.top-info_product .content-container {
    width: calc(100% - 120px);
    padding: 0 24px
}

.top-info_product .title {
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: 600;
    font-size: 26px;
    line-height: 35px;
    color: #0b111f
}

.top-info_product .title a {
    color: #0b111f
}

.top-info_product .title a:hover {
    color: #00aede
}

.top-info_product .rating {
    display: block;
    margin-bottom: 4px
}

.top-info_product .text {
    max-width: 264px;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #85888e
}

@media (max-width:1024px) {
    .top-info_product {
        padding: 0
    }

    .top-info_product.with-btn {
        margin-bottom: 30px
    }

    .top-info_product .text {
        max-width: 205px
    }
}

@media (max-width:767px) {
    .top-info_product.with-btn {
        margin-bottom: 20px
    }

    .top-info_product .img-container {
        width: 100px;
        height: 100px
    }

    .top-info_product .content-container {
        width: calc(100% - 100px);
        padding: 0 0 0 10px
    }

    .top-info_product .title {
        font-size: 20px;
        line-height: 30px
    }

    .top-info_product .rating {
        margin-bottom: 9px
    }
}

@media (max-width:640px) {
    .top-info_product.with-btn .concise-info {
        width: 100%;
        margin-bottom: 25px
    }

    .top-info_product.with-btn .btn-section {
        width: 100%;
        height: 42px
    }
}

.categories_section {
    margin-bottom: 40px
}

.categories_section .categories-list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 15px);
    margin: -5px -7.5px
}

.categories_section .categories-list>li {
    width: 25%;
    padding: 5px 7.5px
}

.categories_section .categories-list>li a {
    position: relative;
    display: block;
    padding: 9px 9px 9px 45px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    box-shadow: 0 4px 20px rgba(43, 64, 115, .12);
    color: #4f535d;
    background: #fff
}

.categories_section .categories-list>li a:hover {
    color: #00bceb
}

.categories_section .categories-list>li a:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00bceb
}

@media (max-width:1024px) {
    .categories_section {
        margin-bottom: 60px
    }

    .categories_section .categories-list {
        width: calc(100% + 18px);
        margin: -5px -9px
    }

    .categories_section .categories-list>li {
        width: 33.33%;
        padding: 5px 9px
    }
}

@media (max-width:840px) {
    .categories_section .categories-list>li {
        width: 50%
    }
}

@media (max-width:560px) {
    .categories_section .categories-list {
        width: calc(100% + 10px);
        margin: -5px
    }

    .categories_section .categories-list>li {
        width: 100%;
        padding: 5px
    }
}

.form_related_section {
    margin-bottom: 82px
}

.form_related_section .inner {
    display: flex;
    flex-wrap: wrap
}

.form_related_section .left-part {
    width: 68%;
    padding-right: 25px
}

.form_related_section .right-part {
    width: 32%;
    padding-left: 24px
}

.form_related_section .title-section {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 32px
}

.form_related_section .apps-list.for-vertical.full-width {
    width: calc(100% + 10px);
    margin: -5px
}

.form_related_section .apps-list.for-vertical.full-width>li {
    width: 100%;
    padding: 5px
}

.form_related_section .apps-list.for-vertical.full-width>li:last-child {
    display: none
}

@media (max-width:1024px) {
    .form_related_section {
        margin-bottom: 60px
    }

    .form_related_section .left-part {
        width: 66.66%;
        padding-right: 10px
    }

    .form_related_section .right-part {
        width: 33.33%;
        padding-left: 10px
    }
}

@media (max-width:840px) {
    .form_related_section .title-section {
        margin-bottom: 20px
    }

    .form_related_section .left-part {
        width: 100%;
        padding: 0;
        margin-bottom: 60px
    }

    .form_related_section .right-part {
        width: 100%;
        padding: 0
    }

    .form_related_section .apps-list.for-vertical.full-width {
        width: calc(100% + 15px);
        margin: -7.5px
    }

    .form_related_section .apps-list.for-vertical.full-width>li {
        padding: 7.5px
    }

    .form_related_section .apps-list.for-vertical.full-width>li:last-child {
        display: block
    }
}

@media (max-width:767px) {
    .form_related_section .title-section {
        margin-bottom: 15px
    }

    .form_related_section .left-part {
        order: 2;
        margin: 0
    }

    .form_related_section .right-part {
        margin-bottom: 40px
    }
}

.latest-reviews_section .title-section {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 32px
}

.latest-reviews_section .review-list.for-horizontal.full-width {
    width: calc(100% + 22px);
    margin: -20px -11px
}

.latest-reviews_section .review-list.for-horizontal.full-width>li {
    width: 33.33%;
    padding: 20px 11px
}

.latest-reviews_section .review-list.for-horizontal.full-width>li:last-child {
    display: block
}

@media (max-width:1024px) {
    .latest-reviews_section .review-list.for-horizontal.full-width {
        width: calc(100% + 20px);
        margin: -20px -10px
    }

    .latest-reviews_section .review-list.for-horizontal.full-width>li {
        width: 50%;
        padding: 20px 10px
    }
}

@media (max-width:580px) {
    .latest-reviews_section .review-list.for-horizontal.full-width {
        width: calc(100% + 40px);
        margin: -20px
    }

    .latest-reviews_section .review-list.for-horizontal.full-width>li {
        width: 100%;
        padding: 20px
    }
}

.latest-posts_product-section {
    padding: 37px 0 50px;
    margin-top: -20px;
    margin-bottom: 40px;
    overflow: hidden;
    background: #00bceb
}

.latest-posts_product-section .title-section {
    color: #fff
}

.latest-posts_product-section .title-section.with-decor {
    padding-top: 13px
}

.latest-posts_product-section .title-section.with-decor:after {
    height: 8px;
    background: #fff
}

.latest-posts_product-section .latest-posts_carousel .blog-billet {
    border-radius: 4px;
    background: #fff
}

.latest-posts_product-section .latest-posts_carousel .blog-billet .img-container {
    margin: 0
}

.latest-posts_product-section .latest-posts_carousel .blog-billet .concise-info {
    padding: 15px 10px 10px
}

.latest-posts_product-section .latest-posts_carousel .blog-billet .bottom-part {
    padding: 0
}

.latest-posts_product-section .review-list.for-horizontal.full-width {
    width: calc(100% + 20px);
    margin: -10px
}

.latest-posts_product-section .review-list.for-horizontal.full-width>li {
    width: 50%;
    padding: 10px
}

@media (max-width:1024px) {
    .latest-posts_product-section {
        padding: 30px 0 50px;
        margin-top: -10px;
        margin-bottom: 60px
    }

    .latest-posts_product-section .title-container {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .latest-posts_product-section {
        padding: 30px 0 52px
    }

    .latest-posts_product-section .title-container {
        margin-bottom: 19px
    }

    .latest-posts_product-section .review-list .blog-billet {
        flex-direction: column;
        border-radius: 4px;
        background: #fff
    }

    .latest-posts_product-section .review-list .blog-billet .img-container {
        width: 100%;
        height: 190px;
        margin: 0
    }

    .latest-posts_product-section .review-list .blog-billet .concise-info {
        width: 100%;
        padding: 10px 10px 15px
    }

    .latest-posts_product-section .review-list .blog-billet .title {
        margin-bottom: 5px;
        font-size: 18px;
        line-height: 27px
    }

    .latest-posts_product-section .review-list .blog-billet .comments,
    .latest-posts_product-section .review-list .blog-billet .date {
        font-size: 14px
    }

    .latest-posts_product-section .review-list .blog-billet .category {
        position: absolute;
        margin: 0
    }

    .latest-posts_product-section .review-list .blog-billet .category span {
        padding: 5px 10px;
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width:590px) {
    .latest-posts_product-section .review-list.for-horizontal.full-width {
        width: calc(100% + 15px);
        margin: -7.5px
    }

    .latest-posts_product-section .review-list.for-horizontal.full-width>li {
        width: 100%;
        padding: 7.5px
    }

    .latest-posts_product-section .review-list.for-horizontal.full-width>li:last-child {
        display: none
    }
}

.get-app_142699 .screen-block {
    margin-bottom: 50px
}

@media (max-width:1024px) {
    .get-app_142699 .screen-block {
        margin-bottom: 30px
    }
}

.get-app_142699 .latest-posts_product-section {
    margin-top: -20px
}

@media (max-width:1024px) {
    .get-app_142699 .latest-posts_product-section {
        margin-top: -20px
    }
}

@media (max-width:767px) {
    .get-app_142699 .latest-posts_product-section {
        margin-top: 0
    }
}

@media (max-width:1024px) {
    .get-app_142699 .latest-reviews_section .review-list.for-horizontal.full-width>li:nth-last-child(-n+3) {
        display: none
    }
}

.bottom-info_product {
    display: flex;
    flex-wrap: wrap
}

.bottom-info_product .concise-info {
    width: calc(100% - 250px);
    padding-right: 15px
}

.bottom-info_product .title-section {
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 28px
}

.bottom-info_product .text {
    max-width: 197px;
    margin: 0;
    font-size: 13px;
    line-height: 20px;
    color: #85888e
}

.bottom-info_product .btn-section {
    width: 250px;
    height: 48px
}

.bottom-info_product .btn-section:not(:last-child) {
    margin-bottom: 8px
}

@media (max-width:640px) {
    .bottom-info_product .concise-info {
        width: 100%;
        padding: 0;
        margin-bottom: 17px
    }

    .bottom-info_product .title-section {
        margin-bottom: 0
    }

    .bottom-info_product .product-btns {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }

    .bottom-info_product .btn-section {
        width: 48%
    }

    .bottom-info_product .btn-section:not(:last-child) {
        margin: 0
    }
}

@media (max-width:475px) {
    .bottom-info_product .product-btns {
        flex-direction: column
    }

    .bottom-info_product .btn-section {
        width: 100%
    }

    .bottom-info_product .btn-section:not(:last-child) {
        margin: 8px
    }
}

.comment-block>p {
    display: none
}

.comments-section .laguna-comments-wrapper {
    max-width: none
}

.comments-section .laguna-comments-wrapper .comments-block-container {
    padding: 30px;
    border: 2px solid #e8e8e9;
    border-radius: 4px;
    background: #fff
}

.comments-section .laguna-comments-wrapper .comments-block-container .block-title {
    margin-top: 0;
    margin-bottom: 16px;
    font-family: Poppins, sans-serif;
    font-size: 18px;
    line-height: 32px
}

@media (max-width:767px) {
    .comments-section .laguna-comments-wrapper .comments-block-container .block-title {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .comments-section .laguna-comments-wrapper .comments-block-container {
        padding: 15px
    }

    .comments-section .laguna-comments-wrapper .comments-block-container .add-comment-form .union-block .form-group {
        margin-bottom: 15px
    }

    .comments-section .laguna-comments-wrapper .comments-block-container .custom-textarea {
        height: 156px
    }
}

@media (max-width:475px) {
    .comments-section .laguna-comments-wrapper .comments-block-container .simple-btn {
        width: 100%
    }
}

.comments-section .laguna-comments-wrapper .comment-item .title-part .user-info .avatar {
    border-color: #00aede
}

.comments-section .laguna-comments-wrapper .pagination li .page-item.active,
.comments-section .laguna-comments-wrapper .pagination li .page-item:hover {
    background: #00aede
}

.comments-section .laguna-comments-wrapper .comment-item .bottom-part .reply-link:hover,
.comments-section .laguna-comments-wrapper .helpful-comment-list li .vote:hover {
    color: #00aede
}

.error_section {
    padding-top: 11px
}

.error_section .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.error_section .title-section {
    margin-bottom: 25px;
    text-transform: uppercase
}

.error_section .text {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 69px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #85888e
}

@media (max-width:1024px) {
    .error_section .text {
        margin-bottom: 49px
    }
}

@media (max-width:767px) {
    .error_section .text {
        margin-bottom: 22px
    }
}

.error_section .img-container {
    max-width: 715px;
    max-height: 511px
}

@media (max-width:1024px) {
    .error_section .img-container {
        max-width: 708px;
        max-height: 505px
    }
}

@media (max-width:767px) {
    .error_section {
        padding-top: 20px
    }

    .error_section .title-section {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width:640px) {
    .error_section .img-container {
        max-width: 280px;
        max-height: 199px
    }

    .error_section .text {
        max-width: 265px;
        font-size: 18px
    }
}

.reviews_section {
    padding-top: 11px
}

.reviews_section .top-part {
    margin-bottom: 50px;
    text-align: center
}

@media (max-width:1024px) {
    .reviews_section .top-part {
        margin-bottom: 40px
    }
}

.reviews_section .title-section {
    margin-bottom: 4px
}

.reviews_section .text {
    max-width: 450px;
    margin: 0 auto;
    line-height: 24px
}

.reviews_section .review-list.for-horizontal.full-width {
    width: calc(100% + 24px);
    margin: -20px -12px
}

.reviews_section .review-list.for-horizontal.full-width>li {
    width: 33.33%;
    padding: 20px 12px
}

@media (max-width:1024px) {
    .reviews_section .review-list.for-horizontal.full-width {
        width: calc(100% + 20px);
        margin: -20px -10px
    }

    .reviews_section .review-list.for-horizontal.full-width>li {
        width: 50%;
        padding: 20px 10px
    }
}

@media (max-width:580px) {
    .reviews_section .review-list.for-horizontal.full-width {
        width: 100%;
        margin: -20px 0
    }

    .reviews_section .review-list.for-horizontal.full-width>li {
        width: 100%;
        padding: 20px 0
    }
}

@media (max-width:767px) {
    .reviews_section {
        padding-top: 20px
    }

    .reviews_section .text {
        font-size: 14px
    }
}

.desclaimer_section {
    padding-top: 11px
}

.desclaimer_section .title-section {
    margin-bottom: 29px;
    text-align: center
}

@media (max-width:1024px) {
    .desclaimer_section .title-section {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .desclaimer_section .title-section {
        margin-bottom: 16px
    }
}

.desclaimer_section .desclaimer_list {
    max-width: 626px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 72px
}

@media (max-width:1024px) {
    .desclaimer_section .desclaimer_list {
        margin-bottom: 62px
    }
}

@media (max-width:767px) {
    .desclaimer_section .desclaimer_list {
        margin-bottom: 40px
    }
}

.desclaimer_section .desclaimer_list>li {
    position: relative;
    padding-left: 27px;
    font-size: 16px;
    line-height: 24px;
    color: #4f535d
}

.desclaimer_section .desclaimer_list>li:after {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #00bceb
}

.desclaimer_section .desclaimer_list>li:not(:last-child) {
    margin-bottom: 20px
}

.desclaimer_section .desclaimer_list>li a {
    text-decoration: underline;
    color: #4f535d
}

.desclaimer_section .desclaimer_list>li a:hover {
    color: #1492ee
}

.desclaimer_section .contact-form_container {
    max-width: 680px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
    background: #fff
}

.desclaimer_section .contact-form_container .title {
    max-width: 518px;
    margin: 0 auto 19px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #0b111f
}

@media (max-width:1024px) {
    .desclaimer_section .contact-form_container .title {
        margin-bottom: 24px
    }
}

@media (max-width:1024px) {
    .desclaimer_section .desclaimer_list {
        max-width: 100%
    }

    .desclaimer_section .contact-form_container {
        max-width: 100%;
        border: 2px solid #e8e8e9
    }
}

@media (max-width:767px) {
    .desclaimer_section {
        padding-top: 20px
    }

    .desclaimer_section .title-section {
        font-size: 20px;
        line-height: 28px
    }

    .desclaimer_section .contact-form_container {
        padding: 15px
    }

    .desclaimer_section .contact-form_container .title {
        text-align: left;
        font-size: 18px;
        line-height: 32px
    }
}

.privacy-policy_section {
    padding-top: 11px
}

.privacy-policy_section .title-section {
    margin-bottom: 29px;
    text-align: center
}

@media (max-width:767px) {
    .privacy-policy_section .title-section {
        margin-bottom: 25px
    }
}

.privacy-policy_section .text {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    color: rgba(11, 17, 31, .5)
}

.privacy-policy_section .text+.text {
    margin-top: 12px
}

.privacy-policy_section .top-part {
    margin-bottom: 32px
}

@media (max-width:767px) {
    .privacy-policy_section {
        padding-top: 20px
    }

    .privacy-policy_section .title-section {
        font-size: 20px;
        line-height: 28px
    }
}

.search-result_section {
    padding-top: 11px
}

.search-result_section .title-section {
    margin-bottom: 54px;
    text-align: center
}

@media (max-width:1024px) {
    .search-result_section .title-section {
        margin-bottom: 44px
    }
}

@media (max-width:767px) {
    .search-result_section .title-section {
        margin-bottom: 41px
    }
}

.search-result_section .search-result_list {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 24px);
    margin: -20px -12px
}

.search-result_section .search-result_list>li {
    width: 33.33%;
    padding: 20px 12px
}

@media (max-width:1024px) {
    .search-result_section .search-result_list {
        width: calc(100% + 20px);
        margin: -20px -10px
    }

    .search-result_section .search-result_list>li {
        width: 50%;
        padding: 20px 10px
    }
}

@media (max-width:580px) {
    .search-result_section .search-result_list {
        width: 100%;
        margin: -20px 0
    }

    .search-result_section .search-result_list>li {
        width: 100%;
        padding: 20px 0
    }
}

@media (max-width:767px) {
    .search-result_section {
        padding-top: 20px
    }

    .search-result_section .title-section {
        font-size: 20px;
        line-height: 28px
    }
}

.sitemap_page {
    padding-top: 10px
}

@media (max-width:767px) {
    .sitemap_page {
        padding-top: 20px
    }
}

.sitemap_page .title-section {
    margin-bottom: 30px;
    text-align: center
}

.sitemap_page .sitemap_content {
    width: 100%;
    padding: 20px 0 0
}

@media only screen and (max-width:640px) {
    .sitemap_page .sitemap_content {
        padding-top: 10px
    }
}

.sitemap_page .tabs_container .tabs-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% + 16px);
    margin: -8px;
    padding: 0;
    list-style: none
}

.sitemap_page .tabs_container .tabs-nav>li {
    width: 25%;
    padding: 8px
}

.sitemap_page .tabs_container .tabs-nav button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 100%;
    padding: 0 10px;
    border: 2px solid #00bceb;
    border-radius: 6px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #00bceb;
    background: #fff;
    cursor: pointer;
    transition: all .4s cubic-bezier(.2, .57, .36, .8)
}

.sitemap_page .tabs_container .tabs-nav button:hover {
    color: #fff;
    background: #00bceb
}

.sitemap_page .tabs_container .tabs-nav button.active,
.sitemap_page .tabs_container .tabs-nav button:focus {
    color: #fff;
    background: #00bceb;
    outline: none
}

.sitemap_page .tabs_container .tabs-nav button.active {
    cursor: default
}

.sitemap_page .tabs_container .tabs_content-container {
    margin: 30px 0 0;
    padding: 0;
    list-style: none
}

.sitemap_page .tabs_container .tabs_content-container>li:not(.active) {
    display: none
}

.sitemap_page .tabs_container .tabs_content-container .title {
    margin: 0 0 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    color: #181a1b
}

.sitemap_page .tabs_container .tabs_content-container .text-list {
    margin: 0;
    padding: 0;
    list-style: none;
    column-gap: 62px
}

.sitemap_page .tabs_container .tabs_content-container .text-list.four-columns {
    column-count: 4
}

.sitemap_page .tabs_container .tabs_content-container .text-list.three-columns {
    column-count: 3
}

.sitemap_page .tabs_container .tabs_content-container .text-list.two-columns {
    column-count: 2
}

.sitemap_page .tabs_container .tabs_content-container .text-list>li {
    margin-bottom: 12px
}

.sitemap_page .tabs_container .tabs_content-container .text-list>li a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(11, 17, 31, .5);
    transition: all .3s cubic-bezier(.2, .57, .36, .8);
    overflow-wrap: break-word
}

.sitemap_page .tabs_container .tabs_content-container .text-list>li a:focus,
.sitemap_page .tabs_container .tabs_content-container .text-list>li a:hover {
    color: #00bceb
}

.sitemap_page .tabs_container .tabs_content-container .pagination-container {
    display: flex;
    margin-top: 42px
}

.sitemap_page .tabs_container .tabs_content-container .pagination-container.center {
    justify-content: center
}

@media only screen and (max-width:991px) {
    .sitemap_page .tabs_container .tabs_content-container .text-list.four-columns {
        column-count: 3
    }
}

@media only screen and (max-width:880px) {
    .sitemap_page .tabs_container .tabs-nav {
        width: calc(100% + 16px);
        margin: -8px
    }

    .sitemap_page .tabs_container .tabs-nav>li {
        width: 50%;
        padding: 8px
    }
}

@media only screen and (max-width:640px) {

    .sitemap_page .tabs_container .tabs_content-container .text-list.four-columns,
    .sitemap_page .tabs_container .tabs_content-container .text-list.three-columns {
        column-count: 2
    }

    .sitemap_page .tabs_container .tabs_content-container .pagination-container {
        margin-top: 20px
    }
}

@media only screen and (max-width:413.9px) {
    .sitemap_page .tabs_container .tabs-nav>li {
        width: 100%
    }

    .sitemap_page .tabs_container .tabs_content-container .text-list.four-columns,
    .sitemap_page .tabs_container .tabs_content-container .text-list.three-columns,
    .sitemap_page .tabs_container .tabs_content-container .text-list.two-columns {
        column-count: 1
    }

    .sitemap_page .tabs_container .tabs_content-container .text-list.four-columns>li:last-child,
    .sitemap_page .tabs_container .tabs_content-container .text-list.three-columns>li:last-child,
    .sitemap_page .tabs_container .tabs_content-container .text-list.two-columns>li:last-child {
        margin: 0
    }
}

.no-results_section {
    padding-top: 12px;
    text-align: center
}

.no-results_section .title-section {
    margin-bottom: 23px
}

@media (max-width:767px) {
    .no-results_section .title-section {
        margin-bottom: 20px
    }
}

.no-results_section .text {
    margin: 0 0 50px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #85888e
}

.no-results_section .no-results_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: calc(100% + 20px);
    margin: -10px
}

.no-results_section .no-results_list>li {
    padding: 10px
}

@media (max-width:1024px) {
    .no-results_section .text {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px
    }
}

@media (max-width:767px) {
    .no-results_section {
        padding-top: 20px
    }

    .no-results_section .title-section {
        font-size: 20px;
        line-height: 28px
    }

    .no-results_section .text {
        font-size: 18px
    }
}

@media (max-width:480px) {
    .no-results_section .no-results_list>li {
        width: 100%
    }
}

.contact-us_section {
    padding-top: 12px
}

.contact-us_section .title-section {
    margin-bottom: 23px;
    text-align: center
}

@media (max-width:767px) {
    .contact-us_section .title-section {
        margin-bottom: 20px
    }
}

.contact-us_section .text {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #85888e
}

@media (max-width:767px) {
    .contact-us_section .text {
        margin-bottom: 30px
    }
}

.contact-us_section .contact-form_container {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 4px 20px 0 rgba(43, 64, 115, .12);
    background: #fff
}

@media (max-width:1024px) {
    .contact-us_section .text {
        margin-left: auto;
        margin-right: auto;
        max-width: 300px
    }

    .contact-us_section .contact-form_container {
        max-width: 100%
    }
}

@media (max-width:767px) {
    .contact-us_section {
        padding-top: 20px
    }

    .contact-us_section .title-section {
        font-size: 20px;
        line-height: 28px
    }

    .contact-us_section .text {
        max-width: 265px;
        font-size: 18px
    }

    .contact-us_section .contact-form_container {
        padding: 15px
    }
}

* {
    box-sizing: border-box
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #737885;
    -webkit-font-smoothing: antialiased
}

body.disabled {
    overflow: hidden
}

a {
    color: #00bceb;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

a,
a:focus,
a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    outline: none;
    color: #1492ee
}

button {
    font-family: Poppins, sans-serif;
    transition: all .3s cubic-bezier(.2, .57, .36, .8)
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

input[type=search]::-webkit-search-cancel-button {
    display: none
}

input[type=search]::-moz-search-cancel {
    display: none
}

input[type=search]::-ms-clear {
    display: none
}

input,
textarea {
    font-family: Poppins, sans-serif
}

textarea {
    resize: none
}

.svg-icons {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    fill: currentColor
}

img.lazy {
    opacity: 0;
    transition: opacity .2s
}

img.lazy.error,
img.lazy.loaded {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.product-links {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    margin-left: -20px;
    padding: 0 10px
}

.product-links>li {
    max-width: 10%;
    padding-left: 20px;
    list-style-type: none
}

.product-links a:hover img {
    transition: .5s;
    margin-top: -10px
}

.product-links img {
    max-width: 100%;
    border-radius: 3px
}

@media (min-width:1131px) {
    .header_142699 .dropdown-list {
        top: calc(100% + 3px);
        max-height: 62px;
        padding: 5px
    }

    .header_142699 .dropdown-list>li:not(:last-child) {
        margin-bottom: 5px
    }

    .header_142699 .dropdown-list>li>a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        line-height: 1em
    }
}

.get-access_block {
    display: flex;
    justify-content: center;
    margin-bottom: 30px
}

.all-apps_section.exclusive_page .blog-list_grid {
    grid-template-rows: auto
}

.all-apps_section.exclusive_page .blog-list_grid .advertise-container {
    grid-area: 3/1/4/4;
    margin: 0
}

@media (max-width:840px) {
    .all-apps_section.exclusive_page .blog-list_grid .advertise-container {
        grid-area: 2/1/3/3
    }

    .all-apps_section.exclusive_page .blog-list_grid>li:first-child {
        grid-area: 1/1/2/3
    }
}

@media (max-width:590px) {
    .all-apps_section.exclusive_page .blog-list_grid .advertise-container {
        grid-area: 2/1/3/2
    }

    .all-apps_section.exclusive_page .blog-list_grid>li:first-child {
        grid-area: 1/1/2/2
    }
}

.tags_block {
    padding-bottom: 22px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(43, 64, 115, .12)
}

@media (max-width:767px) {
    .tags_block {
        padding-bottom: 16px;
        margin-bottom: 32px
    }
}

.popular-now_block {
    margin-bottom: 60px
}

.top-info_product.with-btn .btn-section:hover,
.btn-section:hover {

    border: 1px solid var(--primary-color);
}

.product-info {
    border: 1px solid #e6e9ee;
    padding: 15px;
}

.list-action {
    display: flex;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-action li {
    padding: 10px 20px;
    /* background-color: #f8f7ff; */
    /* color: #4f607a; */
    color: #c2ecf7;
    border-radius: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    text-align: center;
    cursor: pointer;
    margin-right: 6px;
    border: 1px solid #e6e9ee !important;
    font-weight: 600;
}

/* .list-action li.active{
        background-color: #00bceb;
    } */
.list-action li.active a {
    color: #fff;
}

/* .list-action li.active, .list-action li:hover{
        border-top: 4px solid #00bceb!important;
    } */
.list-action li a {
    color: #4f607a;
    text-decoration: none;
}

.list-action li:hover {
    /* background-color: #00bceb;  */
}

.list-action li:hover a {
    color: #fff !important;
}

.read-more-btn {
    display: block;
    margin: 10px auto 0;
    padding: 8px 16px;
    /* background-color: #00bce3; */
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.read-more-btn:hover {
    /* color: #00bceb; */
    background: #fff;
    /* border: 1px solid #00bceb; */
}

.sec-rating {
    margin-top: 20px;
}

.top-info_product.with-btn .btn-section {
    animation: i 1.5s infinite;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .14), 0 2px 4px 0 rgba(0, 0, 0, .1);
    text-transform: uppercase;
    font-weight: 700;
}

@keyframes i {
    0% {
        transform: scale(.9);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

@media screen and (max-width: 767px) {
    .list-action {
        gap: 0px;
    }

    .list-action li {
        padding: 5px 10px;
        margin-right: 0px;
    }

    .list-action li a {
        font-size: 14px;
    }
}

img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none
}

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex> :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid> :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

.top-info_product.with-btn .btn-section:hover,
.btn-section:hover {

    border: 1px solid var(--primary-color);
}

.ratings {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px
}

.ratings__current {
    font-weight: 700;
    height: 48px;
    font-size: 48px;
    line-height: 48px
}

.ratings__max.divider {
    position: relative;
    bottom: 2px
}

.ratings__overview {
    min-width: 195px;
    width: 60%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.ratings__overview-item+.ratings__overview-item {
    margin-top: 5px
}

.ratings__overview-item-start-wrap {
    width: 45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.ratings__overview-item-star {
    width: 9px;
    height: 9px;
    color: var(--gray-60)
}

.ratings__overview-item-progress {
    margin-left: 5px;
    width: calc(100% - 50px);
    height: 4px;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, .5)
}

.ratings__overview-item-progress-val {
    height: 100%;
    border-radius: 10px;
    background-color: #5c5c5c
}

.ratings__overview-item {
    display: flex;
    align-items: center;
}


.aegon-card {
    align-items: center;
    align-self: stretch;
    background: linear-gradient(96deg, rgba(240, 245, 252, .2) 45.42%, rgba(177, 196, 252, .2) 101.23%), radial-gradient(54.22% 268.75% at 50% 199.75%, #daaee3 0, #f3f8fb 74.5%);
    border-radius: 16px;
    display: flex;
    gap: 20px;
    margin-top: 24px;
    justify-content: center
}

@media screen and (min-width:720px) {
    .aegon-card {
        gap: 24px;
        padding: 24px
    }
}

@media screen and (max-width:719px) {
    .aegon-card {
        flex-direction: column;
        padding: 16px
    }
}

.aegon-card img {
    background-color: #fff;
    border-radius: 15%;
    height: 70px;
    width: 70px
}

@media screen and (min-width:720px) {
    .aegon-card img {
        height: 80px;
        width: 80px
    }
}

.aegon-card .info {
    align-items: flex-start;
    display: flex;
    flex: 1 0 0;
    flex-direction: column;
    gap: 8px
}

@media screen and (max-width:719px) {
    .aegon-card .info {
        align-items: center;
        text-align: center
    }
}

.aegon-card .info .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

@media screen and (min-width:720px) {
    .aegon-card .info .title {
        color: #000000;
        font-size: 20px;
        font-weight: 700;
        line-height: 28px
    }
}

@media screen and (max-width:719px) {
    .aegon-card .info .title {
        color: #000000;
        font-size: 18px;
        font-weight: 700;
        line-height: 26px
    }
}

.aegon-card .info .des {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(0, 0, 0, .4);
    display: -webkit-box;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis
}

.aegon-card a {
    align-items: center;
    background-color: #ea2067;
    border-radius: 48px;
    color: #fff;
    display: flex;
    font-weight: var(--text-bold);
    gap: 12px;
    justify-content: center;
    line-height: 22px;
    min-height: 40px
}

@media screen and (max-width:719px) {
    .aegon-card a {
        width: 100%
    }
}

@media screen and (min-width:720px) {
    .aegon-card a {
        width: 204px
    }
}

.aegon-card a svg {
    fill: #fff;
    height: 16px;
    width: 16px
}

.aegon-card a:hover {
    background-color: #14b337;
}

@media screen and (max-width: 992px) {
    .btn-section.get-btn-139871 {
        display: none;
    }
}