@import url("https://fonts.googleapis.com/css?family=Roboto");
@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Semibold.eot');
    src: url('../fonts/lato/Lato-Semibold.woff2') format('woff2'), url('../fonts/lato/Lato-Semibold.woff') format('woff'), url('../fonts/lato/Lato-Semibold.ttf') format('truetype'), url('../fonts/lato/Lato-Semibold.svg#Lato-Semibold') format('svg'), url('../fonts/lato/Lato-Semibold.eot?#iefix') format('embedded-opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Bold.eot');
    src: url('../fonts/lato/Lato-Bold.woff2') format('woff2'), url('../fonts/lato/Lato-Bold.woff') format('woff'), url('../fonts/lato/Lato-Bold.ttf') format('truetype'), url('../fonts/lato/Lato-Bold.svg#Lato-Bold') format('svg'), url('../fonts/lato/Lato-Bold.eot?#iefix') format('embedded-opentype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Light.eot');
    src: url('../fonts/lato/Lato-Light.woff2') format('woff2'), url('../fonts/lato/Lato-Light.woff') format('woff'), url('../fonts/lato/Lato-Light.ttf') format('truetype'), url('../fonts/lato/Lato-Light.svg#Lato-Light') format('svg'), url('../fonts/lato/Lato-Light.eot?#iefix') format('embedded-opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Thin';
    src: url('../fonts/lato/Lato-Thin.eot');
    src: url('../fonts/lato/Lato-Thin.woff2') format('woff2'), url('../fonts/lato/Lato-Thin.woff') format('woff'), url('/fonts/lato/Lato-Thin.ttf') format('truetype'), url('../fonts/lato/Lato-Thin.svg#Lato-Thin') format('svg'), url('../fonts/lato/Lato-Thin.eot?#iefix') format('embedded-opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Medium.eot');
    src: url('../fonts/lato/Lato-Medium.woff2') format('woff2'), url('../fonts/lato/Lato-Medium.woff') format('woff'), url('../fonts/lato/Lato-Medium.ttf') format('truetype'), url('../fonts/lato/Lato-Medium.svg#Lato-Medium') format('svg'), url('../fonts/lato/Lato-Medium.eot?#iefix') format('embedded-opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato/Lato-Regular.eot');
    src: url('../fonts/lato/Lato-Regular.woff2') format('woff2'), url('../fonts/lato/Lato-Regular.woff') format('woff'), url('../fonts/lato/Lato-Regular.ttf') format('truetype'), url('../fonts/lato/Lato-Regular.svg#Lato-Regular') format('svg'), url('../fonts/lato/Lato-Regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}

p {
    font-family: 'Roboto';
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    margin-bottom: 25px;
}

p.h3 {
    font-family: 'Roboto';
    color: #000000;
    margin-bottom: 20px;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

p.grey {
    font-size: 16px;
    color: #7e7b7b;
}

.np {
    padding: 0px!important;
}

.npl {
    padding-left: 0px!important
}

.npr {
    padding-right: 0px!important;
}

header .right-row,
header .left-row,
.wrapper-link-samsung,
header .right-content-wrapper,
.user-wrapper,
header .flex-center {
    min-height: 105px;
}

.center {
    text-align: center;
}

.wrapper-link-samsung {
    display: flex;
    justify-content: center;
    align-items: center;
}

.inline-block {
    display: inline-block;
    vertical-align: middle;
}

.user-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 80px;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger {
    width: 30px;
    margin-right: 35px;
    height: 20px;
}

header .burger.active span {
    opacity: 0;
}

.user-wrapper .logo {
    margin-right: 8px;
}

.user-wrapper .logo {
    margin-right: 8px;
}

a.burger {
    width: 33px;
    height: 18px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
}

a.burger>span:nth-child(2) {
    top: 9px;
}

a.burger>span:nth-child(3) {
    top: 17px;
}

a.burger {
    position: relative;
}

a.burger>span {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 2px;
    width: 100%;
    display: block;
    background: #000;
}

.burger span:last-child {
    margin-bottom: 0px;
}

.burger>span {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.burger.active>span:nth-child(1) {
    transform: rotateZ(45deg);
    top: 5px;
    height: 2px;
}

.burger.active>span:nth-child(2) {
    opacity: 0;
    transform: rotateZ(45deg);
    top: 5px;
    height: 2px;
}

.burger.active>span:nth-child(3) {
    transform: rotateZ(-45deg);
    top: 5px;
    height: 2px;
}

nav.nav-menu {
    position: fixed;
    right: -40px;
    top: 0px;
    width: 70%;
    text-align: right;
    height: 100%;
    padding-right: 105px;
    z-index: 999999!important;
    padding-top: 150px;
    background: -webkit-linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(180deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(-90deg, #fff 0%, rgba(0, 0, 0, 0) 100%);
    -webkit-transition: right .25s ease-in-out;
    -moz-transition: right .25s ease-in-out;
    -o-transition: right .25s ease-in-out;
    transition: right .25s ease-in-out;
    z-index: 11111;
}

nav.nav-menu ul li {
    list-style-type: none;
}

nav.nav-menu ul li a {
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 700;
    line-height: 75px;
    color: #000;
    text-align: right;
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    -o-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    text-transform: uppercase;
}

nav.nav-menu ul li a:hover {
    color: #000;
    text-decoration: underline;
}

.link-ig>img {
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.link-ig:hover>img {
    -moz-transform: rotateY(360deg);
    /* Для Firefox */
    -ms-transform: rotateY(360deg);
    /* Для IE */
    -webkit-transform: rotateY(360deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotateY(360deg);
    /* Для Opera */
    transform: rotateY(360deg);
}

nav.nav-menu ul {
    padding: 0px;
}

nav.nav-menu.off {
    right: -100%;
}

.articles-listing .article-row:hover {
    text-decoration: none;
}

.articles-listing .article-row .image img {
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.articles-listing .article-row .image {
    overflow: hidden;
}

.article-row .readmore:after {
    content: ">";
    margin-left: 10px;
}

.articles-listing .article-row:hover .image img {
    -moz-transform: scale(1.1);
    /* Для Firefox */
    -ms-transform: scale(1.1);
    /* Для IE */
    -webkit-transform: scale(1.1);
    /* Для Safari, Chrome, iOS */
    -o-transform: scale(1.1);
    /* Для Opera */
    transform: scale(1.1);
}

.one-slide-video-wrapper iframe {
    max-width: 1600px;
    border-radius: 15px;
}

.video {
    overflow: hidden;
    text-align: center;
    position: relative;
}

.video-description {
    display: inline-block;
    vertical-align: top;
    border-radius: 15px;
    background: rgba(28, 69, 127, 0.58);
    z-index: 1111;
    position: relative;
    -webkit-box-shadow: 0px 28px 41px -13px rgba(82, 140, 226, 0.75);
    -moz-box-shadow: 0px 28px 41px -13px rgba(82, 140, 226, 0.75);
    box-shadow: 0px 28px 41px -13px rgba(82, 140, 226, 0.75);
}

.video-description .flex-center {
    height: 100%;
    flex-direction: column;
    color: #fff;
}

.video-description .flex-center h1,
.video-description .flex-center h2 {
    font-family: 'SamsungOne';
    font-weight: 600;
    text-transform: uppercase;
}

.video-description .flex-center h1 {
    color: #ffffff;
    font-size: 48px;
    text-align: center;
}

.video-description .flex-center h2 {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.more-description-ico {
    width: 45px;
    height: 45px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    margin-left: 15px;
    background-image: url(../images/arrow_down.png?v=13);
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(-90deg);
}

.more-description {
    font-family: 'Roboto';
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    margin-top: 65px;
    transform: rotate(90deg);
}

.more-description:hover {
    color: #fff;
    text-decoration: none;
}

.two-block {
    margin-top: 55px;
}

.three-block,
.four-block {
    margin-top: 85px;
}

.three-block .h3,
.three-block p,
.four-block .h3,
.four-block p {
    text-align: center;
}


/*
@media (min-width: 1200px) {
    .container.out {
        width: 100%;
        max-width: 1300px;
    }
}

@media (min-width: 1300px) {
    .container.out.one-block {
        width: 100%;
        max-width: 1400px;
    }
}
/*
@media (min-width: 1400px) {
    .container.full,
    .container.out.one-block {
        width: 100%;
        max-width: 1500px;
    }
}*/

.mobile-row {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.mobile-listing {
    display: flex;
    margin-top: 50px;
}

.mobile-listing .name {
    font-family: 'Roboto';
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 25px;
    text-align: center;
}

.mobile-listing .descr {
    font-family: 'Roboto';
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.5;
    text-align: center;
}

.mobile-listing .descr:hover {
    opacity: 1;
    color: #1d5199;
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
    text-align: center;
}

.cart-lising {
    margin-top: 30px;
    margin-bottom: 50px;
}

.cart-content .cart-row {
    min-height: 55px;
    text-align: left;
    padding-top: 10px;
}

.cart-content {
    padding-top: 30px!important;
}

.cart-lising .right,
.cart-lising .left {
    opacity: 0.5;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.cart-lising .right:hover,
.cart-lising .left:hover {
    opacity: 1;
}

p.grey.intalic {
    color: #4a4747;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    font-style: italic;
}

.other-info-pay {
    max-width: 790px;
    display: inline-block;
    border: 1px #dcdcdc solid;
    padding-top: 35px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    padding-bottom: 5px;
    position: relative;
}

.other-info-pay:after {
    content: "";
    width: 37px;
    height: 37px;
    display: block;
    position: absolute;
    background: url(../images/info.png?v=13);
    top: -20px;
    left: 50%;
    background-color: #fff;
    margin-left: -17px;
    border-radius: 100%;
}

.five-block {
    margin-top: 65px;
    min-height: 500px!important;
}

.row-how-use .image,
.row-how-use .descr {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
}

.row-how-use .descr {
    width: calc(100% - 100px)
}

.row-how-use {
    margin-bottom: 35px;
}

.row-how-use .image {
    border-radius: 100%;
    border-width: 1px;
    border-color: #1577e4;
    border-style: solid;
    background-color: #ffffff;
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin-right: 10px;
}

.lising-how-use {
    margin-top: 30px;
}

.wrapper-listing-mst .h3,
.wrapper-listing-mst p {
    text-align: left;
    padding-left: 7%;
}

.wrapper-listing-mst .descr {
    padding-top: 20px;
}

.row-listing-mst {
    margin-bottom: 60px;
}

.seven-block {
    padding-top: 130px;
    background: url(../images/MST_bg.png?v=13);
    background-position: center top;
    background-repeat: no-repeat;
}

.eighth-block {
    margin-top: 80px;
}

.protect-background {
    min-height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../images/security.png?v=13);
    background-position: center;
    background-repeat: no-repeat;
}

.nine-block {
    margin-top: 80px;
}

.nine-block .h3 {
    margin-bottom: 55px;
}

p.articles-title,
.uppercase-title {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
}

.uppercase-title {
    text-align: center;
    text-transform: uppercase;
}

.articles-title span {
    color: #000000;
    font-size: 54px;
    line-height: 51px;
    display: block;
    text-align: left;
    font-family: 'samsungOne';
    font-weight: 600;
}

.ten-block {
    margin-top: 80px;
}

.up-like {
    text-align: center;
}

.up-like span.line {
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    background-color: #1d5199;
    width: 70px;
    height: 1px;
    display: inline-block;
    margin-left: 20px;
}

.article-row .image img {
    width: 100%;
}

.article-row .link-article {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: left;
    font-family: 'Roboto';
    display: inline-block;
    padding-left: 15px;
    margin-top: 15px;
    width: calc(100% - 90px);
    vertical-align: top;
}

a.href-to-samsung {
    background-color: rgb(21, 119, 228);
    box-shadow: 0px 17px 71.1px 7.9px rgba(13, 82, 158, 0.19);
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    margin-top: 50px;
    display: inline-block;
    font-size: 16px;
    font-family: Roboto;
    border-radius: 39px;
}

a.href-to-samsung:hover {
    background: #469eff;
    text-decoration: none;
}

.article-row .readmore {
    margin-top: 15px;
    display: inline-block;
    margin-left: 15px;
    color: #004998;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-align: left;
    font-family: 'Roboto';
}

.comment-count {
    color: #000;
    font-size: 16px;
    opacity: 0.5;
    font-weight: 400;
    line-height: 22px;
    font-family: 'Roboto';
    padding-top: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 80px;
}

.comment-count:after {
    content: '';
    background: url(../images/messages.png?v=13);
}

.comment-count:after {
    content: '';
    background: url(../images/messages.png?v=13);
    position: absolute;
    left: 0px;
    height: 25px;
    width: 26px;
    display: block;
    top: 20px;
    background-repeat: no-repeat;
}

.articles-listing .article-row:nth-child(3n-1) {
    margin-top: 20px;
    margin-bottom: -20px;
}

.articles-listing .article-row:not(.active) {}

.articles-listing .article-row:not(.active) .image {
    background: #e8e8e8;
    background-image: url(../images/noimage.png?v=13);
    background-position: center;
    background-repeat: no-repeat;
}

.articles-listing .article-row:not(.active) .image img {
    opacity: 0;
}

.articles-listing .article-row:not(.active) .comment-count {
    display: none;
}

.articles-listing .article-row:not(.active) .readmore {
    display: none;
}

.articles-listing .article-row:not(.active) .link-article {
    color: transparent;
    background: url(../images/notext.png?v=13);
    background-position: 15px top;
    background-repeat: no-repeat;
    height: 65px;
}

.articles-listing .article-row:not(.active) {
    cursor: default!important;
}

.articles-listing .article-row {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -2px;
    margin-left: -2px;
}

.articles-listing {
    margin-top: 30px;
}

.eleven-block {
    margin-top: 60px;
    margin-bottom: 80px;
}

.eleven-block {
    background: url(../images/share_text.png?v=13);
    background-position: center 55px;
    background-repeat: no-repeat;
}

.share-wrapper {
    text-align: center;
}

.preshare-ico {
    border-radius: 50%;
    background-color: #1577e4;
    box-shadow: 0px 17px 71.1px 7.9px rgba(13, 82, 158, 0.08);
    width: 148px;
    background-image: url(../images/share.png?v=13);
    height: 148px;
    margin-right: 15px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}

.share-wrapper .preshare,
.share-wrapper .shres {
    display: inline-block;
    vertical-align: middle;
}

.ya-share2__link * {
    opacity: 0;
}


/* 
.ya-share2__list .ya-share2__item .ya-share2__link {
    width: 45px;
    height: 45px;
    margin-left: 25px;
    background: url(../images/social_icons.png?v=13);
    background-repeat: no-repeat;
    background-position: 4px -1px;
    opacity: 0.5;
}

.ya-share2__list .ya-share2__item_service_facebook .ya-share2__link {
    background-position: -93px 1px!important;
}

.ya-share2__list .ya-share2__item_service_odnoklassniki .ya-share2__link {
    background-position: -298px -1px!important;
}

.ya-share2__list .ya-share2__item_service_gplus .ya-share2__link {
    background-position: -400px -1px!important;
}

.ya-share2__list .ya-share2__item_service_twitter .ya-share2__link {
    background-position: -196px -2px!important;
}

.ya-share2__list .ya-share2__item .ya-share2__link:hover {
    opacity: 1;
} */

.head-article-rows {
    margin-bottom: 15px;
}


/* 
.footer-line {
    background: #0e0e0d;
    min-height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
} */

.info-footer .info.white {
    background: url(../images/info.png?v=13);
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    display: inline-block;
}

.info-footer,
.menu-footer-wrapper {
    display: inline-block;
    vertical-align: top;
}

ul.menu-footer>li {
    list-style-type: none;
    display: inline-block;
    margin-right: 42px;
}

.menu-footer>li a {
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
    font-size: 13.77px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-decoration: none;
}

.copyright,
.footer-text {
    padding-left: 40px;
    font-family: 'Roboto', sans-serif;
    color: #686868;
    font-size: 13.77px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
}

footer .right {
    text-align: right;
}

footer .right .footer-text {
    text-align: right;
    display: inline-block;
    padding-left: 0px;
    margin-bottom: 30px;
    vertical-align: middle;
    margin-right: 20px;
}

ul.link-download-market {
    padding-left: 0px;
    display: inline-block;
}

ul.link-download-market li {
    list-style-type: none;
    display: inline-block;
}

ul.link-download-market li a {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/link-download.png?v=13);
    background-repeat: no-repeat;
}

ul.link-download-market li .android {
    background-position: -68px 0px;
}

ul.link-download-market li .windows {
    background-position: -137px 0px;
}

.footer-line .left,
.footer-line .right {
    padding: 40px 0px;
}

img.circle-image {
    max-width: 100%;
    border-radius: 5px;
}

.wrapper-listing-mst .descr .npl {
    padding-right: 25px;
}

.mobile-listing .mobile-row:nth-child(2n) {
    margin-top: 70px;
}

.cart-lising .headcart {
    display: inline-block;
    position: relative;
}

.cart-lising .count {
    position: absolute;
    top: -15px;
    right: -13px;
    border-radius: 50%;
    background-color: #fffefe;
    box-shadow: 0px 13px 16.2px 1.8px rgba(46, 50, 208, 0.15);
    width: 37px;
    height: 37px;
    font-family: 'Roboto';
    color: #213cdd;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
}

.cart-lising .afterCount {
    position: absolute;
    top: -5px;
    right: -60px;
    font-family: Roboto;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.5;
    text-align: center;
}

.wrapper-voiting .h1 {
    font-family: Roboto;
    color: rgb(101, 100, 100);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}

.wrapper-voiting .h2 {
    font-family: Roboto;
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-shadow: 8px 26px 45.9px rgba(20, 40, 160, 0.09);
    text-transform: uppercase;
    margin-bottom: 80px;
}

.voiting-row {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-bottom: 35px;
    position: relative;
    margin-right: 1%;
}

.voiting-row .img,
.voiting-row .city-stat {
    display: inline-block;
    vertical-align: middle;
}

p.city {
    font-family: Roboto;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0px;
    text-align: left;
}

.voiting-row .city-stat {
    margin-left: 10px;
    width: calc(100% - 90px);
}

.voiting-row .img img {
    border-radius: 100%;
    border-radius: 50%;
    background-color: #aaaaaa;
    box-shadow: 0px 8px 16.2px 1.8px rgba(46, 50, 208, 0.15);
    width: 68px;
    height: 68px;
}

.circle-voiting input[type="checkbox"] {
    display: none;
}

.circle-voiting label {
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0px 5px 14.4px 1.6px rgba(29, 81, 153, 0.13);
    width: 28px;
    height: 28px;
    position: absolute;
    cursor: pointer;
    left: -15px;
    top: 17px;
}

.circle-voiting input[type="checkbox"]+label:after {
    content: "";
    display: block;
    top: 9px;
    position: absolute;
    left: 9px;
    border-radius: 50%;
    border-width: 1px;
    border-color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-style: solid;
    opacity: 0.2;
    width: 8px;
    height: 8px;
}

.scrollax {
    -webkit-transition: 1.5s cubic-bezier(.18, 1, .21, 1);
    -moz-transition: 1.5s cubic-bezier(.18, 1, .21, 1);
    transition: 1.5s cubic-bezier(.18, 1, .21, 1);
}

.circle-voiting input[type="checkbox"]:checked+label:after {
    border-radius: 50%;
    background-color: #1428a0;
    width: 10px;
    height: 10px;
    content: "";
    display: block;
    top: 9px;
    position: absolute;
    left: 9px;
    opacity: 1;
}

.voiting-line-wrapper {
    margin: 0px;
    background-color: #dcdcdc;
    width: 115px;
    height: 8px;
    max-width: 100%;
}

.voiting-count {
    font-family: Roboto;
    color: #1577e4;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0px;
}

.voiting-line {
    background-color: #1577e4;
    width: 57px;
    height: 8px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.molding span {
    background-color: #1428a0;
    width: 8px;
    height: 64px;
    display: inline-block;
    border-radius: 5px;
}

.molding {
    display: inline-block;
}

.mobile-listing .name .grey {
    color: #676767;
}

.row-how-use:nth-child(1) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s;
}

.row-how-use:nth-child(2) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
}

.row-how-use:nth-child(3) {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}

.row-how-use:nth-child(4) {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
}

.row-how-use:nth-child(5) {
    -webkit-animation-delay: .8s;
    -moz-animation-delay: .8s;
    -o-animation-delay: .8s;
    animation-delay: .8s;
}

.row-how-use:nth-child(6) {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

.up-like img {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
}

body {
    overflow-x: hidden;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: subpixel-antialiased;
}

a.burger.two {
    display: none;
    right: 65px!important;
    top: 45px;
    position: absolute;
    right: 0px;
    z-index: 999999;
}

a.burger.active.two {
    display: block;
}

a.burger.active:not(.two) span {
    background: #fff;
}

.article-row .date {
    font-family: 'Roboto';
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    padding: 10px 0px 0px 15px;
    opacity: 0.5;
}

.article-row.active .date {
    display: none;
}

.varibles-vertical li {
    list-style-type: none;
    margin-top: 30px;
    opacity: 0.1;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.window-listing li {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.window-listing .out {
    transform: scale(0)!important;
}

.varibles-vertical li.active {
    opacity: 1;
}

.wrapper-magic-phone {
    background: url(../images/steps/01.png?v=13);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background 0.35s ease-in-out;
    -moz-transition: background 0.35s ease-in-out;
    -o-transition: background 0.35s ease-in-out;
    transition: background 0.35s ease-in-out;
}

.wrapper-magic-phone[data-slide="1"] {
    background-image: url(../images/steps/01.png?v=13);
}

.wrapper-magic-phone[data-slide="2"] {
    background-image: url(../images/steps/02.png?v=13);
}

.wrapper-magic-phone[data-slide="3"] {
    background-image: url(../images/steps/03.png?v=13);
}

.varibles-vertical li .step {
    display: inline-block;
    width: 30%;
    font-family: 'Roboto';
    color: rgba(21, 119, 228, 0.87);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    position: relative;
    top: -5px;
}

.wrapper-vertical-carousel {
    padding-top: 25px;
}

.wrapper-magic-phone {
    margin-top: 40px;
    position: relative;
}

li {
    list-style-type: none;
}

.varibles-vertical li .text {
    display: inline-block;
    width: 68%;
    text-transform: uppercase;
    vertical-align: top;
    font-family: 'Roboto';
    color: #000000;
    font-size: 23px;
    font-weight: 400;
    text-align: left;
}

.telephome-mockup {
    background: url(../images/mockup/phone_mockup.png?v=13);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 111;
    position: absolute;
}

.window-listing {
    padding-left: 0px;
    position: relative;
    margin-left: -15px;
}

.window-listing li {
    position: absolute;
}

.window-listing li img {
    height: 100%;
    width: 100%;
}

.controls-telephone-carousel .up {
    width: 28px;
    height: 15px;
    display: block;
    background: url(../images/arrow_down_slider.png?v=13);
    -moz-transform: rotate(180deg);
    /* Для Firefox */
    -ms-transform: rotate(180deg);
    /* Для IE */
    -webkit-transform: rotate(180deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(180deg);
    /* Для Opera */
    transform: rotate(180deg);
}

.controls-telephone-carousel .down {
    width: 28px;
    height: 15px;
    display: block;
    background: url(../images/arrow_down_slider.png?v=13);
    margin-top: 30px;
}

.controls-telephone-carousel {
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 30%;
}

.listing-voiting .voiting-statistic {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.listing-voiting.show-statistic .voiting-statistic {
    max-height: 999px;
    overflow: hidden;
}

.listing-voiting:not(.show-line) .voiting-line {
    width: 0px!important;
}

.listing-voiting {
    padding-left: 25px;
}

.after-text {
    margin-top: 90px;
}

.wrapper-voiting {
    background: url(../images/go_voiting.png?v=13);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.city_big {
    background: url(../images/cities/city_big.png?v=13);
    position: absolute;
    top: -300px;
    left: -300px;
    width: 900px;
    height: 900px;
    opacity: 0.07;
    background-position: top left;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 100%;
}

.voiting-row:hover {
    text-decoration: none;
}

.wrapper-voiting {
    position: relative;
    z-index: 111;
}

a:focus {
    text-decoration: none;
}

.modal_lk {
    position: absolute;
    top: 78px;
    border-left: 1px #0f1424 solid;
    border-bottom: 1px #31281c solid;
    border-bottom-left-radius: 10px;
    margin-left: 12px;
    z-index: 1111;
    display: none;
}

.modal_lk ul {
    padding-left: 33px;
    padding-top: 5px;
    display: block;
    padding-right: 15px;
    color: #000;
    text-align: left;
}

.modal_lk ul a {
    color: #000;
    text-align: left;
}

.user-wrapper:hover .modal_lk,
.modal_lk:hover {
    background: #fff;
    opacity: 1!important;
    z-index: 99999;
    display: block!important;
}

#socialPopUp {
    display: none!important;
}

a.reg_link.fancy.reg-button,
.reg-button {
    margin-right: 10px!important;
    /*color: #000!important;*/
}

a.login_link.fancy.btn.btn-info.auth-button,
a.btn.btn-info.auth-button {
    color: #fff!important;
    background: #0023a4!important;
    border-color: #062ec3!important;
    opacity: 0.8;
}

a.login_link.fancy.btn.btn-info.auth-button:hover,
a.btn.btn-info.auth-button:hover {
    opacity: 1;
}

#content {
    color: transparent;
}


/* NEW STYLES */

.block-content-1 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.block-content-1 .telepone-left img {
    margin-right: -100px;
}

.wrapper-mst-blue {
    border: 4px #1577e4 solid;
    border-radius: 7px;
    padding: 55px!important;
    max-height: 100%;
}

.terminal-wrapper,
.terminal-wrapper img {
    position: relative;
    z-index: 2;
}

.terminal-wrapper:after {
    content: "";
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100px;
    z-index: 1;
    background: #fff;
    top: 0px;
}

.wrapper-mst-blue .tipa-title {
    font-family: Roboto;
    color: #1577e4;
    font-size: 30px;
    /* Приближение из-за подстановки шрифтов */
    font-weight: 700;
    text-align: left;
    line-height: 37px;
    text-transform: uppercase;
    padding-right: 15%;
}

.predescr-text {
    background: #fff;
}

.wrapper-mst-blue>div {
    margin-bottom: -270px;
}

.wrapper-mst-blue:before {
    content: attr(data-text);
    position: absolute;
    top: -15px;
    right: 14%;
    background: #fff;
    display: block;
    font-family: Roboto;
    color: #1577e4;
    font-size: 42.72px;
    /* Приближение из-за подстановки шрифтов */
    font-weight: 700;
    line-height: 22px;
    /* Приближение из-за подстановки шрифтов */
    width: 108px;
    height: 55px;
    text-align: center;
}

.cart-lising .right,
.cart-lising .left {
    opacity: 1!important;
}

.phone-wrapper-headtel:nth-child(1) {
    margin-bottom: 60px;
}

.six-block {
    margin-top: 100px;
}

.other-info-pay {
    margin-top: 50px;
}

.wrapper-mst-blue {
    position: relative;
    margin-bottom: 300px!important;
}

.wrapper-scroller-telephone .cart {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.row-how-use {
    padding-bottom: 85px;
    padding-top: 85px;
    position: relative;
}

.row-how-use:nth-child(1):after {
    content: "";
    display: block;
    position: absolute;
    right: 0px;
    width: 50px;
    height: 1px;
    background: #2681e6;
    top: 125px;
}

.row-how-use:nth-child(2):after {
    content: "";
    display: block;
    position: absolute;
    left: 60px;
    width: 1px;
    height: 50px;
    bottom: -15px;
    background: #2681e6;
}

.row-how-use:nth-child(3):after {
    content: "";
    display: block;
    position: absolute;
    left: 55px;
    height: 1px;
    top: -20px;
    right: -60px;
    background: #2681e6;
}

.row-how-use:nth-child(4):after {
    content: "";
    display: block;
    position: absolute;
    left: -50px;
    width: 50px;
    height: 1px;
    top: 130px;
    background: #2681e6;
}

.row-how-use:nth-child(5):after {
    content: "";
    display: block;
    position: absolute;
    left: 55px;
    width: 1px;
    height: 120px;
    top: -80px;
    background: #2681e6;
}

.row-how-use:nth-child(3):before {
    content: "";
    display: block;
    position: absolute;
    left: 55px;
    top: -19px;
    height: 50px;
    width: 1px;
    background: #2681e6;
}

.row-how-use .image:after {
    content: attr(data-number);
    position: absolute;
    top: 40px;
    left: 115px;
    font-family: Roboto;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    opacity: 0.5;
}

.block-content-1>.container {
    background: url(../images/new/intro_image.png?v=13);
    background-position: center;
    background-repeat: no-repeat;
}

.commets-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 50px;
}

.left {
    text-align: left;
}

.wrapper-new-text-about {
    margin-top: 30px;
    margin-bottom: 50px;
}

.articles-listing .article-row:nth-child(3n-1) {
    margin-top: 0px;
    margin-bottom: 0px;
}

.articles-listing .article-row:nth-child(4n),
.articles-listing .article-row:nth-child(4n-2) {
    margin-top: 30px;
    margin-bottom: -30px;
}

.wrapper-new-text-about .text {
    padding-top: 30px;
}

.mw {
    max-width: 100%;
}

.security-about-row {
    margin-top: 0px;
    margin-bottom: 25px;
}

.security-about-row .images {
    display: inline-block;
    width: 130px;
}

.security-about-row .descr {
    display: inline-block;
    width: calc(100% - 150px);
    color: #fff;
}

.security-about-row .descr * {
    color: #2a97ed;
}

.block-11-new {
    margin-top: 80px;
}

.actions-row {
    margin-top: 80px;
}

.actions-row img {
    margin-bottom: 40px;
}

.actions-row:nth-child(3n-1) {
    margin-top: 130px;
    margin-bottom: -50px;
}

.actions-row a {
    text-decoration: underline;
}

.actions-row a:hover {
    text-decoration: none;
}

.cart-lising .headcart {
    display: block;
    text-align: center;
}

header .right-row {
    padding-right: 30px;
    display: flex;
    justify-content: flex-end;
}

.wrapper-link-samsung {
    justify-content: flex-start;
}

.out.one-block {
    position: relative;
}

.video-description {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    bottom: 5px;
}

.videoBlock {
    width: 100%;
    border-radius: 15px;
}

.wrapper-scroller-telephone {
    position: relative;
}

.cart {
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    opacity: 0;
}

font[color="#FF0000"] {
    display: none;
}

@media(max-width: 768px) {
    /*	li.ya-share2__item.ya-share2__item_service_vkontakte a.ya-share2__link {
    background-position: 9px 0px;
}
	.ya-share2__list_direction_horizontal > .ya-share2__item:hover .ya-share2__link {
		background-image: url(../images/social_icons.png?v=13)!important;
		margin-bottom: 0px;
	}
	.ya-share2__list_direction_horizontal > .ya-share2__item:hover {
		    border-radius: 100%;
		    background-color: #fff!important;
		    -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.43);
		    -moz-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.43);
		    box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.43);
		    width: 60px;
		    height: 60px;
		    margin-top: -10px;
		    opacity: 1;
		    margin-left: -3px;
		    padding-top: 10px;
		    margin-right: -3px;
	}*/
    /*header > .container.not-auth {
	    margin-bottom: 60px;
	}*/
    .not-auth .user-wrapper {
        display: none!important;
        position: absolute;
        top: 57px;
        left: 0px;
        width: 100%;
        text-align: left;
        justify-content: center;
    }
    .block-content-1 .telepone-left img {
        margin-right: 0px!important;
    }
    .more-description {
        width: 50px;
        margin-top: -30px;
        margin-left: 15px;
    }
    .video-description .flex-center h1 {
        font-size: 40px;
    }
    .videoBlock {
        border-radius: 0px;
    }
    .video-description {
        left: 0px;
        right: 0px;
    }
    .row-how-use {
        margin-bottom: 80px;
    }
    .block-content-1 {
        margin-bottom: 50px;
    }
    .wrapper-mst-blue .tipa-title {
        padding: 0px 45px!important;
        font-size: 20px;
        text-align: center;
    }
    .wrapper-mst-blue {
        border: 0px;
        padding: 0px!important;
    }
    .wrapper-mst-blue:before {
        display: none;
    }
    .block-content-1>.container {
        background-size: 100%;
    }
    .actions-row:nth-child(3n-1) {
        margin-top: 0px;
    }
    .commets-wrapper {
        margin-bottom: 50px;
    }
    .row-how-use:before {
        display: none;
    }
    .block-content-1 .telepone-left img {
        margin-right: 0px;
    }
    .wrapper-mst-blue {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .phone-wrapper-headtel:nth-child(2) {
        display: none;
    }
    .phone-wrapper-headtel img {
        max-width: 100%;
    }
    .cart-lising .headcart {
        display: block;
        text-align: center;
    }
    .row-how-use:after,
    .row-how-use:before {
        display: none!important;
    }
    .row-how-use .image:after {
        display: none;
    }
    .wrapper-new-text-about .image {
        text-align: center;
        display: block;
    }
    .eighth-block .container>div {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .security-about-row {
        margin-top: 20px;
    }
    .commets-wrapper {
        margin-top: 50px;
    }
    .wrapper-mst-blue>div {
        margin-bottom: 0px;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .telepone-left,
    .telepone-left+div,
    .eighth-block .col-xs-12 .col-xs-12 {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .wrapper-tokens {
        display: flex;
        flex-direction: column-reverse;
    }
    .wrapper-tokens .two {
        margin-bottom: 30px;
    }
    *[hidemobile] {
        display: none!important;
    }
    *[showmobile] {
        display: block!important;
    }
    .terminal-wrapper {
        margin-bottom: 30px;
    }
    .wrapper-new-text-about {
        margin-bottom: -10px;
    }
    .row-how-use:nth-child(5) {
        margin-bottom: 20px;
    }
    .block-content-1 {
        margin-bottom: 10px;
    }
    .block-content-1 {
        margin-top: 50px;
    }
    a.href-to-samsung {
        margin-top: 0px;
    }
}

@media(max-width: 1100px) {
    .block-content-1 .telepone-left img {
        margin-right: -50px;
        max-width: 100%;
    }
    .terminal-wrapper img {
        max-width: 100%;
    }
}

@media(max-width: 991px) {
    .wrapper-mst-blue>div {
        margin-bottom: 0px;
    }
    .wrapper-mst-blue {
        margin-bottom: 0px!important;
    }
}

@media(max-width: 576px) {
    .lising-how-use .row-how-use:after {
        content: "";
        display: block!important;
        width: 1px;
        height: 50px;
        position: absolute;
        left: 40px;
        bottom: -65px;
        top: auto;
    }
    .lising-how-use .row-how-use:last-child:after {
        display: none!important;
    }
}


/* END NEWS STYLES */

@media(max-width: 768px) {
    .wrapper-voiting {
        background: #fff;
    }
    .after-text {
        margin-top: 20px;
    }
    .varibles-vertical li {
        opacity: 1!important;
    }
    .varibles-vertical li .step {
        width: 100%;
        text-align: center;
    }
    .varibles-vertical li .text {
        text-align: center;
        width: 100%;
    }
    .wrapper-magic-phone {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
    .telephome-mockup {
        width: 273px;
        display: inline-block;
        height: 555px;
        position: relative;
    }
    .controls-telephone-carousel {
        display: none;
    }
    .wrapper-magic-phone>div {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    ul.window-listing {
        position: absolute;
        top: 0px;
        width: 100%;
        text-align: center;
    }
    .window-listing li {
        position: absolute;
        display: inline-block;
        left: calc(50% - 121px);
        width: 273px;
        padding: 60px 14px 57px 14px;
        height: 555px;
        opacity: 0;
    }
    .window-listing li.active {
        opacity: 1;
    }
    .varibles-vertical {
        padding-left: 0px;
    }
}

@media (max-height: 600px) {
    nav.nav-menu {
        padding-top: 50px;
        padding-right: 70px;
        width: 100%;
        background: -webkit-linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
        background: -moz-linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
        background: -o-linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
        background: -ms-linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(-90deg, #fff 0%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0) 100%);
        padding-right: 50px;
    }
    a.burger.two {
        top: 30px;
        right: 47px!important;
    }
    a.burger {
        margin-top: 0px;
    }
}

@media(max-width: 1200px) {
    .container {
        width: 100%!important;
    }
    header .right-row {
        text-align: right;
    }
    header .right-row>div {
        float: none!important;
        display: inline-block!important;
        width: auto!important;
    }
}

@media(max-width: 998px) {
    .mobile-listing .mobile-row:nth-child(2n) {
        margin-top: 0px;
    }
    .mobile-listing {
        display: block;
    }
    .mobile-row {
        width: 30%;
        margin-bottom: 20px;
    }
    .cart-row img {
        max-width: 100%;
    }
    .articles-listing .article-row:nth-child(3n-1) {
        margin-top: 0px;
        margin-bottom: 0px;
    }
    .voiting-row {
        width: 31%;
    }
}

@media(max-width: 767px) {
    .article-row {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
}

.article-row .link-article {
    display: block;
    width: 100%;
}

.comment-count {
    float: right;
    display: block;
    padding-top: 0px;
    padding-bottom: 25px;
}

.comment-count:after {
    background-position: 0px 0px;
    top: 0px;
}

@media(max-width: 768px) {
    body {
        background: #fff;
    }
    .cart-lising .right,
    .cart-lising .left {
        opacity: 1;
    }
    .voiting-row .img {
        width: 50px;
    }
    .voiting-row .img img {
        max-width: 100%;
        height: auto;
    }
    .voiting-row .city-stat {
        margin-left: 3px;
        width: calc(100% - 70px);
    }
    .after-text>div:nth-child(2) {
        padding-left: 0px!important;
    }
    .after-text>div:nth-child(1) {
        padding-right: 0px!important;
    }
    .wrapper-listing-mst .h3,
    .wrapper-listing-mst p,
    .wrapper-listing-mst .descr .npl {
        padding-left: 0px;
        padding-right: 0px;
    }
    .voiting-row {
        width: 48%;
    }
    .mobile-row {
        width: 47%;
    }
    .more-description {
        color: transparent;
    }
    .user-wrapper .username a {
        display: none;
    }
    .burger {
        margin-right: 0px;
    }
    header .right-row>div {
        padding-right: 0px;
        padding-left: 0px;
        position: static;
    }
    header .right-row {
        position: static;
    }
    .one-block {
        padding: 0px!important;
    }
    .one-slide-video-wrapper iframe {
        border-radius: 0px;
    }
    .two-block,
    .three-block,
    .four-block,
    .five-block,
    .six-block,
    .seven-block,
    .eighth-block,
    .nine-block,
    .ten-block {
        margin-top: 20px;
    }
    .other-info-pay {
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
    }
    .seven-block,
    .nine-block {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    img.circle-image {
        width: 100%;
        border-radius: 0px;
        margin-bottom: 20px;
    }
    .wrapper-listing-mst .h3,
    .wrapper-listing-mst p,
    .wrapper-listing-mst .descr .npl {
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .row-listing-mst {
        margin-bottom: 20px;
    }
    .seven-block {
        background-position: center -30px;
    }
    .cart-lising .afterCount {
        display: none;
    }
    .eleven-block {
        background-image: url(../images/share_fff.png?v=13);
        background-color: #1577e4;
        margin-bottom: 0px;
        background-position: center 75%;
        background-size: 95%;
    }
    /*.ya-share2__list .ya-share2__item .ya-share2__link {
		background: url(../images/social_icons_white.png?v=13);
		background-repeat: no-repeat;
		background-size: 445px;
		width: 45px;
		height: 45px;
		margin-left: 5px;
		opacity: 1;
		margin-bottom: 30px;
	}
	.ya-share2__list .ya-share2__item:nth-child(2) .ya-share2__link:hover {
		width: 60px;
		height: 60px;
		background: #fff;
		border-radius: 100%;
	}*/
    .wrapper-link-samsung img {
        max-width: 100%;
    }
    .link-ig {
        position: absolute;
        left: 50%;
        margin-left: -12px;
        top: 10px;
    }
    header .right-row,
    header .left-row,
    .wrapper-link-samsung,
    header .right-content-wrapper,
    .user-wrapper,
    header .flex-center {
        min-height: 70px;
    }
    .mobile-row img {
        max-width: 100%;
    }
    header>div>div {
        padding-left: 5px!important;
        padding-right: 5px!important;
    }
    p.h3 {
        font-size: 17px;
    }
    p {
        font-size: 16px;
    }
    .mobile-row:nth-child(2n-1) {
        margin-right: 4%;
    }
    .mobile-row .image {
        height: 170px;
    }
    .mobile-row .image img {
        max-height: 100%;
    }
    .other-info-pay {
        padding-right: 0px;
        padding-left: 0px;
    }
    .owl-buttons {
        display: none;
    }
    .owl-controls {
        text-align: center;
    }
    .owl-controls .owl-page {
        border-radius: 50%;
        border-width: 1px;
        border-color: #213cdd;
        border-style: solid;
        width: 17px;
        display: inline-block;
        margin-right: 15px;
        height: 17px;
    }
    .owl-controls .owl-page.active {
        border-radius: 50%;
        background-color: #213cdd;
        width: 17px;
        height: 17px;
    }
    .up-like {
        display: none;
    }
    p.articles-title,
    .uppercase-title {
        font-size: 22px;
        text-align: center;
        margin-bottom: 0px;
    }
    .articles-title span {
        font-size: 30px;
        text-align: center;
    }
    .eleven-block .head-article-rows .articles-title {
        color: #fff;
        margin-top: 100px;
    }
    .share-wrapper .preshare {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -50px;
    }
    .share-wrapper .preshare {
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -50px;
    }
    span.preshare-ico {
        background-color: transparent;
        height: 70px;
        box-shadow: none;
        width: 88px;
        border-radius: 0px;
        margin-top: 15px;
        background-size: 50%;
    }
    .eleven-block .articles-title {
        font-size: 19px;
    }
    .footer-line .left,
    .footer-line .right {
        padding: 10px 0px;
    }
    .row-how-use {
        padding: 0px!important;
    }
    .cart-lising .headcart {
        margin-top: 15px;
    }
    .video-description {
        position: absolute;
        top: 0px;
        margin-top: 0px!important;
        left: 0px;
        max-height: 60vh;
        max-height: calc(100vh - 230px);
        border-radius: 0px;
    }
    .one-slide-video-wrapper iframe {
        max-height: 60vh;
        max-height: calc(100vh - 230px);
    }
    .one-block {
        position: relative;
    }
    .row-how-use .image {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }
    .row-how-use .image img {
        max-height: 60%;
        max-width: 60%;
    }
    .seven-block {
        padding-top: 0px;
        background: #fff;
    }
    .nine-block .h3 {
        margin-bottom: 25px;
    }
    ul.menu-footer {
        padding-left: 0px;
    }
    ul.menu-footer li {
        width: 100px;
        display: inline-block;
    }
    ul.menu-footer li:nth-child(2n) {
        width: calc(100% - 120px);
    }
    .copyright {
        padding-left: 0px;
        text-align: left;
    }
    footer .right .footer-text {
        width: 49%;
        display: inline-block;
        margin: 0px;
        vertical-align: top;
    }
    ul.link-download-market {
        display: inline-block;
        width: 49%;
    }
    ul.link-download-market li a {
        width: 40px;
        height: 44px;
    }
    p.city {
        font-size: 13px;
        line-height: 15px;
    }
    .voiting-row .img,
    .voiting-row .city-stat {
        vertical-align: top;
    }
    .circle-voiting label {
        left: -10px;
        top: 10px;
    }
    .voiting-row:nth-child(2n) {
        margin-left: 10px;
        margin-right: -10px;
    }
    .wrapper-voiting .h2 {
        font-size: 20px;
    }
    .wrapper-voiting .h1 {
        font-size: 15px;
    }
    .listing-voiting {
        padding-left: 0px;
    }
    .wrapper-magic-phone {
        background-size: 90%;
        background-position: bottom;
    }
    .mobile-listing .mobile-row {
        transform: none!important;
    }
    .varibles-vertical .owl-controls {
        position: absolute;
        top: 0px;
        width: 100%;
        text-align: center;
    }
    .varibles-vertical .owl-wrapper-outer {
        padding-top: 25px;
    }
    .cart-lising .owl-controls {
        position: absolute;
        top: 0px;
        width: 100%;
    }
    .cart-lising {
        padding-top: 30px!important;
    }
}

video::-webkit-media-controls {
    display: none;
}


/* Could Use thise as well for Individual Controls */

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-volume-slider {
    display: none;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

@media(max-width: 768px) and (min-width: 577px) {
    .article-row {
        padding-right: 15px!important;
    }
    .article-row:nth-child(2n) {
        padding-right: 0px!important;
    }
}

.block-content-1 p {
    font-size: 20px;
}

@media(min-width: 985px) {
    .block-content-1>.container,
    .wrapper-tokens {
        display: flex;
        flex-direction: row;
        vertical-align: middle;
        justify-content: flex-start;
        align-items: center;
    }
}

.mobile-row .image img {
    max-width: 90%: ;
}

.security-about-row {
    display: block;
}

.security-about-row:hover {
    text-decoration: none;
}

.toggle-element {
    display: none;
}

.toggle-element.active {
    display: block;
}

.security-about-row {
    opacity: 0.3;
    -webkit-transition: all .32s ease-in-out;
    -moz-transition: all .32s ease-in-out;
    -o-transition: all .32s ease-in-out;
    transition: all .32s ease-in-out;
}

.security-about-row.show {
    opacity: 1;
}

.mobile-row .image:hover {
    text-decoration: none;
}

.security-about-row:not(.show):hover {
    opacity: 0.6;
}


/* KOSTYA 14.05.2017*/

.prizes-bg-wrapper {
    background: #f2f2f2;
}

.scrollax {
    -webkit-transition: 1.5s cubic-bezier(.18, 1, .21, 1);
    -moz-transition: 1.5s cubic-bezier(.18, 1, .21, 1);
    transition: 1.5s cubic-bezier(.18, 1, .21, 1);
}

.articles-listing {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}


/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/* Sections
	========================================================================== */


/**
  * Remove the margin in all browsers (opinionated).
  */

body {
    margin: 0;
}


/**
  * Add the correct display in IE 9-.
  */

article,
aside,
footer,
header,
nav,
section {
    display: block;
}


/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Firefox, and Safari.
  */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	========================================================================== */


/**
  * Add the correct display in IE 9-.
  * 1. Add the correct display in IE.
  */

figcaption,
figure,
main {
    /* 1 */
    display: block;
}


/**
  * Add the correct margin in IE 8.
  */

figure {
    margin: 1em 40px;
}


/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
	========================================================================== */


/**
  * 1. Remove the gray background on active links in IE 10.
  * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
  */

a {
    background-color: transparent;
    /* 1 */
    -webkit-text-decoration-skip: objects;
    /* 2 */
}


/**
  * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
  * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
  */

b,
strong {
    font-weight: inherit;
}


/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */

b,
strong {
    font-weight: bolder;
}


/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
  * Add the correct font style in Android 4.3-.
  */

dfn {
    font-style: italic;
}


/**
  * Add the correct background and color in IE 9-.
  */

mark {
    background-color: #ff0;
    color: #000;
}


/**
  * Add the correct font size in all browsers.
  */

small {
    font-size: 80%;
}


/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	========================================================================== */


/**
  * Add the correct display in IE 9-.
  */

audio,
video {
    display: inline-block;
}


/**
  * Add the correct display in iOS 4-7.
  */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
  * Remove the border on images inside links in IE 10-.
  */

img {
    border-style: none;
}


/**
  * Hide the overflow in IE.
  */

svg:not(:root) {
    overflow: hidden;
}


/* Forms
	========================================================================== */


/**
  * 1. Change the font styles in all browsers (opinionated).
  * 2. Remove the margin in Firefox and Safari.
  */

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
  * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
  *    controls in Android 4.
  * 2. Correct the inability to style clickable types in iOS and Safari.
  */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
}


/**
  * Remove the inner border and padding in Firefox.
  */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
  * Restore the focus styles unset by the previous rule.
  */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
  * Correct the padding in Firefox.
  */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *    `fieldset` elements in all browsers.
  */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
  * 1. Add the correct display in IE 9-.
  * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */

progress {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}


/**
  * Remove the default vertical scrollbar in IE.
  */

textarea {
    overflow: auto;
}


/**
  * 1. Add the correct box sizing in IE 10-.
  * 2. Remove the padding in IE 10-.
  */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
  * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
  */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */

 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	========================================================================== */


/*
  * Add the correct display in IE 9-.
  * 1. Add the correct display in Edge, IE, and Firefox.
  */

details,
menu {
    display: block;
}


/*
  * Add the correct display in all browsers.
  */

summary {
    display: list-item;
}


/* Scripting
	========================================================================== */


/**
  * Add the correct display in IE 9-.
  */

canvas {
    display: inline-block;
}


/**
  * Add the correct display in IE.
  */

template {
    display: none;
}


/* Hidden
	========================================================================== */


/**
  * Add the correct display in IE 10-.
  */

[hidden] {
    display: none;
}


/**
  * Owl Carousel v2.2.1
  * Copyright 2013-2017 David Deutsch
  * Licensed under  ()
  */


/*
  *  Owl Carousel - Core
  */

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}

.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;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 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-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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 {
    -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 */

.no-js .owl-carousel {
    display: block;
}


/*
  *  Owl Carousel - Animate Plugin
  */

.owl-carousel .animated {
    animation-duration: 1000ms;
    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: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/*
  * 	Owl Carousel - Auto Height Plugin
  */

.owl-height {
    transition: height 500ms ease-in-out;
}


/*
  * 	Owl Carousel - Lazy Load Plugin
  */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}


/*
  * 	Owl Carousel - Video Plugin
  */

.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 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}


/**
  * Owl Carousel v2.2.1
  * Copyright 2013-2017 David Deutsch
  * Licensed under  ()
  */


/*
  * 	Default theme - Owl Carousel CSS File
  */

.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}

html>body {
    transition: opacity .25s ease;
    opacity: 0;
}

html.load>body {
    opacity: 1;
}

html {
    background: url(../img/preloader.svg) no-repeat center;
}

html.load {
    background: #fff;
}

#pp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#pp-nav.right {
    right: 17px;
}

#pp-nav.left {
    left: 17px;
}

.pp-section.pp-table {
    display: table;
}

.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.pp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.pp-slidesNav.bottom {
    bottom: 17px;
}

.pp-slidesNav.top {
    top: 17px;
}

#pp-nav ul,
.pp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.pp-slidesNav li {
    display: inline-block;
}

#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #333;
}

#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}

.pp-tooltip.right {
    right: 20px;
}

.pp-tooltip.left {
    left: 20px;
}

.pp-scrollable {
    overflow-y: scroll;
    height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    font-family: Lato, sans-serif;
    height: 100vh;
    position: relative;
    /*text-rendering: geometricPrecision;*/
}

.hello_slider-item,
.screen_1,
.screen_1_title::before,
.screen_1_bg,
.screen_2_item,
.screen_3,
.screen_3_share,
.tests_screen {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body::before,
body::after {
    display: block;
    position: absolute;
    z-index: 8;
    left: 5vw;
    width: 90vw;
}

body::before {
    top: 0;
    box-shadow: 0px 0px 125px 9px #4faad8;
}

body::after {
    bottom: 0;
    box-shadow: 0px 0px 125px 9px rgba(255, 24, 86, 0.41);
}

body::before {
    content: '';
}

body::after {
    content: '';
}

.hello_slider-item::after,
.screen_1::after,
.screen_2_item::after,
.screen_3::after,
.screen_1_decor,
.screen_2_item,
.screen_3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.hello_slider-item::after,
.screen_1::after,
.screen_2_item::after,
.screen_3::after {
    content: '';
    background-color: #1f1f1f;
    opacity: 0.6;
    z-index: 0;
}

.hello_slider-item *,
.screen_1 *,
.screen_2_item *,
.screen_3 * {
    z-index: 9;
}

.hello_slider-item {
    height: 100vh;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.hello_title {
    color: #ffffff;
    font-size: 36px;
    font-weight: 300;
    text-align: center;
    margin-top: 53px;
    margin-bottom: 32px;
}

.hello_number {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    margin-top: -8.4%;
    position: relative;
    z-index: 9;
    font-weight: 100;
}

.hello_number::after {
    content: '';
    height: 1px;
    background-color: #ff215e;
    position: absolute;
    z-index: -1;
    left: -12px;
    right: -12px;
    display: block;
    bottom: 10px;
}

.hello_dots .owl-dot,
#pp-nav a {
    width: 20px;
    height: 20px;
    border: 1px solid #ffffff;
    transform: rotate(45deg);
    margin-right: 32px;
}

.hello_dots .owl-dot:last-child,
#pp-nav a:last-child {
    margin-right: 0;
}

.hello_dots .active.owl-dot::after,
#pp-nav a.active::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ff215e;
    position: absolute;
    top: 5px;
    right: 5px;
    bottom: 5px;
    left: 5px;
}

.hello_dots {
    position: absolute;
    z-index: 20;
    bottom: 35.3vh;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    display: flex;
    padding: 0;
}

#pp-nav {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

#pp-nav li {
    width: 20px;
    height: 20px;
    margin-bottom: 30px;
}

#pp-nav li:last-child {
    margin-bottom: 0;
}

#pp-nav li:first-child a {
    display: none;
}

#pp-nav span {
    display: none;
}

.hello_more {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    bottom: 18vh;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 20;
    text-decoration: none;
}

.hello_more::after {
    content: '';
    display: block;
    width: 46px;
    height: 58px;
    background-image: url(../img/more.png?v=13);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -75px;
    position: absolute;
    left: calc(50% - 23px);
}

.screen_1 {
    background-image: url(../img/hello-2.png?v=13);
}

.screen_1::after {
    opacity: 0.9;
}

.screen_1_wrapper {
    display: flex;
}

.screen_1_decor {
    z-index: 8;
}

.screen_1_ditem {
    border-bottom: 1px solid #4faad8;
    background-color: transparent;
    border-radius: 50%;
    width: 140%;
    height: 15vh;
    margin-left: -20vw;
    max-width: 140vw;
    opacity: 0.07;
}

.screen_1_ditem:nth-child(1) {
    margin-top: -3vh;
}

.screen_1_ditem:nth-child(2) {
    border-radius: 40%;
}

.screen_1_ditem:nth-child(3) {
    border-radius: 30%;
}

.screen_1_ditem:nth-child(4) {
    border-bottom: none;
    border-top: 1px solid #4faad8;
    margin-top: 15vh;
    border-radius: 30%;
}

.screen_1_ditem:nth-child(5) {
    border-bottom: none;
    border-top: 1px solid #4faad8;
    border-radius: 40%;
}

.screen_1_ditem:nth-child(6) {
    border-bottom: none;
    border-top: 1px solid #4faad8;
}

.screen_1_item {
    height: 100vh;
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
    position: relative;
}

.screen_1_item:first-child {
    padding-left: 6%;
}

.screen_1_item:last-child {
    padding-right: 6%;
}

.screen_1_item:nth-of-type(2) {
    padding-left: 3%;
    padding-right: 3%;
}

.screen_1_item:hover {
    background-color: #1d1e1e;
    z-index: 9999999;
}

.screen_1_item:hover .screen_1_content {
    max-height: 100vh;
    opacity: 1;
}

.screen_1_item:hover .screen_1_bg {
    opacity: 1;
}

.screen_1_item:hover .screen_1_desc {
    transform: translateY(0);
}

.screen_1_title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
    z-index: 20;
}

.screen_1_title::before {
    content: '';
    display: block;
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    background-size: contain;
    width: 60px;
    height: 60px;
}

.screen_1_title.screen_1_title__games::before {
    margin-bottom: 4px;
    background-image: url(../img/games.svg);
}

.screen_1_title.screen_1_title__graph::before {
    margin-bottom: 4px;
    background-image: url(../img/design.svg);
}

.screen_1_title.screen_1_title__apple::before {
    width: 29px;
    height: 33px;
    background-image: url(../img/apple_logo.svg);
    margin-bottom: 22px;
    margin-top: 8px;
}

.screen_1_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: max-height 0.8s ease-in-out, opacity 1.2s ease-in-out;
    max-height: 0;
    opacity: 0;
    position: relative;
    width: 100%;
}

.screen_1_bg {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    max-width: 100%;
    width: 100%;
    height: 310px;
}

.screen_1_bg::after {
    content: '';
    background-color: #000;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    right: 0;
    left: 0;
    opacity: 0.6;
}

.screen_1_bg.screen_1_bg__graph {
    background-image: url(../img/screen-graph-overlay.png?v=13);
    top: -220px;
}


/*
.screen_1_bg.screen_1_bg__graph::after {
    top: 64px;
    bottom: 98px;
    left: 4px;
    right: 5px;
}
*/

.screen_1_bg.screen_1_bg__games {
    background-image: url(../img/screen-games-overlay.png?v=13);
    top: -220px;
}


/*
.screen_1_bg.screen_1_bg__games::after {
    top: 18.1%;
    bottom: 31.1%;
    left: 5.4%;
    right: 5.3%;
}
*/

.screen_1_bg.screen_1_bg__apple {
    background-image: url(../img/screen-apple-overlay.png?v=13);
    top: -230px;
}


/*
.screen_1_bg.screen_1_bg__apple::after {
    top: 28px;
    bottom: 89px;
    left: 7px;
    right: 7px;
}
*/

.screen_1_desc {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    transform: translateY(-20px);
    transition: all 0.2s ease-in-out;
}

.screen_1_desc li {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    text-align: center;
    margin-bottom: 2px;
}

.screen_1_btn,
.screen_2_btn,
.screen_3_btn {
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    box-shadow: 0 4px 20px rgba(224, 98, 98, 0.5);
    background-color: #f16263;
    padding: 13px 21px;
    border-radius: 5px;
    display: inline-block;
}

.screen_1_btn {
    text-transform: uppercase;
}

.screen_2_content {
    display: flex;
    height: 100%;
}

.screen_2_item {
    flex: 1 1 0;
    padding: 15px;
    position: relative;
    display: flex;
}

.screen_2_item::after {
    opacity: 0.9;
}

.screen_2_item.screen_2_item__left {
    background-image: url(../img/screen_2-1.png?v=13);
}

.screen_2_item.screen_2_item__right {
    background-image: url(../img/screen_2-2.png?v=13);
}

.screen_2_item_content {
    /*max-width: 361px;
    margin: auto;
    transform: translateY(-20%);*/
    max-width: 361px;
    margin: 20vh auto 0;
}

.screen_2_tag,
.tests_tag {
    padding: 2px 7px;
    border-radius: 4px;
    border: 1px solid #ff215e;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
    .screen_2_tag,
    .tests_tag {
        padding: 6px 7px;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 3.2px;
        margin-bottom: 15px;
    }
}

.screen_2_tag.screen_2_tag__blue {
    border-color: #279ed6;
}

.screen_2_title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 39px;
}

.screen_2_desc {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 49px;
}

@media screen and (min-width: 1141px) {
    .tests_item {
        padding-left: 10px;
    }
}

@media screen and (min-width: 768px) {
    .screen_2_desc {
        height: 216px;
        display: flex;
        align-items: center;
    }
}

.disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.screen_2_btn {
    background-color: #ff215e;
    box-shadow: 0 4px 20px rgba(221, 38, 93, 0.5);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.8px;
    padding: 10px 33px;
}

.screen_2_btn.screen_2_btn__blue {
    box-shadow: 0 4px 20px rgba(108, 167, 198, 0.5);
    background-color: #279ed6;
}

.screen_3 {
    background-image: url(../img/screen_3.png?v=13);
    overflow: hidden;
    max-width: 100%;
}

.screen_3::after {
    opacity: 0.9;
}

.screen_3_content {
    position: relative;
    width: 701px;
    max-width: 100%;
    margin: auto;
    text-align: center;
}

.screen_3_title {
    color: #ffffff;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 28px;
}

.screen_3_share {
    background-size: contain;
    width: 100%;
    /*background-image: url(../img/preview.png?v=13);*/
    /* background-image: url(../img/screen-border.png?v=13); */
    /* margin-bottom: 134px; */
    height: 273px;
}

.screen_3_btn {
    padding: 14px 38px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    box-shadow: 0 4px 20px rgba(221, 38, 93, 0.5);
    border-radius: 6px;
    background-color: #ff215e;
}

.screen_1_main-title {
    text-align: center;
    position: absolute;
    z-index: 9;
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    width: 100%;
    top: 17.5%;
}

.hidden {
    display: none !important;
}

.no_wrap {
    display: inline-block;
}

.big_br {
    display: block;
}

.tests .hello_more {
    bottom: 12.1vh;
    left: 0;
    transform: translate(0);
    padding-left: 65px;
}

.tests .hello_more::after {
    left: 0;
    bottom: -23px;
}

.tests_wrapper {
    display: flex;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: #1f1f1f;
    padding-left: 5.5vw;
}

.tests_screen-container {
    height: 100%;
    width: 60%;
    z-index: 9;
}

.tests_screen {
    width: 94vw;
    height: 85vh;
    margin-top: 13.8%;
    background-image: url(../img/tests_screen.png?v=13);
    background-size: contain;
    background-position: left;
}

.tests_desc-container {
    height: 100%;
    width: 34.5vw;
}

.tests_desc {
    height: 100%;
    position: relative;
    z-index: 20;
}

.tests_tag {
    margin-top: 25%;
    display: inline-block;
    margin-bottom: 47px;
}

.tests_main-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 300;
}

.tests_decor {
    position: absolute;
    bottom: 12.1vh;
    z-index: 0;
    left: 50%;
    transform: translateX(-50%);
}

.tests_content {
    width: 44.5vw;
    height: 39.3vh;
    position: absolute;
    top: 26.7vh;
    /* left: 50%; */
    left: 47vw;
}

.tests_title {
    color: #df2b61;
    /* font-size: 30px; */
    font-size: 25px;
    font-weight: 700;
    margin: 0;
}

.tests_header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 64px;
}

.tests_counter {
    color: #df2b61;
    font-size: 16px;
    font-weight: 700;
    padding-left: 20px;
    min-width: 82px;
}

.tests_radio {
    display: block;
    margin-bottom: 25px;
    padding-left: 46px;
    position: relative;
}

.tests_radio::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 1px solid #808080;
    transform: rotate(45deg);
    margin-right: 32px;
    position: absolute;
    left: 0;
    top: -2px;
}

.tests_content input:checked+.tests_radio::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ff215e;
    position: absolute;
    top: 5px;
    right: 7px;
    bottom: 7px;
    left: 7px;
    transform: rotate(45deg);
}

header {
    position: absolute;
    z-index: 9999999;
    width: 100%;
}

.reg_link.fancy.reg-button {
    color: #fff;
}

a.burger>span {
    background: #fff;
}

.user-wrapper .username a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}

.container {
    display: flex;
    width: 100%;
}

.left-row {
    width: 30%;
}

.right-row {
    width: 70%;
}

a.login_link.fancy.btn.btn-info.auth-button,
a.btn.btn-info.auth-button {
    color: #fff!important;
    background: #ff215e!important;
    border-color: #ff215e!important;
    opacity: 0.8;
}

a.btn.btn-info.auth-button {
    background: #fdfcfc;
    color: #464646;
    border: 0px;
    margin-right: 10px;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #5bc0de;
}

.btn {
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
}

.reg-button {
    text-decoration: none;
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

header .right-row {
    text-align: right;
    padding-right: 30px;
}

.wrapper-shares-t .ya-share2__item,
.wrapper-shares-t .ya-share2__item:hover {
    width: 16%;
    height: 126px;
    background-image: url(../img/share-big.png?v=13)!important;
    background-repeat: no-repeat;
    cursor: pointer;
}

.wrapper-shares-t .ya-share2__item:hover {
    background-image: url(../img/share-hover.png?v=13)!important;
}

.wrapper-shares-t .ya-share2__item.ya-share2__item_service_vkontakte {
    background-position: 8px -1px;
}

.wrapper-shares-t .ya-share2__item.ya-share2__item_service_facebook {
    background-position: -119px -1px;
}

.wrapper-shares-t .ya-share2__item.ya-share2__item_service_odnoklassniki {
    background-position: -378px -3px;
}

.wrapper-shares-t .ya-share2__item.ya-share2__item_service_gplus {
    background-position: -508px -2px;
}

.wrapper-shares-t .ya-share2__item.ya-share2__item_service_twitter {
    background-position: -247px -3px;
}

.ya-share2__list {
    width: 659px!important;
    max-width: 100%;
    display: flex!important;
    margin-top: 71px!important;
    justify-content: space-between!important;
    margin-left: -20px!important;
}

.screen_3 footer {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 100%;
    bottom: 0;
}

.menu-footer-wrapper {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    max-width: 100%;
    flex-wrap: wrap;
    margin: auto;
    padding: 0;
    height: 12vh;
    overflow: hidden;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-line .container>div {
    max-width: 100%;
}

.menu-footer-wrapper .copyright,
.menu-footer-wrapper .menu-footer {
    padding: 0;
    margin: 0;
}

.screen_3 .pp-tableCell {
    height: 100%;
    vertical-align: top;
    padding-top: 24vh;
}

.link-ig {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(0, -50%);
    width: 30px;
    height: 55px;
    background: url(https://www.iguides.ru/bitrix/templates/asus/asset/img/sprite.svg);
    background-size: 365px;
    background-position: left -8px top -10px;
}

.container {
    max-width: 90%;
    position: relative;
    margin: auto;
}

.link-samsung {
    background-image: url(../img/lg-logo.png?v=13);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 85px;
    height: 41px;
}

.screen_3,
.screen_3 .pp-tableCell {
    display: block!important;
}

.burger__close span {
    opacity: 1 !important;
    background: #000 !important;
}

.footer-line .container {
    max-width: 100%;
}

.footer-line .container>div {
    max-width: 100%;
    width: 100%;
}

.menu-footer-wrapper {
    max-width: 90%;
}

.screen_1_ditem:nth-of-type(3)::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #4faad8;
    top: 0;
    bottom: 0;
    left: 61.8%;
}

.screen_1_ditem:nth-of-type(4)::after,
.screen_1_ditem:nth-of-type(5)::after {
    content: '';
    position: absolute;
    height: 101%;
    width: 1px;
    background-color: #4faad8;
    top: calc(-100% + -2px);
    bottom: 0;
    left: 61.8%;
}

.screen_1_ditem:nth-of-type(3)::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #4faad8;
    top: 0;
    bottom: 0;
    left: 38.2%;
}

.screen_1_ditem:nth-of-type(4)::before,
.screen_1_ditem:nth-of-type(5)::before {
    content: '';
    position: absolute;
    height: 101%;
    width: 1px;
    background-color: #4faad8;
    top: calc(-100% + -2px);
    bottom: 0;
    left: 38.2%;
}

.screen_1_ditem {
    position: relative;
}

.fancybox-container {
    z-index: 99999999!important;
}

.test_list {
    color: #242424;
}

.test_finish-link {
    margin-top: 25px;
}

.test_finish-text {
    color: #fff;
}

@media screen and (max-width: 1300px) {
    .tests_header {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1140px) {
    .tests_wrapper {
        flex-direction: column;
        padding-left: 5%;
        padding-right: 5%;
    }
    .tests_desc-container {
        width: 100%;
        height: auto;
    }
    .tests_desc {
        display: flex;
        align-items: center;
    }
    .tests_tag {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 20px;
    }
    .tests .hello_more {
        bottom: calc(-100vh + 140px);
    }
    .tests_screen-container {
        width: 100%;
    }
    .tests_screen {
        padding: 6.4% 4% 19.3%;
        margin-top: 0;
    }
    .tests_content {
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: 100%;
    }
    .tests_header {
        align-items: flex-start;
    }
    .test_list {
        margin-left: 6px;
        color: #fff;
    }
    .tests_screen {
        padding: 11.4% 4% 19.3%;
        margin-top: 0;
    }
    .tests_desc {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 2vh;
    }
    .tests_main-title {
        color: #ffffff;
        font-size: 18px;
        font-weight: 100;
    }
    .tests_title {
        color: #df2b61;
        font-size: 24px;
        font-weight: 700;
    }
    .tests_decor g:last-child {
        opacity: 0.3;
    }
    .tests_decor {
        position: absolute;
        bottom: 0;
        z-index: 0;
        left: 76%;
        transform: translateX(-50%);
        width: 750px;
        height: 659px;
    }
    .tests_decor g:first-of-type {
        transform: translate(-179px, 77px);
    }
    .tests_radio {
        color: #ffffff;
        font-size: 20px;
        font-weight: 300;
        padding-left: 30px;
    }
    .tests_radio::before {
        width: 10px;
        height: 10px;
        top: 4px;
    }
    .tests_content input:checked+.tests_radio::after {
        top: 6.3px;
        left: 3px;
        width: 7px;
        height: 7px;
    }
    .tests_screen {
        background-image: none;
    }
    .tests_counter {
        position: absolute;
        bottom: 0px;
        left: 0px;
        transform: translate(4px);
        padding-left: 0;
    }
    .tests .hello_more {
        left: 50%;
        transform: translate(-50%);
        width: auto;
        bottom: calc(-100vh + 153px);
    }
    .tests_content {
        height: auto;
    }
    .tests_screen-container {
        height: 70%;
    }
    .tests_wrapper {
        justify-content: flex-end;
    }
    .tests_screen {
        padding: 0;
        margin-top: 60px;
    }
    .tests_item {
        padding-bottom: 22px;
    }
    .tests_screen {
        margin-top: 30px;
    }
    .tests .hello_more {
        padding-left: 0;
    }
    .tests .hello_more {
        padding-left: 0;
        bottom: calc(-100vh + 195px);
    }
    .tests .hello_more::after {
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }
}

.ya-share2__list {
    margin-left: auto!important;
    margin-right: auto!important;
    background-size: contain;
    background-image: url(../img/screen-border.png?v=13);
    background-repeat: no-repeat;
    padding: 14px 0!important;
    background-position: center;
    margin-top: 45px!important;
}

.wrapper-shares-t .ya-share2__item,
.wrapper-shares-t .ya-share2__item:hover {
    width: 20%;
}

.ya-share2__list_direction_horizontal>.ya-share2__item:first-child {
    transform: translateX(8px);
}

.ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
    transform: translateX(-8px);
}

.shres {
    max-width: 100%;
}

nav.nav-menu ul li a {
    text-decoration: none;
}

nav.nav-menu {
    padding-right: 60px;
}

@media screen and (max-height: 830px) {
    .screen_1_bg.screen_1_bg__apple {
        top: -172px;
    }
    .screen_2_item_content {
        transform: translateY(0);
    }
}

@media screen and (max-height: 685px) {
    .screen_1_desc li {
        font-size: 14px;
        line-height: 1.2em;
    }
}

@media screen and (max-width: 768px) {
    svg {
        max-width: 100%;
    }
    ul.menu-footer li:nth-child(2n) {
        width: 48%;
        margin: 0;
    }
    ul.menu-footer li {
        width: 48%;
        margin: 0;
    }
    .menu-footer {
        display: flex;
        flex-wrap: wrap;
    }
    .menu-footer-wrapper {
        height: 18vh;
    }
}

@media screen and (max-width: 1124px) {
    .common-monitor-slider__wrapper {
        padding-top: 100px;
        min-height: 80vh;
        display: flex;
        align-items: flex-end;
        position: relative;
        max-width: 100%;
        margin: auto;
        justify-content: flex-end;
        align-items: center;
        flex-direction: column;
    }
    .user-wrapper {
        margin-right: 5px;
    }
    .burger {
        margin-right: 5px;
    }
}

@media screen and (max-width: 767px) {
    .tests_radio {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        padding-left: 30px;
    }
    .big_br {
        display: none;
    }
    .hello_title {
        font-size: 24px;
        font-weight: 300;
        padding: 0 15px;
    }
    .hello_dots .owl-dot,
    #pp-nav a,
    #pp-nav li {
        width: 8px;
        height: 8px;
    }
    .hello_dots .owl-dot.active::after,
    #pp-nav a.active::after,
    #pp-nav li.active::after {
        width: 4px;
        height: 4px;
        top: 1px;
        right: 1px;
        bottom: 1px;
        left: 1px;
    }
    .hello_number {
        margin-top: -17.4%;
    }
    .hello_more::after {
        bottom: -85px;
    }
    .screen_1::after {
        opacity: 0.5;
    }
    .screen_1 .pp-tableCell {
        vertical-align: bottom;
    }
    .screen_1 .hello_more {
        display: none;
    }
    .screen_1_decor {
        display: none;
    }
    .screen_1_wrapper {
        flex-direction: column;
    }
    .screen_1_item {
        width: 100%;
        height: 23vh;
        padding: 0 !important;
        flex: auto;
        justify-content: center;
        position: relative;
    }
    .screen_1_item::after {
        content: '';
        background-color: #292929;
        opacity: 0.6;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 3;
        position: absolute;
    }
    .screen_1_item * {
        z-index: 9;
    }
    .screen_1_item:hover .screen_1_title::after {
        opacity: 1;
    }
    .screen_1_item .screen_1_content *:not(.screen_1_bg) {
        display: none;
    }
    .screen_1_title {
        font-size: 24px;
        display: flex;
        height: 100%;
        align-items: center;
        z-index: 20;
    }
    .screen_1_title::before {
        margin: 0;
    }
    .screen_1_title.screen_1_title__games::before {
        transform: translate(-5px, 8px);
    }
    .screen_1_title.screen_1_title__graph::before {
        transform: translate(0px, 8px);
    }
    .screen_1_title.screen_1_title__apple::before {
        transform: translate(-17px, 6px);
    }
    .screen_1_main-title {
        position: relative;
        top: auto;
        margin-top: 16.5vh;
    }
    .screen_1_bg {
        background-size: cover;
        transform: translateX(0%);
        max-height: 16vh;
        background-position: top;
        bottom: 0;
        top: auto !important;
    }
    .screen_2_item {
        padding-left: 59px;
        padding-right: 59px;
    }
    .screen_2_item_content {
        transform: translate(0);
    }
    .screen_2_item::after {
        opacity: 0.5;
    }
    .screen_2 .hello_more {
        display: none;
    }
    .screen_2_title {
        font-size: 24px;
        margin-bottom: 27px;
    }
    .screen_2_desc {
        font-size: 14px;
        font-weight: 300;
        line-height: 17.39px;
        margin-bottom: 36px;
    }
    .screen_2_btn {
        padding: 9px 26px;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.8px;
    }
    .screen_3_share {
        width: 100%;
    }
    .screen_3_content {
        padding-left: 25px;
        padding-right: 25px;
    }
    #pp-nav.right {
        right: 4px;
    }
    #pp-nav li {
        margin-bottom: 26px;
    }
    .screen_3_btn {
        font-size: 12px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        padding: 10px 28px;
    }
    .screen_3_title {
        font-size: 18px;
        font-weight: 300;
    }
    .screen_3_share {
        height: 225px;
    }
    .hello_more {
        bottom: 27vh;
    }
    .hello_dots {
        bottom: 30vh;
    }
    .hello_number {
        margin-top: -46.4%;
    }
    html,
    body,
    .pp-section.pp-table {
        height: 100%!important;
    }
    .pp-section.pp-table {
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .hello_more::after {
        content: '';
        display: block;
        width: 46px;
        height: 58px;
        background-image: url(../img/more.png?v=13);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 20px;
        position: absolute;
        left: calc(50% - 23px);
    }
    .hello_more {
        color: #ffffff;
        font-size: 16px;
        font-weight: 300;
        bottom: 0px;
        left: 50%;
        transform: translate(-50%, 0%);
        position: absolute;
        z-index: 20;
        text-decoration: none;
        padding-bottom: 100px;
    }
    .screen_1_wrapper {
        height: calc(100% - 157px);
    }
    .screen_1_item {
        height: calc((100% - 157px) / 3);
    }
    .screen_2_item {
        padding-left: 15px;
        padding-right: 22px;
    }
    .screen_2_title {
        margin-bottom: 16px;
    }
    .screen_2_item_content {
        margin: 65px 0px 0px;
    }
    .screen_3 .pp-tableCell {
        padding-top: 16vh;
    }
    .menu-footer-wrapper {
        width: 100%;
        height: 140px;
    }
    .menu-footer-wrapper .menu-footer {
        max-width: 100%;
        margin: auto;
    }
    ul.menu-footer li {
        width: 50%;
    }
    ul.menu-footer li:nth-child(2n) {
        width: 100px;
        margin: 0;
    }
    .menu-footer-wrapper {
        display: flex;
        justify-content: center;
    }
    .screen_3_share {
        height: 112px;
        transform: translateY(-27px);
    }
    .user-wrapper {
        margin-right: 5px;
    }
}

@media screen and (max-width: 671px) {
    .ya-share2__list_direction_horizontal>.ya-share2__item:first-child {
        transform: translateX(-2px) scale(0.8);
    }
    .ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
        transform: translateX(-18px) scale(0.8);
    }
    .ya-share2__list_direction_horizontal>.ya-share2__item {
        transform: translateX(-8px) scale(0.8);
    }
}

@media screen and (max-width: 560px) {
    .ya-share2__list_direction_horizontal>.ya-share2__item:first-child {
        transform: translateX(-2px) scale(0.7);
    }
    .ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
        transform: translateX(-18px) scale(0.7);
    }
    .ya-share2__list_direction_horizontal>.ya-share2__item {
        transform: translateX(-16px) scale(0.7);
    }
}

@media screen and (max-width: 485px) {
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_vkontakte {
        background-position: -7px -1px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_facebook {
        background-position: -119px -1px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_odnoklassniki {
        background-position: -386px -3px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_gplus {
        background-position: -528px -2px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_twitter {
        background-position: -247px -3px;
    }
    .ya-share2__list_direction_horizontal>.ya-share2__item:first-child {
        transform: translateX(-2px) scale(0.6);
    }
    .ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
        transform: translateX(-18px) scale(0.6);
    }
    .ya-share2__list_direction_horizontal>.ya-share2__item {
        transform: translateX(-16px) scale(0.6);
    }
    .menu-footer-wrapper {}
    .menu-footer {
        justify-content: center;
    }
    /*ul.menu-footer li:nth-child(2n) {
        width: 100px;
        margin: 0;
    }
    ul.menu-footer li {
        width: 100px;
        margin: 0;
    }*/
}

@media screen and (max-width: 455px) {
    .ya-share2__list_direction_horizontal>.ya-share2__item:first-child {
        transform: translateX(0) scale(0.8);
    }
    .ya-share2__list_direction_horizontal>.ya-share2__item:last-child {
        transform: translateX(0) scale(0.8);
    }
    .ya-share2__list_direction_horizontal>.ya-share2__item {
        transform: translateX(0) scale(0.8);
    }
    .ya-share2__list {
        background-image: none;
        margin-top: 0 !important;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_twitter {
        background-position: -277px -3px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_facebook {
        background-position: -142px -1px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_gplus {
        background-position: -534px -2px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_odnoklassniki {
        background-position: -404px -3px;
    }
    /*.screen_3_share {
        height: 167px;
    }*/
    /*.menu-footer,
    .copyright {
        margin-left: 19%;
    }*/
}

@media screen and (max-width: 389px) {
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_vkontakte {
        background-position: -25px -1px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_facebook {
        background-position: -151px -1px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_gplus {
        background-position: -545px -2px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_odnoklassniki {
        background-position: -410px -3px;
    }
    .wrapper-shares-t .ya-share2__item.ya-share2__item_service_twitter {
        background-position: -282px -3px;
    }
}

@media screen and (max-width: 325px) {
    /*.hello_dots {
        bottom: 26.3vh;
    }*/
    .screen_1_title {
        font-size: 20px;
    }
}

@media screen and (max-height: 635px) {
    .screen_1 .hello_more {
        display: none;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .screen_1_desc {
        max-width: 100%;
    }
    .screen_1_item,
    .screen_2_item {
        flex: 1 1;
    }
    .screen_2_item_content {
        width: 100%;
        display: block;
    }
    a.series_statmore {
        padding-top: 200px;
    }
    header .right-row,
    header .left-row,
    .wrapper-link-samsung,
    header .right-content-wrapper,
    .user-wrapper,
    header .flex-center {
        min-height: 0;
        padding-top: 10px;
    }
    a.burger {
        margin-top: 8px;
    }
    .link-ig {
        top: 61%;
    }
}

@media screen and (max-width: 450px) {
    .tests_screen-container {
        height: 76%;
    }
}

@media screen and (max-width: 411px) {
    .tests .hello_more {
        bottom: calc(-100vh + 210px);
    }
    .tests_radio {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 374px) {
    .tests_screen {
        margin-top: 0;
    }
    .tests_desc {
        flex-direction: row;
        align-items: center;
    }
    .tests .hello_more {
        padding-bottom: 58px;
    }
    .tests .hello_more::after {
        bottom: 0;
        width: 38px;
    }
}