#review-title {margin: 10px 0;}
.show-menu, #menu .close-menu, .backdrop, .pow-pay1 br {
    display: none;
}
.mobile-only {
    display: none !important;
}
@media(max-width:1240px){
    /* Глобально */
    * {
        box-sizing: border-box;
    }
    .wrapper, #content {
        max-width: 100%;
        width: 1140px;
    }
    h1 {
        font-size: 36px;
        line-height: 42px;
        margin: 20px 0 30px;
    }
    img {
        max-width: 100%;
    }
    footer {
        margin-top: 30px;
    }
    input, textarea {
        padding: 4px 6px;
    }
    #menu li a {
        padding: 0 12px;
    }
    #menu li div a {
        padding: 0 15px;
    }
    #search input {
        min-width: 150px;
    }
    
    /* Главная */
    .newslide .nslide {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-wrap: wrap;
        padding: 20px 15px 15px;
        text-align: center;
    }
    .newslide .image, .newslide .name {
        width: 100%;
    }
    .newslide .name {
        height: 85px;
        line-height: 1.4;
        overflow: hidden;
    }
    .newslide .name a {
        line-height: 20px;
    }
    .newslide .price {
        width: 100%;
        margin: 0 0 8px;
    }
    .newslide .cart {
        width: 100%;
        padding: 0;
    }
    .lastsales .lastin .date {
        margin-left: 0 !important;
    }
    .grey.next .box-bban img {
        min-width: 30px;
    }
    .mrevin .slick-slide .rev {
        padding: 0 20px 20px;
    }
    #livesearch {
        min-width: 206px;
        max-height: 50vh;
        overflow: auto;
        padding: 15px;
    }
    #livesearch li {
        padding: 0 0 15px;
    }
    
    /* Категория */
    .category-list {
        display: flex;
        flex-wrap: wrap;
    }
    .category-list a.catlist {
        padding: 30px;
    }
    .category-list .desc {
        padding: 0 0 0 20px;
    }
    .category-list a.catlist:nth-child(odd) {
        clear: both;
    }
    .category-list a.catlist {
        display: flex;
        align-items: center;
    }
    .category-list .title {
        display: block;
        width: 100%;
        margin-left: 0;
    }
    .category-list .counts i {
        margin-left: 0;
    }
    .left-cats li a.haschildren.active+ul {
        padding: 15px;
    }
    .product-filter {
        padding: 0 0 15px;
    }
    .product-filter .sort {
        float: none;
        width: 100%;
        margin: 0 0 15px;
    }
    .product-filter .limit {
        margin: 0;
    }
    .category .product-list .catprod {
        display: flex;
        align-items: center;
        padding: 0 0 0 20px;
        margin: 0 0 20px 0;
    }
    .category .product-list .catprod .image {
        margin: 0;
        padding: 0;
        min-width: 120px;
        max-width: 120px;
    }
    .category .product-list .catprod .catcent {
        width: calc(100% - 300px);
        overflow: hidden;
        flex-grow: 1;
        height: 100%;
        padding: 20px;
        border-right: 20px solid #fff;
    }
    .category .product-list .catprod .catright {
        min-width: 180px;
        max-width: 180px;
        padding: 20px;
    }
    .catprod {
        padding: 0 0 20px;
    }
    .catprod .name {
        padding: 10px 0;
        height: 85px;
        overflow: hidden;
    }
    .catprod .name a {
        line-height: 1.2;
    }
    .catprod .price {
        margin: 0 0 8px;
    }
    .catprod .cart, .product-grid .cart-nostock {
        display: block;
        padding: 0;
        margin: 0;
    }
    .catprod .sticker, .product-stiker {
        left: 2px;
        top: 0;
    }
    .box-filter {
        flex-wrap: wrap;
    }
    .box-filter label {
        margin: 0 10px 10px 0;
    }
    .box-filter .clean_filters {
        margin: 0;
        padding: 5px 12px;
    }
    
    /* Карточка товара */
    .product-info .left {
        width: calc(25% - 5px);
        margin: 0 20px 0 0;
        padding: 15px;
    }
    .product-info .right {
        width: calc(75% - 15px);
        display: flex;
        align-items: center;
    }
    .product-info .description, .product-info .promo_code {
        margin: 0 20px 0 0;
        width: 100%;
        padding: 15px;
    }
    .product-info .price-right {
        margin: 0;
        width: 100%;
        padding: 15px;
    }
    .product-info .promo_code .get_code {
        width: 140px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        margin: 0;
    }
    .product-info .promo_code .about_code, .cart2 .about_code {
        width: calc(100% - 30px);
    }
    #content .product-info .description>div {
        width: 200px;
        max-width: 100%;
    }
    .price .price_cart {
        font-size: 24px;
        padding: 0 0 15px 0;
    }
    .cart2 .buyform {
        width: 50%;
    }
    .cart2 .cnter {
        width: calc(50% - 10px);
    }
    .cart2 .noinstock, .product-info .promo_code .copy_code~p {
        line-height: 1.4;
    }
    .cart2 a {
        float: none;
        display: block;
    }
    .product-pow-pay .pow-pay1 {
        float: none;
        margin: 10px 0 0;
    }
    .left_description {
        line-height: 1.4;
    }
    #review {
        margin: 0 0 20px;
    }
    .about_code+.popupText {
        right: 20px;
    }
    .cart2 .kaka_code + .popupText {
        right: 38%;
    }
    .product-info .promo_code .get_code i {
        min-width: 28px;
        max-width: 28px;
    }
    .downloads-category .item-title {
        width: 100%;
    }
    .downloads-category ul li .program .program-panel .panel-content table tbody tr td:first-child {
        padding: 10px;
        width: 100%;
    }
    .downloads-category ul li .program .program-panel .panel-content table tbody tr {
        vertical-align: middle;
    }
    .downloads-category ul li .program .program-panel .panel-content table thead th {
        vertical-align: bottom;
        padding-right: 10px;
    }
    .downloads-category ul li .program .program-panel .panel-content table thead th:last-child {
        padding-right: 0;
    }
    
    /* Купить в один клик */
    
    #discount_success2 {
        line-height: 1.4;
        margin: -5px 0 0;
    }
    #pay_form {
        padding: 20px;
    }
    #pay_h3 {
        clear: both;
    }
    
    /* Корзина */
    
    .content + .buttons {
        margin-top: 10px;
    }
    
    /* Новости */
    
    .blog-new {
        display: flex;
        flex-direction: column;
    }
    .blog-new > * {
        order: 1;
    }
    .blog-new .bdate {
        order: 0;
    }
    
    /* ЧаВо */
    
    .liber-item .question.active~.answer.content {
        padding: 15px 15px 0 20px;
        margin: 10px 0 0;
        line-height: 1.4;
    }
    
    /* Поиск */
    
    .category.search #column-left, .category.search .catright {
        padding-top: 20px;
    }
    .category.search .content {
        padding: 20px;
    }
    .category.search .content h2 {
        margin: 0 0 10px 0;
    }
    .category.search .content span {
        margin: 0 0 8px;
    }
    .ck {
        display: flex;
        line-height: 1.2;
        margin: 0 0 10px;
    }
    .ck input[type="checkbox"] {
        margin: 6px 6px 0 0;
    }
    
    /* Инфо страницы */
    
    .partnership-third p {
        width: 100%;
    }
    .partnership-third .steps .register, .partnership-third .steps .post, .partnership-third .steps .get {
        width: 33%;
        padding: 0 0 0 30px;
        text-align: left;
        justify-content: flex-start;
        shape-outside: none;
        clip-path: none;
        z-index: 2;
    }
    .partnership-third .steps .register p, .partnership-third .steps .post p, .partnership-third .steps .get p {
        font-size: 16px;
        line-height: 1.4;
    }
    .partnership-third .steps .register:before {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        border: 56px solid transparent;
        border-left-color: #f8614c;
    }
    .partnership-third .steps .post {
        left: 33%;
        z-index: 1;
        justify-content: center;
        padding-left: 80px;
    }
    .partnership-third .steps .post:before {
        content: '';
        position: absolute;
        top: 0;
        left: 100%;
        border: 56px solid transparent;
        border-left-color: #EECA0B;
    }
    .partnership-third .steps .get {
        left: 66%;
        justify-content: center;
        z-index: 0;
        padding: 0 40px 0 80px;
    }
    .partnership-third .steps .get:before {
        content: '';
        position: absolute;
        top: 0;
        right: -50px;
        border: 56px solid #fff;
        border-left-color: #79BF41;
    }
    .subcategory .product-filter .sort {
        width: auto;
    }
    
    .subcategory .product-list .catprod {
        margin: 0 4px 8px;
    }
    
    .subcategory .product-filter {
        margin: 0;
    }
    
    .subcategory .product-list .catprod .catcent {
        border-right: 3px solid #fff;
    }
}
@media(max-width:1140px){
    .wrapper, #content {
        width: 960px;
    }
    .product-info .description .dropdown {
        width: calc(100% - 30px);
    }
    .product-info .description .dropdown .download_link {
        display: block;
        line-height: 18px;
    }
    .product-info .description .dropdown .download_link:after {
        top: 2px;
        right: 10px;
    }
    .download_link+.popupTex {
        margin-left: 15px;
    }
    .bnews {
        margin: 0 -15px;
    }
    .blog-new {
        width: calc(33% - 30px);
        margin: 0 15px 20px;
    }
    .subcategory .product-list .catprod {
        width: 100%;
    }
}
@media(max-width:992px){ 
    /* Глобально */
    .wrapper, #content {
        width: 720px;
        padding: 0 15px;
    }
    .wrapper:after, #content:after {
        content: '';
        display: table;
        width: 100%;
    }
    .box-heading {
        font-size: 36px;
        line-height: 40px;
        padding-right: 80px;
    }
    .lastsales .next, .lastnews .next, .newslide .next, .lastsales .prev, .lastnews .prev, .newslide .prev {
        top: -32px;
    }
    .top-bar {
        height: 40px;
        line-height: 40px;
    }
    .valblock {
        height: 40px;
    }
    .top-bar a {
        padding: 0 8px;
    }
    .top-bar .left-links {
        margin-left: 0;
    }
    .main-bar {
        width: 100%;
    }
    #logo img {
        margin-top: 10px;
    }
    #menu li div a {
        min-width: 200px;
    }
    header .wrapper {
        position: relative;
    }
    header #search {
        position: absolute;
        top: -60px;
        left: auto;
        right: 15px;
    }
    .top-menu li {
        line-height: 54px;
        margin: 0 0 0 20px;
    }
    .menu-bar {
        height: 42px;
        line-height: 42px;
    }
    #menu {
        margin: 0;
    }
    #menu li:last-child:hover div {
        left: auto;
        right: 0;
    }
    #menu li a {
        font-size: 15px;
        height: 42px;
        line-height: 42px;
    }
    #footer {
        padding: 60px 0 30px 0;
    }
    footer .col-4 {
        width: 100%;
        padding-bottom: 15px;
    }
    .fcontact {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .fcontact a + a {
        display: block;
        margin-top: 10px;
    }
    .fcontact .whatsApp + li {
        margin: 0 0 15px;
        padding: 0;
    }
    #footer .fcontact li {
        background-position: 5px 5px;
        margin: 0 25px 15px 0;
    }
    .fcontact li b {
        display: block;
        margin-left: -20px;
    }
    #footer h3 {
        padding: 0 0 20px 0;
    }
    footer .col-2 {
        width: 25%;
    }
    
    /* Главная */
    .home .box.category-home {
        padding: 30px 0;
        margin: 0;
    }
    .maincat {
        font-size: 32px;
        line-height: 48px;
        padding: 50px 0;
    }
    #pay_form .description_prod li {
        width: 33%;
    }
    .vipokypaete {
        padding: 25px 0 0 0;
    }
    .confirmBlock {
        padding: 0;
    }
    .clearfix:after {
        content: '';
        display: table;
        width: 100%;
    }
    .confirmBlock .pay.unavailable+b {
        max-width: 100%;
        padding: 10px 0 0;
    }
    .confirmBlock p {
        width: 100%;
        padding: 0;
        float: none;
    }
    
    /* Каталог */
    .category #column-left {
        width: 240px;
        margin: 0 20px 0 0;
    }
    .category #column-left~.catright {
        float: left;
        width: calc(100% - 260px);
    }
    .product-filter .sort, .product-filter .limit {
        font-size: 14px;
    }
    .product-filter .sort span {
        margin: 0 0 0 10px;
    }
    .box-filter label {
        padding: 4px 8px;
        margin: 0 8px 8px 0;
        line-height: 20px;
        font-size: 14px;
    }
    .box-filter .clean_filters {
        padding: 4px 8px;
        font-size: 14px;
        line-height: 20px;
    }
    .box-filter {
        margin-bottom: 20px;
    }
    .category .product-list .catprod {
        padding: 0;
        display: block;
    }
    .category .product-list .catprod .image {
        float: left;
        padding: 15px;
        min-width: 150px;
        max-width: 150px;
    }
    .category .product-list .catprod .catcent {
        width: calc(100% - 150px);
        padding: 15px 15px 0 0;
        border: 0;
    }
    .category .product-list .catprod .catright {
        max-width: 100%;
        width: calc(100% - 150px);
        padding: 0 15px 15px 0;
        align-items: flex-start;
    }
    .category .product-list .catprod .price {
        margin: 5px 0 15px;
        padding: 0;
        border: 0;
        font-size: 28px;
    }
    .category .product-list .catprod .cart {
        display: flex;
        justify-content: flex-start;
        padding: 0;
        width: 100%;
    }
    .category .product-list .catprod .cart .cat-add-to-cart {
        margin: 0 0 0 20px;
    }
    .category .catprod {
        width: 50%;
    }
    .product-list .cart-nostock {
        display: flex;
        justify-content: flex-start;
        padding: 0;
        width: 100%;
    }
    .product-list .cart-nostock a {
        margin: 0 20px 0 0;
    }
    
    /* Карточка */
    .pow-pay1 br {display: initial;}
    .product-info.clearfix {
        position: relative;
    }
    .product-info .left {
        height: auto;
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 180px;
    }
    .product-info .right {
        flex-wrap: wrap;
        align-items: stretch;
        width: 100%;
    }
    .product-info .description {
        height: auto;
        margin: 0 0 20px;
        padding: 15px;
        width: 100%;
    }
    .product-info .description {
        padding: 15px 15px 80px 200px;
    }
    #content .product-info .description>div {
        float: left;
        width: 50%;
    }
    #content .product-info .description>div.dropdown {
        width: 200px;
    }
    .product-info .promo_code {
        width: calc(50% - 10px);
        margin: 0 20px 0 0;
        height: 340px;
    }
    .product-info .price-right {
        width: calc(50% - 10px);
        height: 360px;
    }
    .product-info .promo_code .get_code {
        width: 240px;
        margin: 0 20px 0 0;
    }
    .product-info .promo_code .number {
        max-width: 360px;
    }
    .about_code+.popupText {
        right: 0;
        left: 50px;
    }
    .about_code+.popupText:before {
        left: 120px;
        right: auto;
        bottom: -20px;
        border-right: 10px solid transparent;
        border-left: 7px solid #fff;
    }
    .cart2 .kaka_code + .popupText {
        right: 60%;
    }
    .right_description {
        padding: 20px;
        width: 240px;
        margin: 0 0 0 20px;
    }
    .left_description {
        width: calc(100% - 260px);
        margin: 0 0 30px;
    }
    .read-next {
        display: block;
        box-shadow: -5px 0 10px 5px #fff;
        position: relative;
    }

    .tab-content table {
        width: calc(100% + 10px)!important;
        border-spacing: 10px;
        margin: 0 0 0 -10px;
    }
    .tab-content .liber .question.active+.answer {
        padding: 15px 15px 15px 20px;
        margin: 0 0 15px !important;
    }
    .tab-content .liber .question {
        position: relative;
        padding: 10px 20px 10px 0;
        border-top: 1px solid #f7f7f9;
    }
    .tab-content .liber .question:first-child {
        border-top: 0;
        padding-top: 0;
    }
    .tab-content .liber .question:after {
        position: absolute;
        top: 10px;
        right: 4px;
        background: #f7f7f9;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pbtm td {
        padding: 0 10px;
        line-height: 1.4;
    }
    .pbtm td h3 {
        line-height: 24px;
    }
    .oform {
        max-width: 100%;
        padding: 20px;
    }
    
    /* Информационные страницы */
    .liber h2 {
        line-height: 36px;
        margin: 0 0 30px;
    }
    .pagination {
        flex-direction: column;
        padding: 30px 0;
    }
    .pagination .links {
        margin: 0 0 10px;
    }
    .bprev, .bnext {
        width: 45%;
    }
    .downloads-category ul li .program ul li .program-accordion {
        padding: 15px 20px;
    }
    .partnership-first .left {
        width: auto;
        padding-right: 20px;
    }
    .join {
        width: 100%;
        padding: 10px 15px;
        text-align: center;
    }
    button.instruction {
        width: 100%;
    }
    .partnership-first .right {
        min-width: 335px;
        max-width: 335px;
    }
    .partnership-third .steps .register {
        width: 30%;
        padding-left: 20px;
    }
    .partnership-third .steps .post {
        left: 30%;
    }
    .partnership-third .steps .get {
        left: 60%;
        width: 37%;
        padding-left: 85px;
    }
    .category.search .content .sl {
        width: calc(50% - 20px);
    }
    .category.search .content .sl:last-child {
        width: 100%;
        display: flex;
        margin: 20px 0 0;
    }
    
    .category.search .ck:last-child {
        margin: 0 0 0 20px;
    }
    #button-search {
        height: auto;
        line-height: 36px;
    }
    .conts .left-cont {
        width: 100%;
    }
    .order-row {
        flex-direction: column;
        min-height: auto;
    }
    .order-col {
        width: 100%;
        max-width: 100%;
        min-height: auto;
    }
    .order-col .form-group {
        max-width: 420px;
    }
    .order-col:nth-child(1) {
        max-width: 100%;
        padding: 0 0 30px 0;
        min-height: auto;
    }
    .order-btn-holder {
        padding: 30px 0 0;
    }
    .order-btn-holder > div {
        margin-right: 30px;
    }
    .order-btn-holder > div {
        margin-right: 0;
    }
    .htabs>a {
        margin: 0 5px 5px 0;
    }
    .htabs {
        flex-wrap: wrap;
        align-items: flex-start;
    }
}
@media(max-width:769px){ 
    .mobile-only {
        display: block !important;
    }
    /* Глобально */
    .top-menu {
        display: none;
    }
    .wrapper, #content {
        width: 540px;
    }
    #menu > ul > li:not(.close-menu) > a {
        padding: 0 12px 0 35px;
        position: relative;
    }
    #menu li a img {
        position: absolute;
        top: 50%;
        left: 17px;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    .top-bar .test-i {
        display: none;
    }
    .fcontact {
        flex-wrap: wrap;
    }
    .fcontact .whatsApp + li {
        display: flex;
        padding: 0;
    }
    .fcontact a + a {
        margin: 0 0 0 10px;
    }
    footer .col-2 {
        width: auto;
        min-width: 40%;
        max-width: 50%;
        margin: 0 0 20px;
    }
    footer .col-2:nth-child(odd) {
        clear: both;
    }
    #footer .fcontact li {
        margin: 0 25px 25px 0;
    }
    #footer .fcontact .whatsApp + li {
        padding-left: 0;
    }
    #powered {
        line-height: 36px;
        height: auto;
        padding: 0 0 10px;
    }
    #powered .col-4 {
        width: 75%;
        padding: 0;
    }
    #powered .col-2 {
        width: 25%;
        margin: 0;
    }
    #menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }
    #menu.open {
        display: block;
    }
    .backdrop {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(63, 69, 80, .15);
        z-index: 1;
    }
    #menu > ul {
        position: relative;
        z-index: 2;
        display: flex;
        flex-direction: column;
        background: #313131;
        height: 100%;
        width: 90%;
        max-width: 240px;
        transition: all .3s;
        transform: translateX(-100%);
        overflow: auto;
    }
    #menu > ul.open {
        transform: translateX(0);
    }
    .show-menu {
        background: #F47314;
        color: #fff;
        border: 0;
        padding: 10px;
        text-transform: uppercase;
        display: inline-flex;
        align-items: center;
    }
    .show-menu span {
        position: relative;
        display: block;
        height: 10px;
        width: 12px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        margin: 0 6px 0 0;
    }
    .show-menu span:before {
        content: '';
        height: 2px;
        width: 100%;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -1px;
    }
    #menu .close-menu {
        display: block;
        text-align: right;
        margin: 0 0 5px;
    }
    #menu .close-menu a {
        font-weight: normal;
        text-transform: none;
        background: #F47314;
        display: inline-block;
        border-radius: 0 0 0 15px;
    }
    #menu li {
        float: none;
    }
    #menu li div a:hover, #menu li div li.act a {
        background: #F7F7F9;
        color: #4A556A;
        border-left: 4px solid #F47314;
    }
    #menu > ul > li:not(.close-menu) {
        border-bottom: 1px solid #444;
    }
    #menu li a:hover {
        color: #fff;
        background: transparent;
    }
    #menu li.act > a {
        color: #4A556A;
        background: #fff;
        border-left: 3px solid #f47314;
    }
    #menu li div {
        max-width: 100%;
        padding: 0;
        background: #fff;
    }
    #menu li:hover div {
        display: none;
        position: relative;
        top: 0;
    }
    #menu li.open div {
        display: block !important;
    }
    #menu li div a {
        padding-left: 31px;
    }
    #menu ul li:nth-child(3) div ul {
        width: 100%;
        float: none;
    }
    .menu-bar {
        height: 46px;
        line-height: 46px;
    }
    header #search {
        position: relative;
        top: 0;
        left: auto;
        right: 0;
        padding: 6px 0;
    }
    #search input, #search .button-search {
        height: 35px;
        line-height: 35px;
    }
    
    /* Главная */
    .home .box.category-home .catlist {
        grid-template-columns: 1fr 1fr;
    }
    .newslide .name {
        height: auto;
    }
    #mainbanner .slick-dots {
        bottom: 0;
    }
    .grey {
        padding: 30px 0;
    }
    .grey.next {
        margin: 60px 0 0 0;
    }
    .grey.next .box {
        width: 100%;
        padding: 0;
    }
    .grey.next .box-bban {
        width: 100%;
        padding: 30px 0 0;
    }
    .grey.next td {
        padding: 0 10px 20px 0;
    }
    .home .box {
        padding: 40px 0 0 0;
    }
    .lastsales .lastin {
        padding: 40px 20px 20px;
    }
    .mrevin .slick-slide .rev {
        padding: 0 15px;
    }
    .mainreviews .torev {
        top: 90px;
    }
    
    /* Каталог */
    .category-list a.catlist {
        width: 100%;
    }
    .category.search #column-left, .category #column-left {
        display: none;
    }
    .category #column-left~.catright {
        width: 100%;
    }
    .ck input[type="checkbox"] {
        margin: 2px 6px 0 0;
    }
    #content .product-info .description>div {
        float: none;
        width: 100%;
    }
    
    /* Карточка */
    .lastsales .lastin .cart {
        float: right;
        display: flex;
        align-items: center;
    }
    .payment-methods br {display: none;}
    .popupText:before {
        left: auto;
        right: 15px;
        top: 100%;
    }
    .download_link+.popupText {
        left: auto;
        right: 0;
        top: auto;
        bottom: 100%;
        margin: 0 0 20px;
    }
    .cart2 .kaka_code + .popupText {
        right: 35%;
    }
    .left_description {
        width: 100%;
        float: none;
    }
    .right_description {
        width: 100%;
        margin: 0 0 40px;
        padding: 20px 20px 0;
    }
    .right_description .right_blocks~.right_blocks {
        padding-top: 0;
    }
    .pbtm td {
        display: block;
        width: 50%;
        float: left;
        padding: 0 10px 30px;
    }
    .blog-new {
        width: calc(50% - 30px);   
    }
    .liberCol {
        width: 100%;
        float: none;
    }
    .liberCol.col1, .liberCol.col2 {
        padding: 0;
    }
    .downloads-category ul li .program ul li {
        width: 100%;
    }
    .partnership-first {
        flex-direction: column;
    }
    .partnership-first .left {
        padding: 0 0 30px;
    }
    .partnership-first .right {
        min-width: 280px;
        width: 320px;
        max-width: 100%;
        height: 480px;
        margin: 0 auto;
    }
    .partnership-second {
        margin-top: 60px;
    }
    .partnership-third .steps {
        flex-direction: column;
        height: auto;
    }
    .partnership-third .steps .register, .partnership-third .steps .post, .partnership-third .steps .get {
        width: 100%;
        position: relative;
        left: 0;
        padding: 15px 20px;
        height: auto;
        font-size: 16px;
        line-height: 1.4;
    }
    .partnership-third .steps .post:before, .partnership-third .steps .get:before, .partnership-third .steps .register:before {
        display: none;
    }
    .partnership-third, .partnership-fourth {
        padding: 80px 0;
    }
    .partnership-fourth h2 {
        width: 80%;
    }
    .join-third {
        margin: 30px auto;
    }
    .partnership-second ul li {
        width: 33%;
        padding: 0 10px;
    }
    .popup-modal {
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .fcontact {
        justify-content: flex-start;
    }
    .cnter .question .description {
        right: -40px;
        bottom: 100%;
    }
    .downloads-category ul li .program .program-panel .panel-content table tbody tr td:last-child {
        padding: 10px 3px;
        text-align: center;
    } 
    .downloads-category ul li .program .program-panel .panel-content table tbody tr td {
        padding: 10px 2px;
        text-align: center;
    }
    .downloads-category ul li .program .program-panel .panel-content table thead th {
        padding: 0 2px;
    }
    .downloads-category {
        margin: 0 -15px;
    }
    .right_description > .right_blocks .question .description {
        right: auto;
        left: -40px;
    }
    .right_description > .right_blocks .question .description:before {
        right: auto;
        left: 30px;
    }
    #colorbox {
        /*max-height: 90vh;*/
        /*max-width: 90vw;*/
        /*overflow: auto !important;*/
        /*left: 5vw !important;*/
        /*top: 5vw !important;*/
        /*position: fixed !important;*/
    }
    #cboxClose {
        position: fixed;
        top: 15px;
        right: 15px;
    }
    .product-info .description {
        position: relative;
        z-index: 1;
    }
    .payment-methods {
        flex-wrap: wrap;
    }
    .payment-methods li:first-child {
        width: 100%;
        margin: 0 0 4px;
    }
    .order-btn-holder {
        flex-direction: column-reverse;
        padding: 20px 0 0;
    }
    .order-btn-holder > div {
        margin: 0 0 20px;
    }
    
    .subcategory .box-filter label {
        font-size: 14px;
        line-height: 20px;
    }
    .subcategory .product-filter .sort {
        width: 100%;
    }
    .subcategory .product-filter {
        margin: 0;
        flex-wrap: wrap;
    }
    .subcategory .product-filter .limit {
        margin: 0 auto 0 0;
    }
}
@media(max-width:576px){
    /* Глобально */
    .wrapper, #content {
        width: 100%;
    }
    .top-bar {
        height: auto;
    }
    .top-bar .left-links, .top-bar .right-links {
        float: none;
        display: flex;
        justify-content: center;
        margin: 0 -15px;
    }
    #logo {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    #search input {
        max-width: 150px;
    }
    .valblock .val {
        padding: 0 10px;
    }
    .valblock form {
        z-index: 2;
        width: 90px;
        padding: 0 0 5px;
    }
    #cart.active .content {
        width: 320px;
        right: -9px;
        padding: 15px;
    }
    #cart .content td.name {
        white-space: normal;
        line-height: 1.4;
    }
    #cart .content td.name + .total {
        display: none;
    } 
    #cart .content .total {
        font-size: 16px;
        line-height: 20px;
    }
    #cart table tr.tpr td {
        padding: 0 0 10px;
    }
    header #cart .checkout {
        align-items: center;
        flex-direction: column;
        padding: 0;
    }
    #livesearch .more i {
        display: none;
    }
    #livesearch .more i {
        display: none;
    }
    
    /* Главная */
    .home .box.category-home .catlist {
        grid-template-columns: 1fr;
    }
    .grey.next td {
        padding: 0;
        width: 75%;
        display: block;
        float: left;
    }
    .grey.next td:nth-child(odd) {
        width: 25%;
    }
    .grey.next td h3 {
        font-weight: 600;
    }
    .home .box {
        padding: 40px 0;
    }
    .mainreviews .torev {
        top: auto;
        position: absolute;
        bottom: -10px;
        right: 0;
        left: 0;
        text-align: center;
    }
    #powered .col-4 {
        width: 100%;
        padding: 0;
    }
    #powered .col-2 {
        width: 100%;
    }
    #livesearch {
        min-width: 185px;
    }
    
    /* Каталог */
    .category-list a.catlist {
        padding: 20px;
        align-items: flex-start;
        min-height: auto !important;
    }
    .category-list .image {
        float: left;
        padding: 0 15px 0 0;
        width: 80px;
    }
    .category-list .title {
        line-height: 28px;
        margin: 0 0 10px;
    }
    .category-list .image {
        position: absolute;
        top: 25px;
        left: 25px;
    }
    .category-list .desc {
        width: 100%;
        border: 0;
        padding: 0;
    }
    .category-list .title {
        padding-left: 100px;
    }
    .category-list .catlist:nth-child(6) .title {
        padding-left: 100px;
    }
    .category-list .counts {
        display: block;
        padding-left: 100px;
    }
    .category .product-list .catprod .image {
        float: none;
        margin: 0 auto;
        min-width: 200px;
        max-width: 200px;
    }
    .category .product-list .catprod .catcent, .category .product-list .catprod .catright {
        width: 100%;
        padding: 0 15px 15px;
    }
    .pagination br {
        display: none;
    }
    .category-info {
        padding: 40px 0 0 0;
    }
    .category.search .content .sl {
        width: 100%;
    }
    .category.search .content .sl:last-child {
        flex-direction: column;
    }
    .category.search .ck:last-child {
        margin: 10px 0;
    }
    .category.search .content .sl:last-child {
        margin: 10px 0 0;
    }
    #button-search {
        width: 100%;
    }
    .category .catprod {
        width: 100%;
        margin: 0 0 15px;
    }
    .catprod .sticker, .product-stiker {
        background: #f47314;
    }
    .catprod .name {
        height: auto;
    }
    .liber-item .question.active~.answer.content {
        max-height: 800px;
    }
    
    /* Карточка */
    .product-info .left {
        position: relative;
        width: 100%;
    }
    .product-info .left .for_img {
        max-width: 80%;
    }
    .product-info .description {
        padding: 15px 15px 80px 15px;
    }
    .download_link+.popupText {
        left: 0;
        right: 0;
        min-width: auto;
        width: 100%;
        padding: 15px;
    }
    .product-info .promo_code {
        width: 100%;
        margin: 0 0 20px;
        height: 300px;
    }
    .product-info .price-right {
        width: 100%;
    }
    #button-cart {
        line-height: 36px;
    }
    .product-pow-pay .pow-pay1 {
        max-width: 100%;
    }
    .htabs>a {
        width: 100%;
    }
    .review-list .answer {
        padding: 30px 0 0 30px;
    }
    .tab-content table td {
        display: block;
    }
    .tab-content table td:first-child {
        font-weight: bold;
        padding-bottom: 0;
    }
    .cart2 .kaka_code + .popupText {
        right: 0;
        left: 0;
        width: auto;
    }
    .cart2 .kaka_code+.popupText:before {
        left: 20px;
        right: auto;
    }
    .pagination a, .pagination b {
        margin: 0 8px 8px 0;
    }
    #pay_form .description_prod li {
        width: 50%;
    }
    #content p, #content ul {
        margin: 0 0 20px;
    }
    .about_code+.popupText {
        width: 260px;
    }
    .cnter .question .description {
        right: -42px;
        margin: 0;
    }
    .pay {
        width: 100%;
    }
    .catprod .cart a {
        text-align: center;
    }
    .catprod .cart {
        justify-content: center;
        padding: 8px 0 0;
    }
    .category .product-list .catprod .price, .catprod .price {
        width: 100%;
        text-align: center;
    }
    .category .product-list .catprod .cart {
        justify-content: center;
        padding: 5px 0;
    }
    .catprod .cart a, .category .product-list .catprod .cart .cat-add-to-cart {
        margin: 0 15px;
    }
    .htabs>a {
        margin: 0 0 10px;
    }
    
    /* Инфостраницы */
    .blog-new {
        width: calc(100% - 30px);
    }
    .blog-new .descr {
        height: auto;
    }
    #content p, #content ul {
        margin: 0 0 10px;
    }
    .partnership-second ul {
        flex-direction: column;
    }
    .partnership-second ul li {
        width: 100%;
        padding: 0 0 30px;
    }
    .partnership-fourth ul {
        overflow: hidden;
    }
    .partnership-fourth p {
        width: 90%;
    }
    #footer li {
        padding: 0 10px 10px 0;
        line-height: 1.2;
    }
    .cnter .question .description {
        margin: 0 0 20px;
    }
    header #cart .checkout {
        margin: 0 -15px -15px;
    }
    .order-item-row {
        flex-direction: column;
    }
    .order-item-img {
        margin: 0 auto 20px;
    }
    .order-item-title {
        height: auto;
    }
    .payment-methods li, .payment-methods li:last-child {
        margin: 0 10px 10px 0;
    }
}



/*Страница товара*/
.breadcrumb-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.breadcrumb-new a {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  padding-left: 25px;
  position: relative;
  color: #4A556A;
}

.breadcrumb-new a:before {
  content: '';
  background: #F47314;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 45%;
}

.breadcrumb-new div {
  font-size: 14px;
  line-height: 22px;
  color: #404040;
  padding-left: 25px;
  position: relative;
}

.breadcrumb-new div:before {
  content: '';
  background: #F47314;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 45%;
}

.breadcrumb-new__home {
  position: relative;
  padding-left: 12px !important;
}

.breadcrumb-new__home:before {
  display: none;
}

.breadcrumb-new__home:after {
  content: '';
  background: url("../image/el_home.svg") center/cover no-repeat;
  height: 12px;
  width: 12px;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
}





.product {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1200px;
}

.product__left {
  width: 480px;
}

.product__image-container {
  position: relative;
  background-color: #F7F7F9;
  width: 464px;
  height: 673px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__marker {
  background-color: #EECA0B;
  padding: 0px 16px;
  width: 135px;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  position: absolute;
  top: -13px;
  left: 30px;
}

.product__group {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__item {
  max-width: 150px;
}

.product__item:first-child {
  max-width: 70px;
}

.product__item-desc {
  padding-top: 7px;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
}

.product__item-subtitle {
  padding-top: 3px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__right {
  max-width: 705px;
}

.product h1 {
  margin: 20px 0px 40px 0px;
  font-weight: 500;
  font-size: 40px;
  line-height: 42px;
  /*font-family: Oswald;*/
}

.product__right-stroke {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__right-stroke-numbers {
  margin-bottom: 60px;
}

.product__right-number {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  margin-right: 24px;
}

.product__right-number span {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #F47314;
  font-weight: bold;
}

.product__right-stroke-version {
  margin-bottom: 45px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.product__right-ver {
  padding-right: 10px;
}

.product__right-ver-title {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 10px;
}

.product__right-ver-choice {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  margin: 0 !important;
  height: 100% !important;
  color: #4A556A;
  background: #F7F7F9;
  padding: 7.5px 16px;
  cursor: pointer;
  border: none;
  font-family: Segoe UI;
}
.product__right-ver-choice option{
    font-weight: 600;
}

.product__right-bit-choice {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4A556A;
  background: #F7F7F9;
  padding: 10px 16px;
}

.product__right-stroke-price {
  margin-bottom: 130px;
}

.product__right-price {
  margin-right: 25px;
}

.product__right-price-title {
  font-weight: 600;
  font-size: 18px;
  display: flex;
  line-height: 24px;
  align-items: flex-end;
}
.product__right-price-title div{
    margin-left: 2px;
}
.nmbrs:before, .nmbrs:after{
    

}
.nmbrs:after{
    
}

.product__right-price-title span {
  font-size: 12px;
  line-height: 22px;
  color: #3F4550;
}

.product__right-price-value {
  font-weight: 500;
  font-size: 58px;
  line-height: 24px;
  padding-top: 20px;
  font-family: 'Oswald Medium';
  width: 170px;
}

.product__right-quantity {
  margin-right: 15px;
}

.product__right-quantity-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__right-quantity-value {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__right-quantity-minus {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #F47314;
  background: #F7F7F9;
  padding: 8px 4px 12px 4px;
  cursor: pointer;
}

.product__right-quantity-number {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  color: #4A556A;
  background: #F7F7F9;
  width: 28px;
  height: 44px;
  text-align: center;
  margin: 0px 4px 0px 0px;
  border: none;
}

.product__right-quantity-plus {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #F47314;
  background: #F7F7F9;
  cursor: pointer;
  padding: 8px 1px 12px 1px;
}

.product__right-cart-button {
    border: none;
  background: #F47314;
  text-transform: uppercase;
  color: #FFFFFF !important;
  font-family: 'Oswald Medium';
  text-align: center;
  width: 216px;
  letter-spacing: 0.05em;
  height: 44px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-right: 15px;
  cursor: pointer;
}

.about_codes{
    display: flex;
}
.product__right-cart-button:hover{
    background: #D8610A;
}
.product__right-click-button:hover{color: #3B4456;}
.product__right-click-button:hover >.arrow-bg{background: #3B4456;}
.product__right-click-button {
  -ms-flex-item-align: end;
  align-self: flex-end;
  font-weight: 600;
  font-family: 'Oswald Medium';
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #4A556A;
  cursor: pointer;
  padding: 7px 0px;
}
.arrow-bg{
    background: #4A556A;
    color: #fff;
    cursor: pointer;
    padding: 7px 10px 7px 12px;
    border-radius: 100%;
    text-align: center;
    margin-right: 10px;
}

.product__right-stroke-how {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #C0C2C6;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__right-stroke-pay {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.product__right-stroke-yu {
  margin-bottom: 20px;
  text-align: right;
}

.product__right-description-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 22px;
  padding-bottom: 5px;
}

.product__right-description-lang {
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.product__right-description-version {
  padding-bottom: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
}

.product__right-description-text {
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
}

.product__right-description-btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  padding-right: 15px;
}

.product__right-description-btn:after {
  content: '';
  position: absolute;
  background: url("../image/arrow-down.svg") center/cover no-repeat;
  width: 11px;
  height: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}

.orange-stroke {
  color: #F47314;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  margin-right: 20px;
  cursor: pointer;
}

.problem {
  background: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #4A556A;
}

.pay-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  color: #C0C2C6;
}

.pay-img {
  margin-left: 15px;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 24px;
}

.download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  height: 40px;
  padding: 10px 24px;
  background: #F7F7F9;
  margin-bottom: 12px;
}

.download-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}

.download-btn a {
  color: #F47314;
  font-weight: bold;
  font-size: 12px;
  line-height: 22px;
  cursor: pointer;
}
.custom-tabs{
    margin-top: 80px;
}
.custom-block{
    margin-top: 100px;
}

@media (max-width: 1300px) {
  .product {
    width: 100%;
    justify-content: center;
  }
  .product__right-cart-button{
  	font-size: 12px !important;
  	line-height: 16px !important;
  	width: 170px;
  	height: 100%;
  	padding: 13.5px 0px !important;
  	margin-right: 8px;
  }
  .product__right-click-button{
  	font-size: 12px;
  	line-height: 16px;
  }
  .product__right{
    margin-left: 30px;
  }
  .product__left{
  	width: 400px;
  }
  .product__image-container{
  	width: 100%;
  }
  .product__right-price{
  	margin-right: 15px;
  }
  .product__right-price-title{
  	font-size: 16px;
  	line-height: 20px;
  }
  .product__right-price-title span{
  	line-height: 17px;
  }
  .problem{
  	font-size: 12px;
  }
}
@media (max-width: 992px) {
	.product{
		margin-top: 50px;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.product__left{
		width: 100%;
	}
	.product__image-container{
		height: 390px;
	}
	.product__right{
		margin-left: 0;
		margin-top: 30px;
	}
}
@media (max-width: 576px){
	.product__right-bit-choice{
		font-size: 12px;
		line-height: 20px;
		padding: 8px 10px;
	}
	.product__right-ver-choice{
		padding: 9px 10px;
		font-size: 12px;
		line-height: 20px !important;
	}
	.product__right-ver{
		padding-right: 5px;
	}
	.about_code+.popupText, .del_a+.popupText, .del_aa+.popupText, .kakk_code+.popupText, .kaka_code+.popupText, .economy+.popupText{
		max-width: 300px;
	}

}
@media (max-width: 768px) {
  .product {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product__right{
  	width: 100%;
  }
  .product h1{
    font-size: 36px;
    line-height: 42px;
  }
  .noinstock{
    margin-top: 30px;
    text-align: center;
  }
  .product__right-stroke-numbers{
    margin-bottom: 15px;
  }
  .product__right-stroke-price {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .product__right-cart-button, .product__right-click-button{
    align-self: center;
    }
    .product__right-quantity{
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .product__right-stroke-version{
        margin-bottom: 20px;
        justify-content: center;
    }
    .product__right-cart-button,.product__right-price{
        margin-right: 0;
    }
    .product__right-stroke-how{
        flex-direction: column;
    }
    .product__left,.product__image-container{
        width: 100%;
    }
    .product__image-container{
        height: 400px;
    }
    .product{
        margin-top: 30px;
    }
    .product__group{
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .product__item{
        margin-top: 20px;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .product__item:first-child{
        width: 100%;
    }
    .product__item-desc{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .product__right{
        margin-top: 25px;
    }
    .product__right-stroke-numbers{
        flex-direction: column;
    }
}