@media only screen and (max-width: 1200px) {
  .header-bottom .addmenu ul {
    width: 620px;
  }
  .product-slider .items .item .img {
    max-width: 530px;
  }
  .product-slider .items .item .item-text {
    margin-left: 25px;
  }
  .wrap .aside {
    margin-top: 35px;
    width: 100%;
    text-align: justify;
    text-justify: distribute;
    font-size: 0;
  }
  .wrap .aside:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .wrap .aside .special-offer,
  .wrap .aside .stock {
    display: inline-block;
    vertical-align: top;
    margin: 0;
  }
  .wrap .aside .special-offer .items {
    width: 275px;
  }
  .wrap .aside .stock {
    width: 605px;
  }
  .wrap .aside .stock .items {
    text-align: justify;
    text-justify: distribute;
    font-size: 0;
  }
  .wrap .aside .stock .items:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .wrap .aside .stock .items .item {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 275px;
    margin: 0 !important;
  }
  .wrap .aside .stock .items .item:not(:nth-child(-n+2)) {
    display: none;
  }
  .wrap .short-body {
    width: 100%;
  }
  .add-link .items {
    text-align: center;
  }
  .add-link .items .item {
    float: none;
    display: inline-block;
    width: 360px;
    font-size: 17px;
    text-align: left;
  }
  .add-link .items .item:nth-child(2) {
    margin: 0;
  }
  .add-link .items .item:last-child {
    margin-top: 35px;
  }
  .footer-top .items .item.payment-systems-info {
    width: 35%;
    vertical-align: middle;
  }
  .footer-top .items .item:nth-last-child(2) {
    width: 61%;
    margin-top: 35px;
    vertical-align: middle;
  }
  .footer-top .items .item:nth-last-child(2) .item-body {
    text-align: justify;
    text-justify: distribute;
    font-size: 0;
  }
  .footer-top .items .item:nth-last-child(2) .item-body:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .footer-top .items .item:nth-last-child(2) .pay-system,
  .footer-top .items .item:nth-last-child(2) .social {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
  }
  .header-bottom-center{
    width: 555px;
  }
  .header-bottom .addmenu form{
    width: 245px;
  }
  .header-bottom .addmenu form > div input[name=search]{
    width: 225px;
  }
  .header-bottom .logo img{
    width: 160px;
  }
  .product-catalog .item{
    margin-right: 78px;
  }




}

@media only screen and (max-width: 990px) {
  .window{
    width: 97%;
  }
  .video-reviews iframe {
    width: 100% !important;
    height: 300px !important;
  }
  .header-top .address {
    display: none;
  }
  .header-bottom .addmenu {
    position: relative;
  }
  .header-bottom .addmenu ul {
    position: relative;
    /*width: calc(100% - 35px);*/
    z-index: 1;
  }
  .header-bottom .addmenu .btn-search {
    display: block;
  }
  .header-bottom .addmenu .btn-search img:not(.search) {
    display: none;
  }
  .header-bottom .addmenu .btn-search.is-active img {
    display: block;
  }
  .header-bottom .addmenu .btn-search.is-active img:not(.close) {
    display: none;
  }
  .header-bottom .addmenu form {
    height: 100%;
    padding-top: 0px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    border-bottom: none;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
    -webkit-transition: .45s ease;
    transition: .45s ease;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    width: calc(100% - 35px);
  }
  .header-bottom .addmenu form > div {
    width: 100%;
  }
  .header-bottom .addmenu form > div:first-child {
    padding-bottom: 3px;
    border-bottom: 1px solid #383838;
  }
  .header-bottom .addmenu form > div input[name=search] {
    width: 100%;
  }
  .header-bottom .addmenu form > div input[type*=submit] {
    display: none;
  }
  .header-bottom .addmenu .search-site {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: 0;
  }
  .header-bottom .addmenu .search-site.active {
    z-index: 1;
  }
  .header-bottom .addmenu .search-site.active form {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-bottom .header-bottom-center {
    width: 405px;
  }
  .header-bottom .header-bottom-center .contacts,
  .header-bottom .header-bottom-center .button {
    display: block;
    margin: 10px auto 0;
  }
  .wrap .aside {
    margin-top: 35px;
    width: 100%;
  }
  .wrap .aside .special-offer {
    width: 220px;
  }
  .wrap .aside .special-offer .items {
    width: 220px;
  }
  .wrap .aside .stock {
    padding-top: 24px;
    width: 470px;
  }
  .wrap .aside .stock .items .item {
    width: 220px;
  }
  .wrap .short-body {
    width: 100%;
  }
  .product-slider .items {
    /*padding: 40px 0;*/
    padding: 25px 0 40px;
  }
  .product-slider .items .item .img {
    max-width: 400px;
  }
  .product-slider .items .item .item-text {
    margin-left: 15px;
  }
  .product-slider .items .item .item-text .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .product-slider .items .item .item-text .title-list {
    font-size: 16px;
  }
  .product-slider .items .item .item-text ul li {
    font-size: 14px;
  }
  .product-slider .items .item .item-text .item-text-bottom {
    margin-top: 15px !important;
  }
  .product-slider .items .item .item-text .item-text-bottom .price {
    font-size: 24px;
    display: block;
  }
  .product-slider .items .item .item-text .item-text-bottom .button {
    margin: 10px 0 0 !important;
  }
  .add-link .items .item {
    width: 345px;
  }
  .add-link .items .item:not(:nth-child(3n+3)) {
    margin-right: 25px;
  }
  .add-link .items .item:nth-child(2) {
    margin: 0;
  }
  .advantages .item .item-text {
    width: 130px;
  }
  .product-catalog .item {
    width: 220px;
    margin-right: 28px;
  }
  /*.product-catalog .item:not(:nth-child(3n+3)) {
    margin-right: calc((100% - (220px * 3)) / 2);
  }*/
  .product-catalog .owl-carousel .item {
    margin: 0;
  }
  .comments .items .item {
    width: 345px;
  }
  .footer-top .footer-nav ul li a {
    font-size: 12px;
  }
  .footer-top .items .item {
    width: auto;
  }
  .footer-top .items .item.payment-systems-info {
    width: 40%;
  }
  .footer-top .items .item .item-body h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-top .items .item .social,
  .footer-top .items .item .pay-system {
    vertical-align: top !important;
  }
  .footer-top .items .item .social a {
    width: 28px;
    height: 28px;
  }
  .footer-top .items .item .pay-system img {
    width: 50px;
  }
  .news .items .item .item-text .b-item-text {
    height: 105px;
  }
  .item-card-header .img {
    width: 345px;
  }
  .main-price {
    width: 100%;
  }
  .product-info-sections {
    margin-top: 35px;
  }
  .product-info-sections .toggle-info ul {
    text-align: justify;
    text-justify: distribute;
    font-size: 0;
  }
  .product-info-sections .toggle-info ul:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .product-info-sections .toggle-info ul li + li {
    margin-left: 0px;
  }
  .contacts__text{
    display: none;
  }
  .footer-top .items .item:nth-last-child(2){
    width: 100%;
  }
  .footer-top .items .item.payment-systems-info{
    width: 100%;
  }
  .item-card .item-card-header{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .tovar__sliders{
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 768px) {
  
  .window h2{
    font-size: 18px;
  }
  .window-close{
    top: 15px;
    right: 15px;
  }
  .window {
    padding: 50px 15px 16px !important;
  }
  .info-window h2 {
    margin-bottom: 25px;
  }

  .product-catalog .item:nth-child(3n){
    margin-right: auto;
  }
  .main-title {
    padding: 20px 0;
  }
  .main-title h1 {
    font-size: 18px;
  }
  .main-title .breadcrumbs-content {
    margin-top: 10px;
  }
  header {
    position: relative;
  }
  header .hamburger {
    display: inline-block;
    vertical-align: middle;
  }
  .b-mobile-menu {
    text-align: justify;
    text-justify: distribute;
    font-size: 0;
  }
  .b-mobile-menu:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .mobile-menu {
    position: relative;
    display: block;
    padding: 10px 0;
    border: 1px solid #e8e8e8;
    background-color: #f6f6f7;
    z-index: 101;
  }
  .mobile-menu .contacts {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-menu .contacts > p {
    color: #171717;
    font-size: 14px;
  }
  .mobile-menu .contacts .phone a {
    color: #171717;
    font-size: 20px;
    font-weight: 500;
  }
  .mobile-menu .btn-item {
    display: inline-block;
    vertical-align: middle;
  }
  .mobile-menu .btn-item .img {
    position: relative;
  }
  .mobile-menu .btn-item .img .btn-item-num {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: translate(30%, 2px);
            transform: translate(30%, 2px);
    width: 20px;
    height: 20px;
    background-color: #ff610b;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
  }
  .header-top {
    z-index: 100;
    height: 100vh;
    padding: 0px 0 62px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: .25s ease;
    transition: .25s ease;
    -webkit-transition-property: opacity, top, -webkit-transform;
    transition-property: opacity, top, -webkit-transform;
    transition-property: transform, opacity, top;
    transition-property: transform, opacity, top, -webkit-transform;
  }
  .header-top.active {
    opacity: 1;
    z-index: 100;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 62px;
  }
  .header-top .b-header-top {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 20px 15px 0;
    background-color: #f6f6f7;
  }
  .header-top .address {
    overflow: auto;
    display: block;
    margin: 20px 0;
  }
  .header-top nav {
    display: block;
    margin-top: 20px;
  }

  .header-top .addmenu {
    display: block;
    padding: 20px 0;
    overflow-y: auto;
    height: calc(100vh - 200px);
    background-color: #fff;
    width: calc(100% + 30px);
    margin-top: 20px;
    margin-left: -15px;
  }
  .header-top .addmenu .search-site {
    width: 100%;
    padding: 20px 15px 30px;
    background-color: #fff;
  }
  .header-top .addmenu .search-site form {
    padding: 3px 0;
    position: relative;
    border-bottom: 1px solid #383838;
  }
  .header-top .addmenu .search-site form > div {
    display: inline-block;
    vertical-align: middle;
  }
  .header-top .addmenu .search-site form > div:first-child {
    width: calc(100% - 20px);
  }
  .header-top .addmenu .search-site form > div input[name=search] {
    padding: 0 10px;
    width: 100%;
    height: 15px;
    border: none;
    color: #717171;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
  }
  .header-top .addmenu .search-site form > div input[type=submit] {
    width: 15px;
    height: 15px;
    border: none;
    background: transparent url("../img/icon/search.png") no-repeat center;
    cursor: pointer;
  }
  .header-top .addmenu ul {
    padding: 0 15px;
  }
  .header-top .addmenu ul li.submenu > a {
    color: #ff6e2d;
    display: inline-block;
  }
  /*.header-top .addmenu ul li.submenu > a:after {
    content: '';
    width: 6px;
    height: 9px;
    margin-left: 10px;
    display: inline-block;
    background: url("../img/icon/arrow-right.png") no-repeat, center;
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
  }
  .header-top .addmenu ul li.open-menu > a:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }*/
  .header-top .addmenu ul li > ul {
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
  }
  .header-top .addmenu ul li > ul li a {
    color: #555555;
    font-size: 15px;
    font-weight: 400;
  }
  .header-top .addmenu ul li > ul li a.active {
    color: #0bbdff;
  }
  .header-top .addmenu ul li + li {
    margin-top: 15px;
  }
  .header-top .addmenu ul li a {
    color: #171717;
    font-size: 17px;
    font-weight: 400;
  }
  /*.header-top .addmenu ul li > ul {
    display: none;
  }*/
  .header-bottom-right .btn-item {
    margin: 0;
    padding: 0;
  }
  .header-bottom-right .btn-item + .btn-item {
    margin-left: 0;
  }
  .header-bottom {
    padding: 5px 0;
  }
  .header-bottom .header-bottom-center .button {
    margin: 0;
  }
  .header-bottom .header-bottom-center .contacts {
    display: none;
  }
  .header-bottom .logo {
    max-width: 130px;
  }
  .header-bottom .addmenu {
    display: none;
  }
  .header-bottom .header-bottom-right .favourites {
    display: none;
  }
  .product-slider .items .item .img {
    max-width: 100%;
  }
  .product-slider .items .item .item-text {
    margin: 0;
  }
  .product-slider .items .item .item-text .title {
    font-size: 20px;
  }
  .product-slider .items .item .item-text .item-text-bottom .price {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .wrap .aside .special-offer {
    display: block;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }
  .wrap .aside .special-offer .items {
    width: 100%;
  }
  .wrap .aside .stock {
    width: 100%;
  }
  .wrap .aside .stock .items .item {
    display: block;
    max-width: 400px;
    margin: 0 auto !important;
    width: 100%;
  }
  .wrap .aside .stock .items .item + .item {
    margin-top: 20px !important;
  }
  .wrap .aside .stock .button {
    display: block;
    margin: 40px auto 0;
  }
  .product-catalog .product-catalog-filter {
    text-align: center;
  }
  .product-catalog .product-catalog-filter .chosen-container {
    text-align: left;
  }
  .product-catalog .button.open-all {
    display: block;
    width: 140px;
    margin: 30px auto 0;
  }
  .product-catalog .item {
    display: block;
    float: none;
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
  }
  .product-catalog .item + .item {
    margin-top: 20px;
  }
  /*.product-catalog .items .item:not(:nth-child(-n+3)) {
    display: none;
  }*/
  .comments .items .item {
    display: block;
    max-width: 450px;
    margin: 0 auto;
    width: 100%;
  }
  .comments .items .item + .item {
    margin-top: 25px;
  }
  .add-link .items .item {
    max-width: 450px;
    width: 100%;
    margin: 0 auto !important;
  }
  .add-link .items .item + .item {
    margin-top: 15px !important;
  }
  .advantages .item {
    width: 100%;
    margin: 0 auto !important;
  }
  .advantages .item + .item {
    margin-top: 15px !important;
  }
  .footer-top .items .item {
    width: 100% !important;
  }
  .footer-top .items .item .item-body .social {
    display: block;
  }
  .footer-top .items .item .item-body .social a {
    width: 33px;
    height: 33px;
  }
  .footer-top .items .item .item-body .social + .pay-system {
    margin-top: 25px;
  }
  .footer-top .items .item .item-body .pay-system {
    display: block;
  }
  .footer-top .items .item .item-body .pay-system img {
    /*width: 85px;*/
    vertical-align: middle;
  }
  .footer-top .items .item .item-body .pay-system img:nth-of-type(2) {
    width: 45px;
  }
  .footer-top .items .item .item-body .pay-system + .social {
    margin-top: 25px;
  }
  .footer-top .items .item + .item {
    margin-top: 25px;
  }
  .footer-top .footer-nav ul li {
    display: block;
  }
  .footer-top .footer-nav ul li + li {
    margin: 0;
    padding: 0;
    border: none;
  }
  .brands p.title {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .brands .items .owl-nav button {
    opacity: 1;
  }
  .brands .items .owl-nav button svg circle {
    fill: #2998ff !important;
  }
  .brands .items .owl-nav button svg path {
    fill: #fff !important;
  }
  .prime-title h2 {
    font-size: 20px;
  }
  .item-card-header .img {
    width: 48%;
  }
  .product-info-sections {
    margin-top: 35px;
  }
  .product-info-sections .toggle-info {
    padding: 0 15px;
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .product-info-sections .toggle-info ul {
    text-align: justify;
    text-justify: distribute;
    font-size: 0;
  }
  .product-info-sections .toggle-info ul:after {
    content: '';
    width: 100%;
    display: inline-block;
  }
  .product-info-sections .toggle-info ul li + li {
    margin-left: 0px;
  }
  .advantages{
    flex-direction: column;
    align-items: center;
  }
  .advantages .item{
    margin-bottom: 20px;
  }
  .advantages .item:last-child{
    margin-bottom: 0;
  }
  .advantages .item .item-text{
    width: auto;
  }
  .advantages .item .item-text br{
    display: none;
  }
  .header-bottom .header-bottom-center{
    width: auto;
  }
  .header-bottom .logo{
    top: 0;
  }
}

@media only screen and (max-width: 680px) {
  .item-card-header .img {
    width: 100%;
    height: auto;
    line-height: normal;
  }
  .main-price {
    width: 100%;
    margin-top: 25px;
  }
}

@media only screen and (max-width: 600px) {
  .news .items .item {
    height: auto;
    padding-bottom: 0;
  }
  .news .items .item + .item {
    margin-top: 20px;
    padding-top: 20px;
  }
  .news .items .item .img,
  .news .items .item .item-text {
    float: none;
    width: 100%;
  }
  .news .items .item .img .button,
  .news .items .item .item-text .button {
    position: static;
    margin-top: 20px;
  }
  .news .items .item .img {
    display: block;
    height: auto;
  }
  .news .items .item .img img {
    display: block;
    width: 100%;
  }
  .news .items .item .item-text {
    padding-bottom: 0;
    margin: 20px 0 0;
  }
  .news .items .item .item-text .b-item-text {
    height: auto;
    max-height: 140px;
  }
  .product-catalog .chosen-container {
    display: block;
    margin: 0 auto;
  }
  .product-catalog .chosen-container ~ .chosen-container {
    margin-left: auto;
    margin-top: 20px;
  }
  .product-info-sections .toggle-info ul {
    padding: 0 15px;
  }
  .product-info-sections .toggle-info ul li {
    width: calc(100%);
    text-align: center;
  }
  .product-info-sections .toggle-info ul li a {
    display: inline-block;
  }
  .b-footer-bottom{
    display: flex;
    flex-direction: column;
  }
  .footer-bottom .b-footer-bottom .info{
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 480px) {
  .product-catalog .chosen-container {
    width: 100% !important;
  }
  .product-catalog .chosen-container .chosen-single {
    width: 100%;
  }
  .header-bottom .header-bottom-center .button {
    display: none;
  }
  .main-price .main-price-bottom .favourites {
    margin-top: 15px;
  }
  .main-price .main-price-bottom .button {
    display: block;
    width: 175px;
  }
  .main-price .main-price-bottom .button.button_orange {
    width: 115px;
  }
  .main-price .main-price-bottom .button + .link {
    margin-top: 20px;
  }
  .main-price .main-price-bottom .button + .button {
    margin-left: 0;
    margin-top: 20px;
  }
  .main-price .main-price-top .item.price {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .header-bottom .logo img {
    width: 140px;
  }
  .tovar__sliders{
    width: 100%;
  }
  .tovar__big-slider{
    height: 300px;
  }
}
