/*==========  Desktop First Method  ==========*/
@media only screen and (max-width : 1450px) {
    .head-info {
        padding: 20px 20px;
    }
    .info-info__content {
        font-size: 19px;
    }
    .info-info__content img {
        max-height: 58px;
    }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
    .info-info__content img {
        max-height: 45px;
    }
    .info-info__content {
        font-size: 17px;
    } 
    .header___wrapper { 
        gap: 20px;
        padding: 17px 20px;
    }
    .logo img {
        width: 155px; 
    }
    .menu {
        gap: 17px;
    }
    body {
        font-size: 14px;
    }
    .header__buttons {
        gap: 14px;
    }
    .billbord {
        padding-top: 30px;
    }
    .row > div {
        padding: 0 6px;
    }
    .row {
        margin: 0 -6px;
    }
    .row.row_main > div {
        margin-bottom: 12px;
    }
    .row.row_main {
        margin-bottom: -12px;
    }
    .item-category {
        padding: 16px;
    }
    .content-section {
        padding: 25px;
    }
    .item-catalog__image {
        height: 295px;
    }
    .container {
        max-width: 970px;
    }
    .descr-page {
        font-size: 18px;
    }
    .title-section {
        font-size: 29px;
    }
    .unit-news {
        font-size: 16px;
    }
    .footer__bottom,
    .footer__middle {
        font-size: 13px;
    }
    .item-basket {
        padding: 25px;
        gap: 25px;
    }
    .total-basket {
        padding: 25px;
        padding-bottom: 80px;
    }
    .slider-nav__item {
        height: 55px;
    }
    .slider-for__item {
        height: 390px;
    }
    .tabs a {
        font-size: 18px;
    }
    .methods-basket {
        padding: 28px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .hidden-mob {
        display: none !important;
    }
    .info-info__content {
        font-size: 14px;
        padding-right: 25px;
        padding-left: 20px;
        text-align: left;
    }
    .info-info__content img {
        max-height: 64px;
    }
    .head-info {
        padding: 5px;
        padding-bottom: 10px;
    }
    .menu,
    .btn-catalog {
        display: none;
    }
    .logo img {
        width: 90px;
    }
    body {
        font-size: 16px;
    }
    .header__buttons {
        gap: 35px;
    }
    .header___wrapper {
        padding: 14px 20px;
    }
    .billbord {
        padding-bottom: 30px;
    }
    .content-section {
        padding: 20px;
        margin: 0 -10px;
    }
    .title-section {
        font-size: 24px;
        text-align: center;
    }
    .item-category {
        padding: 25px;
    }
    .row.row_main > div {
        margin-bottom: 25px;
    }
    .row.row_main {
        margin-bottom: -25px;
    }
    .categories {
        padding-bottom: 30px;
    }
    .search-form input {
        padding-left: 69px;
    }
    .btn-search {
        width: 65px;
    }
    .item-catalog__image {
        height: 400px;
    }
    .catalog {
        padding-bottom: 30px;
    }
    .descr-page {
        font-size: 20px;
        text-align: center;
    }
    .consultation img {
        margin-top: 30px;
    }
    .consultation {
        padding-bottom: 30px;
    }
    .unit-news {
        min-height: 233px;
        font-size: 20px;
        height: auto;
    }
    .news {
        padding-bottom: 30px;
    }
    .about {
        padding: 0 10px;
        padding-bottom: 30px;
    }
    .title-small {
        font-size: 16px;
    }
    .text-about {
        max-height: 128px;
    }
    .footer__title {
        margin-bottom: 15px;
    }
    .footer__nav li {
        margin-bottom: 10px;
    }
    .footer__nav {
        padding-bottom: 10px;
    }
    .footer__consultation {
        margin: 0;
    }
    .footer .item-consultation {
        margin-bottom: 10px;
    }
    .footer__middle {
        padding: 20px 0;
        gap: 25px;
    }
    .footer__bottom, .footer__middle {
        font-size: 14px;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__bottom {
        gap: 20px;
    }


    .menu-icon span:before, 
    .menu-icon:after, 
    .menu-icon:before, 
    .menu-icon span {
        display: block;
        position: absolute;
        top: 50%;
        left: 0.125em;
        background-color: #000;
        width: 0.75em;
        height: 0.05em;
        border-radius: 0;
      }
      .menu-icon {
        font-size: 2rem;
        width: 1em;
        height: 1em;
        display: inline-block;
        position: relative;
        background-color: transparent;
        border: 0;
        padding: 0;
        outline: none;
        user-select: none;
        -webkit-touch-callout: none;
        touch-action: manipulation;
        cursor: pointer;
        flex: none;
      }
      .menu-icon span {
        margin-top: -0.025em;
      }
      .menu-icon:before {
        content: "";
        margin-top: -0.275em;
      }
      .menu-icon:after {
        content: "";
        margin-top: 0.225em;
      }
      .menu-icon:before, 
      .menu-icon:after {
        transition: 0.2s ease 0.2s;
      }
      .menu-icon:after {
        left: auto;
        right: 0.125em;
      }
      .menu-icon span {
        transition: 0.2s;
      }
      .menu-icon span:before {
        content: "";
        transition: inherit;
        left: 0;
        top: 0;
      }
      .menu-icon.is-open:before,
      .menu-icon.is-open:after {
        transition: 0.2s ease;
        width: 0;
      }
      .menu-icon.is-open span {
        transform: rotate(45deg);
        transition: 0.2s ease 0.2s;
      }
      .menu-icon.is-open span:before {
        transform: rotate(-90deg);
      }
      .btn-header-wrap {
        position: static;
      }
      .catalog-wrap .menu-dropdown,
      .basket-popup {
        width: 100%;
        height: 100vh;
        padding-bottom: 200px;
        margin-top: 30px;
        top: 100%;
        z-index: 100;
        border-radius: 0;
        box-shadow: none;
        overflow: auto;
      }
      .basket-popup::before {
        display: none;
      }
      .menu-dropdown__overlay,
      .basket-popup__overlay {
        display: none !important;
      }
    .no-scroll-mobile {
        overflow: hidden;
    }
    .catalog-wrap .menu-dropdown::-webkit-scrollbar,
    .basket-popup::-webkit-scrollbar {
        -webkit-appearance: none;
    }
    .catalog-wrap .menu-dropdown::-webkit-scrollbar:vertical,
    .basket-popup::-webkit-scrollbar:vertical {
        width: 5px;
    }
    .catalog-wrap .menu-dropdown::-webkit-scrollbar:horizontal,
    .basket-popup::-webkit-scrollbar:horizontal {
        height: 5px;
    }
    .catalog-wrap .menu-dropdown::-webkit-scrollbar-thumb,
    .basket-popup::-webkit-scrollbar-thumb {
        background-color: #fff;
        border-radius: 10px;
    }
    .catalog-wrap .menu-dropdown::-webkit-scrollbar-track,
    .basket-popup::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff;
    }
    .catalog-wrap {
        margin: 0 -15px;
        position: static;
    }
    .menu-dropdown__block {
        padding: 20px 0;
        border-top: 1px solid #E3EBFC;
    }
    .nav-list.nav-list_simple a {
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav-list.nav-list_simple li {
        margin-bottom: 20px;
    }
    .nav-list.nav-list_simple li:last-child {
        margin-bottom: 0;
    }
    .menu-dropdown .item-consultation {
        margin-bottom: 10px;
    }
    .menu-dropdown .item-consultation__value {
        font-weight: 500;
    }
    .nav-list a:hover {
        background: transparent;
    }
    .nav-list a:active {
        background: #EDF2FE;
    }
    .page-news, .about-news {
        padding-top: 30px;
    }
    .about-news .descr-page {
        font-size: 16px;
        margin-bottom: 40px;
    }
    .tags {
        justify-content: center;
    }
    .about-news img {
        margin: 0 auto;
        margin-top: 40px;
    }
    .page-news {
        padding-bottom: 30px;
    }
    .article-descr {
        font-size: 14px;
        line-height: 140%;
        display: block;
        text-align: center;
    }
    .page-article {
        padding: 30px 0;
    }
    .content-section_article {
        margin-top: 30px;
    }
    .reccomendation {
        padding-bottom: 30px;
    }
    .wrapper {
        overflow: hidden;
    }
    .head-basket {
        display: block;
        text-align: center;
    }
    .head-basket .title-section {
        margin-bottom: 30px;
    }
    .page-basket {
        padding-top: 30px;
    }
    .content-section_basket {
        margin-bottom: 40px;
    }
    .item-basket {
        padding: 20px;
        margin: 0 -10px;
        margin-bottom: 20px;
        display: block;
    }
    .item-basket__image {
        margin: 0 auto;
        margin-bottom: 40px;
    }
    .btn-add-promocode {
        display: block;
        text-align: center;
    }
    .total-basket {
        margin: 0 -5px;
        margin-top: 40px;
    }
    .add-promocode__wrap {
        flex-direction: column;
        align-items: flex-start;
         text-align: center;
    }
    .add-promocode .content-section {
        padding: 20px 40px;
    }
    .alert-promocode {
        display: inline-block;
        vertical-align: middle;
    }
    .page-catalog .nav-list {
        margin: 0;
        display: none;
    }
    .banner_link_sale{
        margin: 0;
        display: none;
    }
    .sorting-catalog {
        gap: 20px 15px;
        flex-wrap: wrap;
    }
    .sorting-catalog .search-form {
        flex: none;
        width: 100%;
    }
    .page-catalog {
        padding: 30px 0;
    }
    .sorting-catalog .item-select .jq-selectbox__select-text {
        gap: 5px;
        font-size: 0;
        padding: 0;
        justify-content: center;
        font-weight: 500;
    }
    .sorting-catalog .item-select .jq-selectbox__select-text::after {
        font-size: 16px;
        content: "Сортировка";
    }
    .sorting-catalog .item-select .jq-selectbox__select-text::before {
        position: relative;
        display: block;
        content: " ";
        width: 14px;
        height: 9px;
        background-image: url(../img/filter.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }
    .sorting-catalog .item-select {
        min-width: initial;
        flex: 1;
    }
    .btn-show-catalog {
        height: 50px;
        gap: 5px;
        border-radius: 15px;
        display: flex;
        flex: 1;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        color: #6C6C6C;
        box-shadow: 0 1px 4px 0 #E3EBFC;
        background: #fff;
    }
    .item-select .jq-selectbox__dropdown {
        min-width: 250px;
        right: 0 !important;
        left: auto !important;
    }
    .sorting-catalog .search-form input {
        font-size: 16px;
        padding-left: 60px;
    }
    .sorting-catalog .btn-search {
        width: 60px;
    }
    .slider-for__item {
        height: 530px;
    }
    .slider-for {
        margin: 0;
    }
    .col_for {
        order: -1;
    }
    .slider-nav__item {
        height: 70px;
        margin: 0;
    }
    .slider-nav .slick-slide {
        padding: 0 5px;
    }
    .slider-nav .slick-list {
        margin: 0 -5px;
    }
    .slider-nav {
        margin-top: 20px;
    }
    .card-content {
        margin: 0;
        padding: 0;
        padding-top: 50px;
    }
    .card-content .title-section {
        margin-bottom: 20px;
        text-align: left;
    }
    .card-content .tags {
        justify-content: flex-start;
    }
    .radio-type__content {
        padding: 10px 17px;
    }
    .types-card__wrap {
        gap: 15px;
    }
    .card-content .price-main {
        font-size: 32px;
    }
    .card-content .price-old {
        font-size: 24px;
    }
    .price-discount {
        font-size: 16px;
    }
    .card-content .prices-wrap {
        margin-bottom: 40px;
        gap: 18px;
    }
    .btn-main .methods-button {
        display: none;
    }
    .methods-mobile {
        margin-bottom: 25px;
    }
    .methods-mobile img {
        margin: 0 auto;
        max-width: 100%;
    }
    .card-buttons {
        margin-bottom: 17px;
    }
    .partner-unit__link i {
        display: none;
    }
    .partner-unit {
        text-align: center;
    }
    .partner-unit > img {
        margin-left: auto;
        margin-right: auto;
    }
    .features-card {
        margin-top: 40px;
    }
    .tabs {
        gap: 10px;
        flex-wrap: wrap;
    }
    .page-card .tabs {
        margin-top: 50px;
    }
    .tabs a {
        font-size: 20px;
    }
    .page-card {
        padding-bottom: 30px;
    }
    .modal-wrap {
        padding: 35px;
    }
    .modal-wrap .tab-container {
        padding-top: 35px;
    }
    .fancybox-slide {
        padding-left: 12px;
        padding-right: 12px;
    }
    .item-question__content {
        padding-right: 40px;
    }
    .info-info__title img {
        display: none;
    }
    .head-info_newyear .info-info__content {
        font-size: 14px;
        line-height: 140%;
		padding: 15px;
    }
	.head-info_newyear .info-info__content img {
        width: 40%;
		padding: 5px;
    }
    .methods-basket {
        margin: 0 -5px;
        padding: 40px;
        margin-top: 40px;
    }
    .total-basket {
        margin-top: 20px;
    }
} 

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 440px) {
    .slider-for__item {
        height: 490px;
    }
    .features-cardP{
        font-size: 14px;
    }
    .feature__value{
        text-align: end;
        max-width: 200px;
    }
    .card-content .prices-wrap {
        flex-wrap: wrap;
        align-items: baseline;
        gap: 8px 12px;
        margin-bottom: 28px;
    }
    .card-content .price-main {
        font-size: 28px;
        flex: 0 0 auto;
    }
    .card-content .price-old {
        font-size: 18px;
        flex: 0 0 auto;
    }
    .price-discount {
        font-size: 14px;
        padding: 5px 10px;
        flex: 0 0 auto;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 380px) {
    .tabs li a {
        font-size: 16px ;
    }
    .header___wrapper {
        padding: 14px 12px;
    }
    .header__buttons {
        gap: 21px;
    }
    .radio-type__content {
        padding: 10px 15px;
        font-size: 15px;
    }
    .card-content .price-main {
        font-size: 22px;
    }
    .card-content .price-old {
        font-size: 18px;
    }
    .card-content .prices-wrap {
        gap: 6px 10px;
        flex-wrap: wrap;
        align-items: baseline;
        margin-bottom: 24px;
    }
    .slider-for__item {
        height: 400px;
    }
    .item-question__content {
        padding-right: 30px;
    }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    .btn-show-catalog,
    .menu-icon,
    .show-mob {
        display: none !important;
    }
}

 /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
@media (min-width: 1200px) {
	.container {
    max-width: 1198px;
}
}