html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
}

.mobile {
    display: none !important;
}
.value_title {
    display: none;
}
.order__infotitle {
    display: none;
}
.tablet {
    display: none;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input[type='radio'] {
    cursor: pointer;
}

label {
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=text],
input[type=submit] {
    -webkit-appearance: none;
}


.transition {
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}


ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}



.seo-block ul {
    display: block;
    list-style-type: disc;
    margin: 1em;
    padding-left: 40px;
}

.seo-block li {
    list-style: initial;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ededed;
    color: #333333;
    font-family: inherit;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    border: 1px solid #dddddd !important;
    background: #fdf5ce !important;
    /* font-weight: bold; */
    font-weight: inherit !important;
    color: inherit !important;
}

body {
    background-color: #fff;
    word-wrap: break-word;
    color: #282828;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 400;
}

input, textarea {
    font-family: 'Helvetica';
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

a {
    color: inherit;
    text-decoration: none
}

.puller {
    clear: both;
    content: '';
    height: 0;
    width: 100%;
    float: none;
}

.clearfix:after {
    display: table;
    clear: both;
    width: 100%;
    height: 0;
    content: ' ';
}

.wrapper {
    width: 1280px;
    margin: 0 auto;
}

/* header*/
.header {
    width: 1280px;
    display: flex;
    flex-direction: row;
}

.top_head {
    width: 100%;
    height: 36px;
    background-color: #282828;
    display: flex;
    flex-direction: row;
}

.top_head .wrapper {
    display: flex;
    justify-content: stretch;
}

.top_head .nav {
    float: left;
    flex: 1;
}

.top_head .langchange a {
    color: #929292;
    margin: 0 10px;
    display: flex;
    align-items: center;
}

.top_head .langchange a img {
    margin-right: 5px;
    margin-bottom: 3px;
}

.top_head .lang-change.selected {
    color: #e02121;
}

.top_head .langchange {
    display: flex;
    height: 100%;
    align-items: center;
}

.top_head .nav .menu {
    /*margin: 0;*/
    list-style: none;
}
.head-banner {
    width: 100%;
    height: 30px;
    text-align: center;
    overflow: hidden;
}
.head-banner .banneritem .image,
.head-banner .slide .image {
    height: 30px;
    display: flex;
    justify-content: center;
}
.head-banner .owl-carousel .owl-item img,
.footer-banner .owl-carousel .owl-item img {
    width: auto;
}
.banneritem_link {
    cursor: pointer;
}
.head-banner .autobanner .owl-nav,
.head-banner .autobanner .owl-dots,
.footer-banner .autobanner .owl-nav,
.footer-banner .autobanner .owl-dots {
    display: none;
}
.footer-banner {
    width: 100%;
    height: 88px;
    text-align: center;
    overflow: hidden;
}
.footer-banner .slide .image,
.footer-banner .banneritem .image {
    display: flex;
    justify-content: center;
}
.topbanner_module p {
    padding: 0;
    margin: 0;
}
.topbanner_module a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.topbanner_module a img {
     width: 100%;
     max-width: 720px;
 }
.top_head .nav .menu .scooter a {
    background: url(../images/icons/scooter.png) 0 50% no-repeat;
}

.top_head .nav .menu .motoblock a {
    background: url(../images/icons/motoblock.png) 0 50% no-repeat;
}

.top_head .nav .menu .force a {
    background: url(../images/icons/force.png) 0 50% no-repeat;
}

.top_head .nav .menu .bike a {
    background: url(../images/icons/bike.png) 0 50% no-repeat;
}

.top_head .nav .menu .chainsaw a {
    background: url(../images/icons/chainsaw.png) 0 50% no-repeat;
}

.top_head .nav .menu .sale a  {
    background: url(../images/icons/percent.png) 100% 50% no-repeat;
    color: #e02121;
    padding-right: 30px;
}
.top_head .nav .menu .sale a:hover {
    color: #fff;
}

.nav .menu li {
    float: left;
    padding-right: 20px;
}

.nav .menu li a {
    color: #929292;
    font-size: 14px;
    text-decoration: none;
    padding: 0 10px 0 30px;
    display: inline-block;
    line-height: 36px;
}

.nav .menu li.active a,
.nav .menu li a:hover {
    color: #fff;
}

.top_head .user_box {
    float: right;
    border-left: 2px solid #434343;
    text-align: right;
    padding-left: 30px;
    position: relative;
}
.top_head .user_box a.login  {
    background: url(../images/icons/login.png) 0 45% no-repeat;
    padding-left: 20px;
    line-height: 36px;
    display: inline-block;
}
.user_box a {
    color: #929292;
    padding-right: 20px;
}

.currency-change{
    display: inline-block;
}

.currency-change a.active{
    color: #fff;
}

.top_head a:hover {
    color: #fff;
}
.shadow {
    height: 100%;
    width: 100%;
    position: absolute;
    display: none;
    z-index: 100;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.down_head {
    /*width: 100%;*/
    /*height: 75px;*/
    display: flex;
    flex-direction: row;
}
.slidemenu {
    position: absolute;
    left: -575px;
    top: 0;
    width: 575px;
    padding-left: 283px;
    background: #fff;
    z-index: 100;
    min-height: 740px;
    padding-top: 90px;
    padding-right: 45px;
    height: 100vh;
    transition: left .5s;

}
.fixedposition {
    position: fixed;
}
.slidemenu__active {
    left: 0 !important;
}
.slidemenu__close {
    cursor: pointer;
}
.slidemenu__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 65px;
}
.slide_module ul.menu li a{
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    color: #0675d9;
    text-decoration: underline;
    margin-bottom: 25px;
}
.down_head .mob_menu {
    width: 76px;
    padding-top: 26px;
    padding-left: 6px;
}
.mob_menu .toggle {
}
.down_head .logo {
    padding: 26px 15px 0 15px;
}
.down_head .search {
    padding: 16px 0 0 15px;
    display: flex;
    flex-direction: row;
}
.down_head .search .header-search input {
    width: 325px;
    height: 40px;
    background: url("../images/icons/search.png") 24px 50% no-repeat #eff3f4;
    /*border: 1px solid #199be4;*/
    font-size: 16px;
    text-align: left;
    padding-left: 64px;
    outline: none;
    border: none;
}
.down_head .search .header-search .find-button {
    width: 90px;
    height: 40px;
    background-color: #0675d9;
    font-size: 16px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    vertical-align: bottom;
}

.down_head .search .header-search button:hover {
    background: #fff;
    color: #0675d9;
    border: 1px solid #38a8e8;
}

.down_head .search .model-search a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    color: #38a8e8;
    border: 1px solid #38a8e8;
    font-size: 16px;
    outline: none;
    margin-left: 8px;
    border-radius: 2px;
}
.down_head .search .model-search a:hover {
    background: #0b7dda;
    color: #fff;
}
.model-search input::placeholder {
    color: #38a8e8;;
    text-align: center;
}

.down_head .phone {
    width: 230px;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 900;
    padding-top: 10px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
}

.down_head .show-cart-button {
    position: relative;
    width: 190px;
    height: 40px;
    display: flex;
    flex-direction: row;
    background: #0675d9 url(../images/sprite.png) 10px -1039px no-repeat;
    color: #fff;
    margin-top: 16px;
    align-items: center;
    padding-left: 40px;
    border-radius: 2px;
    font-size: 16px;
}
/*.show-cart-button:after {*/
    /*position: absolute;*/
    /*content: '';*/
    /*right: 0;*/
    /*top: 0;*/
    /*width: 45px;*/
    /*border-left: 1px solid #fff;*/
    /*height: 45px;*/
    /*background: url(../images/sprite.png) 15px -83px no-repeat;*/
/*}*/
/*.show-cart-button:after {*/
/*    content: ' ';*/
/*    background-image: url(../images/icons/down-blue.png);*/
/*    width: 30px;*/
/*    height: 40px;*/
/*    right: 20px;*/
/*    !*margin-right: 30px;*!*/
/*    position: absolute;*/
/*}*/

.flex-row {
    display: flex;
    flex-direction: row;
}

.space-between{
    justify-content: space-between;
}


/*ctegories-top*/

.categories-head {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}
.item-categories-top {
    width: 126px;
    height: 112px;
    float: left;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
}

.item-categories-top:last-child{
    border-right: 1px solid #ebebeb;
}

.item-categories-top a{
    display: block;
    width: 125px;
    height: 111px;
    padding: 70px 5px 0 5px;
    text-align: center;
}
.item-categories-top a:hover{
    text-decoration: underline;
}

/*section product*/

.product {
    width: 100%;
}
.product .title-product {}
.product .title-product h1 {
    font-size: 28px;
    margin-bottom: 0;
}
.product.way {}
.product.way span {
    font-size: 12px;
    color: #969696;
}

.catalogitem-topblock  {
    width: 1280px;
    display: flex;
}
.catalogitem-topblock .left-side {
    width: 500px;
    padding-right: 50px;
}
.catalogitem-topblock .right-side  {
    width: 780px;
}

.catalogitem-topblock .right-side .articles{
    text-align: right;
    padding-bottom: 4px;
}

.about-product .payment-product {
    height: 128px;
    background-color: #f1f1f1;
}
.about-product .payment-product-min {
    height: auto;
}
.about-product .existence {
    display: flex;
    justify-content: space-between;
    padding-top: 18px;
}
.about-product .existence .info-existence {
    padding-left: 24px;
}
.about-product .existence .comparison {
    margin-right: 16px;
    /*vertical-align: bottom;*/
}
.about-product .existence .comparison > a {
    font-size: 14px;
    border-bottom: 1px dashed #000;
}
.existence .comparison > a > img {
    padding-right:  5px ;
}
.about-product .purchase-product {
    display: flex;
    padding-top: 24px;
}
.purchase-product .cost {
    width: 206px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.purchase-product .old-cost {
    font-size: 16px;
    color: #5a5a5a;
    font-weight: bold;
}
.purchase-product .new-cost {
    font-size: 24px;
    font-weight: bold;
}
.purchase-product .qty-handlers{
    display: flex;
    margin-right: 5px;
    /*align-items:24px;*/
}

.qty-handlers #substract {
    width: 52px;
    height: 50px;
    text-align: center;
    line-height: 25px;
    font-size: 24px;
    cursor: pointer;
    background-color: #f1f1f1;
    outline:none;
    border: 1px solid #a4a4a4;
}
.qty-handlers #amount {
    width: 80px;
    height: 50px;
    text-align: center;
    line-height: 25px;
    font-size: 24px;
    outline:none;
    border-top: 1px solid #a4a4a4;
    border-bottom: 1px solid #a4a4a4;
    border-left: 0;
    border-right: 0;
}
.qty-handlers #plus {
    width: 52px;
    height: 50px;
    text-align: center;
    line-height: 25px;
    font-size: 24px;
    cursor: pointer;
    background-color: #f1f1f1;
    outline:none;
    border: 1px solid #a4a4a4;
}
.itembuttons {
    display: flex;
    justify-content: space-between;
    width: 370px;
}
.itembuttons div a {
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    border-radius: 2px;
    border: 2px solid #e02121;
    padding: 0 20px;
}
.itembuttons .to_add a:hover {
    background-color: transparent;
    background-position: 10px -1087px;
    color: #e02121;
}
.itembuttons .to_add a {
    background: #e02121 url(../images/sprite.png) 10px -1037px no-repeat;
    color: #ffffff;
    padding-left: 45px;
}
.itembuttons .to_buy a:hover {
    background: #e02121;
    color: #fff;
}
.itembuttons .to_buy a {
    color: #e02121;
}
.about-product .info-block {
    height: 150px;
    display: flex;
    padding-top: 12px;
    border-bottom: 1px solid #dedede;
}
.about-product .info-block a {
    font-size: 24px;
    font-weight: bold;
}
.about-product .info-block span {
    display: block;
    font-size: 14px;
    color: #555555;
    float: right;
}
.about-product .info-block h2 {
    font-size: 16px;
}
.info-block > div {
    position: relative;
}
.info-block > div::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
}
.info-block .info-delivery::after {
    background: url(../images/sprite.png) 0 -1640px no-repeat;
}
.info-block .info-delivery {
    width: 302px;
    padding-left: 50px;
    margin-right: 70px;
}
.info-block .info-return::after {
    background: url(../images/sprite.png) 0 -1740px no-repeat;
}
.info-block .info-return {
    width: 302px;
    padding-left: 50px;
    margin-right: 70px;
}
.info-block .info-payment::after {
    background: url(../images/sprite.png) 0 -1687px no-repeat;
}
.info-block .info-payment {
    width: 302px;
    padding-left: 50px;
}
.about-product .complete-set {
    width: 784px;
    border-bottom: 1px solid #dedede;
}
.about-product .complete-set h4 {
    font-size: 16px;
    font-weight: bold;
}
.about-product .set p {
    font-size: 16px;
}
.characteristic .characteristic-table {
}
.characteristic-table .char-name {
    font-size: 16px;
    color: #555555;
}
.characteristic-table .char-value {
    font-size: 16px;
    color: #0675d9;
    flex: 1;
    text-align: right;
}

    /* footer */
.footer {

}
.footer-links-left {
    width: 414px;
    display: flex;
    flex-direction: column;
    margin-bottom: 36px;
}
.footer-links-left .incolor a {
    color: #0675d9;
}
.footer-links-left .incolor a:hover {
    color: #000;
}
.footer-links-left .footer-logo {
    padding-top: 20px ;
}
.footer-links-left .description {
    padding-top: 18px;
    padding-bottom: 55px;
}

.footer-links-left .footer-pay {
    /*display: flex;*/
}

.footer-links-left .footer-pay img {
    padding-right: 5px;
}

.footer-links-left .incolor {
    font-size: 12px;
    padding-top: 20px;
}

/*.footer-links p {*/
/*}*/

/*.footer-links a {*/
/*    line-height: 2;*/
/*    font-size: 14px;*/
/*    color: #4a4a4a;*/
/*}*/
.footer-links {
    display: flex;
    flex-direction: column;
    padding-right: 147px;
}
.footer-links .footer-link-title {
    /*flex-wrap: wrap;*/
}
.footer-links .footer-link-title h4 {
    font-size: 14px;
    font-weight: bold;
}

.footer-links .footer-link {
    display: flex;
    flex-direction: column;
    line-height: 2;
    padding-bottom: 20px;
}
.footer-link a:hover {
    color: #0675d9;
    text-decoration: underline;
}

.footer-links .footer-social {
    display: block;
}

.footer-links .footer-social img {
    height: 20px;
    padding-right: 20px;
}
.footer-links-right {
    display: flex;
    flex-direction: column;
    white-space: normal;
    padding-right: 35px;
}
.footer-links-right .footer-link {
    display: flex;
    flex-direction: column;
    line-height: 2;
}
.footer-links-right .footer-link a:hover {
    color: #0675d9;
}
.float-left{
    float: left;
}
.float-right {
    float: right;
}

/*.connected-carousels .carousel-stage {*/
/*    height: 512px!important;*/
/*}*/


/* card*/
.card-term{
    display: block;
    padding-left: 25px;
    font-size: 12px;
    background: url(../images/cub-small.png) 0 50% no-repeat;
}
.item-info {
    margin-top: 12px;
}
.item-bottom {
    padding-top: 15px;
}
.item-prices {
}
.item-prices .item-priceold {
    padding-top: 6px;
    font-size: 16px;
    color:#999999;
}
.item-prices .item-price  {
    font-size: 24px;
    color:#433c3a;
    margin-bottom: 18px;
}
.item-card  .to_card {
    /*display: inline-block;*/
    width: 262px;
    height: 40px;
    color: #fff;
    font-size: 12px;
    outline: none;
    border-radius: 2px;
    border: none;
    cursor: pointer;
    line-height: 20px;
    background: #e02121 url(../images/sprite.png) 0 -1047px no-repeat;
    padding-left: 48px;
    text-align: center;
    margin-left: 4px;
}

.viewed_title{
    align-items: center;
    display: flex;
    min-height: 25px;
    font-size: 20px;
    padding-left: 50px;
    background: url(../images/sprite.png) 0 -1548px no-repeat;
    margin: 36px 0 36px 0;
}

#product_recommended2 .viewed_title,
#product_recommended_cat .viewed_title
{
    background: none;
    padding-left: 0;
}

#product_recommended2 .viewed_title .icon{
    width: 22px;
    fill: #0675d9;
    margin-right: 10px;
}

#product_recommended_cat .viewed_title .icon{
    width: 22px;
    fill: #e02121;
    margin-right: 10px;
}

#product_recommended2 {
    padding-bottom: 30px;
}

/*categories-bottom*/

.categories-bottom {
    margin: 30px 0;
}
.item-categories {
    width: 303px;
    height: 126px;
    float: left;
    border: 1px solid #ebebeb;
    margin-bottom: 15px;
    position: relative;
    margin-right: 15px;
    font-size: 20px;
}
.item-categories .categories-force {
    display: block;
    width: 302px;
    height: 123px;
    padding: 50px 5px 0 134px;
    background: url(../images/force_bot.png) 0 50% no-repeat;
}
.item-categories .categories-bike {
    display: block;
    width: 302px;
    height: 123px;
    padding: 50px 5px 0 146px;
    background: url(../images/bike_bot.png) 0 50% no-repeat;
}
.item-categories .categories-motoblok {
    display: block;
    width: 302px;
    height: 123px;
    padding: 50px 5px 0 150px;
    background: url(../images/motoblok_bot.png) 0 50% no-repeat;
}
.item-categories .categories-scooter {
    display: block;
    width: 302px;
    height: 123px;
    padding: 50px 5px 0 150px;
    background: url(../images/scooter_bot.png) 0 50% no-repeat;
}
/* shop-page*/

.slides_container,
.slides_container .slide
{
    height: 287px;
}

.autobanner-100 .slide,
.autobanner-100 .slide .image {
    height: 287px
}

#sidebar{
    width: 240px;
    float: left;
    padding-top: 20px;
}

#layout.wrapped{
    width: 1010px;
    float: right;
    padding-top: 20px;
}
.popcatmoduletitle  {
    font-size: 20px;
    background: url(../images/sprite.png) 0 -1600px no-repeat;
    padding-left: 35px;
    margin: 20px 0;
    min-height: 25px;
    align-items: center;
    display: flex;
}
.newcategories-wrapper .categories-popular {
    max-width: 1010px;
    max-height: 626px;
    height: auto;
    overflow: hidden;
}
.categories-popular .item-category {
    float: left;
    width: 25%;
    height: 208px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.item-category:nth-child(4n) {
    border-right: none;
}

.categories-popular .item-category a {
    display: block;
    padding-top: 158px;
}
.categories-popular .item-category a:hover {
    text-decoration: underline;
}
.popcat-button  {
    display: block;
    float: right;
    width: 148px;
    height: 30px;
    font-size: 14px;
    outline: none;
    cursor: pointer;
    color: #0675d9;
    border-top: none;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color: #fff;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.popcat-button:hover {
    background: #0b7dda;
    color:#fff;
}
/* selection scooter*/
.selection-model {
    margin: 20px 0 50px;
}
.selection-model .selection-modeltitle  {
    align-items: center;
    display: flex;
    font-size: 20px;
    background: url(../images/sprite.png) 0 -1500px no-repeat;
    padding-left: 45px;
    margin-bottom: 42px;
    min-height: 25px;
}
.models-wrapper .popular-models {
    max-width: 100%;
}
.popular-models .item-model {
    float: left;
    width: 213px;
    height: 238px;
    border-right: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.popular-models .item-model:hover {
    text-decoration: underline;
}
.item-model:nth-child(6n) {
    border-right: none;
}

.popular-models .item-model  a {
    display: block;
    padding-top: 180px;
}
/*response*/
.response {
    height: 470px;
}
.response-select {
    width: 346px;
    height: 448px;
}
.response-select .responseselect-title {
    padding-top: 106px;
    font-size: 30px;
}
.response-select .response-button {
    /*width: 188px;*/
    /*height: 40px;*/
    margin-top: 58px;
}
.response-button .all {
    background-color: #0675d9;
    color: #fff;
    width: 188px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
}
.response-button .all:hover {
    width: 188px;
    height: 40px;
    background-color: #fff;
    color: #0675d9;
    border: 1px solid #0675d9;
    outline: none;
    cursor: pointer;
}
.response-button .toleave {
    width: 188px;
    height: 40px;
    background-color: #fff;
    color: #0675d9;
    border: 1px solid #0675d9;
    margin-top: 10px;
    outline: none;
    cursor: pointer;
}
.response-button .toleave:hover {
    background-color: #0675d9;
    color: #fff;
    width: 188px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    margin-top: 10px;
}
.response-info {
    width: 920px;
    height: 448px;
    background-color: #f0f8ff;
}
.response-info .content {
    margin: 86px 110px 0 140px;
}
.content .response-name{
    font-size: 18px;
    padding-bottom: 30px;
}
.content .response-rating {
    width: 81px;
    padding-bottom: 36px;
    background: url(../images/icons/rating-blue.png);
    background-repeat: repeat-x;

}
.content .response-text {
    font-size: 16px;
    padding-bottom: 40px;
}
.content .response-date {
    font-size: 14px;
    padding-bottom: 40px;
    color: #949494;
}
.content .response-selector {
    display: flex;
}
.response-selector a.back {
    width: 38px;
    height: 38px;
    border: 2px solid #0675d9;
    outline: none;
    cursor: pointer;
    background: url(../images/icons/back-white.png) 50% 50% no-repeat #fff;
    margin-right: 10px;
}
.response-selector a.back:hover {
    cursor: pointer;
    background: url(../images/icons/next-blue.png) 50% 50% no-repeat #0675d9;
    transform: rotate(-180deg);
    border: none;
    color: #fff;
}
.response-selector a.next {
    width: 38px;
    height: 38px;
    border: 2px solid #0675d9;
    cursor: pointer;
    background: url(../images/icons/next-blue.png) 50% 50% no-repeat #0675d9;
}
.response-selector a.next:hover {
    cursor: pointer;
    background: url(../images/icons/back-white.png) 50% 50% no-repeat #fff;
    transform: rotate(-180deg);
}
/*USERS*/
.usercabinet {
    display: flex;
    flex-wrap: wrap;
}
.usercabinet__title {
    font-size: 24px;
    font-weight: 700;
    padding: 30px 0;
    width: 100%;
}
.usercabinet__sidebar {
    width: 280px;
    border-right: 1px solid #dfdfdf;
    min-height: 670px;
}
.usercabinet__menulink {
    font-size: 16px;
    color: #0675d9;
    text-decoration: underline;
    margin-bottom: 30px;
    display: flex;
}
.usercabinet__menulink:hover,
.usercabinet__menulink.active {
    color: #282828;
    text-decoration: none;
}
.usercabinet__accounttype {
    padding-top: 50px;
}
.usercabinet__title_gray {
    font-size: 16px;
    color: #848484;
    padding-bottom: 15px;
}
.usercabinet__typeacc {
    font-size: 18px;
    color: #282828;
}
.usercabinet__content {
    width: 960px;
    padding-left: 75px;
}
.usercabinet__contitle {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 30px;
}
.usercabinet__address {
    margin-bottom: 10px;
}
.address__head {
    height: 90px;
    border: 1px solid #cdcdcd;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.address__logo {
    width: 130px;
    height: 100%;
    align-items: center;
    display: flex;
    font-size: 16px;
    font-weight: 800;
}
.address__logo_np {
    background: url(../images/newpost.png) 0 50% no-repeat;
}
.address__head_active {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}
.address__text {
    font-size: 16px;
}
.address__name {
    width: 305px;
}
.address__contacts {
    width: 185px;
}
.address__actions {
    width: 70px;
    display: flex;
    justify-content: space-between;
}
.address__edit {
    width: 30px;
    height: 30px;
    background: url(../images/sprite.png) 3px -647px no-repeat;
    cursor: pointer;
}
.address__delete {
    width: 30px;
    height: 30px;
    background: url(../images/sprite.png) 3px -397px no-repeat;
    cursor: pointer;
}
.address__body {
    padding: 25px;
    border: 1px solid #cdcdcd;
    display: none;
}
.registration .title16500 {
    margin-top: 10px;
}
.registration .button__big_blue  {
    margin-top: 10px;
}
.title16500 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.address__delivery {
    display: flex;
    margin: 15px 0;
}
.address__typedel input {
    margin: 0 15px 0 0;
}
.address__typedel {
    height: 50px;
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 18px;
}
.address__inputs {
    display: flex;
    flex-wrap: wrap;
}
.input {
    margin: 0 40px 10px 0;
}
.input__title {
    font-size: 16px;
    color: #848484;
    display: flex;
    margin-bottom: 10px;
}
.input__field {
    height: 50px;
    width: 320px;
    display: flex;
    padding: 10px;
    border: 1px solid #a7a7a7;
    border-radius: 2px;
    font-size: 18px;
}
.input__textarea {
    width: 320px;
    height: 150px;
    padding: 10px;
    border: 1px solid #a7a7a7;
    border-radius: 2px;
    font-size: 18px;
    resize: none;
}
.requirestar {
    color: #ed2b2b;
    padding-left: 5px;
    display: flex;
}
.address__features {
    display: flex;
    width: 620px;
    justify-content: space-between;
    align-items: center;
}
.button__big_blue,
.button__big_white,
.button__big_red {
    height: 40px;
    width: 250px;
    font-size: 14px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    cursor: pointer;
    margin-right: 10px;
}
.button__big_blue {
    color: #ffffff;
    background: #0675d9;
    border: 2px solid #0675d9;
}
.button__big_white {
    color: #0675d9;
    background: #fff;
    border: 2px solid #0675d9;
}
.button__big_red {
    border: 2px solid #d54a40;
    color: #d54a40;
    background: #fff;
}
.button__big_blue:hover {
    background: transparent;
    color: #0675d9;
}
.button__big_white:hover {
    background: #0675d9;
    color: #fff;
}
.button__big_red:hover {
    background: #d54a40;
    color: #fff;
}
.address__delete_big {
    color: #ff2020;
    font-size: 16px;
    font-weight: 700;
    padding-left: 30px;
    cursor: pointer;
    background: url(../images/sprite.png) 0px -696px no-repeat;
    height: 30px;
    display: flex;
    align-items: center;
}
.buttons {
    display: flex;
}
/*myorders*/
.myorders__headcol_gray {
    color: #888888;
    font-size: 12px;
    display: flex;
}
.myorders__head {
    display: flex;
    justify-content: space-between;
    padding: 0 0 15px 50px;
}
.ordercol {
    width: 160px;
    display: flex;
    align-items: center;
}
.ordercol2,
.ordercol3,
.ordercol4,
.orderscol2,
.orderscol3,
.orderscol4 {
    width: 110px;
}
.order__head {
    border: 1px solid #cdcdcd;
    height: 65px;
    width: 100%;
    cursor: pointer;
    justify-content: space-between;
    display: flex;
    padding-left: 50px;
    background: url(../images/sprite.png) 17px -171px no-repeat;
}
.myorders__order {
    margin-bottom: 10px;

}
.order__active .order__head {
    background: url(../images/sprite.png) 17px -221px no-repeat #f7f7f7;
}
.order__body {
    display: none;
    border: 1px solid #cdcdcd;
    border-top: none;
}
.order__info {
    padding: 20px 50px;
    margin-bottom: 20px;
    background: #f7f7f7;
    border-bottom: 1px solid #cdcdcd;
}
.order__infoitem span {
    font-weight: 700;
}
.order__infoitem {
    font-size: 16px;
    margin-bottom: 10px;
}
.order__products {
    padding: 0 50px;
}
.order__col_black {
    font-size: 16px;
    font-weight: 700;
    color: #282828;
}
.col__value {
    padding-left: 5px;
}
.order__status {
    color: #087835;
}
.order__product {
    display: flex;
    flex-wrap: wrap;
    height: 140px;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #adadad;
    width: 100%;
}
.order__product:last-child {
    border: none;
}
.oproduct__image img {
    width: 100px;
    height: auto;
}
.oproduct__title {
    font-size: 19px;
    color: #373737;
    margin-bottom: 10px;
    max-height: 70px;
    overflow: hidden;
}
.oproduct__title:hover {
    text-decoration: underline;
}
.remind {
    width: 300px;
}
.remind__title {
    font-size: 18px;
    margin-bottom: 20px;
}
.remind__input {
    border: 1px solid #a7a7a7;
    border-radius: 2px;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 20px;
}
.remember {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    width: 100%;
}
.remember_me {
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
}
.oproduct__center {
    width: 550px;
    height: 100%;
    padding: 0 20px;
}
.oproduct__value {
    background: #e8f4ff;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    font-size: 16px;
}
.oproduct__end {
    height: 100%;
    flex-wrap: wrap;
    width: 133px;
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
}
.oproduct__sum,
.oproduct__count {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
/*Cabinet profile*/
.personalinfo {
    display: flex;
    flex-wrap: wrap;
}
.personalinfo__data {
    font-size: 18px;
    color: #433c3a;
    display: flex;
    align-self: center;
    font-weight: 500;
    overflow: hidden;
}
.personalinfo__input {
    width: 360px;
    margin-bottom: 20px;
    margin-right: 10px;
}
.usercabinet__buttons {
    display: flex;
    justify-content: space-between;
    width: 520px;
    padding: 20px 0;
}
/*News with sidebar*/

.article2 {
    display: flex;
    flex-wrap: wrap;
}
.article2__title {
    width: 100%;
}
.article2__title h1 {
    font-size: 24px;
    font-weight: 700;
    padding: 30px 0;

}
.article2__sidebar {
    width: 280px;
    border-right: 1px solid #dfdfdf;
    min-height: 670px;
}
.article2__content {
    width: 960px;
    padding-left: 75px;
}
.article__text {
    font-size: 16px;
    color: #433c3a;
    line-height: 1.4;
}
/*registration*/
.registration {

}
.registration__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
    line-height: 1;
}
.registration__title {
    font-size: 24px;
    font-weight: 700;
}
.registration__question {
    font-size: 16px;
    font-weight: 500;
    color: #0675d9;
    border-bottom: 1px dashed #0675d9;
}
.registration__common {
    width: 800px;
    display: flex;
    padding-right: 70px;
    border-right: 1px solid #dfdfdf;
    flex-wrap: wrap;
}
.registration__social {
    width: 480px;
    padding: 40px 80px;
}
.registration__body {
    display: flex;
    flex-wrap: wrap;
}
.registration__inputs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.radio__field {
    margin: 0 15px 0 0;
}
.radio__title {
    font-size: 18px;
    color: #433c3a;
    display: flex;
    margin-bottom: 10px;
    font-weight: 500;
    align-items: center;
}
.title18500 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}
.title18500c {
    text-align: center;
}
.regsocialbuttons__button a {
    width: 250px;
    height: 50px;
    display: flex;
    align-items: center;
    margin: 0 auto 10px;
    border: 2px solid;
    padding-left: 70px;
    font-size: 16px;
}
.regsocialbuttons__facebook a {
    color: #354d9b;
    border-color: #354d9b;
    background: url(../images/sprite.png) 35px -540px no-repeat;
}
.regsocialbuttons__google a {
    color: #e73e1c;
    border-color: #e73e1c;
    background: url(../images/sprite.png) 30px -436px no-repeat;
}
.regsocialbuttons__facebook a:hover {
    background: url(../images/sprite.png) 35px -590px no-repeat #354d9b;
    color: #fff;
}
.regsocialbuttons__google a:hover {
    background: url(../images/sprite.png) 30px -486px no-repeat #e73e1c;
    color: #fff;
}
.passremind {
    padding-top: 10px;
    display: flex;
    color: #0675db;
    align-items: center;
    text-decoration: underline;
}
.passremind:hover {
    text-decoration: none;
}
.input__titlereg {
    width: 250px;
}
.authorization__inputs {
    border: none;
}
.marr0 {
    margin-right: 0;
}
/*
*/

.questions__item {
    border-bottom: 1px solid #ebeff3;
    padding: 0 5px;
}
.questions__item:hover {
    background: #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
}
.questions__item:last-child {
    border-bottom: none;
}
.questions__quest {
    font-size: 18px;
    font-weight: 700;
    height: 50px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.questions__quest.active span {
    transform: rotate(180deg);
}
.questions__quest.active span::before {
    display: none;
}
.questions__quest span {
    position: absolute;
    height: 20px;
    width: 20px;
    border-radius: 10px;
    right: 0;
    top: calc(50% - 10px);
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -ms-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}
.questions__quest span::after,
.questions__quest span::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #0675d9;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
}
.questions__quest span::before {
    transform: rotate(90deg);
}
.questions__answer {
    display: none;
    font-size: 16px;
    padding-bottom: 20px;
}
/*Articles_view*/
.articles__title {
    color: #433c3a;
    font-size: 24px;
    font-weight: 500;
    padding: 30px 0;
}
.articles__list {
    display: flex;
    flex-wrap: wrap;
}
.article__image {
    width: 100%;
    height: 200px;
}
.article {
    width: 400px;
    height: 360px;
    margin-right: 40px;
    margin-bottom: 40px;
}
.article:nth-child(3n) {
    margin-right: 0;
}
.article__title {
    font-size: 18px;
    font-weight: 600;
    height: 45px;
    margin: 15px 0;
    color: #0675d9;
}
.article__description {
    font-size: 16px;
}

.hu:hover {
    text-decoration: underline;
}
.articleread {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.articleread__title {
    width: 100%;
}
.articleread__title h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    text-align: left;
}
.articleread__content {
    width: 980px;
    padding-right: 50px;
    font-size: 16px;
    text-align: justify;
    line-height: 1.3;
}

.articleread__content h2,
.articleread__content h3,
.articleread__content h4{
    text-align: left;
}

.othernews {
    width: 300px;
}
.othernews__image {
    height: 150px;
    text-align: center;
    width: 100%;
}
.othernews__title {
    font-size: 20px;
    font-weight: 600;
    margin-top: 3px;
}
.othernews__article {
    padding-bottom: 15px;
    margin: 30px 0;
    border-bottom: 1px solid #7e7e7e;
}
.othernews__name {
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    color: #0675d9;
    margin: 5px 0;
}
.othernews__description {
    font-size: 14px;
    color: #666666;
    text-align: justify;
}
.newquestion {
    display: flex;
    justify-content: flex-end;
    padding: 20px 0;
}
.input__popup {
    margin: 0;
}
.popup__button {
    margin: 20px auto;
}
/*cart*/
.cart {
    padding: 30px;
}
.cardproduct {
    border: 1px solid #a7a7a7;
    height: 130px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 20px;
    margin-bottom: 10px;
}
.cartproduct__image {
    width: 120px;
    display: flex;
    align-items: center;
}
.cartproduct__info {
    width: 500px;
    padding: 0 15px;
}
.cartproduct__send {
    font-size: 14px;
    padding-left: 30px;
    background: url(../images/cub-small.png) 0 50% no-repeat;
}
.cartproduct__name {
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
}
.cartproduct__sum {
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cartproduct__sum .not-avail {
    font-size: 22px;
    font-weight: 300;
}

.cartproduct__counter {
    display: flex;
    align-items: center;
    padding: 0 15px;
}
.counter {
    height: 40px;
    display: flex;
    border: 1px solid #a7a7a7;
}
.counter__down,
.counter__up {
    width: 35px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}
.counter__input {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 45px;
    background: #f1f8ff;
    height: 100%;
    border-right: 1px solid #a7a7a7;
    border-left: 1px solid #a7a7a7;
    border-top: none;
    border-bottom: none;
}
.cartproduct__delete {
    margin-left: auto;
    align-items: center;
    display: flex;
}
.cart__sum {
    padding: 15px 0;
    font-size: 20px;
    padding-right: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cart__sum_span {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    padding: 0 5px;
}

.cart__sum.sum-warning {
    padding: 5px 80px 20px;
    color: darkred;
}

.order__sum.sum-warning {
    width: 100%;
    color: darkred;
    padding: 20px 0;
    font-size: 20px;
}

.cart__actions {
    display: flex;
    justify-content: space-between;
}
.cart__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px 0;
}
.cart__title {
    font-size: 24px;
    font-weight: 500;
}
.popup__textarea,
.popup__input {
    width: 100%;
}
.oneclick__title {
    justify-content: center;
}
.loginwindow {
    width: 400px;
    position: absolute;
    display: none;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 15px 0px rgba(0,0,0, 0.3);
    border-radius: 0 2px 2px;
    left: -290px;
    top: 45px;
}
.loginwindow::after {
    content: '';
    width: 30px;
    height: 30px;
    background: #fff;
    position: absolute;
    right: 30px;
    top: -14px;
    transform: rotate(45deg);
}
.loginwindow__top {
    padding: 0 60px;
}
.loginwindow__title {
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
}
.loginwindow__field {
    margin-bottom: 15px;
}
.loginwindow__field label {
    margin-bottom: 10px;
    font-size: 16px;
    display: flex;
}
.loginwindow__field input {
    border: 1px solid #a7a7a7;
    border-radius: 2px;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    width: 100%;
}
.loginwindow__forget {
    text-align: center;
}
.loginwindow__button input {
    width: 100%;
}
.loginwindow__forget a {
    font-size: 14px;
    color: #0675d9;
    border-bottom: 1px dashed #0675d9;
    padding-bottom: 2px;
    margin: 15px 0;
    display: inline-block;
    justify-content: center;
    padding-right: 0;
}

.loginwindow__forget a:hover {
    border-bottom: 1px solid transparent;
    color: #0675d9;
}
.loginwindow__social {
    display: flex;
    align-items: center;
    border-top: 1px solid #b4b4b4;
    padding: 0 60px;
    height: 80px;
}
.loginwindow__socialtitle {
    color: #696969;
    font-size: 14px;
    width: 170px;
    padding-right: 45px;
    text-align: left;
}
.loginwindow__socialmethods {
    width: 110px;
    display: flex;
    justify-content: flex-end;
}
.loginwindow__soc a {
    width: 45px;
    height: 45px;
    border: 2px solid;
    display: flex;
    margin-left: 5px;
}
.loginwindow__facebook a {
    border-color: #03409b;
    background: url(../images/sprite.png) 13px -541px no-repeat;
}
.loginwindow__google a {
    border-color: #e73e1c;
    background: url(../images/sprite.png) 5px -439px no-repeat;
}
.loginwindow__facebook a:hover {
    background: url(../images/sprite.png) 13px -591px no-repeat #03409b;
}
.loginwindow__google a:hover {
    background: url(../images/sprite.png) 5px -489px no-repeat #e73e1c;
}
.message_error {
    color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
    display: inline-block;
}
.message_info,
.message_success{
    color: #0675d9;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
    display: inline-block;
}
.captcha_data {
    margin-top: 10px;
}

#mod127{
    display: none;
}

#sess_messages{
    color: #0675d9;
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #0675d9;
}

input.has-notice{
    border: 1px solid #ffa346 !important;
}

.block-404-pre{
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
    text-align: center;
}

.block-404-pre .suggestion{
    font-size: 16px;
    text-align: center;
}

.block-404-pre .suggestion a{
    color: #0675d9;
    text-decoration: underline;
    font-weight: bold;
}

.block-404{
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 50px 0;
}

.block-404-inner{
    display: flex;
    max-width: 500px;
    width: 100%;
    text-align: left;
    align-items: center;
}

.block-404-inner div{
    margin: 0 5px;
}
/*.owl-carousel .owl-item .banneritem img{*/
    /*width: auto;*/
/*}*/

.important-information{
    width: 100%;
    background-color: #0675d9;
    padding: 10px 10px 10px 20px;
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.important-information .text{
    color: #fff;
    font-size: 16px;
    width: 100%;
}

.important-information .close{
    margin-left: auto;
}

.tab__body p {
    line-height: 1.5;
}

.admin_edit {
    opacity: 0.3;
}

.admin_edit:hover {
    opacity: 1;
}

.mobcats-innermodulebody {
    padding: 10px 5px
}

#all_categories_mobile_burger svg{
    width: 24px;
    height: 24px;
    fill: #0675d9;
    margin-right: 10px;
}

#all_categories_mobile_burger {
    color: #0675d9;
    font-size: 14px;
    text-decoration: underline;
    display: flex;
    align-items: center;
}

.mobcats-innermodulebody #categories-menu-mobile {
    display: none;
}

.owl-carousel-custombanner.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
}

.order__continue {
    text-align: center;
}

.article-label {
    font-size: 12px;
}

.user-download-price {
    display: flex;
    width: 100%;
    height: calc(300px);
    justify-content: center;
    text-align: center;
    align-items: center;
}

.np-params .select2-container--default .select2-selection--single {
    height: 50px;
    border-radius: 2px;
    border: 1px solid #a7a7a7;
}

.np-params .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #282828;
    line-height: 50px;
    font-size: 18px;
    padding-left: 10px;
}

.np-params .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 47px;
}

body .ui-widget-content {
    background: #fff;
    color: #282828;
}

body .ui-widget {
    color: #282828;
    font-family: 'Helvetica';
    font-size: 14px;
    font-weight: 400;
}

body .ui-menu .ui-menu-item {
    padding: 8px;
}

body .ui-menu-item .ui-state-focus {

}
