@media screen and (max-width: 1280px) {
  .pt-120 {
    padding-top: 105px;
  }
  .pb-120 {
    padding-bottom: 105px;
  }
  .container {
    width: 992px;
    padding: 0 15px;
  }
  .catalog-slider__button {
    width: 35px;
    height: 35px;
  }
  .catalog-slider.noSlider .catalog-item {
    width: 274px;
  }
  .catalog-slider.noSlider .catalog-item:not(:nth-child(3n + 3)) {
    margin-right: 20px;
  }
  .catalog-slider.noSlider .catalog-item:not(:nth-last-child(-n + 3)) {
    margin-bottom: 20px;
  }
  .catalog-slider.noSlider .catalog-list {
    width: calc(100% - 100px);
  }
  .catalog-list {
    width: calc(100% - 100px);
  }
  .catalog-item {
    height: 165px;
  }
  .catalog-item__icon {
    left: 10px;
    top: 10px;
  }
  .catalog-item-cost {
    right: 10px;
    top: 10px;
  }
  .catalog-item__region {
    right: 10px;
    bottom: 10px;
  }
  .catalog .slick-slide {
    margin: 0 10px;
  }
  .catalog .slick-slide > div:not(:last-child) {
    margin-bottom: 20px;
  }
  .contacts-form__title {
    width: 80%;
  }
}

@media screen and (max-width: 992px) {
  .pt-120 {
    padding-top: 90px;
  }
  .pb-120 {
    padding-bottom: 90px;
  }
  .container {
    width: 768px;
    padding: 0 15px;
  }
  .header-cart {
    margin-left: 0;
  }
  .header-wrapper {
    padding: 20px 0;
  }
  .header__phone {
    padding: 6px 15px;
  }
  .header-burger {
    display: block;
  }
  .header.active .header-left {
    bottom: 0;
  }
  .header-left {
    border-top: 1px solid #d5d5d5;
    position: fixed;
    padding: 20px;
    bottom: -100%;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: calc(100% - 60px);
    background: #fff;
    z-index: 5;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-left-block {
    margin-left: 0;
  }
  .header nav {
    margin: auto 0;
  }
  .header nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header nav ul li:not(:last-child) {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .header nav ul li a svg {
    width: 30px;
    height: 30px;
  }
  .header nav ul li a > span {
    font-family: 'Inter Medium';
    font-size: 20px;
  }
  .header nav ul li .cardOpen > span {
    font-family: 'Inter Medium';
    font-size: 20px;
  }
  .header nav ul li .cardOpen > svg {
    width: 30px;
    height: 30px;
  }
  .header__phone {
    margin-bottom: 10px;
  }
  .intro__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .intro__descr {
    margin-bottom: 5px;
  }
  .catalog-slider__button {
    width: 20px;
    height: 20px;
  }
  .catalog-slider.noSlider .catalog-item {
    width: 314px;
  }
  .catalog-slider.noSlider .catalog-item:not(:nth-last-child(-n + 3)) {
    margin-bottom: 0;
  }
  .catalog-slider.noSlider .catalog-item:not(:nth-child(3n + 3)) {
    margin-right: 0;
  }
  .catalog-slider.noSlider .catalog-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 10px;
  }
  .catalog-slider.noSlider .catalog-item:not(:nth-child(2n + 2)) {
    margin-right: 10px;
  }
  .catalog-list {
    width: calc(100% - 70px);
  }
  .product-info-share__title {
    font-size: 16px;
  }
  .product-info-item:not(:last-child) {
    margin-right: 30px;
  }
  .product-info-card {
    width: 253px;
    height: 155px;
  }
  .product-info-card-cost {
    right: 10px;
    top: 10px;
  }
  .product-info-card__region {
    bottom: 10px;
    right: 10px;
  }
  .productInfoContent {
    padding: 10px;
  }
  .productInfoContent .productInfoContent__title-1 {
    font-size: 22px;
  }
  .productInfo-question {
    padding: 0 10px;
  }
  .productInfo-question-item-head {
    padding: 10px 0;
  }
  .productInfo-question-item-head__text {
    font-size: 16px;
  }
  .productInfo-question-item-content {
    padding: 0 0 10px 0;
  }
  .productInfo__tab {
    padding: 10px;
  }
  .checkout-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .checkout-form {
    width: 100%;
    margin-bottom: 30px;
  }
  .checkout-table {
    width: 100%;
  }
  .footer__info {
    width: 50%;
  }
  .footer nav {
    width: 34%;
  }
}

@media screen and (max-width: 768px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
  .titleMain {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .container {
    width: 576px;
    padding: 0 10px;
  }
  .header__logo {
    width: 90px;
    height: 40px;
  }
  .header-wrapper {
    padding: 10px 0;
  }
  .intro__title {
    font-size: 26px;
  }
  .catalogArticle__button {
    padding: 10px 20px;
  }
  .catalogArticle__button:not(:last-child) {
    margin-right: 20px;
  }
  .catalog .slick-slide {
    margin: 0 5px;
  }
  .catalog .slick-slide > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .catalog .slick-dots li {
    width: 15px;
    height: 15px;
  }
  .catalog-head__name {
    font-size: 20px;
    max-width: calc(100% - 42px);
  }
  .catalog-head__icon {
    width: 35px;
    height: 35px;
    margin-right: 6px;
  }
  .catalog-item {
    height: 140px;
  }
  .catalog-item__icon {
    width: 15px;
    height: 15px;
  }
  .catalog-item-front .cost {
    font-size: 14px;
  }
  .catalog-item-front .currency {
    font-size: 14px;
  }
  .catalog-item__region {
    font-size: 14px;
  }
  .catalog-item-back {
    padding: 15px;
  }
  .catalog-item-buy__incart {
    width: 40px;
    height: 35px;
  }
  .catalog-item-availability {
    margin-bottom: 10px;
  }
  .catalog-item__link {
    margin-bottom: 10px;
  }
  .catalog-slider.noSlider .catalog-item {
    width: 223px;
  }
  .footer-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__logo {
    margin-bottom: 30px;
  }
  .footer-social__text {
    width: 100%;
    text-align: center;
  }
  .cart {
    width: 556px;
  }
  .product-head__icon {
    width: 35px;
    height: 35px;
  }
  .product-head__name {
    max-width: calc(100% - 42px);
    font-size: 20px;
  }
  .product-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-info-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .product-info-order {
    width: 100%;
  }
  .productInfo-tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .productInfo__tab:not(:last-child) {
    border-bottom: 1px solid #f86e37;
  }
  .contacts-form__title {
    width: 100%;
    font-size: 18px;
    margin: 0 auto 20px auto;
  }
  .contacts-form-inner {
    padding: 10px;
  }
  .contacts-map {
    height: 300px;
  }
  .footer-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__info {
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 20px;
    text-align: center;
  }
  .footer nav {
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  a, span, p, input, button, select, option, textarea, label, blockquote {
    font-size: 14px;
  }
  .pt-120 {
    padding-top: 50px;
  }
  .pb-120 {
    padding-bottom: 50px;
  }
  .container {
    width: 100%;
  }
  .header-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header-left-block {
    margin-left: 0;
  }
  .header__phone {
    margin-top: 10px;
  }
  .intro__title {
    font-size: 24px;
  }
  .catalog-head {
    margin-bottom: 20px;
  }
  .catalog-slider {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .catalog-slider.noSlider .catalog-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog-slider.noSlider .catalog-item {
    width: 235px;
  }
  .catalog-slider.noSlider .catalog-item:not(:nth-child(2n + 2)) {
    margin-right: 0;
  }
  .catalog-slider.noSlider .catalog-item:not(:nth-last-child(-n + 2)) {
    margin-bottom: 0px;
  }
  .catalog-slider.noSlider .catalog-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .catalogArticle__button {
    padding: 8px 15px;
    width: unset;
  }
  .catalogArticle__button:not(:last-child) {
    margin-right: 10px;
  }
  .cart {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .cart-wrapper {
    height: 100%;
  }
  .cart-list {
    height: calc(100% - 78px);
    overflow: auto;
  }
  .cart-item-total {
    margin-bottom: 10px;
  }
  .cart-item-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cart-item-bottom__button {
    width: 100%;
  }
  .product-head__name {
    font-size: 20px;
  }
  .product-info-order svg {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .product-info-order__title {
    font-size: 16px;
  }
  .product-info-order-inner {
    width: calc(100% - 70px);
  }
  .productInfoContent ol li {
    font-size: 14px;
    padding-left: 32px;
  }
  .productInfoContent ol li::before {
    width: 25px;
    height: 25px;
  }
  .productInfoContent ul li {
    font-size: 14px;
  }
  .productInfo-inner {
    padding-top: 10px;
  }
  .contacts-wrapper {
    padding-top: 30px;
  }
  .contacts-form-elem {
    width: 100%;
    margin-bottom: 20px;
  }
  .contacts-map {
    height: 240px;
  }
  .page-wrapper {
    padding-top: 30px;
  }
  .checkout-table-main {
    padding: 10px;
  }
  .checkout-table-main .cart-item-image {
    width: 150px;
    height: 90px;
    margin-right: 10px;
  }
  .checkout-table-main .cart-item-image-info {
    width: calc(100% - 162px);
  }
  .checkout-table-main .cart-item__title {
    margin-bottom: 5px;
  }
  .checkout-wrapper {
    padding-top: 30px;
  }
  .order-wrapper svg {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  .catalog-list {
    width: calc(100% - 108px);
  }
  .catalog-slider__button {
    width: 35px;
    height: 35px;
  }
}
/*# sourceMappingURL=media.css.map */