/* #Media Queries
================================================== */
@media only screen and (max-width: 1279px) {
    .cart-add-product {
        right: 0;        
    }    
    form.login {        
        margin-left: -113px;          
    }
    form.registr {
        position: absolute;
        top: 100px;
        left: 0;
        width: 100%;        
        z-index: 950;
        display: none;
    }
}

/* < 1099px */
@media only screen and (max-width: 1099px) {

    /* delivery page */
    .delivery-price {    
        padding: 0 10px;           
    }
    .payment-type {
        padding: 0 10px;  
    }
    .delivery-text {
        max-width: 1080px;
        padding: 0 10px;          
        background: none;
    }
    .delivery-text article {    
        padding: 62px 113px 53px;
        background: url("../img/bg-delivery-footer.jpg") center 0 no-repeat;
    }
    
    /* cart */
    .ordering .item {
        float: left;
        width: 33.33%;
        min-height: 600px;
        margin-bottom: 16px;
        border-bottom: 1px solid #cacaca;    
    }
    .ordering .item:last-child {
        width: 100%;
        min-height: 0;
        padding-bottom: 15px;
        border-right: 0;    
    }
    .ordering .order-total .btn-order {
        float: right;    
        width: 230px;    
        clear: both;    
    }
    
    /* cart */
    .content-cart #content-left {
        position: static;
        float: right;
        width: 100%;
        margin-top: 0px;
        border-top: 2px solid #e10000;
        padding: 30px 9px 0;          
    }
    .content-cart #content-right {
        float: left;
        width: 100%;
        margin-bottom: 0px;
    }
    .content-cart:after {
        bottom: 0;
    }
    .order-total .btn-next-sales {
        display: block;
        width: 230px;
        padding: 10px 0 11px;
        margin: 0 0 10px;
        font-size: 17px;
        text-transform: uppercase;           
        text-align: center;
        text-decoration: none; 
    }
    
    /* reviews */
    .form-reviews input[type="text"],
    .form-reviews textarea { 
        width: 100% !important; 
    }
    .form-reviews .capcha img {
        margin: 9px 0 0 0;
    }
    .form-reviews .field-col-2 {
        float: left;
        width: 100%;  
        clear: none;  
    }
    .form-reviews .field-col-2:last-child {
        text-align: center;    
    }
    .form-reviews .field .btn {
        float: none;
        margin: 0 auto 8px;
    }
    #content-left .banner,
    #content-left .best {
        display: none;
    }
    
    .product-top .pic {
        position: relative;
        float: left;
        width: 60%;
        border-right: 0;
    }
    .product-top .pic img {
        width: 100%;
    }
    .product-top .info {       
        width: 40%;    
        border-left: 1px solid #cacaca;    
    }
    
    .registr .fields-box-1, 
    .registr .fields-box-2 {
        width: 50%;
        padding: 25px 45px 0 0;
    }
    .registr .fields-box-3 {
        width: 100%;
        text-align: left;
    }
    .field.capcha  * {
        vertical-align: top;
    }
    .field.capcha img {
        margin: 0;
    }
    .registr .fields-box-3 .btn-send-registr {
        float: right;
        width: 250px;
        height: 35px;
        margin: 20px auto;       
    }
    .slider-page {
        height: 180px;
    }   

}

/* 960px and 1024 */
@media only screen and (min-width: 960px) and (max-width: 1024px) {

    /* home page */    
    #header .info .wrap > span {
        margin: 0 4% 0 0;
    }
    .category .col-1-4 {
        width: 33.33%;
    }
    .advantages .row {
        margin: 0 -10px;    
    }
    .advantages [class*="col-"] {
        padding: 0 10px;
    }
    .advantages > div {       
        vertical-align: top;
        margin: 0 0 30px -4px;
        text-align: center;
    }
    .advantages figure {
        width: 100%;
        margin: 0 0 25px 0;    
        vertical-align: top;
        text-align:center;
    }
    .navbar-bottom {
        text-align: center;
    }
    .navbar-bottom li {
        float: none;
        display: inline-block;    
        margin: 0 20px;
        text-align: center;    
        text-shadow: 5px 5px 4px rgba(0,0,0,.6);
    }
    .navbar-bottom li:last-child {
        margin: 0 20px;
    }
    
    /* cart */
    .order-steps li {       
        font-size: 16px;
        line-height: 41px;
        padding: 0 43px 0 20px;   
    }
    .order-steps li.active {
        font-size: 19px;       
    }
    
    /* reviews */
    .reviews-text {
        max-width: 1080px;
        padding: 23px 29px; 
    }
    .reviews-text article {
        padding: 24px 50px 17px;  
    }    
    .slider-page {
        height: 160px;
    }
           
}

/* 768px and 960px */
@media only screen and (min-width: 768px) and (max-width: 959px) {

    /* home page */
    #header .info address,
    #header .info .wrap > span {
        font-size: 14px;
    }    
    #header .info .wrap > span {
        margin: 0 2% 0 0;
    }
    .navbar li {            
        margin: 81px 0 0 15px;    
    }
    .navbar li a {
        padding: 2px;
        font-size: 20px;       
    }
    #header .slider h3 a {        
        font-size: 45px;
        line-height: 50px;    
    }
    .category .col-1-4 {
        width: 33.33%;
    }
    .advantages .row {
        margin: 0 -10px;    
    }
    .advantages [class*="col-"] {
        padding: 0 10px;
    }
    .advantages > div {       
        vertical-align: top;
        margin: 0 0 30px -4px;
        text-align: center;
    }
    .advantages figure {
        width: 100%;
        margin: 0 0 25px 0;    
        vertical-align: top;
        text-align:center;
    }
    .navbar-bottom {
        text-align: center;
    }
    .navbar-bottom li {
        float: none;
        display: inline-block;    
        margin: 0 11px;
        text-align: center;    
        text-shadow: 5px 5px 4px rgba(0,0,0,.6);
    } 
    .add-info .phone span {
        font-size: 25px;    
    }
    .add-info .phone address {
        font-size: 18px;    
    }
    
    /* delivery page */
    .delivery-icon {        
        padding: 27px 15px 0 60px;        
        text-align: center;
    }
    .delivery-icon div {
        float: none;
        display: inline-block;
        vertical-align: top;
        min-height: 200px;
        width: 280px;
        margin: 0 15px 20px 15px;
        text-align: left;
    }
    .delivery-price .price-wrap div {
        display: inline-block;
        width: 239px;
        height: 127px;
        background: #fff;
        margin: 0 3px;
        vertical-align: middle;    
    }
    .delivery-text article {    
        padding: 42px 50px 53px;
    }
    .payment-type ul li {
        display: inline-block;    
        width: 230px;
        margin: 0 6px;
        vertical-align: top;
        text-align: left;
    }
    .payment-type ul li > span {
        margin-top: 35px;
    }
    
    /* cart */
    .order-steps li {       
        font-size: 16px;
        line-height: 41px;
        padding: 0 43px 0 20px;   
    }
    .order-steps li.active {
        font-size: 19px;       
    }
    
    /* cart */
    .ordering .item {
        float: left;
        width: 33.33%;
        min-height: 600px;
        margin-bottom: 16px;
        border-bottom: 1px solid #cacaca;    
    }
    .ordering .item:last-child {
        width: 100%;
        min-height: 0;
        padding-bottom: 15px;
        border-right: 0;    
    }
    .ordering .order-total .btn-order {
        float: right;    
        width: 230px;    
        clear: both;    
    }
    .ordering .field input[type=text] {
        width: 100%;
    }
    .ordering .field select {
        width: 100%;
    } 
    .ordering .item:first-child select {
        width: 100%;    
    }
    .ordering .field.time select {
        width: 60px;
    }
    .ordering .btn-registr {
        width: 100%;
    }
    .ordering .field label {
        margin-left: 0;
    }
    .ordering h4 {
        padding: 20px 0 14px 17px;
        font-size: 13px;    
    }
    
    /* reviews */
    .reviews-text {
        max-width: 1080px;
        padding: 13px 19px;
        margin-bottom: 17px;
    }
    .reviews-text article {
        padding: 20px 30px 15px;
        font-size: 16px;
        line-height: 17px;
    }
    
    /* product-list */
    .product-item .prices .current span {
        font-size: 18px;   
    }
    .product-item .prices .old span {
        font-size: 15px;
    }
    
    /* product */
    .product-top .prices .current {    
        font-size: 16px;    
    }
    .product-top .prices .current span {
        font-size: 22px;   
    }
    .product-top .prices .old {
        position: absolute;
        top: 56px;
        left: 11px;
        font-size: 15px;
        color: #676767;        
    }
    .product-top .prices .old span {
        font-size: 16px;
    }
    .product-top .prices .old:after {    
        top: 6px;       
    }
    .product-top .add li {
        float: left;
        display: block;
        width: 100%;    
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 0 0;
        color: #818181;
    }
    .product-top .add li span {
        float: left;
        width: 50%;
        padding: 0 0 0 5px;
    }
    .product-top .add li span:nth-child(2n) {
        width: 50%;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .product-top .social-links {
        text-align: center;
    }
    .product-top .social-links a {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 9px 8px 9px 8px;
    }
    .product-top .social-links a:last-child {
        margin: 9px 0 0 8px;
    }
    .product-top .add-to-favorites {    
        width: 100%;    
        padding: 0 0 0 5px;    
    }
    
    .slider-page {
        height: 140px;
    }
    
}

/* 460 and 768px */
@media only screen and (min-width: 460px) and (max-width: 767px) {
    .containerbut {
    display: none;
    }
    /* home page */    
    #header .logo {
        width: 100%;
    }    
    #header .info address,
    #header .info .wrap > span {
        font-size: 11px;
    }
    #header .info address {
        float: right;
    }    
    #header .info .wrap > span {
        float: left;
        margin: 0 2% 0 0;
    }
    #header .btn-login {
        position: absolute;
        top: 55px;
        right: 0;    
    }
        #header .btn-logina {
        position: absolute;
        top: 55px;
        right: 0;    
    }
    #header .cart {    
        position: absolute;
        top: 95px;
        right: 0;       
    } 
    .navbar {
        width: 100%;
        clear: both;
        text-align: center;
    }
    .navbar li {            
        margin: 25px 10px 23px;    
    }
    .navbar li a {
        padding: 2px;
        font-size: 22px;       
    }
    #header .slider h3 {
        text-align: center;
    }
    #header .slider h3 a {        
        font-size: 45px;
        line-height: 50px;    
    }
    #header .slider .slider-control {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    #header .slider .slider-control a {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }
    .category .col-1-4 {
        width: 50%;
    }
    .advantages .row {
        margin: 0 -10px;    
    }
    .advantages [class*="col-"] {
        padding: 0 10px;
    }
    .advantages > div { 
        width: 50%;
        vertical-align: top;
        margin: 0 0 30px -4px;
        text-align: center;
    }
    .advantages figure {
        width: 100%;
        margin: 0 0 25px 0;    
        vertical-align: top;
        text-align:center;
    }
    .navbar-bottom {
        text-align: center;
    }
    .navbar-bottom li {
        float: none;
        display: inline-block;    
        margin: 0 11px;
        text-align: center;    
        text-shadow: 5px 5px 4px rgba(0,0,0,.6);
    }
    .add-info .col-1-3 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .add-info .social-links {
        text-align: center;
    }
    .add-info .phone span {
        display: block;
        padding: 2px 0 2px 0;
        font-size: 30px;
        color: #d30302;
        text-transform: uppercase;
        font-family: 'HelveticaNeueCyr-Medium';
    }
    .add-info .phone address {
        font-size: 20px;
        color: #fff; 
    }
    
    .add-info .phone span {
        font-size: 19px;    
    }
    .add-info .phone address {
        font-size: 16px;    
    }
    
    /* delivery page */
    .delivery-icon {        
        padding: 27px 15px 0 60px;        
        text-align: center;
    }
    .delivery-icon div {
        float: none;
        display: inline-block;
        vertical-align: top;
        min-height: 200px;
        width: 280px;
        margin: 0 15px 20px 15px;
        text-align: left;
    }
    .delivery-price .price-wrap div {
        display: inline-block;
        width: 140px;
        height: 127px;
        background: #fff;
        margin: 0 1px;
        vertical-align: middle;
    }
    .delivery-price .price-wrap p {
        display: block;
        height: 71px;
        line-height: 73px;
        font-size: 26px;    
    } 
    .delivery-price .price-wrap div > span {
        display: block;
        padding: 4px 0 0 0;
        width: 100%;
        height: 56px;
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        background: #ee1c25;
    }
    .delivery-price .price-wrap div:first-child > span {
        padding-top: 4px;
    }
    .delivery-text article {    
        padding: 22px 20px 33px;
        font-size: 13px;
        line-height: 18px;
    }
    .payment-type ul li {
        display: inline-block;    
        width: 230px;
        margin: 0 6px;
        vertical-align: top;
        text-align: left;
    }
    .payment-type ul li > span {
        margin-top: 35px;
    }
    
    /* cart */
    .order-steps li {       
        font-size: 11px;
        line-height: 41px;
        padding: 0 33px 0 10px;   
    }
    .order-steps li.active {
        font-size: 10px;       
    }
    .order-conf {        
        margin: 20px auto 40px;
    }
    .order-conf .text strong {    
        margin: 0 0 24px 0;
        font-size: 17px;    
    }
    .order-conf .text p {
        font-size: 15px;
        line-height: 24px;
    }
    
    /* cart */
    .ordering .item {
        float: left;
        width: 50%;
        min-height: 600px;
        margin-bottom: 0;
        border-bottom: 1px solid #cacaca;    
    }
    .ordering .item:nth-child(3) {
        width: 100%;
        min-height: 0;    
        padding-bottom:10px;    
    }
    .ordering .item:last-child {
        width: 100%;
        min-height: 0;
        padding-bottom: 15px;
        border-right: 0;    
    }
    .ordering .title-ordering {
        display: block;
        height: 51px;
        padding: 0 1px;    
        text-align: center;
        font-size: 15px;
        line-height: 51px;
        margin-bottom: 10px;
    }
    .ordering .item:last-child .title-ordering {    
        padding: 20px 0 0;    
    }
    .ordering .order-total .btn-order {
        float: right;    
        width: 230px;    
        clear: both;    
    }
    .ordering .field input[type=text] {
        width: 100%;
    }
    .ordering .field select {
        width: 100%;
    } 
    .ordering .item:first-child select {
        width: 100%;    
    }
    .ordering .field.time select {
        width: 60px;
    }
    .ordering .btn-registr {
        width: 100%;
    }
    .ordering .field label {
        margin-left: 0;
    }
    .ordering h4 {
        padding: 20px 0 14px 17px;
        font-size: 12px;       
    }
    
    /* cart */
    .cart table .product-info .btn-delete {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px 0 2px;
    }
    .cart table .product-info .pic {
        display: inline-block;
        vertical-align: middle;
        margin: 0 29px 0 10px;
        border: 1px solid #d1d1d1;       
    }
    .cart table .product-info .pic img {
        float: left;
        width: 50px;
    }
    .cart table .product-info .product-title {
        display: inline-block;
        vertical-align: middle;
        max-width: 140px;    
    }
    .cart table .product-info h3 a {
        font-size: 10px;
        line-height: 11px;       
    }
    .cart table .product-info select {
        width: 81px;
        margin-top: 10px;
    }
    .cart .price,
    .cart .price-total {
        font-size: 12px;
        font-family: 'HelveticaNeueCyr-Medium';
        color: #000;
    }
    .cart .count-control {
        position: relative;
        bottom: 0;
        right: 0;
        width: 74px;
        height: 40px;
        margin: 0 auto;    
    }
    
    /* reviews */
    .reviews-text {
        max-width: 1080px;
        padding: 13px 19px;
        margin-bottom: 17px; 
    }
    .reviews-text article {
        padding: 15px 15px 5px;
        font-size: 13px;
        line-height: 14px;
    }
    .reviews-text article * {
        padding-bottom: 14px;
    }
    
    /* product-list */
    #content {
        overflow: hidden;
    }
    .catalog #content-left {    
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        margin-right: -250px;
        background: #fff;
        z-index: 999;
        float: none;  
        transition: all 0.5s ease;
        display: none;
    }
    .catalog #content-right {
        width: 100%;
        padding: 0 15px;
    }
    .catalog .content-header {
        padding-right: 0;
    }
    .catalog .products-list {
        padding-right: 0;
    }
    .product-item .prices .current span {
        font-size: 15px;   
    }
    .product-item .prices .old span {
        font-size: 14px;
    }    
    
    .btn-open-menu {
        display: block;       
    }    
    
    /* product */
    .catalog .product {
        margin-top: 0;    
        padding-right: 0; 
    }
    .product-top {
        margin-top: 38px;    
    }
    .product-top .pic {
        position: relative;
        float: left;
        width: 100%;       
    }
    .product-top .pic img {
        width: 100%;
    }
    .product-top .info {       
        width: 100%;    
        border-top: 1px solid #cacaca;
        border-left: 0;    
    }
    .product-top .prices .current {    
        font-size: 16px;    
    }
    .product-top .prices .current span {
        font-size: 22px;   
    }
    .product-top .prices .old {
        position: absolute;
        top: 56px;
        left: 11px;
        font-size: 15px;
        color: #676767;        
    }
    .product-top .prices .old span {
        font-size: 16px;
    }
    .product-top .prices .old:after {    
        top: 6px;       
    }
    .product-top .add li {
        float: left;
        display: block;
        width: 100%;    
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 0 0;
        color: #818181;
    }
    .product-top .add li span {
        float: left;
        width: 50%;
        padding: 0 0 0 5px;
    }
    .product-top .add li span:nth-child(2n) {
        width: 50%;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .product-top .social-links {
        text-align: center;
    }
    .product-top .social-links a {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 9px 8px 9px 8px;
    }
    .product-top .social-links a:last-child {
        margin: 9px 0 0 8px;
    }
    .product-top .add-to-favorites {
        padding: 0 0 0 20px;
        margin: 0 auto;    
    }
    .product-bottom {
        margin-bottom: 15px;
    }
    
    form.login {
        position: absolute;
        top: 92px;
        left: auto !important;
        right: 0 !important;    
        width: 309px;
        z-index: 850;    
        padding-top: 13px;
        margin-left: -200px;
        background: #fff url("../img/icon-arrow4.png") 257px 0 no-repeat;
        display: none;    
    }
    
    .registr .fields-box-1, 
    .registr .fields-box-2 {
        width: 100%;
        padding: 25px 30px 0 30px;
        text-align: center;
    }
    .registr .fields-box-3 {
        width: 100%;
        text-align: center;
    }
    .registr .field-title {
        width: 105px;    
    }
    .registr .field input {
        width: 145px;
    }    
    .registr .capcha img {
        margin: 10px 0 12px 0; 
    }
    .registr .btn-send-registr {
        float: none !important;
        display: block;
        margin: 0 auto;
    }
    .slider-intro h3 {
        text-align: center;
    }
    .slider-intro h3 a {
        font-size: 36px;
        line-height: 38px;
    }
    .slider-intro {
        float: left;
        position: relative;
        width: 100%;
        height: 187px;
        clear: both;
        margin-bottom: 43px;
    }
    .slider-intro .slider-control,
    .slider-page .slider-control {
        position: static;
        top: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }
    .slider-intro .slider-control a,
    .slider-page .slider-control a {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    
    .slider-page {
        margin-bottom: 20px;
    }
    
    .slider-page {
        height: 135px;
    }
        
}


/* 460 and 560px */
@media only screen and (min-width: 460px) and (max-width: 560px) {
      .containerbut {
    display: none;
    }
    .content-cart .cart table th:first-child {
        text-align: left;
        padding-left: 20px;
        width: 50%;
    }  
    .content-cart .cart table .product-info .product-title {    
        max-width: 200px;
        margin: 10px 0 10px 32px;    
    }
    
    .content-cart .cart table .product-info .pic {    
        margin: 0 29px 0 0px;
        border: 1px solid #d1d1d1;       
    }
    .order-total .promo {
        position: static;
        bottom: 0;
        right: 0;
        width: 230px;
        padding: 4px 6px;
        margin-bottom: 15px;
        border: 1px solid #c5c5c5;
    }
    .products-list .col-1-3 {
        width: 50%;
    }
    .product-item .prices .current span {
        font-size: 18px;   
    }
    .product-item .prices .old span {
        font-size: 16px;
    }
    .products-list .col-1-5 {
        width: 33.33%;
    }
    .tab-control a {    
        padding: 0 8px 0;
        font-size: 15px;             
    }   
    .slider-page {
        height: 120px;
    }
}


/* < 460px */
@media only screen and (max-width: 459px) {
        .containerbut {
    display: none;
    }
    /* home page */    
    #header .logo a {
        display: inline-block;
        width: auto;
        height: auto;
        margin: 80px 0 10px 2px;
    }
    #header .logo img {
        width: 90%;
    }
    #header .logo {
        width: 100%;
    }
    #header .info {
        padding: 5px 0;
        height: auto;    
    }
    #header .info address,
    #header .info .wrap > span {
        line-height: 25px;
        font-size: 10px;
    }
    #header .info address {
        float: left;
        clear: both;
    }    
    #header .info .wrap > span {
        float: left;
        margin: 0 2% 0 0;
    }
    #header .btn-login {
        position: absolute;
        top: 30px;
        right: 70px;
        width: 70px;
        height: 29px;
        font-size: 14px;       
    }
    #header .btn-logina {
        position: absolute;
        top: 30px;
        right: 70px;
        width: 70px;
        height: 29px;
        font-size: 14px;       
    }
    form.login {    
        top: 59px;
        left: auto !important;
        right: 0 !important;        
        margin-left: -200px;       
    }
    #header .cart {    
        position: absolute;
        top: 30px;
        right: 0;             
    }
    #header .cart .btn-cart {
        float: right;
        width: 70px;
        height: 29px;           
    }
    .cart-add-product {
        top: 30px;    
    }
    #header .cart .btn-cart > span {
        position: absolute;
        top: 4px;
        left: 32px;
        display: block;
        width: 22px;
        text-align: center;    
        font-family: 'HelveticaNeueCyr-Medium';
        font-size: 11px;
        color: #f00;
    }
    .navbar {
        width: 100%;
        clear: both;
        text-align: center;
    }
    .navbar li {            
        margin: 25px 4px 23px;    
    }
    .navbar li a {
        padding: 2px;
        font-size: 16px;   
        text-decoration: underline;    
    }
    #header .slider.intro {
        height: 100px;
        margin-bottom: 35px;    
    }
    #header .slider h3 {
        text-align: center;
    }
    #header .slider h3 a {        
        font-size: 25px;
        line-height: 32px;    
    }
    #header .slider .slider-control {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;    
    }
    #header .slider .slider-control a {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }
    .category {    
        padding: 0  0;
        background: none; 
    }
    .category .col-1-4 {
        width: 50%;
    }
    .home-text h1 {
        font-size: 16px;
    }
    .home-text p {
        margin-bottom: 16px;
        line-height: 16px;
        padding: 0 30px;
    }
    .advantages .row {
        margin: 0 -10px;    
    }
    .advantages [class*="col-"] {
        padding: 0 10px;
    }
    .advantages > div { 
        width: 50%;
        vertical-align: top;
        margin: 0 0 30px -4px;
        text-align: center;
    }
    .advantages figure {
        width: 100%;
        margin: 0 0 25px 0;    
        vertical-align: top;
        text-align:center;
    }
    .advantages p { 
        font-size: 13px;    
    }
    
    .navbar-bottom {
        text-align: center;
    }
    .navbar-bottom li {
        float: none;
        width: 100%;
        display: inline-block;    
        margin: 0 11px;
        padding: 15px 0;
        text-align: center;    
        text-shadow: 5px 5px 4px rgba(0,0,0,.6);
    }
    .navbar-bottom li a {
        font-size: 14px;
    }
    .add-info .col-1-3 {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }
    .add-info .social-links {
        text-align: center;
    }
    .add-info .phone span {
        display: block;
        padding: 2px 0 2px 0;
        font-size: 30px;
        color: #d30302;
        text-transform: uppercase;
        font-family: 'HelveticaNeueCyr-Medium';
    }
    .add-info .phone address {
        font-size: 20px;
        color: #fff; 
    }
    #footer .wrap-full.title {    
        font-size: 13px;
        line-height: 44px;
        color: #fff;    
    }
    .clients .title {
        font-size: 13px;
    }
    .add-info .phone span {
        font-size: 19px;    
    }
    .add-info .phone address {
        font-size: 16px;    
    }
    
    /* delivery page */
    .title-page.delivery {    
        height: 102px;           
    }
    .title-page.delivery h1 {
        letter-spacing: 1px;
        padding: 23px 0 5px 0;
        font-size: 24px;
        color: #eb1e25;
        text-transform: uppercase;
        font-family: 'HelveticaNeueCyr-Medium';
    }
    .title-page.delivery span {
        font-size: 15px;
        color: #939598;    
        text-transform: uppercase;    
    }
    .delivery-icon {        
        padding: 27px 0 0 20px;        
        text-align: center;
    }
    .delivery-icon div {
        float: none;
        display: inline-block;
        vertical-align: top;
        min-height: 200px;
        width: 230px;
        margin: 0 5px 20px 5px;
        text-align: left;
    }
    .delivery-info {
        padding: 0 20px 18px;
    }
    .delivery-price .price-wrap {
        position: static;
        top: 0;
        left: 0;    
        width: 100%;    
        height: auto;
        margin-top: 0;
        text-align: center;
        background: #fff;
    }
    .delivery-price img {
        display: none;
    }
    .delivery-price .price-wrap div {
        display: inline-block;
        width: 180px;
        height: 127px;
        background: #fff;
        margin: 0 1px 15px;
        vertical-align: middle;
    }
    .delivery-price .price-wrap p {
        display: block;
        height: 71px;
        line-height: 73px;
        font-size: 26px;    
    } 
    .delivery-price .price-wrap div > span {
        display: block;
        padding: 4px 0 0 0;
        width: 100%;
        height: 56px;
        color: #fff;
        font-size: 12px;
        line-height: 14px;
        background: #ee1c25;
    }
    .delivery-price .price-wrap div:first-child > span {
        padding-top: 4px;
    }
    .delivery-text article {    
        padding: 22px 10px 33px;
        font-size: 12px;
        line-height: 13px;
        background: url("../img/bg-delivery-footer.jpg") center 0 no-repeat;
    }
    .payment-type ul li {
        display: inline-block;    
        width: 230px;
        margin: 0 6px;
        vertical-align: top;
        text-align: left;
    }
    .payment-type ul li > span {
        margin-top: 35px;
    }
    
    /* action page */
    .action-list .item {
        position: relative;
        width: 100%;
        min-height: 156px;
        clear: both;
        overflow: hidden;
        padding: 0 10px 10px 20px;
        border-bottom: 2px dotted #e7e7e8;
    }
    .action-list .item .pic {
        position: static;
        top: 0;
        left: 0;    
        float: left;
        margin: 15px 0;
        width: 100%;
        height: auto; 
    }
    .action-list .item .pic img {
        width: 100%;
    }
    .action-list .item h2 {
        clear: both;
        padding: 11px 0 14px 0;
    }
    
    .action-list .item .close-info {
        position: static;
        bottom: 0;
        left: 0;    
        padding: 10px 0 0 0;    
    }
    .title2 {    
        display: block;
        width: 100%;
        height: 58px;
        padding: 0;        
        font-size: 26px;
        line-height: 58px;    
    }
    
    /* cart */
    .order-steps {
        height: auto;
        padding: 0 0 0 0;    
    }
    
    .order-steps li {
        float: none;
        width: 100%;
        height: 39px;
        font-size: 14px;
        line-height: 41px;
        padding: 0 33px 0 10px;   
    }
    .order-steps li.active {
        font-size: 12px;       
    }
    .order-conf {        
        margin: 20px auto 30px;    
    }
    .order-conf .text { 
        bottom: 5px;    
    }
    .order-conf .text strong {    
        margin: 0 0 10px 0;
        font-size: 16px;    
    }
    .order-conf .text p {
        font-size: 13px;
        line-height: 20px;
    }
    
    /* cart */
    .ordering .item {
        float: left;
        width: 100%;
        min-height: 0;
        margin-bottom: 0;
        border-bottom: 1px solid #cacaca;    
    }
    .ordering .item:nth-child(3) {
        width: 100%;
        min-height: 0;    
        padding-bottom:10px;    
    }
    .ordering .item:last-child {
        width: 100%;
        min-height: 0;
        padding-bottom: 15px;
        border-right: 0;    
    }
    .ordering .title-ordering {
        display: block;
        height: 51px;
        padding: 0 1px;    
        text-align: center;
        font-size: 15px;
        line-height: 51px;
        margin-bottom: 10px;
    }
    .ordering .item:last-child .title-ordering {    
        padding: 20px 0 0;    
    }
    .ordering .order-total .btn-order {
        float: right;    
        width: 230px;    
        clear: both;    
    }
    .ordering .field input[type=text] {
        width: 100%;
    }
    .ordering .field select {
        width: 100%;
    } 
    .ordering .item:first-child select {
        width: 100%;    
    }
    .ordering .field.time select {
        width: 60px;
    }
    .ordering .btn-registr {
        width: 100%;
    }
    .ordering .field label {
        margin-left: 0;
    }
    .ordering h4 {
        padding: 20px 0 14px 17px;
        font-size: 12px;       
    }
    
    /* cart */
    .content-cart .cart table th {
        color: #817f7d;
        font-size: 12px;
        border-bottom: 1px solid #d7d7d7;
    }
    .content-cart .cart table .product-info .btn-delete {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px 0 2px;
    }
    .content-cart .cart table .product-info .pic {
        display: inline-block;
        vertical-align: middle;
        margin: 0 29px 0 10px;
        border: 1px solid #d1d1d1;       
    }
    .content-cart .cart table .product-info .pic img {
        float: left;
        width: 50px;
    }
    .content-cart .cart table .product-info .product-title {
        display: inline-block;
        vertical-align: middle;
        max-width: 140px;    
    }
    .content-cart .cart table .product-info h3 a {
        font-size: 10px;
        line-height: 11px;       
    }
    .content-cart .cart table .product-info select {
        width: 81px;
        margin-top: 10px;
    }
    .content-cart .cart .price,
    .content-cart .cart .price-total {
        font-size: 12px;
        font-family: 'HelveticaNeueCyr-Medium';
        color: #000;
    }
    .content-cart .cart .count-control {
        position: relative;
        bottom: 0;
        right: 0;
        width: 74px;
        height: 40px;
        margin: 0 auto;    
    }
    .content-cart .cart table th:first-child {
        text-align: left;
        padding-left: 20px;
        width: 50%;
    }  
    .content-cart .cart table .product-info .product-title {    
        max-width: 200px;
        margin: 10px 0 10px 32px;    
    }
    
    .content-cart .cart table .product-info .pic {    
        margin: 0 29px 0 0px;
        border: 1px solid #d1d1d1;       
    }
    .order-total .promo {
        position: static;
        bottom: 0;
        right: 0;
        width: 230px;
        padding: 4px 6px;
        margin-bottom: 15px;
        border: 1px solid #c5c5c5;
    }
    
    /* reviews */
    .reviews-text {
        max-width: 1080px;
        padding: 0;
        margin-bottom: 17px;
        border-bottom: 1px solid #fff;
        background: url("../img/bg-reviews-footer.jpg") center 0 no-repeat; 
    }
    .reviews-text article {
        padding: 10px 10px 0px;
        font-size: 13px;
        line-height: 14px;
        color: #000;
        border: 3px solid #fff;
    }
    .reviews-text article * {
        padding-bottom: 14px;
    }
    
    /* product-list */
    .catalog #content-left {
        display: none;
    }
    .catalog #content-right {
        width: 100%;
        padding: 0 15px;
    }
    .catalog .content-header {
        padding-right: 0;
    }
    .catalog .products-list {
        padding-right: 0;
    }
    .products-list .col-1-3 {
        width: 100%;
    }
    .product-item .prices .current span {
        font-size: 22px;   
    }
    .product-item .prices .old span {
        font-size: 18px;
    }
    .products-list .col-1-5 {
        width: 50%;
    }
    .tab-control a {    
        padding: 0 9px 0;
        font-size: 13px;             
    }
    
    /* product-list */
    #content {
        overflow: hidden;
    }
    .reviews {
        position: relative;
        padding: 38px 0 0 0;
    }
    .form-reviews {
        padding-left: 4px;
        padding-right: 4px;
    }
    .catalog #content-left,
    .content-reviews #content-left {    
        position: absolute;
        top: 0;
        right: 0;
        width: 200px;
        margin-right: -250px;
        background: #fff;
        z-index: 999;
        float: none;  
        transition: all 0.5s ease;
        display: none;
    }    
    .catalog #content-right,
    .content-reviews #content-right {
        width: 100%;
        padding: 0 15px;
    }
    .catalog .content-header {
        padding-right: 0;
    }
    .catalog .products-list {
        padding-right: 0;
    }
    .product-item .prices .current span {
        font-size: 25px;   
    }
    .product-item .prices .old span {
        font-size: 18px;
    }    
    
    .btn-open-menu {
        display: block;       
    }
    #header .price-total {
        display: none;
    }
    
    .registr .fields-box-1, 
    .registr .fields-box-2 {
        width: 100%;
        padding: 25px 30px 0 30px;
        text-align: center;
    }
    .registr .fields-box-3 {
        width: 100%;
        padding: 0;
        text-align: center;
    }
    .registr .field-title {
        width: 105px;    
    }
    .registr .field input {
        width: 145px;
    }    
    .registr .capcha img {
        margin: 10px 0 12px 0; 
    }
    
    .registr .btn-send-registr {
        float: none !important;
        display: block;
        margin: 0 auto;
    }
    form.login {
        background: #fff url("../img/icon-arrow4.png") 200px 0 no-repeat;    
    }
    .slider-intro h3 {
        text-align: center;
    }
    .slider-intro h3 a { 
        font-size: 36px;
        line-height: 38px;
    }
    .slider-intro {
        float: left;
        position: relative;
        width: 100%;
        height: 187px;
        clear: both;
        margin-bottom: 43px;
    }
    .slider-intro .slider-control,
    .slider-page .slider-control {
        position: static;
        top: 0;
        right: 0;
        text-align: center;
        width: 100%;
    }
    .slider-intro .slider-control a,
    .slider-page .slider-control a {
        float: none;
        display: inline-block;
        vertical-align: top;
    }    
    .slider-page {
        margin-bottom: 20px;
        height: 100px;
    }
    
        /* product */
    .catalog .product {
        margin-top: 0;    
        padding-right: 0; 
    }
    .product-top {
        margin-top: 38px;    
    }
    .product-top .pic {
        position: relative;
        float: left;
        width: 100%;       
    }
    .product-top .pic img {
        width: 100%;
    }
    .product-top .info {       
        width: 100%;    
        border-top: 1px solid #cacaca;
        border-left: 0;    
    }
    .product-top .prices .current {    
        font-size: 16px;    
    }
    .product-top .prices .current span {
        font-size: 22px;   
    }
    .product-top .prices .old {
        position: absolute;
        top: 56px;
        left: 11px;
        font-size: 15px;
        color: #676767;        
    }
    .product-top .prices .old span {
        font-size: 16px;
    }
    .product-top .prices .old:after {    
        top: 6px;       
    }
    .product-top .add li {
        float: left;
        display: block;
        width: 100%;    
        font-size: 14px;
        line-height: 22px;
        padding: 0 0 0 0;
        color: #818181;
    }
    .product-top .add li span {
        float: left;
        width: 50%;
        padding: 0 0 0 5px;
    }
    .product-top .add li span:nth-child(2n) {
        width: 50%;
        text-align: right;
        padding: 0 5px 0 0;
    }
    .product-top .social-links {
        text-align: center;
    }
    .product-top .social-links a {
        float: none;
        display: inline-block;
        vertical-align: top;
        margin: 9px 8px 9px 8px;
    }
    .product-top .social-links a:last-child {
        margin: 9px 0 0 8px;
    }
    .product-top .add-to-favorites {
        padding: 0 0 0 20px;
        margin: 0 auto;    
    }
    .product-bottom {
        margin-bottom: 15px;
    }    
}