.tablet_1023-visible {
    display: none !important;
}

@media (max-width: 1023px) {
    .tablet_1023-hidden {
        display: none !important;
    }

    .tablet_1023-visible {
        display: block !important;
    }
}

.scard__price-w {
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.scard__price {
    display: inline-block;
    font-size: 40px;
    line-height: 1.2;
    margin-right: 18px;
    font-weight: 600;
}

.scard__old-price {
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    text-decoration: line-through;
    color: #828282;
    position: relative;
}

.scard__old-price:before {
    position: absolute;
    height: 1px;
    background: #01b8d9;
    top: 50%;
    left: -2px;
    right: -2px;
    content: '';
}

.scard__tbl {
    margin-bottom: 8px;
    width: 100%;
}

.scard__tbl tr {
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.scard__tbl td {
    font-size: 17px;
    color: black;
    padding-bottom: 6px;
}

.scard__tbl td:first-child {
    width: 75%;
}

.scard__tbl td:nth-child(2) {
    padding-left: 5px;
}

.scard__tbl td .dots {
    background: url("../images/dot-td.svg") repeat-x left bottom 6px;
}

.scard__tbl td .dots span {
    background: #fff;
    padding-right: 5px;
}

.fbd {
    padding-bottom: 51px;
    background-color: #FFF;
}

.schars {
    border-bottom: 1px solid #edf0f9;
    border-top: 1px solid #edf0f9;
    padding-top: 72px;
    padding-bottom: 73px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.schars__title {
    margin-bottom: 39px;
}

.schars__tbl {
    margin-bottom: 25px;
    max-width: 769px;
}

.schars__tbl td {
    color: #999;
    padding-bottom: 7px;
}

.schars__tbl td strong {
    color: #000;
    font-weight: 600;
}

.schars__text {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 1.7;
}

.squestions {
    background: #f6f7fb;
    padding: 63px 121px 95px 80px;
}

.squestions__title {
    margin-bottom: 28px;
}

.squestions__subtitle {
    margin-bottom: 39px;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.4;
    color: black;
}

.squestions__form-row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.squestions__input {
    background: white;
    font-size: 17px;
    padding-left: 30px;
    padding-right: 30px;
}

.squestions__input::placholder {
    color: #999999;
}

textarea.squestions__textarea {
    width: 100%;
    background-color: #FFF;
    min-height: 120px;
    height: 120px;
    font-size: 17px;
    padding: 13px 30px;
}

textarea.squestions__textarea::placholder {
    color: #999999;
}

.squestions__btn {
    margin-top: 30px;
}

.buysection {
    background-color: #022391;
    margin-top: 33px;
    padding-top: 73px;
}

.buysection__title {
    margin-bottom: 33px;
}

.buysection__form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.buysection__price-w {
    margin-right: 47px;
}

.buysection__price {
    display: inline-block;
    font-size: 40px;
    line-height: 1.2;
    margin-right: 12px;
    font-weight: 600;
}

.buysection__old-price {
    display: inline-block;
    font-size: 24px;
    line-height: 1.2;
    position: relative;
}

.buysection__old-price:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #01B8D9;
}

.buysection__icon-btn--white {
    color: #FFF;
}

.buysection__icon-btn--gray {
    color: #CCD2E3;
}

.buysection__icon-btn .icon {
    width: 32px;
    height: 32px;
    margin: 0;
}

.scard__quick {
    display: inline-block;
    margin-left: 37px;
    margin-right: 37px;
    font-weight: 600;
}

._no-bg {
    background: none;
}

@media (min-width: 1200px) {
    .catalog-similary-slider {
        padding-top: 70px;
        padding-bottom: 120px;
        margin-bottom: -120px;
    }

    .catalog-similary-slider .section__head .section__title {
        margin-bottom: 48px;
    }

    .catalog-also-slider {
        padding-top: 30px;
    }

    .catalog-also-slider .section__head .section__title {
        margin-bottom: 49px;
    }

    .catalog-also-slider .swiper-container,
    .catalog-similary-slider .swiper-container {
        padding-bottom: 350px;
        margin-bottom: -350px;
    }

    .catalog-viewed-slider {
        padding-top: 29px;
        padding-bottom: 153px;
    }
}

.catalog-also-slider .swiper-wrapper,
.catalog-similary-slider .swiper-wrapper {
    z-index: 1;
}

.catalog-also-slider {
    padding-bottom: 0;
}

.catalog-also-slider .section__title {
    max-width: calc(100% - 220px);
}

.catalog-viewed-slider .swiper-container {
    padding-bottom: 190px;
    margin-bottom: -250px;
}

.catalog-viewed-slider .section__title {
    max-width: calc(100% - 220px);
}

.account__back {
    display: none;
}

.catalog-viewed-slider .swiper-nav,
.catalog-similary-slider .swiper-nav,
.catalog-also-slider .swiper-nav {
    z-index: 0;
}

@media (max-width: 1199px) {
    .account__back {
        display: inline-block;
        font-weight: 400;
        font-size: 17px;
        color: #01B8D9;
        padding-left: 36px;
        min-height: 11px;
        background: url("../images/arrow-green.svg") no-repeat 0px center;
    }
}

@media (max-width: 1799px) {
    .squestions {
        padding: 43px 60px 75px 60px;
    }
}

@media (max-width: 1399px) {
    .squestions {
        padding: 23px 40px 55px 40px;
    }
}

@media (max-width: 1199px) {
    .scard__tbl td:first-child {
        width: 60%;
    }
}

@media (max-width: 1023px) {
    .schars__title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .schars__tbl {
        margin-bottom: 11px;
    }

    .scard__tbl td:first-child {
        width: 75%;
    }

    .squestions {
        padding: 53px 60px;
    }

    .squestions__title {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .squestions__subtitle {
        margin-bottom: 27px;
    }

    .squestions__form-row {
        margin-bottom: 15px;
    }

    .squestions__btn {
        padding: 8px 40px;
    }

    .schars {
        padding-bottom: 30px;
    }
}

@media (max-width: 720px) {
    .squestions {
        margin-left: -16px;
        margin-right: -16px;
    }
}

@media (max-width: 575px) {
    .squestions {
        padding: 40px 15px;
    }

    .catalogs-pdf-slider .swiper-container,
    .catalog-viewed-slider .swiper-container,
    .catalog-similary-slider .swiper-container,
    .catalog-also-slider .swiper-container {
        width: 638px;
    }

    .catalogs-pdf-slider,
    .catalog-viewed-slider,
    .catalog-similary-slider,
    .catalog-also-slider {
        overflow: hidden;
    }

    .catalog-viewed-slider .section__title,
    .catalog-also-slider .section__title {
        width: auto;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .schars {
        padding-top: 0;
        border-top: none;
    }

    .schars__title {
        font-size: 20px;
    }

    .scard__tbl tr {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .scard__tbl td:first-child {
        width: 60%;
    }

    .scard__tbl td:first-child {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .schars__text {
        font-size: 15px;
        line-height: 1.4;
    }

    .squestions__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .squestions__subtitle {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .squestions__form-row {
        margin-bottom: 0;
    }

    .squestions__form-row .col-6 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .squestions__input {
        margin-bottom: 10px;
    }

    textarea.squestions__textarea, .squestions__input {
        padding: 0 20px;
        font-size: 15px;
    }

    textarea.squestions__textarea {
        padding: 12px 20px;
        height: 88px;
        min-height: 88px;
    }

    .squestions__btn {
        margin-top: 10px;
        width: 100%;
    }

    .catalogs-pdf-slider .swiper-container,
    .catalog-also-slider .swiper-container,
    .catalog-viewed-slider .swiper-container,
    .catalog-similary-slider .swiper-container {
        width: 538px;
    }
}

.mobile-575-visible {
    display: none !important;
}

.show-1799 {
    display: none !important;
}

@media (max-width: 1799px) {
    .hide-1799 {
        display: none !important;
    }

    .show-1799 {
        display: block !important;
    }
}

@media (max-width: 575px) {
    .mobile-575-visible {
        display: block !important;
    }

    .mobile-575-hidden {
        display: none !important;
    }
}

body.active {
    background: url("../img/1920.jpg") no-repeat top -10px center;
}

body.active .wrapper {
    opacity: 0.4;
}

body.active .footer {
    opacity: 0.4;
}

body.active .get {
    opacity: 0.4;
}

.eye-3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    background-color: #000;
    z-index: 100;
    border-radius: 50%;
}

@media (max-width: 640px) {
    .help-call .measurer-form .btn {
        margin-top: 0;
    }
}

.eqbanner {
    background: url("../images/eqbanner-bg.jpg") no-repeat bottom -70px center;
    background-size: cover;
}

.eqbanner__row {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 17px;
}

.eqbanner__left {
    width: 45%;
}

.eqbanner__subtit {
    font-weight: 300;
    font-size: 40px;
}

.eqbanner__title {
    font-weight: 800;
    font-size: 40px;
    margin-top: -2px;
    margin-bottom: 25px;
    line-height: 1.05;
}

.eqbanner__text {
    font-size: 17px;
    line-height: 1.6;
}

.eqbanner__prices {
    margin-top: 16px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 22px;
}

.eqbanner__prices .scard__price-w {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.eqbanner__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 6px;
}

.eqbanner__availability {
    font-size: 17px;
    color: #01d924;
    display: inline-block;
    margin-left: 39px;
}

.eqbanner__call-doctor {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
    color: #01b8d9;
    margin-left: 40px;
}

.eqbanner__info {
    margin-top: 33px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.sproduct__info-item {
    font-size: 17px;
    line-height: 1.2;
    color: #999999;
    display: inline-block;
    margin-right: 37px;
}

.sproduct__info-text {
    color: black;
}

.eqbanner__logos {
    position: absolute;
    top: -38px;
    right: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.eqbanner__logos picture:not(:last-child) {
    margin-right: 30px;
}

.eqbanner__right {
    padding-top: 15px;
    padding-left: 24px;
}

.eqchars {
    padding-top: 60px;
    padding-bottom: 85px;
    background: #FFF;
}

.eqchars__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.6;
    margin-bottom: 23px;
}

.eqchars__tbl td:first-child {
    width: 55%;
}

.eqchars__garant-row {
    margin-top: 4.5px;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
    align-items: flex-end;
}

.eqchars__garant {
    padding-left: 45px;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.8;
    background-image: url("../images/garant-i.svg");
    background-repeat: no-repeat;
    background-position: left center;
}

.eqchars__tit {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 160%;
    color: #999999;
}

.eqchars__ul li {
    color: #999999;
    padding-left: 21px;
}

.eqchars__ul li:before {
    width: 6px;
    height: 6px;
    top: 0.5em;
}

.eqchars__change-city {
    margin-top: 10px;
    display: inline-block;
}

.abcompany {
    padding-top: 73px;
    padding-bottom: 84px;
    background-color: #f6f7fb;
}

.abcompany__txt {
    font-size: 20px;
    line-height: 1.6;
    color: black;
    margin-bottom: 0;
}

.advproduct {
    padding-bottom: 73px;
    background-color: #FFF;
}

.advproduct__item {
    width: 100%;
}

.advproduct__img-w {
    width: 100%;
    overflow: hidden;
    height: 235px;
}

.advproduct__img-w picture {
    width: 100%;
    height: 100%;
}

.advproduct__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advproduct__content {
    margin-top: 33px;
}

.advproduct__subtitle {
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-bottom: 18px;
}

.advproduct__text {
    font-size: 17px;
    line-height: 1.6;
    color: black;
}

@media (min-width: 1800px) {
    .advproduct__text {
        max-width: calc(100% - 65px);
    }
}

.eqslider {
    position: relative;
    padding: 0;
    background-color: #FFF;
    overflow: hidden;
}

.eqslider .slick-slide > div {
    line-height: 1;
}

.eqslider .slick-arrow {
    position: absolute;
    z-index: 12;
    width: 42px;
    height: 25px;
    border: none;
    background: none;
    font-size: 0;
    background: url("../images/arr-l-sl.svg") no-repeat center;
    top: calc(50% - 15px);
    opacity: 0.8;
    transition: 0.5s;
}

.eqslider .slick-arrow:hover {
    opacity: 1;
}

.eqslider .slick-arrow li button {
    padding: 0;
    border: none;
}

.eqslider .slick-prev {
    left: 72px;
}

.eqslider .slick-next {
    right: 72px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.eqslider .slick-dots {
    position: absolute;
    bottom: 60px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 12;
}

.eqslider .slick-dots li {
    font-size: 0;
    background: none;
    padding: 0;
    background: #FFFFFF;
    display: block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    margin: 0 7px;
}

.eqslider .slick-dots li.slick-active {
    background: #01b8d9;
}

.eqslider .slick-dots li:before {
    display: none;
}

.eqslider .slick-dots li button {
    padding: 0;
    font-size: 0;
    outline: none;
    border: none;
}

.eqslider__slide picture {
    height: 100%;
    width: 100%;
}

.eqslider__slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.eqslider__actions {
    bottom: 0px;
    width: 100%;
    padding-left: 42px;
    padding-right: 42px;
    padding-bottom: 60px;
    position: absolute;
    left: 0px;
}

.eqslider__arrows {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 350px;
}

.eqslider__arrow {
    background: url("../images/arr-l-sl.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.eqslider__arrow-l {
    display: block;
}

.eqslider__arrow-lr {
    display: block;
}

.eqslider__dots {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.eqadvantages {
    background-color: #FFF;
    padding-bottom: 0;
    margin-bottom: -12px;
}

.eqadvantages__img {
    max-width: 100%;
}

.eqadvantages__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 58px;
}

.eqadvantages__item {
    width: calc(50% - 17px);
    margin-bottom: 75px;
}

.eqadvantages__title {
    font-weight: 700;
    font-size: 24px;
    color: black;
    margin-bottom: 0.75em;
}

.eqadvantages__text {
    font-size: 17px;
    line-height: 1.6;
}

@media (min-width: 1200px) {
    .eqadvantages__text {
        max-width: calc(100% - 30px);
    }
}

.eqbuysection {
    margin-top: 40px;
    background-color: #F6F7FB;
    padding-bottom: 75px;
}

.equipment-body .catalog-viewed-slider {
    padding-bottom: 72px;
}
.skard-aktsiya{
     display: flex;
     align-items: center;
    margin-top: 30px;
}
.skard-aktsiya-text{
    text-transform: uppercase;
    color: white;
    background: red;
    padding: 5px 10px;
    box-sizing: border-box;
}
.skard-aktsiya-include{
    margin-left: 20px;
    color: #01b8d9;
}
.skard-aktsiya-include a{
    text-decoration: underline;
}

@media (max-width: 1799px) {
    .eqbanner__left {
        width: 55%;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding-bottom: 40px;
    }

    .eqbanner__prices {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
        margin-bottom: 15px;
    }

    .scard__price-w {
        width: auto;
        margin-bottom: 0;
    }

    .eqbanner__availability {
        margin-left: 16px;
    }

    .eqchars__col:nth-child(1) {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .eqchars__col:nth-child(2) {
        margin-left: 0px;
        -webkit-flex: 0 0 41.6666%;
        -ms-flex: 0 0 41.6666%;
        flex: 0 0 41.6666%;
        max-width: 41.6666%;
    }

    .advproduct__content {
        margin-top: 20px;
    }

    .advproduct__subtitle {
        margin-bottom: 8px;
    }

    .advproduct__slider {
        margin-bottom: 40px;
    }

    .advproduct__slider .slick-dots {
        position: absolute;
        bottom: -30px;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .advproduct__slider .slick-dots li {
        font-size: 0;
        background-color: #CCD2E3;
        width: 6px;
        height: 6px;
        margin: 0 7px;
    }

    .advproduct__slider .slick-dots li.slick-active {
        background-color: #01B8D9;
    }

    .advproduct__slider .slick-dots li:before {
        display: none;
    }

    .advproduct__slider .slick-dots li button {
        padding: 0;
        margin: 0;
        border: none;
    }

    .schars {
        padding-top: 43px;
    }
}

@media (max-width: 1399px) {
    .eqbanner__call-doctor {
        margin-left: 0px;
        margin-top: 15px;
        width: 100%;
    }

    .eqbanner__left {
        width: 45%;
    }

    .eqbanner__right {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .eqchars__col:nth-child(1) {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .eqchars__col:nth-child(2) {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 27px;
    }

    .advproduct__img-w {
        height: 185px;
    }

    .advproduct__content {
        margin-top: 15px;
    }

    .advproduct__subtitle {
        font-size: 19px;
        margin-bottom: 10px;
    }

    .advproduct__text {
        max-width: 100%;
        font-size: 15px;
    }

    .eqadvantages .col-6:nth-child(1) {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .eqadvantages .col-6:nth-child(2) {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .schars {
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

@media (max-width: 1199px) {
    .eqbanner__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .eqbanner__right {
        width: 100%;
        padding-left: 0;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        -ms-grid-row-align: flex-start;
        align-items: flex-start;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .eqbanner__left {
        width: 100%;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .eqbanner__title {
        max-width: calc(100% - 310px);
    }

    .eqbanner__logos {
        top: 40px;
    }

    .eqbanner__call-doctor {
        width: auto;
        margin-left: 20px;
        margin-top: 0;
    }

    .eqbanner__actions {
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
    }

    .eqbanner__actions .buttons-line {
        margin: 0;
        margin-left: -10px;
        margin-right: -10px;
    }

    .eqbanner__actions .buttons-line > * {
        margin-bottom: 0;
        width: 164px;
    }

    .abcompany__txt {
        font-size: 17px;
    }

    .abcompany {
        padding: 50px 0;
    }

    .advproduct__col {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .advproduct {
        padding-bottom: 40px;
    }

    .eqslider .slick-prev {
        left: 40px;
    }

    .eqslider .slick-next {
        right: 40px;
    }

    .eqadvantages .col-6:nth-child(1) {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .eqadvantages .col-6:nth-child(2) {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .eqadvantages__img-w img {
        margin-left: auto;
        margin-right: auto;
    }

    .eqadvantages__item {
        margin-bottom: 40px;
    }
}

@media (max-width: 1023px) {
    .eqbanner__subtit,
    .eqbanner__title {
        font-size: 32px;
    }

    .eqbanner__title {
        margin-bottom: 19px;
    }

    .eqbanner__logos {
        top: 0;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        -ms-grid-row-align: flex-end;
        align-items: flex-end;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .eqbanner__logos picture:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .eqbanner__logos img {
        margin-right: 0;
    }

    .eqbanner__row {
        padding-top: 0;
        margin-top: -20px;
    }

    .eqbanner__title {
        max-width: calc(100% - 160px);
    }

    .scard__price {
        font-size: 24px;
    }

    .scard__old-price {
        font-size: 17px;
    }

    .eqbanner__availability {
        margin-left: 18px;
        font-size: 17px;
        line-height: 1;
    }

    .eqbanner__call-doctor {
        margin-left: 40px;
    }

    .eqbanner__info {
        margin-top: 25px;
    }

    .eqbanner__actions {
        width: 100%;
    }

    .eqchars {
        padding-top: 50px;
        padding-bottom: 55px;
    }

    .eqchars__more {
        font-size: 17px;
    }

    .eqchars__title {
        font-size: 32px;
    }

    .abcompany {
        padding: 50px 0 40px 0;
    }

    .eqslider__slide {
        height: 351px;
    }

    .eqslider__slider {
        height: 351px;
        margin-bottom: 30px;
    }

    .eqslider__slider .slick-arrow {
        display: none !important;
    }

    .eqslider__slider .slick-dots {
        bottom: -30px;
    }

    .eqslider__slider .slick-dots li {
        background-color: #CCD2E3;
    }

    .schars__title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .schars__tbl {
        margin-top: 11px;
    }

    .schars__tbl td:first-child {
        width: 60%;
    }

    .fbd {
        padding-top: 52px;
    }

    .schars {
        padding-top: 42px;
        padding-bottom: 60px;
    }

    .buysection__price {
        font-size: 24px;
        margin-right: 16px;
    }

    .buysection__old-price {
        font-size: 17px;
    }

    .buysection__title {
        margin-bottom: 25px;
        font-size: 32px;
    }

    .eqbuysection {
        padding: 35px 0;
    }

    .buysection__form .buttons-line {
        margin: 0 -8px;
    }

    .buysection__form .buttons-line > * {
        width: 132px;
        margin: 0 8px;
    }

    .buysection__form .scard__quick {
        margin: 0 27px;
    }
}

@media (max-width: 767px) {
    .eqbanner__actions .buttons-line {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .eqbanner__call-doctor {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .eqbanner__info {
        margin-top: 17px;
    }

    .scard__tbl {
        margin-bottom: 0;
    }

    .eqchars__more {
        margin-bottom: 10px;
        display: inline-block;
    }

    .eqchars__col:nth-child(2) {
        margin-top: 15px;
    }

    .eqchars__ul li {
        font-size: 15px;
        padding-left: 16px;
    }

    .eqchars__tbl tr {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .eqchars__tbl td:nth-child(1) {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .eqchars__tbl td:nth-child(2) {
        text-align: right;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .eqchars__change-city {
        margin-bottom: 10px;
    }

    .advproduct__col .col-6 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .advproduct__item {
        margin-bottom: 20px;
    }

    .advproduct {
        padding-bottom: 20px;
    }

    .eqadvantages__item {
        width: 100%;
        margin-bottom: 0;
        margin-bottom: 20px;
    }

    .schars {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .buysection__title {
        font-size: 28px;
    }

    .buysection__form .buttons-line {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .buysection__price-w {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .buysection__form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media (max-width: 575px) {
    .eqbanner__row {
        margin-top: 0;
    }

    .account__back {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .eqbanner__left {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .eqbanner__subtit {
        -webkit-order: -3;
        -ms-flex-order: -3;
        order: -3;
    }

    .eqbanner__title {
        -webkit-order: -2;
        -ms-flex-order: -2;
        order: -2;
    }

    .eqbanner__logos {
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        position: static;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
        margin-bottom: 57px;
    }

    .eqbanner__logos picture {
        display: inline-block;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .eqbanner__logos picture:not(:last-child) {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .eqbanner__logos picture:nth-child(1) {
        width: 60px;
    }

    .eqbanner__text {
        -webkit-order: 100;
        -ms-flex-order: 100;
        order: 100;
        font-size: 15px;
        background-color: #FFF;
        margin-left: -16px;
        margin-right: -16px;
        padding: 40px 16px 20px 16px;
        margin-top: 17px;
    }

    .eqbanner__right {
        padding-bottom: 0;
        padding-top: 0;
    }

    .eqbanner__subtit {
        font-size: 13px;
        margin-bottom: 10px;
    }

    .eqbanner__title {
        font-size: 20px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    .eqbanner {
        background-color: #f6f7fb;
    }

    .eqbanner__img {
        margin-left: auto;
        margin-right: auto;
    }

    .eqbanner__actions .buttons-line {
        width: 100%;
        margin-left: -5px;
        margin-right: -5px;
    }

    .eqbanner__actions .buttons-line > * {
        width: calc(50% - 10px);
        margin: 0 5px;
    }

    .sproduct__info-item {
        font-size: 15px;
        margin-right: 0;
    }

    .sproduct__info-item:not(:last-child) {
        margin-right: 15px;
    }

    .eqchars {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .eqchars__title {
        font-size: 20px;
        margin-bottom: 16px;
        font-weight: 800;
    }

    .eqbanner__text {
        padding-top: 25px;
    }

    .eqchars__tbl td {
        font-size: 15px;
    }

    .eqchars__tbl td:nth-child(1) {
        color: #999;
    }

    .eqchars__garant {
        font-size: 15px;
        font-weight: 400;
        padding-left: 37px;
    }

    .abcompany {
        padding: 40px 0;
    }

    .abcompany__txt {
        font-size: 15px;
    }

    .advproduct__img-w {
        height: 209px;
    }

    .advproduct__subtitle {
        font-size: 20px;
    }

    .eqslider__slide,
    .eqslider__slider {
        height: 220px;
    }

    .eqslider .container {
        padding-left: 0;
        padding-right: 0;
    }

    .eqslider__slider .slick-arrow {
        width: 28px;
        height: 12px;
        display: block !important;
        background: url("../images/arr-l-sl-mob.svg") no-repeat center;
    }

    .eqslider__slider .slick-next {
        right: 15px;
    }

    .eqslider__slider .slick-prev {
        left: 15px;
    }

    .eqslider__slider .slick-dots {
        bottom: 15px;
    }

    .eqslider__slider .slick-dots li {
        width: 4px;
        height: 4px;
        margin: 0 5px;
    }

    .eqadvantages__img-w img {
        max-width: 263px;
    }

    .eqadvantages__content {
        padding-top: 20px;
    }

    .eqadvantages__title {
        font-size: 20px;
        margin-bottom: 7px;
        font-weight: 800;
    }

    .eqadvantages__text {
        font-size: 15px;
    }

    .schars__title {
        text-transform: capitalize;
    }

    .schars__title br {
        display: none;
    }

    .schars__title > span {
        display: none;
    }

    .schars__tbl tr {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .schars__tbl td {
        font-size: 15px;
    }

    .schars__tbl td:first-child {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .schars__tbl td:nth-child(2) {
        text-align: right;
    }

    .schars__title {
        font-size: 20px;
    }

    .schars__text {
        font-size: 15px;
    }

    .schars {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .fbd {
        padding-top: 10px;
        padding-bottom: 0;
    }

    .squestions {
        margin-left: -16px;
        margin-right: -16px;
    }

    .buysection__form .buttons-line {
        width: 100%;
        margin-bottom: 20px;
    }

    .buysection__form .scard__quick {
        margin-left: 0;
    }

    .eqbuysection {
        padding: 60px 0;
    }

    .buysection__form .buttons-line {
        margin-left: -5px;
        margin-right: -5px;
    }

    .buysection__form .buttons-line > * {
        width: calc(50% - 10px);
        margin: 0 5px;
    }
}