/* Шрифты */

@font-face {
    font-family: MPL; 
    src: local("MPL"), url(/fonts/MPL.ttf); 
  }

/* Основное */

html, body {
    
    margin: 0;
    padding: 0;
    font-family: "MPL", sans-serif;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #4a5758;
    
}

.wrapper {
    
    width: 1600px;
    margin: auto;
    
}

a {
    
    text-decoration: none;
    color: #4a5758;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

a:hover {
    
    color: #fe0000;
    
}

.links {
    
    display: inline-block;
    margin-left: 50px;
    vertical-align: top;
    margin-top: 13px;
    
}

.links a {
    
    color: #fe0000
    
}

.normi {
    
    clear: both
    
}

h1,h2 {
    
    font-size: 30px;
    font-weight: 400;
    color: #4a5758;
    margin: 0 0 30px 0;
    display: inline-block
    
}

/* Верх */

.header {
    
    padding: 15px 0;
    font-size: 0
    
}

.header .left {
    
    display: inline-block;
    vertical-align: top;
    
}

.header .left div {
    
    display: inline-block;
    border-right: 1px solid #cbd0d0;
    padding: 0px 15px;
    height: 20px;
    vertical-align: middle;
    
}

.header .left .phone {
    
    padding-left: 0;
    
}

.header .left .phone a {
    
    color: #4a5758;
    text-decoration: none;
    font-size: 16px;

}

.header .left .phone a:hover {
    
    color: #FE0000
    
}

.header .left .phone strong {
    
    color: #829091;
    
}

.header .left .messagers {
    
    
    
}

.header .left .messagers img {
    
    width: 20px;
    height: auto;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

.header .left .messagers a {
    
    margin: 0 5px
    
}

.header .left .messagers a:hover img {
    
    transform: scale(1.3,1.3) rotate(360deg);
    
}

.header .left .callback a {
    
    font-size: 14px;
    
}

.header .left .city {
    
    border-right: none;
    color: #000;
    font-size: 14px;
    
}

.header .right {
    
    display: inline-block;
    float: right;
    
}

.header .right div {
    
    display: inline-block;
    border-right: 1px solid #cbd0d0;
    padding: 0px 15px;
    height: 20px;
    vertical-align: middle;
    
}

.header .right .compare {
    
    background: url("/images/compare.svg") no-repeat right 20px center;
    background-size: 18px auto;
    padding-right: 40px;
    
}

.header .right .compare a {
    
    font-size: 14px;
    text-decoration: underline
    
}

.header .right .enter a {
    
    font-size: 14px;
    text-decoration: underline
    
}

.header .right .cart {
    
    background: url("/images/cart.svg") no-repeat left 10px center;
    background-size: 20px auto;
    padding-left: 25px;
    border: none;
    padding-right: 0
    
}

.header .right .cart div {
    
    height: auto;
    border: none;
    padding: 0;
    
}

.header .right .cart .cpt_shopping_cart_info {
    
    font-size: 10px;
    width: 8px;
    height: 8px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    color: #000;
    background: #cbd0d0;
    margin-top: -7px;
    position: relative
    
    
}

.header .right .cart .cpt_shopping_cart_info #shpcrtgc {
    
    
    position: absolute;
    top: 3px;
    left: 6px;
    
    
}

/* Логотип и меню */

.logoNmenu {
    
    padding: 30px 0;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.6)
    
    
}

.inside {
    
    background: #f3f3f5;
    box-shadow: none
    
}

.logoNmenu .wrapper div {
    
    display: inline-block;
    vertical-align: top;
    
}

.logoNmenu .logo {
    
    
    
}

.logoNmenu .logo img {
    
    width: 300px;
    height: auto;
    
}

.logoNmenu .logo .podpis {
    
    font-size: 12px;
    color: #7a8484;
    display: block;
    text-align: right;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: -14px;
    font-family: "Exo 2";
    
}

.logoNmenu .menu {
    
    float: right
    
}

.logoNmenu .menu a {
    
    font-size: 20px;
    margin-left: 60px;
    font-weight: bold;
    
}

/* Иконки */ 

.icons {
    
    text-align: center;
    text-align-last: center;
    width: 100%
    
}

.icons .icon {
    
    display: inline-block;
    vertical-align: top;
    padding-right: 5%;
    text-align: left;
    text-align-last: left;
    width: 24%;
    
}

.icons .icon:last-of-type {
    
    padding-right: 0;
    border: none;
    
}

.icons .icon .image {
    
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 25px;
    
}

.icons .icon .image img {
    
    height: 40px;
    width: auto;
    
}

.icons .icon .zagolovok {
    
    font-weight: bold;
    font-size: 18px;
    margin-top: 0px;
    
}

.icons .icon .text {
    
    font-size: 14px;
    color: #7f7f7f;
    
}

/* Корзина */

.cart {
    
    font-size: 0;
    
}

.cart h2 {
    
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
    display: block;
    
}

.cart .left {
    
    display: inline-block;
    width: 55%;
    margin-right: 5%;
    font-size: 14px;
    vertical-align: top;
    padding-top: 70px;
    
}

.cart .inputs {
    
    border: 1px solid #ccc;
    padding: 10px;
    margin: 10px 0;
    
}

.cart .p50 {
    
    width: 46%;
    
    display: inline-block;
    vertical-align: top;
    
}

.cart .p50:nth-of-type(2n) {
    
    float: right;
    
}

.cart .inputs input {
    
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    border:none
    
}

.cart .inputs textarea {
    
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    border:none;
    resize: none;
    height: 80px;
    
}

.cart .right {
    
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    width: 40%;
    padding-top: 70px;
    
}

.cart .dostavka {
    
    padding: 10px 10px 0 10px;
    border: 1px solid #ccc
    
}

.cart select {
    
    width: 100%;
    padding: 10px 0px;
    border:none;
    font-size: 22px;
    
}










.onesteporder-width350-IFrame {
    
    text-align: center;
    padding: 10px;
    font-size: 14px;
    
}

.onesteporder-width350-IFrame input {
    
    font-size: 14px;
    padding: 5px 10px;
    background: #206fc7;
    border:none;
    color: #fff;
    
}

.onesteporder-width350-IFrame .onesteporder-informer-text {
    
    margin-bottom: 10px;
    
}

.onesteporder-shipping-n-payment-radio {
    
    display: inline-block;
    padding: 10px 0;
    
}

.onesteporder-shipping-n-payment-radio input, .onesteporder-shipping-n-payment-radio label {
    
    display: inline-block;
    vertical-align: top;
    
}

.onesteporder-shipping-n-payment-name {
    
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-top: 11px;
    
}

.onesteporder-shipping-n-payment-desc {
    
    font-size: 12px;
    padding: 10px 0;
    
}

.onesteporder-block-title {
    
    font-size: 14px;
    font-weight: bold;
    
}

.cart {
    
    
    
}

.cart .products {
    
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0;
    
}

.cart .products table {
    
    width: 100%;
    
}

.cart .products table tr {
    
    border-bottom: 1px solid #f5f5f5
    
}

.cart .products table tr td {
    
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5
    
}

.cart .products table tr:last-of-type td {
    
    border-bottom: none
    
}

.cart .products table tr td:nth-of-type(1) {
    
    width: 70%;
    
}

.cart .products input.RecalculateCartIcons {
    
    width: 30px;
    text-align: center;
    height: 30px;
    border-radius: 100px;;
    border:none
    
}

.cart .products .equal {
    
    font-size: 18px;
    font-weight: 600
    
}

.cart .products .onesteporder-products-delete a {
    
    background: url("https://xn--80ajatbqh2a.xn--p1ai/images/mob_x.svg") no-repeat center center;
    background-size: contain;
    display: block;
    width: 20px;
    height: 20px; 
    cursor: pointer
    
}

.cart .onesteporder-products-name .image {
    
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-right: 20px;
    
}

.cart .onesteporder-products-name .image img {
    
    width: 80px;
    height: auto;
    
}

.cart .products input.onesteporder-products-count-input {
    
    background: none;
    border:none;
    width: 40px;
    text-align: center;
    
    
}

td.onesteporder-products-count, td.onesteporder-products-price {
    
    white-space: nowrap
    
}

.cart .info {
    
    width: calc(30% - 40px);
    display: inline-block;
    vertical-align: top;
    padding: 40px 20px;
    background: #f5f5f5;
    
}

.cart .info .StandartOrdering {
    
    
    
}

.cart .info .onesteporder-contact-div table {
    
    width: 100%;
    margin-bottom: 40px;
    
}

.cart .info .onesteporder-contact-div table tr td {
    
    padding: 10px 0;
    font-size: 14px;
    
}

.cart .info .onesteporder-contact-div table tr td:nth-of-type(1) {
    
    width: 40%
    
}

.cart .info .onesteporder-contact-div input {
    
    width: 100%;
    border-radius: 100px;
    border: none;
    padding: 10px 10px;
    outline:none;
    
}

.cart .info .onesteporder-contact-div textarea {
    
    width: 100%;
    border-radius: 100px;
    border: none;
    padding: 10px 10px;
    resize: none;
    outline:none
    
}

.cart .info .onesteporder-contact-td-last {
    
    font-size: 12px;
    color: #999
    
}

.cart .info .onesteporder-products-total-div {
    
    text-align: center;
    margin-top: 30px;
    
}


    .onesteporder-shipping-n-payment-rate {
        
        font-family: "Panton-Bold"
        
    }

.cart input.onesteporder-products-total-submit {
    
    font-size: 18px;
    font-weight: 100;
    background: #829092;
    color: #FFF;
    border: none;
    padding: 10px;
    cursor: pointer;
    display: block;
    margin: auto;
    margin-top: 30px;
    text-transform: uppercase
    
}

.onesteporder-products-total-div {
    
    display: block!important
    
}

.cart input.onesteporder-products-total-submit:hover {
    
    background: #000;
    color: #fff
    
}

.system_DisplayNone, .onesteporder-coupon-field {
    
    display: none
    
}

/* Преимущества */

.preimushestva {
    
    padding: 20px 0;
    background: #f3f3f5;
    margin-bottom: 20px;
    
}

/* Текст */

.atext {
    
    background: #f3f3f5;
    padding: 40px 0;
    margin-bottom: 30px;
    
}

.atext .wrapper {
    
    list-style: 18px;
    column-width: 48%;
	column-count: 2;
	column-gap: 4%;
    
}


/* О нас */

.about {
    
    padding: 50px 0 40px 0;
    
}

.about .logo {
    
    
    display: inline-block;
    width: 300px;
    vertical-align: top
    
}

.about .logo img {
    
    width: 300px;
    height: auto;
    
}

.about .logo .podpis {
    
    font-size: 12px;
    color: #7a8484;
    display: block;
    text-align: right;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: -14px;
    font-family: "Exo 2"
    
}

.about .text {
    
    width: calc(100% - 400px);
    display: inline-block;
    vertical-align: top;
    float: right;
    line-height: 24px;
    margin-top: -16px;
    color: #000;
    font-size: 16px;
    font-weight: 400
    
}

.about .text img {
    
    height: 35px;
    widows: auto;
    margin-right: 30px;
    
}

/* Инстаграм */

.instagram {
    
    padding: 30px 0;
    border-top: 1px solid #f2f3f3;
    
}

.instagram .inst {
 
    height: 40% 
    
}

/* Категории на главной */

.cpt_root_categories {
    
    text-align: left;
    font-size: 0;
    padding-bottom: 30px;
    
}

.cpt_root_categories .category {
    
    width:49.4%;
    height: 600px;
    margin-bottom: 1%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    margin-right: 1%;
        
}


.cpt_root_categories .category:nth-of-type(even) {
    
    margin-right: 0;
    
}

.cpt_root_categories .category .picture {
    
    width: 100%;
    height: 100%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

.cpt_root_categories .category .name {
    
    font-family: "MPL";
    font-size: 45px;
    color: #fff;
    text-align: center;
    text-align-last: center;
    text-transform: uppercase;
    font-weight: lighter;
    position: absolute;
    bottom: 20px;
    width: 100%;
    z-index: 10;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

.cpt_root_categories .category .name .ot {
    
    color: #fff;
    font-size: 22px;
    text-transform: none;
    background: #829091;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

/* Хлебные крошки */

.bread {
    
    padding: 10px 0;
    font-size: 16px;
    
}

/* Товары в категории */

.products {
    
    font-size: 0
    
}

.products .product {
    
    display: inline-block;
    vertical-align: top;
    width: calc(33% - 2px);
    margin-right: 0.5%;
    border: 1px solid #f2f3f3;
    margin-bottom: 0.5%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

.products .product:nth-of-type(3n) {
    
    margin-right: 0;
    
}

.products .product .image {
    
    overflow: hidden;    
    
}

.products .product .image .pic {
    
    width: 100%;
    padding-bottom: 75%;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

.products .product:hover {
    
    border: 1px solid #4a5758
    
}

.products .product .text {
    
    padding: 20px;
    
}

.products .product .text .code {
    
    font-size: 12px;
    color: #fff;
    background: #829091;
    padding: 5px 10px;
    float: left;
    margin-right: 10px;
    vertical-align: top
    
}

.products .product .text .name {
    
    width: 95%;
    vertical-align: top
    
}

.products .product .text .name a {
    
    font-size: 16px;
    color: #000;
    
    
}

.products .product .text .price {
    
    font-size: 16px;
    color: #000;
    padding: 10px 0;
    display: inline-block;
    vertical-align: bottom
    
}

.products .product .text .oldprice {
    
    font-size: 12px;
    color: #6e6e6e;
    display: inline-block;
    text-decoration: line-through;
    vertical-align: bottom;
    margin-right: 15px;
    
}

.products .product .text .cart {
    
    display: inline-block;
    vertical-align: top;
    
}

.products .product .text .add2cart input {
    
    background: url("/images/cart_w.svg") no-repeat right 10px center #829091;
    padding: 10px 40px 10px 10px;
    color: #fff;
    font-size: 12px;
    border: none;
    cursor: pointer;
    background-size: 20px;
    margin-left: -10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

.products .product .text .add2cart input:hover {
    
    background: url("/images/cart_w.svg") no-repeat right 10px center #fe0000;
    background-size: 20px;
    
}

.products .product .text .tezis {
    
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 10px
    
}

.products .product .text .one {
    
    display: inline-block;
    vertical-align: middle;

    
}

.products .product .text .one input {
    
    font-size: 12px;
    color: #4a5758;
    padding: 9px 40px 9px 10px;
    border:1px solid #829091;
    background: none;
    margin: 0 0 0 1px;
}

.products .product .text .one input:hover {
    
    background: none;
    border:1px solid #fe0000
    
}

.products .product .text .one:hover a {
    
    border:1px solid #FE0000;
    
}

/* Контент */

.content {
    
    min-height: 600px;
    padding-bottom: 30px;
    
} 

/* Новинки */

.new .cpt_product_lists {
    
    height: 600px;
    
}

/* Вопрос-ответ */

.vopros {
    
    
    
}

.vopros h2 {
    
    display: block

}

.vopros .left {
    
    display: inline-block;
    width: 65%;
    height: 200px;
    background: #f2f3f3;
    
}

.vopros .left .ques {
    
    padding: 30px;
    
}

.vopros .left .slick-prev, .vopros .left .slick-next {
    
    background: transparent;
    border-radius: 0;
    border: none;
    top: 40%;
    
}

.vopros .left .slick-prev {
  left: 0; }

.vopros .left .slick-next {
  right: 0; }

.vopros .left .slick-prev:before, .vopros .left .slick-next:before {
   
    color: #4a5758;
        
}
  
.vopros .left .kavichka {
    
    font-size: 80px;
    color: #4a5758;
    display: inline-block;
    margin-top: -20px;
    
}

.vopros .left .how {
    
    display: inline-block;
    width: 30%;
    font-size: 36px;
    vertical-align: top;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

.vopros .left:hover .how {
    
    color: #FE0000
    
}

.vopros .left .answer {
    
    display: inline-block;
    width: 60%;
    font-size: 22px;
    vertical-align: top;
    float: right;
    margin-right: 30px;
    border-left: 1px solid #cacaca;
    padding-left: 20px;
    color: #000;
    height: 70%
    
}

.vopros .right {
    
    height: 200px;
    width: 34%;
    display: inline-block;
    float: right;
    background: #e0e3e3;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

.vopros .right:hover {
    
    background: #4a5758

}

.vopros .right a {
    
    color: #4a5758;
    font-size: 40px;
    margin: 45px 0 0 30px;
    display: block;
    
}

.vopros .right:hover a {
    
    color: #fe0000
    
}

/* Акции */

.discount {
    
    padding: 30px 0;
    height: 600px;
    
}

/* Товар внутри */

.product-inside {
    
    
    
}

.product-inside .cpt_product_name {
    
    display: inline
    
}

.product-inside h1 {
    
    font-family: "MPL";
    font-size: 46px;
    text-transform: uppercase;
    display: inline
    
}

.product-inside .cpt_product_images {
    
    float: left;
    margin-right: 30px;
    
}

.product-inside .regularPrice {
    
    font-family: "MPL";
    font-size: 24px;
    color: #6e6e6e;
    text-decoration:line-through
    
}

.product-inside .totalPrice {
    
    font-family: "MPL";
    font-size: 38px;
    margin-left: 30px;
    color: #000;
    
}

.product-inside .cpt_product_add2cart_button {
    
    padding: 30px 0;    
    
}

.product-inside .cpt_product_add2cart_button input {
    
    background: url("/images/cart_w.svg") no-repeat right 10px center #829091;
    padding: 10px 40px 10px 10px;
    color: #fff;
    font-size: 12px;
    border: none;
    cursor: pointer;
    background-size: 20px;
    margin-left: -10px;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    
}

.product-inside .cpt_product_add2cart_button .one input {
    
    font-size: 12px;
    color: #4a5758;
    padding: 9px 40px 9px 10px;
    border:1px solid #829091;
    background: none;
    margin: 0 0 0 1px;
    
}

.product-inside .cpt_product_add2cart_button .cart {
    
    display: inline-block;
    vertical-align: top;
    
}

.product-inside .cpt_product_add2cart_button .one {
    
    display: inline-block;
    vertical-align: top;
    
}

.product-inside .youSaveLabel {
    
    color: #fe0000
    
}

.product-inside .cpt_product_description {
    
    line-height: 24px;
    font-size: 16px;
    
}

/* Подвал */

.footer {
    
    background: #f2f3f3;
    padding: 30px 0;
    font-size: 0
    
}

.footer .column {
    
    width: 25%;
    font-size: 14px;
    color: #000;
    display: inline-block;
    vertical-align: top;
    
}

.footer .column .zagolovok {
    
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    
}

.footer .column a {
    
    display: block;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    
}

.footer .column ul {
    
    list-style: none;
    padding: 0;
    margin: 0;
    
}

.footer .column .shop {
    
    padding-left: 25px;
    background: url("/images/map_point.svg") no-repeat left top 2px;
    background-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: -25px;
    
}

.footer .column .insta {
    
    padding-left: 25px;
    background: url("/images/insta.svg") no-repeat left top 5px;
    background-size: 17px;
    line-height: 22px;
    margin-bottom: 20px;
    margin-left: -25px;
    
}

.footer .column .vk {
    
    padding-left: 25px;
    background: url("/images/vk.svg") no-repeat left top 5px;
    background-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    margin-left: -25px;
    margin-top: -10px
    
}

.footer .column .logo {
    
    text-align: right
    
}

.footer .column .logo img {
    
    width: 320px;
    height: auto
    
}

.footer .column .logo .podpis {
    
    color: #7a8484;
    display: block;
    text-align: right;
    text-transform: uppercase;
    margin-top: 3px;
    margin-bottom: -14px;
    font-family: "Exo 2";
    font-size: 12px
    
}

.footer .column .pay {
    
    margin-top: 50px;
    text-align: right;
    
}

.footer .column .pay img {
    
    height: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    
}

/* Копирайты */

.copyright {
    
    padding: 30px;
    font-size: 14px;
    
}

.copyright .copy {
    
    display: inline-block;
    vertical-align: top
    
}

.copyright .merbal {
    
    display: inline-block;
    vertical-align: top;
    float: right;
    text-align: right;
    
}

.copyright .merbal a {
    
    color: #000
    
}

@media screen and (max-width: 1650px) {
    
    .wrapper {
        
        width: 1400px;
        
    }
    
    .vopros .left .answer {
    
    font-size: 18px;
    
    }
    
    .logoNmenu .menu a {
    
    margin-left: 50px;
    
    }
    
    .vopros .left .how {
    
    
    font-size: 32px;
    
    
    }
    
    .vopros .right a {
    
    font-size: 32px;
    margin-top: 60px;
    
    }
    
    .cpt_root_categories .category {
    
    height: 500px;
        
    }
    
    .header .left .phone a {
    
    color: #4a5758;
    text-decoration: none;
    font-size: 14px;

    }
    
    .header .left .messagers img {
    
    width: 18px;
    
    }
    
    .header .left .callback a {
    
    font-size: 12px;
    
    }

    .header .left .city {
    
    font-size: 12px;
    
    }
    
    .header .right .enter a {
    
    font-size: 12px;
    
    }

    .new .cpt_product_lists {
    
    height: 540px;
    
    }
    
    .discount {
    
    height: 540px;
    
    }

     .slick-prev, .slick-next {
    
    top: 60%;
    
    }

    .about .text {
    
    font-size: 14px;
    
    }
    
    .about .text img {
    
    height: 25px;
    
    }






    
}

@media screen and (max-width: 1450px) {
    
    .wrapper {
        
    width: 1200px;
        
    }
    
    .logoNmenu .menu a {
    
    font-size: 16px;
    margin-left: 40px;
    
    }
    
    .icons .icon .image img {
    
    height: 35px;
    
    }

    .icons .icon .zagolovok {
    
    font-size: 14px;
    margin-top: 0px;
    
    }

    .icons .icon .text {
    
    font-size: 14px;

    
    }
    
    .cpt_root_categories .category {
    
    height: 420px;
        
    }
    
    .new .cpt_product_lists {
    
    height: 520px;
    
    }
    
    .discount {
    
    height: 520px;
    
    }

    .slick-prev, .slick-next {
    
    top: 55%;
    
    }
    
    .vopros .left .answer {
    
    font-size: 16px;
    width: 50%;
    padding-left: 40px;
    
    }
    
    .vopros .left .how {
    
    
    font-size: 28px;
    
    
    }
    
    .vopros .right a {
    
    font-size: 28px;
    margin-top: 60px;
    
    }

}

@media screen and (max-width: 1250px) {
    
    .wrapper {
        
        width: 1050px;
        
    }
    
    .logoNmenu .logo img {
    
    width: 260px;
    
    }
    
    .logoNmenu .menu a {
    
    font-size: 14px;
    margin-left: 30px;
    
    }
    
    .icons .icon {
    
    width: 22%;
    
    }
    
    .cpt_root_categories .category {
    
    height: 380px;
        
    }
    
    .cpt_root_categories .category .name {
    
    font-size: 35px;
    
    }

    .cpt_root_categories .category .name .ot {

    font-size: 14px;
    
    }
    
    .new .cpt_product_lists {
    
    height: 470px;
    
    }
    
    .discount {
    
    height: 500px;
    
    }

    .slick-prev, .slick-next {
    
    top: 50%;
    
    }
    
    .footer .column .logo img {
    
    width: 240px;
    
    }
    
    .product-inside h1 {
    
    font-size: 38px;
        
    }
    
    .product-inside .cpt_product_images {
    
    margin-right: 20px;
    
    }
    
}

@media screen and (max-width: 1050px) {
    
    
    
    
    .wrapper {
        
        width: calc(100% - 20px);
        padding: 0 10px;
        
    }
    
    /* Верх */

    .header {

        padding: 10px 0;

    }

    .header .left {

        display: inline-block;

    }
    
    .header .left .phone {
        
        padding: 0
        
    }


    .header .left .phone a {

        font-size: 18px;

    }

    .header .left .callback {

        display: none

    }
    
    .header .left .messagers {
        
        padding-left: 5px;
        
    }
    
    .header .left .messagers img {
    
    width: 22px;
    
    }


    .header .left .city {

        display: none

    }

    .header .right div {

        display: inline-block;
        
    }
    
    .header .left div {
    
    border-right: none;
    
    }

    
    .header .right .compare {

        display: none;

    }

    .header .right .enter {

        display: none

    }

    .header .right .cart {

        background: url("/images/cart.svg") no-repeat left 10px center;
        background-size: 20px auto;
        padding-left: 25px;
        border: none;
        padding-right: 0

    }
    
    /* Логотип и меню */

    .logoNmenu {

        padding: 10px 0;

    }

    .inside {

        background: #f3f3f5;
        box-shadow: none

    }

    .logoNmenu .wrapper div {

        display: inline-block;
        vertical-align: top;

    }

    .logoNmenu .logo {



    }

    .logoNmenu .logo img {

        width: 170px;
        height: auto;

    }

    .logoNmenu .logo .podpis {

        margin-bottom: 0px;
        font-size: 8px

    }

    .logoNmenu .menu {

        float: none;
        background: #CCC;
        width: calc(100% - 40px);
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 200;
        display: none!important

    }

    .logoNmenu .menu a {

        font-size: 24px;
        margin-left: 30px;
        display: block;
        margin-top: 20px;

    }
    
    .slick-prev {
        
        left:-5px;
        
    }
    
    .slick-next {
        
        right:-5px;
        
    }
    
    .slick-prev, .slick-next {
    
    top: 42%;
    
    }
    
    /* Иконки */

    .icons .icon {

        display: inline-block;
        padding-right: 0%;
        width: 25%;
        border: none;
        text-align: center;
        text-align-last: center

    }
    
    .icons .icon .image {
        
        float: none;
        text-align:center;
        display: block;
        width: 100%;
        margin-bottom: 10px;
        
    }

    .icons .icon .image img {

        height: 25px;
        width: auto;

    }

    .icons .icon .zagolovok {

        font-size: 12px;

    }

    .icons .icon .text {

        font-size: 12px;

    }
    
    /* Категории на главной */

    .cpt_root_categories {

        text-align: justify;
        text-align-last: justify;
        font-size: 0;
        padding-bottom: 30px;

    }

    .cpt_root_categories .category {

        width:100%;
        height:60%;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: top;
        overflow: hidden;
        position: relative;

    }

    .cpt_root_categories .category .name {

        font-size: 32px;

    }

    .cpt_root_categories .category .name .ot {

        font-size: 14px;

    }

    .vopros .left {

        display: block;
        width: 100%;
        height: auto;
        background: #f2f3f3;

    }

    .vopros .left .ques {

        padding: 30px;

    }

    .vopros .left .slick-prev, .vopros .left .slick-next {

        background: transparent;
        border-radius: 0;
        border: none;
        top: 40%;

    }

    .vopros .left .how {

        display: inline-block;
        width: 70%;
        font-size: 30px;

    }

    .vopros .left .answer {

        display: block;
        width: 70%;
        font-size: 18px;
        float: none;
        margin-left: 30px;
        margin-top: 30px;
        margin-right: 0px;
        border-left: none;
        padding-left: 0px;
        height: auto

    }

    .vopros .right {

        height: auto;
        width: 100%;
        padding: 40px 0;
        display: block;
        float: none;
        margin-top: 10px;

    }

    .vopros .right:hover {

        background: #4a5758

    }

    .vopros .right a {

        color: #4a5758;
        font-size: 30px;
        margin: 0 30px;
        padding: 0;
        display: block;

    }

    .vopros .right:hover a {

        color: #fe0000

    }
    
    /* О нас */

    .about {

        padding: 0px 0 0px 0;
        margin-top: 50px;

    }

    .about .logo {


        display: block;
        width: 100%;
        text-align: center;

    }

    .about .logo img {

        width: 100%;
        height: auto;

    }

    .about .logo .podpis {

        font-size: 10px;

    }

    .about .text {

        width: 100%;
        display: block;
        float: none;
        line-height: 24px;
        margin-top: 20px;
        font-size: 14px;
        text-align: center

    }

    .about .text img {

        height: 30px;
        margin: 0;
        padding: 0 10px;
        margin-bottom:10px;
    }

    .footer .column {

        width: 100%;
        display: block;
        text-align:center;
        margin-bottom: 30px;

    }

    .footer .column .zagolovok {

        font-size: 18px;
        text-transform: uppercase;
        font-weight: bold;
        color: #000;
        margin-bottom: 30px;

    }

    .footer .column a {

        display: block;
        color: #000;
        font-size: 14px;
        line-height: 24px;

    }

    .footer .column ul {

        list-style: none;
        padding: 0;
        margin: 0;

    }

    .footer .column .shop {

        padding-left: 25px;
        background: url("/images/map_point.svg") no-repeat left top 2px;
        background-size: 17px;
        line-height: 24px;
        margin-bottom: 20px;
        margin-left: 0px;
        display: inline-block

    }

    .footer .column .insta {

        margin-left: 0px;
        display: block;
        width: 105px;
        margin: auto

    }

    .footer .column .vk {

        margin-left: 0px;
        display: block;
        width: 105px;
        margin: auto


    }

    .footer .column .logo {

        text-align: center

    }

    .footer .column .logo img {

        width: 100%;


    }

    .footer .column .logo .podpis {

        text-align: center;

    }

    .footer .column .pay {

        margin-top: 50px;
        text-align: center;

    }

    /* Копирайты */
    
    .copyright {
        
        text-align:center
        
    }

    .copyright .copy {

        display: block;
        margin-bottom: 30px;

    }

    .copyright .merbal {

        display: block;
        float: none;
        text-align:center

    }
    
    .products .product {
    
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    
    }

    /* Хлебные крошки */

    .bread {

        padding: 10px 0;
        font-size: 12px;

    }
    
    /* Товар внутри */

    .product-inside {



    }

    .product-inside h1 {

        font-family: "MPL";
        font-size: 36px;
        text-transform: uppercase;
        display: inline

    }

    .product-inside .cpt_product_images {

        float: none;
        margin-right: 0px;
        margin-bottom: 20px;

    }
    
    .product-inside .cpt_product_images img {
        
        width: 100%;
        
    }

    .product-inside .cpt_product_add2cart_button {

        padding: 30px 0;    

    }

    .product-inside .cpt_product_add2cart_button input {

        margin-left: 0px;
        margin-bottom: 10px;

    }
    
    /* Корзина */
    
    .cart {
        

        display: flex;
        flex-flow: wrap;

    }

    .cart .left {

        display: block;
        width: 100%;
        margin-right: 0%;
        padding-top: 10px;
        order:2;

    }
    
    .cart .right {

        display: block;
        width: 100%;
        margin-right: 0%;
        padding-top: 10px;
        order:1;
        
    }

    .cart .p50 {

        width: calc(100% - 22px);

        display: inline-block;
        vertical-align: top;

    }

    .cart .p50:nth-of-type(2n) {

        float: none;

    }

    



    .cart .products {

        display: block;
        vertical-align: top;
        width: 100%;
        padding: 0;

    }

    .cart .products table {

        width: 100%;

    }

    .cart .products table tr {

        border-bottom: 1px solid #f5f5f5

    }

    .cart .products table tr td {

        padding: 30px 0;
        border-bottom: 1px solid #f5f5f5

    }

    .cart .products table tr:last-of-type td {

        border-bottom: none

    }

    .cart .products table tr td:nth-of-type(1) {

        width: 70%;

    }

    .cart .products input.RecalculateCartIcons {

        width: 30px;
        text-align: center;
        height: 30px;
        border-radius: 100px;;
        border:none

    }

    .cart .products .equal {

        font-size: 18px;
        font-weight: 600

    }

    .cart .products .onesteporder-products-delete a {

        background: url("https://xn--80ajatbqh2a.xn--p1ai/images/mob_x.svg") no-repeat center center;
        background-size: contain;
        display: block;
        width: 20px;
        height: 20px; 
        cursor: pointer

    }


    .cart .products input.onesteporder-products-count-input {

        background: none;
        border:none;
        width: 40px;
        text-align: center;


    }

    td.onesteporder-products-count, td.onesteporder-products-price {

        white-space: nowrap

    }

    .cart .info {

        width: calc(30% - 40px);
        display: inline-block;
        vertical-align: top;
        padding: 40px 20px;
        background: #f5f5f5;

    }

    .cart .info .StandartOrdering {



    }

    .cart .info .onesteporder-contact-div table {

        width: 100%;
        margin-bottom: 40px;

    }

    .cart .info .onesteporder-contact-div table tr td {

        padding: 10px 0;
        font-size: 14px;

    }

    .cart .info .onesteporder-contact-div table tr td:nth-of-type(1) {

        width: 40%

    }

    .cart .info .onesteporder-contact-div input {

        width: 100%;
        border-radius: 100px;
        border: none;
        padding: 10px 10px;
        outline:none;

    }

    .cart .info .onesteporder-contact-div textarea {

        width: 100%;
        border-radius: 100px;
        border: none;
        padding: 10px 10px;
        resize: none;
        outline:none

    }

    .cart .info .onesteporder-contact-td-last {

        font-size: 12px;
        color: #999

    }

    .cart .info .onesteporder-products-total-div {

        text-align: center;
        margin-top: 30px;

    }


        .onesteporder-shipping-n-payment-rate {

            font-family: "Panton-Bold"

        }

    .cart input.onesteporder-products-total-submit {

        font-size: 18px;
        font-weight: 100;
        background: #829092;
        color: #FFF;
        border: none;
        padding: 10px;
        cursor: pointer;
        display: block;
        margin: auto;
        margin-top: 30px;
        text-transform: uppercase

    }

    .onesteporder-products-total-div {

        display: block!important

    }

    .cart input.onesteporder-products-total-submit:hover {

        background: #000;
        color: #fff

    }

    .system_DisplayNone, .onesteporder-coupon-field {

        display: none

    }
    
    
    
}
