@media (max-width: 1700px) {
  .slider .categories {
    left: 50px;
    margin-left: 0;
  }

  .slider .slider-buttons {
    right: 50px;
    margin-right: 0;
  }

  .header .navigation li + li{
    margin-left: 25px;
  }
  .header .navigation li a img{
    display: none;
  }
}

@media (max-width: 1650px) {
  .header .select.city a div {
    display: none;
  }
}

@media (max-width: 1580px) {
  .markets .market-button-next {
    left: 20px;
  }

  .markets .market-button-prev {
    right: 20px;
  }

  .footer .top .logo .image {
    margin-left: 15px;
  }

  .about .awards {
    padding: 0 80px;
  }

  .about .awards .awards-button.awards-next,
  .about .awards .awards-button.awards-prev {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .about .awards .awards-wrapper ul li {
    padding: 50px;
  }
}

@media (max-width: 1540px) {
  .header .header-other {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-left: 0;
  }

  .header ul.links,
  .header .select {
    margin-left: 30px;
  }

  .subscribe .container-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 100px;
  }

  .centers .info .container-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }

  .header .logo .image .openmenu {
    display: block;
    margin-right: 20px;
  }

  .header .logo .image .openmenu img {
    height: 20px;
  }

  .header ul.navigation {
    display: none;
  }

}

@media (max-width: 1490px) {
  .header .navigation li + li {
    margin-left: 30px;
  }

  .slider .slider-wrapper ul li {
    height: 700px;
  }
}

@media (max-width: 1450px) {
  .category .products ul.list li .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 650px;
            flex: 0 0 650px;
    width: 650px;
  }

  .category .products ul.list li .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 650px);
            flex: 0 0 calc(100% - 650px);
  }
}

@media (max-width: 1400px) {
  .info-categories .container .info img {
    height: 30px;
  }

  .info-categories .container .info .title,
  .info-categories .container .info .desc {
    font-size: 30px;
    line-height: 36px;
  }

  .info-categories .container .info .title {
    margin: 20px 0;
  }

  .info-categories .container .categories .categories-wrapper ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .info-categories .container .categories .categories-wrapper ul li {
    height: 100%;
  }

  .product a {
    padding: 50px;
  }

  .product_page .top .links-images {
   /* -webkit-box-flex: 0;
        -ms-flex: 0 0 650px;
            flex: 0 0 650px;
    width: 650px;*/
  }

  .product_page .top .info {
   /*-webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 650px);
            flex: 0 0 calc(100% - 650px);*/
  }

  .product_page .top .links-images .images .slider-thumbs {
    margin-right:0;
	margin-left:0;
  }
  .product_page .top .links-images .slider-thumbs-arrow{
	  display: none;
  }
}

@media (max-width: 1340px) {
  .header .links .search-link .search-form.show {
    width: 530px;
  }

  .header .header-other {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 500px);
            flex: 0 0 calc(100% - 500px);
  }

  .header .select.city a div {
    display: block;
  }

  .mobilemenu.open {
    display: block;
  }

  .page-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sidebar-partners {
    margin-right: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 20px;
  }

  .partners-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .partners-link li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }

  .about .black ul.two-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about .black ul.two-blocks:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #3a3d45;
    position: absolute;
    top: 50%;
    left: 0;
  }

  .about .black ul.two-blocks li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .about .black ul.two-blocks li + li {
    margin-top: 70px;
  }

  .others .product-info {
    padding: 40px;
  }

  .others .product-info .product-more {
    display: none;
  }

  .others .product-info .compare-link {
    top: 10px;
    right: 40px;
  }
}

@media (max-width: 1280px) {
  .slider .slider-wrapper ul li .desc {
    margin-left: 200px;
  }

  .slider .slider-wrapper ul li .desc .what,
  .slider .slider-wrapper ul li .desc .dop {
    font-size: 60px;
  }

  .footer .middle .navigation ul:not(.children) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer .middle .navigation ul:not(.children) > li {
    position: relative;
  }

  .footer .middle .navigation ul:not(.children) > li:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #62666C;
    border-bottom: 2px solid #62666C;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }

  .footer .middle .navigation ul:not(.children) > li.a:after {
    top: 14px;
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  .footer .middle .navigation ul ul {
    max-height: 0;
    margin-top: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }

  .footer .middle .navigation ul ul.open {
    max-height: 500px;
    margin-top: 20px;
  }

  .footer .middle .navigation ul:not(.children) > li + li {
    margin-left: 0;
    margin-top: 20px;
  }

  .contacts-blocks li .info .row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contacts-blocks li .info .row .value {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 5px;
  }

  .category .products ul.list li .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }

  .category .products ul.list li .right,
  .category .products ul.list li.not-for-sale .right {
    display: none;
  }

  .product_page .top .links-images {
    position: relative;
  }

  .product_page .top .links-images .links {
    position: absolute;
    z-index: 2;
    right: 0;
  }

  .product_page .top .links-images .images {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }

  .product_page .top .links-images {
    padding-right: 25px;
  }

  .product_page .top .info {
	  
  }
}

@media (max-width: 1240px) {
  .header .logo .image {
    padding: 0 30px 0 10px;
    height: 80px;
  }

  /*.page {
        padding-top: 80px;
    }*/

  .categories .category .info .popular-models {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 350px);
            flex: 0 0 calc(100% - 350px);
    overflow-x: auto;
  }

  .categories .category .info .popular-models ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .categories-list {
    overflow-x: auto;
    white-space: nowrap;
  }

  .categories-list li + li {
    margin-left: 30px;
  }

  .product_page .top .links-images .images .slider-top img {
    height: auto;
  }

  .compare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .compare .sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sidebar .discard-filters {
    width: calc(100% - 40px);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0 20px;
  }

  .compare .products {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .compare .products .compare-wrapper .compare-list .product-name {
    margin-top: 0;
  }
}

@media (max-width: 1200px) {
  .about-mission {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about-mission .mission,
  .about-mission .about {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .about-mission .mission .container-half,
  .about-mission .about .container-half {
    max-width: 100%;
    padding: 100px;
  }

  .about-mission .about .text {
    padding: 0;
  }

  .about-mission .mission .count {
    top: 25px;
  }

  .about-mission .about .container-half .video-play {
    left: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .markets .market-wrapper ul li {
    padding: 0 100px;
  }

  ul.news li,
  ul.news li.big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3 - 20px);
            flex: 0 0 calc(100% / 3 - 20px);
  }

  ul.news li.big a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  ul.news li.big .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }

  ul.news li.big .image img {
    height: 250px;
  }

  .news-once .news-slider .news-slider-arrow {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: -10px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .news-once .news-slider .news-slider-arrow img {
    width: 10px;
  }

  .news-once .news-slider .news-slider-arrow.news-slider-prev {
    right: 0;
  }

  .news-once .news-slider .news-slider-arrow.news-slider-next {
    left: 0;
  }

  .about .vestel-city .flex .text {
    font-size: 18px;
    line-height: 25px;
  }

  .about .black ul.three-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about .black ul.three-blocks li + li {
    margin-top: 20px;
  }
}

@media (max-width: 1150px) {
  .product_page .top .links-images {
  /*  -webkit-box-flex: 0;
        -ms-flex: 0 0 450px;
            flex: 0 0 450px;
    width: 450px;*/
  }

  .product_page .top .info {
  /*  -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 450px);
            flex: 0 0 calc(100% - 450px);*/
  }

  .product_page .top .info .buy-sertificate .buy-partners {
    margin-right: 50px;
  }

  .categories-list-top ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 1100px) {
  .header .links .search-link .search-form.show {
    width: 290px;
  }

  .about .vestel-city .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about .vestel-city .flex .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .about .vestel-city .flex .text {
    padding: 0;
  }

  .about .vestel-city .flex .video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-top: 30px;
  }

  .about .vestel-city .flex .video a {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-left: 5px;
  }

  .product_page .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product_page .top .links-images {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
			padding: 0;
  }

  .product_page .top .info {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 30px;
  }

  .centers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .centers .info .container-half {
    max-width: 100%;
  }

  .centers .info,
  .centers .map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .centers .map {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 500px;
            flex: 0 0 500px;
  }
}

@media (max-width: 1000px) {
  .modal .bx-filter-popup-result {
    display: none !important;
  }

  .slider .slider-wrapper ul li .desc {
    margin-left: 0;
  }

  .slider .categories {
    padding: 0 30px;
    left: 0;
    right: 0;
    top: 90px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }

  .slider .categories ul {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
  }

  .slider .categories ul li {
    margin-bottom: 0;
    margin-right: 20px;
  }

  .slider .slider-wrapper ul li {
    padding-top: 100px;
    height: 600px;
  }

  .info-categories {
    padding-bottom: 50px;
  }

  .info-categories .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .info-categories .container .info {
    text-align: center;
    margin-bottom: 30px;
  }

  .info-categories .container .categories {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: auto;
    position: relative;
    padding: 0 70px;
    z-index: 1;
  }

  .info-categories .container .categories .categories-buttons {
    margin-top: 0;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }

  .info-categories .container .categories .categories-wrapper ul li a .image {
    height: 200px;
  }

  .choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .choice .desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }

  .product .params .param .desc {
    margin-bottom: 0;
  }

  .choice .choice-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }

  .choice .desc .title {
    margin: 0 0 30px;
  }

  .subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
  }

  .subscribe .container-half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 100px;
  }

  .subscribe .left {
    text-align: left;
    background-color: #fff;
  }

  .benefits li {
    padding: 30px;
  }

  .consultation li > * {
    padding: 30px;
  }

  .about .about-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .about .about-blocks li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 33px);
            flex: 0 0 calc(100% - 33px);
  }

  .sub-categories-list {
    display: none;
  }

  .sidebar {
    display: none;
  }

  #filters-block .sidebar {
    display: block;
    margin: 0;
    width: 100%;
  }

  #filters-block .sub-categories-list {
    display: block;
    margin: 0;
    width: 100%;
    margin-bottom: 40px;
  }

  #filters-block .sidebar .filters .filter + .filter {
    margin-top: 20px;
  }

  .sidebar .others-cats {
    display: none;
  }

  .sub-categories-list ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .category .products {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .openfilters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar .apply-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sidebar .discard-filters {
    margin-top: 20px;
  }
  
  .product_page .top .links-images .images{
	padding: 0;  
  }
  .product_page .top .links-images .images .slider-top .slider-top-slide{
	  padding: 0;
  }
}

@media (max-width: 900px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }

  .header .logo .desc {
    display: none;
  }

  .header .logo .image {
    margin-right: 0;
  }

  .header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
            flex: 0 0 220px;
  }

  .header .header-other {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 220px);
            flex: 0 0 calc(100% - 220px);
  }

  .markets .market-wrapper ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }

  .markets .market-wrapper ul li .image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    margin-bottom: 30px;
  }

  .markets .market-wrapper ul li .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts-blocks li {
    padding: 30px;
  }

  .map-contacts {
    margin-top: -95px;
    height: 450px;
  }

  .bests .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .bests .row .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    text-align: center;
  }

  .bests .row .desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }

  ul.news li,
  ul.news li.big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2 - 20px);
            flex: 0 0 calc(100% / 2 - 20px);
  }
}

@media (max-width: 870px) {
  .header .links .search-link .search-form.show {
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    z-index: 2;
  }

  .about .black .container {
    padding: 20px 20px 80px;
  }

  .about .black ul.three-blocks {
    margin: 0 0 0 -20px;
  }

  .about .black ul.two-blocks {
    margin-bottom: 50px;
  }

  .about .black .count {
    font-size: 50px;
    line-height: 70px;
  }
}

@media (max-width: 800px) {
  .search-page .block .input-flex {
    width: 100%;
  }

  .product_page .description {
    margin-top: 50px;
  }

  .product_page .characteristics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }

  .product_page .characteristics .left + .left {
    margin-top: 50px;
  }

  .consultation li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .consultation li .sname {
    padding-right: 0;
    text-align: center;
    padding-bottom: 0;
  }

  .consultation li .bottom {
    padding-right: 0;
    padding-top: 10px;
  }
}

@media (max-width: 770px) {
  .categories .category .popular ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
  }

  .categories .category .info .desc .sub-title {
    display: none;
  }

  .categories .category .info .desc .sub-title.duble {
    display: block;
  }

  .categories .category .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .categories .category .info .desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }

  .categories .category .info .popular-models {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
  }

  .categories .category .info .popular-models ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
  }

  .categories .category {
    padding-bottom: 20px;
  }

  .categories .category + .category {
    padding-top: 20px;
  }

  .categories .category .info .desc h2 {
    margin-top: 0;
  }

  .benefits li,
  .consultation li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 6px);
            flex: 0 0 calc(100% - 6px);
  }
}

@media (max-width: 740px) {
  .about-mission .mission .count {
    position: static;
    text-align: center;
    margin-bottom: 50px;
  }

  .about-mission .mission .container-half,
  .about-mission .about .container-half {
    padding: 50px;
  }

  .about-mission .mission .title {
    font-size: 40px;
    line-height: 36px;
  }

  .about-mission .about .text p,
  .about-mission .mission p {
    font-size: 18px;
    line-height: 26px;
  }

  .about-mission .mission .more {
    margin-top: 50px;
  }

  .contacts-blocks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contacts-blocks li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
  }

  .contacts-blocks li + li {
    margin-top: 20px;
  }

  .partners-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .partners-link li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .partners-link li a {
    height: 50px;
    padding: 0 20px;
  }
}

@media (max-width: 720px) {
  .footer .top .container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .footer .top .logo .image {
    height: 80px;
  }

  .footer .top a.where {
    margin: 0 auto;
    margin-top: 20px;
  }

  .header .links .search-link {
    position: static;
  }

  .header .container {
    position: relative;
  }

  .header .links .search-link .search-form.show {
    left: 20px;
    right: 20px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: calc(100% - 40px);
    top: 20px;
  }
}

@media (max-width: 700px) {
  .info-categories,
  .about {
    background-size: 700px auto;
  }

  .subscribe .container-half {
    padding: 50px;
  }

  .other-news .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .other-news .title h2 {
    margin-bottom: 10px;
  }

  .product-info {
    padding: 40px;
  }

  .product-info .product-more {
    display: none;
  }

  .product-info .compare-link {
    top: 10px;
    right: 40px;
  }
}

@media (max-width: 650px) {
  .header .select.city a div {
    display: none;
  }

  .slider .slider-dots-wrapper {
    max-width: 100%;
  }

  .slider .slider-dots-wrapper ul {
    width: 100%;
  }

  /*.slider .slider-dots-wrapper ul li {
        flex: 0 0 calc(100% / 3);
    }*/

  .slider .slider-wrapper ul li .desc {
    padding: 0 20px;
  }

  .slider .slider-wrapper ul li .desc .what,
  .slider .slider-wrapper ul li .desc .dop {
    font-size: 50px;
  }

  .slider .slider-wrapper ul li {
    height: 500px;
  }

  .info-categories .container .info .title,
  .info-categories .container .info .desc,
  .info-categories .container .info .desc,
  .info-categories .container .info .title,
  .contacts-blocks li .title {
    font-size: 20px;
    line-height: 26px;
  }

  .contacts-blocks li .title {
    margin-bottom: 20px;
  }

  .contacts-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contacts-bottom li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
  }

  .contacts-bottom li + li {
    margin-top: 10px;
  }

  .contacts-bottom li .desc {
    margin-top: 0;
    text-align: left;
    padding-right: 10px;
  }

  .contacts-bottom li .icon {
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    height: 80px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  ul.news li,
  ul.news li.big {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
            flex: 0 0 calc(100% - 20px);
  }

  .product_page .top .links-images .images .slider-thumbs {
		

  }

  .product_page .top .links-images .slider-thumbs-arrow.slider-thumbs-next {
    left: -50px;
  }

  .product_page .top .links-images .slider-thumbs-arrow.slider-thumbs-prev {
    right: -50px;
  }
}

@media (max-width: 580px) {
  .markets .market-wrapper ul li .title {
    font-size: 30px;
    line-height: 1;
  }

  .markets .market-wrapper ul li .delivery {
    font-size: 18px;
    line-height: 24px;
  }

  .categories .category .info .popular-models ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 175px;
            flex: 0 0 175px;
  }

  .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product-info .image {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    text-align: center;
    margin-bottom: 30px;
  }

  .product-info .desc .subname,
  .product-info .desc .name {
    text-align: center;
  }

  .product-info .desc .params {
    margin-top: 30px;
  }

  .centers .info .cities-list {
    display: none;
    /*height: 400px;
        overflow-y: auto;*/
  }

  /*
    .centers .info .cities-list ul li {
        flex: 0 0 50%;
    }
    */
}

@media (max-width: 550px) {
  .product_page .top .info .buy-sertificate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product_page .top .info .buy-sertificate .buy-partners {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .product_page .top .info .params li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 30px;
  }

  .product_page .top .links-images .links a {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }

  .product_page .top .links-images .slider-thumbs-arrow {
    width: 50px;
    height: 50px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
  }

  .product_page .top .links-images .images .slider-top img {
    max-height: 320px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

@media (max-width: 530px) {
  .header .select a span {
    display: none;
  }

  .header .select a img {
    margin-right: 0;
  }

  .header .select.lang a div {
    display: none;
  }

  .slider .slider-wrapper ul li .desc .what,
  .slider .slider-wrapper ul li .desc .dop {
    font-size: 40px;
  }

  .mt50 {
    margin-top: 30px;
  }

  .mb50 {
    margin-bottom: 30px;
  }

  .mt100 {
    margin-top: 50px;
  }

  .mb100 {
    margin-bottom: 50px;
  }

  .footer .middle .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .footer .middle .contacts {
    text-align: center;
    margin-top: 30px;
  }

  .footer .middle .contacts .phone a {
    font-size: 24px;
    line-height: 26px;
  }

  .footer .middle .contacts .address,
  .footer .middle .contacts .mail a {
    font-size: 16px;
    margin-top: 10px;
  }

  .footer .bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer .bottom .container .right .social {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer .bottom .container .copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }

  .about .vestel-city .flex .video a {
    width: 80px;
    height: 80px;
  }

  .about .ready {
    margin: 30px auto 50px;
    max-width: 100%;
    font-size: 24px;
    line-height: 30px;
  }

  .about .ready img {
    width: 200px;
  }

  .compare .sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .sidebar .apply-filters,
  .sidebar .discard-filters {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .centers .map {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
  .product_page .top .links-images .images .slider-thumbs{
    margin: 25px 0px 0;
	  
  }
  .product_page .top .links-images .links {
    display: flex;
    justify-content: center;
    position: static;
    flex-direction: row;
	gap: 10px;
  }
  .product_page .top .links-images .links a{
    transform: scale(0.8);
  }
  .product_page .top .links-images .links a + a{
	  margin: 0;
  }
}

@media (max-width: 480px) {
  .search-page .block .input-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .search-page .block .input-flex .input {
    width: 100%;
  }

  .search-page .block .input-flex .button {
    margin-left: 0;
    margin-top: 10px;
  }

  .footer .top .logo .image {
    height: 60px;
  }

  .footer .top .logo .image img {
    height: 20px;
    margin-top: 2px;
  }

  .footer .top .logo .desc {
    font-size: 14px;
    line-height: 16px;
  }

  .content .text {
    padding: 30px;
  }

  .benefits li .icon {
    width: 100px;
    height: 100px;
    padding: 25px;
  }

  .compare-arrows .compare-button {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 460px) {
  h1 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
  }

  .page-h1 {
    margin-bottom: 30px;
  }

  .openfilters {
    margin-bottom: 30px;
    height: 50px;
  }

  .categories .category .popular ul li a {
    padding: 10px 20px;
  }

  .categories .category .popular ul li a .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40px;
            flex: 0 0 40px;
    width: 40px;
    height: 40px;
    padding: 10px;
  }

  .categories .category .popular .popular-title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .header .logo img {
    height: 20px;
  }

  .header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
  }

  .header .header-other {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 180px);
            flex: 0 0 calc(100% - 180px);
  }

  .slider .slider-dots-wrapper {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-top: -20px;
  }

  .slider .slider-dots-wrapper ul li {
    padding: 20px;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    /*height: 80px;*/
  }

  /*.slider .slider-dots-wrapper ul li.active {
        height: 80px;
    }*/

  .slider .slider-dots-wrapper ul li:after {
    left: 0;
    right: 0;
  }

  .slider .slider-buttons {
    bottom: 160px;
    right: 30px;
    left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .slider .slider-wrapper ul li .desc .what,
  .slider .slider-wrapper ul li .desc .dop {
    font-size: 30px;
    line-height: 1.3;
  }

  .slider .slider-wrapper ul li .desc .more {
    margin-top: 30px;
  }

  .header .logo .image {
    height: 60px;
  }

  /*.page {
        padding-top: 60px;
    }*/

  .slider .categories {
    top: 70px;
  }

  .slider .slider-wrapper ul li {
    height: 450px;
    padding-top: 70px;
  }

  .info-categories .container .categories .categories-buttons a {
    width: 40px;
    height: 40px;
  }

  .info-categories .container .categories .categories-buttons a img {
    width: 10px;
  }

  .info-categories .container .categories {
    padding: 0 50px;
  }

  h2,
  .about-mission .mission .title,
  .about-mission .about .text .title,
  .subscribe .left .title {
    font-size: 24px;
    line-height: 30px;
  }

  .about-mission .about .container-half,
  .about-mission .mission .container-half {
    padding: 30px;
  }

  .about-mission .about .container-half {
    padding-top: 50px;
  }

  .about-mission .about .container-half .video-play {
    width: 50px;
    height: 50px;
  }

  .about-mission .about .container-half .video-play img {
    width: 12px;
  }

  .about-mission .mission .more {
    margin-top: 30px;
  }

  .markets .market-wrapper ul li {
    padding: 0 50px;
  }

  .markets .market-button {
    width: 50px;
    height: 50px;
  }

  .header .logo .image .openmenu img {
    height: 16px;
  }

  .subscribe .container-half {
    padding: 30px;
  }

  .subscribe {
    margin-bottom: -30px;
  }

  .header .links .search-link .search-form.show {
    left: 10px;
    right: 10px;
    top: 10px;
    width: calc(100% - 20px);
  }

  .categories .category .popular ul li a .text .title {
    font-size: 18px;
    line-height: 20px;
  }

  .categories .category .popular ul li a .text .desc {
    font-size: 14px;
    line-height: 18px;
    margin-top: 0;
  }

  .categories .category .popular ul li a .icon {
    margin-right: 30px;
  }

  .pagination .arrow {
    width: 35px;
    height: 35px;
  }

  .pagination ul {
    margin: 0 10px;
  }

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

  .about .awards .awards-button {
    width: 40px;
    height: 40px;
  }

  .about .about-blocks li {
    padding: 40px;
  }

  .about .about-blocks li:after {
    top: 50px;
  }

  .categories-list ul {
    padding: 0 30px;
  }

  .product_page .top .links-images .images .slider-top img {
    -o-object-fit: contain;
       object-fit: contain;
	   max-height: 200px;
  }

.product_page .top .links-images .images .slider-thumbs .slider-thumbs-slide{
	
	padding: 10px 15px;
	height: 85px;
}

  .product_page .top .info .buy-sertificate .buy-partners {
    height: auto;
    padding: 0 20px;
    font-size: 14px;
	text-align: center;
  }

  .product_page .top .info .buy-sertificate .get-sertificate {
    padding: 0 20px;
    font-size: 14px;
  }

  .product_page .top .links-images .images .slider-top {
    margin: 0 15px;
  }

  .product_page .top .info .warranty-compare {
    margin-bottom: 30px;
  }

  .product_page .top .info .params {
    margin-top: 30px;
  }

  .product_page .description .title,
  .product_page .characteristics .title {
    margin-bottom: 20px;
  }

  .product_page .others .title .arrows a {
    width: 50px;
    height: 50px;
  }

  .centers .info .container-half {
    padding-bottom: 40px;
  }

  .overlay .modal .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .overlay .modal .links .dop-close {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 420px) {
  .categories .category .popular ul li a .icon {
    margin-right: 20px;
  }

  .header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
            flex: 0 0 160px;
  }

  .header .header-other {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
            flex: 0 0 calc(100% - 160px);
  }

  .header .logo .image {
    padding: 0 20px 0 0;
  }

  .header .links li + li,
  .header .select,
  .header ul.links {
    margin-left: 20px;
  }

  .info-categories .container .categories .categories-wrapper ul li a {
    font-size: 16px;
    line-height: 20px;
  }

  .about .black ul.three-blocks li {
    padding: 30px;
  }

  .about .awards .awards-wrapper ul li {
    padding: 30px;
  }

  .product-info {
    padding: 40px 20px 20px;
  }

  .product-info .compare-link {
    right: 20px;
  }

  .product-info .image {
    height: 200px;
    margin-bottom: 10px;
  }

  .product-info .image img {
    max-height: 100%;
    width: auto;
  }

  .pagination .arrow {
    display: none;
  }

  .product-info .desc .params {
    margin-top: 10px;
  }

  .product_page .top .info .warranty-compare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .product_page .top .info .warranty-compare .warranty {
    margin-top: 20px;
  }

  .consultation li .bottom .row-staff .desc span {
    display: block;
  }
}