@media screen and (max-width:480px) {
    
    .pda {
        display: block;
    }
    
    .pc {
        display: none;
    }
    
    .full {
        overflow: hidden;
        min-width: 320px;
    }

    .wrap {
        width:97%;
    }

    .btn {
        display: inline-block;
        border-radius: 50px;
        padding: 15px 28px;
        font-weight: 600;
        color: #fff;
        letter-spacing: 0.5px;
        font-size: 14px;
        box-shadow: 2px 6px 18px rgb(0 0 0 / 15%);
        position: relative;
        background: linear-gradient(269deg, #D6415E 0%, #F45E62 100%);
        cursor: pointer;
        border: none;
    }
    
    section {
        padding: 80px 0;
    }

    section h1, 
    section h2 {
        text-align: center;
        font-weight: 900;
        font-size: 25px;
        position: relative;
        padding: 0 0 50px;
        width: 300px;
        margin: 0 auto;
    }

    section h1:before,
    section h2:before {
        content: "";
        width: 40px;
        height: 40px;
        top: -3px;
    }

    .nav {
        background: rgb(242 242 242 / 15%);
        box-shadow: none;
        position: relative;
        z-index: 100;
    }
	
	.nav-cat {
		display:block;
	}

    .nav .row:nth-child(1) {
        padding: 5px 0;
    }

    .nav .row:nth-child(2)  {
        padding: 0 0 5px;
    }

    .nav .menu {
        display: none;
        float: none;
    }
    
    .nav .menu-type {
        display: block;
        text-align: center;
    }
    
    .nav .menu-type a {
        padding: 5px 5px 10px;
        margin: 0;
        font-size: 13px;
    }

    .nav li {
        display:inline-block;
    }
    
    .nav .icon-menu {
        float: right;
        padding: 8px 5px 0 5px;
    }

    .nav .icon-menu span {
        width: 30px;
        height: 2px;
        background: #000;
        display: block;
        margin: 0 0 7px;
    }

    .nav .icon-menu span:nth-child(3) {
        width: 20px;
    }
    
    .nav .col-8 {
        float: none;
        margin: -5px -3% 2px;
        padding: 5px 0 1px;
        background: #f7f7f7;
        border-bottom: 1px solid #eaeaea;
        width: 106%;
    }
    
    .nav .phone a {
        margin: 0;
    }

    .nav .snet {
        display: none;
    }

    .nav .logo {
        width: 170px;
    }

    .nav .logo .icon {
        width: 55px;
        height: 75px;
        margin: 0 0 0 5px;
    }

    .nav .logo .text {
        float: left;
        width: 80px;
        margin: 0 15px;
    }

    .nav .logo .title {
        font-size: 27px;
        font-weight: 300;
        text-transform: unset;
        letter-spacing: 0.5px;
        padding: 7px 1px 0px;
    }

    .nav .logo .subtitle {
        display: none;
    }

    .nav .search {
        display: none;
    }

    .nav .theme {
        display: none;
    }

    .nav .items {
        float: right;
        width: 130px;
        margin: 9px 0 0;
    }
    
    .nav .items .favorites {
        padding: 0 20px 0 0;
    }

    .nav .lang {
        padding: 10px 20px 0 0;
    }
    
    .nav .lang:before {
        top: 17px;
        width: 10px;
        height: 7px;
        right: 22px;
    }
    
    .nav .lang .select {
        display:none;
        right: -43px;
        padding: 5px 10px 0 10px;
        width: 83px;
        margin: 2px 0 0;
    }

    .nav .lang:hover .select {
        display: block;
    }

    .nav .lang:hover .select span {
        position: relative;
        display: block;
        cursor: pointer;
        padding: 0 0 5px;
    }

    .header {
        padding: 60px 0 70px;
        background: url(/views/web/images/6.jpg) center 4px;
        background-size: cover;
    }

    .header:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, 0.50);
    }

    .header .title {
        font-size: 40px;
        text-align: center;
        line-height: 1.2;
    }

    .header .subtitle {
        padding: 23px 0 45px;
        text-align: center;
        line-height: 1.5;
        width: 300px;
        margin: 0 auto;
        font-size: 16px;
        letter-spacing: 0.5px;
        font-weight: 500;
    }

    .header ul {
        display: none;
    }
    
    .header .btn {
        padding: 18px 45px;
        display: block;
        width: 139px;
        text-align: center;
        margin: 0 auto;
    }

    .header .image {
        width: 320px;
        height: 260px;
        position: relative;
        top: -17px;
        right: 0;
        background: url(/views/web/images/1.png) no-repeat;
        background-size: contain;
        margin: 0 auto 25px;
    }
    
    .header .image:before {
        content: "";
        width: 100%;
        height: 2px;
        background: #e6e6e6;
        border-top: 1px solid #d8d8d8;
        border-left: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        position: absolute;
        z-index: -1;
        top: 2px;
    }

    .cups .header .image {
        width: 320px;
        height: 200px;
        position: relative;
        top: -2px;
        right: 0;
        background: url(/views/web/images/2.png) center no-repeat;
        background-size: 120%;
        margin: -15px auto 0;
    }
    
    .cups .header .image:before {
        display: none;
    }

    .preview {
        width: 48%;
		margin: 0 1% 2%;
		height: auto;
    }

    .preview a {
        display: block;
    }

    .preview .image {
        height: auto;
		padding: 0 0 95%;
		background-size: cover;
    }
    
	
	.preview a:after {
		display:none;
	}

    .preview .image .btn{
        top: 40%;
    }

    .preview:hover .image .btn {
        display: none;
    }
    
    .preview .name {
       padding: 10px 0 5px;
		font-size: 12px;
    }
	
	.preview .size {
		padding: 0 0 5px;
		font-size: 10px;
	}
	
	.preview .price {
		font-size: 12px;
		padding: 0 0 10px;
	}
	
	.preview .fav .btn-favorites {
		width: 24px;
		height: 24px;
	}
    
    .info {
        padding: 20px 0 0;
        width: 300px;
        margin: 0 auto;
    }

    .info p {
        font-size: 12px;
    }
    
    .info br {
        display: none;
    }
	
	section.delivery .images-payment li {
		font-size: 13px;
		padding: 0 20px 10px;
		width: 180px;
	}

    .info p:nth-child(1):before {
        display: inline-block;
        content: "";
        position: relative;
        width: 22px;
        height: 22px;
        background: #9b6aad;
        top: 6px;
        margin: 0 5px 0 0;
        background-position: center;
        background-image: url(/views/web/images/svg/6.svg);
        background-size: 85%;
    }

    .main section.prices {
        padding:80px 0 90px;
    }

    .main section.prices:before {
        display: none;
    }

    .cups section.prices:before {
        display: none;
    }

    section.prices th {
        font-size: 14px;
    }

    section.prices td {
        font-size: 14px;
    }

    section.prices .th-1 { 
        font-size: 16px;
    }

    section.prices .th-2 {
        font-size: 15px;
    }

    section.delivery {
        padding: 50px 0 20px;
    }

    section.delivery .col {
        width:50%;
        text-align:center;
    }

    section.delivery .col:nth-child(2) {
        width:50%;
    }

    section.delivery .subtitle {
        font-size: 15px;
    }

    section.delivery .icon {
        height: 34px;
        margin: 0 auto 25px;
        display: block;
    }
    
    section.delivery .icon.master {
        height: 46px;
    } 

    section.delivery .icon.justin {
        top: 0;
    } 
    
    section.range .scroll > .row {
		width:1410px;
	}
	
	section.range .scroll {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
    
    section.range .col {
        width: 140px;
        padding: 0 0 10px;
    }
    
    section.range .col .name span {
        display: none;
    }
    
    section.range .col:nth-child(1) .name {
        left: -6px;
        position: relative;
    }
    
    section.range .col .name {
        font-size: 14px;
        font-weight: 600;
        padding: 0 0 10px;
        width: 90px;
        margin: 0 auto;
    }
	
	section.catalog {
		padding: 35px 0 50px;
	}
    
    .cups section.top .btn {
        margin: 20px 0 0;
    }
    
    .cups section.top h2 { 
        padding: 0 0 30px;
    }

    section.run {
        padding: 10px 0 80px;
    }

    section.run h2 {
		padding: 0 0 40px;
        font-size: 25px;
        margin: 0;
        width: 100%;
    }

    section.run .text {
        height: 220px;
        overflow: auto;
        text-align: justify;
        padding: 0 50px 0 0;
        font-size: 14px;
    }

    footer {
        padding: 25px 0;
    }
    
    footer .col {
        width: 50%;
        margin: 0 0 20px;
    }

    .footer .logo {
        width: 180px;
    }

    .footer .logo .icon {
        width: 55px;
        height: 75px;
        margin: 0 0 0 5px;
    }

    .footer .logo .text {
        float: left;
        width: 80px;
        margin: 0 15px;
    }

    .footer .logo .title {
        font-size: 27px;
        font-weight: 300;
        text-transform: unset;
        letter-spacing: 0.5px;
        padding: 7px 1px 0px;
    }

    .footer .logo .subtitle {
        display: none;
    }
    
    footer .subtitle {
        font-size: 13px;
    }

    footer .menu {
        width: 50%;
    }

    footer .menu li a {
        display: inline-block;
        padding:0 0 5px;
        font-size:13px;
    }

    footer .contact {
        width: 50%;
    }

    footer .contact a {
        display: inline-block;
        padding:0 0 5px;
        font-size:14px;
    }

    footer .copy {
        font-size: 12px;
        line-height: 1.4;
    }
    
    footer .copy a {
        clear: both;
        display: inline-block;
    }
    
    footer .snet {
        text-align: left;
        width: 50%;
    }
    
    .advantages li {
		float: left;
		width: calc(50% - 1px);
		border-right:none;
		position:relative;
	} 

	.advantages li:last-child {
		border-right:none;
	}

	.advantages li span.text {
		padding: 10px 20px 10px 40px;
		font-size: 13px;
		letter-spacing: 0.4px;
	}

	.advantages li span.icon {
        width: 39px;
        height: 34px;
        left: -3px;
	}
    
    .advantages li:nth-child(3) span.icon {
        height: 29px;
        top: 13px;
    }
    
    .breadcrumbs {
        font-size: 11px;
    }
    
    section.product {
        padding: 50px 0 0;
        margin: 0 0 -20px;
    }
    
    .product .stars {
        text-align: center;
        padding: 0 0 40px;
    }
    
    .product .gallery {
       width: 100%;
	   padding:0 0 10px;
	   float:none;
    }
	
	.product .gallery img {
		margin: 0 0 30px;
	}

    .product .info {
        padding: 30px 0 50px;
        margin: 0;
        width: auto;
    }

    .product .content {
        width: 96%;
        float: none;
        margin: 0 auto;
    }
    
    .product .variants .values {
        padding: 5px 0 20px;
    }

    .product .variants span.text {
        margin: 0 0 5px;
    }

    .product .sizes img {
        margin: 24px -5px;
    }

    .product .add-to-cart {
        padding: 20px 30px;
    }
    
    .product .add-to-cart-product {
         padding: 20px 50px;
    }
    
    .product .subtitle {
        font-size: 14px;
        letter-spacing: 0.5px;
        font-weight: 500;
        padding: 0 0 15px;
    }
	
	.product .sizes .col-4 {
        width: 100%;
        float: none;
        margin-left: 0 !important;
    }

    .product .care li {
        padding: 3px 10px 6px 50px;
        margin: 0 0 20px;
        font-size: 13px;
        width: calc(100% - 60px);
        float: none;
        letter-spacing: 0.5px;
    }
    
    .product .care li br {
        display: none;
    }

    .product .set {
        width: 96%;
		display:block;
        margin: 0 auto 60px;
    }

    .product .set-product {
        width: 100%;
        float: none;
    }

    .product .set-product:nth-child(2) {
        float: none;
    }
	
	.product .sale span:after {
		content: "";
		position: relative;
		display: inline-block;
		top: 5px;
		margin: -4px 2px 0px;
	}
    
    .tshirt .set-tshirt {
        display: none;
    }
    
    .product .set-tshirt img {
        width: 100%;
        padding: 18px 0 0;
    }

    .cup .set-cup {
        display: none;
    }

    .product .set-image {
        width: 45%;
        float: left;
    }

    .product .set-image img {
        width: 100%;
    }
	
	.product .set-product {
        margin: 0 0 20px;
    }

    .product .set-info {
		width: 50%;
        float: right;
        padding: 4px 0 0;
    }

    .product .set-title {
        font-size: 14px;
    }

    .product .set-content {
        font-size: 13px;
        height: auto;
    }

    .product .set-product .add-to-cart {
        margin: 7px 0 0;
        padding: 11px 20px;
        font-size: 12px;
    }

    .product .set-product-cup img {
        width: 93%;
    }

    .product .sizes-care .col + .col {
        margin-left: 1.6%;
    }

    .product .content .btn-favorites {
        margin: -17px 8px;
    } 

    .product h1 {
        padding: 4px 0 20px;
    }

    .product .boxs {
        padding: 0 0 50px;
    }

    .product .box {
        width: 50%;
        padding: 0 0 30px;
    }
    
    .product .box:nth-child(3) {
        clear: both;
    }

    .product .box img {
        width: 80%;
    }

    .product .box .name {
        font-size: 13px;
    }

    .product .box .name span {
        font-size: 13px;
        font-weight: 600;
    }

    .product .box .price {
        font-size: 13px;
    }

    .product .box .inbox {
        font-size: 14px;
        font-weight: 600;
        padding: 5px 40px;
        letter-spacing: 0.5px;
        line-height: 1.5;
    }

    .product .box .add-to-cart {
        padding: 10px 15px;
        width: 99px;
        font-size: 13px;
    } 
    
    .product .box .add-to-cart-box {
        padding: 10px 5px;
    } 
    
    .product .sizes-care {
        padding: 20px 0 70px;
    }
	
	.product .preview:nth-child(4) {
		display:block;
	}
    
    .checkout .col-5,
    .checkout .col-7 {
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
    
    .checkout .box-checkout {
        padding: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
        margin: 30px 0;
    }
    
	.cart .box .total p:nth-child(2) {
		font-size: 22px;
	}
	
	.cart .box .total p:nth-child(2) span {
		font-size: 14px;
		top: -7px;
	}
	
    .checkout .delivery-1 .col-4 {
        width: 49.2%;
    }
    
    .checkout .delivery-1 .col-4:nth-child(3) {
        width: 100%;
        margin: 0;
    }
    
    .checkout .info {
        width: 100%;
    }
    
    .cart .box {
        padding: 20px 0 20px;
    }
    
    .checkbox label {
        padding: 1px 15px 0 27px;
        font-size: 13px;
    }
	
	.cart .item .gallery {
		width: 80px;
		height: 80px;
		margin: 0 10px 0 0;
		float: left;
	}
	
	.cart .item h3 {
		font-size: 12px;
		padding: 0 5px 4px;
	}
	
	.cart .item .options {
		font-size: 11px;
		color: #000;
		padding: 0 5px 1px;
	}
	
	.cart .item .count input {
		width: 25px;
        height: 27px;
        font-size: 11px;
        padding: 0;
	}
	
	.cart .item .count .plus, 
	.cart .item .count .minus {
		height: 25px;
	}
	
	.cart .item .count .plus:before, 
	.cart .item .count .minus:before {
		top: 12px;
	}
	
	.cart .item .count .plus:after {
		top: 8px;
	}
	
	.cart thead {
		display:none;
	}
	
	.cart tr {
		position: relative;
		display: block;
		border-bottom: 2px solid #f2f2f2;
		padding: 10px 0;
		overflow: hidden;
	}
	
	.cart table tr td {
		display:block;
		border-bottom: none;
		padding: 0;
	}
	
	.cart table tr td:nth-child(3) {
		clear: both;
		float: left;
		margin: 0 0 0 87px;
	}
	
	.cart table tr td:nth-child(4) {
		float:left;
	}
	
	.cart table tr td:nth-child(5) {
		float:right;
	}
	
	.cart .item .delete {
		font-size: 12px;
		padding: 0 10px;
	}
    
    .thank br {
        display: none;
    }
    
    .thank .block {
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 30px 20px;
    }
	
	.thank .info-thank {
		font-weight: 600;
        padding: 0 0 0px;
	}
    
    .thank p {
        font-size: 15px;
    }
    
    .thank h1 {
        font-size: 27px;
    }
    
    .thank h3 {
        font-size: 15px;
    }
    
    .contacts .items {
        padding:0;
    }

    .contacts .items .item {
        width: 100%;
        float: none;
        clear: both;
        padding: 0 0 25px;
        font-size: 15px;
        line-height: 1.5;
    }

    .contacts .col-4 {
        width: 100%;
        float: none;
    }

    .contacts .col + .col {
        margin-left: 0;
    }

    .contacts .items .item a {
        font-weight: 500;
        padding: 16px 0 0;
        display: inline-block;
    }

    .contacts .items .item span:nth-child(2) {
        font-weight: 500;
        padding: 6px 0 0;
        display: inline-block;
    }

    .contacts .title {
        font-size: 15px;
        font-weight: 500;
        padding: 20px 0 20px;
        line-height: 1.5;

    }

    .contacts textarea {
        height:80px;
        margin: 0 0 10px;
    }
    
    .favorites .not-found, 
    .catalog .not-found {
        font-size: 16px;
    }
    
    .reviews .col-8,
    .reviews .col-4 {
        width: 100%;
        float: none;
    }
    
    .reviews .col + .col {
        margin-left: 0;
        margin-top: 40px;
    }

    .reviews .title {
        font-size: 15px;
        font-weight: 600;
        clear: both;
        padding: 40px 0 15px;
    }
    
    .reviews .item {
        width: calc(50% - 4px);
        height: auto;
        padding: 0 0 86%;
        margin: 0 1px 2px;
    }
    
    .deliveries .data {
        font-size: 15px;
    }
    
    .deliveries .col-4 {
        width: 100%;
        float: none;
        margin: 0 0 30px!important;
    }
    
    .deliveries .data-2 p {
        padding: 0;
        font-size: 14px;
    }
    
    .deliveries .data-2 br {
        display: none;
    }
    
    .deliveries .payment h3 {
        font-size: 17px;
    }
    
    .deliveries .redelivery p, 
    .deliveries .payment p {
        font-size: 14px;
    }
    
    .deliveries h2 {
        padding: 10px 0 30px;
        font-size: 25px;
    }
	
	.deliveries h2:before {
		content: "";
		width: 40px;
		height: 40px;
		top: 7px;
	}
    
    .deliveries .redelivery li, 
    .deliveries .payment li {
        font-size: 14px;
    }
    
    .deliveries .redelivery p.strong {
        font-size: 15px;
    }
    
    .chat {
		right: 10px;
        bottom: 10px;
    }

    .chat .icon {
        display: none;
    }

    .chat:before {
        display: none;
    }

    .chat .messenger {
        position: relative;
        width: 48px;
        height: 48px;
        transition-duration: .5s;
        border-radius: 50%;
        z-index: 2;
        background-repeat: no-repeat;
        margin: 0 0 10px;
    }

    .chat .facebook {
        left: 1px;
        top: 0;
        background-color: #0084FF;
        background-image: url(/views/web/images/svg/30.svg);
        background-size: 60%;
        background-position: 10px 10px;
    }

    .chat .viber {
        background-color: #7B519C;
        left: 1px;
        top: 0;
        background-image: url(/views/web/images/svg/24.svg);
        background-size: 60%;
        background-position: 10px 10px;
    }

    .chat .telegram {
        background-color: #0088CC;
        left: 1px;
        top: 0;
        background-image: url(/views/web/images/svg/29.svg);
        background-size: 60%;
        background-position: 8px 10px;
    }

    .chat:hover .facebook {
        left: 1px;
        top: 0;
    }

    .chat:hover .viber {
        left: 1px;
        top: 0;
    }

    .chat:hover .telegram {
       left: 1px;
        top: 0;
    }
    
    .popup-table-size {
        width: 88%;
        padding: 40px 5%!important;
    }
    
    .popup-table-size .tabs ul.nav li a {
        padding: 13px 10px;
    }
    
    .popup-table-size .title {
        font-size: 17px;
    }
    
    .popup-table-size .col-3:nth-child(1) {
        width: 100%;
        text-align: center;
        float: none;
    }
    
    .popup-table-size .col-3:nth-child(1) img {
        left: 0;
        top: 0;
        width: 165px;
        margin: 0 0 20px;
    }
    
    .popup-table-size .col-3 {
        width: 100%;
        float: none;
        padding: 0;
    }
    
    .popup-filter {
        width: 240px;
        padding: 0 20px!important;
    }
    
    .popup-filter form {
        display: block;
    }
    
    .popup-filter form input {
        padding: 12px 15px;
    }
    
    .popup-filter form button {
        top: 10px;
    }
    
    .popup-filter .title {
        padding: 20px 0 20px;
    }
    
    .chat-theme {
        bottom: 105px;
    }

    .fixed-btn-theme {
        display: block;
    }

    .policy h2 {
        font-size: 18px;
    }
    
    .policy p {
        font-size: 14px;
    }
	
	#checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
		font-size: 12px;
	}

	#checkout .select2-results__option {
		font-size: 12px!important;
	}
	
	.select2-results {
		display: block;
		font-size: 12px!important;
	}
	
	.preview a .image:after {
		top: 50%;
		margin: -22px auto;
	}
	
	.product .stars span {
		width: 15px;
		height: 15px;
	}
	
	footer .contact p {
		font-size: 13px;
		line-height: 1.4;
		letter-spacing: 0.3px;
	}
	
	.orders .order .user {
		width: 100%;
        padding: 0px 0 20px;
        border: none;
	}
	
	.orders .order .total {
		width: 100%;
		padding: 0 0 10px;
		border: none;
	}
	
	
	.orders .order .products {
		padding: 0;
	}
	
	.orders .order p {
		font-size: 13px;
	}
	
	.orders .order .status-order {
		width: 100%;
		padding: 0;
		text-align: left;
	}
	
	.orders .order .comment {
		padding: 10px 0 0;
	}
	
	.faq .faq-title {
		font-size:14px;
	}
	
	.faq .faq-content {
		font-size:14px;
	}
	
	.checkout input {
		width:100%;
	}
	
	.product.gallery-cup .gallery .text {
		font-size:11px;
	}
	
	.product.gallery-cup .gallery .col-image {
		width: 48%;
		margin: 0 1% 0;
	}
	
	.product.gallery-cup .content {
		margin: 0 auto;
	}
	
	.box-tshirt {
		padding: 0 0 50px;
	}
	
	.box-tshirt .add-to-cart {
		padding: 10px 20px;
        font-size: 12px;
		text-align: center;
    }
	
	.text-box-tshirt {
		float: left;
		width: 50%;
	}
	
	.image-box-tshirt {
		width: 50%;
        padding: 0px 0 5%
	}
	
	.text-pad {
		display:none;
	}

}